8a81c4a932d4fee0b45180eb21b7e57ac6e3c332
[gnulib.git] / ChangeLog
1 2007-08-19  Bruno Haible  <bruno@clisp.org>
2
3         * modules/freadahead-tests: New file.
4         * tests/test-freadahead.sh: New file.
5         * tests/test-freadahead.c: New file.
6
7         * modules/freadahead: New file.
8         * lib/freadahead.h: New file.
9         * lib/freadahead.c: New file.
10         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
11         fbufmode, fpurge, freadable, fwritable.
12
13 2007-08-19  Eric Blake  <ebb9@byu.net>
14
15         Test yesno in combination with closein.
16         * lib/yesno.c (yesno): Document use of stdin.
17         * modules/yesno-tests (Files): New module.
18         * tests/test-yesno.c (main): New file.
19         * tests/test-yesno.sh: Likewise.
20
21 2007-08-19  Bruno Haible  <bruno@clisp.org>
22
23         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
24         * lib/fseeko.c (rpl_fseeko): Likewise.
25         * lib/fseterr.c (fseterr): Likewise.
26
27 2007-08-19  Bruno Haible  <bruno@clisp.org>
28
29         * tests/test-lseek.c (main): Disable a test for BeOS.
30         * doc/functions/lseek.texi: Document the BeOS bug.
31
32 2007-08-19  Bruno Haible  <bruno@clisp.org>
33             Eric Blake  <ebb9@byu.net>
34
35         * lib/lseek.c: Include <sys/stat.h>.
36         (rpl_lseek): Add workaround code also for Unix platforms.
37         Needed for BeOS.
38         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
39         * doc/functions/lseek.texi: Document BeOS definiency.
40
41 2007-08-18  Bruno Haible  <bruno@clisp.org>
42
43         * modules/fstrcmp-tests: New file.
44         * tests/test-fstrcmp.c: New file.
45
46 2007-08-18  Bruno Haible  <bruno@clisp.org>
47
48         * modules/fstrcmp: New file, from GNU gettext with modifications.
49         * lib/fstrcmp.h: New file, from GNU gettext.
50         * lib/fstrcmp.c: New file, from GNU gettext.
51         * MODULES.html.sh (String handling): Add fstrcmp.
52
53 2007-08-18  Bruno Haible  <bruno@clisp.org>
54
55         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
56         'bool'.
57         (diag, compareseq): Remove const from the ctxt argument.
58         (USE_HEURISTIC): Undefine at the end.
59
60 2007-08-18  Jim Meyering  <jim@meyering.net>
61
62         New file: lib/idcache.h
63         * NEWS: Mention the addition.
64         * modules/idcache (Files): Add lib/idcache.h
65         * lib/idcache.c: Include "idcache.h".
66         Don't include <sys/types.h>.
67         Add a FIXME comment.
68         Move file-scoped "static" declarations to the top.
69         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
70
71 2007-08-17  Bruno Haible  <bruno@clisp.org>
72         and Paul Eggert  <eggert@cs.ucla.edu>
73
74         * MODULES.html.sh: Add diffseq.
75         * modules/diffseq: New file.
76         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
77         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
78
79 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
80
81         Import changes from coreutils for bootstrap script.
82
83         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
84
85         * build-aux/bootstrap (slurp): Work even in environments where
86         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
87         current code does not slurp files whose names start with ".", and
88         this looks like it might be a troublesome area.
89
90         2007-07-11  Jim Meyering  <jim@meyering.net>
91
92         If there's a GPL vN copyright comment, require that N == 3.
93
94         2007-07-08  Jim Meyering  <jim@meyering.net>
95
96         Run the coreutils-specific code only if tests/Makefile.am.in exists.
97         * build-aux/bootstrap (mam_template): Move definition out of loop.
98
99         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
100
101         * build-aux/bootstrap (symlink_to_dir): Rename function from
102         symlink_to_gnulib.  Add a directory parameter.  Update all
103         callers.
104         (cp_mark_as_generated): Also check for -- and link to -- files in
105         gl/.
106
107         2007-07-08  Jim Meyering  <jim@meyering.net>
108
109         Adapt to deeper hierarchy in gnulib.
110         * build-aux/bootstrap (symlink_to_dir): If the destination
111         directory doesn't exist, create it. This is required at least for
112         "lib/uniwidth/cjk.h".
113
114         2007-05-15  Jim Meyering  <jim@meyering.net>
115
116         * build-aux/bootstrap: Now that generated Makefile.am files
117         are no longer under version control, they must be created at
118         bootstrap time.
119
120 2007-08-14  Ben Pfaff  <blp@gnu.org>
121
122         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
123
124 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
125
126         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
127         given the changes below.
128         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
129         even on hosts that have padding bits beyond the supported 64.
130
131 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
132
133         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
134         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
135         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
136         depends on it.
137         (xstrtol_error): Remove.
138         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
139         but with a different signature.
140         (ATTRIBUTE_NORETURN, __attribute__): New macros.
141         * lib/xstrtol-error.c: Include exitfail.h.
142         (xstrtol_fatal): New function, with a different signature from the
143         old xstrtol_error, so that the caller need not worry about passing
144         in an exit status, or about storage management of the option argument.
145         (xstrtol_error): Now a static function.  Redo signature to
146         implement xstrtol_fatal.  Output the correct number of hyphens in
147         front of the option so that the caller need not worry about
148         storage management.
149         (N_): New macro.
150         (_): Remove; not used now.
151         * modules/xstrtol: Depend on getopt.
152         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
153         of old STRTOL_FATAL_ERROR macro.
154         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
155         of test program.
156         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
157         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
158
159 2007-08-08  Eric Blake  <ebb9@byu.net>
160
161         * lib/xstrtol-error.c: Add missing include.
162
163         Move xstrtol messages into gnulib domain, when --pobase is used.
164         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
165         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
166         * modules/xstrtol (Files): Distribute new file.
167         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
168         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
169         * tests/test-xstrtol.c: ...into new file.
170         * tests/test-xstrtoul.c: Also test xstrtoul.
171         * tests/test-xstrtoimax.c: Also test xstrtoimax.
172         * tests/test-xstrtoumax.c: Also test xstrtoumax.
173         * tests/test-xstrtol.sh: Drive the tests.
174         * tests/test-xstrtoimax.sh: Likewise.
175         * tests/test-xstrtoumax.sh: Likewise.
176         * modules/xstrtol-tests: New module.
177         * modules/xstrtoimax-tests: Likewise.
178         * modules/xstrtoumax-tests: Likewise.
179
180 2007-08-08  Jim Meyering  <jim@meyering.net>
181
182         New function: mfile_name_concat.
183         * lib/filenamecat.c (mfile_name_concat): New function, just like
184         file_name_concat, but return NULL upon failure rather than exiting
185         with a diagnostic.
186         * lib/filenamecat.h: Declare it.
187
188 2007-08-07  Bruno Haible  <bruno@clisp.org>
189
190         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
191         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
192         warning from gcc.
193         Reported by Eric Blake.
194
195 2007-08-07  Simon Josefsson  <simon@josefsson.org>
196
197         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
198         * modules/crypto/arcfour (License): Likewise.
199         * modules/crypto/des-tests (License): Likewise.
200         * modules/crypto/gc-arctwo-tests (License): Likewise.
201         * modules/crypto/gc-des-tests (License): Likewise.
202         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
203         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
204         * modules/crypto/gc-md2-tests (License): Likewise.
205         * modules/crypto/gc-md4-tests (License): Likewise.
206         * modules/crypto/gc-md5-tests (License): Likewise.
207         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
208         * modules/crypto/gc-rijndael-tests (License): Likewise.
209         * modules/crypto/gc-sha1-tests (License): Likewise.
210         * modules/crypto/gc-tests (License): Likewise.
211         * modules/crypto/hmac-md5 (License): Likewise.
212         * modules/crypto/hmac-sha1 (License): Likewise.
213         * modules/crypto/md2-tests (License): Likewise.
214         * modules/crypto/md4-tests (License): Likewise.
215         * modules/crypto/md5 (License): Likewise.
216         * modules/crypto/rijndael (License): Likewise.
217         * modules/crypto/sha1 (License): Likewise.
218         * modules/memxor (License): Likewise.
219
220 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
221         and Bruno Haible  <bruno@clisp.org>
222
223         * NEWS: Describe interface changes to human, xstrtol.
224         * lib/human.h: Include <xstrtol.h>.
225         (human_options): Return enum strtol_error, not int.  Remove
226         bool arg; take int * instead.
227         * lib/human.c: Don't include "gettext.h".
228         (_): Remove; no longer used.
229         Don't include <xstrtol.h>, since human.h does it.
230         (human_options): Adjust to abovementioned interface changes.
231         Do not report error to stderr; that's now the caller's
232         responsibility.
233         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
234         interface change.
235         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
236         Str, Argument_type_string.  All uses changed.  Put " argument"
237         in diagnostics to make them clearer.  Change wording of suffix
238         message for clarity.
239         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
240         Argument_type_string.
241         (STRTOL_FATAL_WARN): Remove; no longer used.
242         * modules/human (Depends-on): Remove gettext-h.
243
244 2007-08-06  Simon Josefsson  <simon@josefsson.org>
245
246         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
247
248 2007-07-31  Bruno Haible  <bruno@clisp.org>
249
250         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
251         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
252         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
253
254 2007-07-31  Bruno Haible  <bruno@clisp.org>
255
256         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
257         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
258
259 2007-07-30  Bruno Haible  <bruno@clisp.org>
260
261         * modules/base64 (License): Use the synonymous term "LGPLv2+".
262         * modules/c-ctype (License): Likewise.
263         * modules/c-strcase (License): Likewise.
264         * modules/check-version (License): Likewise.
265         * modules/iconv (License): Likewise.
266         * modules/iconv_open (License): Likewise.
267         * modules/read-file (License): Likewise.
268         * modules/striconv (License): Likewise.
269         * modules/strverscmp (License): Likewise.
270         * modules/vasprintf (License): Likewise.
271         * modules/crypto/des (License): Likewise.
272         * modules/crypto/gc (License): Likewise.
273         * modules/crypto/gc-arcfour (License): Likewise.
274         * modules/crypto/gc-arctwo (License): Likewise.
275         * modules/crypto/gc-des (License): Likewise.
276         * modules/crypto/gc-hmac-md5 (License): Likewise.
277         * modules/crypto/gc-hmac-sha1 (License): Likewise.
278         * modules/crypto/gc-md2 (License): Likewise.
279         * modules/crypto/gc-md4 (License): Likewise.
280         * modules/crypto/gc-md5 (License): Likewise.
281         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
282         * modules/crypto/gc-random (License): Likewise.
283         * modules/crypto/gc-rijndael (License): Likewise.
284         * modules/crypto/gc-sha1 (License): Likewise.
285         * modules/crypto/md2 (License): Likewise.
286         * modules/crypto/md4 (License): Likewise.
287
288 2007-07-30  Jim Meyering  <jim@meyering.net>
289
290         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
291         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
292         it has valid stat data.  This bug would cause du not to count the
293         sizes of inaccessible directories.
294         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
295         in <http://bugzilla.redhat.com/250077>.
296
297 2007-07-25  Peter O'Gorman  <peter@pogma.com>
298             Bruno Haible  <bruno@clisp.org>
299
300         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
301         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
302         #include_next, gives a diagnostic about it, but reports no error in
303         the exit code.
304         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
305
306 2007-07-24  Ben Pfaff  <blp@gnu.org>
307
308         Improve name: "count-one-bits" is better than "popcount".
309         * MODULES.html.sh: Update name.
310         * lib/popcount.h: Renamed lib/count-one-bits.h.
311         (popcount): Renamed count_one_bits.
312         (popcountl): Renamed count_one_bits_l.
313         (popcountll): Renamed count_one_bits_ll.
314         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
315         * modules/popcount: Renamed module/count-one-bits.
316         * modules/popcount-tests: Renamed module/count-one-bits-tests.
317         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
318
319 2007-07-23  Ben Pfaff  <blp@gnu.org>
320
321         * lib/popcount.h (popcount32): Reduce size of constants, to allow
322         better code generation, and add U to large constants to avoid
323         warnings, in non-GCC case.
324         Suggested by Bruno Haible.
325
326 2007-07-23  Ben Pfaff  <blp@gnu.org>
327
328         * lib/popcount.h: Use verify_true instead of if...abort.
329         * modules/popcount: Depend on verify module.
330         Suggested by Jim Meyering.
331
332 2007-07-23  Bruno Haible  <bruno@clisp.org>
333
334         * gnulib-tool (func_import): Create a .cvsignore file also when the
335         directory is not yet in CVS but the toplevel directory is. When
336         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
337         Reported by Karl Berry.
338
339 2007-07-22  Ben Pfaff  <blp@gnu.org>
340
341         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
342         case.
343         Suggested by Eric Blake.
344
345 2007-07-22  Ben Pfaff  <blp@gnu.org>
346
347         New module: popcount.
348         * MODULES.html.sh: Add popcount.
349         * modules/popcount: New file.
350         * modules/popcount-tests: New file.
351         * tests/test-popcount.c: New file.
352         * lib/popcount.h: New file.
353         * m4/popcount.m4: New file.
354
355 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
356
357         * build-aux/announce-gen: Update to GPLv3.
358
359         * build-aux/config.guess: Update from config.
360
361 2007-07-21  Bruno Haible  <bruno@clisp.org>
362
363         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
364         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
365
366 2007-07-20  Jim Meyering  <jim@meyering.net>
367
368         * check-module: Diagnose a self-dependency.
369
370 2007-07-19  Bruno Haible  <bruno@clisp.org>
371
372         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
373         empty.
374         Reported by Eric Blake.
375
376 2007-07-18  Bruno Haible  <bruno@clisp.org>
377
378         * gnulib-tool: New options --po-base, --po-domain.
379         (func_usage): Document them.
380         (pobase, po_domain): New variables.
381         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
382         DEFAULT_TEXT_DOMAIN.
383         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
384         (func_import): Consider pobase and po_domain. Create a po/ directory.
385         (func_create_testdir): Set pobase and po_domain to empty.
386         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
387         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
388
389 2007-07-18  Bruno Haible  <bruno@clisp.org>
390
391         * gnulib-tool (func_get_automake_snippet): Synthesize also an
392         EXTRA_DIST augmentation for files in build-aux/.
393
394 2007-07-16  Bruno Haible  <bruno@clisp.org>
395
396         * modules/lseek (License): Use the synonymous term "LGPLv2+".
397         * modules/getdelim (License): Likewise.
398
399 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
400
401         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
402         * modules/d-type (License): Likewise.
403         * modules/extensions (License): Likewise.
404         * modules/fnmatch (License): Likewise.
405         * modules/fseeko (License): Likewise.
406         * modules/getaddrinfo (License): Likewise.
407         * modules/getline (License): Likewise.
408         * modules/getlogin_r (License): Likewise.
409         * modules/getpass (License): Likewise.
410         * modules/gettimeofday (License): Likewise.
411         * modules/glob (License): Likewise.
412         * modules/inet_ntop (License): Likewise.
413         * modules/malloc (License): Likewise.
414         * modules/malloca (License): Likewise.
415         * modules/memmem (License): Likewise.
416         * modules/mempcpy (License): Likewise.
417         * modules/memset (License): Likewise.
418         * modules/minmax (License): Likewise.
419         * modules/mktime (License): Likewise.
420         * modules/netinet_in (License): Likewise.
421         * modules/pathmax (License): Likewise.
422         * modules/poll (License): Likewise.
423         * modules/regex (License): Likewise.
424         * modules/snprintf (License): Likewise.
425         * modules/stdbool (License): Likewise.
426         * modules/stdint (License): Likewise.
427         * modules/stdio (License): Likewise.
428         * modules/strcase (License): Likewise.
429         * modules/strcasestr (License): Likewise.
430         * modules/strdup (License): Likewise.
431         * modules/string (License): Likewise.
432         * modules/strndup (License): Likewise.
433         * modules/strnlen (License): Likewise.
434         * modules/strpbrk (License): Likewise.
435         * modules/strptime (License): Likewise.
436         * modules/strsep (License): Likewise.
437         * modules/sys_select (License): Likewise.
438         * modules/sys_socket (License): Likewise.
439         * modules/sys_stat (License): Likewise.
440         * modules/sys_time (License): Likewise.
441         * modules/time (License): Likewise.
442         * modules/time_r (License): Likewise.
443         * modules/timegm (License): Likewise.
444         * modules/unistd (License): Likewise.
445         * modules/vsnprintf (License): Likewise.
446         * modules/wctype (License): Likewise.
447
448 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
449
450         * modules/argz (License): LGPLv2+.
451
452 2007-07-15  Karl Berry  <karl@gnu.org>
453
454         * doc/gnulib.texi: revise node structure per new fdl.texi.
455
456 2007-07-14  Bruno Haible  <bruno@clisp.org>
457
458         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
459         the output file.
460         * lib/uniname/uninames.h: Regenerated.
461
462 2007-07-14  Karl Berry  <karl@gnu.org>
463
464         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
465         omitting sectioning and index commands.
466
467 2007-07-13  Bruno Haible  <bruno@clisp.org>
468
469         New gnulib-tool option --more-symlinks.
470         * gnulib-tool (func_usage): Document --more-symlinks.
471         (do_copyrights): New variable.
472         Recognize option --more-symlinks.
473         (func_import): Don't add a copyright notice transform to
474         sed_transform_lib_file if do_copyrights is empty.
475
476 2007-07-13  Bruno Haible  <bruno@clisp.org>
477
478         * lib/vasnprintf.c (decimal_point_char): Define also if
479         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
480         && !NEED_PRINTF_DIRECTIVE_A.
481         Reported by Clemens Koller <clemens.koller@anagramm.de> via
482         Gary V. Vaughan <gary@gnu.org>.
483
484 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
485
486         * lib/inttypes_.h: Undo previous change, since it was fixed
487         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
488
489 2007-07-13  Bruno Haible  <bruno@clisp.org>
490
491         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
492         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
493
494 2007-07-13  Jim Meyering  <jim@meyering.net>
495
496         df: Don't fail for Tru64's "file-on-file mount".
497         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
498         so we fall through and use statfs instead.  Details here:
499         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
500         Reported by Albert Chin.
501
502 2007-07-13  Bruno Haible  <bruno@clisp.org>
503
504         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
505         * modules/configmake (License): Likewise.
506         * modules/gettext (License): Likewise.
507         * modules/gettext-h (License): Likewise.
508         * modules/include_next (License): Likewise.
509         * modules/link-warning (License): Likewise.
510         * modules/localcharset (License): Likewise.
511         * modules/localename (License): Likewise.
512         * modules/lock (License): Likewise.
513         * modules/relocatable-lib-lgpl (License): Likewise.
514         * modules/size_max (License): Likewise.
515         * modules/vasnprintf (License): Likewise.
516         * modules/wchar (License): Likewise.
517         * modules/xsize (License): Likewise.
518
519 2007-07-13  Bruno Haible  <bruno@clisp.org>
520
521         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
522         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
523
524 2007-07-12  Bruno Haible  <bruno@clisp.org>
525
526         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
527         in the modules files.
528
529 2007-07-11  Karl Berry  <karl@gnu.org>
530
531         * MODULES.html.sh (func_module): use
532          sed -e '\|^'"${includefile}"'$|d'
533          instead of /.../d, to avoid errors on $includefile's containing /.
534
535 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
536
537         * gnulib-tool (func_import): Avoid duplication of --avoid
538         statements
539         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
540         names to `_' in variable names.
541
542 2007-07-10  Eric Blake  <ebb9@byu.net>
543
544         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
545         * NEWS: Document this change.
546
547 2007-07-08  Bruno Haible  <bruno@clisp.org>
548
549         Update to Unicode 5.0.
550         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
551         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
552         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
553         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
554         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
555         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
556         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
557         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
558         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
559         U+10A3F, U+1D242..U+1D244.
560         (nonspacing_table_ind): Update.
561         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
562         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
563
564 2007-07-08  Bruno Haible  <bruno@clisp.org>
565
566         Update to Unicode 5.0.
567         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
568         code transform. Extend the name index field of unicode_name_to_code and
569         unicode_code_to_name from 16 to 24 bits.
570         * lib/uniname/uniname.c (unicode_character_name,
571         unicode_name_character): Add the range 0x12xxx to the code transform.
572         * lib/uniname/uninames.h: Regenerated.
573         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
574
575 2007-07-07  Bruno Haible  <bruno@clisp.org>
576
577         * modules/wcwidth-tests: New file.
578         * tests/test-wcwidth.c: New file.
579
580         Work around MacOS X wcwidth() bug.
581         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
582         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
583         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
584         original wcwidth in non-UTF-8 locales.
585         * modules/wcwidth (Depends-on): Add localcharset, streq,
586         uniwidth/width.
587         * doc/functions/wcwidth.texi: Update.
588
589 2007-07-07  Bruno Haible  <bruno@clisp.org>
590
591         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
592         (wcwidth): New declaration.
593         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
594         macros.
595         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
596         here. Prepare for creating <wchar.h> unconditionally.
597         * modules/wchar (Depends-on): Add link-warning.
598         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
599         REPLACE_WCWIDTH, and GL_LINK_WARNING.
600         * lib/wcwidth.h: Remove file.
601         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
602         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
603         * modules/wcwidth (Files): Remove lib/wcwidth.h.
604         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
605         (Include): Replace wcwidth.h with <wchar.h>.
606         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
607         * lib/mbchar.h: Don't include wcwidth.h.
608         * lib/mbswidth.c: Likewise.
609         * NEWS: Mention the change.
610
611 2007-07-07  Bruno Haible  <bruno@clisp.org>
612
613         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
614         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
615         definition with an external declaration.
616         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
617         defined as a function. Remove AC_C_INLINE requirement.
618         * modules/wcwidth (Files): Add lib/wcwidth.c.
619         (Makefile.am): Remove redundant statement.
620
621 2007-07-07  Bruno Haible  <bruno@clisp.org>
622
623         * MODULES.html.sh (Unicode string functions): Add the new modules.
624
625         * tests/uniwidth/test-u32-strwidth.c: New file.
626         * modules/uniwidth/u32-strwidth-tests: New file.
627
628         * lib/uniwidth/u32-strwidth.c: New file.
629         * modules/uniwidth/u32-strwidth: New file.
630
631         * tests/uniwidth/test-u16-strwidth.c: New file.
632         * modules/uniwidth/u16-strwidth-tests: New file.
633
634         * lib/uniwidth/u16-strwidth.c: New file.
635         * modules/uniwidth/u16-strwidth: New file.
636
637         * tests/uniwidth/test-u8-strwidth.c: New file.
638         * modules/uniwidth/u8-strwidth-tests: New file.
639
640         * lib/uniwidth/u8-strwidth.c: New file.
641         * modules/uniwidth/u8-strwidth: New file.
642
643         * tests/uniwidth/test-u32-width.c: New file.
644         * modules/uniwidth/u32-width-tests: New file.
645
646         * lib/uniwidth/u32-width.c: New file.
647         * modules/uniwidth/u32-width: New file.
648
649         * tests/uniwidth/test-u16-width.c: New file.
650         * modules/uniwidth/u16-width-tests: New file.
651
652         * lib/uniwidth/u16-width.c: New file.
653         * modules/uniwidth/u16-width: New file.
654
655         * tests/uniwidth/test-u8-width.c: New file.
656         * modules/uniwidth/u8-width-tests: New file.
657
658         * lib/uniwidth/u8-width.c: New file.
659         * modules/uniwidth/u8-width: New file.
660
661         * tests/uniwidth/test-uc_width.c: New file.
662         * modules/uniwidth/width-tests: New file.
663
664         * lib/uniwidth/width.c: New file, from GNU libiconv.
665         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
666         * modules/uniwidth/width: New file.
667
668         * lib/uniwidth.h: New file, from GNU libiconv.
669         * modules/uniwidth/base: New file.
670
671 2007-07-07  Bruno Haible  <bruno@clisp.org>
672
673         * lib/uniname.h: New file, from GNU gettext.
674         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
675         * lib/uniname/uninames.h: New file, from GNU gettext.
676         * lib/uniname/uniname.c: New file, from GNU gettext.
677         * tests/uniname/test-uninames.sh: New file.
678         * tests/uniname/test-uninames.c: New file, from GNU gettext.
679         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
680         * modules/uniname/base: New file.
681         * modules/uniname/uniname: New file.
682         * modules/uniname/uniname-tests: New file.
683         * MODULES.html.sh (Unicode string functions): Add the new modules.
684
685 2007-07-06  Bruno Haible  <bruno@clisp.org>
686
687         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
688
689 2007-07-06  Bruno Haible  <bruno@clisp.org>
690
691         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
692         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
693         includes <cygwin/sys_time.h> which includes <sys/select.h> which
694         include <sys/time.h>.
695         Reported by Eric Blake.
696
697 2007-07-06  Eric Blake  <ebb9@byu.net>
698
699         Fix testing canonicalize on cygwin.
700         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
701         Revert patch from 2007-06-19.
702         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
703         canonicalize module is also in use.
704         * tests/test-canonicalize.c: New file.
705         * tests/test-canonicalize.sh: Likewise.
706         * modules/canonicalize-tests: Likewise.
707
708 2007-07-06  Jim Meyering  <jim@meyering.net>
709
710         * lib/getugroups.c (getugroups): Detect getgrent failure.
711         Adjust comment to reflect reality: this function may return -1.
712
713 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
714
715         * build-aux/bootstrap (TP_URL,get_translations): Update to use
716         the new TP address.
717         (usage): Fix typo
718         (gnulib_mk): New variable.
719
720 2007-07-05  Jim Meyering  <jim@meyering.net>
721
722         Don't let endgrent clobber errno, no matter how improbable.
723         * lib/getugroups.c (getugroups): Save and restore errno around
724         endgrent call.
725
726         Close the group DB even when failing with 2^31 or more members.
727         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
728
729 2007-07-04  Jim Meyering  <jim@meyering.net>
730
731         * lib/getugroups.h: New file.
732         * lib/getugroups.c: Include "getugroups.h".
733         Remove uses of "register" keyword.
734         Move local variable, "cp", down into scope where used.
735         Give "username" parameter the "const" attribute.
736         * modules/getugroups (Files): Add lib/getugroups.h
737
738 2007-07-04  Karl Berry  <karl@gnu.org>
739
740         * MODULES.html.sh (func_all_modules): Complete rename of
741         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
742
743 2007-07-02  Bruno Haible  <bruno@clisp.org>
744
745         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
746         mode, when inttypes.h comes from gnulib.
747         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
748
749 2007-07-02  Simon Josefsson  <simon@josefsson.org>
750
751         * NEWS: Mention lgpl module name change.
752
753         * modules/lgpl-2.1: Renamed from lgpl.
754
755         * NEWS: Mention gpl module name change.
756
757         * modules/gpl-3.0: New file, based on gpl-2.0.
758
759         * modules/gpl-2.0: Renamed from gpl.
760
761         * modules/gpl: Fix filename, doc/gpl.texi is now found at
762         doc/gpl-2.0.texi.
763
764 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
765
766         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
767         #define __STDC_LIMIT_MACROS temporarily while including
768         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
769         Problem reported by Joel E. Denny in
770         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
771
772 2007-07-01  Bruno Haible  <bruno@clisp.org>
773
774         * lib/unistdio.h: New file.
775         * lib/unistdio/u-asnprintf.h: New file.
776         * lib/unistdio/u-asprintf.h: New file.
777         * lib/unistdio/u-printf-args.c: New file.
778         * lib/unistdio/u-printf-args.h: New file.
779         * lib/unistdio/u-printf-parse.h: New file.
780         * lib/unistdio/u-snprintf.h: New file.
781         * lib/unistdio/u-sprintf.h: New file.
782         * lib/unistdio/u-vasprintf.h: New file.
783         * lib/unistdio/u-vsnprintf.h: New file.
784         * lib/unistdio/u-vsprintf.h: New file.
785         * lib/unistdio/ulc-asnprintf.c: New file.
786         * lib/unistdio/ulc-asprintf.c: New file.
787         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
788         * lib/unistdio/ulc-printf-parse.c: New file.
789         * lib/unistdio/ulc-snprintf.c: New file.
790         * lib/unistdio/ulc-sprintf.c: New file.
791         * lib/unistdio/ulc-vasnprintf.c: New file.
792         * lib/unistdio/ulc-vasprintf.c: New file.
793         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
794         * lib/unistdio/ulc-vsnprintf.c: New file.
795         * lib/unistdio/ulc-vsprintf.c: New file.
796         * lib/unistdio/u8-asnprintf.c: New file.
797         * lib/unistdio/u8-asprintf.c: New file.
798         * lib/unistdio/u8-printf-parse.c: New file.
799         * lib/unistdio/u8-snprintf.c: New file.
800         * lib/unistdio/u8-sprintf.c: New file.
801         * lib/unistdio/u8-vasnprintf.c: New file.
802         * lib/unistdio/u8-vasprintf.c: New file.
803         * lib/unistdio/u8-vsnprintf.c: New file.
804         * lib/unistdio/u8-vsprintf.c: New file.
805         * lib/unistdio/u8-u8-asnprintf.c: New file.
806         * lib/unistdio/u8-u8-asprintf.c: New file.
807         * lib/unistdio/u8-u8-snprintf.c: New file.
808         * lib/unistdio/u8-u8-sprintf.c: New file.
809         * lib/unistdio/u8-u8-vasnprintf.c: New file.
810         * lib/unistdio/u8-u8-vasprintf.c: New file.
811         * lib/unistdio/u8-u8-vsnprintf.c: New file.
812         * lib/unistdio/u8-u8-vsprintf.c: New file.
813         * lib/unistdio/u16-asnprintf.c: New file.
814         * lib/unistdio/u16-asprintf.c: New file.
815         * lib/unistdio/u16-printf-parse.c: New file.
816         * lib/unistdio/u16-snprintf.c: New file.
817         * lib/unistdio/u16-sprintf.c: New file.
818         * lib/unistdio/u16-vasnprintf.c: New file.
819         * lib/unistdio/u16-vasprintf.c: New file.
820         * lib/unistdio/u16-vsnprintf.c: New file.
821         * lib/unistdio/u16-vsprintf.c: New file.
822         * lib/unistdio/u16-u16-asnprintf.c: New file.
823         * lib/unistdio/u16-u16-asprintf.c: New file.
824         * lib/unistdio/u16-u16-snprintf.c: New file.
825         * lib/unistdio/u16-u16-sprintf.c: New file.
826         * lib/unistdio/u16-u16-vasnprintf.c: New file.
827         * lib/unistdio/u16-u16-vasprintf.c: New file.
828         * lib/unistdio/u16-u16-vsnprintf.c: New file.
829         * lib/unistdio/u16-u16-vsprintf.c: New file.
830         * lib/unistdio/u32-asnprintf.c: New file.
831         * lib/unistdio/u32-asprintf.c: New file.
832         * lib/unistdio/u32-printf-parse.c: New file.
833         * lib/unistdio/u32-snprintf.c: New file.
834         * lib/unistdio/u32-sprintf.c: New file.
835         * lib/unistdio/u32-vasnprintf.c: New file.
836         * lib/unistdio/u32-vasprintf.c: New file.
837         * lib/unistdio/u32-vsnprintf.c: New file.
838         * lib/unistdio/u32-vsprintf.c: New file.
839         * lib/unistdio/u32-u32-asnprintf.c: New file.
840         * lib/unistdio/u32-u32-asprintf.c: New file.
841         * lib/unistdio/u32-u32-snprintf.c: New file.
842         * lib/unistdio/u32-u32-sprintf.c: New file.
843         * lib/unistdio/u32-u32-vasnprintf.c: New file.
844         * lib/unistdio/u32-u32-vasprintf.c: New file.
845         * lib/unistdio/u32-u32-vsnprintf.c: New file.
846         * lib/unistdio/u32-u32-vsprintf.c: New file.
847         * tests/unistdio/test-ulc-asnprintf1.c: New file.
848         * tests/unistdio/test-ulc-asnprintf1.h: New file.
849         * tests/unistdio/test-ulc-printf1.h: New file.
850         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
851         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
852         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
853         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
854         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
855         * tests/unistdio/test-ulc-vasprintf1.c: New file.
856         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
857         * tests/unistdio/test-ulc-vsprintf1.c: New file.
858         * tests/unistdio/test-u8-asnprintf1.c: New file.
859         * tests/unistdio/test-u8-asnprintf1.h: New file.
860         * tests/unistdio/test-u8-printf1.h: New file.
861         * tests/unistdio/test-u8-vasnprintf1.c: New file.
862         * tests/unistdio/test-u8-vasnprintf2.c: New file.
863         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
864         * tests/unistdio/test-u8-vasnprintf3.c: New file.
865         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
866         * tests/unistdio/test-u8-vasprintf1.c: New file.
867         * tests/unistdio/test-u8-vsnprintf1.c: New file.
868         * tests/unistdio/test-u8-vsprintf1.c: New file.
869         * tests/unistdio/test-u16-asnprintf1.c: New file.
870         * tests/unistdio/test-u16-asnprintf1.h: New file.
871         * tests/unistdio/test-u16-printf1.h: New file.
872         * tests/unistdio/test-u16-vasnprintf1.c: New file.
873         * tests/unistdio/test-u16-vasnprintf2.c: New file.
874         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
875         * tests/unistdio/test-u16-vasnprintf3.c: New file.
876         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
877         * tests/unistdio/test-u16-vasprintf1.c: New file.
878         * tests/unistdio/test-u16-vsnprintf1.c: New file.
879         * tests/unistdio/test-u16-vsprintf1.c: New file.
880         * tests/unistdio/test-u32-asnprintf1.c: New file.
881         * tests/unistdio/test-u32-asnprintf1.h: New file.
882         * tests/unistdio/test-u32-printf1.h: New file.
883         * tests/unistdio/test-u32-vasnprintf1.c: New file.
884         * tests/unistdio/test-u32-vasnprintf2.c: New file.
885         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
886         * tests/unistdio/test-u32-vasnprintf3.c: New file.
887         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
888         * tests/unistdio/test-u32-vasprintf1.c: New file.
889         * tests/unistdio/test-u32-vsnprintf1.c: New file.
890         * tests/unistdio/test-u32-vsprintf1.c: New file.
891         * modules/unistdio/base: New file.
892         * modules/unistdio/u-printf-args: New file.
893         * modules/unistdio/ulc-asnprintf: New file.
894         * modules/unistdio/ulc-asprintf: New file.
895         * modules/unistdio/ulc-fprintf: New file.
896         * modules/unistdio/ulc-printf-parse: New file.
897         * modules/unistdio/ulc-snprintf: New file.
898         * modules/unistdio/ulc-sprintf: New file.
899         * modules/unistdio/ulc-vasnprintf: New file.
900         * modules/unistdio/ulc-vasprintf: New file.
901         * modules/unistdio/ulc-vfprintf: New file.
902         * modules/unistdio/ulc-vsnprintf: New file.
903         * modules/unistdio/ulc-vsprintf: New file.
904         * modules/unistdio/u8-asnprintf: New file.
905         * modules/unistdio/u8-asprintf: New file.
906         * modules/unistdio/u8-printf-parse: New file.
907         * modules/unistdio/u8-snprintf: New file.
908         * modules/unistdio/u8-sprintf: New file.
909         * modules/unistdio/u8-vasnprintf: New file.
910         * modules/unistdio/u8-vasprintf: New file.
911         * modules/unistdio/u8-vsnprintf: New file.
912         * modules/unistdio/u8-vsprintf: New file.
913         * modules/unistdio/u8-u8-asnprintf: New file.
914         * modules/unistdio/u8-u8-asprintf: New file.
915         * modules/unistdio/u8-u8-snprintf: New file.
916         * modules/unistdio/u8-u8-sprintf: New file.
917         * modules/unistdio/u8-u8-vasnprintf: New file.
918         * modules/unistdio/u8-u8-vasprintf: New file.
919         * modules/unistdio/u8-u8-vsnprintf: New file.
920         * modules/unistdio/u8-u8-vsprintf: New file.
921         * modules/unistdio/u16-asnprintf: New file.
922         * modules/unistdio/u16-asprintf: New file.
923         * modules/unistdio/u16-printf-parse: New file.
924         * modules/unistdio/u16-snprintf: New file.
925         * modules/unistdio/u16-sprintf: New file.
926         * modules/unistdio/u16-vasnprintf: New file.
927         * modules/unistdio/u16-vasprintf: New file.
928         * modules/unistdio/u16-vsnprintf: New file.
929         * modules/unistdio/u16-vsprintf: New file.
930         * modules/unistdio/u16-u16-asnprintf: New file.
931         * modules/unistdio/u16-u16-asprintf: New file.
932         * modules/unistdio/u16-u16-snprintf: New file.
933         * modules/unistdio/u16-u16-sprintf: New file.
934         * modules/unistdio/u16-u16-vasnprintf: New file.
935         * modules/unistdio/u16-u16-vasprintf: New file.
936         * modules/unistdio/u16-u16-vsnprintf: New file.
937         * modules/unistdio/u16-u16-vsprintf: New file.
938         * modules/unistdio/u32-asnprintf: New file.
939         * modules/unistdio/u32-asprintf: New file.
940         * modules/unistdio/u32-printf-parse: New file.
941         * modules/unistdio/u32-snprintf: New file.
942         * modules/unistdio/u32-sprintf: New file.
943         * modules/unistdio/u32-vasnprintf: New file.
944         * modules/unistdio/u32-vasprintf: New file.
945         * modules/unistdio/u32-vsnprintf: New file.
946         * modules/unistdio/u32-vsprintf: New file.
947         * modules/unistdio/u32-u32-asnprintf: New file.
948         * modules/unistdio/u32-u32-asprintf: New file.
949         * modules/unistdio/u32-u32-snprintf: New file.
950         * modules/unistdio/u32-u32-sprintf: New file.
951         * modules/unistdio/u32-u32-vasnprintf: New file.
952         * modules/unistdio/u32-u32-vasprintf: New file.
953         * modules/unistdio/u32-u32-vsnprintf: New file.
954         * modules/unistdio/u32-u32-vsprintf: New file.
955         * modules/unistdio/ulc-asnprintf-tests: New file.
956         * modules/unistdio/ulc-vasnprintf-tests: New file.
957         * modules/unistdio/ulc-vasprintf-tests: New file.
958         * modules/unistdio/ulc-vsnprintf-tests: New file.
959         * modules/unistdio/ulc-vsprintf-tests: New file.
960         * modules/unistdio/u8-asnprintf-tests: New file.
961         * modules/unistdio/u8-vasnprintf-tests: New file.
962         * modules/unistdio/u8-vasprintf-tests: New file.
963         * modules/unistdio/u8-vsnprintf-tests: New file.
964         * modules/unistdio/u8-vsprintf-tests: New file.
965         * modules/unistdio/u16-asnprintf-tests: New file.
966         * modules/unistdio/u16-vasnprintf-tests: New file.
967         * modules/unistdio/u16-vasprintf-tests: New file.
968         * modules/unistdio/u16-vsnprintf-tests: New file.
969         * modules/unistdio/u16-vsprintf-tests: New file.
970         * modules/unistdio/u32-asnprintf-tests: New file.
971         * modules/unistdio/u32-vasnprintf-tests: New file.
972         * modules/unistdio/u32-vasprintf-tests: New file.
973         * modules/unistdio/u32-vsnprintf-tests: New file.
974         * modules/unistdio/u32-vsprintf-tests: New file.
975         * MODULES.html.sh (Unicode string functions): Add the new modules.
976
977 2007-07-01  Bruno Haible  <bruno@clisp.org>
978
979         * lib/sprintf.c (sprintf): Limit the available length estimation,
980         to avoid address wraparound.
981         * lib/vsprintf.c (vsprintf): Likewise.
982         * modules/sprintf-posix (Dependencies): Add stdint.
983         * modules/vsprintf-posix (Dependencies): Likewise.
984
985 2007-07-01  Bruno Haible  <bruno@clisp.org>
986
987         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
988         Windows PATH as well. Conservative double-quoting. Comments.
989
990 2007-07-01  Bruno Haible  <bruno@clisp.org>
991             Eric Blake  <ebb9@byu.net>
992             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
993
994         * gnulib-tool (self_abspathname): Fix algorithm to cope with
995         empty components in $PATH, denoting '.'.
996
997 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
998
999         * gnulib-tool: Fix indentation.
1000         (func_create_megatestdir): Likewise.
1001         Report by Bruno Haible.
1002
1003 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1004
1005         Sync from Automake.
1006         * build-aux/gnupload: Fix shell portability issues with for loops.
1007         Report by Karl Berry.
1008
1009 2007-06-29  Simon Josefsson  <simon@josefsson.org>
1010
1011         * build-aux/maint.mk (POURL): Use translationproject.org.
1012
1013 2007-06-27  Simon Josefsson  <simon@josefsson.org>
1014             Bruno Haible  <bruno@clisp.org>
1015
1016         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
1017         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
1018         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
1019         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
1020         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
1021
1022 2007-06-27  Bruno Haible  <bruno@clisp.org>
1023
1024         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
1025         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
1026
1027 2007-06-26  Karl Berry  <karl@gnu.org>
1028
1029         * MODULES.html.sh: remove xreadlink-with-size.
1030
1031 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
1032
1033         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
1034         method that I hope also handles the double-include problem noted
1035         by Bruno Haible in
1036         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
1037
1038 2007-06-23  Bruno Haible  <bruno@clisp.org>
1039
1040         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
1041         Don't let the 'mostlyclean' target fail if the last subdirectory could
1042         not be removed.
1043         Reported by Karl Berry.
1044
1045 2007-06-23  Bruno Haible  <bruno@clisp.org>
1046
1047         * gnulib-tool (echo): Add a speedier workaround for ksh.
1048         * tests/test-echo.sh: Likewise.
1049
1050 2007-06-23  Bruno Haible  <bruno@clisp.org>
1051
1052         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
1053         * tests/test-echo.sh: Likewise.
1054
1055 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1056
1057         * gnulib-tool (IFS): Initialize early, so we don't set it to
1058         empty later.
1059         (self_abspathname): Rewrite algorithm to set it, reindent.
1060         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
1061         (func_create_megatestdir): Merge some sed scripts.
1062
1063 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
1064
1065         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
1066         exposed by Sun Studio 11 cc on Solaris 8.
1067
1068 2007-06-22  Bruno Haible  <bruno@clisp.org>
1069
1070         * gnulib-tool (echo): Ensure the echo primitive does not interpret
1071         backslashes.
1072         * tests/test-echo.sh: New file.
1073
1074 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1075
1076         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
1077         simplify `sed_replace_build_aux' scripts, they are portable but
1078         echoing them with `echo' is not.
1079         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
1080
1081 2007-06-21  Karl Berry  <karl@gnu.org>
1082
1083         * config/srclist.txt: guess we can't handle the licenses via
1084         srclist at the moment.
1085
1086 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
1087
1088         * MODULES.html.sh: Add include_next.
1089         * modules/include_next: New file.
1090
1091 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
1092
1093         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
1094         INCLUDE_NEXT.
1095         (gl_CHECK_NEXT_HEADERS): New macro.
1096         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
1097         the obsolescent gl_ABSOLUTE_HEADER.
1098         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
1099         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
1100         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
1101         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
1102         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
1103         * m4/math_h.m4 (gl_MATH_H): Likewise.
1104         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
1105         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
1106         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
1107         * m4/stdint.m4 (gl_STDINT_H): Likewise.
1108         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
1109         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
1110         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
1111         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
1112         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
1113         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
1114         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
1115         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
1116         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
1117         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
1118         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
1119         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
1120         * m4/inttypes.m4 (gl_INTTYPES_H): Define
1121         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
1122         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
1123         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
1124         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
1125         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
1126         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
1127         * lib/float_.h: Likewise.
1128         * lib/inttypes_.h: Likewise.
1129         * lib/math_.h: Likewise.
1130         * lib/search_.h: Likewise.
1131         * lib/signal_.h: Likewise.
1132         * lib/stdint_.h: Likewise.
1133         * lib/stdio_.h: Likewise.
1134         * lib/stdlib_.h: Likewise.
1135         * lib/string_.h: Likewise.
1136         * lib/sys_stat_.h: Likewise.
1137         * lib/sys_time_.h: Likewise.
1138         * lib/time_.h: Likewise.
1139         * lib/unistd_.h: Likewise.
1140         * lib/wchar_.h: Likewise.
1141         * lib/wctype_.h: Likewise.
1142         * lib/dirent_.h: Likewise.
1143         * lib/iconv_.h: Likewise.
1144         * lib/locale_.h: Likewise.
1145         * lib/netinet_in_.h: Likewise.
1146         * lib/sys_select_.h: Likewise.
1147         * lib/sys_socket_.h: Likewise.
1148         * lib/sysexits_.h: Likewise.
1149         * modules/fcntl (Depends-on): Depend on include_next, not
1150         absolute_header.
1151         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
1152         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
1153         * modules/fchdir: Likewise.
1154         * modules/float: Likewise.
1155         * modules/iconv_open: Likewise.
1156         * modules/inttypes: Likewise.
1157         * modules/locale: Likewise.
1158         * modules/math: Likewise.
1159         * modules/netinet_in: Likewise.
1160         * modules/search: Likewise.
1161         * modules/signal: Likewise.
1162         * modules/stdint: Likewise.
1163         * modules/stdio: Likewise.
1164         * modules/stdlib: Likewise.
1165         * modules/string: Likewise.
1166         * modules/sys_select: Likewise.
1167         * modules/sys_socket: Likewise.
1168         * modules/sys_stat: Likewise.
1169         * modules/sys_time: Likewise.
1170         * modules/sysexits: Likewise.
1171         * modules/time: Likewise.
1172         * modules/unistd: Likewise.
1173         * modules/wchar: Likewise.
1174         * modules/wctype: Likewise.
1175         * modules/sys_stat: Change maintainer to "all".
1176         * modules/unistd: Likewise.
1177
1178 2007-06-20  Karl Berry  <karl@gnu.org>
1179
1180         * config/srclist.txt: track www changes in license files.
1181
1182 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
1183
1184         * build-aux/bootstrap: Remove stray dot.
1185         Make sure build_aux settings are honored when linking
1186         gnulib_extra_files.
1187
1188 2007-06-19  Eric Blake  <ebb9@byu.net>
1189
1190         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
1191         Allow compilation on cygwin.
1192
1193 2007-06-19  Jim Meyering  <jim@meyering.net>
1194
1195         xreadlink-with-size: Remove module.  No longer used.
1196         Ex-callers now use xreadlink or mreadlink-with-size.
1197         * modules/xreadlink-with-size: Remove module.
1198         * lib/xreadlink-with-size.c: Remove file.
1199         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
1200         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
1201         just before the function definition *is* accurate.
1202
1203         Eliminate one way canonicalize_filename_mode could exit.
1204         * lib/canonicalize.c (canonicalize_filename_mode):
1205         Use mreadlink_with_size, not xreadlink_with_size.
1206
1207 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
1208
1209         Detect porting problems to FreeBSD/arm, which has time_t wider than
1210         long int.  Original problem reported for GNU diff by Xin Li in
1211         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
1212         * modules/getdate (Depends-on): Add intprops, verify.
1213         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
1214         is an integer type no wider than long int.
1215
1216 2007-06-18  Jim Meyering  <jim@meyering.net>
1217
1218         New module: mreadlink-with-size.
1219         * MODULES.html.sh: Add mreadlink-with-size.
1220         * modules/mreadlink-with-size: New module
1221         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
1222         not xreadlink-with-size.
1223         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
1224
1225 2007-06-16  Bruno Haible  <bruno@clisp.org>
1226
1227         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
1228         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
1229         Reported by Gary V. Vaughan <gary@gnu.org>.
1230
1231 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
1232
1233         Revamp lchown so that it lives in unistd.h where it belongs.
1234         * lib/lchown.h: Remove.
1235         * lib/dirchownmod.c: Don't include lib/lchown.h.
1236         * lib/fchownat.c: Likewise.
1237         * lib/openat.c: Likewise.
1238         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
1239         does not follow symlinks.
1240         (EOPNOTSUPP): Define if not defined.
1241         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
1242         is defined to 0.
1243         (lchown): New decl.
1244         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
1245         Do not check for lchown decl.
1246         Set REPLACE_LCHOWN.
1247         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
1248         REPLACE_LCHOWN.
1249         * modules/chown: Make it clear it follows symlinks.
1250         * modules/lchown: Make it clear it doesn't follow symlinks.
1251         (Files): Remove lib/lchown.h
1252         (Depends-on): Add unistd.
1253         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
1254         (Include): Include <unistd.h>, not "lchown.h".
1255         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
1256         REPLACE_LCHOWN.
1257
1258 2007-06-15  Jim Meyering  <jim@meyering.net>
1259
1260         Change license (GPL to LGPL) of fsusage and dependents.
1261         * modules/fsusage (License): Change to LGPL.
1262         * modules/full-read (License): Likewise.
1263         * modules/full-write (License): Likewise.
1264         * modules/safe-read (License): Likewise.
1265         * modules/safe-write (License): Likewise.
1266
1267 2007-06-14  Ben Pfaff  <blp@gnu.org>
1268
1269         Missing part of allocsa -> malloca transition.
1270         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
1271         gl_MALLOCA.
1272
1273 2007-06-12  Bruno Haible  <bruno@clisp.org>
1274
1275         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
1276         to ia64, x86_64, i386.
1277         Reported by Eric Blake.
1278
1279 2007-06-12  Bruno Haible  <bruno@clisp.org>
1280
1281         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
1282         cross-compiling to x86_64.
1283
1284 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
1285
1286         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
1287         glitch reported by Ralf Wildenhues in
1288         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
1289
1290         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
1291         Vin Shelton.
1292
1293 2007-06-11  Bruno Haible  <bruno@clisp.org>
1294
1295         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
1296         replacement string.
1297         Reported by Eric Blake.
1298
1299 2007-06-10  Bruno Haible  <bruno@clisp.org>
1300
1301         Prepare vasnprintf code for use with Unicode strings.
1302         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
1303         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
1304         TYPE_U32_STRING.
1305         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
1306         a_u32_string variants.
1307         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
1308         * lib/printf-args.c: Don't include config.h and the specification
1309         header if PRINTF_FETCHARGS is already defined.
1310         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
1311         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
1312         TYPE_U16_STRING, TYPE_U32_STRING.
1313         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
1314         u16_directive, u16_directives, u32_directive, u32_directives): New
1315         types.
1316         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
1317         New declarations.
1318         * lib/printf-parse.c: Don't include config.h and the specification
1319         header if PRINTF_PARSE is already defined. Eliminate the set of
1320         parameters for WIDE_CHAR_VERSION; the user of this file must provide
1321         them now. Include c-ctype.h.
1322         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
1323         directive and CHAR_T_ONLY_ASCII.
1324         * lib/vasnprintf.c: Don't include config.h and the specification header
1325         if VASNPRINTF is already defined.
1326         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
1327         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
1328         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
1329         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
1330         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
1331         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
1332         code accordingly.
1333         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
1334         pad_ourselves also in this case, with the 'c' and 's' directives, and
1335         with a different notion of "width".
1336         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
1337
1338 2007-06-10  Bruno Haible  <bruno@clisp.org>
1339
1340         * modules/unistr/u32-mbsnlen: New file.
1341         * lib/unistr/u32-mbsnlen.c: New file.
1342
1343         * modules/unistr/u16-mbsnlen: New file.
1344         * lib/unistr/u16-mbsnlen.c: New file.
1345
1346         * modules/unistr/u8-mbsnlen: New file.
1347         * lib/unistr/u8-mbsnlen.c: New file.
1348
1349         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
1350         declarations.
1351
1352 2007-06-10  Bruno Haible  <bruno@clisp.org>
1353
1354         * lib/string_.h (mbsnlen): New declaration.
1355         * lib/mbsnlen.c: New file.
1356         * m4/mbsnlen.m4: New file.
1357         * modules/mbsnlen: New file.
1358         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
1359         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
1360         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
1361
1362 2007-06-10  Bruno Haible  <bruno@clisp.org>
1363
1364         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
1365
1366 2007-06-10  Bruno Haible  <bruno@clisp.org>
1367
1368         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
1369         * lib/mbuiter.h: Likewise.
1370
1371 2007-06-10  Bruno Haible  <bruno@clisp.org>
1372
1373         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
1374         declaration.
1375
1376 2007-06-10  Karl Berry  <karl@gnu.org>
1377
1378         * config/srclist.txt: remove gettext entries, Bruno prefers
1379         to update individually.
1380
1381 2007-06-10  Bruno Haible  <bruno@clisp.org>
1382
1383         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
1384         'maxlen'. Ensure only length + width bytes are allocated, not
1385         length + 1 + width.
1386
1387 2007-06-09  Bruno Haible  <bruno@clisp.org>
1388
1389         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
1390         (CHAR_T): Remove macro.
1391         (VASNPRINTF): Update.
1392
1393 2007-06-09  Bruno Haible  <bruno@clisp.org>
1394
1395         * MODULES.html.sh (Unicode string functions): Add the new modules.
1396
1397         * modules/uniconv/u32-conv-to-enc: New file.
1398         * lib/uniconv/u32-conv-to-enc.c: New file.
1399         * modules/uniconv/u32-conv-to-enc-tests: New file.
1400         * tests/uniconv/test-u32-conv-to-enc.c: New file.
1401
1402         * modules/uniconv/u16-conv-to-enc: New file.
1403         * lib/uniconv/u16-conv-to-enc.c: New file.
1404         * lib/uniconv/u-conv-to-enc.h: New file.
1405         * modules/uniconv/u16-conv-to-enc-tests: New file.
1406         * tests/uniconv/test-u16-conv-to-enc.c: New file.
1407
1408         * modules/uniconv/u8-conv-to-enc: New file.
1409         * lib/uniconv/u8-conv-to-enc.c: New file.
1410         * modules/uniconv/u8-conv-to-enc-tests: New file.
1411         * tests/uniconv/test-u8-conv-to-enc.c: New file.
1412
1413         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
1414         u32_conv_to_encoding): New declarations.
1415
1416 2007-06-09  Bruno Haible  <bruno@clisp.org>
1417
1418         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
1419
1420 2007-06-09  Bruno Haible  <bruno@clisp.org>
1421
1422         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
1423         * modules/malloca: Renamed from modules/allocsa, updated.
1424         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
1425         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
1426         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
1427         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
1428         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
1429         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
1430         * modules/xmalloca: Renamed from modules/xallocsa, updated.
1431         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
1432         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
1433         * modules/c-strcasestr (Depends-on): Update.
1434         * lib/c-strcasestr.c: Update.
1435         * modules/c-strstr (Depends-on): Update.
1436         * lib/c-strstr.c: Update.
1437         * modules/canonicalize-lgpl (Depends-on): Update.
1438         * lib/canonicalize-lgpl.c: Update.
1439         * modules/clean-temp (Depends-on): Update.
1440         * lib/clean-temp.c: Update.
1441         * modules/csharpcomp (Depends-on): Update.
1442         * lib/csharpcomp.c: Update.
1443         * modules/csharpexec (Depends-on): Update.
1444         * lib/csharpexec.c: Update.
1445         * modules/javacomp (Depends-on): Update.
1446         * lib/javacomp.c: Update.
1447         * modules/javaexec (Depends-on): Update.
1448         * lib/javaexec.c: Update.
1449         * modules/mbscasestr (Depends-on): Update.
1450         * lib/mbscasestr.c: Update.
1451         * modules/mbsstr (Depends-on): Update.
1452         * lib/mbsstr.c: Update.
1453         * modules/setenv (Depends-on): Update.
1454         * lib/setenv.c: Update.
1455         * modules/strcasestr (Depends-on): Update.
1456         * lib/strcasestr.c: Update.
1457         * modules/striconveha (Depends-on): Update.
1458         * lib/striconveha.c: Update.
1459         * modules/relocatable-prog-wrapper (Files): Update.
1460         * lib/relocwrapper.c: Update.
1461         * build-aux/install-reloc: Update.
1462         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
1463
1464 2007-06-08  Bruno Haible  <bruno@clisp.org>
1465
1466         Port to uClibc.
1467         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
1468         * lib/fpurge.c (fpurge): Likewise.
1469         * lib/freading.c (freading): Likewise.
1470         * lib/fseeko.c (rpl_fseeko): Likewise.
1471         * lib/fseterr.c (fseterr): Likewise.
1472         * lib/fwriting.c (fwriting): Likewise.
1473         * tests/test-fflush.c (main): Avoid a failure on uClibc.
1474
1475 2007-06-08  Bruno Haible  <bruno@clisp.org>
1476
1477         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
1478         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
1479         * modules/gettext (Files): Add m4/intlmacosx.m4.
1480
1481 2007-06-07  Bruno Haible  <bruno@clisp.org>
1482
1483         * modules/localename-tests: New file.
1484         * tests/test-localename.c: New file.
1485
1486         New module 'localename'.
1487         * lib/localename.h: New file.
1488         * lib/localename.c: New file, from GNU gettext.
1489         * m4/localename.m4: New file.
1490         * modules/localename: New file.
1491
1492 2007-06-07  Bruno Haible  <bruno@clisp.org>
1493
1494         Work around the lack of <wchar.h> on some builds of uClibc.
1495         * doc/headers/wchar.texi: Update.
1496         * lib/wchar_.h: Include <wchar.h> only if it exists.
1497         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
1498         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
1499         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
1500         doesn't exist.
1501         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
1502         * modules/mbfile (Depends-on): Add wchar.
1503         * modules/mbiter (Depends-on): Likewise.
1504         * modules/mbuiter (Depends-on): Likewise.
1505         Reported by Simon Josefsson.
1506
1507 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
1508
1509         Work around problem reported by Steven M. Schweda in
1510         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
1511         Tru64 5.1B with the Compaq compiler environment installed declares
1512         an 'isblank' function but does not define it in the C library.
1513         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
1514         * lib/regex_internal.h (isblank): Likewise.
1515         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
1516         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
1517
1518 2007-06-05  Bruno Haible  <bruno@clisp.org>
1519
1520         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
1521         ia64.
1522         * modules/printf-safe: New file.
1523         * modules/fprintf-posix (Depends-on): Add printf-safe.
1524         * modules/printf-posix (Depends-on): Likewise.
1525         * modules/snprintf-posix (Depends-on): Likewise.
1526         * modules/sprintf-posix (Depends-on): Likewise.
1527         * modules/vasnprintf-posix (Depends-on): Likewise.
1528         * modules/vasprintf-posix (Depends-on): Likewise.
1529         * modules/vfprintf-posix (Depends-on): Likewise.
1530         * modules/vprintf-posix (Depends-on): Likewise.
1531         * modules/vsnprintf-posix (Depends-on): Likewise.
1532         * modules/vsprintf-posix (Depends-on): Likewise.
1533         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
1534         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
1535         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
1536         "no" on i386, x86_64, ia64.
1537         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
1538         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
1539         on i386, x86_64, ia64.
1540         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
1541         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
1542         on i386, x86_64, ia64.
1543         * tests/test-vasnprintf-posix.c: Include float.h.
1544         (LDBL80_WORDS): New macro.
1545         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
1546         on i386, x86_64, ia64.
1547         * tests/test-vasprintf-posix.c: Include float.h.
1548         (LDBL80_WORDS): New macro.
1549         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
1550         on i386, x86_64, ia64.
1551         * tests/test-snprintf-posix.c: Include float.h.
1552         * tests/test-sprintf-posix.c: Likewise.
1553         * tests/test-vsnprintf-posix.c: Likewise.
1554         * tests/test-vsprintf-posix.c: Likewise.
1555
1556 2007-06-05  Bruno Haible  <bruno@clisp.org>
1557
1558         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
1559         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
1560         non-IEEE numbers on i386, x86_64, ia64.
1561         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
1562         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
1563         * tests/test-isnanl.h: Include float.h.
1564         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
1565
1566 2007-06-05  Bruno Haible  <bruno@clisp.org>
1567
1568         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
1569         also the %a / %A. Handle the %a / %A code before this extra handling.
1570
1571 2007-06-05  Bruno Haible  <bruno@clisp.org>
1572
1573         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
1574         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
1575
1576 2007-06-05  Bruno Haible  <bruno@clisp.org>
1577
1578         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
1579         typo in variable name.
1580
1581 2007-06-05  Eric Blake  <ebb9@byu.net>
1582
1583         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
1584         Reported by Simon Josefsson.
1585
1586 2007-06-04  Bruno Haible  <bruno@clisp.org>
1587
1588         Avoid test failures on some PowerPC platforms.
1589         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
1590         Define differently for PowerPC.
1591         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
1592         Reported by Gary V. Vaughan <gary@gnu.org>.
1593
1594 2007-06-02  Bruno Haible  <bruno@clisp.org>
1595
1596         Fix test-stdint failure on FreeBSD/ia64.
1597         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
1598         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
1599         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
1600         * doc/headers/stdint.texi: Update.
1601
1602 2007-06-01  Bruno Haible  <bruno@clisp.org>
1603
1604         * tests/test-binary-io.c (main): Pass a third argument to open().
1605         Reported by Gary V. Vaughan <gary@gnu.org>.
1606
1607 2007-06-01  Bruno Haible  <bruno@clisp.org>
1608
1609         * doc/functions/frexpl.texi: Update for mingw.
1610
1611 2007-06-01  Bruno Haible  <bruno@clisp.org>
1612
1613         * tests/test-lseek.c (main): Disable test of errno for invalid third
1614         argument.
1615         * doc/functions/lseek.texi: Update.
1616         Reported by Gary V. Vaughan <gary@gnu.org>.
1617
1618 2007-05-28  Bruno Haible  <bruno@clisp.org>
1619
1620         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
1621
1622 2007-05-31  Eric Blake  <ebb9@byu.net>
1623
1624         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
1625         cross compiling.
1626
1627 2007-05-30  Eric Blake  <ebb9@byu.net>
1628         and Bruno Haible  <bruno@clisp.org>
1629
1630         Work around mingw test failures exposed by m4-1.4.9b.
1631         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
1632         * tests/test-unistd.c: Disable uid_t and git_t tests for the
1633         moment.
1634
1635 2007-05-30  Bruno Haible  <bruno@clisp.org>
1636
1637         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
1638         assuming that they are closed. Needed on HP-UX 11.
1639
1640 2007-05-29  Bruno Haible  <bruno@clisp.org>
1641
1642         Fix a problem with #include_next.
1643         * lib/dirent_.h: Split the double-inclusion guard.
1644         * lib/fcntl_.h: Likewise.
1645         * lib/float_.h: Likewise.
1646         * lib/iconv_.h: Likewise.
1647         * lib/inttypes_.h: Likewise.
1648         * lib/locale_.h: Likewise.
1649         * lib/math_.h: Likewise.
1650         * lib/netinet_in_.h: Likewise.
1651         * lib/search_.h: Likewise.
1652         * lib/signal_.h: Likewise.
1653         * lib/stdint_.h: Likewise.
1654         * lib/stdio_.h: Likewise.
1655         * lib/stdlib_.h: Likewise.
1656         * lib/string_.h: Likewise.
1657         * lib/sys_select_.h: Likewise.
1658         * lib/sys_socket_.h: Likewise.
1659         * lib/sys_stat_.h: Likewise.
1660         * lib/sys_time_.h: Likewise.
1661         * lib/sysexits_.h: Likewise.
1662         * lib/time_.h: Likewise.
1663         * lib/unistd_.h: Likewise.
1664         * lib/wchar_.h: Likewise.
1665         * lib/wctype_.h: Likewise.
1666
1667 2007-05-29  Bruno Haible  <bruno@clisp.org>
1668
1669         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
1670         for the moment.
1671
1672 2007-05-29  Bruno Haible  <bruno@clisp.org>
1673
1674         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
1675         invocation.
1676         Reported by Eric Blake.
1677
1678 2007-05-29  Bruno Haible  <bruno@clisp.org>
1679
1680         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
1681         compiling case.
1682
1683 2007-05-29  Eric Blake  <ebb9@byu.net>
1684             Bruno Haible  <bruno@clisp.org>
1685
1686         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
1687         cross compiles.
1688
1689 2007-05-28  Eric Blake  <ebb9@byu.net>
1690
1691         * modules/closein-tests (test_closein_LDADD): Support test on
1692         cygwin with libtool.
1693
1694 2007-05-28  Bruno Haible  <bruno@clisp.org>
1695
1696         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
1697         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
1698         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
1699         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
1700         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
1701         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
1702         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
1703         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
1704         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
1705
1706 2007-05-28  Eric Blake  <ebb9@byu.net>
1707
1708         Unconditionally include <config.h> in unit tests.
1709         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
1710         * tests/test-allocsa.c, tests/test-arcfour.c,
1711         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
1712         tests/test-array_list.c, tests/test-array_oset.c,
1713         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
1714         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
1715         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
1716         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
1717         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
1718         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
1719         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
1720         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
1721         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
1722         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
1723         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
1724         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
1725         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
1726         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
1727         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
1728         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
1729         test-md5.c, test-memmem.c, test-printf-posix.c,
1730         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
1731         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
1732         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
1733         test-strcasestr.c, test-striconv.c, test-striconveh.c,
1734         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
1735         test-vasnprintf-posix2.c, test-vasnprintf.c,
1736         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
1737         test-vfprintf-posix.c, test-vprintf-posix.c,
1738         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
1739         test-xvasprintf.c: Likewise.
1740
1741 2007-05-28  Bruno Haible  <bruno@clisp.org>
1742
1743         * gnulib-tool (func_import): Remember the --with-tests command-line
1744         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
1745         Reported by Eric Blake.
1746
1747 2007-05-28  Bruno Haible  <bruno@clisp.org>
1748
1749         * modules/ftell-tests: New file.
1750         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
1751         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
1752
1753         * lib/ftell.c: New file.
1754         * modules/ftell: New file.
1755         * m4/ftell.m4: New file.
1756         * doc/functions/ftell.texi: Update.
1757         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
1758         REPLACE_FTELL.
1759         * lib/stdio_.h (rpl_ftell): New declaration.
1760         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
1761         REPLACE_FTELL.
1762
1763 2007-05-28  Eric Blake  <ebb9@byu.net>
1764
1765         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
1766
1767 2007-05-28  Bruno Haible  <bruno@clisp.org>
1768
1769         * modules/fseek-tests: New file.
1770         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
1771         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
1772
1773         * lib/fseek.c: New file.
1774         * modules/fseek: New file.
1775         * m4/fseek.m4: New file.
1776         * doc/functions/fseek.texi: Update.
1777         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
1778         REPLACE_FSEEK.
1779         * lib/stdio_.h (rpl_fseek): New declaration.
1780         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
1781         REPLACE_FSEEK.
1782
1783 2007-05-28  Bruno Haible  <bruno@clisp.org>
1784
1785         * lib/stdio_.h (fflush): More comments.
1786
1787 2007-05-28  Bruno Haible  <bruno@clisp.org>
1788
1789         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
1790         runtime test.
1791
1792 2007-05-28  Eric Blake  <ebb9@byu.net>
1793
1794         Improve lseek module.
1795         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
1796         * lib/unistd_.h (lseek): Scale back link warning message.
1797         * tests/test-lseek.c: Beef up test.
1798         * tests/test-lseek.sh: Exercise more facets of lseek.
1799         Reported by Bruno Haible.
1800
1801 2007-05-28  Bruno Haible  <bruno@clisp.org>
1802
1803         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
1804         to define.
1805
1806 2007-05-27  Bruno Haible  <bruno@clisp.org>
1807
1808         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
1809
1810 2007-05-27  Bruno Haible  <bruno@clisp.org>
1811
1812         * modules/openmp: New file.
1813         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
1814         Noah Misch.
1815
1816 2007-05-26  Bruno Haible  <bruno@clisp.org>
1817
1818         * modules/chdir-long (Depends-on): Add fchdir.
1819         * modules/chdir-safer (Depends-on): Likewise.
1820         * modules/fts (Depends-on): Likewise.
1821         * modules/fts-lgpl (Depends-on): Likewise.
1822         * modules/openat (Depends-on): Likewise.
1823         * modules/savewd (Depends-on): Likewise.
1824
1825 2007-05-24  Eric Blake  <ebb9@byu.net>
1826
1827         Fix lseek on mingw.
1828         * modules/lseek: New module.
1829         * m4/lseek.m4: New file.
1830         * lib/lseek.c: New file.
1831         * modules/lseek-tests: New file.
1832         * tests/test-lseek.c: New file.
1833         * tests/test-lseek.sh: New file.
1834         * MODULES.html.sh: Document lseek module.
1835         * modules/fflush (Depends-on): Add lseek, fseeko.
1836         * modules/fseeko (Depends-on): Likewise.
1837         * modules/ftello (Depends-on): Likewise.
1838         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
1839         broken.
1840         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
1841         broken.
1842         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
1843         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
1844         * lib/ftello.c (rpl_ftello): Likewise.
1845         * tests/test-fseeko.c (main): Test this.
1846         * tests/test-fseeko.sh: Likewise.
1847         * tests/test-ftello.c (main): Likewise.
1848         * tests/test-ftello.sh: Likewise.
1849         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
1850         implies replacing fseek.
1851         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
1852         HAVE_FTELLO.
1853         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
1854         * modules/unistd (Makefile.am): Likewise.
1855         * lib/unistd_.h (lseek): Declare a replacement.
1856         * doc/functions/lseek.texi (lseek): Document this fix.
1857         * doc/functions/fseek.texi (fseek): Likewise.
1858         * doc/functions/ftell.texi (ftell): Likewise.
1859
1860 2007-05-24  Bruno Haible  <bruno@clisp.org>
1861
1862         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
1863         in the printed representation of a NaN.
1864         * tests/test-vasprintf-posix.c (test_function): Likewise.
1865         * tests/test-snprintf-posix.h (test_function): Likewise.
1866         * tests/test-sprintf-posix.h (test_function): Likewise.
1867         Reported by Eric Blake.
1868
1869 2007-05-23  Eric Blake  <ebb9@byu.net>
1870
1871         Fix fseeko/ftello on cygwin 1.5.24.
1872         * doc/functions/fseeko.texi (fseeko): Document the fix.
1873         * doc/functions/ftello.texi (ftello): Document the fix.
1874         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
1875         * doc/functions/stdout.text (stdout): New file.
1876         * doc/functions/stderr.text (stderr): New file.
1877         * doc/gnulib.texi (Function Substitutes): Use new files.
1878         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
1879         prior to 1.7.0.
1880         * tests/test-ftello.c (main): Likewise for ftello.
1881         * tests/test-fseeko.sh: New file.
1882         * tests/test-ftello.sh: New file.
1883         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
1884         with seekable stdin.
1885         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
1886         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
1887         (gl_REPLACE_FSEEKO): New macro.
1888         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
1889         * modules/fseeko (Files): Distribute fseeko.c.
1890         * modules/ftello (Files): Distribute ftello.c.
1891         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
1892         mode.
1893         * lib/ftello.c (rpl_ftello): New file.
1894         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
1895         fseeko, ftello.
1896         (gl_STDIN_LARGE_OFFSET): New macro.
1897         * modules/stdio (Makefile.am): Perform the replacement.
1898         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
1899
1900 2007-05-23  Bruno Haible  <bruno@clisp.org>
1901
1902         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
1903         GNULIB_POSIXCHECK is defined.
1904
1905 2007-05-21  Bruno Haible  <bruno@clisp.org>
1906
1907         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
1908         Check also the output for NaN arguments. When cross-compiling, guess
1909         no on IRIX.
1910         * lib/vasnprintf.c: Update comments.
1911         * tests/test-vasnprintf-posix.c (strisnan): New function.
1912         (test_function): Use it.
1913         * tests/test-vasprintf-posix.c (strisnan): New function.
1914         (test_function): Use it.
1915         * tests/test-snprintf-posix.h (strisnan): New function.
1916         (test_function): Use it.
1917         * tests/test-sprintf-posix.h (strisnan): New function.
1918         (test_function): Use it.
1919         Reported by Eric Blake.
1920
1921 2007-05-20  Bruno Haible  <bruno@clisp.org>
1922
1923         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
1924         numbers that fails on BeOS.
1925         * doc/functions/frexpl.texi: Update.
1926
1927 2007-05-20  Jim Meyering  <jim@meyering.net>
1928
1929         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
1930         forced upon us by glibc-2.6.
1931
1932 2007-05-20  Bruno Haible  <bruno@clisp.org>
1933
1934         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
1935         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
1936         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
1937         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
1938         NEED_PRINTF_INFINITE.
1939         (is_infinitel): New function.
1940         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
1941         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
1942         gl_PREREQ_VASNPRINTF_INFINITE.
1943         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
1944         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
1945         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
1946         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
1947         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
1948         gl_PREREQ_VASNPRINTF_INFINITE.
1949         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
1950         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
1951         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
1952         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
1953         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
1954         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1955         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
1956         * doc/functions/fprintf.texi: Update.
1957         * doc/functions/printf.texi: Update.
1958         * doc/functions/snprintf.texi: Update.
1959         * doc/functions/sprintf.texi: Update.
1960         * doc/functions/vfprintf.texi: Update.
1961         * doc/functions/vprintf.texi: Update.
1962         * doc/functions/vsnprintf.texi: Update.
1963         * doc/functions/vsprintf.texi: Update.
1964
1965 2007-05-20  Bruno Haible  <bruno@clisp.org>
1966
1967         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
1968         was not found in libc.
1969         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
1970
1971 2007-05-20  Bruno Haible  <bruno@clisp.org>
1972
1973         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
1974         printed as "-nan" instead of "nan".
1975         * tests/test-vasprintf-posix.c (test_function): Likewise.
1976         * tests/test-snprintf-posix.h (test_function): Likewise.
1977         * tests/test-sprintf-posix.h (test_function): Likewise.
1978         Needed for HP-UX 11.
1979
1980 2007-05-20  Jim Meyering  <jim@meyering.net>
1981
1982         Fix buggy test for the fchownat-deref bug.
1983         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
1984         symlink required for the run-test.  Without it, this test would
1985         always declare that fchownat doesn't work, and client code would
1986         unnecessarily use the replacement function with fixed libc.
1987         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
1988         Reported by Greg Schafer.
1989
1990 2007-05-19  Bruno Haible  <bruno@clisp.org>
1991
1992         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
1993         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
1994         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
1995         Needed for IRIX 6.5 and Solaris 2.5.1.
1996
1997 2007-05-19  Bruno Haible  <bruno@clisp.org>
1998
1999         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
2000         (test_function): Skip tests involving -0.0 on platforms where
2001         -0.0 = 0.0.
2002         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
2003         (test_function): Skip tests involving -0.0 on platforms where
2004         -0.0 = 0.0.
2005         * tests/test-snprintf-posix.h (have_minus_zero): New function.
2006         (test_function): Skip tests involving -0.0 on platforms where
2007         -0.0 = 0.0.
2008         * tests/test-sprintf-posix.h (have_minus_zero): New function.
2009         (test_function): Skip tests involving -0.0 on platforms where
2010         -0.0 = 0.0.
2011         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
2012         tests.
2013         * tests/test-printf-posix.h (test_function): Likewise.
2014         * tests/test-printf-posix.output: Remove all -0.0 related results.
2015         Needed for IRIX 6.5.
2016
2017 2007-05-19  Bruno Haible  <bruno@clisp.org>
2018
2019         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
2020         printed as "nan0x7fffffff" instead of "nan".
2021         * tests/test-vasprintf-posix.c (test_function): Likewise.
2022         * tests/test-snprintf-posix.h (test_function): Likewise.
2023         * tests/test-sprintf-posix.h (test_function): Likewise.
2024         * tests/test-fprintf-posix.h (NaN): Remove macro.
2025         (test_function): Remove all NaN related tests.
2026         * tests/test-printf-posix.h (NaN): Remove macro.
2027         (test_function): Remove all NaN related tests.
2028         * tests/test-printf-posix.output: Remove all NaN related results.
2029         Needed for IRIX 6.5.
2030
2031 2007-05-19  Bruno Haible  <bruno@clisp.org>
2032
2033         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
2034         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
2035
2036 2007-05-19  Bruno Haible  <bruno@clisp.org>
2037
2038         * lib/float_.h: New file.
2039         * m4/float_h.m4: New file.
2040         * modules/float: New file.
2041         * modules/isnanl (Dependencies): Add float.
2042         * modules/isnanl-nolibm (Dependencies): Likewise.
2043         * modules/mathl (Dependencies): Likewise.
2044         * modules/printf-frexpl (Dependencies): Likewise.
2045         * modules/signbit (Dependencies): Likewise.
2046         * modules/vasnprintf (Dependencies): Likewise.
2047         * doc/headers/float.texi: Update.
2048
2049 2007-05-19  Jim Meyering  <jim@meyering.net>
2050
2051         * lib/utimens.c (gl_futimens): Rename from futimens,
2052         now that glibc-2.6 declares futimens.
2053         * lib/utimens.h: Likewise.
2054
2055 2007-05-19  Bruno Haible  <bruno@clisp.org>
2056
2057         Avoid test failures on mingw.
2058         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
2059         * tests/test-printf-posix.sh: Likewise.
2060         * tests/test-vfprintf-posix.sh: Likewise.
2061         * tests/test-vprintf-posix.sh: Likewise.
2062
2063 2007-05-19  Bruno Haible  <bruno@clisp.org>
2064
2065         Fix *printf result for NaN, Inf, -0.0 on mingw.
2066         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
2067         * lib/vasnprintf.c: Include math.h and isnan.h.
2068         (is_infinite_or_zero): New function.
2069         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
2070         values in the %f, %F, %e, %E, %g, %G directives.
2071         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
2072         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
2073         gl_PRINTF_INFINITE and test its result. Invoke
2074         gl_PREREQ_VASNPRINTF_INFINITE.
2075         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
2076         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
2077         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
2078         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
2079         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
2080         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
2081         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
2082         * doc/functions/fprintf.texi: Update.
2083         * doc/functions/printf.texi: Update.
2084         * doc/functions/snprintf.texi: Update.
2085         * doc/functions/sprintf.texi: Update.
2086         * doc/functions/vfprintf.texi: Update.
2087         * doc/functions/vprintf.texi: Update.
2088         * doc/functions/vsnprintf.texi: Update.
2089         * doc/functions/vsprintf.texi: Update.
2090
2091 2007-05-19  Bruno Haible  <bruno@clisp.org>
2092
2093         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
2094         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
2095         Instead of multiplying with 10^k, set extra_zeroes to k.
2096         (scale10_round_long_double): Remove function.
2097
2098 2007-05-18  Bruno Haible  <bruno@clisp.org>
2099
2100         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
2101         introduced on 2007-05-06.
2102
2103 2007-05-18  Bruno Haible  <bruno@clisp.org>
2104
2105         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
2106         %g directives.
2107         * tests/test-vasprintf-posix.c (test_function): Likewise.
2108         * tests/test-snprintf-posix.h (test_function): Likewise.
2109         * tests/test-sprintf-posix.h (test_function): Likewise.
2110
2111 2007-05-18  Bruno Haible  <bruno@clisp.org>
2112
2113         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
2114         (strmatch): New function.
2115         (test_function): Test the %f directive on numbers of various exponents.
2116         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
2117         (strmatch): New function.
2118         (test_function): Test the %f directive on numbers of various exponents.
2119         * tests/test-snprintf-posix.h (strmatch): New function.
2120         (test_function): Test the %f directive on numbers of various exponents.
2121         * tests/test-sprintf-posix.h (strmatch): New function.
2122         (test_function): Test the %f directive on numbers of various exponents.
2123         * tests/test-snprintf-posix.c (SIZEOF): New macro.
2124         * tests/test-sprintf-posix.c (SIZEOF): New macro.
2125         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
2126         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
2127
2128 2007-05-18  Bruno Haible  <bruno@clisp.org>
2129
2130         Add support for 'long double' number output.
2131         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
2132         * lib/vasnprintf.c: Include math.h and float+.h.
2133         (mp_limb_t): New type.
2134         (GMP_LIMB_BITS): New macro.
2135         (mp_twolimb_t): New type.
2136         (GMP_TWOLIMB_BITS): New macro.
2137         (mpn_t): New type.
2138         (multiply, divide, convert_to_decimal, decode_long_double,
2139         scale10_round_long_double, scale10_round_decimal_long_double,
2140         floorlog10l): New functions.
2141         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
2142         for the %f, %F, %e, %E, %g, %G directives.
2143         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
2144         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
2145         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
2146         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
2147         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
2148         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
2149         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
2150         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
2151         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
2152         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
2153         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
2154         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
2155         * modules/snprintf-posix (Depends-on): Likewise.
2156         * modules/sprintf-posix (Depends-on): Likewise.
2157         * modules/vasnprintf-posix (Depends-on): Likewise.
2158         * modules/vasprintf-posix (Depends-on): Likewise.
2159         * modules/vfprintf-posix (Depends-on): Likewise.
2160         * modules/vsnprintf-posix (Depends-on): Likewise.
2161         * modules/vsprintf-posix (Depends-on): Likewise.
2162         * modules/vasnprintf (Files): Add lib/float+.h.
2163         * doc/functions/fprintf.texi: Update.
2164         * doc/functions/printf.texi: Update.
2165         * doc/functions/snprintf.texi: Update.
2166         * doc/functions/sprintf.texi: Update.
2167         * doc/functions/vfprintf.texi: Update.
2168         * doc/functions/vprintf.texi: Update.
2169         * doc/functions/vsnprintf.texi: Update.
2170         * doc/functions/vsprintf.texi: Update.
2171
2172 2007-05-18  Bruno Haible  <bruno@clisp.org>
2173
2174         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
2175
2176 2007-05-18  Bruno Haible  <bruno@clisp.org>
2177
2178         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
2179         for printing 64-bit integers. Needed for mingw.
2180
2181 2007-05-18  Bruno Haible  <bruno@clisp.org>
2182
2183         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
2184         gl_FUNC_FREXPL_WORKS.
2185         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
2186
2187 2007-05-18  Bruno Haible  <bruno@clisp.org>
2188
2189         * modules/frexpl-nolibm-tests: New file.
2190
2191         * modules/frexpl-nolibm: New file.
2192         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
2193
2194 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
2195
2196         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
2197         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
2198         GCC 4.2, which otherwise issues a lot of warnings.
2199         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
2200         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
2201         Likewise.
2202         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
2203         * modules/iconv_open (iconv.h): Likewise.
2204         * modules/locale (locale.h): Likewise.
2205         * modules/netinet_in (netinet/in.h): Likewise.
2206         * modules/sys_select (sys_select.h): Likewise.
2207         * modules/sys_socket (sys/socket.h): Likewise.
2208         * modules/sys_stat (sys/stat.h): Likewise.
2209         * modules/sysexits (sysexits.h): Likewise.
2210         * modules/unistd (unistd.h): Likewise.
2211
2212 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2213
2214         * modules/closein-tests (Makefile.am): Distribute
2215         `test-closein.sh'.
2216
2217 2007-05-17  Bruno Haible  <bruno@clisp.org>
2218
2219         * tests/test-printf-posix.output: Renamed from
2220         tests/test-fprintf-posix.out.
2221         * modules/fprintf-posix-tests: Update.
2222         * modules/printf-posix-tests: Update.
2223         * modules/vfprintf-posix-tests: Update.
2224         * modules/vprintf-posix-tests: Update.
2225         * tests/test-fprintf-posix.sh: Update.
2226         * tests/test-printf-posix.sh: Update.
2227         * tests/test-vfprintf-posix.sh: Update.
2228         * tests/test-vprintf-posix.sh: Update.
2229         Reported by Ralf Wildenhues.
2230
2231 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
2232
2233         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
2234         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
2235         GCC 4.2, which otherwise issues a lot of warnings.
2236         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
2237         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
2238         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
2239         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
2240         it should no longer be needed.
2241         * lib/string_.h: Likewise.
2242         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
2243         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
2244         * modules/inttypes (inttypes.h): Likewise.
2245         * modules/math (math.h): Likewise.
2246         * modules/search (search.h): Likewise.
2247         * modules/signal (signal.h): Likewise.
2248         * modules/stdint (stdint.h): Likewise.
2249         * modules/stdio (stdio.h): Likewise.
2250         * modules/stdlib (stdlib.h): Likewise.
2251         * modules/string (string.h): Likewise.
2252         * modules/sys_time (sys/time.h): Likewise.
2253         * modules/time (time.h): Likewise.
2254         * modules/wchar (wchar.h): Likewise.
2255         * modules/wctype (wtype.h): Likewise.
2256
2257 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
2258
2259         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
2260
2261 2007-05-13  Bruno Haible  <bruno@clisp.org>
2262
2263         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
2264         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
2265         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
2266         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
2267         (gl_PREREQ_STRTOK_R): Don't require it here.
2268
2269 2007-05-13  Bruno Haible  <bruno@clisp.org>
2270
2271         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
2272         when used in C++ mode.
2273
2274 2007-05-12  Bruno Haible  <bruno@clisp.org>
2275
2276         * lib/linebuffer.h: Tweak doc.
2277         * lib/linebuffer.c: Likewise.
2278
2279 2007-05-12  James Youngman  <jay@gnu.org>
2280
2281         * lib/linebuffer.c (readlinebuffer_delim): New function,
2282         like readlinebuffer, but use a caller-specified delimiter.
2283         (readlinebuffer): Just call readlinebuffer_delim with '\n'
2284         as the delimiter.
2285         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
2286
2287 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
2288
2289         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
2290         * modules/openat (Files): Remove openat-die.c.
2291         (Depends-on): Add openat-die.
2292         * modules/openat-die: New module.
2293
2294 2007-05-06  Bruno Haible  <bruno@clisp.org>
2295
2296         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
2297         Update with info about Cygwin.
2298         * doc/functions/fprintf.texi: Update.
2299         * doc/functions/printf.texi: Update.
2300         * doc/functions/snprintf.texi: Update.
2301         * doc/functions/sprintf.texi: Update.
2302         * doc/functions/vfprintf.texi: Update.
2303         * doc/functions/vprintf.texi: Update.
2304         * doc/functions/vsnprintf.texi: Update.
2305         * doc/functions/vsprintf.texi: Update.
2306         Reported by Eric Blake.
2307
2308 2007-05-06  Bruno Haible  <bruno@clisp.org>
2309
2310         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
2311         padding ourselves for the floating-point directives.
2312         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
2313         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
2314         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
2315         gl_PRINTF_FLAG_ZERO and test its result. Invoke
2316         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
2317         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
2318         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
2319         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
2320         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
2321         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
2322         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
2323         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
2324         * tests/test-snprintf-posix.h (test_function): Also check the width
2325         and some flags in the %f directive.
2326         * tests/test-sprintf-posix.h (test_function): Likewise.
2327         * tests/test-vasnprintf-posix.c (test_function): Likewise.
2328         * tests/test-vasprintf-posix.c (test_function): Likewise.
2329         * doc/functions/fprintf.texi: Update.
2330         * doc/functions/printf.texi: Update.
2331         * doc/functions/snprintf.texi: Update.
2332         * doc/functions/sprintf.texi: Update.
2333         * doc/functions/vfprintf.texi: Update.
2334         * doc/functions/vprintf.texi: Update.
2335         * doc/functions/vsnprintf.texi: Update.
2336         * doc/functions/vsprintf.texi: Update.
2337
2338 2007-05-06  Bruno Haible  <bruno@clisp.org>
2339
2340         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
2341         pass the ' flag character to sprintf or snprintf.
2342         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
2343         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
2344         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
2345         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
2346         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
2347         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
2348         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
2349         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
2350         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
2351         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
2352         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
2353         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
2354         * tests/test-snprintf-posix.h (test_function): Also check the grouping
2355         flag.
2356         * tests/test-sprintf-posix.h (test_function): Likewise.
2357         * tests/test-vasnprintf-posix.c (test_function): Likewise.
2358         * tests/test-vasprintf-posix.c (test_function): Likewise.
2359         * doc/functions/fprintf.texi: Update.
2360         * doc/functions/printf.texi: Update.
2361         * doc/functions/snprintf.texi: Update.
2362         * doc/functions/sprintf.texi: Update.
2363         * doc/functions/vfprintf.texi: Update.
2364         * doc/functions/vprintf.texi: Update.
2365         * doc/functions/vsnprintf.texi: Update.
2366         * doc/functions/vsprintf.texi: Update.
2367
2368 2007-05-01  Bruno Haible  <bruno@clisp.org>
2369
2370         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
2371
2372 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
2373
2374         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
2375         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
2376
2377 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
2378
2379         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
2380         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
2381         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
2382
2383 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
2384
2385         * lib/argp-help.c (struct hol_entry): New member `ord'.
2386         (HOL_ENTRY_PTRCMP): Use ord for comparison
2387         (hol_sort): Initialize ord.
2388
2389 2007-05-01  Bruno Haible  <bruno@clisp.org>
2390
2391         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
2392         Reported by Eric Blake.
2393         * doc/gnulib.texi (Function Substitutes): Update.
2394
2395 2007-05-01  Bruno Haible  <bruno@clisp.org>
2396
2397         * doc/functions.texi: Remove file, now redundant through
2398         doc/functions/*.texi.
2399
2400 2007-05-01  Bruno Haible  <bruno@clisp.org>
2401
2402         * modules/argp (Depends-on): Add sleep.
2403
2404 2007-05-01  Bruno Haible  <bruno@clisp.org>
2405
2406         * modules/sleep-tests: New file.
2407         * tests/test-sleep.c: New file.
2408
2409         * modules/sleep: New file.
2410         * lib/sleep.c: New file.
2411         * m4/sleep.m4: New file.
2412         * lib/unistd_.h (sleep): New declaration.
2413         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
2414         HAVE_SLEEP.
2415         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
2416         * doc/functions/sleep.texi: Document the sleep module.
2417
2418 2007-05-01  Bruno Haible  <bruno@clisp.org>
2419
2420         * lib/sigprocmask.h: Remove file.
2421         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
2422         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
2423         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
2424         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
2425         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
2426         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
2427         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
2428         HAVE_SIGSET_T as a shell variable.
2429         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
2430         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
2431         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
2432         (Depends-on): Add signal. Remove verify.
2433         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
2434         (Include): Mention <signal.h> instead of sigprocmask.h.
2435         * NEWS: Mention the change.
2436         * lib/fatal-signal.c: Don't include sigprocmask.h.
2437
2438 2007-05-01  Bruno Haible  <bruno@clisp.org>
2439
2440         * modules/signal: New file.
2441         * lib/signal_.h: New file.
2442         * m4/signal_h.m4: New file.
2443
2444 2007-05-01  Bruno Haible  <bruno@clisp.org>
2445
2446         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
2447         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
2448         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
2449         HAVE_WCTYPE_CTMP_BUG into wctype.h.
2450
2451 2007-05-01  Bruno Haible  <bruno@clisp.org>
2452
2453         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
2454         configure time.
2455         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
2456         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
2457         * modules/sys_stat (Makefile.am): Substitute their values into
2458         sys/stat.h.
2459
2460 2007-05-01  Bruno Haible  <bruno@clisp.org>
2461
2462         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
2463         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
2464         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
2465
2466 2007-05-01  Bruno Haible  <bruno@clisp.org>
2467
2468         * doc/header/assert.texi: Undo last change: don't mention the gnulib
2469         'assert' module here.
2470
2471 2007-05-01  Bruno Haible  <bruno@clisp.org>
2472
2473         * doc/functions/*.texi: New files.
2474         * doc/functions/google-ranking.txt: New file.
2475         * doc/gnulib.texi (Function Substitutes): New chapter.
2476         (ctime, inet_ntoa): Remove sections.
2477         * doc/ctime.texi: Remove file.
2478         * doc/inet_ntoa.texi: Remove file.
2479         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
2480         dependencies.
2481         (%.info): New rule, specifying a --reference-limit.
2482
2483 2007-05-01  Bruno Haible  <bruno@clisp.org>
2484
2485         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
2486
2487 2007-05-01  Bruno Haible  <bruno@clisp.org>
2488
2489         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
2490         the portability of 'mkdir' to mingw systems.
2491
2492 2007-05-01  Bruno Haible  <bruno@clisp.org>
2493
2494         * doc/headers/google-ranking.txt: New file.
2495
2496 2007-04-30  Eric Blake  <ebb9@byu.net>
2497
2498         Prefer fseeko to fseek.
2499         * modules/getpass (Depends-on): Add fseeko.
2500         * lib/getpass.c (getpass): Use fseeko, not fseek.
2501
2502 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
2503
2504         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
2505         assumes the sorting is stable, while most qsort implementations
2506         are not.  Use argument addresses to ensure they never compare as
2507         equal.
2508
2509         * tests/test-argp-2.sh (usage-indent test): Fix output
2510         (func_compare): Restore diff options
2511         * tests/test-argp.c: Restore #include "progname.h"
2512
2513 2007-04-29  Bruno Haible  <bruno@clisp.org>
2514
2515         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
2516         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
2517         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
2518         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
2519         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
2520         (configure.ac): Define CHECK_SNPRINTF_POSIX.
2521         (TESTS, check_PROGRAMS): Add test-snprintf.
2522         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
2523         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
2524         (TESTS, check_PROGRAMS): Add test-vsnprintf.
2525         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
2526         assertions that fail on HP-UX, OSF/1, or IRIX.
2527         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
2528
2529 2007-04-29  Bruno Haible  <bruno@clisp.org>
2530
2531         * MODULES.html.sh (posix_functions): Remove 'contents'.
2532
2533 2007-04-29  Karl Berry  <karl@gnu.org>
2534
2535         * config/srclist.txt (gendocs_template_min): new entry.
2536
2537 2007-04-29  Bruno Haible  <bruno@clisp.org>
2538
2539         Work around fpurge bug on BSD systems.
2540         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
2541         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
2542         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
2543         fpurge to rpl_fpurge if the system already has this function.
2544         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
2545         the case where the system already has this function. Correct invariants
2546         on BSD systems.
2547         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
2548         BSD systems.
2549
2550 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
2551
2552         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
2553         proposed by Sven Verdoolaege.
2554
2555         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
2556         options.
2557         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
2558         (usage and help tests): Update
2559
2560 2007-04-29  Bruno Haible  <bruno@clisp.org>
2561
2562         * tests/test-fflush.c (main): Use a file of size 17, not 10.
2563         Print more information in case of failure. Disable a test on BeOS.
2564
2565 2007-04-29  Bruno Haible  <bruno@clisp.org>
2566
2567         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
2568         This helps debugging on systems on which no gdb is available.
2569
2570 2007-04-29  Bruno Haible  <bruno@clisp.org>
2571
2572         * lib/freading.h: Improve comments.
2573         * lib/fwriting.h: Likewise.
2574         * tests/test-freading.c (main): Don't check freading immediately after
2575         repositioning. Needed for glibc.
2576
2577 2007-04-29  Bruno Haible  <bruno@clisp.org>
2578
2579         * lib/freading.c (freading): Trivial simplification.
2580
2581 2007-04-28  Bruno Haible  <bruno@clisp.org>
2582
2583         * tests/test-fwriting.c (main): Also test the interaction between
2584         fflush and fwriting.
2585         * modules/fwriting-tests (Depends-on): Add fflush.
2586
2587         * tests/test-freading.c (main): Also test the interaction between
2588         fflush and freading.
2589         * modules/freading-tests (Depends-on): Add fflush.
2590
2591 2007-04-28  Bruno Haible  <bruno@clisp.org>
2592
2593         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
2594         fseeko and ftello.
2595         Suggested by Eric Blake.
2596
2597 2007-04-28  Jim Meyering  <jim@meyering.net>
2598
2599         Avoid false-negative in gl_STDINT_H's C99 conformance test.
2600         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
2601         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
2602
2603 2007-04-27  Eric Blake  <ebb9@byu.net>
2604
2605         * doc/headers/assert.texi (assert.h): Document assert module use.
2606
2607 2007-04-27  Bruno Haible  <bruno@clisp.org>
2608
2609         * doc/headers/*.texi: New files.
2610         * doc/gnulib.texi (Header File Substitutes): New chapter.
2611         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
2612         dependencies.
2613         (standards.info ,standards.html, standards.dvi): Update dependencies.
2614         (mostlyclean, clean): New targets.
2615
2616 2007-04-27  Bruno Haible  <bruno@clisp.org>
2617
2618         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
2619         * modules/sysexits (Files, Makefile.am): Update.
2620
2621         * lib/sys_socket_.h: Renamed from lib/socket_.h.
2622         * modules/sys_socket (Files, Makefile.am): Update.
2623
2624         * lib/sys_stat_.h: Renamed from lib/stat_.h.
2625         * modules/sys_stat (Files, Makefile.am): Update.
2626
2627 2007-04-27  Eric Blake  <ebb9@byu.net>
2628
2629         * lib/freading.h: Improve comments.
2630         * lib/fwriting.h: Likewise.
2631         * lib/fflush.c: Likewise.
2632
2633         Fix closein for mingw.
2634         * modules/closein-tests: Add tests for closein.
2635         * tests/test-closein.c: New file.
2636         * tests/test-closein.sh: Likewise.
2637         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
2638         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
2639
2640 2007-04-27  Bruno Haible  <bruno@clisp.org>
2641
2642         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
2643         version is < 6.
2644         * lib/math_.h [__DECC]: Likewise.
2645         * lib/stdio_.h [__DECC]: Likewise.
2646         * lib/stdlib_.h [__DECC]: Likewise.
2647         * lib/string_.h [__DECC]: Likewise.
2648         * lib/time_.h [__DECC]: Likewise.
2649         * lib/wchar_.h [__DECC]: Likewise.
2650         * lib/wctype_.h [__DECC]: Likewise.
2651
2652 2007-04-27  Bruno Haible  <bruno@clisp.org>
2653
2654         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
2655
2656 2007-04-27  Bruno Haible  <bruno@clisp.org>
2657
2658         * lib/fflush.c: Add comments.
2659         * modules/fpurge-tests (Depends-on): Add fflush.
2660         * modules/freadable-tests (Depends-on): Likewise.
2661         * modules/fwritable-tests (Depends-on): Likewise.
2662
2663 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
2664
2665         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
2666         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
2667         Report by Bruno Haible <bruno@clisp.org>.
2668
2669 2007-04-26  Eric Blake  <ebb9@byu.net>
2670
2671         Fix fflush on mingw.
2672         * modules/fflush (Depends-on): Add freading.
2673         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
2674         but unread data.
2675
2676 2007-04-26  Eric Blake  <ebb9@byu.net>
2677         and Bruno Haible  <bruno@clisp.org>
2678
2679         Implement freading and fwriting.
2680         * lib/freading.c: New file.
2681         * lib/freading.h: Likewise.
2682         * m4/freading.m4: Likewise.
2683         * modules/freading: Likewise.
2684         * modules/freading-tests: Likewise.
2685         * tests/test-freading.c: Likewise.
2686         * lib/fwriting.c: New file.
2687         * lib/fwriting.h: Likewise.
2688         * m4/fwriting.m4: Likewise.
2689         * modules/fwriting: Likewise.
2690         * modules/fwriting-tests: Likewise.
2691         * tests/test-fwriting.c: Likewise.
2692         * MODULES.html.sh (File stream based Input/Output): Mention them.
2693
2694 2007-04-26  Bruno Haible  <bruno@clisp.org>
2695
2696         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
2697         'long' when we assume it.
2698         Suggested by Eric Blake.
2699
2700 2007-04-26  Bruno Haible  <bruno@clisp.org>
2701
2702         Ensure fseeko, ftello are declared on glibc systems.
2703         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
2704         * modules/fseeko (configure.ac-early): Likewise.
2705         * modules/ftello (configure.ac-early): Likewise.
2706         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
2707         AC_FUNC_FSEEKO for this.
2708         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
2709         (gl_CHECK_FSEEKO): Remove macro.
2710
2711 2007-04-26  Bruno Haible  <bruno@clisp.org>
2712
2713         * tests/test-fflush.c (main): Also check the ftell result after
2714         fflush and fseek/fseeko.
2715         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
2716         file descriptor position cache in the stream.
2717         * lib/fseeko.c (rpl_fseeko): Likewise.
2718
2719 2007-04-26  Bruno Haible  <bruno@clisp.org>
2720
2721         * modules/fflush-tests (Depends-on): Add fseeko.
2722
2723 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
2724             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2725
2726         * lib/argz_.h: ensure error_t definition is obtained in same
2727         mechanism system argz.h would have.
2728         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
2729         argz facilities are known bad.  Err on the side of caution if
2730         cross-compiling.
2731
2732 2007-04-25  Eric Blake  <ebb9@byu.net>
2733
2734         * lib/fpurge.c (includes): Use stdlib.h for free.
2735         * tests/test-fflush.c (main): Also test fflush-fseeko.
2736
2737 2007-04-25  Bruno Haible  <bruno@clisp.org>
2738
2739         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
2740         * lib/fseeko.c: New file.
2741         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
2742         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
2743         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
2744         gl_FUNC_FSEEKO.
2745         (gl_FUNC_FSEEKO): Invoke it.
2746         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
2747         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
2748         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
2749
2750 2007-04-25  Bruno Haible  <bruno@clisp.org>
2751
2752         * modules/fflush (Depends-on): Add ftello.
2753
2754 2007-04-25  Bruno Haible  <bruno@clisp.org>
2755
2756         * modules/ftello-tests: New file.
2757         * tests/test-ftello.c: New file.
2758
2759         * modules/ftello: New file.
2760         * m4/ftello.m4: New file.
2761         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
2762         HAVE_FTELLO.
2763         * lib/stdio_.h (ftello): New declaration.
2764         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
2765         HAVE_FTELLO.
2766
2767 2007-04-25  Bruno Haible  <bruno@clisp.org>
2768
2769         * modules/fseeko-tests: New file.
2770         * tests/test-fseeko.c: New file.
2771
2772         * modules/fseeko: New file.
2773         * m4/fseeko.m4: New file.
2774         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
2775         HAVE_FSEEKO.
2776         * lib/stdio_.h (fseeko): New declaration.
2777         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
2778         HAVE_FSEEKO.
2779
2780 2007-04-25  Bruno Haible  <bruno@clisp.org>
2781
2782         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
2783
2784 2007-04-25  Bruno Haible  <bruno@clisp.org>
2785
2786         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
2787         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
2788         * tests/test-unistd.c: Likewise.
2789         * tests/test-fcntl.c: Likewise.
2790
2791 2007-04-23  Eric Blake  <ebb9@byu.net>
2792
2793         * lib/fflush.c: Fix missing include.
2794         Reported by Bruno Haible.
2795
2796 2007-04-23  Bruno Haible  <bruno@clisp.org>
2797
2798         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
2799         Reported by Eric Blake.
2800
2801 2007-04-23  Bruno Haible  <bruno@clisp.org>
2802
2803         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
2804
2805 2007-04-23  Bruno Haible  <bruno@clisp.org>
2806
2807         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
2808
2809 2007-04-23  Bruno Haible  <bruno@clisp.org>
2810
2811         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
2812         Needed on HP-UX 11.
2813
2814 2007-04-16  Eric Blake  <ebb9@byu.net>
2815
2816         Make fflush rely on fpurge.
2817         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
2818         open coding all variants.
2819         * modules/fflush (Depends-on): Add fpurge and unistd.
2820         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
2821         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
2822
2823         Fix --with-tests compilation on cygwin.
2824         * modules/argmatch-tests (Makefile.am): List gnulib library first
2825         in LDADD.
2826         * modules/argp-tests (Makefile.am): Likewise.
2827         * modules/array-list-tests (Makefile.am): Likewise.
2828         * modules/array-oset-tests (Makefile.am): Likewise.
2829         * modules/avltree-list-tests (Makefile.am): Likewise.
2830         * modules/avltree-oset-tests (Makefile.am): Likewise.
2831         * modules/avltreehash-list-tests (Makefile.am): Likewise.
2832         * modules/carray-list-tests (Makefile.am): Likewise.
2833         * modules/dirname-tests (Makefile.am): Likewise.
2834         * modules/frexp-tests (Makefile.am): Likewise.
2835         * modules/isnanl-tests (Makefile.am): Likewise.
2836         * modules/linked-list-tests (Makefile.am): Likewise.
2837         * modules/linkedhash-list-tests (Makefile.am): Likewise.
2838         * modules/lock-tests (Makefile.am): Likewise.
2839         * modules/rbtree-list-tests (Makefile.am): Likewise.
2840         * modules/rbtree-oset-tests (Makefile.am): Likewise.
2841         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
2842         * modules/tls-tests (Makefile.am): Likewise.
2843         * modules/tsearch-tests (Makefile.am): Likewise.
2844         * modules/xvasprintf-tests (Makefile.am): Likewise.
2845
2846         Fix fpurge for cygwin.
2847         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
2848         value.
2849         * modules/fpurge-tests (Depends-on): Clean up trash.
2850
2851 2007-04-16  Simon Josefsson  <simon@josefsson.org>
2852
2853         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
2854
2855         * m4/autobuild.m4: Re-indent.
2856
2857 2007-04-13  Bruno Haible  <bruno@clisp.org>
2858
2859         * modules/fpurge-tests: New file.
2860         * tests/test-fpurge.c: New file.
2861
2862         * modules/fpurge: New file.
2863         * lib/fpurge.h: New file.
2864         * lib/fpurge.c: New file.
2865         * m4/fpurge.m4: New file.
2866
2867 2007-04-13  Bruno Haible  <bruno@clisp.org>
2868
2869         * modules/fbufmode-tests: New file.
2870         * tests/test-fbufmode.c: New file.
2871
2872         * modules/fbufmode: New file.
2873         * lib/fbufmode.h: New file.
2874         * lib/fbufmode.c: New file.
2875         * m4/fbufmode.m4: New file.
2876
2877 2007-04-13  Bruno Haible  <bruno@clisp.org>
2878
2879         * modules/fwritable-tests: New file.
2880         * tests/test-fwritable.c: New file.
2881
2882         * modules/fwritable: New file.
2883         * lib/fwritable.h: New file.
2884         * lib/fwritable.c: New file.
2885         * m4/fwritable.m4: New file.
2886
2887 2007-04-13  Bruno Haible  <bruno@clisp.org>
2888
2889         * modules/freadable-tests: New file.
2890         * tests/test-freadable.c: New file.
2891
2892         * modules/freadable: New file.
2893         * lib/freadable.h: New file.
2894         * lib/freadable.c: New file.
2895         * m4/freadable.m4: New file.
2896
2897 2007-04-13  Bruno Haible  <bruno@clisp.org>
2898
2899         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
2900         MOSTLYCLEANFILES.
2901
2902 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
2903
2904         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
2905         gzip bootstrap.conf to avoid dragging in i18n machinery.
2906         (gnulib_tool_option): Use it.
2907
2908 2007-04-13  Bruno Haible  <bruno@clisp.org>
2909
2910         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
2911         %F directives.
2912         * tests/test-vasprintf-posix.c (test_function): Likewise.
2913         * tests/test-snprintf-posix.h (test_function): Likewise.
2914         * tests/test-sprintf-posix.h (test_function): Likewise.
2915         * tests/test-fprintf-posix.h (test_function): Likewise.
2916         * tests/test-printf-posix.h (test_function): Likewise.
2917         * tests/test-fprintf-posix.out: Likewise.
2918
2919 2007-04-13  Bruno Haible  <bruno@clisp.org>
2920
2921         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
2922         * modules/tls-tests (configure.ac): Likewise.
2923         Reported by Arto C. Nirkko <anirkko@insel.ch>.
2924
2925 2007-04-13  Bruno Haible  <bruno@clisp.org>
2926
2927         * lib/tls.c (glthread_tls_get): Fix return type.
2928         Patch by Arto C. Nirkko <anirkko@insel.ch>.
2929
2930 2007-04-12  Eric Blake  <ebb9@byu.net>
2931
2932         * modules/gettime (Depends-on): Remove gettime.
2933         Reported by Dmitry V. Levin.
2934
2935 2007-04-12  Bruno Haible  <bruno@clisp.org>
2936
2937         * modules/fflush (Include): Mention <stdio.h>.
2938         * modules/strtoimax (Include): Mention <inttypes.h>.
2939         * modules/strtoumax (Include): Likewise.
2940
2941 2007-04-12  Eric Blake  <ebb9@byu.net>
2942
2943         * .cvsignore: New file.
2944         * .gitignore: Likewise.
2945
2946 2007-04-12  Bruno Haible  <bruno@clisp.org>
2947
2948         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
2949         not before, since $(LDADD) often contains libgnu.a.
2950         * modules/striconv-tests (test_striconv_LDADD): Likewise.
2951         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
2952         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
2953         Needed on Cygwin.
2954
2955 2007-04-12  Eric Blake  <ebb9@byu.net>
2956
2957         Work around glibc's failure to flush stdin on fclose.
2958         * lib/closein.c (close_stdin): Flush stdin before closing.
2959
2960         Work around glibc's failure to reset seekable stdin on exit.
2961         * modules/closein: New module.
2962         * lib/closein.c: New file.
2963         * lib/closein.h: Likewise.
2964         * m4/closein.m4: Likewise.
2965         * MODULES.html.sh (File stream based Input/Output): Document it.
2966
2967 2007-04-12  Simon Josefsson  <simon@josefsson.org>
2968
2969         * gnulib-tool: Rename generated 'autobuild' script to
2970         'do-autobuild' in --create-megatestdir output.
2971
2972         * doc/gnulib.texi (Build robot for gnulib): Fix.
2973
2974 2007-04-12  Simon Josefsson  <simon@josefsson.org>
2975
2976         * modules/sysexits (Depends-on): Add absolute-header.
2977
2978 2007-04-12  Eric Blake  <ebb9@byu.net>
2979
2980         No need to preserve errno on success.
2981         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
2982         Reported by Bruno Haible.
2983
2984 2007-04-12  Simon Josefsson  <simon@josefsson.org>
2985
2986         * MODULES.html.sh (Support for maintaining and releasing
2987         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
2988
2989 2007-04-12  Simon Josefsson  <simon@josefsson.org>
2990
2991         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
2992
2993 2007-04-12  Simon Josefsson  <simon@josefsson.org>
2994
2995         * modules/autobuild: New module.
2996
2997         * m4/autobuild.m4: New file.
2998
2999 2007-04-11  Bruno Haible  <bruno@clisp.org>
3000
3001         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
3002         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
3003         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
3004         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
3005         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
3006         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
3007         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
3008         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
3009         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
3010         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
3011         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
3012         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
3013         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
3014         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
3015         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
3016         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
3017         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
3018         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
3019         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
3020         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
3021         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
3022         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
3023         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
3024         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
3025         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
3026         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
3027         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
3028         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
3029         Reported by Eric Blake.
3030
3031 2007-04-11  Bruno Haible  <bruno@clisp.org>
3032
3033         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
3034
3035 2007-04-10  Bruno Haible  <bruno@clisp.org>
3036
3037         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
3038         for NaN and Infinity. Needed on FreeBSD 6.1.
3039         * tests/test-vasnprintf-posix.c (test_function): Undo last change
3040         regarding results for "%010a" of Infinity and NaN.
3041         * tests/test-vasprintf-posix.c (test_function): Likewise.
3042         * tests/test-snprintf-posix.h (test_function): Likewise.
3043         * tests/test-sprintf-posix.h (test_function): Likewise.
3044         * tests/test-fprintf-posix.h (test_function): Likewise.
3045         * tests/test-printf-posix.h (test_function): Likewise.
3046         * tests/test-fprintf-posix.out: Likewise.
3047
3048 2007-04-10  Bruno Haible  <bruno@clisp.org>
3049
3050         * modules/locale-tests: New file.
3051         * tests/test-locale.c: New file.
3052
3053         * modules/locale: New file.
3054         * lib/locale_.h: New file.
3055         * m4/locale_h.m4: New file.
3056
3057 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
3058             Bruno Haible  <bruno@clisp.org>
3059
3060         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
3061         be determined, test for availability of the copysignf, copysign,
3062         copysignl functions.
3063         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
3064         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
3065         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
3066
3067 2007-04-09  Eric Blake  <ebb9@byu.net>
3068
3069         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
3070         * modules/stdio (Makefile.am): Support fflush.
3071         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
3072         * modules/fflush: New file.
3073         * lib/fflush.c: Likewise.
3074         * m4/fflush.m4: Likewise.
3075         * modules/fflush-tests: New test.
3076         * tests/test-fflush.c: Likewise.
3077         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
3078
3079 2007-04-06  Bruno Haible  <bruno@clisp.org>
3080
3081         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
3082         (VASNPRINTF): Use signbit for faster determination whether to print a
3083         minus sign.
3084         * modules/vasnprintf (Files): Remove lib/float+.h.
3085         * modules/fprintf-posix (Depends-on): Add signbit.
3086         * modules/snprintf-posix (Depends-on): Likewise.
3087         * modules/sprintf-posix (Depends-on): Likewise.
3088         * modules/vasnprintf-posix (Depends-on): Likewise.
3089         * modules/vasprintf-posix (Depends-on): Likewise.
3090         * modules/vfprintf-posix (Depends-on): Likewise.
3091         * modules/vsnprintf-posix (Depends-on): Likewise.
3092         * modules/vsprintf-posix (Depends-on): Likewise.
3093
3094 2007-04-06  Bruno Haible  <bruno@clisp.org>
3095
3096         * tests/test-frexp.c (main): Test also the sign bit of zero results.
3097         * tests/test-frexpl.c (main): Likewise.
3098         * tests/test-ldexpl.c (main): Likewise.
3099         * modules/frexp-tests (Depends-on): Add signbit.
3100         * modules/frexpl-tests (Depdends-on): Likewise.
3101         * modules/ldexpl-tests (Depdends-on): Likewise.
3102
3103 2007-04-06  Bruno Haible  <bruno@clisp.org>
3104
3105         * modules/signbit-tests: New file.
3106         * tests/test-signbit.c: New file.
3107
3108         * modules/signbit: New file.
3109         * lib/signbitf.c: New file.
3110         * lib/signbitd.c: New file.
3111         * lib/signbitl.c: New file.
3112         * m4/signbit.m4: New file.
3113         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
3114         (signbit): New macro.
3115         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
3116         REPLACE_SIGNBIT.
3117         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
3118         REPLACE_FREXPL into math.h.
3119
3120 2007-04-06  Bruno Haible  <bruno@clisp.org>
3121
3122         * modules/isnanf-nolibm-tests: New file.
3123         * tests/test-isnanf.c: New file.
3124
3125         * modules/isnanf-nolibm: New file.
3126         * lib/isnanf.h: New file.
3127         * lib/isnanf.c: New file.
3128         * lib/isnan.c: Consider the USE_FLOAT macro.
3129         * m4/isnanf.m4: New file.
3130
3131 2007-04-06  Bruno Haible  <bruno@clisp.org>
3132
3133         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
3134         (Link): New section.
3135
3136         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
3137
3138 2007-04-06  Bruno Haible  <bruno@clisp.org>
3139
3140         Assume the 'long double' type.
3141         * m4/longdouble.m4: Remove file.
3142         * config/srclist.txt: Don't mention longdouble.m4.
3143         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
3144         * lib/float+.h: Likewise.
3145         * lib/frexp.c: Likewise.
3146         * lib/printf-args.h: Likewise.
3147         * lib/printf-args.c: Likewise.
3148         * lib/printf-frexp.c: Likewise.
3149         * lib/printf-parse.c: Likewise.
3150         * lib/vasnprintf.c: Likewise.
3151         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
3152         * m4/intl.m4: Likewise.
3153         * m4/isnanl.m4: Likewise.
3154         * m4/printf.m4: Likewise.
3155         * m4/printf-frexpl.m4: Likewise.
3156         * m4/vasnprintf.m4: Likewise.
3157         * modules/allocsa (Files): Remove m4/longdouble.m4.
3158         * modules/gettext (Files): Likewise.
3159         * modules/relocatable-prog-wrapper (Files): Likewise.
3160         * modules/vasnprintf (Files): Likewise.
3161         * modules/isnanl (Files): Likewise.
3162         (Include): Simplify.
3163         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
3164         (Include): Simplify.
3165         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
3166         (Include): Simplify.
3167         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
3168         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
3169         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
3170         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
3171         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
3172         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
3173         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
3174         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
3175         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
3176         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
3177         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
3178         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
3179         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
3180         * tests/test-isnanl.c: Likewise.
3181         * tests/test-snprintf-posix.h: Likewise.
3182         * tests/test-sprintf-posix.h: Likewise.
3183         * tests/test-vasnprintf-posix.c: Likewise.
3184         * tests/test-vasnprintf-posix2.c: Likewise.
3185         * tests/test-vasprintf-posix.c: Likewise.
3186
3187 2007-04-06  Bruno Haible  <bruno@clisp.org>
3188
3189         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
3190         * lib/math_.h [__DECC]: Include the overridden include file through
3191         #include_next, outside the double-inclusion guard.
3192         * lib/stdio_.h [__DECC]: Likewise.
3193         * lib/stdlib_.h [__DECC]: Likewise.
3194         * lib/string_.h [__DECC]: Likewise.
3195         * lib/time_.h [__DECC]: Likewise.
3196         * lib/wchar_.h [__DECC]: Likewise.
3197         * lib/wctype_.h [__DECC]: Likewise.
3198         * lib/inttypes_.h [__DECC]: Likewise.
3199         Reported by Albert Chin <china@thewrittenword.com> in
3200         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
3201
3202 2007-04-04  Eric Blake  <ebb9@byu.net>
3203
3204         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
3205         1.5.x.
3206
3207 2007-04-04  Bruno Haible  <bruno@clisp.org>
3208
3209         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
3210         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
3211
3212 2007-04-04  Bruno Haible  <bruno@clisp.org>
3213
3214         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
3215         results for "%010a" of Infinity and NaN.
3216         * tests/test-vasprintf-posix.c (test_function): Likewise.
3217         * tests/test-snprintf-posix.h (test_function): Likewise.
3218         * tests/test-sprintf-posix.h (test_function): Likewise.
3219         * tests/test-fprintf-posix.h (test_function): Remove these tests.
3220         * tests/test-printf-posix.h (test_function): Likewise.
3221         * tests/test-fprintf-posix.out: Update.
3222         Needed for FreeBSD 6.1.
3223
3224 2007-04-04  Bruno Haible  <bruno@clisp.org>
3225
3226         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
3227         directly used by the gnulib modules nor by gnulib-tool.
3228
3229 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
3230
3231         * DEPENDENCIES: Give overall description of version dependency
3232         desirability.  Use more-typical names for apps.
3233         Add shell, coreutils, diffutils, grep, tar, gzip.
3234
3235 2007-04-04  Simon Josefsson  <simon@josefsson.org>
3236
3237         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
3238
3239 2007-04-04  Karl Berry  <karl@gnu.org>
3240
3241         * MODULES.html.sh (func_module): missing '.
3242
3243 2007-04-03  Bruno Haible  <bruno@clisp.org>
3244
3245         * modules/argmatch-tests (Makefile.am): New variable
3246         test_argmatch_LDADD.
3247         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
3248         * modules/array-list-tests (Makefile.am): New variable
3249         test_array_list_LDADD.
3250         * modules/array-oset-tests (Makefile.am): New variable
3251         test_array_oset_LDADD.
3252         * modules/avltree-list-tests (Makefile.am): New variable
3253         test_avltree_list_LDADD.
3254         * modules/avltree-oset-tests (Makefile.am): New variable
3255         test_avltree_oset_LDADD.
3256         * modules/avltreehash-list-tests (Makefile.am): New variable
3257         test_avltreehash_list_LDADD.
3258         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
3259         test_canonicalize_lgpl_LDADD.
3260         * modules/carray-list-tests (Makefile.am): New variable
3261         test_carray_list_LDADD.
3262         * modules/dirname-tests (Makefile.am): New variable
3263         test_dirname_LDADD.
3264         * modules/linked-list-tests (Makefile.am): New variable
3265         test_linked_list_LDADD.
3266         * modules/linkedhash-list-tests (Makefile.am): New variable
3267         test_linkedhash_list_LDADD.
3268         * modules/rbtree-list-tests (Makefile.am): New variable
3269         test_rbtree_list_LDADD.
3270         * modules/rbtree-oset-tests (Makefile.am): New variable
3271         test_rbtree_oset_LDADD.
3272         * modules/rbtreehash-list-tests (Makefile.am): New variable
3273         test_rbtreehash_list_LDADD.
3274         * modules/xvasprintf-tests (Makefile.am): New variable
3275         test_xvasprintf_LDADD.
3276         Reported by Eric Blake.
3277
3278 2007-04-03  Eric Blake  <ebb9@byu.net>
3279
3280         * DEPENDENCIES: Weaken m4 requirements.
3281
3282 2007-04-03  Bruno Haible  <bruno@clisp.org>
3283
3284         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
3285         * modules/isnanl-tests (configure.ac): Likewise.
3286
3287 2007-04-03  Ben Pfaff  <blp@gnu.org>
3288
3289         * modules/iconv_open: Add $(srcdir)/ to source directory
3290         references in Makefile fragments that call gperf, to fix VPATH
3291         builds.
3292
3293 2007-04-03  Bruno Haible  <bruno@clisp.org>
3294
3295         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
3296         * lib/ldexpl.c: Undo last change.
3297
3298 2007-04-03  Bruno Haible  <bruno@clisp.org>
3299
3300         * modules/printf-frexpl (Depends-on): Undo last change.
3301         (Files): Add m4/ldexpl.m4.
3302
3303 2007-04-03  Bruno Haible  <bruno@clisp.org>
3304
3305         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
3306         * modules/isnanl (Link): New section.
3307
3308         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
3309         * modules/frexp (Link): New section.
3310
3311         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
3312         * modules/frexpl (Link): New section.
3313
3314         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
3315         * modules/ldexpl (Link): New section.
3316
3317 2007-04-03  Bruno Haible  <bruno@clisp.org>
3318
3319         * modules/TEMPLATE-EXTENDED: New file.
3320         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
3321
3322 2007-04-03  Bruno Haible  <bruno@clisp.org>
3323
3324         * DEPENDENCIES: New file.
3325         Suggested by Simon Josefsson.
3326
3327 2007-04-03  Bruno Haible  <bruno@clisp.org>
3328
3329         * doc/gnulib.texi: Escape @.
3330
3331 2007-04-03  James Youngman  <jay@gnu.org>
3332         and Paul Eggert  <eggert@cs.ucla.edu>
3333
3334         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
3335         birthtime on all systems that have birthtime, not just those which
3336         use st_birthtimensec rather than st_birthtim.  Putting zero in
3337         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
3338         that the birth time is not available for files on an NFS mount.
3339
3340 2007-04-03  Simon Josefsson  <simon@josefsson.org>
3341
3342         * modules/memxor: Move back from crypto/, suggested by Bruno.
3343         * modules/crypto/hmac-sha1: Fix memxor dependency.
3344
3345         * modules/crypto/gc: Moved from ../.
3346
3347 2007-04-02  Eric Blake  <ebb9@byu.net>
3348
3349         * lib/ldexpl.c (includes): Avoid libm.
3350
3351         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
3352
3353 2007-04-02  Bruno Haible  <bruno@clisp.org>
3354
3355         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
3356         on IRIX.
3357
3358 2007-04-02  Bruno Haible  <bruno@clisp.org>
3359
3360         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
3361         x86 or x86_64 platforms running MacOS X.
3362         Reported by Ryan Schmidt <@ryandesign.com>.
3363
3364 2007-04-02  Bruno Haible  <bruno@clisp.org>
3365
3366         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
3367         i386.
3368
3369 2007-04-01  Simon Josefsson  <simon@josefsson.org>
3370
3371         * modules/crypto/arcfour: Moved from ../.
3372         * modules/crypto/arcfour-tests: Moved from ../.
3373         * modules/crypto/arctwo: Moved from ../.
3374         * modules/crypto/arctwo-tests: Moved from ../.
3375         * modules/crypto/des: Moved from ../.
3376         * modules/crypto/des-tests: Moved from ../.
3377         * modules/crypto/gc-arcfour: Moved from ../.
3378         * modules/crypto/gc-arcfour-tests: Moved from ../.
3379         * modules/crypto/gc-arctwo: Moved from ../.
3380         * modules/crypto/gc-arctwo-tests: Moved from ../.
3381         * modules/crypto/gc-des: Moved from ../.
3382         * modules/crypto/gc-des-tests: Moved from ../.
3383         * modules/crypto/gc-hmac-md5: Moved from ../.
3384         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
3385         * modules/crypto/gc-hmac-sha1: Moved from ../.
3386         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
3387         * modules/crypto/gc-md2: Moved from ../.
3388         * modules/crypto/gc-md2-tests: Moved from ../.
3389         * modules/crypto/gc-md4: Moved from ../.
3390         * modules/crypto/gc-md4-tests: Moved from ../.
3391         * modules/crypto/gc-md5: Moved from ../.
3392         * modules/crypto/gc-md5-tests: Moved from ../.
3393         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
3394         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
3395         * modules/crypto/gc-random: Moved from ../.
3396         * modules/crypto/gc-rijndael: Moved from ../.
3397         * modules/crypto/gc-rijndael-tests: Moved from ../.
3398         * modules/crypto/gc-sha1: Moved from ../.
3399         * modules/crypto/gc-sha1-tests: Moved from ../.
3400         * modules/crypto/gc-tests: Moved from ../.
3401         * modules/crypto/hmac-md5: Moved from ../.
3402         * modules/crypto/hmac-md5-tests: Moved from ../.
3403         * modules/crypto/hmac-sha1: Moved from ../.
3404         * modules/crypto/hmac-sha1-tests: Moved from ../.
3405         * modules/crypto/md2: Moved from ../.
3406         * modules/crypto/md2-tests: Moved from ../.
3407         * modules/crypto/md4: Moved from ../.
3408         * modules/crypto/md4-tests: Moved from ../.
3409         * modules/crypto/md5: Moved from ../.
3410         * modules/crypto/md5-tests: Moved from ../.
3411         * modules/crypto/memxor: Moved from ../.
3412         * modules/crypto/rijndael: Moved from ../.
3413         * modules/crypto/rijndael-tests: Moved from ../.
3414         * modules/crypto/sha1: Moved from ../.
3415
3416 2007-03-30  James Youngman  <jay@gnu.org>
3417
3418         * tests/test-stat-time.c (prepare_test): use chmod() rather than
3419         rename() to change the ctime of a file (because ctime is unaffected
3420         by rename on jfs2 on AIX 5.1).
3421         (main): Start by doing cleanup, in case a previous run failed leaving
3422         test files behind.
3423
3424 2007-03-31  Bruno Haible  <bruno@clisp.org>
3425
3426         Support old proprietary implementations of iconv.
3427         * modules/iconv_open: New file.
3428         * lib/iconv_.h: New file.
3429         * m4/iconv_h.m4: New file.
3430         * lib/iconv_open.c: New file.
3431         * lib/iconv_open-aix.gperf: New file.
3432         * lib/iconv_open-hpux.gperf: New file.
3433         * lib/iconv_open-irix.gperf: New file.
3434         * lib/iconv_open-osf.gperf: New file.
3435         * m4/iconv_open.m4: New file.
3436         * modules/linebreak (Depends-on): Add iconv_open.
3437         * modules/striconv (Depends-on): Likewise.
3438         * modules/striconveh (Depends-on): Likewise.
3439         * modules/unicodeio (Depends-on): Likewise.
3440         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
3441         (iconv_t)(-1).
3442         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
3443         conversion if cd is (iconv_t)(-1).
3444         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
3445         is not possible.
3446
3447 2007-03-31  Bruno Haible  <bruno@clisp.org>
3448
3449         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
3450         work on Solaris either. Protect also second use of "autodetect_jp".
3451
3452 2007-03-31  Bruno Haible  <bruno@clisp.org>
3453
3454         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
3455         the function is not present.
3456
3457 2007-03-31  Bruno Haible  <bruno@clisp.org>
3458
3459         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
3460         the function is not present.
3461
3462 2007-03-31  Bruno Haible  <bruno@clisp.org>
3463
3464         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
3465         a bug in HP-UX iconv_open().
3466
3467 2007-03-31  Bruno Haible  <bruno@clisp.org>
3468
3469         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
3470         (Mathematics <math.h>): New section, add fpieee.
3471         (Input/output <stdio.h>): Add fseterr.
3472         (Mathematics <math.h>): New section, add printf-frexp.
3473         (Container data structures): Add sublist.
3474         (Core language properties): Add fpucw, inline.
3475         (Functions for greatest-width integer types <inttypes.h>): Add
3476         imaxabs, imaxdiv, inttypes.
3477         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
3478         isnanl-nolibm, ldexp.
3479         (Mathematics <math.h>): New section, add printf-frexpl.
3480         (Support for systems lacking POSIX:2001): Add fprintf-posix,
3481         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
3482         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
3483         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
3484         (Unicode string functions): Add unistr/u*-mbtoucr.
3485         (Java): Add javacomp-script, javaexec-script.
3486         (C#): Add csharpcomp-script, csharpexec-script.
3487         (Support for building libraries and executables): Add havelib,
3488         relocatable-*.
3489         (Support for maintaining and releasing projects): Renamed from
3490         'Support for maintaining and release projects'. Add announce-gen.
3491
3492 2007-03-31  Bruno Haible  <bruno@clisp.org>
3493
3494         * README: Talk primarily about git.
3495         (git and CVS): Renamed from CVS.
3496         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
3497         gnulib is available through git.
3498         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
3499
3500 2007-03-30  Bruno Haible  <bruno@clisp.org>
3501
3502         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
3503         * lib/poll_.h: Likewise.
3504         * lib/stat_.h: Likewise.
3505         * lib/sys_time_.h: Likewise.
3506         * lib/sysexit_.h: Likewise.
3507         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
3508         * lib/stdbool_.h: Likewise.
3509         * lib/byteswap_.h: Add double-inclusion guard.
3510
3511 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
3512
3513         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
3514
3515 2007-03-30  Karl Berry  <karl@gnu.org>
3516
3517         * config/srclist-update: double space after USA in the license
3518         substitution, since that's how it's usually (?) written.
3519
3520 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
3521
3522         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
3523         reported by Bruno Haible.
3524
3525 2007-03-29  Bruno Haible  <bruno@clisp.org>
3526
3527         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
3528         a bug in AIX iconv().
3529
3530 2007-03-29  Bruno Haible  <bruno@clisp.org>
3531
3532         * modules/ldexpl-tests: New file.
3533         * tests/test-ldexpl.c: New file.
3534
3535 2007-03-29  Bruno Haible  <bruno@clisp.org>
3536
3537         * lib/ldexpl.c: Include fpucw.h.
3538         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
3539         multiplication.
3540         * modules/ldexpl (Depends-on): Add fpucw.
3541
3542 2007-03-29  Bruno Haible  <bruno@clisp.org>
3543
3544         * modules/ldexpl: New file.
3545         * m4/ldexpl.m4: New file.
3546         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
3547         set.
3548         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
3549         REPLACE_LDEXPL.
3550         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
3551         REPLACE_LDEXPL.
3552         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
3553         gl_FUNC_LDEXPL_WORKS.
3554         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
3555         * modules/mathl (Files): Remove lib/ldexpl.c.
3556         (Depends-on): Add ldexpl.
3557
3558 2007-03-29  Bruno Haible  <bruno@clisp.org>
3559
3560         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
3561
3562 2007-03-29  Bruno Haible  <bruno@clisp.org>
3563
3564         * tests/test-striconveh.c (main): Don't assume that a direct conversion
3565         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
3566         and possibly also HP-UX.
3567         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
3568         work on AIX, IRIX, HP-UX, OSF/1.
3569         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
3570         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
3571         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
3572         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
3573         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
3574         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
3575
3576 2007-03-29  Bruno Haible  <bruno@clisp.org>
3577
3578         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
3579
3580 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
3581
3582         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
3583         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
3584
3585 2007-03-29  Eric Blake  <ebb9@byu.net>
3586
3587         * lib/acl-internal.h: Remove redundant include.
3588         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
3589         Cygwin when a file is locked.
3590
3591 2007-03-29  Bruno Haible  <bruno@clisp.org>
3592
3593         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
3594         file.
3595         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
3596
3597 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
3598
3599         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
3600         try to remove a parent directory if the child couldn't be removed
3601         (except for the first rmdir, which could fail because the child
3602         doesn't exist).  Problem reported by Jeff Blaine in
3603         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
3604
3605 2007-03-28  Bruno Haible  <bruno@clisp.org>
3606
3607         * lib/striconveh.c (utf8conv_carefully): New function.
3608         (mem_cd_iconveh_internal): Invoke it.
3609
3610 2007-03-28  Bruno Haible  <bruno@clisp.org>
3611
3612         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
3613         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
3614         input.
3615         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
3616         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
3617         unistr/u8-uctomb.
3618
3619 2007-03-28  Bruno Haible  <bruno@clisp.org>
3620
3621         * modules/unistr/u8-mbtoucr: New file.
3622         * lib/unistr/u8-mbtoucr.c: New file.
3623         * modules/unistr/u16-mbtoucr: New file.
3624         * lib/unistr/u16-mbtoucr.c: New file.
3625         * modules/unistr/u16-mbtoucr: New file.
3626         * lib/unistr/u16-mbtoucr.c: New file.
3627         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
3628
3629 2007-03-27  Simon Josefsson  <simon@josefsson.org>
3630             Bruno Haible  <bruno@clisp.org>
3631
3632         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
3633         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
3634         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
3635
3636         * m4/stdio_h.m4: Add stubs for vasprintf too.
3637
3638         * modules/stdio: Support vasprintf in sed command.
3639
3640         * modules/vasprintf: Depend on stdio for prototypes.  Remove
3641         vasprintf.h.  Add stdio module indicator.
3642
3643         * lib/stdio_.h: Declare asprintf and vasprintf, based on
3644         vasprintf.h.
3645
3646         * lib/vasprintf.h: File removed.
3647
3648         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
3649         * lib/vasprintf.c: Ditto.
3650         * lib/xvasprintf.c: Ditto.
3651         * tests/test-vasprintf-posix.c: Ditto.
3652         * tests/test-vasprintf.c: Ditto.
3653
3654 2007-03-27  Bruno Haible  <bruno@clisp.org>
3655
3656         Make vasnprintf multithread-safe.
3657         * lib/vasnprintf.c (decimal_point_char): New function.
3658         (VASNPRINTF): Use it.
3659         Suggested by Simon Josefsson.
3660
3661 2007-03-27  Eric Blake  <ebb9@byu.net>
3662
3663         Support sub-second birthtime on cygwin.
3664         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
3665         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
3666         (get_stat_birthtime): Also work with st_birthtim.
3667
3668 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
3669
3670         * lib/stat-time.h (USE_BIRTHTIME): Remove.
3671         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
3672         (get_stat_birthtime_ns): Do not try to use "spare" fields.
3673         (get_stat_birthtime_ns): Simplify compile-time tests.
3674         (get_stat_birthtime): Change the API to look like
3675         get_stat_mtime etc., except return a negative tv_nsec on error.
3676         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
3677         Don't check for "spare" fields.
3678         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
3679         or for struct stat.st_birthtime, as these tests aren't used.
3680         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
3681
3682 2007-03-27  Bruno Haible  <bruno@clisp.org>
3683
3684         * lib/stat-time.h: Include <sys/stat.h>.
3685
3686 2007-03-27  James Youngman  <jay@gnu.org>
3687
3688         * lib/stat-time.h (get_stat_birthtime): New function for
3689           retrieving st_birthtime as provided by UFS2 (hence *BSD).
3690         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
3691           and its variants.
3692         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
3693         * modules/stat-time-test: New file.
3694         * tests/test-stat-time.c: New test, devised by Bruno Haible.
3695
3696 2007-03-26  Bruno Haible  <bruno@clisp.org>
3697
3698         Better support of signalling NaNs.
3699         * lib/atanl.c: Include isnanl.h.
3700         (atanl): Perform test for NaN at the beginning of the function and
3701         through a call to isnanl.
3702         * lib/cosl.c: Include isnanl.h.
3703         (cosl): Perform test for NaN at the beginning of the function and
3704         through a call to isnanl.
3705         * lib/ldexpl.c: Include isnanl.h.
3706         (ldexpl): Perform test for NaN through a call to isnanl.
3707         * lib/logl.c: Include isnanl.h.
3708         (logl): Perform test for NaN at the beginning of the function and
3709         through a call to isnanl.
3710         * lib/sinl.c: Include isnanl.h.
3711         (sinl): Perform test for NaN at the beginning of the function and
3712         through a call to isnanl.
3713         * lib/sqrtl.c: Include isnanl.h.
3714         (sqrtl): Perform test for NaN at the beginning of the function and
3715         through a call to isnanl.
3716         * lib/tanl.c: Include isnanl.h.
3717         (tanl): Perform test for NaN at the beginning of the function and
3718         through a call to isnanl.
3719         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
3720         * modules/mathl (Depends-on): Add isnanl.
3721
3722 2007-03-26  Eric Blake  <ebb9@byu.net>
3723
3724         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
3725         regression in logic sense of previous patch.
3726
3727 2007-03-26  Bruno Haible  <bruno@clisp.org>
3728
3729         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
3730         unportable shell command "if ! ...".
3731         Reported by Ralf Wildenhues.
3732
3733 2007-03-25  Bruno Haible  <bruno@clisp.org>
3734
3735         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
3736         <sysexits.h> file, and only add EX_CONFIG.
3737         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
3738         absolute file name and whether it is sufficient. Substitute also
3739         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
3740         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
3741         ABSOLUTE_SYSEXITS_H into sysexits.h.
3742
3743 2007-03-25  Bruno Haible  <bruno@clisp.org>
3744
3745         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
3746         hints is NULL.
3747
3748 2007-03-25  Bruno Haible  <bruno@clisp.org>
3749
3750         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
3751         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
3752
3753 2007-03-25  Bruno Haible  <bruno@clisp.org>
3754
3755         * lib/vasnprintf.c: Include langinfo.h.
3756         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
3757         multithread-safe.
3758         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
3759         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
3760         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
3761         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
3762         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
3763         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
3764         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
3765         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
3766         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
3767         Reported by Simon Josefsson.
3768
3769 2007-03-25  Bruno Haible  <bruno@clisp.org>
3770
3771         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
3772         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
3773         * modules/vasnprintf (Depends-on): Add stdint.
3774
3775 2007-03-25  Bruno Haible  <bruno@clisp.org>
3776
3777         * modules/fpieee: New file.
3778         * m4/fpieee.m4: New file.
3779         * modules/isnan-nolibm (Depends-on): Add fpieee.
3780         * modules/isnanl-nolibm (Depends-on): Add fpieee.
3781         * modules/isnanl (Depends-on): Add fpieee.
3782
3783 2007-03-25  Bruno Haible  <bruno@clisp.org>
3784
3785         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
3786
3787 2007-03-25  Bruno Haible  <bruno@clisp.org>
3788
3789         Avoid test failures on IRIX 6.5.
3790         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
3791         (main): Use it.
3792         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
3793         macros.
3794         (main): Use them.
3795
3796 2007-03-25  Bruno Haible  <bruno@clisp.org>
3797
3798         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
3799         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
3800         exists but doesn't work.
3801         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
3802         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
3803         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
3804         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
3805
3806 2007-03-25  Bruno Haible  <bruno@clisp.org>
3807
3808         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
3809         returns inf. Needed on IRIX 6.5.
3810
3811 2007-03-25  Bruno Haible  <bruno@clisp.org>
3812
3813         * tests/test-frexpl.c: Include isnanl-nolibm.h.
3814         (main): Use isnanl instead of x != x idiom.
3815         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
3816
3817         * tests/test-frexp.c: Include isnan.h.
3818         (main): Use isnan instead of x != x idiom.
3819         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
3820
3821 2007-03-25  Bruno Haible  <bruno@clisp.org>
3822
3823         * tests/test-frexp.c (NaN): New function/macro.
3824         (main): Use it instead of 0.0 / 0.0.
3825         * tests/test-isnan.c (NaN): New function/macro.
3826         (main): Use it instead of 0.0 / 0.0.
3827         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
3828         (test_function): Use it instead of 0.0 / 0.0.
3829         * tests/test-vasprintf-posix.c (NaN): New function/macro.
3830         (test_function): Use it instead of 0.0 / 0.0.
3831         * tests/test-snprintf-posix.h (NaN): New function/macro.
3832         (test_function): Use it instead of 0.0 / 0.0.
3833         * tests/test-sprintf-posix.h (NaN): New function/macro.
3834         (test_function): Use it instead of 0.0 / 0.0.
3835         * tests/test-fprintf-posix.h (NaN): New function/macro.
3836         (test_function): Use it instead of 0.0 / 0.0.
3837         * tests/test-printf-posix.h (NaN): New function/macro.
3838         (test_function): Use it instead of 0.0 / 0.0.
3839
3840         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
3841
3842 2007-03-25  Bruno Haible  <bruno@clisp.org>
3843
3844         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
3845
3846 2007-03-25  Bruno Haible  <bruno@clisp.org>
3847
3848         * lib/regexec.c (merge_state_with_log): Make static.
3849
3850 2007-03-25  Bruno Haible  <bruno@clisp.org>
3851
3852         * lib/trigl.c (kernel_rem_pio2): Make static.
3853
3854 2007-03-25  Bruno Haible  <bruno@clisp.org>
3855
3856         * lib/sincosl.c (sincosl_table): Make static.
3857
3858 2007-03-25  Bruno Haible  <bruno@clisp.org>
3859
3860         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
3861         if the compiler does not support C99.
3862
3863 2007-03-25  Bruno Haible  <bruno@clisp.org>
3864
3865         * modules/time (Makefile.am): Ensure all rule action lines start with a
3866         tab.
3867
3868 2007-03-24  Bruno Haible  <bruno@clisp.org>
3869
3870         * modules/tsearch-tests: New file.
3871         * tests/test-tsearch.sh: New file.
3872         * tests/test-tsearch.c: New file, mostly copied from glibc.
3873
3874         * modules/search-tests: New file.
3875         * tests/test-search.c: New file.
3876
3877         * modules/search: New file.
3878         * lib/search_.h: New file, incorporating lib/tsearch.h.
3879         * m4/search_h.m4: New file.
3880         * lib/tsearch.h: Remove file.
3881         * lib/tsearch.c: Include search.h instead of tsearch.h.
3882         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
3883         HAVE_TSEARCH.
3884         * modules/tsearch (Files): Remove lib/tsearch.h.
3885         (Depends-on): Add search.
3886         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
3887         (Include): Change tsearch.h into search.h.
3888
3889 2007-03-24  Bruno Haible  <bruno@clisp.org>
3890
3891         * modules/fpucw: New file.
3892         * lib/fpucw.h: New file.
3893         * lib/frexp.c: Include fpucw.h.
3894         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
3895         (FUNC): Use them.
3896         * lib/printf-frexp.c: Include fpucw.h.
3897         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
3898         (FUNC): Use them.
3899         * lib/vasnprintf.c: Include fpucw.h.
3900         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
3901         'long double' calculations.
3902         * tests/test-frexpl.c: Include fpucw.h.
3903         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
3904         * tests/test-printf-frexpl.c: Include fpucw.h.
3905         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
3906         * modules/frexpl (Depends-on): Add fpucw.
3907         * modules/printf-frexpl (Depends-on): Likewise.
3908         * modules/fprintf-posix (Depends-on): Likewise.
3909         * modules/snprintf-posix (Depends-on): Likewise.
3910         * modules/sprintf-posix (Depends-on): Likewise.
3911         * modules/vasnprintf-posix (Depends-on): Likewise.
3912         * modules/vasprintf-posix (Depends-on): Likewise.
3913         * modules/vfprintf-posix (Depends-on): Likewise.
3914         * modules/vsnprintf-posix (Depends-on): Likewise.
3915         * modules/vsprintf-posix (Depends-on): Likewise.
3916         * modules/frexpl-tests (Depends-on): Likewise.
3917         * modules/printf-frexpl-tests (Depends-on): Likewise.
3918
3919 2007-03-24  Bruno Haible  <bruno@clisp.org>
3920
3921         * lib/float+.h: New file.
3922         * lib/isnan.c: Include float+.h.
3923         (SIZE): New macro.
3924         (FUNC): Compare only SIZE bytes of the value.
3925         * lib/vasnprintf.c: Include float+.h.
3926         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
3927         SIZEOF_LDBL or SIZEOF_DBL bytes.
3928         * modules/isnan-nolibm (Files): Add lib/float+.h.
3929         * modules/isnanl-nolibm (Files): Add lib/float+.h.
3930         * modules/isnanl (Files): Add lib/float+.h.
3931         * modules/vasnprintf (Files): Add lib/float+.h.
3932
3933 2007-03-24  Bruno Haible  <bruno@clisp.org>
3934
3935         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
3936         include isnanl-nolibm.h.
3937
3938 2007-03-24  Bruno Haible  <bruno@clisp.org>
3939
3940         * tests/test-read-file.c (main): Don't produce spurious output for
3941         expected situations. Make the test fail if it encountered unexpected
3942         results.
3943
3944 2007-03-24  Bruno Haible  <bruno@clisp.org>
3945
3946         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
3947         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
3948
3949 2007-03-24  Bruno Haible  <bruno@clisp.org>
3950
3951         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
3952
3953 2007-03-24  Bruno Haible  <bruno@clisp.org>
3954
3955         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
3956         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
3957
3958         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
3959         * modules/utf8-ucs4: Turn into a symbolic link to module
3960         unistr/u8-mbtouc.
3961
3962         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
3963         utf8-ucs4-unsafe.
3964         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
3965         unistr/u8-mbtouc-unsafe.
3966
3967         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
3968         * modules/utf16-ucs4: Turn into a symbolic link to module
3969         unistr/u16-mbtouc.
3970
3971         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
3972         utf16-ucs4-unsafe.
3973         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
3974         unistr/u16-mbtouc-unsafe.
3975
3976         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
3977         * modules/ucs4-utf8: Turn into a symbolic link to module
3978         unistr/u8-ubtomb.
3979
3980         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
3981         * modules/ucs4-utf16: Turn into a symbolic link to module
3982         unistr/u16-ubtomb.
3983
3984 2007-03-24  Bruno Haible  <bruno@clisp.org>
3985
3986         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
3987         Enable the function only if HAVE_INLINE.
3988         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
3989         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
3990         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
3991         Enable the function only if HAVE_INLINE.
3992         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
3993         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
3994         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
3995         Enable the function only if HAVE_INLINE.
3996         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
3997         Enable the function only if HAVE_INLINE.
3998         * modules/utf8-ucs4: Update.
3999         * modules/utf8-ucs4-unsafe: Update.
4000         * modules/utf16-ucs4: Update.
4001         * modules/utf16-ucs4-unsafe: Update.
4002         * modules/ucs4-utf8: Update.
4003         * modules/ucs4-utf16: Update.
4004
4005 2007-03-24  Bruno Haible  <bruno@clisp.org>
4006
4007         * lib/utf8-ucs4.h: Remove file.
4008         * lib/utf8-ucs4-unsafe.h: Remove file.
4009         * lib/utf16-ucs4.h: Remove file.
4010         * lib/utf16-ucs4-unsafe.h: Remove file.
4011         * lib/ucs4-utf8.h: Remove file.
4012         * lib/ucs4-utf16.h: Remove file.
4013         * lib/unistr.h: Include their previous contents.
4014         * m4/utf-ucs4.m4: Remove file.
4015         * m4/ucs4-utf.m4: Remove file.
4016         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
4017         (Depends-on): Add unistr/base.
4018         (configure.ac): Remove gl_UTF_UCS4.
4019         (Makefile.am): Update.
4020         (Include): Change to unistr.h.
4021         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
4022         (Depends-on): Add unistr/base.
4023         (configure.ac): Remove gl_UTF_UCS4.
4024         (Makefile.am): Update.
4025         (Include): Change to unistr.h.
4026         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
4027         (Depends-on): Add unistr/base.
4028         (configure.ac): Remove gl_UTF_UCS4.
4029         (Makefile.am): Update.
4030         (Include): Change to unistr.h.
4031         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
4032         (Depends-on): Add unistr/base.
4033         (configure.ac): Remove gl_UTF_UCS4.
4034         (Makefile.am): Update.
4035         (Include): Change to unistr.h.
4036         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
4037         (Depends-on): Add unistr/base.
4038         (configure.ac): Remove gl_UCS4_UTF.
4039         (Makefile.am): Update.
4040         (Include): Change to unistr.h.
4041         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
4042         (Depends-on): Add unistr/base.
4043         (configure.ac): Remove gl_UCS4_UTF.
4044         (Makefile.am): Update.
4045         (Include): Change to unistr.h.
4046         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
4047         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
4048         utf8-ucs4-unsafe.h.
4049         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
4050         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
4051         utf16-ucs4-unsafe.h.
4052         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
4053         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
4054         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
4055         * lib/unistr/u8-strchr.c: Likewise.
4056         * lib/unistr/u8-strrchr.c: Likewise.
4057         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
4058         * lib/unistr/u16-strchr.c: Likewise.
4059         * lib/unistr/u16-strrchr.c: Likewise.
4060         * lib/striconveh.c: Update.
4061         * lib/linebreak.c: Update.
4062
4063 2007-03-24  Bruno Haible  <bruno@clisp.org>
4064
4065         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
4066         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
4067
4068 2007-03-22  Bruno Haible  <bruno@clisp.org>
4069
4070         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
4071
4072 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
4073
4074         * MODULES.html.sh (File system functions): New module write-any-file.
4075         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
4076         * m4/write-any-file.m4: New files.
4077
4078 2007-03-23  Eric Blake  <ebb9@byu.net>
4079
4080         * gnulib-tool: Rearrange space-tab sequences, since some editors
4081         like to eat them.
4082
4083 2007-03-23  Eric Blake  <ebb9@byu.net>
4084
4085         * lib/version-etc.c (version_etc_va): Update license wording to
4086         be more concise.  Recommended by Richard Stallman.
4087
4088 2007-03-22  Bruno Haible  <bruno@clisp.org>
4089
4090         * lib/poll.c (MSG_PEEK): New fallback definition.
4091
4092 2007-03-22  Bruno Haible  <bruno@clisp.org>
4093
4094         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
4095         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
4096         (main): Update.
4097         Fixes a compilation error on BeOS.
4098
4099 2007-03-22  Bruno Haible  <bruno@clisp.org>
4100
4101         * modules/frexpl-tests: New file.
4102         * tests/test-frexpl.c: New file.
4103
4104         * modules/frexpl: New file.
4105         * m4/frexpl.m4: New file.
4106         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
4107         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
4108         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
4109         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
4110         (Depends-on): Add frexpl. Remove isnanl-nolibm.
4111         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
4112
4113 2007-03-22  Bruno Haible  <bruno@clisp.org>
4114
4115         * lib/frexpl.c: Share code with lib/frexp.c.
4116         * modules/mathl (Files): Add lib/frexp.c.
4117         (Depends-on): Add isnanl-nolibm.
4118
4119 2007-03-22  Bruno Haible  <bruno@clisp.org>
4120
4121         * modules/printf-frexp (Files): Add m4/frexp.m4.
4122         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
4123         only if the found frexp function actually works.
4124
4125 2007-03-22  Bruno Haible  <bruno@clisp.org>
4126
4127         * lib/frexp.c: Remove older implementation that uses divisions.
4128
4129 2007-03-21  Bruno Haible  <bruno@clisp.org>
4130
4131         * modules/frexp-tests: New file.
4132         * tests/test-frexp.c: New file.
4133
4134         * modules/frexp: New file.
4135         * lib/frexp.c: New file.
4136         * m4/frexp.m4: New file.
4137         * lib/math_.h (frexp): New declaration.
4138         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
4139         REPLACE_FREXP.
4140         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
4141
4142 2007-03-21  Bruno Haible  <bruno@clisp.org>
4143
4144         * modules/isnanl-tests: New file.
4145         * tests/test-isnanl.c: New file.
4146
4147         * modules/isnanl: New file.
4148         * lib/isnanl.h: New file.
4149         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
4150         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
4151         gl_FUNC_ISNANL_WORKS.
4152         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
4153         New macros.
4154
4155 2007-03-21  Bruno Haible  <bruno@clisp.org>
4156
4157         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
4158         lib/isnanl.h.
4159         (Include): Update.
4160         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
4161         * lib/vasnprintf.c: Update.
4162         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
4163         tests/test-isnanl.h, remove tests/test-isnanl.c.
4164         (Makefile.am): Update.
4165         * tests/test-isnanl-nolibm.c: New file.
4166         * tests/test-isnanl.h: New file.
4167         * tests/test-isnanl.c: Remove file.
4168
4169 2007-03-21  Jim Meyering  <jim@meyering.net>
4170
4171         When trying to open ".", treat ESTALE like EACCES.
4172         * lib/savewd.c (savewd_save): Resort to forking not just upon
4173         failure with EACCES, but also when errno is ESTALE.
4174
4175 2007-03-20  Bruno Haible  <bruno@clisp.org>
4176
4177         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
4178         Needed on AIX 5.1. Reported by Matthew Woehlke.
4179
4180 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
4181
4182         Suggestions by Bruno Haible:
4183         * lib/acl-internal.h: Include "gettext.h" rather than rolling
4184         our own.
4185         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
4186         * modules/acl (Depends-on): Add gettext.
4187
4188 2007-03-19  Bruno Haible  <bruno@clisp.org>
4189
4190         * modules/iconvme: Remove file.
4191         * lib/iconvme.h: Remove file.
4192         * lib/iconvme.c: Remove file.
4193         * m4/iconvme.m4: Remove file.
4194
4195 2007-03-19  Bruno Haible  <bruno@clisp.org>
4196
4197         * doc/relocatable-maint.texi: Break long shell script line.
4198         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
4199
4200 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
4201
4202         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
4203         handle file_has_acl.
4204         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
4205         * lib/acl.c: Move header inclusions and related macro defns into
4206         lib/acl-internal.h.
4207         (S_ISLNK): Remove defn, since that's now done for us.
4208         (file_has_acl): Move to lib/file-has-acl.c.
4209         Call acl_trivial if available.  This is the crucial part of the fix.
4210         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
4211         shared within the library.  Rewrite a bit, partly to make it compatible
4212         with the GNU coding style.
4213         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
4214         Remove unnecessary double-quotes.
4215         Don't test for acl_to_text; the build will catch that.
4216         Replace acl_entries if it doesn't exist and it is needed.
4217         Check for -lsec and acl_trivial (as used on Solaris 10).
4218         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
4219         lib/file-has-acl.c.
4220         (Depends-on): Add sys_stat, for S_ISLNK.
4221
4222 2007-03-19  Ben Pfaff  <blp@gnu.org>
4223
4224         * doc/gnulib.texi: Fix typos.
4225         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
4226
4227 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
4228
4229         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
4230         If size is zero here, buf must be zero.
4231
4232 2007-03-19  Simon Josefsson  <simon@josefsson.org>
4233
4234         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
4235         <bruno@clisp.org>.
4236
4237 2007-03-18  Bruno Haible  <bruno@clisp.org>
4238
4239         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
4240         Suggested by Eric Blake.
4241
4242 2007-03-18  Ben Pfaff  <blp@gnu.org>
4243
4244         * doc/relocatable.texi: Recommend using as prefix a directory
4245         that does not exist and will never be created.  Based on
4246         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
4247         and others.
4248
4249 2007-03-17  Bruno Haible  <bruno@clisp.org>
4250
4251         * lib/fchownat.c: Include lchown.h.
4252
4253 2007-03-17  Bruno Haible  <bruno@clisp.org>
4254
4255         Fix endless loop when the given allocated size was > INT_MAX.
4256         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
4257         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
4258         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
4259         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
4260         * lib/sprintf.c (sprintf): Likewise.
4261
4262 2007-03-17  Bruno Haible  <bruno@clisp.org>
4263
4264         * tests/test-argp-2.sh (func_compare): Output a context diff.
4265
4266 2007-03-17  Bruno Haible  <bruno@clisp.org>
4267
4268         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
4269         locale's decimal-point character.
4270
4271 2007-03-17  Bruno Haible  <bruno@clisp.org>
4272
4273         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
4274         before comparing it. Needed because on some platforms (e.g. x86) a
4275         'long double' occupies less bytes than sizeof (long double).
4276
4277 2007-03-17  Bruno Haible  <bruno@clisp.org>
4278
4279         * tests/test-crc.c (main): Make printf statements 64-bit clean.
4280         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
4281         * tests/test-getaddrinfo.c (simple): Likewise.
4282         * tests/test-read-file.c (main): Likewise.
4283
4284 2007-03-17  Bruno Haible  <bruno@clisp.org>
4285
4286         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
4287
4288 2007-03-17  Bruno Haible  <bruno@clisp.org>
4289
4290         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
4291         unused variable.
4292
4293 2007-03-17  Bruno Haible  <bruno@clisp.org>
4294
4295         * tests/test-c-strcasecmp.c: Include c-strcase.h.
4296         * tests/test-c-strncasecmp.c: Likewise.
4297
4298 2007-03-17  Bruno Haible  <bruno@clisp.org>
4299
4300         * modules/stdlib (Depends-on): Add unistd.
4301         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
4302         Needed for MacOS X 10.3.
4303
4304 2007-03-17  Bruno Haible  <bruno@clisp.org>
4305
4306         * lib/unistr/u-strdup.h: Include <stdlib.h>.
4307
4308 2007-03-17  Bruno Haible  <bruno@clisp.org>
4309
4310         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
4311
4312 2007-03-17  Bruno Haible  <bruno@clisp.org>
4313
4314         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
4315         to reflect files copied from gnulib (with or without modifications).
4316         Suggested by Jim Meyering.
4317
4318 2007-03-17  Eric Blake  <ebb9@byu.net>
4319
4320         * NEWS: Document stdlib change from 2007-02-18.
4321
4322 2007-03-17  Jim Meyering  <jim@meyering.net>
4323
4324         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
4325         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
4326         someone uses a name containing shell meta-characters.
4327         Reported by Alfred M. Szmidt.
4328
4329         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
4330
4331 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
4332
4333         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
4334         and copy gettext configuration files only if configure.ac contains
4335         a use of AM_GNU_GETTEXT_VERSION.
4336
4337 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
4338
4339         * build-aux/bootstrap (gnulib_name): New variable.
4340         (gnulib_tool_options): Use it.
4341
4342 2007-03-13  Simon Josefsson  <simon@josefsson.org>
4343
4344         * tests/test-des.c: Use new namespace.
4345
4346 2007-03-15  Bruno Haible  <bruno@clisp.org>
4347
4348         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
4349         Reported by James Youngman <jay@gnu.org>.
4350
4351 2007-03-15  Bruno Haible  <bruno@clisp.org>
4352
4353         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
4354         declared prototype. Needed with cc on OSF/1 5.1.
4355
4356 2007-03-15  Bruno Haible  <bruno@clisp.org>
4357
4358         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
4359         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
4360         (struct gl_list_implementation): Add dispose_fn argument to the
4361         'create_empty', 'create' methods.
4362         (struct gl_list_impl_base): Add field 'dispose_fn'.
4363         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
4364         argument.
4365         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
4366         dispose_fn argument.
4367         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
4368         dispose_fn on the dropped values.
4369         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
4370         dispose_fn argument.
4371         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
4372         dropped values.
4373         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
4374         (gl_tree_remove_node): Call dispose_fn on the dropped value.
4375         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
4376         (gl_tree_remove_node): Call dispose_fn on the dropped value.
4377         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
4378         argument.
4379         (gl_tree_list_free): Call dispose_fn on the dropped values.
4380         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
4381         the dropped values.
4382         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
4383         Add dispose_fn argument.
4384         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
4385         Call dispose_fn on the dropped values.
4386         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
4387         Add dispose_fn argument.
4388         (gl_sublist_create): Initialize the 'dispose_fn' field.
4389         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
4390         * tests/test-array_list.c (main): Update.
4391         * tests/test-carray_list.c (main): Update.
4392         * tests/test-avltree_list.c (main): Update.
4393         * tests/test-rbtree_list.c (main): Update.
4394         * tests/test-avltreehash_list.c (main): Update.
4395         * tests/test-rbtreehash_list.c (main): Update.
4396         * tests/test-linked_list.c (main): Update.
4397         * tests/test-linkedhash_list.c (main): Update.
4398         * tests/test-array_oset.c (main): Update.
4399
4400 2007-03-15  Bruno Haible  <bruno@clisp.org>
4401
4402         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
4403         (gl_oset_create_empty): Add dispose_fn argument.
4404         (struct gl_oset_implementation): Add dispose_fn argument to
4405         'create_empty' method.
4406         (struct gl_oset_impl_base): Add dispose_fn field.
4407         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
4408         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
4409         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
4410         values.
4411         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
4412         (gl_tree_oset_free): Call dispose_fn on the dropped values.
4413         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
4414         dropped value.
4415         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
4416         dropped value.
4417         * tests/test-array_oset.c (main): Update.
4418         * tests/test-avltree_oset.c (main): Update.
4419         * tests/test-rbtree_oset.c (main): Update.
4420         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
4421
4422 2007-03-13  Bruno Haible  <bruno@clisp.org>
4423
4424         * tests/test-stdbool.c (i): Update after last patch.
4425
4426 2007-03-12  Bruno Haible  <bruno@clisp.org>
4427
4428         * lib/quotearg.c: Include <wctype.h> early, before the definition of
4429         the iswprint macro. Needed on Solaris 2.5.1.
4430
4431 2007-03-12  Bruno Haible  <bruno@clisp.org>
4432
4433         * tests/test-printf-frexp.c (main): Declare x as volatile.
4434
4435 2007-03-12  Simon Josefsson  <simon@josefsson.org>
4436
4437         * doc/gnulib.texi (Build robot for gnulib): New section.
4438
4439 2007-03-12  Jim Meyering  <jim@meyering.net>
4440
4441         * build-aux/bootstrap: New file.
4442         * build-aux/bootstrap.conf: New file, from coreutils.
4443
4444 2007-03-11  Bruno Haible  <bruno@clisp.org>
4445
4446         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
4447
4448 2007-03-12  Simon Josefsson  <simon@josefsson.org>
4449
4450         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
4451         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
4452         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
4453
4454 2007-03-11  Bruno Haible  <bruno@clisp.org>
4455
4456         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
4457         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
4458
4459 2007-03-11  Bruno Haible  <bruno@clisp.org>
4460
4461         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
4462         formula. Needed for SunPRO C 5.0.
4463
4464 2007-03-11  Bruno Haible  <bruno@clisp.org>
4465
4466         * modules/long-options (Depends-on): Add getopt.
4467
4468 2007-03-11  Bruno Haible  <bruno@clisp.org>
4469
4470         * modules/modechange (Depends-on): Add stdbool.
4471
4472 2007-03-11  Bruno Haible  <bruno@clisp.org>
4473
4474         * modules/i-ring (Depends-on): Add stdbool.
4475
4476 2007-03-11  Bruno Haible  <bruno@clisp.org>
4477
4478         * modules/gc-des (Depends-on): Add stdbool.
4479
4480 2007-03-11  Bruno Haible  <bruno@clisp.org>
4481
4482         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
4483
4484 2007-03-11  Bruno Haible  <bruno@clisp.org>
4485
4486         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
4487
4488 2007-03-11  Bruno Haible  <bruno@clisp.org>
4489
4490         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
4491
4492 2007-03-11  Bruno Haible  <bruno@clisp.org>
4493
4494         * lib/vasnprintf.c (sprintf): Undefine.
4495
4496 2007-03-11  Bruno Haible  <bruno@clisp.org>
4497
4498         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
4499         initializers in SunPRO C and Compaq C compilers.
4500
4501 2007-03-11  Bruno Haible  <bruno@clisp.org>
4502
4503         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
4504         decrementing code ANSI C compliant.
4505
4506 2007-03-11  Bruno Haible  <bruno@clisp.org>
4507
4508         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
4509         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
4510
4511 2007-03-11  Bruno Haible  <bruno@clisp.org>
4512
4513         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
4514         <stdbool.h> substitute doesn't pass.
4515
4516 2007-03-11  Bruno Haible  <bruno@clisp.org>
4517
4518         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
4519
4520 2007-03-11  Bruno Haible  <bruno@clisp.org>
4521
4522         * gnulib-tool (func_create_megatestdir): Create also an autobuild
4523         script, for submission to autobuild.josefsson.org.
4524
4525 2007-03-10  Bruno Haible  <bruno@clisp.org>
4526
4527         * modules/canonicalize-lgpl-tests: New file.
4528         * tests/test-canonicalize-lgpl.sh: New file.
4529         * tests/test-canonicalize-lgpl.c: New file.
4530
4531         * modules/c-strcase-tests: New file.
4532         * tests/test-c-strcase.sh: New file.
4533         * tests/test-c-strcasecmp.c: New file.
4534         * tests/test-c-strncasecmp.c: New file.
4535
4536         * modules/atexit-tests: New file.
4537         * tests/test-atexit.sh: New file.
4538         * tests/test-atexit.c: New file.
4539
4540 2007-03-10  Bruno Haible  <bruno@clisp.org>
4541
4542         * tests/test-binary-io.sh: Use temporary filenames that are not so
4543         likely to clash with those of other tests (in a parallel make).
4544         * tests/test-binary-io.c: Likewise.
4545
4546 2007-03-10  Bruno Haible  <bruno@clisp.org>
4547
4548         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
4549         fallback; use #error instead.
4550         Suggested by Simon Josefsson.
4551
4552 2007-03-10  Bruno Haible  <bruno@clisp.org>
4553
4554         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
4555         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
4556         first and the last.
4557
4558 2007-03-10  Bruno Haible  <bruno@clisp.org>
4559
4560         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
4561
4562 2007-03-10  Bruno Haible  <bruno@clisp.org>
4563
4564         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
4565         "make distcheck".
4566         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
4567         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
4568         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
4569
4570 2007-03-10  Bruno Haible  <bruno@clisp.org>
4571
4572         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
4573         variable.
4574         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
4575         variable.
4576
4577 2007-03-09  Eric Blake  <ebb9@byu.net>
4578         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
4579
4580         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
4581         types are not being provided by gnulib.
4582         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
4583         types are supported.
4584
4585 2007-03-10  Bruno Haible  <bruno@clisp.org>
4586
4587         * lib/stdio_.h (__attribute__): New macro.
4588         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
4589         vsprintf): Specify __attribute__ __format__ for GCC.
4590         Suggested by Eric Blake.
4591
4592 2007-03-09  Bruno Haible  <bruno@clisp.org>
4593
4594         * modules/printf-posix-tests: New file.
4595         * tests/test-printf-posix.sh: New file.
4596         * tests/test-printf-posix.c: New file.
4597
4598         * modules/printf-posix: New file.
4599         * lib/printf.c: New file.
4600         * m4/printf-posix-rpl.m4: New file.
4601         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
4602         REPLACE_PRINTF.
4603         * lib/stdio_.h (printf): New declaration.
4604         (format, __format__, ____printf____, ____scanf____, ____strftime____,
4605         ____strfmon____): New macros.
4606         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
4607         REPLACE_PRINTF.
4608
4609 2007-03-09  Bruno Haible  <bruno@clisp.org>
4610
4611         * tests/test-vasnprintf-posix2.sh: New file.
4612         * tests/test-vasnprintf-posix2.c: New file.
4613         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
4614         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
4615         (Makefile.am): Activate test-vasnprintf-posix2.sh.
4616
4617         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
4618         a locale dependent decimal point, rather than always '.'.
4619
4620 2007-03-09  Eric Blake  <ebb9@byu.net>
4621
4622         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
4623         spite of platforms like Tandem/NSK that define it to -1.
4624
4625 2007-03-08  Bruno Haible  <bruno@clisp.org>
4626
4627         * modules/vprintf-posix-tests: New file.
4628         * tests/test-vprintf-posix.sh: New file.
4629         * tests/test-vprintf-posix.c: New file.
4630         * tests/test-printf-posix.h: New file.
4631
4632         * modules/vprintf-posix: New file.
4633         * lib/vprintf.c: New file.
4634         * m4/vprintf-posix.m4: New file.
4635         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
4636         REPLACE_VPRINTF.
4637         * lib/stdio_.h (vprintf): New declaration.
4638         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
4639         REPLACE_VPRINTF.
4640
4641 2007-03-08  Bruno Haible  <bruno@clisp.org>
4642
4643         * modules/fprintf-posix-tests: New file.
4644         * tests/test-fprintf-posix.sh: New file.
4645         * tests/test-fprintf-posix.c: New file.
4646
4647         * modules/fprintf-posix: New file.
4648         * lib/fprintf.c: New file.
4649         * m4/fprintf-posix.m4: New file.
4650         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
4651         REPLACE_FPRINTF.
4652         * lib/stdio_.h (fprintf): New declaration.
4653         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
4654         REPLACE_FPRINTF.
4655
4656 2007-03-08  Bruno Haible  <bruno@clisp.org>
4657
4658         * modules/vfprintf-posix-tests: New file.
4659         * tests/test-vfprintf-posix.sh: New file.
4660         * tests/test-vfprintf-posix.c: New file.
4661         * tests/test-fprintf-posix.h: New file.
4662         * tests/test-fprintf-posix.out: New file.
4663
4664         * modules/vfprintf-posix: New file.
4665         * lib/vfprintf.c: New file.
4666         * m4/vfprintf-posix.m4: New file.
4667         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
4668         REPLACE_VFPRINTF.
4669         * lib/stdio_.h (vfprintf): New declaration.
4670         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
4671         REPLACE_VFPRINTF.
4672
4673 2007-03-08  Bruno Haible  <bruno@clisp.org>
4674
4675         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
4676
4677 2007-03-08  Bruno Haible  <bruno@clisp.org>
4678
4679         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
4680         instead of 'expr' invocations.
4681         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
4682         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
4683         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
4684         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
4685         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
4686         Suggested by Paul Eggert.
4687
4688 2007-03-08  Bruno Haible  <bruno@clisp.org>
4689
4690         * modules/fseterr-tests: New file.
4691         * tests/test-fseterr.c: New file.
4692
4693         * modules/fseterr: New file.
4694         * lib/fseterr.h: New file.
4695         * lib/fseterr.c: New file.
4696
4697 2007-03-08  Bruno Haible  <bruno@clisp.org>
4698
4699         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
4700         * lib/getopt_.h: Likewise.
4701         * lib/mbswidth.h: Likewise.
4702         * lib/setenv.h: Likewise.
4703         * lib/vasnprintf.h: Likewise.
4704         * lib/vasprintf.h: Likewise.
4705         * lib/verror.h: Likewise.
4706         * lib/xsetenv.h: Likewise.
4707         * lib/xvasprintf.h: Likewise.
4708
4709 2007-03-08  Jim Meyering  <jim@meyering.net>
4710
4711         * users.txt: Add parted.
4712
4713         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
4714
4715 2007-03-07  Bruno Haible  <bruno@clisp.org>
4716
4717         * m4/printf.m4: Make the shell script snippets copy&pastable.
4718
4719 2007-03-02  Bruno Haible  <bruno@clisp.org>
4720
4721         * lib/netinet_in_.h: New file.
4722         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
4723         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
4724         * modules/netinet_in (Files): Add lib/netinet_in_.h.
4725         (Depends-on): Add absolute-header.
4726         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
4727         into netinet/in.h.
4728
4729 2007-03-03  Bruno Haible  <bruno@clisp.org>
4730
4731         * lib/sys_select_.h: New file.
4732         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
4733         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
4734         * modules/sys_select (Files): Add lib/sys_select_.h.
4735         (Depends-on): Add absolute-header.
4736         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
4737         into sys/select.h.
4738
4739 2007-03-02  Bruno Haible  <bruno@clisp.org>
4740
4741         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
4742         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
4743         values.
4744         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
4745         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
4746         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
4747         * modules/sys_socket (Depends-on): Add absolute-header.
4748         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
4749         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
4750         (Include): Remove requirement of inclusion of <sys/types.h>.
4751
4752 2007-03-02  Bruno Haible  <bruno@clisp.org>
4753
4754         * lib/byteswap_.h (bswap_32): Fix formula.
4755
4756 2007-03-06  Bruno Haible  <bruno@clisp.org>
4757
4758         * modules/sprintf-posix-tests: New file.
4759         * tests/test-sprintf-posix.c: New file.
4760
4761         * modules/sprintf-posix: New file.
4762         * lib/sprintf.c: New file.
4763         * m4/sprintf-posix.m4: New file.
4764         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
4765         REPLACE_SPRINTF.
4766         * lib/stdio_.h (sprintf): New declaration.
4767         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
4768         REPLACE_SPRINTF.
4769
4770 2007-03-06  Bruno Haible  <bruno@clisp.org>
4771
4772         * modules/vsprintf-posix-tests: New file.
4773         * tests/test-vsprintf-posix.c: New file.
4774         * tests/test-sprintf-posix.h: New file.
4775
4776         * modules/vsprintf-posix: New file.
4777         * lib/vsprintf.c: New file.
4778         * m4/vsprintf-posix.m4: New file.
4779         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
4780         REPLACE_VSPRINTF.
4781         * lib/stdio_.h (vsprintf): New declaration.
4782         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
4783         REPLACE_VSPRINTF.
4784
4785 2007-03-06  Bruno Haible  <bruno@clisp.org>
4786
4787         * modules/vsnprintf (Depend-on): Remove minmax.
4788
4789 2007-03-06  Bruno Haible  <bruno@clisp.org>
4790
4791         * modules/snprintf-posix-tests: New file.
4792         * tests/test-snprintf-posix.c: New file.
4793
4794         * modules/snprintf-posix: New file.
4795         * m4/snprintf-posix.m4: New file.
4796         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
4797         gl_FUNC_SNPRINTF.
4798         (gl_FUNC_SNPRINTF): Invoke it.
4799         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
4800         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
4801         is set.
4802         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
4803
4804 2007-03-06  Bruno Haible  <bruno@clisp.org>
4805
4806         * modules/vsnprintf-posix-tests: New file.
4807         * tests/test-vsnprintf-posix.c: New file.
4808         * tests/test-snprintf-posix.h: New file.
4809
4810         * modules/vsnprintf-posix: New file.
4811         * m4/vsnprintf-posix.m4: New file.
4812         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
4813         gl_FUNC_VSNPRINTF.
4814         (gl_FUNC_VSNPRINTF): Invoke it.
4815         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
4816         * lib/stdio_.h (vsnprintf): Define as a replacement if
4817         REPLACE_VSNPRINTF is set.
4818         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
4819
4820 2007-03-06  Bruno Haible  <bruno@clisp.org>
4821
4822         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
4823         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
4824
4825 2007-03-06  Bruno Haible  <bruno@clisp.org>
4826
4827         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
4828         (asinl): Declare also if HAVE_DECL_ASINL is set.
4829         (atanl): Declare also if HAVE_DECL_ATANL is set.
4830         (ceill): Declare also if HAVE_DECL_CEILL is set.
4831         (cosl): Declare also if HAVE_DECL_COSL is set.
4832         (expl): Declare also if HAVE_DECL_EXPL is set.
4833         (floorl): Declare also if HAVE_DECL_FLOORL is set.
4834         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
4835         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
4836         (logl): Declare also if HAVE_DECL_LOGL is set.
4837         (sinl): Declare also if HAVE_DECL_SINL is set.
4838         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
4839         (tanl): Declare also if HAVE_DECL_TANL is set.
4840         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
4841         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
4842         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
4843         declaration of frexpl, ldexpl.
4844         * modules/printf-frexpl (Depends-on): Add math.
4845         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
4846
4847 2007-03-05  Bruno Haible  <bruno@clisp.org>
4848
4849         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
4850         frexpl and ldexpl are declared.
4851         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
4852
4853 2007-03-05  Bruno Haible  <bruno@clisp.org>
4854
4855         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
4856         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
4857
4858 2007-03-05  Bruno Haible  <bruno@clisp.org>
4859
4860         * lib/stdio_.h: Include <stddef.h>.
4861
4862 2007-03-05  Bruno Haible  <bruno@clisp.org>
4863
4864         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
4865
4866 2007-03-05  Bruno Haible  <bruno@clisp.org>
4867
4868         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
4869         NetBSD 4, from Ralf Wildenhues.
4870
4871 2007-03-04  Bruno Haible  <bruno@clisp.org>
4872
4873         * lib/vasprintf.h: Update #if logic for the case when the functions
4874         exist but are overridden.
4875
4876 2007-03-04  Bruno Haible  <bruno@clisp.org>
4877
4878         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
4879         implementations: glibc-2.4 and MacOS X 10.3.
4880         * tests/test-vasnprintf-posix.c (test_function): Test also the case
4881         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
4882         * tests/test-vasprintf-posix.c (test_function): Likewise.
4883
4884 2007-03-04  Bruno Haible  <bruno@clisp.org>
4885
4886         * modules/vasprintf-posix-tests: New file.
4887         * tests/test-vasprintf-posix.c: New file.
4888
4889         * modules/vasprintf-posix: New file.
4890         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
4891         defined.
4892         * m4/vasprintf-posix.m4: New file.
4893         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
4894         gl_FUNC_VASPRINTF.
4895         (gl_FUNC_VASPRINTF): Invoke it.
4896         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
4897         here.
4898         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
4899
4900 2007-03-04  Bruno Haible  <bruno@clisp.org>
4901
4902         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
4903         REPLACE_GETTIMEOFDAY.
4904         * modules/sys_time (Makefile.am): Likewise.
4905         * m4/sys_time_h.m4: Likewise.
4906         * m4/gettimeofday.m4: Likewise.
4907
4908 2007-03-04  Bruno Haible  <bruno@clisp.org>
4909
4910         * modules/vasnprintf-posix-tests: New file.
4911         * tests/test-vasnprintf-posix.c: New file.
4912
4913         * modules/vasnprintf-posix: New file.
4914         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
4915         printf-frexpl.h.
4916         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
4917         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
4918         REPLACE_VASNPRINTF is defined.
4919         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
4920         gl_FUNC_VASNPRINTF.
4921         (gl_FUNC_VASNPRINTF): Invoke it.
4922         * m4/vasnprintf-posix.m4: New file.
4923         * m4/printf.m4: New file.
4924
4925 2007-03-04  Bruno Haible  <bruno@clisp.org>
4926
4927         Compile progreloc.c only if --enable-relocatable is specified.
4928         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
4929         if --enable-relocatable was specified.
4930         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
4931         lib_SOURCES.
4932
4933 2007-03-04  Jim Meyering  <jim@meyering.net>
4934
4935         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
4936         Use it consistently, rather than enumerating errno constants.
4937
4938 2007-03-04  Bruno Haible  <bruno@clisp.org>
4939
4940         * modules/xvasprintf-tests: New file.
4941         * tests/test-xvasprintf.c: New file.
4942
4943         * modules/vasprintf-tests: New file.
4944         * tests/test-vasprintf.c: New file.
4945
4946         * modules/vasnprintf-tests: New file.
4947         * tests/test-vasnprintf.c: New file.
4948
4949         * modules/vsnprintf-tests: New file.
4950         * tests/test-vsnprintf.c: New file.
4951
4952         * modules/snprintf-tests: New file.
4953         * tests/test-snprintf.c: New file.
4954
4955 2007-03-04  Bruno Haible  <bruno@clisp.org>
4956
4957         Compile relocatable.c only if --enable-relocatable is specified.
4958         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
4959         gl_RELOCATABLE_LIBRARY.
4960         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
4961         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
4962         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
4963         gl_RELOCATABLE_LIBRARY.
4964         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
4965         (Makefile.am): Remove lib_SOURCES.
4966         * modules/relocatable-lib-lgpl (configure.ac): Invoke
4967         gl_RELOCATABLE_LIBRARY.
4968         (Makefile.am): Remove lib_SOURCES.
4969         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
4970         always.
4971         * modules/relocatable-prog-wrapper (configure.ac): Invoke
4972         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
4973
4974 2007-03-04  Bruno Haible  <bruno@clisp.org>
4975
4976         * modules/argmatch-tests: New file.
4977         * tests/test-argmatch.c: New file.
4978
4979         * tests/test-allocsa.c (main): Halve the number of loop runs.
4980
4981         * modules/alloca-opt-tests: New file.
4982         * tests/test-alloca-opt.c: New file.
4983
4984 2007-03-04  Jim Meyering  <jim@meyering.net>
4985
4986         Work around difference between Linux ACLs and Solaris 10 ZFS.
4987         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
4988         for EINVAL.
4989
4990 2007-03-03  Bruno Haible  <bruno@clisp.org>
4991
4992         * modules/relocatable-prog (Depends-on): Add back progreloc's
4993         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
4994
4995 2007-03-03  Bruno Haible  <bruno@clisp.org>
4996
4997         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
4998         * modules/relocatable-lib: New file.
4999
5000 2007-03-03  Bruno Haible  <bruno@clisp.org>
5001
5002         * modules/relocatable-prog: Renamed from modules/relocatable.
5003         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
5004
5005 2007-03-03  Bruno Haible  <bruno@clisp.org>
5006
5007         * modules/relocatable-script (Files): Add doc/relocatable.texi,
5008         m4/relocatable-lib.m4.
5009         (Depends-on): Remove 'relocatable'.
5010         (configure.ac): Add gl_RELOCATABLE_NOP.
5011
5012 2007-03-03  Bruno Haible  <bruno@clisp.org>
5013
5014         * modules/relocatable-prog-wrapper: New file.
5015         * modules/relocatable (Depends-on): Add it. Remove all other
5016         dependencies except progname.
5017         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
5018
5019         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
5020         (gl_FUNC_STRERROR): Nop.
5021         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
5022
5023         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
5024         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
5025
5026         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
5027         (gl_FUNC_READLINK): Update.
5028
5029         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
5030
5031 2007-03-03  Bruno Haible  <bruno@clisp.org>
5032
5033         * lib/xreadlink.c: Include <unistd.h> unconditionally.
5034         * modules/xreadlink (Depends-on): Add unistd.
5035         * modules/xreadlink-with-size (Depends-on): Likewise.
5036
5037 2007-03-03  Bruno Haible  <bruno@clisp.org>
5038
5039         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
5040         extracted from gt_FUNC_SETENV.
5041         (gt_FUNC_SETENV): Remove macro.
5042         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
5043         remove gt_FUNC_SETENV.
5044
5045 2007-03-03  Bruno Haible  <bruno@clisp.org>
5046
5047         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
5048         ENABLE_RELOCATABLE here.
5049         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
5050
5051 2007-03-03  Bruno Haible  <bruno@clisp.org>
5052
5053         * modules/rbtreehash-list-tests (Depends-on): Add progname.
5054         * tests/test-rbtreehash_list.c: Include progname.h.
5055         (main): Call set_program_name.
5056
5057         * modules/rbtree-oset-tests (Depends-on): Add progname.
5058         * tests/test-rbtree_oset.c: Include progname.h.
5059         (main): Call set_program_name.
5060
5061         * modules/rbtree-list-tests (Depends-on): Add progname.
5062         * tests/test-rbtree_list.c: Include progname.h.
5063         (main): Call set_program_name.
5064
5065         * modules/linked-list-tests (Depends-on): Add progname.
5066         * tests/test-linked_list.c: Include progname.h.
5067         (main): Call set_program_name.
5068
5069 2007-03-03  Bruno Haible  <bruno@clisp.org>
5070
5071         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
5072         All uses of __restrict changed to _Restrict_.
5073         * lib/glob_.h (__restrict): Remove macro.
5074
5075 2007-03-02  Bruno Haible  <bruno@clisp.org>
5076
5077         * modules/gettext (configure.ac): Require gettext infrastructure
5078         from version 0.16.1.
5079
5080 2007-03-02  Bruno Haible  <bruno@clisp.org>
5081
5082         * modules/linkedhash-list-tests (Depends-on): Add progname.
5083         * tests/test-linkedhash_list.c: Include progname.h.
5084         (main): Call set_program_name.
5085
5086         * modules/carray-list-tests (Depends-on): Add progname.
5087         * tests/test-carray_list.c: Include progname.h.
5088         (main): Call set_program_name.
5089
5090         * modules/avltreehash-list-tests (Depends-on): Add progname.
5091         * tests/test-avltreehash_list.c: Include progname.h.
5092         (main): Call set_program_name.
5093
5094         * modules/avltree-oset-tests (Depends-on): Add progname.
5095         * tests/test-avltree_oset.c: Include progname.h.
5096         (main): Call set_program_name.
5097
5098         * modules/avltree-list-tests (Depends-on): Add progname.
5099         * tests/test-avltree_list.c: Include progname.h.
5100         (main): Call set_program_name.
5101
5102         * modules/array-oset-tests (Depends-on): Add progname.
5103         * tests/test-array_oset.c: Include progname.h.
5104         (main): Call set_program_name.
5105
5106         * modules/array-list-tests (Depends-on): Add progname.
5107         * tests/test-array_list.c: Include progname.h.
5108         (main): Call set_program_name.
5109
5110         * modules/argp-tests (Depends-on): Add progname.
5111         * tests/test-argp.c: Include argp.h first. Include progname.h.
5112         (main): Call set_program_name.
5113
5114 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
5115
5116         * doc/gnulib-tool.texi (Initial import): Reword description of
5117         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
5118         limited effect even if defined after the first system include.
5119
5120 2007-03-01  Bruno Haible  <bruno@clisp.org>
5121
5122         * build-aux/config.libpath: Update to libtool-1.5.22.
5123         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
5124
5125 2007-03-01  Bruno Haible  <bruno@clisp.org>
5126
5127         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
5128         foo_CFLAGS.
5129         Reported by Ralf Wildenhues.
5130
5131 2007-03-01  Bruno Haible  <bruno@clisp.org>
5132
5133         * build-aux/install-reloc: Remove object files left over by some
5134         compilers.
5135         Reported by Ralf Wildenhues.
5136
5137 2007-03-01  Bruno Haible  <bruno@clisp.org>
5138
5139         * build-aux/install-reloc: Break long lines.
5140
5141 2007-03-01  Bruno Haible  <bruno@clisp.org>
5142
5143         * doc/relocatable.texi: Document that it may not work on OpenBSD.
5144         Reported by Ralf Wildenhues.
5145
5146 2007-03-01  Bruno Haible  <bruno@clisp.org>
5147
5148         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
5149         include ordering constraints.
5150
5151 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
5152
5153         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
5154         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
5155         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
5156         as another example.
5157         * lib/time_.h: Fix misspelling.
5158         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
5159         Require gl_HEADER_TIME_H_DEFAULTS.
5160         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
5161         * m4/time_r.m4 (gl_TIME_R): Likewise.
5162         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
5163
5164 2007-03-01  Bruno Haible  <bruno@clisp.org>
5165
5166         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
5167         * m4/utimens.m4 (gl_UTIMENS): Likewise.
5168
5169 2007-03-01  Jim Meyering  <jim@meyering.net>
5170
5171         * modules/xreadlink (Maintainer): Add my name.
5172         * modules/xreadlink-with-size (Depends-on): Alphabetize.
5173
5174 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
5175             Bruno Haible  <bruno@clisp.org>
5176
5177         * build-aux/install-reloc: Compile also c-ctype.c.
5178         * build-aux/relocatable.sh.in: New file.
5179         * doc/relocatable.texi: New file.
5180         * doc/relocatable-maint.texi: New file.
5181         * doc/gnulib.texi: Include relocatable-maint.texi.
5182         * lib/progreloc.c: Include unistd.h unconditionally.
5183         * lib/relocwrapper.c: Include unistd.h unconditionally.
5184         Include c-ctype.h.
5185         (add_dotbin): Use c_tolower.
5186         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
5187         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
5188         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
5189         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
5190         to m4/relocatable-lib.m4.
5191         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
5192         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
5193         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
5194         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
5195         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
5196         * modules/relocatable: New file.
5197         * modules/relocatable-lib: New file.
5198         * modules/relocatable-script: New file.
5199
5200 2007-02-28  Bruno Haible  <bruno@clisp.org>
5201
5202         Import --enable-relocatable infrastructure.
5203         * build-aux/config.libpath: New file, from GNU gettext.
5204         * build-aux/install-reloc: New file, from GNU gettext.
5205         * build-aux/reloc-ldflags: New file, from GNU gettext.
5206         * lib/relocatable.h: New file, from GNU gettext.
5207         * lib/relocatable.c: New file, from GNU gettext.
5208         * lib/relocwrapper.c: New file, from GNU gettext.
5209         * m4/relocatable.m4: New file, from GNU gettext.
5210
5211 2007-02-28  Bruno Haible  <bruno@clisp.org>
5212
5213         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
5214
5215         * modules/xreadlink: New file, from GNU gettext with modifications.
5216         * lib/xreadlink.c: New file, from GNU gettext.
5217         * lib/xreadlink.h: Add comments.
5218         (xreadlink): New declaration.
5219
5220         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
5221         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
5222         lib/xreadlink-with-size.c.
5223         (configure.ac): Remove gl_XREADLINK invocation.
5224         (Makefile.am): Augment lib_SOURCES.
5225         * m4/xreadlink.m4: Remove file.
5226         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
5227         (xreadlink_with_size): Renamed from xreadink.
5228         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
5229         * modules/canonicalize (Depends-on): Replace xreadlink with
5230         xreadlink-with-size.
5231         * lib/canonicalize.c (canonicalize_filename_mode): Update.
5232
5233 2007-02-25  Jim Meyering  <jim@meyering.net>
5234
5235         * build-aux/announce-gen: When complaining about excess arguments,
5236         list them.
5237
5238 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
5239
5240         * README: Document signed integer overflow situation more
5241         accurately.
5242
5243 2007-02-25  Bruno Haible  <bruno@clisp.org>
5244
5245         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
5246         'a' or 'A' conversion.
5247
5248 2007-02-25  Bruno Haible  <bruno@clisp.org>
5249
5250         * modules/filename: Renamed from modules/pathname.
5251         (Files): Replace lib/pathname.h with lib/filename.h. Replace
5252         lib/concatpath.c with lib/concat-filename.c.
5253         (Makefile.am): Update.
5254         (Include): Replace pathname.h with filename.h.
5255         * lib/filename.h: Renamed from lib/pathname.h.
5256         (concatenated_filename): Renamed from concatenated_pathname.
5257         * lib/concat-filename.c: Renamed from lib/concatpath.c.
5258         (concatenated_filename): Renamed from concatenated_pathname.
5259         * lib/findprog.c: Include filename.h instead of pathname.h.
5260         (find_in_path): Update.
5261         * lib/javacomp.c: Include filename.h instead of pathname.h.
5262         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
5263         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
5264         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
5265         is_oldgcj_14_13_usable, is_javac_usable): Update.
5266         * lib/javaexec.c: Include filename.h instead of pathname.h.
5267         (execute_java_class): Update.
5268         * modules/findprog: Update.
5269         * modules/javacomp: Update.
5270         * modules/javaexec: Update.
5271         * MODULES.html.sh (File system functions): Add 'filename', remove
5272         'pathname'.
5273
5274 2007-02-25  Bruno Haible  <bruno@clisp.org>
5275
5276         * modules/printf-frexpl-tests: New file.
5277         * tests/test-printf-frexpl.c: New file.
5278
5279         * modules/printf-frexpl: New file.
5280         * lib/printf-frexpl.h: New file.
5281         * lib/printf-frexpl.c: New file.
5282         * m4/printf-frexpl.m4: New file.
5283
5284 2007-02-25  Bruno Haible  <bruno@clisp.org>
5285
5286         * modules/printf-frexp-tests: New file.
5287         * tests/test-printf-frexp.c: New file.
5288
5289         * modules/printf-frexp: New file.
5290         * lib/printf-frexp.h: New file.
5291         * lib/printf-frexp.c: New file.
5292         * m4/printf-frexp.m4: New file.
5293
5294 2007-02-25  Bruno Haible  <bruno@clisp.org>
5295
5296         Assume automake >= 1.10 for the tests.
5297         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
5298         * modules/arctwo-tests: Likewise.
5299         * modules/argp-tests: Likewise.
5300         * modules/avltree-list-tests: Likewise.
5301         * modules/avltree-oset-tests: Likewise.
5302         * modules/avltreehash-list-tests: Likewise.
5303         * modules/carray-list-tests: Likewise.
5304         * modules/crc-tests: Likewise.
5305         * modules/des-tests: Likewise.
5306         * modules/gc-arcfour-tests: Likewise.
5307         * modules/gc-arctwo-tests: Likewise.
5308         * modules/gc-des-tests: Likewise.
5309         * modules/gc-hmac-md5-tests: Likewise.
5310         * modules/gc-hmac-sha1-tests: Likewise.
5311         * modules/gc-md2-tests: Likewise.
5312         * modules/gc-md4-tests: Likewise.
5313         * modules/gc-md5-tests: Likewise.
5314         * modules/gc-pbkdf2-sha1-tests: Likewise.
5315         * modules/gc-rijndael-tests: Likewise.
5316         * modules/gc-sha1-tests: Likewise.
5317         * modules/gc-tests: Likewise.
5318         * modules/getaddrinfo-tests: Likewise.
5319         * modules/hmac-md5-tests: Likewise.
5320         * modules/hmac-sha1-tests: Likewise.
5321         * modules/linked-list-tests: Likewise.
5322         * modules/linkedhash-list-tests: Likewise.
5323         * modules/lock-tests: Likewise.
5324         * modules/md2-tests: Likewise.
5325         * modules/md4-tests: Likewise.
5326         * modules/md5-tests: Likewise.
5327         * modules/rbtree-list-tests: Likewise.
5328         * modules/rbtree-oset-tests: Likewise.
5329         * modules/rbtreehash-list-tests: Likewise.
5330         * modules/read-file-tests: Likewise.
5331         * modules/rijndael-tests: Likewise.
5332         * modules/stdint-tests: Likewise.
5333         * modules/tls-tests: Likewise.
5334
5335 2007-02-24  Bruno Haible  <bruno@clisp.org>
5336
5337         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
5338         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
5339         function; instead check whether isnan with a double argument links.
5340         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
5341         function; instead check whether isnan with a 'long double' argument
5342         links.
5343         Reported by Eric Blake <ebb9@byu.net>.
5344
5345 2007-02-24  Bruno Haible  <bruno@clisp.org>
5346
5347         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
5348         defined.
5349         * lib/isnanl.c: Remove all code. Just include isnan.c.
5350         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
5351
5352 2007-02-25  Jim Meyering  <jim@meyering.net>
5353
5354         Avoid conflicting types for 'unsetenv' on FreeBSD.
5355         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
5356         conflicting with FreeBSD's (5.0 and 6.1) function declaration
5357         in stdlib.h.
5358
5359 2007-02-24  Bruno Haible  <bruno@clisp.org>
5360
5361         * modules/isnanl-nolibm-tests: New file.
5362         * tests/test-isnanl.c: New file.
5363
5364         * modules/isnanl-nolibm: New file.
5365         * lib/isnanl.h: New file.
5366         * lib/isnanl.c: New file.
5367         * m4/isnanl.m4: New file.
5368
5369 2007-02-24  Bruno Haible  <bruno@clisp.org>
5370
5371         * modules/isnan-nolibm-tests: New file.
5372         * tests/test-isnan.c: New file.
5373
5374         * modules/isnan-nolibm: New file.
5375         * lib/isnan.h: New file.
5376         * lib/isnan.c: New file.
5377         * m4/isnan.m4: New file.
5378
5379 2007-02-24  Bruno Haible  <bruno@clisp.org>
5380
5381         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
5382         assume that an exponent fits in 20 bits.
5383
5384 2007-02-24  Jim Meyering  <jim@meyering.net>
5385
5386         * m4/regex.m4: Update the description of the configure-time option,
5387         --without-included-regex, to state accurately what the defaults are,
5388         and perhaps to give people an idea why using this option is risky.
5389
5390 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
5391
5392         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
5393         loops on small arguments.  This attempts to avoid the problem
5394         Bruno Haible reported for AIX 4.3.2 in
5395         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
5396
5397 2007-02-23  Bruno Haible  <bruno@clisp.org>
5398
5399         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
5400         Needed for help2man.
5401
5402 2007-02-23  Karl Berry  <karl@gnu.org>
5403
5404         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
5405         exists, foo.h should be cvs-ignored, not committed.
5406
5407 2007-02-23  Eric Blake  <ebb9@byu.net>
5408
5409         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
5410         * lib/stat-time.h (includes): Likewise.
5411         * lib/utimecmp.c (includes): Likewise.
5412         * lib/utimens.h (includes): Likewise.
5413         * lib/getdate.y (includes): Also include "timespec.h" for use
5414         internal to the module.
5415         * modules/utimens (Depends-on): Revert yesterday's patch.
5416         * modules/nanosleep (Depends-on): Add missing dependency.
5417
5418 2007-02-22  Bruno Haible  <bruno@clisp.org>
5419
5420         * lib/glob.c: Don't include getlogin_r.h.
5421
5422 2007-02-22  Jim Meyering  <jim@meyering.net>
5423
5424         * modules/utimens (Depends-on): Add timespec, required for
5425         utimens.h's inclusion of timespec.h.
5426
5427 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
5428
5429         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
5430         long unreadable paths in GNU/Linux.  Problem reported by Andreas
5431         Schwab in
5432         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
5433         I'll try to think of a better way to fix the Solaris problem.
5434
5435         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
5436         like glibc; on Solaris 10, it fails with errno == EINVAL.
5437         POSIX says the behavior is unspecified if the first argument is NULL,
5438         so play it safe and never pass NULL to the system getcwd.
5439
5440 2007-02-21  Jim Meyering  <jim@meyering.net>
5441
5442         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
5443         of gettimeofday.  It would conflict with the one now always
5444         provided via sys_time_.h.  Reported by Matthew Woehlke, as
5445         an IRIX 6.5 build failure.
5446
5447 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
5448
5449         Minor fixups to port to Solaris 10 with Sun C 5.8.
5450         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
5451         * modules/getcwd (Depends-on): Add dirfd.
5452         * lib/putenv.c (putenv): #undef it.
5453         (rpl_putenv): New decl.
5454         (malloc, free): Include <stdlib.h> rather than prototyping separately.
5455
5456 2007-02-20  Bruno Haible  <bruno@clisp.org>
5457
5458         * modules/stdio-tests: New file.
5459         * tests/test-stdio.c: New file.
5460
5461         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
5462         (Depends-on): Add stdio.
5463         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
5464         (Include): Use <stdio.h> instead of vsnprintf.h.
5465         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
5466         HAVE_DECL_VSNPRINTF.
5467         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
5468
5469         * modules/snprintf (Files): Remove lib/snprintf.h.
5470         (Depends-on): Add stdio.
5471         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
5472         (Include): Use <stdio.h> instead of snprintf.h.
5473         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
5474         HAVE_DECL_SNPRINTF.
5475         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
5476         * lib/getaddrinfo.c: Likewise.
5477
5478         * modules/stdio: New file.
5479         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
5480         * lib/snprintf.h: Remove file.
5481         * lib/vsnprintf.h: Remove file.
5482         * lib/.cppi-disable: Remove snprintf.h.
5483         * m4/stdio_h.m4: New file.
5484         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
5485
5486 2007-02-20  Jim Meyering  <jim@meyering.net>
5487
5488         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
5489         used by e.g., mingw.  From Bruno Haible.
5490
5491 2007-02-19  Bruno Haible  <bruno@clisp.org>
5492
5493         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
5494         warnings.
5495         Reported by Ben Pfaff <blp@cs.stanford.edu>.
5496
5497 2007-02-19  Bruno Haible  <bruno@clisp.org>
5498
5499         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
5500         from mingw users.
5501
5502 2007-02-19  Bruno Haible  <bruno@clisp.org>
5503
5504         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
5505         warnings.
5506         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
5507
5508 2007-02-19  Jim Meyering  <jim@meyering.net>
5509
5510         Don't use FD after a successful "fdopendir (fd)".
5511         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
5512         Reset it by calling dirfd on the just-obtained DIR*.
5513
5514         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
5515         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
5516
5517 2007-02-18  Bruno Haible  <bruno@clisp.org>
5518
5519         * lib/readlink.c: Include <unistd.h>.
5520         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
5521         HAVE_READLINK.
5522         * modules/readlink (Depends-on): Add unistd.
5523         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5524         (Include): Add <unistd.h>.
5525
5526         * lib/getlogin_r.h: Remove file.
5527         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
5528         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
5529         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
5530         HAVE_DECL_GETLOGIN_R.
5531         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
5532         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5533         (Include): Use <unistd.h> instead of getlogin_r.h.
5534
5535         * lib/getcwd.h: Remove file.
5536         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
5537         * lib/xgetcwd.c: Likewise.
5538         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
5539         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
5540         * modules/getcwd (Files): Remove lib/getcwd.h.
5541         (Depends-on): Add unistd.
5542         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5543         (Include): Use <unistd.h> instad of getcwd.h.
5544
5545         * lib/ftruncate.c: Include <unistd.h> first.
5546         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
5547         Set HAVE_FTRUNCATE.
5548         * modules/ftruncate (Depends-on): Add unistd.
5549         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5550
5551         * lib/fchdir.c: Include <unistd.h> first.
5552         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
5553         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
5554         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
5555         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5556         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
5557
5558         * lib/dup2.c: Include <unistd.h> first.
5559         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
5560         HAVE_DUP2.
5561         * modules/dup2 (Depends-on): Add unistd.
5562         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5563
5564         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
5565         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
5566         REPLACE_CHOWN. Don't define chown as a macro here.
5567         * modules/chown (Depends-on): Add unistd.
5568         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5569
5570         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
5571         Add definition for GL_LINK_WARNING.
5572         (chown, dup2): New declarations.
5573         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
5574         link warning.
5575         (ftruncate): New declaration.
5576         (getcwd): New declaration, taken from old getcwd.h.
5577         (getlogin_r): New declaration, taken from old getlogin_r.h.
5578         (readlink): New declaration.
5579         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
5580         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
5581         (gl_PREREQ_UNISTD): Remove macro.
5582         (gl_UNISTD_MODULE_INDICATOR): New macro.
5583         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
5584         many new variables. Don't set UNISTD_H.
5585         * modules/unistd (Description): Change.
5586         (Depends-on): Add link-warning.
5587         (configure.ac): Update.
5588         (Makefile.am): Create unistd.h always. Substitute many new variables
5589         into it.
5590
5591 2007-02-18  Bruno Haible  <bruno@clisp.org>
5592
5593         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
5594         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
5595         HAVE_GETSUBOPT.
5596         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
5597         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
5598         * lib/getsubopt.h: Remove file.
5599         * modules/getsubopt (Files): Remove lib/getsubopt.h.
5600         (Depends-on): Add stdlib.
5601         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
5602         (Includes): Use <stdlib.h> instead of getsubopt.h.
5603         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
5604         Set HAVE_GETSUBOPT.
5605         * lib/getsubopt.c: Don't include getsubopt.h.
5606
5607 2007-02-18  Bruno Haible  <bruno@clisp.org>
5608
5609         * modules/fchdir (Depends-on): Add dup2.
5610
5611 2007-02-18  Bruno Haible  <bruno@clisp.org>
5612
5613         * lib/stdlib_.h: Handle glibc's special invocation convention
5614         specially.
5615
5616 2007-02-18  Bruno Haible  <bruno@clisp.org>
5617
5618         * modules/stdlib-tests: New file.
5619         * tests/test-stdlib.c: New file.
5620
5621         * modules/mkstemp (Files): Remove lib/mkstemp.h.
5622         (Depends-on): Add stdlib.
5623         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
5624         (Includes): Use <stdlib.h> instead of mkstemp.h.
5625         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
5626         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
5627         * lib/mkstemp.c: Don't include mkstemp.h.
5628         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
5629         * lib/stdlib--.h: Don't include mkstemp.h.
5630
5631         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
5632         (Depends-on): Add stdlib.
5633         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
5634         (Includes): Use <stdlib.h> instead of mkdtemp.h.
5635         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
5636         HAVE_MKDTEMP.
5637         * lib/mkdtemp.c: Don't include mkdtemp.h.
5638         * lib/clean-temp.c: Don't include mkdtemp.h.
5639
5640         * modules/exit (Files): Remove lib/exit.h.
5641         (Depends-on): Add stdlib.
5642         (Makefile.am): Remove lib_SOURCES.
5643         (Include): Use <stdlib.h> instead of exit.h.
5644         * lib/argmatch.c: Don't include exit.h.
5645         * lib/execute.c: Likewise.
5646         * lib/pagealign_alloc.c: Likewise.
5647         * lib/pipe.c: Likewise.
5648         * lib/wait-process.c: Likewise.
5649         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
5650         * lib/exitfail.c: Likewise.
5651         * lib/savewd.c: Likewise.
5652         * lib/xsetenv.c: Likewise.
5653
5654         * modules/stdlib: New file.
5655         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
5656         and extra comments about mkstemp().
5657         * lib/exit.h: Remove file.
5658         * lib/mkdtemp.h: Remove file.
5659         * lib/mkstemp.h: Remove file.
5660         * m4/stdlib_h.m4: New file.
5661         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
5662
5663 2007-02-18  Bruno Haible  <bruno@clisp.org>
5664
5665         * modules/math-tests: New file.
5666         * tests/test-math.c: New file.
5667
5668         * modules/math: New file.
5669         * modules/mathl (Files): Remove lib/mathl.h.
5670         (Depends-on): Add math.
5671         (Makefile.am): Don't mention mathl.h.
5672         (Include): Use <math.h> instead of mathl.h.
5673         * lib/math_.h: New file.
5674         * lib/mathl.h: Remove file.
5675         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
5676         mathl.h.
5677         * lib/asinl.c: Likewise.
5678         * lib/atanl.c: Likewise.
5679         * lib/ceill.c: Likewise.
5680         * lib/cosl.c: Likewise.
5681         * lib/expl.c: Likewise.
5682         * lib/floorl.c: Likewise.
5683         * lib/frexpl.c: Likewise.
5684         * lib/ldexpl.c: Likewise.
5685         * lib/logl.c: Likewise.
5686         * lib/sincosl.c: Likewise.
5687         * lib/sinl.c: Likewise.
5688         * lib/sqrtl.c: Likewise.
5689         * lib/tanl.c: Likewise.
5690         * lib/trigl.c: Likewise.
5691         * m4/math_h.m4: New file.
5692         * MODULES.html.sh (Mathematics): Add math.
5693
5694 2007-02-17  Bruno Haible  <bruno@clisp.org>
5695
5696         * modules/wctype-tests: New file.
5697         * tests/test-wctype.c: New file.
5698
5699         * modules/wchar-tests: New file.
5700         * tests/test-wchar.c: New file.
5701
5702         * modules/unistd-tests: New file.
5703         * tests/test-unistd.c: New file.
5704
5705         * modules/time-tests: New file.
5706         * tests/test-time.c: New file.
5707
5708         * modules/sysexits-tests: New file.
5709         * tests/test-sysexits.c: New file.
5710
5711         * modules/sys_time-tests: New file.
5712         * tests/test-sys_time.c: New file.
5713
5714         * modules/sys_stat-tests: New file.
5715         * tests/test-sys_stat.c: New file.
5716
5717         * modules/sys_socket-tests: New file.
5718         * tests/test-sys_socket.c: New file.
5719
5720         * modules/sys_select-tests: New file.
5721         * tests/test-sys_select.c: New file.
5722
5723         * modules/string-tests: New file.
5724         * tests/test-string.c: New file.
5725
5726         * modules/stdbool-tests: New file.
5727         * tests/test-stdbool.c: New file.
5728
5729         * modules/netinet_in-tests: New file.
5730         * tests/test-netinet_in.c: New file.
5731
5732         * modules/inttypes-tests: New file.
5733         * tests/test-inttypes.c: New file.
5734
5735         * modules/fcntl-tests: New file.
5736         * tests/test-fcntl.c: New file.
5737
5738         * modules/byteswap-tests: New file.
5739         * tests/test-byteswap.c: New file.
5740
5741         * modules/arpa_inet-tests: New file.
5742         * tests/test-arpa_inet.c: New file.
5743
5744 2007-02-17  Bruno Haible  <bruno@clisp.org>
5745
5746         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
5747         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
5748         if the corresponding module is not enabled. Emit link warnings if
5749         the function is used nevertheless.
5750         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
5751         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
5752         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
5753         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
5754         * modules/inttypes (Depends-on): Add link-warning.
5755         (Makefile.am): Copy the contents of build-aux/link-warning.h into
5756         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
5757         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
5758         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
5759         * modules/imaxdiv (configure.ac): Likewise.
5760         * modules/strtoimax (configure.ac): Likewise.
5761         * modules/strtoumax (configure.ac): Likewise.
5762
5763 2007-02-17  Bruno Haible  <bruno@clisp.org>
5764
5765         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
5766         gl_STRING_MODULE_INDICATOR_DEFAULTS.
5767         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
5768         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
5769
5770 2007-02-17  Bruno Haible  <bruno@clisp.org>
5771
5772         * modules/link-warning: New file.
5773         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
5774         * lib/string_.h (GL_LINK_WARNING): Remove definition.
5775         * modules/string (Depends-on): Add link-warning.
5776         (Makefile.am): Copy the contents of build-aux/link-warning.h into
5777         string.h.
5778         * MODULES.html.sh (Support for building libraries and executables): Add
5779         link-warning.
5780
5781 2007-02-17  Bruno Haible  <bruno@clisp.org>
5782
5783         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
5784         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
5785         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
5786         long lines.
5787
5788 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
5789             Bruno Haible  <bruno@clisp.org>
5790
5791         * modules/tmpfile: New file.
5792         * lib/tmpfile.c: New file.
5793         * m4/tmpfile.m4: New file.
5794         * MODULES.html.sh (func_all_modules): New section "Input/output".
5795
5796 2007-02-15  Bruno Haible  <bruno@clisp.org>
5797
5798         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
5799         (supports_delete_on_close): New function.
5800         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
5801
5802 2007-02-14  Bruno Haible  <bruno@clisp.org>
5803
5804         * modules/mbspcasecmp-tests: New file.
5805         * tests/test-mbspcasecmp.sh: New file.
5806         * tests/test-mbspcasecmp.c: New file.
5807
5808         New module mbspcasecmp.
5809         * modules/mbspcasecmp: New file.
5810         * lib/mbspcasecmp.c: New file.
5811         * lib/string_.h (strncasecmp): Change warning message.
5812         (mbspcasecmp): New declaration.
5813         * m4/mbspcasecmp.m4: New file.
5814         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5815         GNULIB_MBSPCASECMP.
5816         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
5817         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
5818
5819 2007-02-14  Bruno Haible  <bruno@clisp.org>
5820
5821         * modules/mbsncasecmp-tests: New file.
5822         * tests/test-mbsncasecmp.sh: New file.
5823         * tests/test-mbsncasecmp.c: New file.
5824
5825         New module mbsncasecmp.
5826         * modules/mbsncasecmp: New file.
5827         * lib/mbsncasecmp.c: New file.
5828         * lib/string_.h (mbsncasecmp): New declaration.
5829         * m4/mbsncasecmp.m4: New file.
5830         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
5831         GNULIB_MBSNCASECMP.
5832         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
5833         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
5834
5835 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
5836
5837         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
5838         Verify that it doesn't overlap with our flags.
5839         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
5840         do not have the desired effect in multibyte locales; instead, use
5841         mbscasecmp.
5842         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
5843         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
5844         we don't require GNU fnmatch ourselves (if our users require it, they
5845         should do so explicitly).
5846
5847         Fix regex code so it doesn't rely on strcasecmp.
5848         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
5849         Otherwise, include gnulib's langinfo.h.
5850         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
5851         undesirable behavior in non-C locales.  Instead, rely on localecharset.
5852         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
5853         * modules/regex (FILES): Remove m4/codeset.m4.
5854         (Depends-on): Add localcharset.  Remove strcase.
5855
5856 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5857
5858         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
5859         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
5860
5861 2007-02-13  Bruno Haible  <bruno@clisp.org>
5862
5863         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
5864         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
5865
5866 2007-02-12  Bruno Haible  <bruno@clisp.org>
5867
5868         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
5869         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
5870         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
5871         time warning rather than a link error.
5872
5873 2007-02-12  Bruno Haible  <bruno@clisp.org>
5874
5875         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
5876         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
5877         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
5878
5879 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
5880
5881         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
5882         args, not 2.
5883
5884 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
5885
5886         New module 'time', so that apps can include <time.h> as per
5887         POSIX and GNU instead of separate include files like time_r.h
5888         and timegm.h.  This implementation tries out a simpler approach
5889         for replacing decls in standard include files (as compared to
5890         the string module), somewhat as an experiment.
5891
5892         * config/srclist.txt: Comment out mktime.c for now.
5893         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
5894         since it doesn't apply any more.  Use generic wording instead.
5895         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
5896         'time'.
5897         * lib/time_.h, m4/time_h.m4, modules/time: New files.
5898         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
5899         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
5900         Don't include <sys/types.h>; no longer needed since we assume C89.
5901         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
5902         * lib/strftime.c: Likewise.
5903         * lib/time_r.c: Likewise.
5904         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
5905         * lib/nanosleep.c: Include <time.h> first, to check interface.
5906         * lib/strptime.c: Likewise.
5907         * lib/time_r.c: Likewise.
5908         * lib/timegm.c: Likewise.
5909         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
5910         needed.
5911         * lib/timegm.c: Don't include timegm.h; no longer needed.
5912         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
5913         time.h now handles any problems in that area.
5914         (struct timespec, nanosleep): Remove; time.h now arranges for these.
5915         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
5916         that time.h defines struct timespec.
5917         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
5918         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
5919         handles that.
5920         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
5921         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
5922         needed.  Set REPLACE_LOCALTIME.
5923         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
5924         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
5925         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
5926         nanosleep; time_h.m4 now does that.  Don't require
5927         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
5928         module handles this now.
5929         * modules/getdate (Depends-on): Remove timespec.  Add time.
5930         * modules/nanosleep (Depends-on): Likewise.
5931         * modules/stat-time (Depends-on): Likewise.
5932         * modules/nanosleep (Include): Include time.h, not timespec.h.
5933         * modules/strptime (Files): Remove lib/strptime.h.
5934         (Depends-on): Add extensions, time.
5935         (Include): Include time.h, not strptime.h.
5936         * modules/time_r (Files): Remove lib/time_r.h.
5937         (Depends-on): Add time.
5938         (Include): Include time.h, not time_r.h.
5939         * modules/timegm: Likewise.
5940         * modules/timespec (Description): Now does timespec-related decls
5941         of our own, instead of struct timespec itself.
5942         (Depends-on): Add time; remove extensions.
5943         (Maintainer): Add self.
5944         * modules/utimecmp (Depends-on): Add time; remove timespec.
5945         * modules/utimens (Depends-on): Likewise.
5946         * modules/xnanosleep (Depends-on): Likewise.
5947
5948 2007-02-11  Bruno Haible  <bruno@clisp.org>
5949
5950         * lib/c-strstr.c: Include allocsa.h.
5951         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
5952         * lib/c-strcasestr.c: Include allocsa.h.
5953         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
5954         * lib/strcasestr.c: Include allocsa.h.
5955         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
5956         * lib/mbsstr.c: Include allocsa.h.
5957         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
5958         allocsa/freesa instead of malloc/free.
5959         * lib/mbscasestr.c: Include allocsa.h.
5960         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
5961         allocsa/freesa instead of malloc/free.
5962         * modules/c-strstr (Depends-on): Add allocsa.
5963         * modules/c-strcasestr (Depends-on): Likewise.
5964         * modules/strcasestr (Depends-on): Likewise.
5965         * modules/mbsstr (Depends-on): Likewise.
5966         * modules/mbscasestr (Depends-on): Likewise.
5967
5968 2007-02-11  Bruno Haible  <bruno@clisp.org>
5969
5970         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
5971
5972         * modules/mbsspn-tests: New file.
5973         * tests/test-mbsspn.sh: New file.
5974         * tests/test-mbsspn.c: New file.
5975
5976 2007-02-11  Bruno Haible  <bruno@clisp.org>
5977
5978         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
5979
5980         * modules/mbspbrk-tests: New file.
5981         * tests/test-mbspbrk.sh: New file.
5982         * tests/test-mbspbrk.c: New file.
5983
5984 2007-02-11  Bruno Haible  <bruno@clisp.org>
5985
5986         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
5987         unneeded cast.
5988
5989         * modules/mbscspn-tests: New file.
5990         * tests/test-mbscspn.sh: New file.
5991         * tests/test-mbscspn.c: New file.
5992
5993 2007-02-11  Bruno Haible  <bruno@clisp.org>
5994
5995         * modules/mbscasecmp-tests: New file.
5996         * tests/test-mbscasecmp.sh: New file.
5997         * tests/test-mbscasecmp.c: New file.
5998
5999 2007-02-11  Bruno Haible  <bruno@clisp.org>
6000
6001         Ensure O(n) worst-case complexity of mbscasestr.
6002         * lib/mbscasestr.c: Include stdbool.h.
6003         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
6004         functions.
6005         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
6006         the bookkeeping indicates that it's worth it.
6007         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
6008
6009         * modules/mbscasestr-tests: New file.
6010         * tests/test-mbscasestr1.c: New file.
6011         * tests/test-mbscasestr2.sh: New file.
6012         * tests/test-mbscasestr2.c: New file.
6013         * tests/test-mbscasestr3.sh: New file.
6014         * tests/test-mbscasestr3.c: New file.
6015         * tests/test-mbscasestr4.sh: New file.
6016         * tests/test-mbscasestr4.c: New file.
6017         * m4/locale-tr.m4: New file.
6018
6019 2007-02-11  Bruno Haible  <bruno@clisp.org>
6020
6021         Ensure O(n) worst-case complexity of mbsstr.
6022         * lib/mbsstr.c: Include stdbool.h.
6023         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
6024         functions.
6025         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
6026         bookkeeping indicates that it's worth it.
6027         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
6028
6029         * modules/mbsstr-tests: New file.
6030         * tests/test-mbsstr1.c: New file.
6031         * tests/test-mbsstr2.sh: New file.
6032         * tests/test-mbsstr2.c: New file.
6033         * tests/test-mbsstr3.sh: New file.
6034         * tests/test-mbsstr3.c: New file.
6035         * m4/locale-fr.m4: New file.
6036
6037 2007-02-11  Bruno Haible  <bruno@clisp.org>
6038
6039         * lib/mbsrchr.c (mbsrchr): Fix bug.
6040
6041         * modules/mbsrchr-tests: New file.
6042         * tests/test-mbsrchr.sh: New file.
6043         * tests/test-mbsrchr.c: New file.
6044
6045 2007-02-11  Bruno Haible  <bruno@clisp.org>
6046
6047         * lib/mbschr.c (mbschr): Fix bug.
6048
6049         * modules/mbschr-tests: New file.
6050         * tests/test-mbschr.sh: New file.
6051         * tests/test-mbschr.c: New file.
6052         * m4/locale-zh.m4: New file.
6053
6054 2007-02-11  Bruno Haible  <bruno@clisp.org>
6055
6056         Support for copying multibyte string iterators.
6057         * lib/mbiter.h: Include <string.h>.
6058         (mbiter_multi_copy): New function.
6059         (mbi_copy): New macro.
6060         * lib/mbuiter.h: Include <string.h>.
6061         (mbuiter_multi_copy): New function.
6062         (mbui_copy): New macro.
6063
6064 2007-02-11  Bruno Haible  <bruno@clisp.org>
6065
6066         New module mbslen.
6067         * modules/mbslen: New file.
6068         * lib/mbslen.c: New file.
6069         * lib/string_.h (mbslen): New declaration.
6070         * m4/mbslen.m4: New file.
6071         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6072         GNULIB_MBSLEN.
6073         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
6074         * MODULES.html.sh (Internationalization functions): Add mbslen.
6075
6076 2007-02-11  Bruno Haible  <bruno@clisp.org>
6077
6078         Ensure O(n) worst-case complexity of strcasestr substitute.
6079         * lib/strcasestr.c: Include stdbool.h.
6080         (knuth_morris_pratt): New function.
6081         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
6082         bookkeeping indicates that it's worth it.
6083         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
6084
6085         * modules/strcasestr-tests: New file.
6086         * tests/test-strcasestr.c: New file.
6087
6088 2007-02-11  Bruno Haible  <bruno@clisp.org>
6089
6090         Ensure O(n) worst-case complexity of c_strcasestr.
6091         * lib/c-strcasestr.c: Include stdbool.h, string.h.
6092         (knuth_morris_pratt): New function.
6093         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
6094         the bookkeeping indicates that it's worth it.
6095         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
6096
6097         * modules/c-strcasestr-tests: New file.
6098         * tests/test-c-strcasestr.c: New file.
6099
6100 2007-02-11  Bruno Haible  <bruno@clisp.org>
6101
6102         Ensure O(n) worst-case complexity of c_strstr.
6103         * lib/c-strstr.c: Include stdbool.h, string.h.
6104         (knuth_morris_pratt): New function.
6105         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
6106         bookkeeping indicates that it's worth it.
6107         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
6108
6109         * lib/c-strstr.c: Complete rewrite for maintainability.
6110
6111         * modules/c-strstr-tests: New file.
6112         * tests/test-c-strstr.c: New file.
6113
6114 2007-02-11  Bruno Haible  <bruno@clisp.org>
6115
6116         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
6117         5.2.1 and earlier, whereby \055 was treated just like the range
6118         delimiter '-'.
6119         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
6120
6121 2007-02-08  Bruno Haible  <bruno@clisp.org>
6122
6123         * modules/regex (Depends-on): Add stdbool.
6124         Reported by Dalibor Topic <robilad@kaffe.org>.
6125
6126 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
6127
6128         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
6129         Prefer returning from main to exiting from it.
6130         Remove unnecessary parens after sizeof.
6131
6132 2007-02-05  Bruno Haible  <bruno@clisp.org>
6133
6134         New module mbssep.
6135         * modules/mbssep: New file.
6136         * lib/mbssep.c: New file.
6137         * lib/string_.h (strsep): Add a conditional link warning.
6138         (mbssep): New declaration.
6139         * m4/mbssep.m4: New file.
6140         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6141         GNULIB_MBSSEP.
6142         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
6143         * MODULES.html.sh (Internationalization functions): Add mbssep.
6144
6145 2007-02-05  Bruno Haible  <bruno@clisp.org>
6146
6147         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
6148         Optimize search in case of 1 delimiter.
6149
6150 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
6151
6152         * lib/acl.h: Include sys/types.h before sys/acl.h.
6153
6154 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
6155
6156         Merge upstream fix for glibc bugzilla #3957:
6157
6158         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
6159
6160         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
6161         bit for RE_HAT_LISTS_NOT_NEWLINE.
6162         (build_charclass_op): Remove bogus comment.
6163
6164 2007-02-05  Simon Josefsson  <simon@josefsson.org>
6165
6166         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
6167
6168 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
6169
6170         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
6171         * lib/memmem.c [!defined _LIBC]: Include config.h.
6172
6173 2007-02-04  Bruno Haible  <bruno@clisp.org>
6174
6175         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
6176         warning message.
6177
6178 2007-02-04  Bruno Haible  <bruno@clisp.org>
6179
6180         New module mbstok_r.
6181         * modules/mbstok_r: New file.
6182         * lib/mbstok_r.c: New file.
6183         * lib/string_.h (strtok_r): Change argument names to match the
6184         comments. Add a conditional link warning.
6185         (mbstok_r): New declaration.
6186         * m4/mbstok_r.m4: New file.
6187         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6188         GNULIB_MBSTOK_R.
6189         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
6190         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
6191
6192 2007-02-04  Bruno Haible  <bruno@clisp.org>
6193
6194         New module mbsspn.
6195         * modules/mbsspn: New file.
6196         * lib/mbsspn.c: New file.
6197         * lib/string_.h (strspn): Add a conditional link warning.
6198         (mbsspn): New declaration.
6199         * m4/mbsspn.m4: New file.
6200         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6201         GNULIB_MBSSPN.
6202         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
6203         * MODULES.html.sh (Internationalization functions): Add mbsspn.
6204
6205 2007-02-04  Bruno Haible  <bruno@clisp.org>
6206
6207         New module mbspbrk.
6208         * modules/mbspbrk: New file.
6209         * lib/mbspbrk.c: New file.
6210         * lib/string_.h (strpbrk): Add a conditional link warning.
6211         (mbspbrk): New declaration.
6212         * m4/mbspbrk.m4: New file.
6213         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6214         GNULIB_MBSPBRK.
6215         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
6216         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
6217
6218 2007-02-04  Bruno Haible  <bruno@clisp.org>
6219
6220         New module mbscspn.
6221         * modules/mbscspn: New file.
6222         * lib/mbscspn.c: New file.
6223         * lib/string_.h (strcspn): Add a conditional link warning.
6224         (mbscspn): New declaration.
6225         * m4/mbscspn.m4: New file.
6226         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6227         GNULIB_MBSCSPN.
6228         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
6229         * MODULES.html.sh (Internationalization functions): Add mbscspn.
6230
6231 2007-02-04  Bruno Haible  <bruno@clisp.org>
6232
6233         New module mbscasestr, reduced goal of strcasestr.
6234         * modules/mbscasestr: New file.
6235         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
6236         (mbscasestr): Renamed from strcasestr.
6237         * lib/strcasestr.c: Don't include mbuiter.h.
6238         (strcasestr): Remove support for multibyte locales.
6239         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
6240         Change the conditional link warning.
6241         (mbscasestr): New declaration.
6242         * m4/mbscasestr.m4: New file.
6243         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
6244         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
6245         REPLACE_STRCASESTR.
6246         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
6247         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
6248         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
6249         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
6250         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
6251         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
6252         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
6253         (Depends-on): Remove mbuiter.
6254         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
6255
6256 2007-02-04  Bruno Haible  <bruno@clisp.org>
6257
6258         Simplify handling of strncasecmp.
6259         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
6260         the conditional link warning.
6261         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
6262         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
6263         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
6264         * modules/strcase (configure.ac): Don't invoke
6265         gl_STRING_MODULE_INDICATOR.
6266         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
6267
6268 2007-02-04  Bruno Haible  <bruno@clisp.org>
6269
6270         New module mbscasecmp, reduced goal of strcasecmp.
6271         * modules/mbscasecmp: New file.
6272         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
6273         (mbscasecmp): Renamed from strcasecmp.
6274         * lib/strcasecmp.c: Don't include mbuiter.h.
6275         (strcasecmp): Remove support for multibyte locales.
6276         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
6277         Change the conditional link warning.
6278         (mbscasecmp): New declaration.
6279         * m4/mbscasecmp.m4: New file.
6280         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
6281         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
6282         REPLACE_STRCASECMP.
6283         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
6284         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6285         GNULIB_MBSCASECMP.
6286         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
6287         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
6288         * modules/strcase (Files): Remove m4/mbrtowc.m4.
6289         (Depends-on): Remove mbuiter.
6290         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
6291
6292 2007-02-04  Bruno Haible  <bruno@clisp.org>
6293
6294         New module mbsstr. Remove module strstr.
6295         * modules/mbsstr: New file.
6296         * modules/strstr: Remove file.
6297         * lib/mbsstr.c: Renamed from lib/strstr.c.
6298         (mbsstr): Renamed from strstr.
6299         * lib/string_.h (strstr): Remove declaration. Change the conditional
6300         link warning.
6301         (mbsstr): New declaration.
6302         * m4/mbsstr.m4: New file.
6303         * m4/strstr.m4: Remove file.
6304         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
6305         REPLACE_STRSTR.
6306         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
6307         Don't initialize GNULIB_STRSTR.
6308         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
6309         substitute GNULIB_STRSTR and REPLACE_STRSTR.
6310         * MODULES.html.sh (Internationalization functions): Add mbsstr.
6311         (Support for systems lacking ANSI C 89): Remove strstr.
6312
6313 2007-02-04  Bruno Haible  <bruno@clisp.org>
6314
6315         New module mbsrchr.
6316         * modules/mbsrchr: New file.
6317         * lib/mbsrchr.c: New file.
6318         * lib/string_.h (strrchr): Add a conditional link warning.
6319         (mbsrchr): New declaration.
6320         * m4/mbsrchr.m4: New file.
6321         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6322         GNULIB_MBSRCHR.
6323         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
6324         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
6325
6326 2007-02-04  Bruno Haible  <bruno@clisp.org>
6327
6328         New module mbschr.
6329         * modules/mbschr: New file.
6330         * lib/mbschr.c: New file.
6331         * lib/string_.h (strchr): Add a conditional link warning.
6332         (mbschr): New declaration.
6333         * m4/mbschr.m4: New file.
6334         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6335         GNULIB_MBSCHR.
6336         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
6337         * MODULES.html.sh (Internationalization functions): Add mbschr.
6338
6339 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
6340
6341         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
6342
6343         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
6344
6345 2007-02-04  Bruno Haible  <bruno@clisp.org>
6346
6347         New module description section 'configure.ac-early'.
6348         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
6349         (func_get_autoconf_early_snippet): New function.
6350         (func_import, func_create_testdir): Use it. Remove special cases for
6351         modules 'extensions' and 'lock'.
6352         * modules/extensions (configure.ac-early): Require
6353         gl_USE_SYSTEM_EXTENSIONS.
6354         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
6355
6356 2007-02-04  Bruno Haible  <bruno@clisp.org>
6357
6358         Make use of gcj-4.3's -fsource and -ftarget option.
6359         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
6360         and if so try the options -fsource and -ftarget.
6361         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
6362         source_version, ftarget_option, target_version arguments.
6363         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
6364         (is_envjavac_oldgcj_14_14_usable): Renamed from
6365         is_envjavac_gcj_14_14_usable.
6366         (is_envjavac_oldgcj_14_13_usable): Renamed from
6367         is_envjavac_gcj_14_13_usable.
6368         (is_gcj_present): Update.
6369         (is_gcj_43, is_gcj43_usable): New functions.
6370         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
6371         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
6372         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
6373         try the options -fsource and -ftarget.
6374
6375 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
6376
6377         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
6378         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
6379         larger value.
6380
6381 2007-02-03  Jim Meyering  <jim@meyering.net>
6382
6383         Give tools a better chance to allocate space for very large buffers.
6384         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
6385
6386         Make pwd and readlink work also when run with an unreadable parent dir
6387         on systems with openat support.
6388         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
6389         provided getcwd function, even when we have openat support.
6390         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
6391
6392 2007-02-02  Bruno Haible  <bruno@clisp.org>
6393
6394         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
6395         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
6396         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
6397         portability problems if one of these functions is only used on specific
6398         platforms.
6399         Reported by Paul Eggert.
6400
6401 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
6402
6403         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
6404         is causing more trouble than it's curing.
6405         * lib/regex_internal.h (__mempcpy): Remove.
6406         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
6407         (and make the code a tad smaller to boot).
6408         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
6409
6410 2007-02-02  Jim Meyering  <jim@meyering.net>
6411
6412         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
6413         section, not in the Makefile.am: one.
6414
6415 2007-02-02  Eric Blake  <ebb9@byu.net>
6416
6417         * lib/strchrnul.c: Always include config.h first.
6418
6419         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
6420         gnulib strstr is not necessary here.
6421
6422 2007-02-02  Simon Josefsson  <simon@josefsson.org>
6423
6424         * m4/socklen.m4: Fix typo.
6425
6426 2007-02-02  Eric Blake  <ebb9@byu.net>
6427
6428         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
6429         * modules/netinet_in (Makefile.am): Likewise.
6430
6431 2007-02-01  Bruno Haible  <bruno@clisp.org>
6432
6433         * lib/string_.h (GL_LINK_WARNING): New macro.
6434         (strcasecmp, strstr, strcasestr): If provided by the system,
6435         conditionally define as a macro that leads to a warning instead of to
6436         an error.
6437         (strncasecmp): Conditionally define as a macro that leads to a warning.
6438
6439 2007-02-01  Karl Berry  <karl@gnu.org>
6440
6441         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
6442
6443 2007-02-01  Bruno Haible  <bruno@clisp.org>
6444
6445         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
6446         renamings.
6447
6448 2007-02-01  Eric Blake  <ebb9@byu.net>
6449
6450         * modules/regex (Depends-on): Revert dependence on mempcpy.
6451         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
6452         module's definition of mempcpy.
6453         Reported by Paul Eggert.
6454
6455 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
6456
6457         * lib/string_.h: If the gnulib module XYZ is not present, undefine
6458         the symbol XYZ before redefining it.  This fixes a problem with
6459         programs that don't use XYZ, when compiled on systems that define
6460         XYZ to something else.
6461
6462 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
6463
6464         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
6465         occurs when "mkdir -m foo" creates a setgid directory that is (1)
6466         writeable to group or other and (2) is intended to have a special
6467         mode bit that is set or cleared.  In such a case, the directory
6468         should be neither group- nor other-writeable until the special
6469         mode bits are right.
6470
6471 2007-01-31  Eric Blake  <ebb9@byu.net>
6472
6473         * modules/mountlist (Depends-on): Add strstr.
6474
6475         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
6476         bug.
6477         * modules/string (Makefile.am): Remove redundant replacement.
6478         * modules/regex (Depends-on): Add mempcpy.
6479
6480 2007-01-31  Bruno Haible  <bruno@clisp.org>
6481
6482         New module description field 'Link'.
6483         * gnulib-tool (func_usage): Document --extract-link-directive.
6484         (sed_extract_prog): Recognize 'Link' directive.
6485         (func_get_link_directive): New function.
6486         (func_import): Show summary of link directives.
6487         Handle --extract-link-directive option.
6488         * modules/acl (Link): New section.
6489         * modules/clock-time (Link): New section.
6490         * modules/euidaccess (Link): New section.
6491         * modules/gettext (Link): New section.
6492         * modules/iconv (Link): New section.
6493         * modules/lock (Link): New section.
6494         * modules/nanosleep (Link): New section.
6495         * modules/readline (Link): New section.
6496
6497 2007-01-27  Bruno Haible  <bruno@clisp.org>
6498
6499         Enforce the use of gnulib modules for unportable <string.h> functions.
6500         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
6501         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
6502         (gl_HEADER_STRING_H_BODY): Require it.
6503         * lib/string_.h: If the gnulib module XYZ is not present, redefine
6504         the symbol XYZ to one that gives a link error.
6505         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
6506         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
6507         * modules/mempcpy (configure.ac): Likewise.
6508         * modules/memrchr (configure.ac): Likewise.
6509         * modules/stpcpy (configure.ac): Likewise.
6510         * modules/stpncpy (configure.ac): Likewise.
6511         * modules/strcase (configure.ac): Likewise.
6512         * modules/strcasestr (configure.ac): Likewise.
6513         * modules/strchrnul (configure.ac): Likewise.
6514         * modules/strdup (configure.ac): Likewise.
6515         * modules/strndup (configure.ac): Likewise.
6516         * modules/strnlen (configure.ac): Likewise.
6517         * modules/strpbrk (configure.ac): Likewise.
6518         * modules/strsep (configure.ac): Likewise.
6519         * modules/strstr (configure.ac): Likewise.
6520         * modules/strtok_r (configure.ac): Likewise.
6521
6522 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
6523
6524         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
6525
6526 2007-01-30  Jim Meyering  <jim@meyering.net>
6527
6528         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
6529
6530 2007-01-29  Bruno Haible  <bruno@clisp.org>
6531
6532         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
6533         * lib/execute.c: Likewise.
6534         * lib/pipe.c: Likewise.
6535         * lib/printf-args.h: Likewise.
6536         * lib/printf-args.c: Likewise.
6537         * lib/printf-parse.c: Likewise.
6538         * lib/vasnprintf.c: Likewise.
6539
6540 2007-01-29  Eric Blake  <ebb9@byu.net>
6541
6542         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
6543         declaration.
6544
6545 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
6546
6547         * lib/strptime.h (strptime): Use 'restrict' for args where
6548         POSIX requires this.
6549         * lib/strptime.c (strptime): Likewise.
6550         Change license notice from LGPL to GPL, since gnulib-tool will
6551         change this as needed.
6552         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
6553         defined.
6554         Include "strptime.h" first, to check interface.
6555         Do not #undef _LIBC and _NL_CURRENT.
6556         Do not include <stdlib.h>; no longer needed.
6557         Include "time_r.h" and declare ptime_locale_status
6558         only if _LIBC is not defined.
6559         (__P): Remove unused macro.
6560         (match_string): Bring back glibc version, but use it only if _LIBC
6561         is defined.
6562         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
6563         Remove unnecessary assertion and abort() call.
6564         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
6565         * m4/strptime.m4: Fix serial number comment.
6566         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
6567         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
6568         (Depends-on): Add time_r.
6569
6570 2007-01-29  Bruno Haible  <bruno@clisp.org>
6571
6572         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
6573         strptime.
6574         * modules/strptime (Depends-on): Add stdbool.
6575         * lib/strptime.h: Include <time.h> always. Add comments.
6576
6577 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
6578
6579         * modules/strptime: New file.
6580         * lib/strptime.h: New file.
6581         * lib/strptime.c: New file.
6582         * m4/strptime.m4: New file.
6583
6584 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
6585
6586         * MODULES.html.sh: New module mpsort.
6587         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
6588
6589         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
6590         a circularity problem with HP-UX ia64 reported by Bob Proulx in
6591         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
6592         All uses changed.
6593         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
6594         All uses changed.
6595         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
6596         to _Restrict_.
6597         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
6598         the parameter matches the prototype.
6599
6600 2007-01-28  Jim Meyering  <jim@meyering.net>
6601
6602         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
6603         sys/time.h here, reverting that part of the previous patch:
6604         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
6605
6606 2007-01-28  Bruno Haible  <bruno@clisp.org>
6607
6608         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
6609         value of $(SYS_TIME_H).
6610         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
6611         remove it conditionally, too. [added by Jim Meyering]
6612         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
6613         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
6614         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
6615         GETTIMEOFDAY_REPLACEMENT to 1.
6616
6617 2007-01-28  Bruno Haible  <bruno@clisp.org>
6618
6619         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
6620         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
6621         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
6622         Set UNISTD_H instead of UNISTD_H2.
6623         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
6624
6625 2007-01-28  Bruno Haible  <bruno@clisp.org>
6626
6627         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
6628         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
6629
6630 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6631
6632         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
6633         (func_create_testdir): Ensure C locale for `grep' and `tr'
6634         character ranges.
6635         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
6636         ACLOCAL_AMFLAGS parsing state machine.
6637
6638 2007-01-27  Bruno Haible  <bruno@clisp.org>
6639
6640         * modules/unistr/base: Update.
6641
6642 2007-01-27  Bruno Haible  <bruno@clisp.org>
6643
6644         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
6645         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
6646         * modules/unistr/u32-mbtouc-unsafe: Renamed from
6647         modules/unistr/u32-mbtouc.
6648         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
6649         * lib/unistr.h: Update.
6650         * lib/linebreak.c: Update.
6651         * modules/unistr/u32-mbtouc: Renamed from
6652         modules/unistr/u32-mbtouc-safe.
6653         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
6654         * lib/unistr.h: Update.
6655         * lib/unistr/u32-to-u8.c: Update.
6656         * lib/unistr/u32-to-u16.c: Update.
6657
6658 2007-01-27  Bruno Haible  <bruno@clisp.org>
6659
6660         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
6661         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
6662         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
6663         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
6664         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
6665         * modules/unistr/u16-mbtouc-unsafe: Renamed from
6666         modules/unistr/u16-mbtouc.
6667         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
6668         * lib/unistr.h: Update.
6669         * lib/linebreak.c: Update.
6670         * modules/linebreak: Update.
6671         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
6672         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
6673         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
6674         * modules/unistr/u16-mbtouc: Renamed from
6675         modules/unistr/u16-mbtouc-safe.
6676         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
6677         * lib/unistr.h: Update.
6678         * lib/unistr/u16-to-u8.c: Update.
6679         * modules/unistr/u16-to-u8: Update.
6680         * lib/unistr/u16-to-u32.c: Update.
6681         * modules/unistr/u16-to-u32: Update.
6682
6683 2007-01-27  Bruno Haible  <bruno@clisp.org>
6684
6685         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
6686         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
6687         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
6688         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
6689         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
6690         * modules/unistr/u8-mbtouc-unsafe: Renamed from
6691         modules/unistr/u8-mbtouc.
6692         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
6693         * lib/unistr.h: Update.
6694         * lib/striconveh.c: Update.
6695         * modules/striconveh: Update.
6696         * lib/linebreak.c: Update.
6697         * modules/linebreak: Update.
6698         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
6699         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
6700         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
6701         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
6702         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
6703         * lib/unistr.h: Update.
6704         * lib/striconveh.c: Update.
6705         * modules/striconveh: Update.
6706         * lib/unistr/u8-to-u16.c: Update.
6707         * modules/unistr/u8-to-u16: Update.
6708         * lib/unistr/u8-to-u32.c: Update.
6709         * modules/unistr/u8-to-u32: Update.
6710
6711 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6712
6713         Sync from Libtool.
6714         * lib/argz.c: Do not include strings.h nor memory.h, include
6715         string.h unconditionally.  Patch by Simon Josefsson.
6716
6717 2007-01-27  Bruno Haible  <bruno@clisp.org>
6718
6719         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
6720         from gl_HEADER_STRING_H_BODY.
6721         (gl_HEADER_STRING_H_BODY): Require it.
6722         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
6723         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
6724         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
6725         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
6726         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
6727         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
6728         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
6729         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
6730         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
6731         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
6732         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
6733         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
6734         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
6735         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
6736         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
6737
6738 2007-01-27  Bruno Haible  <bruno@clisp.org>
6739
6740         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
6741         check_PROGRAMS into noinst_PROGRAMS.
6742         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
6743         check_PROGRAMS in this case.
6744         (func_import): Set for_test to false.
6745         (func_create_testdir): Set for_test to true.
6746
6747 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
6748             Bruno Haible  <bruno@clisp.org>
6749
6750         * modules/strcasestr (Files): Remove lib/strcasestr.h.
6751         (Depends-on): Add string.
6752         (Includes): Use <string.h> instead of strcasestr.h.
6753         * modules/string (Makefile.am): Also substitute the value of
6754         REPLACE_STRCASESTR.
6755         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
6756         assume strcasestr is declared in <string.h> not <strings.h>. Also
6757         set REPLACE_STRCASESTR.
6758         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
6759         REPLACE_STRCASESTR.
6760         * lib/strcasestr.h: Remove file.
6761         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
6762         * lib/string_.h (strcasestr): New declaration.
6763
6764 2007-01-27  Bruno Haible  <bruno@clisp.org>
6765
6766         * lib/string_.h: Use 'extern'.
6767
6768 2007-01-27  Jim Meyering  <jim@meyering.net>
6769
6770         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
6771         of set-but-not-used local, "q".
6772
6773         * lib/mempcpy.c: Include <config.h> before <string.h>.
6774         This fixes a compilation error on HP-UX, due to the system's
6775         "restrict"-using mempcpy prototype.
6776
6777 2007-01-26  Bruno Haible  <bruno@clisp.org>
6778
6779         Small optimization.
6780         * lib/javacomp.c: Include c-strstr.h.
6781          (is_envjavac_gcj): Use c_strstr instead of strstr.
6782         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
6783
6784 2007-01-26  Bruno Haible  <bruno@clisp.org>
6785
6786         * MODULES.html.sh (Unicode string functions): Add the new modules.
6787
6788         * modules/uniconv/u32-strconv-to-locale: New file.
6789         * lib/uniconv/u32-strconv-to-locale.c: New file.
6790
6791         * modules/uniconv/u16-strconv-to-locale: New file.
6792         * lib/uniconv/u16-strconv-to-locale.c: New file.
6793
6794         * modules/uniconv/u8-strconv-to-locale: New file.
6795         * lib/uniconv/u8-strconv-to-locale.c: New file.
6796
6797         * modules/uniconv/u32-strconv-from-locale: New file.
6798         * lib/uniconv/u32-strconv-from-locale.c: New file.
6799
6800         * modules/uniconv/u16-strconv-from-locale: New file.
6801         * lib/uniconv/u16-strconv-from-locale.c: New file.
6802
6803         * modules/uniconv/u8-strconv-from-locale: New file.
6804         * lib/uniconv/u8-strconv-from-locale.c: New file.
6805
6806         * modules/uniconv/u32-strconv-to-enc: New file.
6807         * lib/uniconv/u32-strconv-to-enc.c: New file.
6808         * modules/uniconv/u32-strconv-to-enc-tests: New file.
6809         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
6810
6811         * modules/uniconv/u16-strconv-to-enc: New file.
6812         * lib/uniconv/u16-strconv-to-enc.c: New file.
6813         * lib/uniconv/u-strconv-to-enc.h: New file.
6814         * modules/uniconv/u16-strconv-to-enc-tests: New file.
6815         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
6816
6817         * modules/uniconv/u8-strconv-to-enc: New file.
6818         * lib/uniconv/u8-strconv-to-enc.c: New file.
6819         * modules/uniconv/u8-strconv-to-enc-tests: New file.
6820         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
6821
6822         * modules/uniconv/u32-strconv-from-enc: New file.
6823         * lib/uniconv/u32-strconv-from-enc.c: New file.
6824         * modules/uniconv/u32-strconv-from-enc-tests: New file.
6825         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
6826
6827         * modules/uniconv/u16-strconv-from-enc: New file.
6828         * lib/uniconv/u16-strconv-from-enc.c: New file.
6829         * modules/uniconv/u16-strconv-from-enc-tests: New file.
6830         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
6831
6832         * modules/uniconv/u8-strconv-from-enc: New file.
6833         * lib/uniconv/u8-strconv-from-enc.c: New file.
6834         * lib/uniconv/u-strconv-from-enc.h: New file.
6835         * modules/uniconv/u8-strconv-from-enc-tests: New file.
6836         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
6837
6838         * modules/uniconv/u32-conv-from-enc: New file.
6839         * lib/uniconv/u32-conv-from-enc.c: New file.
6840         * modules/uniconv/u32-conv-from-enc-tests: New file.
6841         * tests/uniconv/test-u32-conv-from-enc.c: New file.
6842
6843         * modules/uniconv/u16-conv-from-enc: New file.
6844         * lib/uniconv/u16-conv-from-enc.c: New file.
6845         * lib/uniconv/u-conv-from-enc.h: New file.
6846         * modules/uniconv/u16-conv-from-enc-tests: New file.
6847         * tests/uniconv/test-u16-conv-from-enc.c: New file.
6848
6849         * modules/uniconv/u8-conv-from-enc: New file.
6850         * lib/uniconv/u8-conv-from-enc.c: New file.
6851         * modules/uniconv/u8-conv-from-enc-tests: New file.
6852         * tests/uniconv/test-u8-conv-from-enc.c: New file.
6853
6854         * modules/uniconv/base: New file.
6855         * lib/uniconv.h: New file.
6856
6857 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
6858
6859         * doc/gnulib-tool.texi (Initial import): Update to match current
6860         behavior with strdup module.
6861         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
6862         * lib/memmem.h: Remove; all uses removed.  This is now done
6863         by <string.h>.
6864         * lib/mempcpy.h: Likewise.
6865         * lib/memrchr.h: Likewise.
6866         * lib/stpcpy.h: Likewise.
6867         * lib/stpncpy.h: Likewise.
6868         * lib/strcase.h: Likewise.
6869         * lib/strchrnul.h: Likewise.
6870         * lib/strdup.h: Likewise.
6871         * lib/strndup.h: Likewise.
6872         * lib/strnlen.h: Likewise.
6873         * lib/strpbrk.h: Likewise.
6874         * lib/strsep.h: Likewise.
6875         * lib/strstr.h: Likewise.
6876         * lib/strtok_r.h: Likewise.
6877         * lib/string_.h: New file.
6878         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
6879         Rely on <string.h> instead.
6880         * lib/canon-host.c: Likewise.
6881         * lib/chdir-long.c: Likewise.
6882         * lib/concatpath.c: Likewise.
6883         * lib/exclude.c: Likewise.
6884         * lib/fchdir.c: Likewise.
6885         * lib/getaddrinfo.c: Likewise.
6886         * lib/getcwd.c: Likewise.
6887         * lib/getsubopt.c: Likewise.
6888         * lib/glob.c: Likewise.
6889         * lib/hard-locale.c: Likewise.
6890         * lib/iconvme.c: Likewise.
6891         * lib/javacomp.c: Likewise.
6892         * lib/mempcpy.c: Likewise.
6893         * lib/memrchr.c: Likewise.
6894         * lib/regex_internal.h: Likewise.
6895         * lib/stpncpy.c: Likewise.
6896         * lib/strcasecmp.c: Likewise.
6897         * lib/strchrnul.c: Likewise.
6898         * lib/strdup.c: Likewise.
6899         * lib/striconv.c: Likewise.
6900         * lib/striconveh.c: Likewise.
6901         * lib/striconveha.c: Likewise.
6902         * lib/strncasecmp.c: Likewise.
6903         * lib/strndup.c: Likewise.
6904         * lib/strnlen.c: Likewise.
6905         * lib/strsep.c: Likewise.
6906         * lib/strstr.c: Likewise.
6907         * lib/strtok_r.c: Likewise.
6908         * lib/userspec.c: Likewise.
6909         * lib/w32spawn.h: Likewise.
6910         * lib/xstrndup.c: Likewise.
6911         * lib/mountlist.c (strstr): Remove decl.
6912         * m4/string_h.m4: New file.
6913         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
6914         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
6915         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
6916         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
6917         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
6918         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
6919         Set REPLACE_STRCASECMP if necessary.
6920         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
6921         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
6922         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
6923         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
6924         HAVE_DECL_STRDUP if necessary.
6925         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
6926         since gl_FUNC_STRNDUP does that now.
6927         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
6928         Check for decl here...
6929         (gl_PREREQ_STRNLEN): ... not here.
6930         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
6931         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
6932         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
6933         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
6934         necessary.
6935         * modules/string: New file.
6936         * modules/memmem (Files): Remove special-purpose include file.
6937         (Depends-on): Add string.
6938         (Include): Include <string.h>, not the removed file.
6939         * modules/mempcpy: Likewise.
6940         * modules/memrchr: Likewise.
6941         * modules/stpcpy: Likewise.
6942         * modules/stpncpy: Likewise.
6943         * modules/strcase: Likewise.
6944         * modules/strchrnul: Likewise.
6945         * modules/strdup: Likewise.
6946         * modules/strndup: Likewise.
6947         * modules/strnlen: Likewise.
6948         * modules/strpbrk: Likewise.
6949         * modules/strsep: Likewise.
6950         * modules/strstr: Likewise.
6951         * modules/strtok_r: Likewise.
6952         * tests/test-dirname.c: Don't include "strdup.h", since
6953         <string.h> now suffices.
6954         * tests/test-memmem.c: Don't include "memmem.h", since
6955         <string.h> now suffices.
6956
6957 2007-01-25  Bruno Haible  <bruno@clisp.org>
6958
6959         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
6960         *resultp is 0.
6961
6962         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
6963         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
6964         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
6965         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
6966
6967         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
6968         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
6969         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
6970         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
6971         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
6972         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
6973
6974 2007-01-24  Bruno Haible  <bruno@clisp.org>
6975
6976         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
6977         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
6978         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
6979         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
6980         gl_FUNC_FTS_CORE.
6981         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
6982         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
6983         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
6984         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
6985         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
6986         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
6987         gl_FUNC_FCHOWNAT.
6988         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
6989         gl_FUNC_STRFTIME.
6990         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
6991         Reported by Ralf Wildenhues.
6992
6993 2007-01-24  Bruno Haible  <bruno@clisp.org>
6994
6995         Drop AC_REQUIRE calls that are redundant with the module dependencies.
6996         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
6997         gl_GETADDRINFO.
6998         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
6999         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
7000         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
7001
7002 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
7003
7004         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
7005         Don't use 'exit'; just return from 'main'.
7006         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
7007
7008         * lib/fnmatch_.h: Readjust white space and comments to match
7009         glibc, to avoid spurious diffs.
7010
7011 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
7012
7013         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
7014         2004-12-01 change by Jakub Jelinek, since this code won't compile
7015         if !LIBC.  Problem reported by Bob Proulx.
7016
7017 2007-01-23  Bruno Haible  <bruno@clisp.org>
7018
7019         * lib/striconveh.c: Include c-strcaseeq.h.
7020         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
7021         * modules/striconveh (Depends-on): Add c-strcaseeq.
7022
7023 2007-01-23  Bruno Haible  <bruno@clisp.org>
7024
7025         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
7026
7027         * modules/c-strcaseeq: New file.
7028         * lib/c-strcaseeq.h: New file.
7029
7030         * modules/streq: New file.
7031         * lib/streq.h: New file.
7032
7033 2007-01-23  Bruno Haible  <bruno@clisp.org>
7034
7035         * modules/striconveha-tests: New file.
7036         * tests/test-striconveha.c: New file.
7037
7038         * lib/striconveha.h: Include <stdbool.h>.
7039         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
7040         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
7041         (mem_iconveha_notranslit): Renamed from mem_iconveha.
7042         (mem_iconveha): New function.
7043         (str_iconveha_notranslit): Renamed from str_iconveha.
7044         (str_iconveha): New function.
7045         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
7046         c-strcase.
7047
7048 2007-01-23  Bruno Haible  <bruno@clisp.org>
7049
7050         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
7051         encodings without forgiving before trying any encoding with handler.
7052         (str_iconveha): Try all encodings without forgiving before trying any
7053         encoding with handler.
7054
7055 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
7056
7057         Import the following changes from libc.
7058
7059         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
7060
7061         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
7062
7063         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
7064
7065         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
7066         normal_bracket label.
7067
7068         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
7069
7070         [BZ #361]
7071         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
7072         to normal_bracket after fetching the next character.
7073
7074 2007-01-22  Bruno Haible  <bruno@clisp.org>
7075
7076         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
7077         argument.
7078         * lib/striconveh.c (iconv_carefully_1): New function.
7079         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
7080         argument.
7081         (str_cd_iconveh): Update.
7082         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
7083         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
7084         * tests/test-striconveh.c (MAGIC): New macro.
7085         (new_offsets): New function.
7086         (main): Test call with and without offsets.
7087
7088 2007-01-22  Bruno Haible  <bruno@clisp.org>
7089
7090         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
7091         * modules/sys_select (Makefile.am): Likewise.
7092         * modules/sys_socket (Makefile.am): Likewise.
7093         * modules/sys_time (Makefile.am): Likewise.
7094
7095 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
7096
7097         * modules/gettimeofday (License): Change from GPL to LGPL, since
7098         gettimeofday is a library function.
7099
7100 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7101
7102         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
7103
7104 2007-01-21  Bruno Haible  <bruno@clisp.org>
7105
7106         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
7107
7108 2007-01-21  Bruno Haible  <bruno@clisp.org>
7109
7110         * modules/striconveha: New file.
7111         * lib/striconveha.h: New file.
7112         * lib/striconveha.c: New file.
7113         * MODULES.html.sh (Internationalization functions): Add striconveha.
7114         * lib/striconv.c (str_iconv): Optimize the case of an empty input
7115         string.
7116         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
7117
7118 2007-01-21  Bruno Haible  <bruno@clisp.org>
7119
7120         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
7121         * lib/striconveh.c (str_iconveh): Likewise.
7122
7123 2007-01-21  Bruno Haible  <bruno@clisp.org>
7124
7125         * lib/striconveh.h (mem_iconveh): New declaration.
7126         * lib/striconveh.c (mem_iconveh): New function.
7127         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
7128
7129 2007-01-21  Bruno Haible  <bruno@clisp.org>
7130
7131         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
7132
7133         * lib/striconveh.h (mem_cd_iconveh): Change specification.
7134         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
7135         original result buffer.
7136         (str_cd_iconveh): Update.
7137         * tests/test-striconveh.c (main): Update.
7138
7139         * lib/striconv.h (mem_cd_iconv): Change specification.
7140         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
7141         result buffer.
7142         (str_cd_iconv): Update.
7143         * tests/test-striconv.c (main): Update.
7144
7145 2007-01-21  Bruno Haible  <bruno@clisp.org>
7146
7147         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
7148
7149 2007-01-20  Jim Meyering  <jim@meyering.net>
7150
7151         * lib/userspec.c (parse_with_separator): If a user or group string
7152         starts with "+", skip the corresponding name-to-ID look-up, since
7153         such a look-up must fail: user and group names may not include "+".
7154
7155 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
7156
7157         * lib/poll.c: Include sys/time.h and time.h unconditionally,
7158         since we now assume the sys_time module.
7159         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
7160         check for sys/time.h; no longer needed.
7161         * modules/poll (Depends-on): Depend on sys_time.
7162
7163 2007-01-18  Bruno Haible  <bruno@clisp.org>
7164
7165         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
7166         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
7167
7168         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
7169         gettimeofday.
7170
7171         * tests/test-gettimeofday.c: Include <time.h>.
7172         (dummy): Remove variable.
7173
7174         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
7175         gl_HEADER_SYS_TIME_H.
7176         (gl_HEADER_SYS_TIME_H): New macro.
7177
7178         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
7179         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
7180         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
7181         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
7182         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
7183         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
7184         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
7185         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
7186         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
7187         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
7188         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
7189
7190         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
7191         last change; it caused a compilation error when cross-compiling to
7192         Cygwin.
7193
7194 2007-01-18  Jim Meyering  <jim@meyering.net>
7195
7196         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
7197         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
7198         than the race-prone "test -d sys || mkdir sys".
7199         (configure.ac): Use AC_PROG_MKDIR_P.
7200         * modules/sys_select: Likewise.
7201         * modules/sys_socket: Likewise.
7202         * modules/sys_time: Likewise.
7203
7204 2007-01-18  Eric Blake  <ebb9@byu.net>
7205
7206         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
7207         replace gettimeofday.
7208         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
7209         name, to avoid infinite recursion.
7210
7211 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
7212
7213         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
7214         module sys_time.
7215         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
7216         assume timespec.h defines struct timeval.
7217         * lib/settime.c: Likewise.
7218         * lib/utimens.c: Likewise.
7219         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
7220         since we now assume the gettimeofday module.
7221         * lib/tempname.c (__gen_tempname): Likewise.
7222         * lib/gettimeofday.h: Remove.
7223         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
7224         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
7225         Include <time.h>, for 'time()'.
7226         (localtime_buffer_addr): Also use this workaround if
7227         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
7228         to simplify the uses.  All uses changed.
7229         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
7230         that #undef is inside {}, and 'const' follows type name consistently.
7231         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
7232         (gettimeofday): Do not use the maximum possible value for
7233         tv->tv_usec, since that might break usages other than ls.c.
7234         Instead, we'll leave ls.c alone.  This undoes today's patch
7235         by Bruno.  Add a compile-time warning for 1s-clock resolution;
7236         we've never observed the problem but might as well keep the
7237         canary.
7238         * lib/nanosleep.c: Include timespec.h first, for interface check.
7239         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
7240         now assume the sys_time module.
7241         * lib/tempname.c: Likewise.
7242         * lib/timespec.h: Likewise.
7243         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
7244         needed.
7245         * lib/strftime.c: Likewise.
7246         * lib/timespec.h: Likewise.
7247         * lib/posixtm.c: Include posixtm.h first, for interface check.
7248         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
7249         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
7250         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
7251         * lib/sys_time_.h: New file.
7252         * lib/timespec.h (struct timespec): Use long int, not long.
7253         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
7254         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
7255         Remove obsolescent call to AC_HEADER_TIME.
7256         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
7257         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
7258         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
7259         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
7260         Likewise.
7261         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
7262         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
7263         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
7264         into the sys_time module.  Check for gettimeofday just once.
7265         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
7266         for gettimeofday signature to just check the signature.  Merely
7267         compile it, since linking doesn't test signature.  Improve test for
7268         whether gettimeofday.o is actually needed.
7269         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
7270         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
7271         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
7272         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
7273         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
7274         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
7275         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
7276         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
7277         than worrying about sys/time.h.
7278         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
7279         Don't bother worrying about TIME_WITH_SYS_TIME.
7280         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
7281         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
7282         * m4/sys_time_h.m4: New file.
7283         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
7284         Don't include sys/time.h.  Return from main rather than exiting.
7285         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
7286         all uses changed.
7287         * modules/gethrxtime (Depends-on): Add sys_time.
7288         * modules/gettime (Depends-on): Likewise.
7289         * modules/gettimeofday (Depends-on): Likewise.
7290         * modules/nanosleep (Depends-on): Likewise.
7291         * modules/settime (Depends-on): Likewise.
7292         * modules/tempname (Depends-on): Likewise.
7293         * modules/utimens (Depends-on): Likewise.
7294         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
7295         (Include:) Change back to <sys/time.h>.
7296         (Maintainer:) Add self.
7297         * modules/sys_time: New file.
7298         * modules/tempname (Depends-on): Add gettimeofday.
7299         * tests/test-gettimeofday.c: Include <sys/time.h>
7300         rather than gettimeofday.h.
7301
7302 2007-01-17  Bruno Haible  <bruno@clisp.org>
7303
7304         * gnulib-tool (func_get_license): Revert last patch. Instead, let
7305         the license default to GPL.
7306         (func_create_testdir): Don't complain if a module is LGPL and its
7307         tests module depends on GPLed modules.
7308
7309 2007-01-17  Bruno Haible  <bruno@clisp.org>
7310
7311         * lib/gettimeofday.c (gettimeofday): Add code for the case
7312         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
7313         maximum possible value for tv->tv_usec, rather than the minimum one.
7314
7315 2005-10-08  Martin Lambers  <marlam@marlam.de>
7316 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
7317 2007-01-16  Bruno Haible  <bruno@clisp.org>
7318
7319         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
7320         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
7321         gl_FUNC_GETTIMEOFDAY.
7322         (Include): Add gettimeofday.h.
7323         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
7324         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
7325         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
7326         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
7327         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
7328         * lib/gettimeofday.h: New file.
7329         * lib/gettimeofday.c: Include <sys/timeb.h>.
7330         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
7331         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
7332         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
7333         fall back on time().
7334
7335         * tests/test-gettimeofday.c: New file.
7336         * modules/gettimeofday-tests: New file.
7337
7338 2007-01-16  Eric Blake  <ebb9@byu.net>
7339
7340         * modules/fnmatch (Depends-on): Depend on wchar.
7341         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
7342         * m4/fnmatch.m4: Likewise.
7343         * modules/mbchar (Makefile.am): Assume <wchar.h>.
7344         * m4/mbchar.m4: Likewise.
7345         * modules/mbswidth (Depends-on): Depend on wchar.
7346         * lib/mbswidth.c: Assume <wchar.h>.
7347         * m4/mbswidth.m4: Likewise.
7348         * modules/quotearg (Depends-on): Depend on wchar.
7349         * lib/quotearg.c: Assume <wchar.h>.
7350         * m4/quotearg.m4: Likewise.
7351         * modules/regex (Depends-on): Depend on wchar.
7352         * lib/regex_internal.h: Assume <wchar.h>.
7353         * m4/regex.m4: Likewise.
7354         * modules/stdint (Depends-on): Depend on wchar.
7355         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
7356         * m4/stdint.m4: Likewise.
7357         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
7358         * modules/strftime (Depends-on): Depend on wchar.
7359         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
7360         * modules/strtol (Depends-on): Depend on wchar.
7361         * lib/strtol.c: Assume <wchar.h>.
7362         * modules/wcwidth (Depends-on): Depend on wchar.
7363         * lib/wcwidth.h: Assume <wchar.h>.
7364         * m4/wcwidth.m4: Likewise.
7365
7366 2007-01-16  Bruno Haible  <bruno@clisp.org>
7367
7368         * modules/csharpexec-script: New, created from...
7369         * modules/csharpexec: ... this.
7370
7371 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
7372
7373         * modules/javaexec-script: New, created from...
7374         * modules/javaexec: ... this.
7375
7376 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7377
7378         * modules/poll (Dependencies): Add sys_select.
7379
7380 2007-01-15  Jim Meyering  <jim@meyering.net>
7381
7382         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
7383         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
7384         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
7385         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
7386
7387 2007-01-15  Bruno Haible  <bruno@clisp.org>
7388
7389         * modules/striconveh: New file.
7390         * lib/striconveh.h: New file.
7391         * lib/striconveh.c: New file.
7392         * MODULES.html.sh (Internationalization functions): Add striconveh.
7393
7394         * modules/striconveh-tests: New file.
7395         * tests/test-striconveh.c: New file.
7396
7397 2007-01-15  Bruno Haible  <bruno@clisp.org>
7398
7399         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
7400         not from GNU libiconv or GNU libc.
7401
7402 2007-01-15  Bruno Haible  <bruno@clisp.org>
7403
7404         * doc/gnulib-intro.texi (Copyright): Explain the different license
7405         terms for module descriptions, autoconf macros, tests, documentation.
7406
7407 2007-01-14  Bruno Haible  <bruno@clisp.org>
7408
7409         * modules/striconv-tests: New file.
7410         * tests/test-striconv.c: New file.
7411
7412 2007-01-14  Bruno Haible  <bruno@clisp.org>
7413
7414         * modules/iconv-tests: New file.
7415         * tests/test-iconv.c: New file.
7416
7417 2007-01-14  Bruno Haible  <bruno@clisp.org>
7418
7419         * gnulib-tool (func_get_license): For test modules, use the license of
7420         the main module.
7421
7422 2007-01-14  Bruno Haible  <bruno@clisp.org>
7423
7424         * modules/iconv (Include): Clarify that <iconv.h> can only be included
7425         if iconv is found to exist.
7426
7427 2007-01-14  Bruno Haible  <bruno@clisp.org>
7428
7429         * modules/c-ctype-tests: New file.
7430         * tests/test-c-ctype.c: New file.
7431
7432 2007-01-14  Bruno Haible  <bruno@clisp.org>
7433
7434         * modules/binary-io-tests: New file.
7435         * tests/test-binary-io.sh: New file.
7436         * tests/test-binary-io.c: New file.
7437
7438 2007-01-14  Bruno Haible  <bruno@clisp.org>
7439
7440         * modules/array-oset-tests: New file.
7441         * tests/test-array_oset.c: New file.
7442
7443 2007-01-14  Bruno Haible  <bruno@clisp.org>
7444
7445         * modules/array-list-tests: New file.
7446         * tests/test-array_list.c: New file.
7447
7448 2007-01-14  Bruno Haible  <bruno@clisp.org>
7449
7450         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
7451         and make.
7452         Reported by Simon Josefsson in
7453         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
7454
7455 2007-01-14  Bruno Haible  <bruno@clisp.org>
7456
7457         * modules/allocsa-tests: New file.
7458         * tests/test-allocsa.c: New file.
7459
7460 2007-01-14  Bruno Haible  <bruno@clisp.org>
7461
7462         * modules/fchdir (Depends-on): Add absolute-header.
7463         * modules/unistd (Depends-on): Likewise.
7464
7465 2006-12-30  Bruno Haible  <bruno@clisp.org>
7466
7467         * modules/fchdir: New file.
7468         * modules/unistd (Files): Add lib/unistd_.h.
7469         (Makefile.am): Generate unistd.h from unistd_.h.
7470         * lib/fchdir.c: New file.
7471         * lib/dirent_.h: New file.
7472         * lib/unistd_.h: New file.
7473         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
7474         * m4/fchdir.m4: New file.
7475         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
7476         (gl_HEADER_UNISTD): Invoke it.
7477         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
7478         function.
7479         * lib/backupfile.c (opendir, closedir): Undefine.
7480         * lib/chown.c (open, close): Undefine.
7481         * lib/clean-temp.c (open, close): Undefine.
7482         * lib/copy-file.c (open, close): Undefine.
7483         * lib/execute.c (open, close): Undefine.
7484         * lib/fsusage.c (open, close): Undefine.
7485         * lib/gc-gnulib.c (open, close): Undefine.
7486         * lib/getcwd.c (opendir, closedir): Undefine.
7487         * lib/glob.c (opendir, closedir): Undefine.
7488         * lib/javacomp.c (open, close): Undefine.
7489         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
7490         * lib/openat-proc.c (open, close): Undefine.
7491         * lib/pagealign_alloc.c (open, close): Undefine.
7492         * lib/pipe.c (open, close): Undefine.
7493         * lib/progreloc.c (open, close): Undefine.
7494         * lib/savedir.c (opendir, closedir): Undefine.
7495         * lib/utime.c (open, close): Undefine.
7496         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
7497
7498 2007-01-10  Bruno Haible  <bruno@clisp.org>
7499
7500         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
7501
7502 2007-01-12  Eric Blake  <ebb9@byu.net>
7503
7504         Provide a robust <wchar.h>.  Further simplifications are now
7505         possible in other modules, but not included here.
7506         * modules/wchar: New module.
7507         * m4/wchar.m4: New file.
7508         * lib/wchar_.h: Likewise.
7509         * modules/mbchar (Depends-on): Depend on wchar, as the first use
7510         of the new module.
7511         * MODULES.html.sh (Extended multibyte and wide character utilities):
7512         New section.
7513
7514 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
7515
7516         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
7517         to a reasonable default for memory allocation.
7518         (xreadlink): Don't allocate a huge buffer, to work around a buggy
7519         file system that reports garbage st_size values for symlinks.
7520         Problem reported by Liyang Hu.
7521
7522 2007-01-11  Simon Josefsson  <simon@josefsson.org>
7523
7524         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
7525         Emacs .#* auto-save files).
7526
7527 2007-01-11  Bruno Haible  <bruno@clisp.org>
7528
7529         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
7530         directory.
7531
7532 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
7533
7534         Use @...@ consistently in lib/wctype_.h.
7535         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
7536         on it being set to 1 or 0.
7537         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
7538         go back to AC_SUBSTing it.
7539         * modules/wctype (Makefile.am): Undo previous change.
7540
7541 2007-01-10  Eric Blake  <ebb9@byu.net>
7542
7543         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
7544         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
7545         * modules/wctype (Makefile.am): Likewise.
7546         Reported by Chris McGuire.
7547
7548 2007-01-10  Jim Meyering  <jim@meyering.net>
7549
7550         fts.c: a small readability/maintainability improvement
7551         * lib/fts.c (fts_read): Make this code slightly more readable and
7552         maintainable by hoisting the "sp->fts_cur = p" assignments to
7553         immediately follow the statements that set P.  Derived from
7554         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
7555
7556 2007-01-10  Eric Blake  <ebb9@byu.net>
7557
7558         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
7559         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
7560         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
7561         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
7562         Reported by Chris McGuire.
7563
7564 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7565
7566         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
7567         in sed script.
7568
7569 2007-01-09  Bruno Haible  <bruno@clisp.org>
7570
7571         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
7572         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
7573         variables.
7574         (func_module): Use them.
7575
7576 2007-01-09  Bruno Haible  <bruno@clisp.org>
7577
7578         * modules/unistr/base: New file.
7579         * lib/unistr.h: New file.
7580
7581         * modules/unistr/u8-to-u16: New file.
7582         * lib/unistr/u8-to-u16.c: New file.
7583
7584         * modules/unistr/u8-to-u32: New file.
7585         * lib/unistr/u8-to-u32.c: New file.
7586
7587         * modules/unistr/u16-to-u8: New file.
7588         * lib/unistr/u16-to-u8.c: New file.
7589
7590         * modules/unistr/u16-to-u32: New file.
7591         * lib/unistr/u16-to-u32.c: New file.
7592
7593         * modules/unistr/u32-to-u8: New file.
7594         * lib/unistr/u32-to-u8.c: New file.
7595
7596         * modules/unistr/u32-to-u16: New file.
7597         * lib/unistr/u32-to-u16.c: New file.
7598
7599         * modules/unistr/u8-check: New file.
7600         * modules/unistr/u16-check: New file.
7601         * modules/unistr/u32-check: New file.
7602         * lib/unistr/u8-check.c: New file.
7603         * lib/unistr/u16-check.c: New file.
7604         * lib/unistr/u32-check.c: New file.
7605
7606         * modules/unistr/u8-chr: New file.
7607         * modules/unistr/u16-chr: New file.
7608         * modules/unistr/u32-chr: New file.
7609         * lib/unistr/u8-chr.c: New file.
7610         * lib/unistr/u16-chr.c: New file.
7611         * lib/unistr/u32-chr.c: New file.
7612
7613         * modules/unistr/u8-cmp: New file.
7614         * modules/unistr/u16-cmp: New file.
7615         * modules/unistr/u32-cmp: New file.
7616         * lib/unistr/u8-cmp.c: New file.
7617         * lib/unistr/u16-cmp.c: New file.
7618         * lib/unistr/u32-cmp.c: New file.
7619
7620         * modules/unistr/u8-cpy: New file.
7621         * modules/unistr/u16-cpy: New file.
7622         * modules/unistr/u32-cpy: New file.
7623         * lib/unistr/u8-cpy.c: New file.
7624         * lib/unistr/u16-cpy.c: New file.
7625         * lib/unistr/u32-cpy.c: New file.
7626         * lib/unistr/u-cpy.h: New file.
7627
7628         * modules/unistr/u8-cpy-alloc: New file.
7629         * modules/unistr/u16-cpy-alloc: New file.
7630         * modules/unistr/u32-cpy-alloc: New file.
7631         * lib/unistr/u8-cpy-alloc.c: New file.
7632         * lib/unistr/u16-cpy-alloc.c: New file.
7633         * lib/unistr/u32-cpy-alloc.c: New file.
7634         * lib/unistr/u-cpy-alloc.h: New file.
7635
7636         * modules/unistr/u8-endswith: New file.
7637         * modules/unistr/u16-endswith: New file.
7638         * modules/unistr/u32-endswith: New file.
7639         * lib/unistr/u8-endswith.c: New file.
7640         * lib/unistr/u16-endswith.c: New file.
7641         * lib/unistr/u32-endswith.c: New file.
7642         * lib/unistr/u-endswith.h: New file.
7643
7644         * modules/unistr/u8-mblen: New file.
7645         * modules/unistr/u16-mblen: New file.
7646         * modules/unistr/u32-mblen: New file.
7647         * lib/unistr/u8-mblen.c: New file.
7648         * lib/unistr/u16-mblen.c: New file.
7649         * lib/unistr/u32-mblen.c: New file.
7650
7651         * modules/unistr/u8-mbtouc: New file.
7652         * modules/unistr/u16-mbtouc: New file.
7653         * modules/unistr/u32-mbtouc: New file.
7654         * lib/unistr/u8-mbtouc.c: New file.
7655         * lib/unistr/u16-mbtouc.c: New file.
7656         * lib/unistr/u32-mbtouc.c: New file.
7657
7658         * modules/unistr/u8-mbtouc-safe: New file.
7659         * modules/unistr/u16-mbtouc-safe: New file.
7660         * modules/unistr/u32-mbtouc-safe: New file.
7661         * lib/unistr/u8-mbtouc-safe.c: New file.
7662         * lib/unistr/u16-mbtouc-safe.c: New file.
7663         * lib/unistr/u32-mbtouc-safe.c: New file.
7664
7665         * modules/unistr/u8-move: New file.
7666         * modules/unistr/u16-move: New file.
7667         * modules/unistr/u32-move: New file.
7668         * lib/unistr/u8-move.c: New file.
7669         * lib/unistr/u16-move.c: New file.
7670         * lib/unistr/u32-move.c: New file.
7671         * lib/unistr/u-move.h: New file.
7672
7673         * modules/unistr/u8-next: New file.
7674         * modules/unistr/u16-next: New file.
7675         * modules/unistr/u32-next: New file.
7676         * lib/unistr/u8-next.c: New file.
7677         * lib/unistr/u16-next.c: New file.
7678         * lib/unistr/u32-next.c: New file.
7679
7680         * modules/unistr/u8-prev: New file.
7681         * modules/unistr/u16-prev: New file.
7682         * modules/unistr/u32-prev: New file.
7683         * lib/unistr/u8-prev.c: New file.
7684         * lib/unistr/u16-prev.c: New file.
7685         * lib/unistr/u32-prev.c: New file.
7686
7687         * modules/unistr/u8-set: New file.
7688         * modules/unistr/u16-set: New file.
7689         * modules/unistr/u32-set: New file.
7690         * lib/unistr/u8-set.c: New file.
7691         * lib/unistr/u16-set.c: New file.
7692         * lib/unistr/u32-set.c: New file.
7693         * lib/unistr/u-set.h: New file.
7694
7695         * modules/unistr/u8-startswith: New file.
7696         * modules/unistr/u16-startswith: New file.
7697         * modules/unistr/u32-startswith: New file.
7698         * lib/unistr/u8-startswith.c: New file.
7699         * lib/unistr/u16-startswith.c: New file.
7700         * lib/unistr/u32-startswith.c: New file.
7701         * lib/unistr/u-startswith.h: New file.
7702
7703         * modules/unistr/u8-stpcpy: New file.
7704         * modules/unistr/u16-stpcpy: New file.
7705         * modules/unistr/u32-stpcpy: New file.
7706         * lib/unistr/u8-stpcpy.c: New file.
7707         * lib/unistr/u16-stpcpy.c: New file.
7708         * lib/unistr/u32-stpcpy.c: New file.
7709         * lib/unistr/u-stpcpy.h: New file.
7710
7711         * modules/unistr/u8-stpncpy: New file.
7712         * modules/unistr/u16-stpncpy: New file.
7713         * modules/unistr/u32-stpncpy: New file.
7714         * lib/unistr/u8-stpncpy.c: New file.
7715         * lib/unistr/u16-stpncpy.c: New file.
7716         * lib/unistr/u32-stpncpy.c: New file.
7717         * lib/unistr/u-stpncpy.h: New file.
7718
7719         * modules/unistr/u8-strcat: New file.
7720         * modules/unistr/u16-strcat: New file.
7721         * modules/unistr/u32-strcat: New file.
7722         * lib/unistr/u8-strcat.c: New file.
7723         * lib/unistr/u16-strcat.c: New file.
7724         * lib/unistr/u32-strcat.c: New file.
7725         * lib/unistr/u-strcat.h: New file.
7726
7727         * modules/unistr/u8-strchr: New file.
7728         * modules/unistr/u16-strchr: New file.
7729         * modules/unistr/u32-strchr: New file.
7730         * lib/unistr/u8-strchr.c: New file.
7731         * lib/unistr/u16-strchr.c: New file.
7732         * lib/unistr/u32-strchr.c: New file.
7733
7734         * modules/unistr/u8-strcmp: New file.
7735         * modules/unistr/u16-strcmp: New file.
7736         * modules/unistr/u32-strcmp: New file.
7737         * lib/unistr/u8-strcmp.c: New file.
7738         * lib/unistr/u16-strcmp.c: New file.
7739         * lib/unistr/u32-strcmp.c: New file.
7740
7741         * modules/unistr/u8-strcpy: New file.
7742         * modules/unistr/u16-strcpy: New file.
7743         * modules/unistr/u32-strcpy: New file.
7744         * lib/unistr/u8-strcpy.c: New file.
7745         * lib/unistr/u16-strcpy.c: New file.
7746         * lib/unistr/u32-strcpy.c: New file.
7747         * lib/unistr/u-strcpy.h: New file.
7748
7749         * modules/unistr/u8-strcspn: New file.
7750         * modules/unistr/u16-strcspn: New file.
7751         * modules/unistr/u32-strcspn: New file.
7752         * lib/unistr/u8-strcspn.c: New file.
7753         * lib/unistr/u16-strcspn.c: New file.
7754         * lib/unistr/u32-strcspn.c: New file.
7755         * lib/unistr/u-strcspn.h: New file.
7756
7757         * modules/unistr/u8-strdup: New file.
7758         * modules/unistr/u16-strdup: New file.
7759         * modules/unistr/u32-strdup: New file.
7760         * lib/unistr/u8-strdup.c: New file.
7761         * lib/unistr/u16-strdup.c: New file.
7762         * lib/unistr/u32-strdup.c: New file.
7763         * lib/unistr/u-strdup.h: New file.
7764
7765         * modules/unistr/u8-strlen: New file.
7766         * modules/unistr/u16-strlen: New file.
7767         * modules/unistr/u32-strlen: New file.
7768         * lib/unistr/u8-strlen.c: New file.
7769         * lib/unistr/u16-strlen.c: New file.
7770         * lib/unistr/u32-strlen.c: New file.
7771         * lib/unistr/u-strlen.h: New file.
7772
7773         * modules/unistr/u8-strmblen: New file.
7774         * modules/unistr/u16-strmblen: New file.
7775         * modules/unistr/u32-strmblen: New file.
7776         * lib/unistr/u8-strmblen.c: New file.
7777         * lib/unistr/u16-strmblen.c: New file.
7778         * lib/unistr/u32-strmblen.c: New file.
7779
7780         * modules/unistr/u8-strmbtouc: New file.
7781         * modules/unistr/u16-strmbtouc: New file.
7782         * modules/unistr/u32-strmbtouc: New file.
7783         * lib/unistr/u8-strmbtouc.c: New file.
7784         * lib/unistr/u16-strmbtouc.c: New file.
7785         * lib/unistr/u32-strmbtouc.c: New file.
7786
7787         * modules/unistr/u8-strncat: New file.
7788         * modules/unistr/u16-strncat: New file.
7789         * modules/unistr/u32-strncat: New file.
7790         * lib/unistr/u8-strncat.c: New file.
7791         * lib/unistr/u16-strncat.c: New file.
7792         * lib/unistr/u32-strncat.c: New file.
7793         * lib/unistr/u-strncat.h: New file.
7794
7795         * modules/unistr/u8-strncmp: New file.
7796         * modules/unistr/u16-strncmp: New file.
7797         * modules/unistr/u32-strncmp: New file.
7798         * lib/unistr/u8-strncmp.c: New file.
7799         * lib/unistr/u16-strncmp.c: New file.
7800         * lib/unistr/u32-strncmp.c: New file.
7801
7802         * modules/unistr/u8-strncpy: New file.
7803         * modules/unistr/u16-strncpy: New file.
7804         * modules/unistr/u32-strncpy: New file.
7805         * lib/unistr/u8-strncpy.c: New file.
7806         * lib/unistr/u16-strncpy.c: New file.
7807         * lib/unistr/u32-strncpy.c: New file.
7808         * lib/unistr/u-strncpy.h: New file.
7809
7810         * modules/unistr/u8-strnlen: New file.
7811         * modules/unistr/u16-strnlen: New file.
7812         * modules/unistr/u32-strnlen: New file.
7813         * lib/unistr/u8-strnlen.c: New file.
7814         * lib/unistr/u16-strnlen.c: New file.
7815         * lib/unistr/u32-strnlen.c: New file.
7816         * lib/unistr/u-strnlen.h: New file.
7817
7818         * modules/unistr/u8-strpbrk: New file.
7819         * modules/unistr/u16-strpbrk: New file.
7820         * modules/unistr/u32-strpbrk: New file.
7821         * lib/unistr/u8-strpbrk.c: New file.
7822         * lib/unistr/u16-strpbrk.c: New file.
7823         * lib/unistr/u32-strpbrk.c: New file.
7824         * lib/unistr/u-strpbrk.h: New file.
7825
7826         * modules/unistr/u8-strrchr: New file.
7827         * modules/unistr/u16-strrchr: New file.
7828         * modules/unistr/u32-strrchr: New file.
7829         * lib/unistr/u8-strrchr.c: New file.
7830         * lib/unistr/u16-strrchr.c: New file.
7831         * lib/unistr/u32-strrchr.c: New file.
7832
7833         * modules/unistr/u8-strspn: New file.
7834         * modules/unistr/u16-strspn: New file.
7835         * modules/unistr/u32-strspn: New file.
7836         * lib/unistr/u8-strspn.c: New file.
7837         * lib/unistr/u16-strspn.c: New file.
7838         * lib/unistr/u32-strspn.c: New file.
7839         * lib/unistr/u-strspn.h: New file.
7840
7841         * modules/unistr/u8-strstr: New file.
7842         * modules/unistr/u16-strstr: New file.
7843         * modules/unistr/u32-strstr: New file.
7844         * lib/unistr/u8-strstr.c: New file.
7845         * lib/unistr/u16-strstr.c: New file.
7846         * lib/unistr/u32-strstr.c: New file.
7847         * lib/unistr/u-strstr.h: New file.
7848
7849         * modules/unistr/u8-strtok: New file.
7850         * modules/unistr/u16-strtok: New file.
7851         * modules/unistr/u32-strtok: New file.
7852         * lib/unistr/u8-strtok.c: New file.
7853         * lib/unistr/u16-strtok.c: New file.
7854         * lib/unistr/u32-strtok.c: New file.
7855         * lib/unistr/u-strtok.h: New file.
7856
7857         * modules/unistr/u8-uctomb: New file.
7858         * modules/unistr/u16-uctomb: New file.
7859         * modules/unistr/u32-uctomb: New file.
7860         * lib/unistr/u8-uctomb.c: New file.
7861         * lib/unistr/u16-uctomb.c: New file.
7862         * lib/unistr/u32-uctomb.c: New file.
7863
7864         * MODULES.html.sh (Unicode string functions): Add the new modules.
7865
7866 2007-01-08  Bruno Haible  <bruno@clisp.org>
7867
7868         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
7869         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
7870         subdirectories.
7871
7872 2007-01-08  Karl Berry  <karl@gnu.org>
7873
7874         * doc/error.texi: mention that main() fns must set program_name
7875         when progname is used.
7876
7877 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
7878
7879         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
7880         WCTYPE_H is empty, for the benefit of builds from non-distclean
7881         directories.  Problem reported by Eric Blake in
7882         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
7883
7884 2007-01-08  Bruno Haible  <bruno@clisp.org>
7885
7886         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
7887         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
7888         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
7889         PROVIDE_CANONICALIZE_FILENAME_MODE.
7890         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
7891
7892 2007-01-08  Bruno Haible  <bruno@clisp.org>
7893
7894         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
7895         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
7896         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
7897         * lib/fts.c: Likewise.
7898         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
7899
7900 2006-12-25  Bruno Haible  <bruno@clisp.org>
7901
7902         * modules/utf8-ucs4-safe: New file.
7903         * lib/utf8-ucs4-safe.h: New file.
7904         * lib/unistr/utf8-ucs4-safe.c: New file.
7905
7906         * modules/utf16-ucs4-safe: New file.
7907         * lib/utf16-ucs4-safe.h: New file.
7908         * lib/unistr/utf16-ucs4-safe.c: New file.
7909
7910         * MODULES.html.sh (Unicode string functions): Add the new modules.
7911
7912 2007-01-08  Bruno Haible  <bruno@clisp.org>
7913
7914         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
7915         (Depends-on): Add unitypes.
7916         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
7917         (u8_mbtouc_aux): Move out to separate file.
7918         (u8_mbtouc): Use ucs4_t, uint8_t types.
7919         * lib/unistr/utf8-ucs4.c: New file.
7920
7921         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
7922         (Depends-on): Add unitypes.
7923         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
7924         (u16_mbtouc_aux): Move out to separate file.
7925         (u16_mbtouc): Use ucs4_t, uint16_t types.
7926         * lib/unistr/utf16-ucs4.c: New file.
7927
7928         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
7929         (Depends-on): Add unitypes.
7930         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
7931         (u8_uctomb_aux): Move out to separate file.
7932         (u8_uctomb): Use ucs4_t, uint8_t types.
7933         * lib/unistr/ucs4-utf8.c: New file.
7934
7935         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
7936         (Depends-on): Add unitypes.
7937         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
7938         (u16_uctomb_aux): Move out to separate file.
7939         (u16_uctomb): Use ucs4_t, uint16_t types.
7940         * lib/unistr/ucs4-utf16.c: New file.
7941
7942 2006-12-25  Bruno Haible  <bruno@clisp.org>
7943
7944         * modules/unitypes: New file.
7945         * lib/unitypes.h: New file.
7946         * MODULES.html.sh (func_all_modules): New section "Unicode string
7947         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
7948         this section. Add unitypes.
7949
7950 2007-01-08  Bruno Haible  <bruno@clisp.org>
7951
7952         Avoid variable names that conflict with those from libtool.
7953         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
7954         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
7955         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
7956         library_names_spec to acl_library_names_spec, hardcode_* to
7957         acl_hardcode_*.
7958         Reported by Ralf Wildenhues.
7959
7960 2007-01-08  Bruno Haible  <bruno@clisp.org>
7961
7962         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
7963         definition.
7964         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
7965         definition.
7966         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
7967         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
7968         definition.
7969         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
7970         definition.
7971         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
7972         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
7973         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
7974         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
7975         definition.
7976         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
7977         definition.
7978         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
7979         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
7980         GC_USE_<algorithm>.
7981         * lib/gc-libgcrypt.c: Likewise.
7982         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
7983         * modules/gc-arctwo (configure.ac): Likewise.
7984         * modules/gc-des (configure.ac): Likewise.
7985         * modules/gc-hmac-md5 (configure.ac): Likewise.
7986         * modules/gc-hmac-sha1 (configure.ac): Likewise.
7987         * modules/gc-md2 (configure.ac): Likewise.
7988         * modules/gc-md4 (configure.ac): Likewise.
7989         * modules/gc-md5 (configure.ac): Likewise.
7990         * modules/gc-random (configure.ac): Likewise.
7991         * modules/gc-rijndael (configure.ac): Likewise.
7992         * modules/gc-sha1 (configure.ac): Likewise.
7993
7994 2007-01-08  Bruno Haible  <bruno@clisp.org>
7995
7996         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
7997         macro definition.
7998         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
7999         definition.
8000         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
8001         definition.
8002         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
8003         * modules/fcntl-safer (configure.ac): Likewise.
8004         * modules/fopen-safer (configure.ac): Likewise.
8005         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
8006         GNULIB_FWRITEERROR macro definition.
8007
8008 2007-01-08  Bruno Haible  <bruno@clisp.org>
8009
8010         * m4/gnulib-common.m4: New file.
8011         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
8012         (func_get_filelist): Add m4/gnulib-common.m4.
8013
8014 2007-01-08  Bruno Haible  <bruno@clisp.org>
8015
8016         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
8017         command.
8018
8019 2007-01-08  Jim Meyering  <jim@meyering.net>
8020
8021         Use a more robust test for a "can't happen" condition.
8022         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
8023         narrowed the st_size value.  Presuming the "can't happen" condition
8024         is true, that narrowing could conceivably convert an invalid st_size
8025         value into a valid one.  Instead, use a change based on Matthew
8026         Woehlke's original patch.
8027
8028         Slight readability improvement: use an assert-like macro
8029         in place of literal "abort ()" uses.
8030         * lib/fts.c (fts_assert): Define.
8031         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
8032         Use this macro instead of a bare 'abort'.
8033
8034 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
8035
8036         Don't worry about using IRIX 5.3's wctype.h broken definitions;
8037         simply work around them.
8038         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
8039         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
8040         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
8041         declaring.
8042         Don't bother to define as macros, since the standard doesn't require it.
8043         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
8044         longer worry about IRIX 5.3.
8045         (HAVE_WCTYPE_CTMP_BUG): Remove.
8046
8047 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
8048
8049         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
8050         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
8051         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
8052         Problems reported by Georg Schwarz for IRIX 5.3.
8053
8054         * gnulib-tool (autoconf_minversion): Take the maximum version number
8055         found, not the minimum.  Problem reported by James Youngman.
8056
8057 2007-01-03  Karl Berry  <karl@gnu.org>
8058
8059         * doc/error.texi: new file, explaining interaction with progname.
8060         * doc/gnulib.texi: include it.  Update copyright.
8061
8062 2007-01-03  Simon Josefsson  <simon@josefsson.org>
8063
8064         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
8065         AC_CANONICAL_HOST, to improve autobuild outputs.
8066
8067 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
8068             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
8069
8070         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
8071         sockets, server sockets, and other file descriptors.  Count errors
8072         to compute the return value.  Reorder the code a bit to be easier
8073         to follow.  Don't set event bits that were not requested (except
8074         POLLERR and POLLHUP).
8075
8076 2007-01-01  Bruno Haible  <bruno@clisp.org>
8077
8078         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
8079
8080 2007-01-03  Jim Meyering  <jim@meyering.net>
8081
8082         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
8083
8084 2007-01-02  Bruno Haible  <bruno@clisp.org>
8085
8086         * modules/settime (Include): Require timespec.h.
8087         * modules/nanosleep (Include): Likewise.
8088
8089 2007-01-01  Bruno Haible  <bruno@clisp.org>
8090
8091         * gnulib-tool (func_emit_copyright_notice): Bump year.
8092         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
8093
8094 2007-01-01  Bruno Haible  <bruno@clisp.org>
8095
8096         Improve support for OpenBSD.
8097         * build-aux/config.rpath (libname_spec): Export.
8098         (library_names_spec): New variable. Export.
8099         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
8100         library_names_spec from the config.rpath output. Locate shared library
8101         through the name pattern in library_names_spec.
8102
8103 2007-01-01  Eric Blake  <ebb9@byu.net>
8104
8105         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
8106
8107 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
8108
8109         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
8110         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
8111         assume the C locale, and avoid an "eval" that could cause trouble.
8112         Problem with SORT reported by Bob Proulx.
8113
8114         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
8115         Define.  Trivial patch from Henning Nielsen Lund, originally
8116         sent to bug-grep@gnu.org today.
8117
8118 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
8119
8120         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
8121         struct stat.  Problem reported by Henning Nielsen Lund.
8122         * lib/acl.c: Include acl.h first, to check interface.  Don't
8123         bother to include sys/types.h and sys/stat.h again.
8124
8125 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
8126
8127         Import the following change from libc; problem reported by
8128         Sven Verdoolaege.
8129
8130         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
8131
8132         [BZ #1373]
8133         * lib/argp.h: Remove __NTH for __argp_usage inline function.
8134
8135 2006-12-28  Jim Meyering  <jim@meyering.net>
8136
8137         * build-aux/announce-gen: Do not assume that the package
8138         builds any of tar.gz, tar.bz2, and .xdelta files.
8139         Suggestion from Simon Josefsson.
8140
8141 2006-12-28  Simon Josefsson  <simon@josefsson.org>
8142
8143         * modules/announce-gen: New file.
8144
8145 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
8146
8147         * lib/mbchar.h: Just include <wctype.h>; the wctype module
8148         handles its gotchas now.
8149         * lib/mbswidth.c: Likewise.
8150         * lib/wcwidth.h: Likewise.
8151         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
8152         and iswcntrl; the wctype module does this stuff now.
8153         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
8154         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
8155         * modules/mbchar (Depends-on): Add wctype.
8156         * modules/mbswidth (Depends-on): Likewise.
8157         * modules/wcwidth (Depends-on): Likewise.
8158
8159 2006-12-27  Eric Blake  <ebb9@byu.net>
8160
8161         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
8162         module uses more than what <wctype.h> is required to provide.
8163
8164 2006-12-26  Eric Blake  <ebb9@byu.net>
8165
8166         * gnulib-tool (sed_extract_prog): Avoid space-tab.
8167
8168 2006-12-26  Eric Blake  <ebb9@byu.net>
8169
8170         * modules/absolute-header: New module.
8171         * modules/fcntl (Depends-on): Depend on it.
8172         * modules/inttypes (Depends-on): Likewise.
8173         * modules/stdint (Depends-on): Likewise.
8174         * modules/sys_stat (Depends-on): Likewise.
8175         * modules/wctype (Depends-on): Likewise.
8176         * MODULES.html.sh (Support for building libraries and
8177         executables): Document it.
8178
8179 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
8180
8181         * gnulib-tool (SED): Remove, undoing previous change.
8182         The problem was that it broke coreutils on Solaris, because
8183         "sed --posix" leaked into a makefile.
8184         (sed): New alias, if 'alias' and GNU sed.
8185
8186 2006-12-24  Jim Meyering  <jim@meyering.net>
8187
8188         Work around an fchownat bug in glibc-2.4:
8189         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
8190         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
8191         in spite of the -P option.
8192         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
8193         New macros.
8194         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
8195         * modules/openat (Files): Add lib/fchownat.c.
8196         * lib/openat.c (fchownat): Don't define here.  Move to...
8197         * lib/fchownat.c: ...this new file.
8198
8199 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
8200
8201         Fix bug reported by Bruno Haible in
8202         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
8203         where quotearg.c didn't compile on Mac OS X 10.2 because it
8204         lacks <wchar.h> and wint_t.
8205         * lib/wctype_.h (__wctype_wint_t): New type.
8206         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
8207         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
8208         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
8209         Arg is now of type __wctype_wint_t, not wint_t.
8210         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
8211         substitute HAVE_WINT_T.
8212         * modules/wctype (Files): Add m4/wint_t.m4.
8213         (wctype.h): Substitute HAVE_WINT_T.
8214
8215 2006-12-23  Bruno Haible  <bruno@clisp.org>
8216
8217         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
8218
8219 2006-12-23  Bruno Haible  <bruno@clisp.org>
8220
8221         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
8222         S_ISLNK.
8223         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
8224         mingw.
8225
8226 2006-12-22  Bruno Haible  <bruno@clisp.org>
8227
8228         * lib/copy-file.c: Include acl.h.
8229         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
8230         Close the file descriptors only after being done with copy_acl.
8231         * modules/copy-file (Depends-on): Add acl.
8232
8233 2006-12-22  Bruno Haible  <bruno@clisp.org>
8234
8235         * gnulib-tool (SED): New variable.
8236         Use $SED instead of sed everywhere.
8237
8238 2006-12-22  Bruno Haible  <bruno@clisp.org>
8239
8240         * modules/no-c++: New file.
8241         * m4/no-c++.m4: New file.
8242         * MODULES.html.sh (Support for building libraries and executables):
8243         Add no-c++.
8244
8245 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
8246
8247         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
8248         Include <limits.h>, and use its INT_MAX to rewrite the
8249         j loop so that it does not overflow 'int'.  Problem reported by
8250         Ralf Wildenhues in
8251         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
8252         Play it safe by shifting left by 1 rather than multiplying by 2,
8253         as GCC is less likely to optimize this away when the value
8254         is signed (when it assumes overflow leads to undefined behavior).
8255         Also, don't assume time_t uses two's complement.
8256
8257 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
8258
8259         * MODULES.html.sh: New module wctype.
8260         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
8261         * lib/fnmatch.c: Don't bother to include <wchar.h> before
8262         <wctype.h>, since the new wctype module should fix this.
8263         * lib/quotearg.c: Include <wctype.h> unconditionally, since
8264         the wctype module should arrange for it.
8265         * lib/regex_internal.h: Likewise.
8266         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
8267         since the wctype module should handle this now.
8268         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
8269         * modules/fnmatch (Depends-on): Add wctype.
8270         * modules/quotearg (Depends-on): Likewise.
8271         * modules/regex (Depends-on): Likewise.
8272
8273 2006-12-19  Bruno Haible  <bruno@clisp.org>
8274
8275         * lib/strdup.h [C++]: Wrap definitions in extern "C".
8276         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
8277
8278 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8279
8280         * modules/savewd (Depends-on): Fix dependency on fcntl.
8281
8282 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
8283
8284         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
8285         conforms to C99, rather than relying on the user's environment
8286         setting of STDINT_H.
8287
8288 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
8289         and Eric Blake  <ebb9@byu.net>
8290
8291         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
8292         This is more consistent with the other defines here.
8293         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
8294         Port to z/OS.  Problem reported by Paul Gilmartin.
8295         Change local vars to use gl_ prefix rather than ac_.
8296         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
8297         with other defines.
8298         * modules/double-slash-root: New module.
8299         * modules/dirname (Files): Remove m4/double-slash-root.m4.
8300         (Depends-on): Add double-slash-root.
8301         * MODULES.html.sh (File system functions): Mention new module.
8302
8303 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
8304
8305         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
8306         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
8307         This is for the benefit of gzip, which doesn't do i18n.
8308
8309 2006-12-12  Jim Meyering  <jim@meyering.net>
8310
8311         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
8312         Reported by Andreas Schwab <schwab@suse.de>.
8313
8314 2006-12-12  Bruno Haible  <bruno@clisp.org>
8315
8316         Merge these changes.
8317         2006-09-05  Bruno Haible  <bruno@clisp.org>
8318         * lib/iconvme.c (iconv_string): No need to save and restore errno when
8319         iconv_alloc succeeded.
8320         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
8321         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
8322         test for " && dest " at the end - dest is always != NULL there. Call
8323         iconv with 4xNULL arguments initially, to reset the state. Call iconv
8324         with 2xNULL arguments, also to flush the state storage. Handle the
8325         IRIX iconv behaviour. Realloc the final result, to throw away unused
8326         memory.
8327
8328 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
8329
8330         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
8331         and fchmodat unconditionally, since glibc 2.4 has them.
8332         Problem reported by Arkadiusz Miskiewicz.
8333
8334 2006-12-10  Bruno Haible  <bruno@clisp.org>
8335
8336         * gnulib-tool (func_import): Show the include files only for those
8337         modules that are copied and specified.
8338         Reported by Karl Berry.
8339
8340 2006-12-08  Jim Meyering  <jim@meyering.net>
8341
8342         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
8343         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
8344
8345         * build-aux/announce-gen: Add two new options, both optional:
8346         --bootstrap-tools=TOOL_LIST
8347               a comma-separated list of tools, e.g.,
8348               autoconf,automake,bison,gnulib
8349         --gnulib-snapshot-date=DATE
8350               if gnulib is in the bootstrap tool list,
8351               then report this as the snapshot date.
8352               If not specified, use the current date/time.
8353               If you specify a date here, be sure it's UTC.
8354
8355 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8356
8357         * tests/test-argp-2.sh: Fix test to match actual output.
8358         (func_compare): Fix sed script to be portable.
8359
8360 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
8361
8362         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
8363         workaround for this case.  It is not autoconfigured now; offhand
8364         it's hard to see how to autoconfigure it.
8365
8366 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
8367
8368         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
8369         a directory that is about to be chowned.  Such a directory's
8370         initial file permissions should permit the owner only and this
8371         should not be changed until after the chown, since the group and
8372         other bits would be incorrect if they granted permission before
8373         the chown.
8374
8375         Fix porting problem for iswctype reported by Georg Schwarz in:
8376         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
8377         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
8378         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
8379         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
8380         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
8381
8382 2006-12-03  Jim Meyering  <jim@meyering.net>
8383
8384         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
8385         p->fts_statp may not yet be defined.
8386         (fts_read): Instead, set it in the caller, once p->fts_statp is
8387         sure to be defined, and corresponds to a top-level directory.
8388         This bug made du -x fail.  Here's the coreutils test case:
8389         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
8390         Reported by Mike Frysinger.
8391
8392 2006-12-01  Jim Meyering  <jim@meyering.net>
8393
8394         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
8395         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
8396         Reported by Simon Josefsson.
8397
8398 2006-11-30  Jim Meyering  <jim@meyering.net>
8399
8400         * m4/warning.m4: Use the all-permissive copyright notice
8401         recommended by RMS (rather than LGPL).
8402         * m4/vararrays.m4: Likewise.
8403         * m4/flexmember.m4: Likewise.
8404
8405 2006-11-29  Bruno Haible  <bruno@clisp.org>
8406
8407         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
8408         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
8409         using +=.
8410         Reported by Simon Josefsson <simon@josefsson.org>.
8411
8412 2006-11-28  James Youngman <jay@gnu.org>
8413
8414         * README: Advise users that they might find the bug-gnulib@gnu.org
8415         and autotools-announce@gnu.org mailing lists useful.
8416
8417 2006-11-28  Bruno Haible  <bruno@clisp.org>
8418
8419         * m4/ptrdiff_max.m4: Remove file.
8420
8421 2006-11-21  Bruno Haible  <bruno@clisp.org>
8422
8423         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
8424         _AC_COMPUTE_INT.
8425         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
8426         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
8427         _AC_COMPUTE_INT.
8428         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
8429         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
8430         _AC_COMPUTE_INT.
8431         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
8432
8433 2006-11-28  Jim Meyering  <jim@meyering.net>
8434
8435         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
8436         warning from "gcc -Wshadow" about shadowing the builtin.
8437
8438 2006-11-27  Bruno Haible  <bruno@clisp.org>
8439
8440         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
8441         _AC_COMPUTE_INT.
8442         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
8443
8444 2006-11-27  Bruno Haible  <bruno@clisp.org>
8445             Paul Eggert  <eggert@cs.ucla.edu>
8446
8447         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
8448
8449 2006-11-26  Bruno Haible  <bruno@clisp.org>
8450
8451         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
8452         noinst_LTLIBRARIES.
8453
8454 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
8455             Bruno Haible  <bruno@clisp.org>
8456
8457         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
8458         if compiling with "gcc -ansi".
8459
8460 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
8461
8462         Fix some incompatibilities with gcc -ansi -pedantic.
8463         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
8464         if compiling pedantically with GCC, unless it's C99 or later.
8465         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
8466         it mishandles gcc -ansi -pedantic as well.
8467         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
8468         if gcc -pedantic.
8469         * lib/regexec.c (check_node_accept_bytes): Don't use auto
8470         initializers for struct if -pedantic, unless it's C99 or later.
8471
8472 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
8473
8474         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
8475         Don't close an fd more than once. Identical atimes indicate
8476         success, not failure.
8477
8478 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
8479
8480         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
8481
8482 2006-11-23  Jim Meyering  <jim@meyering.net>
8483
8484         * build-aux/announce-gen: New file.  From coreutils.
8485
8486 2006-11-22  Jim Meyering  <jim@meyering.net>
8487
8488         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
8489         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
8490         (fts_read): Use a temporary to narrow the overused st_size member
8491         before using it in a switch statement.  Reported by Matthew Woehlke.
8492
8493         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
8494         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
8495
8496 2006-11-20  Bruno Haible  <bruno@clisp.org>
8497
8498         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
8499         changequote instead of pairs of brackets.
8500         Reported by Andreas Schwab <schwab@suse.de>.
8501
8502 2006-11-21  Jim Meyering  <jim@meyering.net>
8503
8504         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
8505         so as to remain compatible with older compilers.
8506         Patch from Michael Deutschmann.
8507
8508 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
8509
8510         * MODULES.html.sh (File system functions): Add openat.
8511
8512         * lib/openat.h (rpl_fstatat): New macro, if
8513         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
8514         (fstatat): Define to rpl_fstatat under the same conditions,
8515         unless COMPILING_FSTATAT.
8516         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
8517         seems to have the bug.
8518         * lib/fstatat.c: New file.
8519         * modules/openat (Files): Add it.
8520
8521 2006-11-20  Bruno Haible  <bruno@clisp.org>
8522
8523         * Makefile: New file.
8524
8525 2006-11-20  Jim Meyering  <jim@meyering.net>
8526
8527         The beginnings of syntax-related checks for gnulib.
8528         * lib/Makefile: New file.
8529         * lib/t-idcache: New script.  Ensure that the two halves of
8530         idcache.c stay in sync.
8531
8532         * lib/idcache.c: Adjust comments in user- and group- portions to
8533         be more accurate, and to be consistent with one another.
8534
8535 2006-11-20  Jim Meyering  <jim@meyering.net>
8536
8537         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
8538         continue using the flexible array member (thus, this module performs
8539         half as many malloc calls), with the addition that...
8540         (getgroup, getuser): Consistently record a non-match via an empty
8541         "name" string, and map an empty string match to a NULL return value.
8542         * modules/idcache (Depends-on): Re-add flexmember.
8543
8544         * lib/idcache.c (getuser): Remove all uses of the register keyword.
8545         (getuidbyname, getgroup, getgidbyname): Likewise.
8546
8547         Use cleaner syntax: NULL rather than 0.
8548         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
8549
8550 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
8551
8552         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
8553         It mishandled the case where the group was missing.
8554         Problem reported by Greg Schafer.
8555         * modules/idcache: Likewise.
8556
8557 2006-11-18  Jim Meyering  <jim@meyering.net>
8558
8559         * check-module (%exempt_header): Add exception for some
8560         conditionally-included headers.
8561
8562         * modules/i-ring (Depends-on): Add verify.
8563         (License): Change to LGPL.
8564
8565 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
8566
8567         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
8568         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
8569         and inttostr.h.  Use snprintf rather than uinttostr, so that
8570         LGPLed code doesn't depend on GPLed.
8571
8572 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
8573
8574         * modules/inline (License): Change from GPL to LGPL.
8575
8576 2006-11-17  Jim Meyering  <jim@meyering.net>
8577
8578         * modules/d-type (License): Switch to LGPL.
8579
8580 2006-11-15  Bruno Haible  <bruno@clisp.org>
8581
8582         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
8583
8584 2006-11-15  Eric Blake  <ebb9@byu.net>
8585
8586         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
8587         the module dependency.
8588
8589 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
8590             Bruno Haible  <bruno@clisp.org>
8591
8592         * gnulib-tool (func_create_testdir): Add license consistency check.
8593
8594 2006-11-15  Eric Blake  <ebb9@byu.net>
8595
8596         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
8597         random "(cached)" in configure output.
8598
8599 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8600
8601         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
8602         test for conforming inttypes.h is both announced and cached.
8603
8604         * MODULES.html.sh (seen_modules, seen_files): New variables.
8605         (func_module): Rewrite to use a few less gnulib-tool and sed
8606         invocations.  Avoid a couple of quadratic algorithms for ...
8607         (missed_modules, missed_files): ... these, with ...
8608         (func_append, func_tmpdir): ... these new functions, from
8609         gnulib-tool.  Analogously, install traps for cleanup.
8610
8611         * tests/test-gc.c (main): Remove unused variables.
8612         * tests/test-read-file.c: Include stdlib.h, for 'free'.
8613
8614 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
8615
8616         * modules/inttostr (License): Change to LGPL.
8617
8618 2006-11-14  Eric Blake  <ebb9@byu.net>
8619
8620         * modules/tempname (License): Change to LGPL.
8621
8622 2006-11-14  Eric Blake  <ebb9@byu.net>
8623
8624         * doc/functions.texi (Function Portability): *printf functions on
8625         Cygwin now understand all POSIX size specifiers.
8626
8627 2006-11-14  Bruno Haible  <bruno@clisp.org>
8628
8629         * modules/c-ctype (License): Change to LGPL.
8630
8631 2006-11-12  Bruno Haible  <bruno@clisp.org>
8632
8633         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
8634         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
8635         for GNOME libraries, for which the include files are installed in
8636         subdirectories of $prefix/include.
8637
8638 2006-11-12  Bruno Haible  <bruno@clisp.org>
8639
8640         * m4/lib-link.m4: Require at least autoconf-2.54.
8641         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
8642         name to underscores for the --with option.
8643
8644 2006-11-13  Bruno Haible  <bruno@clisp.org>
8645
8646         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
8647         the tests directory.
8648         Reported by Ralf Wildenhues.
8649
8650 2006-11-13  Bruno Haible  <bruno@clisp.org>
8651
8652         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
8653         (func_emit_initmacro_end): Undo the override here.
8654         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
8655         Works around the famous automake error in coreutils.
8656
8657 2006-11-13  Eric Blake  <ebb9@byu.net>
8658
8659         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
8660         element, not its node.
8661
8662 2006-11-12  Bruno Haible  <bruno@clisp.org>
8663
8664         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
8665         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
8666
8667 2006-11-12  Bruno Haible  <bruno@clisp.org>
8668
8669         * gnulib-tool: New option --local-symlink.
8670         (func_usage): Document it.
8671         (lsymbolic): New variable.
8672         (func_import, func_create_testdir): If --symlink was not specified,
8673         test whether --local-symlink was specified and the file comes from
8674         the local_gnulib_dir.
8675
8676 2006-11-12  Bruno Haible  <bruno@clisp.org>
8677
8678         * gnulib-tool (func_ln): New function.
8679         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
8680
8681 2006-11-12  Bruno Haible  <bruno@clisp.org>
8682
8683         Finish support for source files in subdirectories.
8684         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
8685         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
8686         AUTOMAKE_OPTIONS.
8687         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
8688
8689 2006-11-12  Bruno Haible  <bruno@clisp.org>
8690
8691         * gnulib-tool (func_get_automake_snippet): Synthesize also an
8692         EXTRA_lib_SOURCES augmentation.
8693         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
8694
8695 2006-11-12  Jim Meyering  <jim@meyering.net>
8696
8697         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
8698         file descriptors.  This also averts a failure on systems with
8699         native openat support when a traversed directory lacks "x" access.
8700         * lib/fts_.h: Include "i-ring.h"
8701         (struct FTS) [fts_fd_ring]: New member.
8702         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
8703         (FCHDIR): Add parentheses.
8704         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
8705         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
8706         When descending, rather than simply closing the previous
8707         fts_cwd_fd value, push that file descriptor onto the ring.
8708         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
8709         (fts_open): Initialize the new fd_ring member.
8710         (fts_close): Clear the ring.
8711         (fts_safe_changedir): When possible, use our new fd_ring to skip
8712         the diropen and fstat and dev/ino comparison that would normally
8713         accompany a virtual `chdir ("..")'.
8714
8715         * modules/fts (Depends-on): Add i-ring.
8716         * modules/i-ring: New module.
8717         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
8718         * m4/i-ring.m4: New file.
8719
8720 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8721
8722         * gnulib-tool (func_create_testdir): Fix replacement of
8723         `build-aux' in configure.ac.  Run autotools in gltests
8724         subdirectory.
8725         (func_create_testdir, func_create_megatestdir, test): There is
8726         no need for '--force' in most autotool invocations in a new
8727         tree.  Actually fail the whole test if any of the tools, or the
8728         configure or make stages fail.
8729
8730         Sync from Automake.
8731         * build-aux/gnupload: Revert last change.  Add pointer to upload
8732         instructions of the GNU Maintenance Instructions.
8733         Suggestion by Karl Berry.
8734
8735 2006-11-10  Jim Meyering  <jim@meyering.net>
8736
8737         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
8738
8739 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
8740
8741         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
8742         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
8743         (bind_textdomain_codeset) [! ENABLE_NLS]:
8744         Evaluate all the arguments.  That way, callers get compatible behavior
8745         if the arguments have side effects.  Also, it avoids some GCC
8746         diagnostics in some cases; Joel E. Denny reported problems when Bison
8747         was configured with --enable-gcc-warnigs.
8748
8749 2006-11-10  Jim Meyering  <jim@meyering.net>
8750
8751         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
8752         relevant options in CFLAGS (like -O, -fno-inline) are taken into
8753         account.
8754
8755 2006-11-10  Jim Meyering  <jim@meyering.net>
8756
8757         * modules/inline: New file/module.
8758         * modules/xalloc (Files): Remove m4/inline.m4.
8759         (Depends-on): Add inline, instead.
8760         * modules/oset: Likewise.
8761         * modules/list: Likewise.
8762
8763 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
8764
8765         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
8766         Problem reported by Matthew Woehlke.
8767
8768 2006-11-09  Bruno Haible  <bruno@clisp.org>
8769
8770         * lib/tempname.c (gen_tempname): Remove variant that invokes
8771         __gen_tempname.
8772         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
8773         __gen_tempname.
8774
8775 2006-11-08  Bruno Haible  <bruno@clisp.org>
8776
8777         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
8778         to 'yes' instead of 'cross-compiling'.
8779
8780 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
8781
8782         * lib/quotearg.h (quotearg_free): New decl.
8783         * lib/quotearg.c (quotearg_free): New function.
8784         (slot0, nslots, slotvec0, slotvec):
8785         Now file-scope so that quotearg_free can get at them.
8786
8787 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8788
8789         Sync from Automake.
8790         * build-aux/gnupload: Add missing 'gnu' to example URL.
8791         Report by Karl Berry.
8792
8793 2006-11-08  Bruno Haible  <bruno@clisp.org>
8794
8795         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
8796         Suggested by Paul Eggert.
8797
8798 2006-11-08  Jim Meyering  <jim@meyering.net>
8799
8800         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
8801         It's already included if !_LIBC.
8802         (fts_safe_changedir): Add a comment.
8803
8804 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
8805
8806         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
8807         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
8808         Matthew Woehlke.
8809
8810         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
8811         definitions up, to avoid colliding with change below.
8812         (static_inline) [HAVE_INLINE]: New macro.
8813         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
8814         Provide extern decls when !HAVE_INLINE.  Do not define unless
8815         static_inline is defined, either by us or by xmalloc.c.  Use
8816         static_inline rather than static inline.
8817         (XCALLOC): Optimize sizeof(T) = 1 case.
8818         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
8819
8820 2006-11-07  Bruno Haible  <bruno@clisp.org>
8821
8822         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
8823         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
8824         AC_C_INLINE.
8825         * modules/xalloc (Files): Add m4/inline.m4.
8826
8827 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8828
8829         * README: Fix typo.
8830         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
8831         (Miscellanous Notes): ...from this.
8832
8833 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
8834
8835         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
8836         Mention that offsetof should be used instead of sizeof.
8837         From Bruno Haible.
8838
8839 2006-11-07  Bruno Haible  <bruno@clisp.org>
8840
8841         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
8842
8843 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
8844
8845         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
8846         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
8847         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
8848         (gl_tree_add_before, gl_tree_add_after):
8849         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
8850         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
8851         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
8852         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
8853         (gl_linked_add_after, gl_linked_add_at): Likewise.
8854         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
8855         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
8856         (gl_tree_add_before, gl_tree_add_after): Likewise.
8857         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
8858         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
8859         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
8860
8861 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8862
8863         * lib/gl_oset.h: Use C comment style, not C++ comment style.
8864
8865 2006-11-06  Bruno Haible  <bruno@clisp.org>
8866
8867         * m4/inline.m4: New file.
8868         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
8869         * modules/list (Files): Add m4/inline.m4.
8870         * modules/oset (Files): Likewise.
8871
8872 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
8873
8874         * lib/idcache.c: Include <stddef.h>, for offsetof.
8875         (struct userid.name): Change from char * to a flexible array member.
8876         All uses changed.
8877         * modules/idcache (Depends-on): Add flexmember.
8878
8879         * MODULES.html.sh (Core language properties): New module flexmember.
8880         * modules/flexmember, m4/flexmember.m4: New files.
8881
8882         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
8883         inline functions that are identical with the old xnmalloc_inline,
8884         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
8885         that we can avoid some unnecessary integer multiplications and
8886         divisions in the common case where the element size is known at
8887         compile time.
8888         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
8889         needed.
8890         (xnboundedmalloc): Remove.
8891         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
8892         arguments, for consistency with rest of this header.
8893         (xcharalloc): Rewrite using XNMALLOC.
8894         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
8895         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
8896         versions have been moved to lib/xalloc.h and renamed to be the
8897         non-*_inline versions.
8898         (xmalloc, xrealloc): Implement without reference to the xnmalloc
8899         and xnrealloc functions, since those functions are now inline and
8900         now call us.
8901         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
8902         renaming described above.
8903         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
8904         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
8905         captures the dependency in AC_C_INLINE.
8906
8907         New module canonicalize-lgpl, proposed by Charles Wilson in
8908         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
8909         with a few small changes afterwards.
8910         * MODULES.html.sh (File system functions): New module
8911         canonicalize-lgpl.
8912         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
8913         and canonicalize_file_name.
8914         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
8915         * modules/canonicalize-lgpl: New files.
8916
8917 2006-11-05  Bruno Haible  <bruno@clisp.org>
8918
8919         * gnulib-tool (func_import, func_create_testdir): Create directories
8920         also for files in subdirectories of lib/.
8921
8922 2006-11-05  Bruno Haible  <bruno@clisp.org>
8923
8924         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
8925         ANSI C compliant.
8926
8927 2006-11-03  Bruno Haible  <bruno@clisp.org>
8928
8929         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
8930         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
8931         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
8932         (xnboundedmalloc): New inline function.
8933         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
8934         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
8935         xmalloc.
8936         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
8937         xmalloc.
8938         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
8939         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
8940         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
8941         xmalloc.
8942         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
8943         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
8944         xmalloc.
8945         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
8946         gl_tree_add_after): Use XMALLOC instead of xmalloc.
8947         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
8948         xmalloc.
8949         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
8950         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
8951         gl_tree_add_after): Use XMALLOC instead of xmalloc.
8952         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
8953         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
8954         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
8955         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
8956
8957 2006-11-03  Bruno Haible  <bruno@clisp.org>
8958
8959         * lib/c-ctype.h [C++]: Define functions without name mangling.
8960         * lib/fwriteerror.h [C++]: Likewise.
8961         * lib/gcd.h [C++]: Likewise.
8962         * lib/linebreak.h [C++]: Likewise.
8963
8964 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
8965
8966         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
8967         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
8968         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
8969         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
8970         Check for functions and headers just once.
8971         Check for declaration of canonicalize_file_name.
8972         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
8973
8974 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
8975
8976         * gnulib-tool (func_import): Fix typo in actioncmd.
8977
8978 2006-11-02  Bruno Haible  <bruno@clisp.org>
8979
8980         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
8981         newline sequence in the Makefile.am snippet as a space, like "make"
8982         does.
8983         Reported by Roger Persson <perrog@gmail.com>.
8984
8985 2006-11-01  Bruno Haible  <bruno@clisp.org>
8986
8987         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
8988         already declared in <string.h>.
8989         * lib/strcase.h (strncasecmp): Don't declare it if yes.
8990
8991 2006-11-01  Bruno Haible  <bruno@clisp.org>
8992
8993         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
8994         * lib/strcase.h: Include <string.h>.
8995         (strcasecmp): Define to rpl_strcasecmp here.
8996
8997 2006-11-01  Bruno Haible  <bruno@clisp.org>
8998
8999         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
9000
9001 2006-11-01  Eric Blake  <ebb9@byu.net>
9002
9003         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
9004
9005         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
9006
9007 2006-10-29  Bruno Haible  <bruno@clisp.org>
9008
9009         Make it compile in C++ mode.
9010         * lib/full-write.c (full_rw): Add a cast.
9011
9012 2006-11-01  Bruno Haible  <bruno@clisp.org>
9013
9014         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
9015         be POSIX compliant.
9016         Reported by Roger Persson <perrog@gmail.com>.
9017
9018 2006-11-01  Eric Blake  <ebb9@byu.net>
9019
9020         * lib/getopt_.h: Fix comments.
9021
9022 2006-10-31  Eric Blake  <ebb9@byu.net>
9023
9024         * modules/tmpdir (Depends-on): Add sys_stat.
9025         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
9026         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
9027         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
9028         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
9029         tempname.
9030
9031 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
9032
9033         Avoid some C++ diagnostics reported by Bruno Haible.
9034         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
9035         xmalloc.
9036         (quotearg_alloc): Use xcharalloc rather than xmalloc.
9037         (struct slotvec): Move to top level.
9038         (quotearg_n_options): Rewrite to avoid xmalloc.
9039         * lib/xalloc.h (xcharalloc): New function.
9040         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
9041         [defined __cplusplus]: Add function template that provides result
9042         type propagation.  This part of the change is from Bruno Haible.
9043
9044 2006-10-29  Bruno Haible  <bruno@clisp.org>
9045
9046         Make it compile in C++ mode.
9047         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
9048         * lib/strnlen1.c (strnlen1): Cast memchr result.
9049         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
9050         * lib/clean-temp.c (string_equals, string_hash): Add casts.
9051         (create_temp_dir): Rename local variable 'template'.
9052         (compile_csharp_using_sscli): Add cast.
9053         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
9054         * lib/findprog.c (find_in_path): Likewise.
9055         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
9056         * lib/wait-process.c (register_slave_subprocess): Likewise.
9057
9058 2006-10-22  Bruno Haible  <bruno@clisp.org>
9059
9060         * modules/tsearch: New file.
9061         * lib/tsearch.h: New file.
9062         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
9063         * m4/tsearch.m4: New file.
9064         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
9065
9066 2006-10-29  Eric Blake  <ebb9@byu.net>
9067
9068         * lib/arcfour.c: Assume config.h.
9069         * lib/arctwo.c: Likewise.
9070         * lib/base64.c: Likewise.
9071         * lib/check-version.c: Likewise.
9072         * lib/crc.c: Likewise.
9073         * lib/des.c: Likewise.
9074         * lib/gc-gnulib.c: Likewise.
9075         * lib/gc-libgcrypt.c: Likewise.
9076         * lib/gc-pbkdf2-sha1.c: Likewise.
9077         * lib/getaddrinfo.c: Likewise.
9078         * lib/getdelim.c: Likewise.
9079         * lib/getline.c: Likewise.
9080         * lib/hmac-md5.c: Likewise.
9081         * lib/hmac-sha1.c: Likewise.
9082         * lib/iconvme.c: Likewise.
9083         * lib/md2.c: Likewise.
9084         * lib/md4.c: Likewise.
9085         * lib/memxor.c: Likewise.
9086         * lib/read-file.c: Likewise.
9087         * lib/readline.c: Likewise.
9088         * lib/rijndael-alg-fst.c: Likewise.
9089         * lib/rijndael-api-fst.c: Likewise.
9090         * lib/xgetdomainname.c: Likewise.
9091
9092 2006-10-28  Eric Blake  <ebb9@byu.net>
9093
9094         * lib/xstrndup.c: Assume config.h.
9095
9096 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
9097
9098         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
9099         stat-macros.h is now for our own macros, whereas stat_h is for
9100         macros in the <sys/stat.h> name space.
9101         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
9102         (STAT_MACROS_H): Remove.
9103         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
9104         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
9105         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
9106         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
9107         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
9108         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
9109         Move these macros to ...
9110         * lib/stat_.h: here.  Don't include stat-macros.h.
9111         * lib/canonicalize.c: Don't include stat-macros.h.
9112         * lib/chown.c: Likewise.
9113         * lib/euidaccess.c: Likewise.
9114         * lib/file-type.c: Likewise.
9115         * lib/filemode.c: Likewise.
9116         * lib/glob.c: Likewise.
9117         * lib/isapipe.c: Likewise.
9118         * lib/lchown.c: Likewise.
9119         * lib/lstat.c: Likewise.
9120         * lib/mkdir-p.c: Likewise.
9121         * lib/rmdir.c: Likewise.
9122         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
9123         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
9124         unless mkdir isn't declared, to speed up 'configure'.
9125         Always create sys/stat.h, since it's unlikely any real sys/stat.h
9126         would define all the S_* symbols.
9127         * modules/canonicalize (Depends-on):
9128         Depend on sys_stat, not stat-macros.
9129         * modules/chown: Likewise.
9130         * modules/euidaccess: Likewise.
9131         * modules/filemode: Likewise.
9132         * modules/file-type: Likewise.
9133         * modules/glob: Likewise.
9134         * modules/isapipe: Likewise.
9135         * modules/lchown: Likewise.
9136         * modules/lstat: Likewise.
9137         * modules/mkancesdirs: Likewise.
9138         * modules/rmdir: Likewise.
9139         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
9140         * modules/modechange: Likewise.
9141         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
9142         (configure.ac): Remove gl_STAT_MACROS.
9143         * modules/sys_stat (Depends-on): Remove stat-macros.
9144
9145 2006-10-27  Bruno Haible  <bruno@clisp.org>
9146
9147         * m4/signed.m4: Remove file.
9148         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
9149         invocation.
9150         * modules/vasnprintf (Files): Remove m4/signed.m4.
9151
9152 2006-10-27  Bruno Haible  <bruno@clisp.org>
9153
9154         Update to GNU gettext 0.16.
9155         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
9156         m4/inttypes-h.m4, m4/signed.m4.
9157         * m4/gettext.m4: Update to GNU gettext 0.16.
9158         * m4/intl.m4: New file, from GNU gettext.
9159         * m4/intldir.m4: New file, from GNU gettext.
9160         * config/srclist.txt: Update
9161
9162 2006-10-27  Eric Blake  <ebb9@byu.net>
9163
9164         * MODULES.html.sh: Document tempname.
9165         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
9166         dependencies.
9167         (Files): Move lib/tempname.c...
9168         * modules/tempname: ...to this new module.
9169         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
9170         (gl_PREREQ_TEMPNAME): Move...
9171         * m4/tempname.m4: ...to this new file.
9172         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
9173         * modules/sys_stat (Depends-on): Add stat-macros.
9174         * lib/stat_.h (includes): Pick up stat macros.
9175         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
9176         if stat macros are broken.
9177         * lib/tempname.c (includes): No need to include "stat-macros.h".
9178         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
9179         (direxists, __path_search) [!_LIBC]: Don't compile these in
9180         gnulib; the tmpdir module covers that.
9181         * lib/tempname.h: New file.
9182
9183 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
9184
9185         * COPYING: Explain how gnulib-tool converts licence headers.
9186         Almost all wording by Eric Blake.
9187
9188 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
9189
9190         * lib/mbchar.h (is_basic_table): Make read-only.
9191         * lib/mbchar.c (is_basic_table): Likewise.
9192         Reported by John Darrington.
9193
9194 2006-10-25  Bruno Haible  <bruno@clisp.org>
9195
9196         * lib/progname.h (set_program_name): Undefine before defining.
9197
9198 2006-10-25  Bruno Haible  <bruno@clisp.org>
9199
9200         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
9201         false for non-gcc C++ compilers.
9202         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
9203
9204 2006-10-24  Bruno Haible  <bruno@clisp.org>
9205
9206         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
9207         iconv implementations like Irix iconv.
9208
9209 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
9210
9211         * modules/vararrays: New file.
9212         * m4/vararrays.m4: New file, taken from diffutils.
9213         * MODULES.html.sh: New module vararrays.
9214
9215 2006-10-24  Karl Berry  <karl@gnu.org>
9216
9217         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
9218         Don't call GNU Unix.
9219
9220 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9221
9222         * users.txt: Add Libtool.
9223
9224         Sync from Libtool:
9225
9226         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
9227
9228         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
9229         to gnulib's policy of including config.h unconditionally.
9230
9231 2006-10-24  Bruno Haible  <bruno@clisp.org>
9232
9233         * modules/wcwidth (Files): Add m4/wint_t.m4.
9234         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
9235         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
9236
9237 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
9238
9239         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
9240         to pacify GCC with some -W flags enabled.  Problem reported by
9241         Bruno Haible.
9242
9243 2006-10-24  Jim Meyering  <jim@meyering.net>
9244
9245         * MODULES.html.sh: Remove uinttostr.  It's not a module.
9246         Reported by Karl Berry.
9247
9248 2006-10-23  Bruno Haible  <bruno@clisp.org>
9249
9250         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
9251
9252 2006-10-24  Bruno Haible  <bruno@clisp.org>
9253
9254         * lib/gl_list.h: Use C comment style, not C++ comment style.
9255
9256 2006-10-23  Eric Blake  <ebb9@byu.net>
9257
9258         * lib/getaddrinfo.c (includes): Add missing include.
9259
9260 2006-10-23  Bruno Haible  <bruno@clisp.org>
9261             Paul Eggert  <eggert@cs.ucla.edu>
9262
9263         Ability to rename obstack_free.
9264         * lib/obstack.h (__obstack_free): New macro. Declare instead of
9265         obstack_free.
9266         (obstack_free): Invoke the __obstack_free macro.
9267         * lib/obstack.c (obstack_free): Use __obstack_free macro.
9268
9269 2006-10-23  Bruno Haible  <bruno@clisp.org>
9270             Paul Eggert  <eggert@cs.ucla.edu>
9271
9272         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
9273         __argc, __argv from the declaration. (They are defined as macros on
9274         mingw.)
9275
9276 2006-10-22  Bruno Haible  <bruno@clisp.org>
9277
9278         * doc/gnulib-intro.texi: New file.
9279         * doc/gnulib.texi: Include it.
9280
9281 2006-10-21  Bruno Haible  <bruno@clisp.org>
9282
9283         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
9284         "Introduction", "Miscellanous Notes", "Particular Modules".
9285
9286 2006-10-21  Bruno Haible  <bruno@clisp.org>
9287
9288         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9289         Change mostlyclean-local rule to avoid sh syntax error from bash
9290         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
9291
9292 2006-10-23  Jim Meyering  <jim@meyering.net>
9293
9294         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
9295         in place of snprintf.
9296
9297         * modules/inttostr (Files): Add lib/uinttostr.c.
9298         * lib/uinttostr.c (inttostr): New file/function.
9299         * lib/inttostr.h (uinttostr): Declare.
9300         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
9301         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
9302         Add uinttostr.
9303         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
9304
9305 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
9306
9307         * lib/canonicalize.c (ELOOP): Define if not already defined.
9308         Problem reported by Bruno Haible in
9309         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
9310
9311 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
9312
9313         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
9314         Problem reported by Perry Smith and Ville Laurikari.
9315
9316         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
9317         uses.
9318
9319 2006-10-19  Bruno Haible  <bruno@clisp.org>
9320
9321         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
9322         for mingw.
9323
9324 2006-10-19  Bruno Haible  <bruno@clisp.org>
9325
9326         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
9327         Needed for mingw.
9328
9329 2006-10-19  Bruno Haible  <bruno@clisp.org>
9330
9331         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
9332
9333 2006-10-19  Bruno Haible  <bruno@clisp.org>
9334
9335         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
9336         it.
9337
9338 2006-10-19  Bruno Haible  <bruno@clisp.org>
9339
9340         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
9341         invocation.
9342
9343 2006-10-19  Bruno Haible  <bruno@clisp.org>
9344
9345         * gnulib-tool (func_create_testdir): Don't include ftruncate and
9346         mountlist by default.
9347
9348 2006-10-16  Bruno Haible  <bruno@clisp.org>
9349
9350         * lib/c-strstr.c: Include c-strstr.h.
9351
9352 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
9353
9354         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
9355         in a slash.
9356
9357 2006-10-18  Bruno Haible  <bruno@clisp.org>
9358
9359         * lib/lock.h [C++]: Wrap definitions in extern "C".
9360
9361 2006-10-18  Bruno Haible  <bruno@clisp.org>
9362
9363         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
9364         gl_LIBOBJS list.
9365
9366 2006-10-18  Bruno Haible  <bruno@clisp.org>
9367
9368         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
9369
9370 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
9371
9372         * lib/xstrtol.h: Include gettext.h.
9373         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
9374         Problem reported by Eric Blake.
9375         * modules/xstrtol (Depends-on): Add gettext-h.
9376
9377 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
9378
9379         * lib/strftime.c (advance): New macro.
9380         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
9381         incomplete type, so you can't add 0 to it.  Problem and patch
9382         reported by Eelco Dolstra for dietlibc.
9383
9384 2006-10-18  Jim Meyering  <jim@meyering.net>
9385
9386         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
9387         type for a local, and rename it: s/up/user_proc/.
9388
9389 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
9390
9391         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
9392         READ_UTMP_USER_PROCESS.
9393         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
9394
9395 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
9396
9397         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
9398         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
9399
9400 2006-10-17  Eric Blake  <ebb9@byu.net>
9401
9402         * lib/sigprocmask.c (sigprocmask): Fix typo.
9403
9404         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
9405
9406         * modules/clean-temp (Makefile.am): Don't add to make output...
9407         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
9408         config.h.
9409
9410 2006-10-17  Bruno Haible  <bruno@clisp.org>
9411
9412         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
9413         differently if DEFAULT_TEXT_DOMAIN is set.
9414
9415 2006-10-16  Bruno Haible  <bruno@clisp.org>
9416
9417         * lib/clean-temp.c: Include fwriteerror.h.
9418
9419 2006-10-16  Bruno Haible  <bruno@clisp.org>
9420
9421         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
9422
9423 2006-10-16  Bruno Haible  <bruno@clisp.org>
9424
9425         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
9426         * lib/sigprocmask.h: Include <sys/types.h>.
9427         (sigset_t): Use the system's definition if present.
9428
9429 2006-10-17  Eric Blake  <ebb9@byu.net>
9430
9431         * lib/xvasprintf.c (includes): Assume config.h.
9432         * lib/xasprintf.c (includes): Likewise.
9433
9434 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
9435
9436         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
9437         at least as wide as intmax_t.
9438
9439 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
9440
9441         (Imported from Automake.)
9442         * build-aux/gnupload: Update to version 1.1 of directive file.
9443
9444 2006-10-16  Eric Blake  <ebb9@byu.net>
9445
9446         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
9447         match Automake 1.10a.
9448
9449 2006-10-14  Bruno Haible  <bruno@clisp.org>
9450
9451         * modules/sigprocmask: New file.
9452         * lib/sigprocmask.h: New file.
9453         * lib/sigprocmask.c: New file.
9454         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
9455         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
9456         request sigprocmask.o.
9457         (gl_PREREQ_SIGPROCMASK): New macro.
9458         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
9459         (Depends-on): Add sigprocmask.
9460         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
9461         gt_SIGNALBLOCKING. Test for 'raise' only once.
9462         * lib/fatal-signal.c: Include sigprocmask.h.
9463         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
9464         unblock_fatal_signals): Define always.
9465         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
9466         sigprocmask.
9467
9468 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
9469
9470         Sync from Automake.
9471         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
9472         which incorrectly sets the mode of an existing destination
9473         directory.  In some cases the unpatched install-sh could do the
9474         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
9475         system.  We hope this is rare in practice, but it's clearly worth
9476         fixing.  Problem reported by Alex Unleashed in
9477         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
9478         Also, don't bother to check for -m bugs unless we're using -m;
9479         suggested by Stepan Kasal.
9480
9481 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9482
9483         Sync from Automake.
9484         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
9485         `-c' flag, so they appear at the same position as in %FASTDEP%
9486         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
9487         which ignores unknown options only after the first non-option.
9488         Bug report against M4 by Nelson H. F. Beebe.
9489
9490 2006-10-13  Jim Meyering  <jim@meyering.net>
9491
9492         Fix a bug in yesterday's change.
9493         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
9494         p->fts_statp->st_dev would be used uninitialized.
9495         Ensures that we always call fts_stat on the very first entry.
9496         Miklos Szeredi reported that find -xdev stopped working.
9497
9498 2006-10-12  Bruno Haible  <bruno@clisp.org>
9499
9500         * gnulib-tool (func_get_automake_snippet): Append an automatically
9501         computed EXTRA_DIST augmentation.
9502         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
9503         * modules/alloca-opt (Makefile.am): Likewise.
9504         * modules/allocsa (Makefile.am): Likewise.
9505         * modules/arcfour (Makefile.am): Likewise.
9506         * modules/arctwo (Makefile.am): Likewise.
9507         * modules/argmatch (Makefile.am): Likewise.
9508         * modules/argz (Makefile.am): Likewise.
9509         * modules/atexit (Makefile.am): Likewise.
9510         * modules/backupfile (Makefile.am): Likewise.
9511         * modules/byteswap (Makefile.am): Likewise.
9512         * modules/c-strtod (Makefile.am): Likewise.
9513         * modules/c-strtold (Makefile.am): Likewise.
9514         * modules/calloc (Makefile.am): Likewise.
9515         * modules/canon-host (Makefile.am): Likewise.
9516         * modules/canonicalize (Makefile.am): Likewise.
9517         * modules/chdir-long (Makefile.am): Likewise.
9518         * modules/chdir-safer (Makefile.am): Likewise.
9519         * modules/check-version (Makefile.am): Likewise.
9520         * modules/chown (Makefile.am): Likewise.
9521         * modules/cloexec (Makefile.am): Likewise.
9522         * modules/close-stream (Makefile.am): Likewise.
9523         * modules/closeout (Makefile.am): Likewise.
9524         * modules/crc (Makefile.am): Likewise.
9525         * modules/csharpexec (Makefile.am): Likewise.
9526         * modules/cycle-check (Makefile.am): Likewise.
9527         * modules/des (Makefile.am): Likewise.
9528         * modules/dev-ino (Makefile.am): Likewise.
9529         * modules/dirfd (Makefile.am): Likewise.
9530         * modules/dirname (Makefile.am): Likewise.
9531         * modules/dup2 (Makefile.am): Likewise.
9532         * modules/eealloc (Makefile.am): Likewise.
9533         * modules/error (Makefile.am): Likewise.
9534         * modules/euidaccess (Makefile.am): Likewise.
9535         * modules/exclude (Makefile.am): Likewise.
9536         * modules/exitfail (Makefile.am): Likewise.
9537         * modules/fcntl-safer (Makefile.am): Likewise.
9538         * modules/fcntl (Makefile.am): Likewise.
9539         * modules/file-type (Makefile.am): Likewise.
9540         * modules/fileblocks (Makefile.am): Likewise.
9541         * modules/filemode (Makefile.am): Likewise.
9542         * modules/filenamecat (Makefile.am): Likewise.
9543         * modules/fnmatch (Makefile.am): Likewise.
9544         * modules/fopen-safer (Makefile.am): Likewise.
9545         * modules/fpending (Makefile.am): Likewise.
9546         * modules/fprintftime (Makefile.am): Likewise.
9547         * modules/free (Makefile.am): Likewise.
9548         * modules/fsusage (Makefile.am): Likewise.
9549         * modules/ftruncate (Makefile.am): Likewise.
9550         * modules/fts (Makefile.am): Likewise.
9551         * modules/gc-arcfour (Makefile.am): Likewise.
9552         * modules/gc-des (Makefile.am): Likewise.
9553         * modules/gc-hmac-md5 (Makefile.am): Likewise.
9554         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
9555         * modules/gc-md4 (Makefile.am): Likewise.
9556         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
9557         * modules/gc-sha1 (Makefile.am): Likewise.
9558         * modules/gc (Makefile.am): Likewise.
9559         * modules/getaddrinfo (Makefile.am): Likewise.
9560         * modules/getcwd (Makefile.am): Likewise.
9561         * modules/getdelim (Makefile.am): Likewise.
9562         * modules/getdomainname (Makefile.am): Likewise.
9563         * modules/getgroups (Makefile.am): Likewise.
9564         * modules/gethostname (Makefile.am): Likewise.
9565         * modules/gethrxtime (Makefile.am): Likewise.
9566         * modules/getline (Makefile.am): Likewise.
9567         * modules/getloadavg (Makefile.am): Likewise.
9568         * modules/getlogin_r (Makefile.am): Likewise.
9569         * modules/getndelim2 (Makefile.am): Likewise.
9570         * modules/getopt (Makefile.am): Likewise.
9571         * modules/getpagesize (Makefile.am): Likewise.
9572         * modules/getpass-gnu (Makefile.am): Likewise.
9573         * modules/getpass (Makefile.am): Likewise.
9574         * modules/getsubopt (Makefile.am): Likewise.
9575         * modules/gettime (Makefile.am): Likewise.
9576         * modules/gettimeofday (Makefile.am): Likewise.
9577         * modules/getugroups (Makefile.am): Likewise.
9578         * modules/getusershell (Makefile.am): Likewise.
9579         * modules/glob (Makefile.am): Likewise.
9580         * modules/group-member (Makefile.am): Likewise.
9581         * modules/hard-locale (Makefile.am): Likewise.
9582         * modules/hash (Makefile.am): Likewise.
9583         * modules/hmac-md5 (Makefile.am): Likewise.
9584         * modules/hmac-sha1 (Makefile.am): Likewise.
9585         * modules/human (Makefile.am): Likewise.
9586         * modules/idcache (Makefile.am): Likewise.
9587         * modules/imaxabs (Makefile.am): Likewise.
9588         * modules/imaxdiv (Makefile.am): Likewise.
9589         * modules/inet_ntop (Makefile.am): Likewise.
9590         * modules/inet_pton (Makefile.am): Likewise.
9591         * modules/intprops (Makefile.am): Likewise.
9592         * modules/inttostr (Makefile.am): Likewise.
9593         * modules/inttypes (Makefile.am): Likewise.
9594         * modules/isapipe (Makefile.am): Likewise.
9595         * modules/javaversion (Makefile.am): Likewise.
9596         * modules/lchmod (Makefile.am): Likewise.
9597         * modules/lchown (Makefile.am): Likewise.
9598         * modules/localcharset (Makefile.am): Likewise.
9599         * modules/long-options (Makefile.am): Likewise.
9600         * modules/lstat (Makefile.am): Likewise.
9601         * modules/malloc (Makefile.am): Likewise.
9602         * modules/mathl (Makefile.am): Likewise.
9603         * modules/mbchar (Makefile.am): Likewise.
9604         * modules/md2 (Makefile.am): Likewise.
9605         * modules/md4 (Makefile.am): Likewise.
9606         * modules/md5 (Makefile.am): Likewise.
9607         * modules/memcasecmp (Makefile.am): Likewise.
9608         * modules/memchr (Makefile.am): Likewise.
9609         * modules/memcmp (Makefile.am): Likewise.
9610         * modules/memcoll (Makefile.am): Likewise.
9611         * modules/memcpy (Makefile.am): Likewise.
9612         * modules/memmem (Makefile.am): Likewise.
9613         * modules/memmove (Makefile.am): Likewise.
9614         * modules/mempcpy (Makefile.am): Likewise.
9615         * modules/memrchr (Makefile.am): Likewise.
9616         * modules/memset (Makefile.am): Likewise.
9617         * modules/memxor (Makefile.am): Likewise.
9618         * modules/mkancesdirs (Makefile.am): Likewise.
9619         * modules/mkdir-p (Makefile.am): Likewise.
9620         * modules/mkdir (Makefile.am): Likewise.
9621         * modules/mkdtemp (Makefile.am): Likewise.
9622         * modules/mkstemp (Makefile.am): Likewise.
9623         * modules/mktime (Makefile.am): Likewise.
9624         * modules/modechange (Makefile.am): Likewise.
9625         * modules/mountlist (Makefile.am): Likewise.
9626         * modules/nanosleep (Makefile.am): Likewise.
9627         * modules/obstack (Makefile.am): Likewise.
9628         * modules/openat (Makefile.am): Likewise.
9629         * modules/pagealign_alloc (Makefile.am): Likewise.
9630         * modules/pathmax (Makefile.am): Likewise.
9631         * modules/physmem (Makefile.am): Likewise.
9632         * modules/poll (Makefile.am): Likewise.
9633         * modules/posixtm (Makefile.am): Likewise.
9634         * modules/posixver (Makefile.am): Likewise.
9635         * modules/putenv (Makefile.am): Likewise.
9636         * modules/quote (Makefile.am): Likewise.
9637         * modules/quotearg (Makefile.am): Likewise.
9638         * modules/raise (Makefile.am): Likewise.
9639         * modules/read-file (Makefile.am): Likewise.
9640         * modules/readline (Makefile.am): Likewise.
9641         * modules/readlink (Makefile.am): Likewise.
9642         * modules/readtokens (Makefile.am): Likewise.
9643         * modules/readutmp (Makefile.am): Likewise.
9644         * modules/realloc (Makefile.am): Likewise.
9645         * modules/regex (Makefile.am): Likewise.
9646         * modules/rename-dest-slash (Makefile.am): Likewise.
9647         * modules/rename (Makefile.am): Likewise.
9648         * modules/rijndael (Makefile.am): Likewise.
9649         * modules/rmdir (Makefile.am): Likewise.
9650         * modules/rpmatch (Makefile.am): Likewise.
9651         * modules/safe-read (Makefile.am): Likewise.
9652         * modules/safe-write (Makefile.am): Likewise.
9653         * modules/same-inode (Makefile.am): Likewise.
9654         * modules/same (Makefile.am): Likewise.
9655         * modules/save-cwd (Makefile.am): Likewise.
9656         * modules/savedir (Makefile.am): Likewise.
9657         * modules/setenv (Makefile.am): Likewise.
9658         * modules/settime (Makefile.am): Likewise.
9659         * modules/sha1 (Makefile.am): Likewise.
9660         * modules/sig2str (Makefile.am): Likewise.
9661         * modules/snprintf (Makefile.am): Likewise.
9662         * modules/stat-macros (Makefile.am): Likewise.
9663         * modules/stat-time (Makefile.am): Likewise.
9664         * modules/stdbool (Makefile.am): Likewise.
9665         * modules/stdint (Makefile.am): Likewise.
9666         * modules/stdlib-safer (Makefile.am): Likewise.
9667         * modules/stpcpy (Makefile.am): Likewise.
9668         * modules/stpncpy (Makefile.am): Likewise.
9669         * modules/strcase (Makefile.am): Likewise.
9670         * modules/strcasestr (Makefile.am): Likewise.
9671         * modules/strchrnul (Makefile.am): Likewise.
9672         * modules/strcspn (Makefile.am): Likewise.
9673         * modules/strdup (Makefile.am): Likewise.
9674         * modules/strerror (Makefile.am): Likewise.
9675         * modules/strftime (Makefile.am): Likewise.
9676         * modules/strndup (Makefile.am): Likewise.
9677         * modules/strnlen (Makefile.am): Likewise.
9678         * modules/strpbrk (Makefile.am): Likewise.
9679         * modules/strsep (Makefile.am): Likewise.
9680         * modules/strstr (Makefile.am): Likewise.
9681         * modules/strtod (Makefile.am): Likewise.
9682         * modules/strtoimax (Makefile.am): Likewise.
9683         * modules/strtok_r (Makefile.am): Likewise.
9684         * modules/strtol (Makefile.am): Likewise.
9685         * modules/strtoll (Makefile.am): Likewise.
9686         * modules/strtoul (Makefile.am): Likewise.
9687         * modules/strtoull (Makefile.am): Likewise.
9688         * modules/strtoumax (Makefile.am): Likewise.
9689         * modules/strverscmp (Makefile.am): Likewise.
9690         * modules/sys_socket (Makefile.am): Likewise.
9691         * modules/sys_stat (Makefile.am): Likewise.
9692         * modules/sysexits (Makefile.am): Likewise.
9693         * modules/time_r (Makefile.am): Likewise.
9694         * modules/timegm (Makefile.am): Likewise.
9695         * modules/timespec (Makefile.am): Likewise.
9696         * modules/tmpfile-safer (Makefile.am): Likewise.
9697         * modules/trim (Makefile.am): Likewise.
9698         * modules/unistd-safer (Makefile.am): Likewise.
9699         * modules/unlinkdir (Makefile.am): Likewise.
9700         * modules/unlocked-io (Makefile.am): Likewise.
9701         * modules/userspec (Makefile.am): Likewise.
9702         * modules/utime (Makefile.am): Likewise.
9703         * modules/utimecmp (Makefile.am): Likewise.
9704         * modules/utimens (Makefile.am): Likewise.
9705         * modules/vasnprintf (Makefile.am): Likewise.
9706         * modules/vasprintf (Makefile.am): Likewise.
9707         * modules/vsnprintf (Makefile.am): Likewise.
9708         * modules/xalloc (Makefile.am): Likewise.
9709         * modules/xgetcwd (Makefile.am): Likewise.
9710         * modules/xnanosleep (Makefile.am): Likewise.
9711         * modules/xreadlink (Makefile.am): Likewise.
9712         * modules/xstrtod (Makefile.am): Likewise.
9713         * modules/xstrtol (Makefile.am): Likewise.
9714         * modules/xstrtold (Makefile.am): Likewise.
9715         * modules/yesno (Makefile.am): Likewise.
9716         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
9717
9718 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
9719
9720         * modules/error (Makefile.am): Distribute files through
9721         EXTRA_DIST, not lib_SOURCES.
9722
9723 2006-10-12  Eric Blake  <ebb9@byu.net>
9724
9725         * modules/error (Makefile.am): Distribute files in /lib.
9726         * modules/obstack (Makefile.am): Likewise.
9727
9728 2006-10-12  Bruno Haible  <bruno@clisp.org>
9729
9730         * modules/acl (Makefile.am): Distribute all files in lib/ through
9731         EXTRA_DIST.
9732         * modules/arcfour (Makefile.am): Likewise.
9733         * modules/arctwo (Makefile.am): Likewise.
9734         * modules/argmatch (Makefile.am): Likewise.
9735         * modules/argz (Makefile.am): Likewise.
9736         * modules/atexit (Makefile.am): Likewise.
9737         * modules/backupfile (Makefile.am): Likewise.
9738         * modules/c-strtod (Makefile.am): Likewise.
9739         * modules/c-strtold (Makefile.am): Likewise.
9740         * modules/calloc (Makefile.am): Likewise.
9741         * modules/canon-host (Makefile.am): Likewise.
9742         * modules/canonicalize (Makefile.am): Likewise.
9743         * modules/chdir-long (Makefile.am): Likewise.
9744         * modules/chdir-safer (Makefile.am): Likewise.
9745         * modules/check-version (Makefile.am): Likewise.
9746         * modules/chown (Makefile.am): Likewise.
9747         * modules/cloexec (Makefile.am): Likewise.
9748         * modules/close-stream (Makefile.am): Likewise.
9749         * modules/closeout (Makefile.am): Likewise.
9750         * modules/crc (Makefile.am): Likewise.
9751         * modules/cycle-check (Makefile.am): Likewise.
9752         * modules/des (Makefile.am): Likewise.
9753         * modules/dirfd (Makefile.am): Likewise.
9754         * modules/dirname (Makefile.am): Likewise.
9755         * modules/dup2 (Makefile.am): Likewise.
9756         * modules/euidaccess (Makefile.am): Likewise.
9757         * modules/exclude (Makefile.am): Likewise.
9758         * modules/exitfail (Makefile.am): Likewise.
9759         * modules/fcntl-safer (Makefile.am): Likewise.
9760         * modules/file-type (Makefile.am): Likewise.
9761         * modules/fileblocks (Makefile.am): Likewise.
9762         * modules/filemode (Makefile.am): Likewise.
9763         * modules/filenamecat (Makefile.am): Likewise.
9764         * modules/fnmatch (Makefile.am): Likewise.
9765         * modules/fopen-safer (Makefile.am): Likewise.
9766         * modules/fpending (Makefile.am): Likewise.
9767         * modules/fprintftime (Makefile.am): Likewise.
9768         * modules/free (Makefile.am): Likewise.
9769         * modules/fsusage (Makefile.am): Likewise.
9770         * modules/ftruncate (Makefile.am): Likewise.
9771         * modules/fts (Makefile.am): Likewise.
9772         * modules/gc (Makefile.am): Likewise.
9773         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
9774         * modules/getaddrinfo (Makefile.am): Likewise.
9775         * modules/getcwd (Makefile.am): Likewise.
9776         * modules/getdelim (Makefile.am): Likewise.
9777         * modules/getdomainname (Makefile.am): Likewise.
9778         * modules/getgroups (Makefile.am): Likewise.
9779         * modules/gethostname (Makefile.am): Likewise.
9780         * modules/gethrxtime (Makefile.am): Likewise.
9781         * modules/getline (Makefile.am): Likewise.
9782         * modules/getloadavg (Makefile.am): Likewise.
9783         * modules/getlogin_r (Makefile.am): Likewise.
9784         * modules/getopt (Makefile.am): Likewise.
9785         * modules/getpass (Makefile.am): Likewise.
9786         * modules/getpass-gnu (Makefile.am): Likewise.
9787         * modules/getsubopt (Makefile.am): Likewise.
9788         * modules/gettime (Makefile.am): Likewise.
9789         * modules/gettimeofday (Makefile.am): Likewise.
9790         * modules/getugroups (Makefile.am): Likewise.
9791         * modules/getusershell (Makefile.am): Likewise.
9792         * modules/glob (Makefile.am): Likewise.
9793         * modules/group-member (Makefile.am): Likewise.
9794         * modules/hard-locale (Makefile.am): Likewise.
9795         * modules/hash (Makefile.am): Likewise.
9796         * modules/hmac-md5 (Makefile.am): Likewise.
9797         * modules/hmac-sha1 (Makefile.am): Likewise.
9798         * modules/human (Makefile.am): Likewise.
9799         * modules/idcache (Makefile.am): Likewise.
9800         * modules/imaxabs (Makefile.am): Likewise.
9801         * modules/imaxdiv (Makefile.am): Likewise.
9802         * modules/inet_ntop (Makefile.am): Likewise.
9803         * modules/inet_pton (Makefile.am): Likewise.
9804         * modules/inttostr (Makefile.am): Likewise.
9805         * modules/isapipe (Makefile.am): Likewise.
9806         * modules/lchown (Makefile.am): Likewise.
9807         * modules/long-options (Makefile.am): Likewise.
9808         * modules/lstat (Makefile.am): Likewise.
9809         * modules/malloc (Makefile.am): Likewise.
9810         * modules/mathl (Makefile.am): Likewise.
9811         * modules/mbchar (Makefile.am): Likewise.
9812         * modules/md2 (Makefile.am): Likewise.
9813         * modules/md4 (Makefile.am): Likewise.
9814         * modules/md5 (Makefile.am): Likewise.
9815         * modules/memcasecmp (Makefile.am): Likewise.
9816         * modules/memchr (Makefile.am): Likewise.
9817         * modules/memcmp (Makefile.am): Likewise.
9818         * modules/memcoll (Makefile.am): Likewise.
9819         * modules/memcpy (Makefile.am): Likewise.
9820         * modules/memmem (Makefile.am): Likewise.
9821         * modules/memmove (Makefile.am): Likewise.
9822         * modules/mempcpy (Makefile.am): Likewise.
9823         * modules/memrchr (Makefile.am): Likewise.
9824         * modules/memset (Makefile.am): Likewise.
9825         * modules/memxor (Makefile.am): Likewise.
9826         * modules/mkancesdirs (Makefile.am): Likewise.
9827         * modules/mkdir (Makefile.am): Likewise.
9828         * modules/mkdir-p (Makefile.am): Likewise.
9829         * modules/mkdtemp (Makefile.am): Likewise.
9830         * modules/mkstemp (Makefile.am): Likewise.
9831         * modules/mktime (Makefile.am): Likewise.
9832         * modules/modechange (Makefile.am): Likewise.
9833         * modules/mountlist (Makefile.am): Likewise.
9834         * modules/nanosleep (Makefile.am): Likewise.
9835         * modules/openat (Makefile.am): Likewise.
9836         * modules/pagealign_alloc (Makefile.am): Likewise.
9837         * modules/physmem (Makefile.am): Likewise.
9838         * modules/poll (Makefile.am): Likewise.
9839         * modules/posixtm (Makefile.am): Likewise.
9840         * modules/posixver (Makefile.am): Likewise.
9841         * modules/putenv (Makefile.am): Likewise.
9842         * modules/quote (Makefile.am): Likewise.
9843         * modules/quotearg (Makefile.am): Likewise.
9844         * modules/raise (Makefile.am): Likewise.
9845         * modules/read-file (Makefile.am): Likewise.
9846         * modules/readline (Makefile.am): Likewise.
9847         * modules/readlink (Makefile.am): Likewise.
9848         * modules/readtokens (Makefile.am): Likewise.
9849         * modules/readutmp (Makefile.am): Likewise.
9850         * modules/realloc (Makefile.am): Likewise.
9851         * modules/regex (Makefile.am): Likewise.
9852         * modules/rename (Makefile.am): Likewise.
9853         * modules/rename-dest-slash (Makefile.am): Likewise.
9854         * modules/rijndael (Makefile.am): Likewise.
9855         * modules/rmdir (Makefile.am): Likewise.
9856         * modules/rpmatch (Makefile.am): Likewise.
9857         * modules/safe-read (Makefile.am): Likewise.
9858         * modules/safe-write (Makefile.am): Likewise.
9859         * modules/same (Makefile.am): Likewise.
9860         * modules/save-cwd (Makefile.am): Likewise.
9861         * modules/savedir (Makefile.am): Likewise.
9862         * modules/setenv (Makefile.am): Likewise.
9863         * modules/settime (Makefile.am): Likewise.
9864         * modules/sha1 (Makefile.am): Likewise.
9865         * modules/sig2str (Makefile.am): Likewise.
9866         * modules/snprintf (Makefile.am): Likewise.
9867         * modules/stdlib-safer (Makefile.am): Likewise.
9868         * modules/stpcpy (Makefile.am): Likewise.
9869         * modules/stpncpy (Makefile.am): Likewise.
9870         * modules/strcase (Makefile.am): Likewise.
9871         * modules/strcasestr (Makefile.am): Likewise.
9872         * modules/strchrnul (Makefile.am): Likewise.
9873         * modules/strcspn (Makefile.am): Likewise.
9874         * modules/strdup (Makefile.am): Likewise.
9875         * modules/strerror (Makefile.am): Likewise.
9876         * modules/strftime (Makefile.am): Likewise.
9877         * modules/strndup (Makefile.am): Likewise.
9878         * modules/strnlen (Makefile.am): Likewise.
9879         * modules/strpbrk (Makefile.am): Likewise.
9880         * modules/strsep (Makefile.am): Likewise.
9881         * modules/strstr (Makefile.am): Likewise.
9882         * modules/strtod (Makefile.am): Likewise.
9883         * modules/strtoimax (Makefile.am): Likewise.
9884         * modules/strtok_r (Makefile.am): Likewise.
9885         * modules/strtol (Makefile.am): Likewise.
9886         * modules/strtoll (Makefile.am): Likewise.
9887         * modules/strtoul (Makefile.am): Likewise.
9888         * modules/strtoull (Makefile.am): Likewise.
9889         * modules/strtoumax (Makefile.am): Likewise.
9890         * modules/strverscmp (Makefile.am): Likewise.
9891         * modules/time_r (Makefile.am): Likewise.
9892         * modules/timegm (Makefile.am): Likewise.
9893         * modules/tmpfile-safer (Makefile.am): Likewise.
9894         * modules/unistd-safer (Makefile.am): Likewise.
9895         * modules/unlinkdir (Makefile.am): Likewise.
9896         * modules/userspec (Makefile.am): Likewise.
9897         * modules/utime (Makefile.am): Likewise.
9898         * modules/utimecmp (Makefile.am): Likewise.
9899         * modules/utimens (Makefile.am): Likewise.
9900         * modules/vasnprintf (Makefile.am): Likewise.
9901         * modules/vasprintf (Makefile.am): Likewise.
9902         * modules/vsnprintf (Makefile.am): Likewise.
9903         * modules/xalloc (Makefile.am): Likewise.
9904         * modules/xgetcwd (Makefile.am): Likewise.
9905         * modules/xnanosleep (Makefile.am): Likewise.
9906         * modules/xreadlink (Makefile.am): Likewise.
9907         * modules/xstrtod (Makefile.am): Likewise.
9908         * modules/xstrtol (Makefile.am): Likewise.
9909         * modules/xstrtold (Makefile.am): Likewise.
9910         * modules/yesno (Makefile.am): Likewise.
9911
9912 2006-10-12  Jim Meyering  <jim@meyering.net>
9913
9914         * m4/getloadavg.m4: Revert the change below.
9915
9916         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
9917         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
9918         fail with a symlink, which is what coreutils' ./bootstrap now
9919         creates by default.
9920
9921 2006-10-12  Bruno Haible  <bruno@clisp.org>
9922
9923         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
9924         mingw.
9925         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
9926         MSVC and mingw explicitly.
9927
9928 2006-10-11  Simon Josefsson  <jas@extundo.com>
9929             Bruno Haible  <bruno@clisp.org>
9930
9931         Add support for multiple gnulib-tool invocations in the scope of a
9932         single configure.ac file.
9933         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
9934         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
9935         with the same contents as the _LIBADD variable.
9936         (func_emit_initmacro_start, func_emit_initmacro_end,
9937         func_emit_initmacro_done): New functions.
9938         (func_import, func_create_testdir): Invoke them. Allow the identifiers
9939         gl_LIBOBJS and gl_LTLIBOBJS.
9940
9941 2006-10-11  Bruno Haible  <bruno@clisp.org>
9942
9943         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
9944         (func_create_testdir): Don't create po/Makefile.am, don't invoke
9945         autoreconf. Instead, invoke autopoint explicitly but move back the
9946         *.m4 files from gnulib.
9947
9948 2006-10-11  Bruno Haible  <bruno@clisp.org>
9949
9950         * gnulib-tool (func_usage): Make module names after --create-testdir
9951         optional.
9952         (func_create_testdir): If no module was specified, use nearly all
9953         modules.
9954
9955 2006-10-12  Jim Meyering  <jim@meyering.net>
9956
9957         Big performance improvement for fts-based tools that use FTS_NOSTAT.
9958         Avoid spurious inode-mismatch problems on non-POSIX file systems.
9959         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
9960         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
9961         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
9962         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
9963         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
9964         (fts_set_stat_required): New function.
9965         (fts_open): Defer the calls to fts_stat, if possible or requested.
9966         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
9967         into fts_stat itself.
9968         (fts_read): Perform any required (deferred) fts_stat call.
9969         (fts_build): Likewise, for the directory we're about to open and read.
9970         In the readdir loop, carefully decide whether each entry will require
9971         an eventual call to fts_stat, using dirent.d_type info if available.
9972         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
9973         a command line argument into this function.  Update all callers.
9974         Map a return value of FTS_DOT to FTS_D for a command line argument.
9975         * modules/fts (Depends-on): Add d-type.  Alphabetize.
9976         Thanks to Miklos Szeredi for his tenacity and for the initial
9977         bug report about "find" failing on a FUSE-based file system.
9978
9979         * lib/fts.c (fts_open): Use consistent indentation.
9980
9981 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
9982
9983         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
9984         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
9985         reported by Jim Meyering.  All uses of cache variables renamed
9986         to match Autoconf's.
9987         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
9988         the other one.
9989
9990         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
9991         Fix misspelling in diagnostic.
9992
9993 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
9994
9995         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
9996         defined.  Problem reported by Matthew Woehlke.
9997
9998         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
9999         Add support for Tandem NonStop R series.
10000         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
10001         Use new macro.
10002
10003         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
10004         (has_trailing_slash): Omit size arg; all callers changed.
10005         Omit 'inline', since it doesn't help performance and we'd
10006         need to configure it.
10007         Don't count //, ///, etc. as having a trailing slash.
10008         As a side effect, this removes a C99ism reported by Matthew Woehlke.
10009         (rpl_rename_dest_slash): On failure, use rename's errno rather
10010         than (in some cases) an incorrect or junk errno.
10011         Simplify code by removing need to compute length; this does
10012         cause it to make two passes instead of one over the file name,
10013         but it's worth it.
10014
10015         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
10016         change, since Autoconf's version may no longer be appropriate now
10017         that we are using CVS Autoconf's version.  Add support for Tandem.
10018
10019 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
10020             Bruno Haible  <bruno@clisp.org>
10021
10022         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
10023         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
10024         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
10025         gl_AC_TYPE_LONG_LONG.
10026
10027         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
10028         instead of HAVE_LONG_LONG.
10029         * lib/printf-args.c (printf_fetchargs): Likewise.
10030         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
10031         * lib/vasnprintf.c (VASNPRINTF): Likewise.
10032         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
10033         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
10034         gl_AC_TYPE_LONG_LONG.
10035
10036 2006-10-11  Bruno Haible  <bruno@clisp.org>
10037
10038         * m4/longlong.m4: Add comments.
10039         * m4/ulonglong.m4: Likewise.
10040
10041 2006-10-10  Bruno Haible  <bruno@clisp.org>
10042
10043         Make it possible to #define stpcpy, strdup to aliases.
10044         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
10045         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
10046
10047 2006-10-10  Bruno Haible  <bruno@clisp.org>
10048
10049         Make it possible to #define gcd to an alias.
10050         * lib/gcd.c: Include config.h.
10051
10052 2006-10-10  Bruno Haible  <bruno@clisp.org>
10053
10054         Make it possible to #define c_isascii to an alias.
10055         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
10056         defined. Undefine the macros before defining them, to avoid gcc
10057         warnings.
10058         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
10059         define NO_C_CTYPE_MACROS early.
10060
10061 2006-10-10  Bruno Haible  <bruno@clisp.org>
10062
10063         Make it possible to #define set_program_name to an alias.
10064         * lib/progname.c: Don't undefine set_program_name; instead, undefine
10065         ENABLE_RELOCATABLE early.
10066
10067 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
10068
10069         Port to Tandem NSK OSS, which has 64-bit signed int but at most
10070         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
10071         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
10072         More generally, don't assume that 64-bit signed int is available
10073         if unsigned int is, and vice versa.
10074         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
10075         unsigned symbols, not on their signed counterparts.
10076         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
10077         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
10078         (UINT64_C, UINTMAX_C):
10079         Likewise.
10080         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
10081         unsigned counterparts.
10082         (Have_long_long, Unsigned): New macros.
10083         (Int): Renamed from INT.
10084         (strtoimax): Use the new macros.
10085         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
10086         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
10087         * modules/inttypes (inttypes.h): Substitute
10088         HAVE_UNSIGNED_LONG_LONG_INT.
10089         * modules/stdint (stdint.h): Likewise.
10090         (Files): Add m4/ulonglong.m4.
10091
10092 2006-10-10  Bruno Haible  <bruno@clisp.org>
10093
10094         Fix a gcc -Wshadow warning.
10095         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
10096         to 'bucket'.
10097         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
10098         gl_linked_indexof_from_to): Likewise.
10099         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
10100         Likewise.
10101         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
10102         Likewise.
10103         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
10104         Reported by Eric Blake.
10105
10106 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
10107
10108         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
10109         for NetBSD.  Problem reported by Bruno Haible.
10110
10111 2006-10-09  Jim Meyering  <jim@meyering.net>
10112
10113         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
10114         Patch from Bruno Haible.
10115
10116 2006-10-09  Jim Meyering  <jim@meyering.net>
10117
10118         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
10119         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
10120         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
10121
10122 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
10123
10124         Don't include <config.h> twice; this doesn't work in some cases,
10125         e.g., when config.h has "#define intmax_t long long int" and
10126         we include <config.h>, <inttypes.h>, <config.h> in that order.
10127         Problem reported by Matthew Woehlke in:
10128         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
10129         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
10130         * lib/fts-cycle.c: Don't include config.h.
10131         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
10132         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
10133         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
10134         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
10135         inttypes.h.
10136         * lib/xstrtoumax.c: Likewise.
10137         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
10138         __strtol and the like, so that this module is more like its siblings.
10139         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
10140         Remove; no longer needed now that we assume gnulib inttypes.h.
10141
10142 2006-10-08  Bruno Haible  <bruno@clisp.org>
10143
10144         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
10145         option.
10146
10147 2006-10-07  Jim Meyering  <jim@meyering.net>
10148
10149         * modules/inttypes (inttypes.h): Revert what seems to have been
10150         an inadvertent part of today's change: use "|", not "/" in the
10151         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
10152
10153 2006-10-07  Bruno Haible  <bruno@clisp.org>
10154
10155         * modules/sublist: New file.
10156
10157 2006-10-07  Bruno Haible  <bruno@clisp.org>
10158
10159         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
10160         * modules/argz (argz.h): Likewise.
10161         * modules/arpa_inet (arpa/inet.h): Likewise.
10162         * modules/byteswap (byteswap.h): Likewise.
10163         * modules/configmake (configmake.h): Likewise.
10164         * modules/fcntl (fcntl.h): Likewise.
10165         * modules/fnmatch (fnmatch.h): Likewise.
10166         * modules/getopt (getopt.h): Likewise.
10167         * modules/glob (glob.h): Likewise.
10168         * modules/inttypes (inttypes.h): Likewise.
10169         * modules/netinet_in (netinet/in.h): Likewise.
10170         * modules/poll (poll.h): Likewise.
10171         * modules/stdbool (stdbool.h): Likewise.
10172         * modules/stdint (stdint.h): Likewise.
10173         * modules/sys_select (sys/select.h): Likewise.
10174         * modules/sys_socket (sys/socket.h): Likewise.
10175         * modules/sys_stat (sys/stat.h): Likewise.
10176         * modules/sysexits (sysexits.h): Likewise.
10177         * modules/unistd (unistd.h): Likewise.
10178         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
10179         Add a "DO NOT EDIT" comment to the generated file.
10180         (func_import): Likewise for gnulib-comp.m4.
10181
10182 2006-10-07  Bruno Haible  <bruno@clisp.org>
10183
10184         * lib/gl_sublist.h: New file.
10185         * lib/gl_sublist.c: New file.
10186
10187 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
10188
10189         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
10190         name (relative to the original working directory) and the file
10191         name component (relative to the temporary working directory).  All
10192         callers changed.
10193         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
10194         * lib/mkdir-p.c (make_dir_parents): Likewise.
10195         * lib/mkdir-p.h (make_dir_parents): Likewise.
10196
10197 2006-10-06  Eric Blake  <ebb9@byu.net>
10198
10199         Define several macros for use by the clean-temp module.
10200         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
10201         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
10202         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
10203
10204         * lib/clean-temp.h (close_stream_temp): New declaration.
10205         * lib/clean-temp.c (includes): Pull in headers according to what
10206         other modules are in use.
10207         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
10208
10209 2006-10-06  Bruno Haible  <bruno@clisp.org>
10210
10211         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
10212         instead of fopen, fwriteerror.
10213
10214 2006-10-06  Bruno Haible  <bruno@clisp.org>
10215
10216         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
10217         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
10218         int.
10219         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
10220         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
10221         Return an error indicator.
10222         Suggested by Eric Blake.
10223
10224 2006-10-06  Bruno Haible  <bruno@clisp.org>
10225
10226         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
10227         Reported by Eric Blake.
10228
10229 2006-10-06  Bruno Haible  <bruno@clisp.org>
10230
10231         * modules/closeout (Description): Mention stderr too.
10232
10233 2006-10-06  Bruno Haible  <bruno@clisp.org>
10234         and Paul Eggert  <eggert@cs.ucla.edu>
10235
10236         * lib/closeout.c (close_stdout): Also close stderr.
10237         * lib/closeout.h: Update comment.
10238
10239 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
10240
10241         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
10242         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
10243         * lib/dirchownmod.c: Include lchown.h.
10244         * lib/lchown.c: Don't include files that lchown.h now includes.
10245         Don't declare chown, since lchown.h now does that.
10246         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
10247         (lchown): Define to rpl_chown if lchown is declared but
10248         does not exist.  Declare using a prototype if lchown is not
10249         declared.  Add a copyright notice.
10250         * lib/mkstemp.h: Include <unistd.h>.
10251         * lib/openat.c: Include lchown.h.
10252
10253         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
10254         we now test for that separately.
10255         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
10256         rather than O_NOFOLLOW, when testing whether it's possible to
10257         avoid a race condition reliably.
10258         * lib/savewd.c (savewd_chdir): Likewise.
10259
10260         Remove macros that are no longer needed now that stdint.h is
10261         reliable.
10262         * lib/fsusage.c (UINTMAX_MAX): Remove.
10263         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
10264         * lib/utimecmp.c (SIZE_MAX): Remove.
10265
10266         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
10267
10268         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
10269         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
10270         O_NOATIME works.
10271
10272 2006-10-05  Bruno Haible  <bruno@clisp.org>
10273
10274         * lib/gl_list.h (gl_sortedlist_search_from_to,
10275         gl_sortedlist_indexof_from_to): New declarations.
10276         (gl_list_implementation): New fields sortedlist_search_from_to,
10277         sortedlist_indexof_from_to.
10278         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
10279         inline functions.
10280         * lib/gl_list.c (gl_sortedlist_search_from_to,
10281         gl_sortedlist_indexof_from_to): New functions.
10282         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
10283         function.
10284         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
10285         (gl_array_sortedlist_search_from_to): New function.
10286         (gl_array_list_implementation): Update.
10287         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
10288         function.
10289         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
10290         (gl_carray_sortedlist_search_from_to): New function.
10291         (gl_carray_list_implementation): Update.
10292         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
10293         gl_linked_sortedlist_indexof_from_to): New functions.
10294         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
10295         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
10296         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
10297         gl_tree_sortedlist_indexof_from_to): New functions.
10298         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
10299         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
10300         Update.
10301         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
10302         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
10303         Update.
10304
10305 2006-10-05  Bruno Haible  <bruno@clisp.org>
10306
10307         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
10308         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
10309         (struct gl_list_implementation): Add fields search_from_to,
10310         indexof_from_to. Remove fields search, indexof.
10311         (gl_list_search): Use the search_from_to method.
10312         (gl_list_search_from, gl_list_search_from_to): New functions.
10313         (gl_list_indexof): Use the indexof_from_to method.
10314         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
10315         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
10316         (gl_list_search_from, gl_list_search_from_to): New functions.
10317         (gl_list_indexof): Use the indexof_from_to method.
10318         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
10319         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
10320         gl_array_indexof. Add start_index, end_index arguments.
10321         (gl_array_search_from_to): Renamed from gl_array_search. Add
10322         start_index, end_index arguments.
10323         (gl_array_remove, gl_array_list_implementation): Update.
10324         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
10325         gl_carray_indexof. Add start_index, end_index arguments.
10326         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
10327         start_index, end_index arguments.
10328         (gl_carray_remove, gl_carray_list_implementation): Update.
10329         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
10330         gl_linked_search. Add start_index, end_index arguments.
10331         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
10332         start_index, end_index arguments.
10333         (gl_linked_remove): Update.
10334         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
10335         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
10336         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
10337         field to 'size_t'.
10338         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
10339         gl_tree_search. Add start_index, end_index arguments.
10340         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
10341         start_index, end_index arguments.
10342         (gl_tree_remove): Update.
10343         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
10344         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
10345         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
10346         function.
10347         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
10348         gl_tree_search. Add start_index, end_index arguments.
10349         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
10350         start_index, end_index arguments.
10351         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
10352         Update.
10353         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
10354
10355 2006-10-05  Bruno Haible  <bruno@clisp.org>
10356
10357         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
10358
10359         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
10360         fwriteerror_temp): New declarations.
10361         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
10362         (descriptors): New variable.
10363         (cleanup): First, close the descriptors.
10364         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
10365         fclose_temp, fwriteerror_temp): New functions.
10366
10367 2006-10-04  Jim Meyering  <jim@meyering.net>
10368
10369         * lib/fts.c (fts_open): Tiny comment change.
10370
10371 2006-10-04  Bruno Haible  <bruno@clisp.org>
10372
10373         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
10374         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
10375         gl_LOCK_BODY.
10376         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
10377         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
10378         gl_LOCK_EARLY_BODY.
10379         (gl_LOCK): Require gl_LOCK_BODY.
10380
10381 2006-10-04  Bruno Haible  <bruno@clisp.org>
10382
10383         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
10384         (gl_oset_search_atleast): New declaration.
10385         (struct gl_oset_implementation): Add field 'search_atleast'.
10386         (gl_oset_search_atleast): New inline function.
10387         * lib/gl_oset.c (gl_oset_search_atleast): New function.
10388         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
10389         (gl_array_oset_implementation): Update.
10390         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
10391         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
10392         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
10393
10394 2006-10-04  Bruno Haible  <bruno@clisp.org>
10395
10396         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
10397
10398 2006-10-03  Bruno Haible  <bruno@clisp.org>
10399
10400         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
10401         from gl_avltreehash_list_implementation.
10402
10403 2006-10-03  Bruno Haible  <bruno@clisp.org>
10404
10405         * lib/gl_oset.c (gl_oset_add): Fix return type.
10406
10407 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
10408
10409         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
10410
10411 2006-10-02  Eric Blake  <ebb9@byu.net>
10412
10413         * modules/strnlen (Depends-on): Add extensions.
10414
10415 2006-10-02  Eric Blake  <ebb9@byu.net>
10416
10417         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
10418         definition in 2.60+.
10419
10420 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
10421
10422         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
10423         checks.
10424
10425 2006-10-02  Bruno Haible  <bruno@clisp.org>
10426
10427         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
10428         to the AUTOMAKE_OPTIONS.
10429         Reported by Jim Meyering.
10430
10431 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
10432
10433         Work around bug in Solaris 10 /proc file system:
10434         /proc/self/fd/NNN/.. isn't the parent directory of
10435         the directory whose file descriptor is NNN.  This needs to
10436         be worked around at run time, not compile time, since a
10437         program might be built on Solaris 8, where things work, and
10438         run on Solaris 10.
10439         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
10440         to use the following interface instead:
10441         (OPENAT_BUFFER_SIZE): New macro.
10442         (openat_proc_name): New function.
10443         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
10444         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
10445         Likewise.
10446         * lib/openat-proc.c: New file.
10447         * modules/openat (Files): Add lib/openat-proc.c.
10448         (Depends-on): Add same-inode, stdbool.
10449         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
10450
10451 2006-09-29  Bruno Haible  <bruno@clisp.org>
10452
10453         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
10454         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
10455         argument. Set stdout_closed before testing for ferror, not after.
10456         (fwriteerror, fwriteerror_no_ebadf): New functions.
10457
10458 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10459
10460         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
10461
10462 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
10463
10464         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
10465         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
10466
10467 2006-09-28  Jim Meyering  <jim@meyering.net>
10468
10469         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
10470         Include <unistd.h>.
10471
10472 2006-09-28  Bruno Haible  <bruno@clisp.org>
10473
10474         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
10475         * modules/linkedhash-list (Depends-on): Likewise.
10476         * modules/rbtreehash-list (Depends-on): Likewise.
10477
10478 2006-09-28  Bruno Haible  <bruno@clisp.org>
10479
10480         * lib/strndup.h: Simplify the redefinition of strndup.
10481         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
10482         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
10483
10484 2006-09-28  Bruno Haible  <bruno@clisp.org>
10485
10486         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
10487         * lib/gl_linkedhash_list.c: Likewise.
10488         * lib/gl_rbtreehash_list.c: Likewise.
10489
10490 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
10491
10492         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
10493         getaddrinfo.
10494
10495         * lib/__fpending.h: Don't include <stdio_ext.h> unless
10496         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
10497         it causes <stdio_ext.h> to cause a compile-time error.
10498         Problem reported by Nelson H. F. Beebe.
10499         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
10500         of HAVE_DECL___PENDING.
10501
10502         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
10503         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
10504         declaration.
10505
10506 2006-09-27  Jim Meyering  <jim@meyering.net>
10507
10508         This file could end up with a definition for a function
10509         named __strndup, rather than rpl_strndup on a system with
10510         incomplete weak_alias support.
10511         * lib/strndup.c (strndup): Rename from __strndup.
10512         Remove #defines that used to map __strndup to strndup.
10513         Don't use K&R prototypes.
10514         Remove LIBC-related code, since this file is not sync'd with glibc.
10515         * lib/strndup.h: Revamp, accordingly.
10516         * m4/strndup.m4: Modernize.
10517
10518 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
10519
10520         * modules/savewd (Depends-on): Add 'raise'.
10521         * lib/savewd.c: Include <signal.h>, for 'raise'.
10522
10523 2006-09-26  Jim Meyering  <jim@meyering.net>
10524
10525         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
10526         when we detect Darwin 8.7.0's acl_get_file bug.
10527         Rearrange to perform the new (below) run-test while $LIBS
10528         contains any acl-related library.  Set USE_ACL at the end.
10529         (gl_ACL_GET_FILE): New function.
10530
10531 2006-09-26  Eric Blake  <ebb9@byu.net>
10532
10533         * lib/verror.c: Include <config.h> unconditionally.
10534
10535 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
10536
10537         * modules/clock-time (Maintainer): Add self.
10538         * modules/getlogin_r (Depends-on): Add extensions.
10539
10540 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10541
10542         * modules/clock-time: New module.
10543         * modules/nanosleep (Depends-on): Add clock-time.
10544         * modules/gethrxtime (Depends-on): Likewise.
10545         * modules/gettime (Depends-on): Likewise.
10546         * modules/settime (Depends-on): Likewise.
10547
10548         * modules/fts-lgpl: Depend on openat.
10549         * modules/mkancesdirs: Depend on savewd.
10550         * modules/mkdir-p: Likewise.
10551
10552 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10553
10554         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
10555
10556         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
10557         `gl_have_arbitrary_file_name_length_limit' to
10558         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
10559         actually works between configure runs.
10560
10561 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10562             Bruno Haible  <bruno@clisp.org>
10563
10564         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
10565
10566 2006-09-25  Jim Meyering  <jim@meyering.net>
10567
10568         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
10569         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
10570
10571 2006-09-25  Eric Blake  <ebb9@byu.net>
10572
10573         * gnulib-tool (func_import, func_create_testdir): Fix typos in
10574         exec's in 2006-09-18 patch when shuffling fds.
10575
10576 2006-09-25  Bruno Haible  <bruno@clisp.org>
10577
10578         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
10579         Reported by Jim Meyering.
10580
10581 2006-09-24  Jim Meyering  <jim@meyering.net>
10582
10583         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
10584         compare a pointer against a literal "0".  That caused failures with
10585         at least HP-UX's hpcc.
10586
10587 2006-09-22  Simon Josefsson  <jas@extundo.com>
10588
10589         * modules/gc-sha1:
10590         * modules/gc-md4:
10591         * modules/gc-hmac-sha1:
10592         * modules/gc-hmac-md5:
10593         * modules/gc-des:
10594         * modules/gc-arcfour: Distribute more files.
10595
10596 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10597
10598         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
10599         (gl_linked_iterator_from_to): Initialize struct completely.
10600         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
10601         (gl_tree_iterator_from_to): Likewise
10602         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
10603         * lib/gl_array_list.c [lint] (gl_array_iterator)
10604         (gl_array_iterator_from_to): Likewise.
10605         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
10606         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
10607         (gl_carray_iterator_from_to): Likewise.
10608
10609         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
10610         * lib/md4.c (md4_process_block): Remove unused variable.
10611         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
10612         parentheses for clarity.
10613
10614 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10615
10616         * modules/bison-i18n (Depends-on): Add gettext.
10617
10618 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10619
10620         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
10621         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
10622         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
10623         also add missing comma that caused broken test.
10624         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
10625         stdlib.h, for `abort'.
10626         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
10627         variables.
10628         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
10629         include unistd.h if present, for `rmdir'.
10630         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
10631         variables.
10632         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
10633         in the process include standard headers for prototypes.
10634         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
10635         gets declared on GNU/Linux.
10636         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
10637         unistd.h, for `rmdir'.
10638         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
10639
10640         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
10641         always true.
10642         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
10643
10644         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
10645
10646 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10647
10648         * gnulib-tool (func_version): Create output all at once.  This
10649         may help avoid triggering unnecessary SIGPIPEs, and at any
10650         rate it doesn't hurt.
10651
10652 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10653             Bruno Haible  <bruno@clisp.org>
10654
10655         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
10656         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
10657         * m4/signed.m4 (bh_C_SIGNED): Likewise.
10658
10659         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
10660         (gl_FUNC_VASPRINTF): Invoke it.
10661
10662 2006-09-22  Bruno Haible  <bruno@clisp.org>
10663
10664         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
10665         getloadavg.c as first argument.
10666
10667 2006-09-22  Bruno Haible  <bruno@clisp.org>
10668
10669         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
10670         at the beginning of the gl_INIT macro.
10671         * modules/getloadavg (configure.ac): Pass $gl_source_base to
10672         gl_GETLOADAVG.
10673
10674 2006-09-22  Bruno Haible  <bruno@clisp.org>
10675
10676         * gnulib-tool (func_create_megatestdir): Don't include the config-h
10677         module.
10678         Suggested by Ralf Wildenhues.
10679
10680 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
10681
10682         Import this patch from libc:
10683
10684         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
10685
10686         * lib/regex_internal.c (re_string_reconstruct): Handle
10687         offset < pstr->valid_raw_len && pstr->offsets_needed case.
10688         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
10689         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
10690         re_string_context_at.
10691
10692         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
10693         now requires it.
10694         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
10695         gl_REGEX now does it for us.
10696         (gl_REGEX): Add test taken from
10697         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
10698
10699         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
10700         Check that large offsets work.  Modernize Autoconf usages.
10701         Prefer "yes" to mean a good thing rather than a bad.
10702         Don't put "#define mkstemp" in config.h, as this might interfere
10703         with standard system headers that "#define mkstemp mkstemp64".
10704
10705         * modules/mkstemp (Depends-on): Add extensions, so that
10706         mkstemp is visible on some platforms.
10707         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
10708         (Include): Change to "mkstemp.h" from <stdlib.h>.
10709         (Files): Add mkstemp.h.
10710
10711         * lib/mkstemp.h: New file, since some standard headers
10712         #define mkstemp.
10713         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
10714         Include "mkstemp.h".
10715         Make the _LIBC code resemble glibc original more,
10716         e.g., use K&R style.
10717         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
10718         (mkstemp): Remove, since mkstemp.h does this for us.
10719         * lib/stdlib--.h: Include mkstemp.h.
10720
10721         Import this patch from libc:
10722
10723         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
10724
10725         * lib/tempname.c (__gen_tempname): Change attempts_min
10726         into a macro.  Use preprocessor to decide how to initialize
10727         attempts [Coverity CID 67].
10728
10729 2006-09-20  Bruno Haible  <bruno@clisp.org>
10730
10731         * lib/mkdtemp.c: Import from libc.
10732         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
10733                 * sysdeps/posix/tempname.c (__gen_tempname): Change
10734                 attempts_min into a macro.  Use preprocessor to decide how to
10735                 initialize attempts [Coverity CID 67].
10736         2001-11-27  Paul Eggert  <eggert@twinsun.com>
10737                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
10738                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
10739
10740 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10741
10742         * gnulib-tool (func_exit): New function, to allow to pass the
10743         exit status portably through the trap.  Use everywhere.
10744         (--help, --version): Signal a write error.
10745         (trap): catch SIGPIPE, for write errors.
10746         Exit at the end of the trap, with the correct exit status.
10747
10748 2006-09-19  Karl Berry  <karl@gnu.org>
10749
10750         * doc/gnulib.texi: note about the license texinfo files.
10751
10752 2006-09-19  Eric Blake  <ebb9@byu.net>
10753
10754         * gnulib-tool: Avoid space-tab.
10755
10756 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
10757
10758         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
10759         that prevented coreutils 6.1 from building.  Problem reported
10760         by Petter Reinholdtsen.
10761
10762 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
10763
10764         * gnulib-tool (avoidlist): Fix typo that broke options like
10765         --avoid=lock that are used by coreutils bootstrap.
10766
10767 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
10768
10769         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
10770         more systematically.
10771
10772 2006-09-18  Jim Meyering  <jim@meyering.net>
10773
10774         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
10775
10776 2006-09-18  Bruno Haible  <bruno@clisp.org>
10777
10778         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
10779
10780 2006-09-18  Bruno Haible  <bruno@clisp.org>
10781
10782         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
10783         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
10784         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
10785         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
10786         * m4/gettext.m4: Require autoconf >= 2.52.
10787         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
10788         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
10789         of gl_cv_header_inttypes_h.
10790
10791 2006-09-18  Bruno Haible  <bruno@clisp.org>
10792
10793         * lib/javaversion.c: Include configmake.h.
10794
10795 2006-09-18  Bruno Haible  <bruno@clisp.org>
10796
10797         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
10798         avoid that the while loops be executed in a subshell.
10799
10800 2006-09-18  Bruno Haible  <bruno@clisp.org>
10801
10802         * MODULES.html.sh (func_module): Break long lines.
10803         Suggested by Bruce Korb <bkorb@gnu.org>.
10804
10805 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10806
10807         Speed up by a factor of 1.12.
10808         * gnulib-tool (nl): New variable.
10809         (func_import): Rewrite include directive extraction to only read each
10810         directive once.
10811
10812 2006-09-17  Bruno Haible  <bruno@clisp.org>
10813
10814         * modules/javaversion (Makefile.am): Remove DEFS setting.
10815         (Depends-on): Add configmake, for PKGDATADIR definition.
10816
10817 2006-09-17  Bruno Haible  <bruno@clisp.org>
10818
10819         * gnulib-tool (func_create_testdir): Rewrite all files at once.
10820
10821 2006-09-17  Bruno Haible  <bruno@clisp.org>
10822
10823         * gnulib-tool (func_append): New function, stolen from libtool.m4.
10824         (func_modules_transitive_closure, func_modules_add_dummy,
10825         func_modules_to_filelist, func_import, func_create_testdir,
10826         func_create_megatestdir, ...): Use it wherever possible.
10827         Suggested by Ralf Wildenhues.
10828
10829 2006-09-16  Karl Berry  <karl@gnu.org>
10830
10831         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
10832         to avoid sectioning errors.
10833         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
10834         [ifinfo]: blank line after @center-ed titles.
10835         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
10836         Spell FSF address consistently with others.
10837         (These changes approved by rms.)
10838
10839 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10840
10841         Speed up by a factor of 1.61.
10842         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
10843         already checked module names again.
10844
10845 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10846
10847         Speed up by a factor of 1.13.
10848         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
10849         for new_files, and the input to func_add_or_update.
10850
10851 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10852
10853         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
10854         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
10855
10856 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
10857
10858         * modules/mkancesdirs (Depends-on): Add fcntl.
10859         * modules/savewd: New file.
10860         * MODULES.html.sh (File system functions): Add savewd.
10861
10862         * modules/configmake (Makefile.am): Add support for the
10863         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
10864
10865 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
10866
10867         * m4/savewd.m4: New file.
10868
10869 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
10870
10871         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
10872         (dirchownmod): New arg FD.  All callers changed.
10873         Use FD rather than opening the directory ourself, as opening is
10874         now the caller's responsibility.
10875         * lib/dirchownmod.h: Likewise.
10876         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
10877         hosts that require <sys/types.h> before <sys/stat.h>.  Include
10878         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
10879         (test_dir): Remove.
10880         (mkancesdirs): Return length of prefix of FILE that has already
10881         been made, or -2 if there is a child doing the work.  Redo
10882         algorithm so that it is O(N) rather than O(N**2).  Optimize away
10883         ".", and treat ".." specially since it might stray back into
10884         already-created areas.  Use a subprocess if necessary.  New arg
10885         WD; all users changed.  MAKE_DIR function should now return 1
10886         if it creates a directory that is not readable.  Return -2 if
10887         a child process is spun off.
10888         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
10889         Adjust signature to match code.
10890         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
10891         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
10892         all users changed.
10893         * lib/savewd.c, lib/savewd.h: New files.
10894
10895 2006-09-15  Jim Meyering  <jim@meyering.net>
10896
10897         * modules/rename-dest-slash: New module.
10898         * MODULES.html.sh (posix_compat): Add it here.
10899
10900         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
10901
10902 2006-09-15  Jim Meyering  <jim@meyering.net>
10903
10904         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
10905         file.
10906
10907         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
10908
10909 2006-09-15  Jim Meyering  <jim@meyering.net>
10910
10911         * lib/rename-dest-slash.c (has_trailing_slash): Use
10912         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
10913         (rpl_rename_dest_slash): Perform the cheaper trailing slash
10914         test before testing whether SRC is a directory.
10915         Suggestions from Bruno Haible.
10916
10917         Avoid a warning about an unused variable.
10918         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
10919         into the #ifdef block where it's used.
10920
10921         * lib/rename-dest-slash.c: New file.
10922
10923 2006-09-14  Bruno Haible  <bruno@clisp.org>
10924
10925         * lib/allocsa.c: Include <config.h> unconditionally.
10926         * lib/asnprintf.c: Likewise.
10927         * lib/asprintf.c: Likewise.
10928         * lib/c-strcasecmp.c: Likewise.
10929         * lib/c-strcasestr.c: Likewise.
10930         * lib/c-strncasecmp.c: Likewise.
10931         * lib/c-strstr.c: Likewise.
10932         * lib/classpath.c: Likewise.
10933         * lib/clean-temp.c: Likewise.
10934         * lib/concatpath.c: Likewise.
10935         * lib/copy-file.c: Likewise.
10936         * lib/csharpcomp.c: Likewise.
10937         * lib/csharpexec.c: Likewise.
10938         * lib/execute.c: Likewise.
10939         * lib/fatal-signal.c: Likewise.
10940         * lib/findprog.c: Likewise.
10941         * lib/fwriteerror.c: Likewise.
10942         * lib/gl_array_list.c: Likewise.
10943         * lib/gl_array_oset.c: Likewise.
10944         * lib/gl_avltree_list.c: Likewise.
10945         * lib/gl_avltree_oset.c: Likewise.
10946         * lib/gl_avltreehash_list.c: Likewise.
10947         * lib/gl_carray_list.c: Likewise.
10948         * lib/gl_linked_list.c: Likewise.
10949         * lib/gl_linkedhash_list.c: Likewise.
10950         * lib/gl_list.c: Likewise.
10951         * lib/gl_oset.c: Likewise.
10952         * lib/gl_rbtree_list.c: Likewise.
10953         * lib/gl_rbtree_oset.c: Likewise.
10954         * lib/gl_rbtreehash_list.c: Likewise.
10955         * lib/imaxabs.c: Likewise.
10956         * lib/imaxdiv.c: Likewise.
10957         * lib/javacomp.c: Likewise.
10958         * lib/javaexec.c: Likewise.
10959         * lib/javaversion.c: Likewise.
10960         * lib/linebreak.c: Likewise.
10961         * lib/localcharset.c: Likewise.
10962         * lib/lock.c: Likewise.
10963         * lib/mbchar.c: Likewise.
10964         * lib/mbswidth.c: Likewise.
10965         * lib/mkdtemp.c: Likewise.
10966         * lib/pipe.c: Likewise.
10967         * lib/printf-args.c: Likewise.
10968         * lib/printf-parse.c: Likewise.
10969         * lib/progname.c: Likewise.
10970         * lib/progreloc.c: Likewise.
10971         * lib/readlink.c: Likewise.
10972         * lib/sh-quote.c: Likewise.
10973         * lib/stpcpy.c: Likewise.
10974         * lib/stpncpy.c: Likewise.
10975         * lib/strcasecmp.c: Likewise.
10976         * lib/strcasestr.c: Likewise.
10977         * lib/strcspn.c: Likewise.
10978         * lib/striconv.c: Likewise.
10979         * lib/strncasecmp.c: Likewise.
10980         * lib/strnlen1.c: Likewise.
10981         * lib/strstr.c: Likewise.
10982         * lib/strtok_r.c: Likewise.
10983         * lib/tls.c: Likewise.
10984         * lib/tmpdir.c: Likewise.
10985         * lib/unicodeio.c: Likewise.
10986         * lib/unsetenv.c: Likewise.
10987         * lib/vasnprintf.c: Likewise.
10988         * lib/vasprintf.c: Likewise.
10989         * lib/wait-process.c: Likewise.
10990         * lib/xallocsa.c: Likewise.
10991         * lib/xsetenv.c: Likewise.
10992         * lib/xstriconv.c: Likewise.
10993
10994 2006-09-13  Simon Josefsson  <jas@extundo.com>
10995
10996         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
10997         that internally, suggested by Ralf Wildenhues
10998         <Ralf.Wildenhues@gmx.de>.
10999
11000 2006-09-13  Simon Josefsson  <jas@extundo.com>
11001
11002         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
11003         @LIBOBJS@.
11004         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11005
11006 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
11007
11008         * lib/_fpending.c: Include <config.h> unconditionally, since we no
11009         longer worry about uses that don't define HAVE_CONFIG_H.
11010         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
11011         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
11012         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
11013         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
11014         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
11015         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
11016         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
11017         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
11018         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
11019         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
11020         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
11021         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
11022         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
11023         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
11024         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
11025         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
11026         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
11027         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
11028         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
11029         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
11030         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
11031         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
11032         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
11033         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
11034         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
11035         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
11036         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
11037         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
11038         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
11039         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
11040         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
11041         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
11042         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
11043         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
11044         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
11045         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
11046         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
11047         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
11048         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
11049         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
11050         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
11051         Likewise.
11052
11053 2006-09-13  Eric Blake  <ebb9@byu.net>
11054
11055         * lib/getopt.c: Fix typo in last commit.
11056
11057 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
11058
11059         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
11060         dgettext.
11061
11062 2006-09-12  Jim Meyering  <jim@meyering.net>
11063
11064         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
11065         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
11066         Reported by Nelson H. F. Beebe.
11067
11068 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
11069
11070         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
11071         program_invocation_name and program_invocation_short_name are
11072         initialized.
11073         * lib/argp-namefrob.h: Move declarations of program_invocation_name
11074         and program_invocation_short_name to argp.h, so they are visible
11075         to user programs.
11076         * lib/argp.h: Likewise
11077
11078 2006-09-10  Bruno Haible  <bruno@clisp.org>
11079
11080         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
11081         m4/inttypes_h.m4, m4/uintmax_t.m4.
11082
11083 2006-09-10  Bruno Haible  <bruno@clisp.org>
11084
11085         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
11086         gl_AC_TYPE_UINTMAX_T.
11087
11088 2006-09-10  Bruno Haible  <bruno@clisp.org>
11089
11090         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
11091
11092 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
11093
11094         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
11095         convention.  Text proposed by Bruno Haible.
11096         (struct argp_option): Document the use of N_() wrappers.
11097
11098         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
11099         '\v', and translate the two parts separately, instead of feeding
11100         the whole string to gettext.  This allows to exclude
11101         '\v' from the strings visible to the translator by writing doc
11102         strings as N_("..") "\v" N_("..").
11103
11104 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
11105
11106         * config/srclist.txt: Undo latest change; the bug was fixed.
11107
11108 2006-09-09  Bruno Haible  <bruno@clisp.org>
11109
11110         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
11111         assignments if building a library without libtool.
11112         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
11113         in func_emit_lib_Makefile_am.
11114         (func_import): When building a static library libfoo.a, arrange to
11115         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
11116         (func_create_testdir): Likewise.
11117         * modules/gc (configure.ac, Makefile.am): If building statically,
11118         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
11119         * modules/iconvme (configure.ac, Makefile.am): Likewise.
11120         * modules/striconv (configure.ac, Makefile.am): Likewise.
11121         Based on a suggestion by Ralf Wildenhues.
11122
11123 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
11124
11125         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
11126         Check for unistd.h too, since Autoconf doesn't assume POSIX.
11127         Also:
11128
11129         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
11130         Add year_2050_test to catch glibc bug 2821
11131         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
11132
11133         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
11134         Prefer #ifdef to #if.
11135
11136         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
11137         Return from 'main' instead of calling 'exit'.
11138
11139 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
11140
11141         * lib/mktime.c (guess_time_tm): Fix bug where mktime
11142         returned the maximum time_t value rather than (time_t) -1.
11143         Problem originally reported by William Bardwell
11144         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
11145
11146         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
11147         Moved to here ...
11148         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
11149         ... from here.
11150
11151 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
11152
11153         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
11154         2821 is fixed.
11155
11156 2006-09-08  Jim Meyering  <jim@meyering.net>
11157
11158         Don't make generated files read-only.  That would bother too many
11159         people.  However, do retain the ability to work when targets are
11160         read-only: remove the destination and temporary files before writing
11161         them (when generated via sed or echo), or by using the -f option for
11162         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
11163         * modules/alloca-opt, modules/argz, modules/arpa_inet:
11164         * modules/byteswap, modules/configmake, modules/fcntl:
11165         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
11166         * modules/localcharset, modules/netinet_in, modules/poll:
11167         * modules/stdbool, modules/stdint, modules/sys_select:
11168         * modules/sys_socket, modules/sys_stat, modules/sysexits:
11169
11170 2006-09-08  Jim Meyering  <jim@meyering.net>
11171
11172         Avoid new build failure on FreeBSD 6.0.
11173         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
11174         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
11175         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
11176
11177 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11178
11179         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
11180
11181 2006-09-07  Jim Meyering  <jim@meyering.net>
11182
11183         Fix global typo in last change: use chmod u-w, not chmod u-x.
11184         Spotted by Paul Eggert and Bruce Korb.
11185         * modules/alloca-opt, modules/argz, modules/arpa_inet:
11186         * modules/byteswap, modules/configmake, modules/fcntl:
11187         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
11188         * modules/localcharset, modules/netinet_in, modules/poll:
11189         * modules/stdbool, modules/stdint, modules/sys_select:
11190         * modules/sys_socket, modules/sys_stat, modules/sysexits:
11191
11192 2006-09-06  Jim Meyering  <jim@meyering.net>
11193
11194         Make generated files be read-only.
11195         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
11196         Ensure that each generated file is now read-only.
11197         * modules/argz: Likewise.
11198         * modules/arpa_inet: Likewise.
11199         * modules/byteswap: Likewise.
11200         * modules/configmake: Likewise.
11201         * modules/fcntl: Likewise.
11202         * modules/fnmatch: Likewise.
11203         * modules/getopt: Likewise.
11204         * modules/glob: Likewise.
11205         * modules/inttypes: Likewise.
11206         * modules/netinet_in: Likewise.
11207         * modules/poll: Likewise.
11208         * modules/stdbool: Likewise.
11209         * modules/stdint: Likewise.
11210         * modules/sys_select: Likewise.
11211         * modules/sys_socket: Likewise.
11212         * modules/sys_stat: Likewise.
11213         * modules/sysexits: Likewise.
11214         * modules/localcharset: Same as above, but continue using temporary
11215         file named "t-$@" (why different?) rather than the "$@-t" used
11216         everywhere else.
11217
11218         * modules/sysexits (Makefile.am): Replace literal occurrences
11219         of "sysexit.h" more readable, and more consistent, "$@".
11220
11221 2006-09-06  Bruno Haible  <bruno@clisp.org>
11222
11223         * modules/striconv: New file.
11224         * modules/xstriconv: New file.
11225         * MODULES.html.sh (Internationalization functions): Add striconv,
11226         xstriconv.
11227
11228 2006-09-06  Bruno Haible  <bruno@clisp.org>
11229
11230         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
11231         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
11232         not using libtool correctly.
11233
11234 2006-09-06  Bruno Haible  <bruno@clisp.org>
11235
11236         * lib/striconv.h: New file.
11237         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
11238         iconvstring.c.
11239         * lib/xstriconv.h: New file.
11240         * lib/xstriconv.c: New file.
11241
11242 2006-09-06  Bruno Haible  <bruno@clisp.org>
11243
11244         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
11245         lib_..._LDFLAGS.
11246
11247 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11248
11249         * lib/argz_.h: Sync from Libtool.
11250
11251         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
11252                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
11253
11254         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
11255
11256 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
11257
11258         * modules/trim: New file.
11259
11260 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
11261
11262         * lib/trim.h: New file.
11263         * lib/trim.c: New file.
11264
11265 2006-09-05  Bruno Haible  <bruno@clisp.org>
11266
11267         * MODULES.html.sh (String handling): Add trim.
11268
11269 2006-09-04  Karl Berry  <karl@gnu.org>
11270
11271         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
11272         until next release.
11273
11274 2006-09-03  Bruno Haible  <bruno@clisp.org>
11275
11276         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
11277         correctly.
11278
11279 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
11280
11281         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
11282         not gl_GETLOADAVG.  Omit unneeded semicolons.
11283         Problems reported by Ralf Wildenhues in
11284         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
11285         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
11286         at the end, which is the usual gnulib style.
11287
11288         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
11289         of doing all the work ourselves.
11290         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
11291         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
11292
11293 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
11294
11295         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
11296         Problem reported by Ralf Wildenhues in
11297         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
11298
11299         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
11300         HAVE_STRUCT_STATFS_F_FSTYPENAME.
11301
11302 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
11303
11304         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
11305         yesterday's patch by changing test -n to test -z.
11306
11307 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
11308
11309         * modules/getloadavg (Files): Add m4/getloadavg.m4.
11310         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
11311         the former is now obsolescent.
11312
11313         * modules/chdir-long (Depends-on): Add fcntl.
11314
11315 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
11316
11317         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
11318         obsolescent, and programs should use gnulib instead.
11319         * m4/getloadavg.m4: New file, with contents taken from Autoconf
11320         but with prefixes changed.
11321
11322 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
11323
11324         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
11325         or stdbool.h, because they might not exist while configuring.
11326
11327         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
11328         Don't include unistd.h or limits.h; not needed, since chdir-long.h
11329         does that for us.
11330         (O_DIRECTORY): Remove.
11331
11332 2006-08-31  Eric Blake  <ebb9@byu.net>
11333
11334         * gnulib-tool: Don't let emacs change spaces to TAB.
11335
11336 2006-08-31  Bruno Haible  <bruno@clisp.org>
11337
11338         * gnulib-tool: When calling func_import more than once, do it in a
11339         subshell.
11340         Reported by Eric Blake <ebb9@byu.net>.
11341
11342 2006-08-31  Bruno Haible  <bruno@clisp.org>
11343
11344         * gnulib-tool (nl): Remove variable.
11345         (sed_transform_lib_file): Use more robust test for config-h module.
11346         (func_import): Fix typo in 2006-08-25 patch.
11347
11348 2006-08-31  Bruno Haible  <bruno@clisp.org>
11349
11350         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
11351         specified, augment Makefile.am variables instead of assigning them.
11352
11353 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
11354
11355         Work around a bug in both the Linux and SunOS 64-bit kernels:
11356         nanosleep mishandles sleeps for longer than 2**31 seconds.
11357         Problem reported by Frank v Waveren in
11358         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
11359         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
11360         Check for nanosleep bug.
11361         (LIB_NANOSLEEP): Append clock_gettime library if needed.
11362
11363 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
11364
11365         Work around a bug in both the Linux and SunOS 64-bit kernels:
11366         nanosleep mishandles sleeps for longer than 2**31 seconds.
11367         Problem reported by Frank v Waveren in
11368         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
11369         * lib/nanosleep.c (BILLION): New constant.
11370         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
11371         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
11372         implementation.
11373
11374 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
11375
11376         * modules/nanosleep (Depends-on): Add gettime.
11377
11378 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
11379         and Simon Josefsson  <jas@extundo.com>
11380         and Oskar Liljeblad  <oskar@osk.mine.nu>
11381
11382         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
11383         * gnulib-tool (func_import): New license type 'unmodifiable license
11384         text'.
11385         * modules/fdl: Use it.  Longer description.
11386         * module/gpl, module/lgpl: New files.
11387
11388 2006-08-30  Jim Meyering  <jim@meyering.net>
11389
11390         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
11391         shadowing the parameter.
11392
11393 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11394
11395         Sync from Libtool:
11396
11397         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11398
11399         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
11400         sharing with gnulib.  Report by Eric Blake.
11401
11402 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
11403
11404         * modules/isapipe: New file.
11405         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
11406
11407 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
11408
11409         * modules/configmake (Makefile.am): Add a comment, and omit
11410         the CONFIGMAKE_ prefix from generated macro names.  Suggested
11411         by Bruno Haible.
11412
11413 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
11414
11415         * m4/isapipe.m4: New file.
11416
11417 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
11418
11419         * lib/isapipe.c, lib/isapipe.h: New files.
11420
11421 2006-08-29  Jim Meyering  <jim@meyering.net>
11422
11423         * modules/configmake (Makefile.am): Make configmake.h depend on
11424         Makefile.  Otherwise, a stale configmake.h could hang around.
11425
11426 2006-08-29  Eric Blake  <ebb9@byu.net>
11427
11428         * lib/error.c (error_at_line, print_errno_message): Match libc, after
11429         resolution of upstream bug 3044.
11430
11431 2006-08-29  Bruno Haible  <bruno@clisp.org>
11432
11433         * modules/localcharset (Depends-on): Add configmake.
11434         (Makefile.am): Remove setting of LIBDIR through DEFS.
11435
11436 2006-08-29  Bruno Haible  <bruno@clisp.org>
11437
11438         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
11439         defined.
11440
11441 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
11442
11443         * modules/fcntl: New file.
11444         * modules/chdir-safer (Depends-on): Add fcntl.
11445         * modules/fts: Likewise.
11446         * modules/mkdir-p: Likewise.
11447
11448         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
11449         This undoes the most recent change, since we're now addressing the
11450         problem in a different way.
11451
11452         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
11453         into output, since the output might be called Makefile.am even
11454         if $makefile_name is something different.
11455         (func_import): Use $makefile_am rather than
11456         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
11457         empty.
11458
11459         * modules/inttypes (Files): Add m4/inttypes-h.m4.
11460
11461 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
11462
11463         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
11464         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
11465         recent change to stdint.m4, since we're now addressing the problem in a
11466         different way.
11467
11468 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
11469
11470         * m4/fcntl_h.m4: New file.
11471
11472 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
11473
11474         * lib/fcntl_.h: New file.
11475         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
11476         the fcntl module.
11477         * lib/dirchownmod.c: Likewise.
11478         * lib/fts.c: Likewise.
11479
11480         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
11481         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
11482         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
11483         just before including <inttypes.h>, to avoid circular inclusion.
11484
11485 2006-08-28  Jim Meyering  <jim@meyering.net>
11486
11487         * doc/visibility.texi: Actually read and correct the grammar of the
11488         sentence affected by yesterday's change.
11489
11490 2006-08-28  Eric Blake  <ebb9@byu.net>
11491
11492         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
11493         needs wrapper.
11494
11495 2006-08-28  Eric Blake  <ebb9@byu.net>
11496
11497         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
11498
11499 2006-08-28  Eric Blake  <ebb9@byu.net>
11500
11501         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
11502
11503 2006-08-28  Bruno Haible  <bruno@clisp.org>
11504
11505         * modules/c-strstr: New file, from GNU gettext.
11506         * MODULES.html.sh (String handling): Add c-strstr.
11507
11508 2006-08-28  Bruno Haible  <bruno@clisp.org>
11509
11510         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
11511         macros.
11512         Reported by Eric Blake.
11513
11514 2006-08-28  Bruno Haible  <bruno@clisp.org>
11515
11516         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
11517         (VASNPRINTF): Return a string of length > INT_MAX without failing.
11518         * lib/vasprintf.c: Include errno.h, limits.h.
11519         (EOVERFLOW): New fallback definition.
11520         (vasprintf): Test here whether the string length is > INT_MAX.
11521         * lib/vsnprintf.c: Include errno.h, limits.h.
11522         (EOVERFLOW): New fallback definition.
11523         (vsnprintf): Fix bug when generated string was too long for the buffer.
11524         Test here whether the string length is > INT_MAX.
11525
11526 2006-08-28  Bruno Haible  <bruno@clisp.org>
11527
11528         * lib/inttypes_.h (SCNX*): Remove definitions.
11529         Reported by Eric Blake.
11530
11531 2006-08-28  Bruno Haible  <bruno@clisp.org>
11532
11533         * lib/c-strstr.h: New file, from GNU gettext.
11534         * lib/c-strstr.c: New file, from GNU gettext.
11535
11536 2006-08-28  Bruno Haible  <bruno@clisp.org>
11537
11538         * gnulib-tool: Reorder some statements.
11539
11540 2006-08-28  Bruno Haible  <bruno@clisp.org>
11541
11542         * gnulib-tool: New option --makefile-name.
11543         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
11544         $makefile_name.
11545         (func_import): Write $makefile_name to the cache file, and read it from
11546         there unless explicitly specified. Use $makefile_name as file name
11547         instead of Makefile.am. Adjust the recommendations accordingly.
11548
11549 2006-08-28  Bruno Haible  <bruno@clisp.org>
11550
11551         * gnulib-tool (func_verify_module): Check against misapplying patch.
11552
11553 2006-08-28  Bruno Haible  <bruno@clisp.org>
11554
11555         * gnulib-tool (func_relativize, func_relconcat): New functions.
11556         Give an error if --local-dir is given with --update.
11557         Remove trailing slashes from $local_gnulib_dir.
11558         (func_import): Store the relativized $local_gnulib_dir in
11559         gnulib-cache.m4, and read it from there if not specified explicitly.
11560
11561 2006-08-28  Bruno Haible  <bruno@clisp.org>
11562
11563         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
11564         is the current directory. Respect also $local_gnulib_dir.
11565
11566 2006-08-28  Bruno Haible  <bruno@clisp.org>
11567             Simon Josefsson  <jas@extundo.com>
11568
11569         BeOS portability.
11570         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
11571
11572 2006-08-27  Jim Meyering  <jim@meyering.net>
11573
11574         * doc/visibility.texi: Remove duplicate word: "pointer".
11575
11576 2006-08-26  Bruno Haible  <bruno@clisp.org>
11577
11578         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
11579         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
11580         (Makefile.am): Create inttypes.h from inttypes_.h.
11581         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
11582
11583         * modules/imaxabs: New file.
11584
11585         * modules/imaxdiv: New file.
11586
11587 2006-08-26  Bruno Haible  <bruno@clisp.org>
11588
11589         * m4/inttypes.m4: New file.
11590         * m4/_inttypes_h.m4: Remove file.
11591         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
11592         PRI_MACROS_BROKEN.
11593         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
11594
11595         * m4/imaxabs.m4: New file.
11596
11597         * m4/imaxdiv.m4: New file.
11598
11599 2006-08-26  Bruno Haible  <bruno@clisp.org>
11600
11601         * lib/inttypes_.h: New file.
11602         * lib/inttypes.h: Remove file.
11603         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
11604
11605         * lib/imaxabs.c: New file.
11606
11607         * lib/imaxdiv.c: New file.
11608
11609 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
11610
11611         New config-h module, so that "make" output needn't be cluttered
11612         by -DHAVE_CONFIG_H.
11613         * MODULES.html.sh (Support for building libraries and executables):
11614         Add config-h.
11615         * modules/config-h: New file.
11616         * gnulib-tool (nl, sed_transform_lib_file): New vars.
11617         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
11618         the config-h module is used.
11619
11620         New configmake module, so that "make" output needn't be cluttered
11621         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
11622         * MODULES.html.sh (Support for building libraries and executables):
11623         Add configmake.
11624         * modules/configmake: New file.
11625
11626 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
11627
11628         * m4/config-h.m4: New file.
11629
11630 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
11631
11632         * config/srclist.txt: Add elisp-comp.
11633
11634 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
11635
11636         * MODULES.html.sh (Support for building libraries and executables):
11637         Add elisp-comp.
11638         * build-aux/elisp-comp: New file.
11639         * modules/elisp-comp: New file.
11640
11641 2006-08-24  Bruno Haible  <bruno@clisp.org>
11642
11643         * gnulib-tool (func_create_testdir): Use non-default values of
11644         sourcebase and m4base.
11645
11646 2006-08-24  Bruno Haible  <bruno@clisp.org>
11647
11648         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
11649         HTML structure.
11650
11651 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
11652
11653         * modules/openat (Depends-on): Add lchown.
11654
11655 2006-08-23  Bruno Haible  <bruno@clisp.org>
11656
11657         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
11658         of gl_LOCK_EARLY instead of gl_LOCK.
11659
11660 2006-08-23  Bruno Haible  <bruno@clisp.org>
11661
11662         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
11663         on OSF/1 to no.
11664         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
11665
11666 2006-08-23  Bruno Haible  <bruno@clisp.org>
11667
11668         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
11669         as unusable.
11670
11671         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
11672         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
11673         (gl_LOCK): New macro.
11674
11675 2006-08-22  Simon Josefsson  <jas@extundo.com>
11676
11677         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
11678         to md5 module.
11679
11680 2006-08-22  Simon Josefsson  <jas@extundo.com>
11681
11682         * MODULES.html.sh: Add "Support for maintaining and release
11683         projects".
11684
11685         * build-aux/gnupload: New file, from coreutils.
11686
11687 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
11688
11689         Avoid the need for AC_LIBSOURCES in m4 macros.
11690         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
11691         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
11692         * modules/check-version (EXTRA_DIST): Add check-version.h.
11693         * modules/crc (EXTRA_DIST): Add crc.h.
11694         * modules/des (EXTRA_DIST): Add des.h.
11695         * modules/gc (EXTRA_DIST): Add gc.h.
11696         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
11697         * modules/getline (EXTRA_DIST): Add getline.h.
11698         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
11699         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
11700         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
11701         * modules/md2 (EXTRA_DIST): Add md2.h.
11702         * modules/md4 (EXTRA_DIST): Add md4.h.
11703         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
11704         * modules/read-file (EXTRA_DIST): Add read-file.h.
11705         * modules/readline (EXTRA_DIST): Add readline.h.
11706         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
11707         rijndael-api-fst.h.
11708
11709 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
11710
11711         * m4/rijndael.m4 (gl_ARCFOUR):
11712         * m4/arctwo.m4 (gl_ARCTWO):
11713         * m4/check-version.m4 (gl_CHECK_VERSION):
11714         * m4/crc.m4 (gl_CRC):
11715         * m4/des.m4 (gl_DES):
11716         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
11717         * m4/gc.m4 (gl_GC):
11718         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
11719         * m4/getline.m4 (gl_FUNC_GETLINE):
11720         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
11721         * m4/hmac-md5.m4 (gl_HMAC_MD5):
11722         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
11723         * m4/md2.m4 (gl_MD2):
11724         * m4/md4.m4 (gl_MD4):
11725         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
11726         * m4/read-file.m4 (gl_FUNC_READ_FILE):
11727         * m4/readline.m4 (gl_FUNC_READLINE):
11728         * m4/rijndael.m4 (gl_RIJNDAEL):
11729         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
11730         to get the necessary .h files and whatnot.
11731
11732 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
11733
11734         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
11735         gnulib rather than the other way around.
11736         * config/srclistvars.sh (COREUTILS): Remove.
11737
11738 2006-08-22  Jim Meyering  <jim@meyering.net>
11739
11740         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
11741
11742         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
11743
11744 2006-08-22  Eric Blake  <ebb9@byu.net>
11745
11746         * modules/regexprops-generic: New file.
11747         * MODULES.html.sh (Support for building documentation): List it.
11748
11749 2006-08-22  Eric Blake  <ebb9@byu.net>
11750
11751         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
11752         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
11753         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
11754         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
11755
11756 2006-08-22  Bruno Haible  <bruno@clisp.org>
11757
11758         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
11759         and lib_LTLIBRARIES like the other lib_* variables.
11760
11761 2006-08-22  Bruno Haible  <bruno@clisp.org>
11762
11763         * build-aux/x-to-1.in: New file, from GNU gettext.
11764
11765 2006-08-22  Bruno Haible  <bruno@clisp.org>
11766
11767         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
11768         <utmpx.h> exists.
11769
11770 2006-08-22  Bruno Haible  <bruno@clisp.org>
11771
11772         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
11773         <utmpx.h> exists.
11774
11775 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
11776
11777         BeOS portability.
11778         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
11779         exist.
11780         Problem reported by Bruno Haible.
11781
11782 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
11783
11784         Avoid the need for AC_LIBSOURCES in m4 macros.
11785         * modules/acl (EXTRA_DIST): Add acl.h.
11786         * modules/argmatch (Files): Add m4/argmatch.m4.
11787         (configure.ac): Add gl_ARGMATCH.
11788         (EXTRA_DIST): Renamed from lib_SOURCES, for
11789         consistency with the other modules.  Remove argmatch.c.
11790         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
11791         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
11792         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
11793         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
11794         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
11795         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
11796         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
11797         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
11798         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
11799         * modules/closeout (EXTRA_DIST): Add closeout.h.
11800         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
11801         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
11802         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
11803         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
11804         dirname.h; remove basename.c and stripslash.c.
11805         * modules/exclude (EXTRA_DIST): Add exclude.h.
11806         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
11807         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
11808         * modules/file-type (EXTRA_DIST): Add file-type.h.
11809         * modules/filemode (EXTRA_DIST): Add filemode.h.
11810         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
11811         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
11812         * modules/fpending (EXTRA_DIST): Add __fpending.h.
11813         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
11814         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
11815         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
11816         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
11817         * modules/getdate (EXTRA_DIST): Add getdate.c.
11818         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
11819         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
11820         * modules/getpass (EXTRA_DIST): Add getpass.h.
11821         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
11822         * modules/group-member (EXTRA_DIST): Add group-member.h.
11823         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
11824         * modules/hash (EXTRA_DIST): Add hash.h.
11825         * modules/human (EXTRA_DIST): Add human.h.
11826         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
11827         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
11828         * modules/lchown (EXTRA_DIST): Add lchown.h.
11829         * modules/long-options (EXTRA_DIST): Add long-options.h.
11830         * modules/lstat (EXTRA_DIST): Add lstat.h.
11831         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
11832         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
11833         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
11834         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
11835         * modules/memxor (EXTRA_DIST): Add memxor.h.
11836         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
11837         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
11838         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
11839         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
11840         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
11841         * modules/physmem (EXTRA_DIST): Add physmem.h.
11842         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
11843         * modules/posixver (EXTRA_DIST): Add posixver.h.
11844         * modules/quote (EXTRA_DIST): Add quote.h.
11845         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
11846         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
11847         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
11848         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
11849         regex_internal.h regexec.c.
11850         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
11851         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
11852         * modules/same (EXTRA_DIST): Add same.h.
11853         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
11854         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
11855         * modules/savedir (EXTRA_DIST): Add savedir.h.
11856         * modules/sha1 (EXTRA_DIST): Add sha1.h.
11857         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
11858         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
11859         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
11860         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
11861         * modules/strdup (EXTRA_DIST): Add strdup.h.
11862         * modules/strftime (EXTRA_DIST): Add strftime.h.
11863         * modules/strndup (EXTRA_DIST): Add strndup.h.
11864         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
11865         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
11866         * modules/time_r (EXTRA_DIST): Add time_r.h.
11867         * modules/timespec (EXTRA_DIST): Add timespec.h.
11868         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
11869         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
11870         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
11871         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
11872         * modules/userspec (EXTRA_DIST): Add userspec.h.
11873         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
11874         * modules/utimens (EXTRA_DIST): Add utimens.h.
11875         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
11876         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
11877         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
11878         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
11879         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
11880         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
11881         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
11882         * modules/yesno (EXTRA_DIST): Add yesno.h.
11883
11884 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
11885
11886         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
11887
11888         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
11889         * m4/dev-ino.m4, same-inode.m4: Remove.
11890
11891         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
11892         * m4/acl.m4 (AC_FUNC_ACL):
11893         * m4/backupfile.m4 (gl_BACKUPFILE):
11894         * m4/c-strtod.m4 (gl_C99_STRTOLD):
11895         * m4/canon-host.m4 (gl_CANON_HOST):
11896         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
11897         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
11898         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
11899         * m4/cloexec.m4 (gl_CLOEXEC):
11900         * m4/close-stream.m4 (gl_CLOSE_STREAM):
11901         * m4/closeout.m4 (gl_CLOSEOUT):
11902         * m4/dirfd.m4 (gl_FUNC_DIRFD):
11903         * m4/dirname.m4 (gl_DIRNAME):
11904         * m4/exclude.m4 (gl_EXCLUDE):
11905         * m4/exitfail.m4 (gl_EXITFAIL):
11906         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
11907         * m4/file-type.m4 (gl_FILE_TYPE):
11908         * m4/filemode.m4 (gl_FILEMODE):
11909         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
11910         * m4/fpending.m4 (gl_FUNC_FPENDING):
11911         * m4/fprintftime.m4 (gl_FPRINTFTIME):
11912         * m4/fts.m4 (gl_FUNC_FTS):
11913         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
11914         * m4/getdate.m4 (gl_GETDATE):
11915         * m4/gethrxtime.m4 (gl_GETHRXTIME):
11916         * m4/getpagesize.m4 (gl_GETPAGESIZE):
11917         * m4/getpass.m4 (gl_FUNC_GETPASS):
11918         * m4/gettime.m4 (gl_GETTIME):
11919         * m4/getugroups.m4 (gl_GETUGROUPS):
11920         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
11921         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
11922         * m4/hard-locale.m4 (gl_HARD_LOCALE):
11923         * m4/hash.m4 (gl_HASH):
11924         * m4/idcache.m4 (gl_IDCACHE):
11925         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
11926         * m4/lchown.m4 (gl_FUNC_LCHOWN):
11927         * m4/long-options.m4 (gl_LONG_OPTIONS):
11928         * m4/lstat.m4 (gl_FUNC_LSTAT):
11929         * m4/md5.m4 (gl_MD5):
11930         * m4/memcasecmp.m4 (gl_MEMCASECMP):
11931         * m4/memcoll.m4 (gl_MEMCOLL):
11932         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
11933         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
11934         * m4/memxor.m4 (gl_MEMXOR):
11935         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
11936         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
11937         * m4/modechange.m4 (gl_MODECHANGE):
11938         * m4/mountlist.m4 (gl_MOUNTLIST):
11939         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
11940         * m4/openat.m4 (gl_FUNC_OPENAT):
11941         * m4/pathmax.m4 (gl_PATHMAX):
11942         * m4/physmem.m4 (gl_PHYSMEM):
11943         * m4/posixtm.m4 (gl_POSIXTM):
11944         * m4/posixver.m4 (gl_POSIXVER):
11945         * m4/quote.m4 (gl_QUOTE):
11946         * m4/quotearg.m4 (gl_QUOTEARG):
11947         * m4/readtokens.m4 (gl_READTOKENS):
11948         * m4/readutmp.m4 (gl_READUTMP):
11949         * m4/regex.m4 (gl_REGEX):
11950         * m4/safe-read.m4 (gl_SAFE_READ):
11951         * m4/safe-write.m4 (gl_SAFE_WRITE):
11952         * m4/same.m4 (gl_SAME):
11953         * m4/save-cwd.m4 (gl_SAVE_CWD):
11954         * m4/savedir.m4 (gl_SAVEDIR):
11955         * m4/settime.m4 (gl_SETTIME):
11956         * m4/sha1.m4 (gl_SHA1):
11957         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
11958         * m4/stat-macros.m4 (gl_STAT_MACROS):
11959         * m4/stat-time.m4 (gl_STAT_TIME):
11960         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
11961         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
11962         * m4/strdup.m4 (gl_FUNC_STRDUP):
11963         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
11964         * m4/strndup.m4 (gl_FUNC_STRNDUP):
11965         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
11966         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
11967         * m4/time_r.m4 (gl_TIME_R):
11968         * m4/timespec.m4 (gl_TIMESPEC):
11969         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
11970         * m4/unlinkdir.m4 (gl_UNLINKDIR):
11971         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
11972         * m4/userspec.m4 (gl_USERSPEC):
11973         * m4/utimecmp.m4 (gl_UTIMECMP):
11974         * m4/utimens.m4 (gl_UTIMENS):
11975         * m4/xalloc.m4 (gl_XALLOC):
11976         * m4/xgetcwd.m4 (gl_XGETCWD):
11977         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
11978         * m4/xreadlink.m4 (gl_XREADLINK):
11979         * m4/xstrtod.m4 (gl_XSTRTOD):
11980         * m4/yesno.m4 (gl_YESNO):
11981         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
11982         to get the necessary .h files and whatnot.
11983
11984 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
11985             Bruno Haible  <bruno@clisp.org>
11986
11987         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
11988         /bin/sh understanding of '!' conditional negation.
11989
11990 2006-08-21  Jim Meyering  <jim@meyering.net>
11991
11992         * modules/openat (Depends-on): Really alphabetize.
11993
11994         * modules/acl (Depends-on): Add error and quote.
11995
11996         * check-module (find_included_lib_files): Add at-func.c to the
11997         ok-to-include-more-than-once white list.
11998
11999         * modules/openat (Depends-on): Add lstat.  Alphabetize.
12000
12001 2006-08-21  Bruno Haible  <bruno@clisp.org>
12002
12003         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
12004         Emit a pkgdata_DATA variable only if some snippets add contents to it.
12005         Reported by Martin Lambers <marlam@marlam.de>.
12006
12007 2006-08-21  Bruno Haible  <bruno@clisp.org>
12008
12009         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
12010         specify an installation location, don't emit a noinst_LIBRARIES or
12011         noinst_LTLIBRARIES assignment.
12012
12013 2006-08-21  Bruno Haible  <bruno@clisp.org>
12014
12015         BeOS portability.
12016         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
12017         BeOS has mbrtowc() but no <wctype.h>.
12018
12019 2006-08-21  Bruno Haible  <bruno@clisp.org>
12020
12021         BeOS portability.
12022         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
12023         exist.
12024
12025 2006-08-21  Bruno Haible  <bruno@clisp.org>
12026
12027         BeOS portability.
12028         * lib/mbchar.h: Include <wctype.h> only if it exists.
12029
12030 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
12031
12032         Remove files that are no longer needed by their respective modules.
12033         * m4/obstack.m4: Remove.
12034         * m4/strerror_r.m4: Remove.
12035         * m4/uint32_t.m4: Remove.
12036         * m4/uintptr_t.m4: Remove.
12037         * m4/ullong_max.m4: Remove.
12038         * m4/xstrtoimax.m4: Remove.
12039         * m4/xstrtoumax.m4: Remove.
12040
12041         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
12042         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
12043         dependencies now capture this.
12044
12045         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
12046         Do not use AC_LIBSOURCES, since gnulib modules now do this.
12047         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
12048         * m4/human.m4 (gl_HUMAN): Likewise.
12049         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
12050         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
12051
12052         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
12053
12054         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
12055         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
12056         stdint.
12057         * m4/human.m4 (gl_HUMAN): Likewise.
12058         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
12059         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
12060         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
12061         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
12062         * m4/xstrtol (gl_XSTRTOL): Likewise.
12063
12064         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
12065         AC_TYPE_LONG_LONG_INT.
12066         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
12067         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
12068         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
12069         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
12070
12071         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
12072         on stdbool.
12073
12074         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
12075         (gl_PREREQ_XSTRTOUL): Remove.
12076
12077         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
12078
12079         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
12080         mode.
12081
12082 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
12083
12084         Add and change modules to make it easier for coreutils to use
12085         gnulib-tool.
12086         * modules/backupfile (Files): Remove m4/d-ino.m4.
12087         (Depends-on): Add d-ino.
12088         * modules/cycle-check (Depends-on): Add stdint.
12089         (lib_SOURCES): Add cycle-check.h.
12090         * modules/d-ino: New module.
12091         * modules/d-type: New module.
12092         * modules/error (Files): Remove m4/strerror_r.m4.
12093         * modules/filemode (Files): Add m4/st_dm_mode.m4.
12094         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
12095         m4/inttypes_h.m4, m4/uintmax_t.m4.
12096         (Depends-on): Add stdint.
12097         (lib_SOURCES): Add fsusage.h.
12098         * modules/getcwd (Files): Remove d-ino.m4.
12099         (Depends-on): Add d-ino.
12100         * modules/getndelim2 (Depends-on): Add stdint.
12101         * modules/glob (Files): Remove m4/d-type.m4.
12102         (Depends-on): Add d-type.
12103         * modules/host-os: New module.
12104         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
12105         m4/inttypes_h.m4, m4/uintmax_t.m4.
12106         * Depends-on: Add stdint.
12107         (lib_SOURCES): Add human.h.
12108         * modules/inttostr (Files): Remove m4/intmax_t.m4,
12109         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
12110         m4/uintmax_t.m4, m4/ulonglong.m4.
12111         (Depends-on): Add stdint.
12112         (EXTRA_DIST): Add inttostr.h.
12113         * modules/lchmod: New module.
12114         * modules/link-follow: New module.
12115         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
12116         (Depends-on): Add lchmod.
12117         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
12118         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
12119         (Depends-on): Add stdint.
12120         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
12121         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
12122         (Depends-on): Add stdint.
12123         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
12124         * modules/perl: New module.
12125         * modules/regex (Depends-on): Add stdint.
12126         * modules/rmdir-errno: New module.
12127         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
12128         m4/intmax_t.m4.
12129         (Depends-on): Add stdint.
12130         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
12131         m4/uintmax_t.m4.
12132         (Depends-on): Add stdint.
12133         * modules/unlink-busy: New module.
12134         * modules/utimecmp (Depends-on): Add stdint.
12135         * modules/uptime: New module.
12136         * modules/winsz-ioctl: New module.
12137         * modules/winsz-termios: New module.
12138         * modules/xnanosleep (Depends-on): Add nanosleep.
12139         * modules/ullong_max: Remove.
12140         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
12141         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
12142         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
12143         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
12144         (Depends-on): Add inttypes.
12145         (lib_SOURCES): Add xstrtol.h.
12146         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
12147         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
12148         * MODULES.html.sh: Move 'assert' into the assert section.
12149         Move 'dummy' into the linking section.
12150         Remove ullong_max.
12151         Add section for compatibility checks for POSIX:2001 functions,
12152         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
12153         winsz-ioctl, and winsz-termios into it.
12154         Add lchmod.
12155         Add top-level Misc section and put host-os, perl, and uptime
12156         into it.
12157
12158 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
12159
12160         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
12161         now assume the stdint module.  Do not include inttypes.h.
12162         * lib/fsusage.h: Likewise.
12163         * lib/getndelim2.c: Likewise.
12164         * lib/human.h: Likewise.
12165         * lib/inttostr.h: Likewise.
12166         * lib/obstack.c: Likewise.
12167         * lib/regex_internal.h: Likewise.
12168         * lib/tempname.c: Likewise.
12169         * lib/utimecmp.c: Likewise.
12170         * lib/xstrtol.h: Likewise.
12171
12172         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
12173
12174         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
12175         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
12176         * lib/xtime.h: Likewise.
12177
12178 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
12179
12180         * modules/openat (Files): Add lib/fchmodat.c.
12181         Fixes problem reported by Jay Youngman.
12182
12183 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
12184
12185         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
12186         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
12187
12188 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
12189             Bruno Haible  <bruno@clisp.org>
12190
12191         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
12192         and is a script that invokes bison. Tighten the code. Add comments.
12193
12194 2006-08-18  Jim Meyering  <jim@meyering.net>
12195
12196         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
12197         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
12198         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
12199         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
12200
12201 2006-08-18  Bruno Haible  <bruno@clisp.org>
12202
12203         * modules/bison-i18n: New file.
12204         * MODULES.html.sh (Internationalization functions): Add it.
12205
12206 2006-08-18  Bruno Haible  <bruno@clisp.org>
12207
12208         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
12209         sys/statvfs.h. When getmntinfo was found, check its declaration and
12210         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
12211
12212 2006-08-18  Bruno Haible  <bruno@clisp.org>
12213
12214         * m4/bison-i18n.m4: New file, from bison.
12215
12216 2006-08-18  Bruno Haible  <bruno@clisp.org>
12217
12218         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
12219         (ME_DUMMY): Treat "kernfs" as a dummy.
12220         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
12221
12222 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
12223
12224         Update from coreutils.
12225
12226         2006-08-15  Jim Meyering  <jim@meyering.net>
12227
12228         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
12229
12230         2006-01-17  Jim Meyering  <jim@meyering.net>
12231
12232         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
12233
12234         2006-01-11  Jim Meyering  <jim@meyering.net>
12235
12236         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
12237         Check for the lchmod function.
12238
12239 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
12240
12241         Update from coreutils.
12242
12243         * lib/__fpending.h: Add copyright notice.
12244         * lib/fprintftime.h: Likewise.
12245         * lib/savedir.c: Use (C) in copyright notice.
12246         * lib/savedir.h: Likewise.
12247
12248         2006-08-15  Jim Meyering  <jim@meyering.net>
12249
12250         * lib/at-func.c: New file, with the logic of all emulated at-functions.
12251         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
12252         in support of the EXPECTED_ERRNO macro.
12253         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
12254         definitions.  Instead, define the appropriate symbols and include
12255         "at-func.c".
12256         * lib/mkdirat.c (mkdirat): Likewise.
12257         * lib/fchmodat.c (fchmodat): Likewise.
12258         (ENOSYS): Remove definition.
12259         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
12260         it.  Don't include "unistd--.h" -- it wasn't ever used.
12261
12262         2006-01-17  Jim Meyering  <jim@meyering.net>
12263
12264         Rewrite fts.c not to change the current working directory,
12265         by using openat, fstatat, fdopendir, etc..
12266
12267         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
12268         (HAVE_OPENAT_SUPPORT): Define.
12269         [_LIBC] (fchdir): Don't undef or define; no longer used.
12270         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
12271         Now, this `function' always succeeds, and consumes its file descriptor
12272         parameter -- so callers must not close such FDs.  Update callers.
12273         (diropen_fd, opendirat, cwd_advance_fd): New functions.
12274         (diropen): Add parameter, SP.  Adjust all callers.
12275         Implement using diropen_fd, rather than open.
12276         (fts_open): Initialize new member, fts_cwd_fd.
12277         Remove fts_rft-setting code.
12278         (fts_close): Close fts_cwd_fd, if necessary.
12279         (__opendir2): Define in terms of opendir or opendirat,
12280         depending on whether the FST_NOCHDIR flag is set.
12281         (fts_build): Since fts_safe_changedir consumes its FD, and since
12282         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
12283         and close the dup'd file descriptor upon failure.
12284         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
12285         (fts_safe_changedir): Tweak semantics to reflect that this function
12286         now calls cwd_advance_fd and hence consumes its FD argument.
12287         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
12288         [struct FTS] (fts_rft): Remove now-unused member.
12289         [struct FTS] (fts_cycle.state): Improve comment.
12290
12291         * lib/openat.c (openat_needs_fchdir): New function.
12292         * lib/openat.h (openat_needs_fchdir): Declare it.
12293
12294 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
12295
12296         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
12297         Problem and fix reported by Pádraig Brady in
12298         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
12299
12300 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
12301
12302         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
12303
12304 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
12305
12306         * lib/memcoll.c (memcoll): Optimize for the common case where the
12307         arguments are bytewise equal.
12308
12309 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
12310
12311         * doc/regexprops-generic.texi: Add a copyright notice.
12312
12313 2006-08-15  Bruno Haible  <bruno@clisp.org>
12314
12315         * modules/tmpdir (License): Change to LGPL.
12316
12317 2006-08-15  Bruno Haible  <bruno@clisp.org>
12318
12319         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
12320         module.
12321
12322 2006-08-14  Simon Josefsson  <jas@extundo.com>
12323
12324         * config/srclist.txt: Add gnupload.
12325
12326 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
12327
12328         Change copyright notice from LGPL 2 to GPL 2, since that's the
12329         standard form used in the gnulib repository.
12330         * tests/test-lock.c: Likewise.
12331         * tests/test-stdint.c: Likewise.
12332         * tests/test-tls.c: Likewise.
12333
12334         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
12335         prelude-manager.  User shorter URLs for GNU projects, without '?'.
12336         Add copyright notice.
12337
12338         * check-module: Add copyright notice.  Output a copyright
12339         notice if "--version" is specified.
12340         * modules/COPYING: New file.
12341         * tests/test-getaddrinfo.c: Add copyright notice.
12342         * tests/test-verify.c: Likewise.
12343
12344 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
12345
12346         Change copyright notice from LGPL 2 to GPL 2, since that's the
12347         standard form used in the gnulib repository.
12348         * lib/lock.c: LGPL -> GPL.
12349         * lib/lock.h: Likewise.
12350         * lib/strnlen1.c: Likewise.
12351         * lib/strnlen1.h: Likewise.
12352         * lib/tls.c: Likewise.
12353         * lib/tls.h: Likewise.
12354         * lib/tmpdir.c: Likewise.
12355
12356         * lib/TODO: Remove; this belongs only in coreutils.
12357
12358 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
12359
12360         Add copyright notices to long-enough files that lack them, since
12361         otherwise the files aren't clearly free.  Use the same notice that
12362         getdate.texi already uses.
12363         * doc/alloca-opt.texi: Add copyright notice.
12364         * doc/alloca.texi: Likewise.
12365         * doc/ctime.texi: Likewise.
12366         * doc/functions.texi: Likewise.
12367         * doc/gcd.texi: Likewise.
12368         * doc/gnulib-tool.texi: Likewise.
12369         * doc/inet_ntoa.texi: Likewise.
12370         * doc/visibility.texi: Likewise.
12371
12372         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
12373         * doc/quote.texi: Add copyright notice.
12374
12375         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
12376         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
12377         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
12378         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
12379         is now obsolete, and give a pointer to the Sun list.
12380         Add copyright notice.
12381
12382 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
12383
12384         * config/srclistvars.sh: Add copyright notice.
12385
12386 2006-08-14  Eric Blake  <ebb9@byu.net>
12387
12388         Import the following change from libc:
12389
12390         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
12391
12392         Upstream bug 2997.
12393         * lib/misc/error.c: Add space between program name and message if file
12394         name is missing.
12395
12396 2006-08-12  Karl Berry  <karl@gnu.org>
12397
12398         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
12399         remove, these originate in gnulib now.
12400
12401 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12402
12403         * doc/Makefile (standards.info standards.html standards.dvi):
12404         Also depend on make-stds.texi.
12405
12406 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
12407
12408         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
12409         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
12410
12411         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
12412         in wchar_t.  Problem reported by Eric Blake.
12413
12414         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
12415         LEN is smaller than SIZE.  Suggested by Bruno Haible.
12416         Also, help the compiler to keep LEN in a register.
12417
12418 2006-08-11  Eric Blake  <ebb9@byu.net>
12419
12420         * users.txt: Sort.  Add tar.
12421
12422 2006-08-11  Bruno Haible  <bruno@clisp.org>
12423
12424         * users.txt: New file.
12425
12426 2006-08-11  Bruno Haible  <bruno@clisp.org>
12427
12428         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
12429         before <wchar.h>. Needed for OSF/1 and BSD/OS.
12430
12431 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
12432
12433         * modules/snprintf (Depends-on): Remove minmax.
12434         (Maintainer): Add self and Bruno.
12435
12436 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
12437
12438         * lib/.cppi-disable: Add snprintf.h, socket_.h.
12439         * lib/snprintf.c: Include <errno.h> and <limits.h>.
12440         (EOVERFLOW): Define if the system does not.
12441         Do not include "minmax.h"; it wasn't used.
12442         (snprintf): Don't assume size_t promotes to an unsigned type.
12443         Fix bug when generated string was too long for the buffer: the
12444         buffer's contents are supposed to be the initial prefix of the
12445         output.  Don't assume vasnprintf returns EOVERFLOW if the size
12446         exceeds INT_MAX; do the check ourselves.
12447
12448         Import the following changes from libc:
12449
12450         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
12451
12452         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
12453         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
12454         set wc to the byte which couldn't be converted.
12455         (re_string_reconstruct): Don't clear valid_raw_len before calling
12456         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
12457         tip_context using re_string_context_at.
12458
12459         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
12460
12461         * lib/posix/regex.h: g++ still cannot handled [restrict].
12462
12463         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
12464
12465         * lib/posix/regex.h: Remove special handling for VMS.
12466
12467 2006-08-10  Jim Meyering  <jim@meyering.net>
12468
12469         * modules/same-inode: New module.
12470         * modules/dev-ino: New module.
12471         * modules/cycle-check: Depend on these modules, rather than simply
12472         including their .h files.
12473         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
12474         required via m4/cycle-check.m4.
12475         * modules/same: Depend on new same-inode module, rather than
12476         including same-inode.h.
12477         * modules/chdir-safer: New file.
12478
12479         * modules/chown (Depends-on): Add stat-macros.
12480
12481 2006-08-10  Jim Meyering  <jim@meyering.net>
12482
12483         * m4/cycle-check.m4: New file.
12484         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
12485         * m4/dev-ino.m4, m4/same-inode.m4: New files.
12486
12487 2006-08-10  Eric Blake  <ebb9@byu.net>
12488
12489         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
12490         in from original proposal.
12491
12492 2006-08-10  Eric Blake  <ebb9@byu.net>
12493         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
12494
12495         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
12496         namespace.
12497
12498 2006-08-10  Bruno Haible  <bruno@clisp.org>
12499
12500         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
12501         as well.
12502
12503 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
12504
12505         Sync from coreutils.
12506
12507         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
12508
12509         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
12510         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
12511
12512 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
12513
12514         * modules/restrict: Remove; no longer needed now that we assume
12515         Autoconf 2.59 or later.
12516         * MODULES.html.sh: Remove 'restrict'.
12517         * modules/argp (Depends-on): Remove 'restrict'.
12518         * modules/base64 (Depends-on): Likewise.
12519         * modules/gc (Depends-on): Likewise.
12520         * modules/getaddrinfo (Depends-on): Likewise.
12521         * modules/glob (Depends-on): Likewise.
12522         * modules/inet_ntop (Depends-on): Likewise.
12523         * modules/inet_pton (Depends-on): Likewise.
12524         * modules/memxor (Depends-on): Likewise.
12525         * modules/regex (Depends-on): Likewise.
12526         * modules/strtok_r (Depends-on): Likewise.
12527         * modules/time_r (Depends-on): Likewise.
12528
12529 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
12530
12531         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
12532         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
12533         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
12534         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
12535         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
12536         * m4/memxor.m4 (gl_MEMXOR): Likewise.
12537         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
12538         gl_C_RESTRICT replaced by AC_C_RESTRICT.
12539
12540         Merge from coreutils.
12541         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
12542         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
12543         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
12544         * m4/time_r.m4 (gl_TIME_R): Likewise.
12545
12546 2006-08-09  Karl Berry  <karl@gnu.org>
12547
12548         * config/srclist.txt: no more gettext-tools, per Bruno.
12549
12550 2006-08-08  Eric Blake  <ebb9@byu.net>
12551
12552         * modules/verror: New module.
12553         * MODULES.html.sh: Document it.
12554
12555 2006-08-08  Eric Blake  <ebb9@byu.net>
12556
12557         * lib/verror.h, lib/verror.c: New files.
12558
12559 2006-08-08  Eric Blake  <ebb9@byu.net>
12560
12561         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
12562         verror_at_line output complies with GNU Coding Standards even when
12563         file is NULL.
12564
12565 2006-08-07  Bruno Haible  <bruno@clisp.org>
12566
12567         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
12568         versions of AIX.
12569         Reported by Ralf Wildenhues.
12570
12571 2006-08-07  Bruno Haible  <bruno@clisp.org>
12572
12573         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
12574         in an AC_DEFUN. Needed so that the autoconf snippets can use
12575         AC_REQUIRE.
12576
12577 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12578
12579         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
12580         Initialize pkgdata_DATA.
12581         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
12582         overriding it.
12583
12584 2006-08-06  Eric Blake  <ebb9@byu.net>
12585
12586         * lib/error.h: Fold in some upstream changes from glibc.
12587         * lib/error.c: Likewise.
12588
12589 2006-08-04  Bruno Haible  <bruno@clisp.org>
12590
12591         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
12592         Make the mostlyclean-local rule depend on mostlyclean-generic.
12593         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
12594
12595 2006-07-31  Bruno Haible  <bruno@clisp.org>
12596
12597         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
12598         <stdlib.h>, <string.h>.
12599
12600 2006-07-30  Bruno Haible  <bruno@clisp.org>
12601
12602         * modules/readlink (License): Change to LGPL.
12603
12604 2006-07-30  Bruno Haible  <bruno@clisp.org>
12605
12606         * modules/javaversion (Makefile.am): Distribute javaversion.java and
12607         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
12608         set PKGDATADIR to point to it.
12609
12610 2006-07-30  Bruno Haible  <bruno@clisp.org>
12611
12612         * modules/csharpexec (configure.ac): Comment out macro invocation.
12613         * modules/javaexec (configure.ac): Likewise.
12614         * modules/javacomp-script (configure.ac): Likewise.
12615
12616         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
12617
12618 2006-07-30  Bruno Haible  <bruno@clisp.org>
12619
12620         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
12621         linked-list.
12622
12623 2006-07-30  Bruno Haible  <bruno@clisp.org>
12624
12625         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
12626
12627 2006-07-30  Bruno Haible  <bruno@clisp.org>
12628
12629         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
12630         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
12631         get removed.
12632
12633 2006-07-29  Bruno Haible  <bruno@clisp.org>
12634
12635         Make it possible for gnulib-tool to work with locally modified or
12636         augmented gnulib repositories.
12637         * gnulib-tool (func_usage): Document --local-dir option.
12638         (local_gnulib_dir): New variable.
12639         Handle --local-dir option.
12640         (func_lookup_file): New function.
12641         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
12642         (func_get_description, func_get_filelist, func_get_description,
12643         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
12644         func_get_automake_snippet, func_get_include_directive,
12645         func_get_license, func_get_maintainer): Use func_lookup_file.
12646         (func_import, func_create_testdir): Use func_lookup_file.
12647
12648 2006-07-29  Bruno Haible  <bruno@clisp.org>
12649
12650         * modules/setenv (Depends-on): Add unistd.
12651
12652 2006-07-29  Bruno Haible  <bruno@clisp.org>
12653
12654         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
12655
12656 2006-07-29  Bruno Haible  <bruno@clisp.org>
12657
12658         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
12659
12660 2006-07-29  Bruno Haible  <bruno@clisp.org>
12661
12662         * gnulib-tool (import, update): If there is no Makefile.am, look at
12663         aclocal.m4, instead of bailing out.
12664
12665 2006-07-29  Bruno Haible  <bruno@clisp.org>
12666
12667         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
12668         Categorize the options by when they are useful.
12669
12670 2006-07-29  Bruno Haible  <bruno@clisp.org>
12671
12672         * gnulib-tool (func_usage): Document option --no-libtool.
12673         Handle option --no-libtool.
12674         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
12675         for changed semantics of $libtool variable.
12676         (func_import): Likewise. If libtool is not used, show this through
12677         an option --no-libtool.
12678         (func_create_testdir): Update.
12679
12680 2006-07-29  Bruno Haible  <bruno@clisp.org>
12681
12682         * gnulib-tool (func_import): Extend error message about missing
12683         --doc-base.
12684
12685 2006-07-29  Bruno Haible  <bruno@clisp.org>
12686
12687         * gnulib-tool (func_import): Don't create the $docbase directory if
12688         there is no file to store there.
12689
12690 2006-07-29  Bruno Haible  <bruno@clisp.org>
12691
12692         * gnulib-tool (autoconf_minversion): If a --dir option is given and
12693         relevant, look for configure.ac there, not in the current directory.
12694         Also use a simple search for AC_PREREQ, not "autoconf --trace".
12695
12696 2006-07-29  Bruno Haible  <bruno@clisp.org>
12697
12698         * gnulib-tool (SORT): New variable.
12699         (func_usage): Undocument --assume-autoconf option.
12700         Remove --assume-autoconf option handling.
12701         (autoconf_minversion): Determine from the contents of configure.ac.
12702         (func_import): Remove autoconf_minversion handling.
12703         Suggested by Eric Blake.
12704
12705 2006-07-29  Bruno Haible  <bruno@clisp.org>
12706
12707         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
12708
12709 2006-07-29  Bruno Haible  <bruno@clisp.org>
12710
12711         * config/srclist.txt (*setenv.[ch]): Remove rules.
12712
12713 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12714
12715         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
12716
12717 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12718
12719         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
12720         arpa/inet.h.
12721
12722 2006-07-28  Simon Josefsson  <jas@extundo.com>
12723
12724         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
12725         * modules/inet_pton (Depends-on): Likewise.
12726
12727 2006-07-28  Simon Josefsson  <jas@extundo.com>
12728
12729         * m4/netinet_in_h.m4: New file.
12730
12731 2006-07-28  Simon Josefsson  <jas@extundo.com>
12732
12733         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
12734         #include's.
12735
12736 2006-07-28  Simon Josefsson  <jas@extundo.com>
12737
12738         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
12739         #include's.
12740
12741 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
12742
12743         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
12744         setgid on directories only if they set these bits.
12745         * lib/modechange.h: Remove obsolete comment about masks.
12746
12747 2006-07-28  Eric Blake  <ebb9@byu.net>
12748
12749         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
12750         macro expansion.
12751
12752 2006-07-28  Bruno Haible  <bruno@clisp.org>
12753
12754         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
12755
12756 2006-07-28  Bruno Haible  <bruno@clisp.org>
12757
12758         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
12759
12760 2006-07-28  Bruno Haible  <bruno@clisp.org>
12761
12762         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
12763         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
12764         Define fallbacks.
12765         Avoids link error on FreeBSD 4.x.
12766         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
12767
12768         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
12769         encoding.
12770         * lib/mbswidth.c (iswcntrl): Likewise.
12771
12772 2006-07-27  Bruno Haible  <bruno@clisp.org>
12773
12774         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
12775         test.
12776
12777 2006-07-27  Bruno Haible  <bruno@clisp.org>
12778
12779         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
12780         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
12781         defined.
12782
12783 2006-07-26  Eric Blake  <ebb9@byu.net>
12784
12785         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
12786
12787 2006-07-26  Eric Blake  <ebb9@byu.net>
12788
12789         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
12790         like mingw that lack mkstemp.
12791         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
12792         avoid compilation warning on mingw.
12793
12794 2006-07-26  Bruno Haible  <bruno@clisp.org>
12795
12796         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
12797         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
12798         INT_FAST*_MIN, INTPTR_MIN.
12799
12800 2006-07-25  Bruno Haible  <bruno@clisp.org>
12801
12802         * modules/version-etc (Depends-on): Add stdarg.
12803
12804 2006-07-25  Bruno Haible  <bruno@clisp.org>
12805
12806         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
12807         complex commands.
12808
12809 2006-07-25  Bruno Haible  <bruno@clisp.org>
12810
12811         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
12812         defined in <stdarg.h> or config.h.
12813
12814 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
12815
12816         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
12817         (gl_STDIO_SAFER): Remove.
12818
12819 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
12820
12821         * MODULES.html.sh (File stream based Input/Output):
12822         Add fopen-safer, tmpfile-safer; remove stdio-safer.
12823         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
12824         * modules/fopen-safer, modules/tmpfile-safer: New files.
12825         * modules/stdio-safer: Remove.
12826
12827 2006-07-24  Bruno Haible  <bruno@clisp.org>
12828
12829         * modules/tmpdir: New file.
12830         * MODULES.html.sh (File system functions): Add it.
12831
12832 2006-07-24  Bruno Haible  <bruno@clisp.org>
12833
12834         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
12835         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
12836
12837 2006-07-24  Bruno Haible  <bruno@clisp.org>
12838
12839         * modules/clean-temp: New file.
12840
12841 2006-07-24  Bruno Haible  <bruno@clisp.org>
12842
12843         * m4/tmpdir.m4: New file, from GNU gettext.
12844
12845 2006-07-24  Bruno Haible  <bruno@clisp.org>
12846
12847         * lib/tmpdir.h: New file, from GNU gettext.
12848         * lib/tmpdir.c: New file, from GNU gettext.
12849
12850 2006-07-24  Bruno Haible  <bruno@clisp.org>
12851
12852         * lib/clean-temp.h: New file, from GNU gettext.
12853         * lib/clean-temp.c: New file, from GNU gettext.
12854
12855 2006-07-23  Eric Blake  <ebb9@byu.net>
12856
12857         * modules/stdio-safer (Files): Add tmpfile-safer.c.
12858         (Depends-on): Add binary-io.
12859
12860 2006-07-23  Eric Blake  <ebb9@byu.net>
12861
12862         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
12863
12864 2006-07-23  Eric Blake  <ebb9@byu.net>
12865
12866         * lib/tmpfile-safer.c: New file.
12867         * lib/stdio-safer.h (fopen_safer): Add prototype.
12868         * lib/stdio--.h (tmpfile): Make safer.
12869
12870 2006-07-23  Bruno Haible  <bruno@clisp.org>
12871
12872         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
12873         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
12874         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
12875         gl_linked_remove_at): Use it.
12876
12877 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12878         and Simon Josefsson <jas@extundo.com>
12879
12880         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
12881
12882         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
12883
12884 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
12885
12886         * modules/close-stream: New file.
12887         * modules/closeout (Description): Make it clear that it exits
12888         with a diagnostic on error.
12889         (Depends-on): Add close-stream.  Remove fpending, stdbool.
12890         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
12891
12892 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
12893
12894         * m4/close-stream.m4: New file.
12895
12896 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
12897
12898         * lib/close-stream.c, lib/close-stream.h: New files.
12899
12900 2006-07-22  Bruno Haible  <bruno@clisp.org>
12901
12902         Merge from GNU gettext 0.15.
12903
12904         2006-05-01  Bruno Haible  <bruno@clisp.org>
12905
12906                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
12907
12908         2006-07-22  Bruno Haible  <bruno@clisp.org>
12909
12910                 * modules/javaversion: New file.
12911                 * MODULES.html.sh (Java): Add javaversion.
12912
12913         2006-03-12  Bruno Haible  <bruno@clisp.org>
12914
12915                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
12916
12917         2005-12-04  Bruno Haible  <bruno@clisp.org>
12918
12919                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
12920                 (untested).
12921
12922         2006-06-21  Bruno Haible  <bruno@clisp.org>
12923
12924                 Avoid warnings from recent versions of mcs.
12925                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
12926                 -o, -L, -r any more. Use options documented since mcs-1.0
12927                 instead. Similarly for -g.
12928
12929         2005-12-04  Bruno Haible  <bruno@clisp.org>
12930
12931                 * build-aux/csharpcomp.sh.in: Suffix for resources is
12932                 .resources, not .resource.
12933
12934         2005-07-09  Bruno Haible  <bruno@clisp.org>
12935
12936                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
12937                 add a .dll suffix.
12938                 Reported by Mark Junker <mjscod@gmx.de>.
12939
12940         2006-07-22  Bruno Haible  <bruno@clisp.org>
12941
12942                 * modules/gettext: Upgrade to gettext-0.15.
12943                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
12944                 m4/visibility.m4.
12945                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
12946
12947 2006-07-22  Bruno Haible  <bruno@clisp.org>
12948
12949         Merge from GNU gettext 0.15.
12950
12951         2006-03-25  Bruno Haible  <bruno@clisp.org>
12952
12953                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
12954
12955         2006-07-21  Bruno Haible  <bruno@clisp.org>
12956
12957                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
12958                 "1.1".
12959
12960         2006-05-09  Bruno Haible  <bruno@clisp.org>
12961
12962                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
12963                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
12964                 for the conftestver execution.
12965
12966         2006-05-01  Bruno Haible  <bruno@clisp.org>
12967
12968                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
12969                 optional target-version argument. Verify that the compiler
12970                 groks source of the specified source-version, or add -source
12971                 option as necessary. Verify that the compiler produces
12972                 bytecode in the specified target-version, or add -target and
12973                 -source options as necessary. Make the result of the test
12974                 available as variable CONF_JAVAC. Also log error output in
12975                 config.log.
12976
12977         2006-03-11  Bruno Haible  <bruno@clisp.org>
12978
12979                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
12980
12981         2006-05-09  Bruno Haible  <bruno@clisp.org>
12982
12983                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
12984                 CLASSPATH_SEPARATOR to a semicolon.
12985
12986         2006-03-12  Bruno Haible  <bruno@clisp.org>
12987
12988                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
12989                 available as variable CONF_JAVA, for subsequent autoconf
12990                 tests. Also log error output in config.log.
12991
12992         2006-07-19  Bruno Haible  <bruno@clisp.org>
12993
12994                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
12995                 that getline works on glibc2 systems. Needed to avoid trouble
12996                 in relocatable.c.
12997                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
12998
12999         2005-12-04  Bruno Haible  <bruno@clisp.org>
13000
13001                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
13002                 launcher (untested).
13003
13004         2005-12-04  Bruno Haible  <bruno@clisp.org>
13005
13006                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
13007
13008         2006-07-22  Bruno Haible  <bruno@clisp.org>
13009
13010                 * gettext.m4: Update from GNU gettext-0.15.
13011                 * nls.m4: Likewise.
13012                 * po.m4: Likewise.
13013                 * inttypes-pri.m4: Likewise.
13014                 * inttypes-h.m4: Renamed from inttypes.m4.
13015                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
13016
13017 2006-07-22  Bruno Haible  <bruno@clisp.org>
13018
13019         Merge from GNU gettext 0.15.
13020
13021         2005-07-05  Bruno Haible  <bruno@clisp.org>
13022
13023                 * printf-args.c (printf_fetchargs): Work around broken
13024                 definition of wint_t on mingw.
13025
13026         2005-02-12  Bruno Haible  <bruno@clisp.org>
13027
13028                 * xallocsa.h: Add extern "C" for C++.
13029
13030         2006-05-17  Bruno Haible  <bruno@clisp.org>
13031
13032                 Cygwin portability.
13033                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
13034
13035         2006-04-30  Bruno Haible  <bruno@clisp.org>
13036
13037                 * progreloc.c: Include <mach-o/dyld.h> if available.
13038                 (find_executable): Use _NSGetExecutablePath when possible.
13039
13040         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
13041
13042                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
13043                 function.
13044
13045         2005-12-29  Bruno Haible  <bruno@clisp.org>
13046
13047                 * progreloc.c (set_program_name_and_installdir): Fix
13048                 compilation error.
13049
13050         2005-12-04  Bruno Haible  <bruno@clisp.org>
13051
13052                 Cygwin portability.
13053                 * progreloc.c: Include <windows.h> also on Cygwin.
13054                 (find_executable): Add support for Cygwin.
13055                 (set_program_name_and_installdir): Handle also platforms with
13056                 nonempty EXEEXT.
13057
13058         2006-07-11  Bruno Haible  <bruno@clisp.org>
13059
13060                 * javacomp.c: Fix a comment.
13061                 Reported by Jim Meyering.
13062
13063         2006-04-30  Bruno Haible  <bruno@clisp.org>
13064
13065                 * javacomp.h (compile_java_class): Add source_version,
13066                 target_version arguments.
13067                 * javacomp.c: Rewritten to choose only a compiler that
13068                 respects the specified source_version and target_version.
13069
13070         2006-06-27  Bruno Haible  <bruno@clisp.org>
13071
13072                 Assume correct S_ISDIR macro.
13073                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
13074
13075         2006-07-22  Bruno Haible  <bruno@clisp.org>
13076
13077                 * javaversion.h: New file, from GNU gettext.
13078                 * javaversion.c: New file, from GNU gettext.
13079                 * javaversion.java: New file, from GNU gettext.
13080                 * javaversion.class: New file, from GNU gettext.
13081
13082         2006-05-17  Bruno Haible  <bruno@clisp.org>
13083
13084                 Cygwin portability.
13085                 * javaexec.c (execute_java_class): Test for jview program
13086                 also on Cygwin.
13087
13088         2006-04-09  Bruno Haible  <bruno@clisp.org>
13089
13090                 * fatal-signal.c: Don't include string.h.
13091                 (at_fatal_signal): Use a copying loop instead of memcpy.
13092
13093         2005-12-04  Bruno Haible  <bruno@clisp.org>
13094
13095                 * csharpexec.c: Add support for 'clix' launcher (untested).
13096                 (execute_csharp_using_sscli): New function.
13097                 (execute_csharp_program): Call it.
13098
13099         2006-06-21  Bruno Haible  <bruno@clisp.org>
13100
13101                 Avoid warnings from recent versions of mcs.
13102                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
13103                 -o, -L, -r any more. Use options documented since mcs-1.0
13104                 instead. Similarly for -g.
13105
13106         2005-07-09  Bruno Haible  <bruno@clisp.org>
13107
13108                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
13109                 add a .dll suffix.
13110                 Reported by Mark Junker <mjscod@gmx.de>.
13111
13112         2006-06-17  Bruno Haible  <bruno@clisp.org>
13113
13114                 * config.charset: Update for NetBSD 3.0.
13115
13116         2006-05-17  Bruno Haible  <bruno@clisp.org>
13117
13118                 Cygwin portability.
13119                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
13120
13121         2006-05-16  Bruno Haible  <bruno@clisp.org>
13122
13123                 * localcharset.c [CYGWIN]: Include <windows.h>.
13124                 (get_charset_aliases): For Cygwin, return the same CPxxx
13125                 aliases list as under WIN32.
13126                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
13127                 the environment variables. Fall back to GetACP().
13128
13129         2006-04-05  Bruno Haible  <bruno@clisp.org>
13130
13131                 * config.charset: Update Juan Manuel Guerrero's address.
13132
13133         2005-02-12  Bruno Haible  <bruno@clisp.org>
13134
13135                 * allocsa.h: Add extern "C" for C++.
13136
13137         2005-02-10  Bruno Haible  <bruno@clisp.org>
13138
13139                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
13140                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
13141
13142         2006-07-22  Bruno Haible  <bruno@clisp.org>
13143
13144                 * gettext.h: Update to GNU gettext-0.15.
13145
13146 2006-07-22  Bruno Haible  <bruno@clisp.org>
13147
13148         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
13149         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
13150         lib-prefix.m4, longdouble.m4, ssize_t.m4.
13151
13152 2006-07-21  Eric Blake  <ebb9@byu.net>
13153
13154         * modules/stdlib-safer: New file.
13155         * MODULES.html.sh (File stream based Input/Output): Add
13156         stdlib-safer.
13157
13158 2006-07-21  Eric Blake  <ebb9@byu.net>
13159
13160         * lib/stdlib-safer.h: New file from coreutils, required by
13161         stdlib--.h.
13162
13163 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
13164
13165         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
13166
13167 2006-07-20  Bruno Haible  <bruno@clisp.org>
13168
13169         * gnulib-tool: Recognize new option --assume-autoconf.
13170         (autoconf_minversion): New variable.
13171         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
13172
13173 2006-07-20  Bruno Haible  <bruno@clisp.org>
13174
13175         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
13176
13177 2006-07-19  Derek R. Price  <derek@ximbiot.com>
13178
13179         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
13180         Reindent and repaginate.
13181
13182 2006-07-19  Derek Price  <derek@ximbiot.com>
13183
13184         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
13185         Correct grammar.
13186
13187 2006-07-17  Bruno Haible  <bruno@clisp.org>
13188
13189         * modules/list: New file.
13190         * modules/array-list: New file.
13191         * modules/carray-list, modules/carray-list-tests: New files.
13192         * modules/linked-list, modules/linked-list-tests: New files.
13193         * modules/avltree-list, modules/avltree-list-tests: New files.
13194         * modules/rbtree-list, modules/rbtree-list-tests: New files.
13195         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
13196         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
13197         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
13198         * modules/oset: New file.
13199         * modules/array-oset: New file.
13200         * modules/avltree-oset, modules/avltree-oset-tests: New files.
13201         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
13202         * tests/test-carray_list.c: New file.
13203         * tests/test-linked_list.c: New file.
13204         * tests/test-avltree_list.c: New file.
13205         * tests/test-rbtree_list.c: New file.
13206         * tests/test-linkedhash_list.c: New file.
13207         * tests/test-avltreehash_list.c: New file.
13208         * tests/test-rbtreehash_list.c: New file.
13209         * tests/test-avltree_oset.c: New file.
13210         * tests/test-rbtree_oset.c: New file.
13211         * MODULES.html.sh (Container data structures): New section.
13212
13213 2006-07-17  Bruno Haible  <bruno@clisp.org>
13214
13215         * m4/gl_list.m4: New file.
13216
13217 2006-07-17  Bruno Haible  <bruno@clisp.org>
13218
13219         * lib/gl_list.h: New file.
13220         * lib/gl_list.c: New file.
13221         * lib/gl_array_list.h: New file.
13222         * lib/gl_array_list.c: New file.
13223         * lib/gl_carray_list.h: New file.
13224         * lib/gl_carray_list.c: New file.
13225         * lib/gl_linked_list.h: New file.
13226         * lib/gl_linked_list.c: New file.
13227         * lib/gl_anylinked_list1.h: New file.
13228         * lib/gl_anylinked_list2.h: New file.
13229         * lib/gl_avltree_list.h: New file.
13230         * lib/gl_avltree_list.c: New file.
13231         * lib/gl_anyavltree_list1.h: New file.
13232         * lib/gl_anyavltree_list2.h: New file.
13233         * lib/gl_rbtree_list.h: New file.
13234         * lib/gl_rbtree_list.c: New file.
13235         * lib/gl_anyrbtree_list1.h: New file.
13236         * lib/gl_anyrbtree_list2.h: New file.
13237         * lib/gl_anytree_list1.h: New file.
13238         * lib/gl_anytree_list2.h: New file.
13239         * lib/gl_linkedhash_list.h: New file.
13240         * lib/gl_linkedhash_list.c: New file.
13241         * lib/gl_anyhash_list1.h: New file.
13242         * lib/gl_anyhash_list2.h: New file.
13243         * lib/gl_avltreehash_list.h: New file.
13244         * lib/gl_avltreehash_list.c: New file.
13245         * lib/gl_rbtreehash_list.h: New file.
13246         * lib/gl_rbtreehash_list.c: New file.
13247         * lib/gl_anytreehash_list1.h: New file.
13248         * lib/gl_anytreehash_list2.h: New file.
13249
13250         * lib/gl_oset.h: New file.
13251         * lib/gl_oset.c: New file.
13252         * lib/gl_array_oset.h: New file.
13253         * lib/gl_array_oset.c: New file.
13254         * lib/gl_avltree_oset.h: New file.
13255         * lib/gl_avltree_oset.c: New file.
13256         * lib/gl_rbtree_oset.h: New file.
13257         * lib/gl_rbtree_oset.c: New file.
13258         * lib/gl_anytree_oset.h: New file.
13259
13260 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
13261
13262         * m4/mkancesdirs.m4: New file.
13263         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
13264         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
13265         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
13266         it.
13267
13268 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
13269
13270         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
13271         * lib/mkancesdirs.h: New files.
13272         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
13273         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
13274         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
13275         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
13276         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
13277         callers changed.  Revamp internals significantly, by not
13278         attempting to create directories that are temporarily more
13279         permissive than the final results.  Do not attempt to use
13280         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
13281         This removes some race conditions, fixes some bugs, and simplifies
13282         things.  Use new dirchownmod function to do owner and mode changes.
13283         * lib/mkdir-p.h: Likewise.
13284         * lib/modechange.c (octal_to_mode): New function.
13285         (struct mode_change): New member mentioned.
13286         (make_node_op_equals): New arg mentioned.  All callers changed.
13287         (mode_compile): Keep track of which mode bits the user has explicitly
13288         mentioned.
13289         (mode_adjust): New arg DIR, so that we implement the X op correctly.
13290         New arg PMODE_BITS, to keep track of which mode bits the user
13291         mentioned; it treats S_ISUID and S_ISGID speciall.
13292         All callers changed.
13293         * lib/modechange.h: Likewise.
13294
13295 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
13296
13297         * MODULES.html.sh: Add mkancestors.
13298         * modules/mkancesdirs: New module.
13299         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
13300         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
13301         The chdir-safer and afs files are now orphans; I'll remove them
13302         unless someone speaks up.
13303         Add lib/dirchownmod.c, lib/dirchownmod.h.
13304         (Depends-on): Remove alloca, chown, save-cwd, dirname.
13305         Add lchown, mkancesdirs.
13306         (Maintainer): Add self.
13307
13308 2006-07-15  Karl Berry  <karl@gnu.org>
13309
13310         * gnulib-tool: help message wording/arrangement.
13311
13312 2006-07-14  Simon Josefsson  <jas@extundo.com>
13313
13314         * doc/gnulib.texi (Libtool and Windows): New section.
13315
13316 2006-07-12  Simon Josefsson  <jas@extundo.com>
13317
13318         * modules/gendocs (License): Fix license, approved by Karl.
13319
13320 2006-07-12  Eric Blake  <ebb9@byu.net>
13321
13322         * MODULES.html.sh: Add gendocs.
13323
13324 2006-07-11  Eric Blake  <ebb9@byu.net>
13325
13326         * modules/fdl: New module, to install doc/fdl.texi.
13327         * MODULES.html.sh: Add new section for documentation modules.
13328         * gnulib-tool: Avoid space-tab.
13329         (--doc-base): New option, to manage files from doc.
13330
13331 2006-07-11  Eric Blake  <ebb9@byu.net>
13332
13333         * m4/absolute-header.m4: Fix comments to match recent change.
13334
13335 2006-07-11  Eric Blake  <ebb9@byu.net>
13336
13337         * gnulib-tool: List --doc-base before --tests-base.
13338
13339 2006-07-11  Derek R. Price  <derek@ximbiot.com>
13340
13341         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
13342
13343 2006-07-11  Bruno Haible  <bruno@clisp.org>
13344
13345         * README: Mention where to put documentation.
13346
13347 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13348
13349         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
13350
13351 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
13352
13353         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
13354         to stdint.m4.
13355
13356 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
13357
13358         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
13359         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
13360         "no/such/file/stdint.h" when there is no such file, so that
13361         the resulting C code can be parsed by dodgy compilers.
13362         Problems reported by Bob Proulx.
13363
13364 2006-07-10  Derek R. Price  <derek@ximbiot.com>
13365
13366         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
13367         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
13368         macros into the GNU _D_EXACT_NAMLEN.
13369         * lib/savedir.c:  Likewise.
13370         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
13371
13372 2006-07-10  Derek R. Price  <derek@ximbiot.com>
13373         and Paul Eggert  <eggert@cs.ucla.edu>
13374
13375         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
13376         * m4/savedir.m4:
13377         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
13378         macros into the GNU _D_EXACT_NAMLEN.
13379
13380 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
13381
13382         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
13383         around the absolute name, to work around a problem with the HP-UX
13384         11.23 native C compiler, reported by Bob Proulx.
13385
13386 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
13387
13388         * doc/maintain.texi, make-stds.texi: Sync from
13389         <http://savannah.gnu.org/projects/gnustandards>.
13390
13391 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
13392
13393         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
13394
13395 2006-07-09  Jim Meyering  <jim@meyering.net>
13396
13397         * m4/glob.m4: Remove a doubled word in a comment.
13398
13399 2006-07-09  Jim Meyering  <jim@meyering.net>
13400
13401         * lib/argp-pv.c: Remove a doubled word in a comment.
13402         * lib/check-version.c (check_version): Likewise.
13403         * lib/javacomp.c (compile_java_class): Likewise.
13404
13405 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
13406
13407         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
13408         for the benefit of people using Autoconf 2.60.  If you want to
13409         support older Autoconf versions you can copy m4/onceonly_2_57.m4
13410         (or m4/onceonly.m4, if pre-2.57) manually.
13411
13412 2006-07-08  Jim Meyering  <jim@meyering.net>
13413
13414         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
13415         comment.
13416         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
13417         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
13418         comment.
13419
13420 2006-07-08  Jim Meyering  <jim@meyering.net>
13421
13422         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
13423
13424 2006-07-07  Simon Josefsson  <jas@extundo.com>
13425
13426         * tests/test-crc.c: Change expected crc value, the test vector
13427         were probably computed using the old broken crc.c?
13428
13429 2006-07-06  Simon Josefsson  <jas@extundo.com>
13430
13431         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
13432         now the canonical place for the M4 file).
13433
13434         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
13435         from the sys_socket dependency now.
13436
13437         * modules/inet_pton (Files): Ditto.
13438
13439         * modules/inet_ntop (Files): Ditto.
13440
13441 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
13442
13443         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
13444         not gl_PREREQ_GETUSERSHELL.
13445
13446 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13447
13448         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
13449         with only one argument, for Autoconf 2.60.
13450         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
13451         expand to nothing, so add a shell command to avoid syntax error.
13452         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
13453
13454 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13455
13456         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
13457
13458 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
13459
13460         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
13461         no longer needed.  Check for isblank decl.
13462         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
13463         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
13464         of existence.
13465
13466 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
13467
13468         * lib/getloadavg.c: Use __VMS, not VMS.
13469         * lib/getopt.c: Likewise.
13470         * lib/getpagesize.h: Likewise.
13471         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
13472         and probably does not work.
13473
13474 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
13475
13476         * lib/.cppi-disable: Add wcwidth.
13477         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
13478         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
13479         (ISGRAPH): Remove.  All uses changed to isgraph.
13480         (FOLD) [!defined _LIBC]: Remove special case.
13481         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
13482         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
13483         HAVE_ISBLANK.
13484         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
13485         case.
13486
13487 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
13488
13489         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
13490         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
13491         brackets.  Other minor changes to suppress some compiler
13492         warnings.
13493
13494 2006-07-06  Derek R. Price  <derek@ximbiot.com>
13495         and Paul Eggert  <eggert@cs.ucla.edu>
13496
13497         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
13498         of invoking obsolescent AC_HEADER_DIRENT macro.
13499         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
13500         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
13501         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
13502         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
13503         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
13504         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
13505         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
13506         * m4/readdir.m4: Remove; no longer needed.
13507
13508 2006-07-06  Derek R. Price  <derek@ximbiot.com>
13509         and Paul Eggert  <eggert@cs.ucla.edu>
13510
13511         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
13512         Don't worry about this obsolete case any more.
13513         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
13514         directories.
13515         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
13516         worry about this obsolete case any more.
13517         * lib/fts.c: Likewise.
13518         * lib/getcwd.c: Likewise.
13519         * lib/glob.h: Likewise.
13520         * lib/savedir.c: Likewise.
13521
13522 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
13523
13524         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
13525         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
13526         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
13527         needed.
13528         All uses removed.
13529         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
13530         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
13531         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
13532         needed.
13533         * m4/getdate.m4 (gl_GETDATE): Likewise.
13534         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
13535         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
13536         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
13537         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
13538         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
13539         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
13540         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
13541         needed.
13542
13543 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
13544
13545         * lib/memcasecmp.c: Include <limits.h>.
13546         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
13547         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
13548         Don't assume isdigit succeeds only on '0' through '9'.
13549
13550 2006-07-05  Eric Blake  <ebb9@byu.net>
13551
13552         * modules/getaddrinfo (Depends-on): Add snprintf.
13553
13554 2006-07-05  Eric Blake  <ebb9@byu.net>
13555
13556         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
13557         to avoid 'header present but could not be compiled' on cygwin.
13558
13559 2006-07-05  Eric Blake  <ebb9@byu.net>
13560
13561         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
13562         missing from netdb.h.
13563         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
13564
13565 2006-07-05  Derek R. Price  <derek@ximbiot.com>
13566
13567         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
13568         no longer needed.
13569         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
13570         * m4/getdate.m4 (gl_GETDATE): Likewise.
13571         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
13572         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
13573         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
13574         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
13575         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
13576
13577 2006-07-05  Derek R. Price  <derek@ximbiot.com>
13578
13579         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
13580         All uses of is_space replaced by isspace.
13581         * lib/exit.h: Don't talk about STDC_HEADERS.
13582         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
13583         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
13584         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
13585         replaced by isprint etc.
13586         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
13587         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
13588         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
13589         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
13590         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
13591         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
13592
13593 2006-07-05  Bruno Haible  <bruno@clisp.org>
13594
13595         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
13596         the function exists, before testing against AIX.
13597         Reported by Martin Lambers <marlam@marlam.de>.
13598
13599 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
13600
13601         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
13602         From Mark D. Baushke.
13603
13604 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
13605
13606         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
13607         to the absolute name, not just one, to bypass Sun C 5.8's
13608         "warning: #include of /usr/include/... may be non-portable".
13609
13610 2006-07-04  Eric Blake  <ebb9@byu.net>
13611
13612         * modules/dirname-tests: New test module.
13613         * tests/test-dirname.c: New file, replacing dirname.c
13614         TEST_DIRNAME section that was recently deleted.
13615
13616 2006-07-04  Bruno Haible  <bruno@clisp.org>
13617
13618         Assume ANSI C header files and <ctype.h> functions.
13619         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
13620         (mbsnwidth): Use isprint, iscntrl instead.
13621
13622 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
13623
13624         Merge from coreutils.
13625         * MODULES.html.sh: Add xstrtold.
13626         * modules/xstrtold: New file.
13627         * modules/cycle-check (Files): Add lib/same-inode.h.
13628         * modules/dirname (Files): Add m4/double-slash-root.m4.
13629         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
13630         * modules/mkdir-p (Files): Add lib/same-inode.h.
13631         * modules/same (Files): Add lib/same-inode.h.
13632
13633 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
13634
13635         * m4/absolute-header.m4: Renamed from full-header-path.m4.
13636         This is to keep the terminology clean; POSIX talks about
13637         "absolute pathnames", not "full pathnames", but the GNU
13638         Coding Standards say to use "path" for something else;
13639         so use "absolute" to keep both sides happy.
13640         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
13641         Set gl_absolute_header, not gl_full_header_path.
13642         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
13643         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
13644         All uses changed.
13645
13646         Merge from coreutils.
13647
13648         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
13649
13650         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
13651         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
13652         want to require the building of c-strtod.o.
13653         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
13654         needs -lm directly.
13655         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
13656
13657         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
13658
13659         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
13660         --as-needed option if available.  Problem reported by Albert Chin in
13661         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
13662         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
13663         cc merely issues a bunch of annoying warnings for --as-needed
13664         (this problem was reported by Bob Proulx).  Also, try linking with
13665         -lm to detect a bug in binutils 2.16 (this problem was reported
13666         by Ralf Wildenhues).
13667
13668         2006-06-18  Jim Meyering  <jim@meyering.net>
13669
13670         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
13671         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
13672         macro.
13673         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
13674         also check for glibc-2.4's abort-inducing bug.
13675
13676         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
13677         Low-probability clean-up should be to use rmdir to get rid of
13678         the just-created directory, not unlink.
13679
13680         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
13681         configure fail, and request a bug report to inform us about it.
13682         Add a comment that, barring reports to the contrary, in 2007 we'll
13683         assume ftruncate is universally available.
13684
13685         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
13686
13687         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
13688
13689         2006-03-12  Jim Meyering  <jim@meyering.net>
13690
13691         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
13692         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
13693         * m4/same.m4 (gl_SAME): Likewise.
13694         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
13695
13696         2006-03-11  Eric Blake  <ebb9@byu.net>
13697
13698         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
13699         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
13700         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
13701         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
13702
13703 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
13704
13705         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
13706         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
13707         reported by Mark D. Baushke, one in
13708         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
13709
13710         Merge from coreutils.
13711
13712         * lib/.cppi-disable: Add stdint_.h.
13713         * lib/.cvsignore: Add stdint.h.
13714
13715         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
13716
13717         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
13718         both double and long double versions.
13719         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
13720         * lib/xstrtold.c: New file.
13721         * lib/xstrtod.h (xstrtold): New decl.
13722
13723         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
13724
13725         * lib/filemode.c (setst): Remove.
13726         (strmode): Rewrite to avoid setst.  This makes the code shorter,
13727         (arguably) clearer, and the generated code is a bit smaller on my
13728         Debian GNU/Linux stable x86 host.
13729
13730         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
13731
13732         * lib/filemode.c: Include "filemode.h" first, to test the interface.
13733         Assume that filemode.h includes sys/types.h and sys/stat.h.
13734         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
13735         (ftypelet): Reorder to put common cases first, for efficiency.
13736         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
13737         to do 'M'.
13738         (strmode): Renamed from mode_string, and now stores 12 bytes instead
13739         of 10, for compatibility with FreeBSD.  All callers changed.
13740         (filemodestring): Now stores 12 bytes instead of 10, and sets file
13741         types that can't be deduced solely from st_mode.  First arg is now a
13742         const pointer.
13743         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
13744         (strmode): Renamed from mode_string.
13745         (filemodestring): New decl.
13746         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
13747         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
13748         needed.
13749         (S_ISPORT, S_ISWHT): New macros, if not already defined.
13750
13751         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
13752
13753         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
13754         fsusage.h now does that.  Include fsusage.h first, to test interface.
13755         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
13756         at most one method (the old code could have generated decls that
13757         didn't conform to C89, not that this was ever exercised).
13758         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
13759
13760         2006-03-19  Jim Meyering  <jim@meyering.net>
13761
13762         Work even in a chroot where d_ino values for entries in "/"
13763         don't match the stat.st_ino values for the same names.
13764         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
13765         number, iterate through all entries again, using lstat instead.
13766         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
13767         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
13768
13769         * lib/getcwd.c (__getcwd): Clarify a comment.
13770         Use memcpy in place of a call to strcpy.
13771
13772         2006-03-12  Jim Meyering  <jim@meyering.net>
13773
13774         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
13775         matches that of the current directory (which we're about to chdir ".."
13776         out of), then save the dev-ino of the parent, instead.
13777
13778         * lib/same-inode.h (SAME_INODE): New file/macro.
13779         * lib/chdir-safer.c (SAME_INODE): Remove definition.
13780         Include "same-inode.h", instead.
13781         * lib/same.c: Likewise.
13782         * lib/cycle-check.h: Include "same-inode.h".
13783         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
13784         * lib/cycle-check.c (SAME_INODE): Remove definition.
13785         * lib/root-dev-ino.h: Include "same-inode.h".
13786
13787         2006-03-11  Eric Blake  <ebb9@byu.net>
13788
13789         * lib/same.c (same_name): s/base_name/last_component/
13790         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
13791         * lib/filenamecat.c (file_name_concat): Likewise.
13792
13793         2006-03-11  Eric Blake  <ebb9@byu.net>,
13794                     Paul Eggert  <eggert@cs.ucla.edu>
13795
13796         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
13797         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
13798         drive prefix.
13799         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
13800         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
13801         (last_component): New method.
13802         * lib/dirname.c (dir_len): Determine when drive letters need a
13803         subsequent slash.  Preserve // when it is special.
13804         (dir_name): Don't append dot when drive letter is absolute.
13805         [TEST_DIRNAME]: Move into a full-blown gnulib test.
13806         * lib/basename.c (base_name): New semantics - malloc the result.
13807         Preserve // when it is special.  Preserve relative files that look
13808         like drive letters.
13809         (base_len): Preserve // when it is special.
13810         (last_component): New method, similar to old base_name semantics.
13811         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
13812         base_name.  Strip redundant slashes from ///.
13813
13814 2006-07-03  Jim Meyering  <jim@meyering.net>
13815
13816         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
13817         macro is used before the first cycle_check call.
13818
13819 2006-07-03  Eric Blake  <ebb9@byu.net>
13820
13821         * modules/dirname (Depends-on): Add xstrndup.
13822
13823 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
13824
13825         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
13826         test cases, so that config.log is a bit easier to follow.
13827
13828 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
13829
13830         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
13831         both are 64 bits, since this seems to be the tradition, and this
13832         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
13833         we ever run into a host that prefers long long to long in this
13834         case, we'll need another configure-time test.  Problem reported by
13835         Jim Meyering.
13836
13837 2006-07-02  Eric Blake  <ebb9@byu.net>
13838
13839         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
13840
13841 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
13842
13843         * modules/inttypes (Depends-on): No longer depends on stdint.
13844         * modules/stdint (Description): Say more about assumptions.
13845         Say that the fast types might differ.  Say macros are used.
13846         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
13847         (Makefile.am): Revise list of substituted symbols to match
13848         new stdint.m4.
13849         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
13850         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
13851         * tests/test-stdint.c (verify_same_types)
13852         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
13853         the code conforms to C99/C89.
13854         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
13855         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
13856
13857 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
13858
13859         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
13860         but fix a bug, by requiring at least 64 bits.
13861         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
13862         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
13863         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
13864         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
13865
13866         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
13867         changes.  Make 2.59 a prerequisite.  Check and substitute for
13868         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
13869         inttypes.h.  Do not use special include files; just use the
13870         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
13871         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
13872         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
13873         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
13874         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
13875         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
13876         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
13877         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
13878         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
13879         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
13880         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
13881         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
13882         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
13883         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
13884         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
13885         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
13886         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
13887         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
13888         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
13889         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
13890         WINT_MAX.  Check for C99 conformance more strictly, by detecting
13891         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
13892         not check for things that C99 does not require, e.g., int8_t.  If
13893         a test isn't needed unless <stdint.h> isn't working, and is
13894         unlikely to be needed for any other reason, then don't do it
13895         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
13896         size_t, since we assume C89 freestanding at least.  Do not check
13897         for sig_atomic_t, wchar_t, or wint_t, since the code now does
13898         the right thing even if the types are not defined.  Instead use:
13899         (gl_STDINT_TYPE_PROPERTIES): New macro.
13900         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
13901         testing whether <sys/types.h> clashes, as Autoconf does this for
13902         us now.  All uses removed.
13903         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
13904         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
13905         (gl_CHECK_TYPE_SAME):
13906         Remove; no longer needed.
13907         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
13908         exists, since we'll return 0 anyway in that case.
13909         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
13910
13911 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
13912
13913         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
13914         possible collision with system files.
13915         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
13916         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
13917         WCHAR_MIN and WCHAR_MAX in this case.
13918         (<stddef.h>): Do not include; no longer needed.
13919         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
13920         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
13921         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
13922         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
13923         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
13924         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
13925         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
13926         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
13927         !defined(__c99))]: Include in this case too, since it's harmless
13928         now.
13929         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
13930         dangerous to do so.
13931         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
13932         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
13933         (_STDINT_MIN, _STDINT_MAX): New macros.
13934         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
13935         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
13936         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
13937         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
13938         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
13939         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
13940         macros, not typedefs; this simplifies things quite a bit.
13941         Use long int for all types narrower than int64_t.
13942         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
13943         Define in terms of long long int or int64_t or long int,
13944         not int64_t or int32_t.  This saves some compile-time testing.
13945         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
13946         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
13947         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
13948         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
13949         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
13950         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
13951         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
13952         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
13953         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
13954         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
13955         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
13956         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
13957         undef any previous version and define our own version, for
13958         simplicity and consistency with the new macros for types.
13959         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
13960         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
13961         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
13962         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
13963         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
13964         @WINT_T_SUFFIX@ to keep things simple here.
13965         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
13966         Simplify by assuming typical 8/16/32/64 host, since we're
13967         already doing that elsewhere anyway.
13968         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
13969         and assume long long int is 64 bits if available.  This
13970         speeds up 'configure'.
13971
13972 2006-07-01  Eric Blake  <ebb9@byu.net>
13973
13974         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
13975         Reported by Andreas Buening.
13976
13977 2006-07-01  Eric Blake  <ebb9@byu.net>
13978
13979         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
13980
13981 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
13982
13983         * lib/getaddrinfo.c: fixed typo
13984
13985 2006-06-29  Jim Meyering  <jim@meyering.net>
13986
13987         * modules/strftime (Maintainer): Add my name, since with the
13988         FPRINTFTIME changes strftime.c has forked from glibc.
13989
13990 2006-06-29  Eric Blake  <ebb9@byu.net>
13991
13992         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
13993
13994 2006-06-29  Eric Blake  <ebb9@byu.net>
13995
13996         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
13997
13998 2006-06-29  Eric Blake  <ebb9@byu.net>
13999
14000         * lib/stat_.h: New file.
14001
14002 2006-06-29  Eric Blake  <ebb9@byu.net>
14003
14004         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
14005         unused static function.
14006
14007 2006-06-29  Eric Blake  <ebb9@byu.net>
14008
14009         * doc/functions.texi (Function Portability): Document missing lstat
14010         on mingw.
14011
14012 2006-06-29  Eric Blake  <ebb9@byu.net>
14013
14014         * MODULES.html.sh: Add sys_stat.
14015         * modules/sys_stat: New module.
14016         * modules/mkstemp (Depends-on): Add sys_stat.
14017
14018 2006-06-29  Derek R. Price  <derek@ximbiot.com>
14019
14020         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
14021
14022 2006-06-29  Derek R. Price  <derek@ximbiot.com>
14023
14024         * m4/c-bs-a.m4: Removed.
14025
14026 2006-06-29  Derek R. Price  <derek@ximbiot.com>
14027
14028         * lib/strftime.c: Assume strftime() exists.
14029
14030 2006-06-29  Derek Price  <derek@ximbiot.com>
14031
14032         * modules/c-bs-a: Removed - \a is C89.
14033         * MODULES.html.sh: Remove c-bs-a.
14034
14035 2006-06-29  Bruno Haible  <bruno@clisp.org>
14036
14037         * modules/wcwidth (License): Change to LGPL.
14038
14039 2006-06-28  Simon Josefsson  <jas@extundo.com>
14040
14041         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
14042         on _WIN32.
14043
14044         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
14045         getnameinfo.
14046
14047 2006-06-28  Simon Josefsson  <jas@extundo.com>
14048
14049         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
14050
14051 2006-06-28  Simon Josefsson  <jas@extundo.com>
14052
14053         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
14054         functions there.  It will succeed on Windows XP, but on Windows
14055         2000 and (presumably) earlier, it will fail, and use the internal
14056         re-implementation.
14057         (use_win32_p): New function.
14058         (getaddrinfo): Use strtoul on servname, to support numeric ports.
14059         Support AI_NUMERICSERV to disable getservbyname.
14060         (getnameinfo): New function, only supports
14061         NI_NUMERICHOST|NI_NUMERICSERV for now.
14062
14063         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
14064         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
14065         getnameinfo.
14066
14067 2006-06-28  Eric Blake  <ebb9@byu.net>
14068
14069         * modules/wcwidth: New file.
14070         * modules/mbchar (Depends-on): Add wcwidth.
14071         * modules/mbswidth (Depends-on): Add wcwidth.
14072         * MODULES.html.sh: Add wcwidth.
14073
14074 2006-06-28  Eric Blake  <ebb9@byu.net>
14075
14076         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
14077         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
14078
14079 2006-06-28  Eric Blake  <ebb9@byu.net>
14080
14081         * lib/xvasprintf.h: Fix comments.
14082
14083 2006-06-28  Eric Blake  <ebb9@byu.net>
14084
14085         * lib/mbchar.h (wcwidth): Include wcwidth.h.
14086         * lib/mbswidth.c (wcwidth): Move from here...
14087         * lib/wcwidth.h: ...to this new file.
14088
14089 2006-06-28  Derek R. Price  <derek@ximbiot.com>
14090
14091         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
14092
14093         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
14094         it's obsolete.
14095         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
14096
14097 2006-06-28  Derek R. Price  <derek@ximbiot.com>
14098
14099         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
14100         Autoconf 2.60 says this stuff was obsolete.
14101
14102 2006-06-28  Bruno Haible  <bruno@clisp.org>
14103
14104         * modules/wcwidth (Files): Add m4/wchar_t.m4.
14105
14106 2006-06-28  Bruno Haible  <bruno@clisp.org>
14107
14108         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
14109         gt_TYPE_WCHAR_T.
14110
14111 2006-06-28  Bruno Haible  <bruno@clisp.org>
14112
14113         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
14114         declaration for wcwidth.
14115         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
14116
14117 2006-06-28  Bruno Haible  <bruno@clisp.org>
14118
14119         * lib/mkdtemp.c [MINGW]: Include <io.h>.
14120         (mkdir): Define using _mkdir.
14121
14122 2006-06-28  Bruno Haible  <bruno@clisp.org>
14123
14124         * lib/getaddrinfo.h: Fix POSIX URL.
14125         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
14126         _WIN32.
14127         (use_win32_p): Make static.
14128         (getaddrinfo): Reject service name if it is empty or does not consist
14129         solely of decimal digits, or if its value is > 65535.
14130         (getnameinfo): Remove useless casts.
14131
14132 2006-06-27  Simon Josefsson  <jas@extundo.com>
14133
14134         * modules/sys_select: New file, suggested by Bruno Haible, Paul
14135         Eggert and Martin Lambers.
14136
14137 2006-06-27  Simon Josefsson  <jas@extundo.com>
14138
14139         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
14140         Eggert and Martin Lambers.
14141
14142 2006-06-27  Bruno Haible  <bruno@clisp.org>
14143
14144         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
14145         result to 0, not to empty.
14146         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
14147
14148 2006-06-27  Bruno Haible  <bruno@clisp.org>
14149
14150         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
14151
14152 2006-06-26  Simon Josefsson  <jas@extundo.com>
14153
14154         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
14155         present.
14156
14157 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
14158
14159         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
14160         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
14161         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
14162
14163 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
14164
14165         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
14166
14167 2006-06-26  Bruno Haible  <bruno@clisp.org>
14168
14169         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
14170
14171 2006-06-26  Bruno Haible  <bruno@clisp.org>
14172
14173         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
14174
14175 2006-06-26  Bruno Haible  <bruno@clisp.org>
14176
14177         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
14178         SGI C compiler in pre-C99 mode.
14179         Suggested by Mark D. Baushke and Larry Jones.
14180
14181 2006-06-26  Bruno Haible  <bruno@clisp.org>
14182
14183         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
14184         WCHAR_MAX.
14185         Reported by Mark D. Baushke and Larry Jones.
14186
14187 2006-06-26  Bruno Haible  <bruno@clisp.org>
14188
14189         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
14190         in pre-C99 mode.
14191         Suggested by Mark D. Baushke and Larry Jones.
14192
14193 2006-06-23  Simon Josefsson  <jas@extundo.com>
14194             Bruno Haible  <bruno@clisp.org>
14195
14196         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
14197         Emit mostlyclean-local rule.
14198         (func_emit_tests_Makefile_am): Likewise.
14199         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
14200
14201 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
14202
14203         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
14204
14205 2006-06-23  Bruno Haible  <bruno@clisp.org>
14206
14207         * tests/test-stdint.c: Update to match ISO C 99 Technical
14208         Corrigendum 1.
14209
14210 2006-06-23  Bruno Haible  <bruno@clisp.org>
14211
14212         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
14213
14214 2006-06-23  Bruno Haible  <bruno@clisp.org>
14215
14216         * lib/stdint_.h: Treat IRIX like OpenBSD.
14217
14218 2006-06-23  Bruno Haible  <bruno@clisp.org>
14219
14220         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
14221         ISO C 99 Technical Corrigendum 1.
14222
14223 2006-06-22  Simon Josefsson  <jas@extundo.com>
14224
14225         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
14226         MinGW.
14227
14228 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
14229
14230         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
14231         needed.  Some compiler complained about some of them.  Problem reported
14232         by Larry Jones in
14233         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
14234
14235 2006-06-21  Simon Josefsson  <jas@extundo.com>
14236
14237         * tests/test-getaddrinfo.c: New file.
14238
14239         * modules/getaddrinfo-tests: New file.
14240
14241         * MODULES.html.sh: Add inet_pton.
14242
14243         * modules/inet_pton: New file.
14244
14245 2006-06-21  Simon Josefsson  <jas@extundo.com>
14246
14247         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
14248         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
14249         of using the (limited) gnulib implementation on Windows XP.
14250
14251         * m4/inet_pton.m4: New file.
14252
14253 2006-06-21  Simon Josefsson  <jas@extundo.com>
14254
14255         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
14256         variable.
14257
14258         * lib/socket_.h: Don't define WINVER.
14259
14260         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
14261         slightly modified to work in gnulib.
14262
14263 2006-06-21  Simon Josefsson  <jas@extundo.com>
14264
14265         * doc/gnulib.texi (Windows sockets): Add.
14266
14267 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
14268
14269         * lib/read-file.c (fread_file): Start with buffer allocation of
14270         0 bytes rather than 1 byte; this simplifies the code.
14271         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
14272         code to free buffer and save/restore errno.
14273         (internal_read_file): Remove unused local.
14274
14275 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
14276
14277         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
14278         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
14279         Problem reported by Denis Excoffier in
14280         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
14281
14282 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14283
14284         * modules/sys_socket, modules/socklen: Include sys/types since
14285         FreeBSD 4.x's sys/socket.h needs it.
14286
14287 2006-06-19  Simon Josefsson  <jas@extundo.com>
14288
14289         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
14290
14291 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
14292
14293         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
14294
14295 2006-06-19  Bruno Haible  <bruno@clisp.org>
14296
14297         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
14298         and FULL_PATH_INTTYPES_H in angle brackets.
14299         Reported by Mark D. Baushke <mdb@gnu.org>.
14300
14301 2006-06-17  Eric Blake  <ebb9@byu.net>
14302
14303         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
14304         errno.
14305
14306 2006-06-17  Bruno Haible  <bruno@clisp.org>
14307
14308         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
14309         <sys/inttypes.h>.
14310
14311 2006-06-17  Bruno Haible  <bruno@clisp.org>
14312
14313         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
14314         whether errno is declared. Assume <errno.h> declares errno.
14315
14316 2006-06-17  Bruno Haible  <bruno@clisp.org>
14317
14318         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
14319
14320 2006-06-17  Bruno Haible  <bruno@clisp.org>
14321
14322         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
14323         problem on Solaris 2.5.1.
14324
14325 2006-06-16  Eric Blake  <ebb9@byu.net>
14326
14327         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
14328         * lib/unicodeio.c [!defined errno]: Likewise.
14329         * lib/strtol.c [!defined errno]: Likewise.
14330         * lib/strtod.c [!defined errno]: Likewise.
14331
14332 2006-06-15  Eric Blake  <ebb9@byu.net>
14333
14334         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
14335
14336 2006-06-15  Eric Blake  <ebb9@byu.net>
14337
14338         * config/srclist.txt (ssize_t.m4): Lose sync.
14339
14340 2006-06-15  Bruno Haible  <bruno@clisp.org>
14341
14342         * modules/stdint (Files): Include m4/full-header-path.m4,
14343         m4/size_max.m4, m4/wchar_t.m4.
14344         (Makefile.am): Many more substitutions.
14345         * modules/stdint-tests: New file.
14346         * tests/test-stdint.c: New file.
14347
14348 2006-06-15  Bruno Haible  <bruno@clisp.org>
14349
14350         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
14351         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
14352         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
14353         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
14354         gl_CHECK_TYPE_SAME): New macros.
14355
14356 2006-06-15  Bruno Haible  <bruno@clisp.org>
14357
14358         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
14359
14360 2006-06-15  Bruno Haible  <bruno@clisp.org>
14361
14362         * lib/stdint_.h: Rewritten to be fully auto-configured.
14363         Fixes bug on HP-UX/IA64.
14364
14365 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
14366
14367         * lib/getdate.y (__attribute__): Don't define if already defined.
14368         Problem reported by Larry Jones.
14369         * lib/utimens.c (__attribute__): Likewise.
14370
14371 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
14372
14373         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
14374         reported by Andreas Schwab.
14375
14376 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14377             Bruno Haible  <bruno@clisp.org>
14378
14379         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
14380         check for the declaration of strnlen and a run test that exposes the
14381         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
14382         rpl_strndup.
14383
14384 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14385             Bruno Haible  <bruno@clisp.org>
14386
14387         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
14388
14389 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14390
14391         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
14392         compile test, for Tru64 4.0D.
14393
14394 2006-05-28  Karl Berry  <karl@gnu.org>
14395
14396         * config/srclist.txt (printf-args.c): lose sync.
14397
14398 2006-05-26  Martin Lambers  <marlam@marlam.de>
14399
14400         * lib/getpass.c: Updates the test for the native W32 API, and adds
14401         missing includes, thus fixing compilation warnings.
14402
14403 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
14404
14405         * lib/exclude.c (exclude_fnmatch): New function.
14406         (excluded_file_name): Call exclude_fnmatch.
14407         * lib/exclude.h (excluded_file_name): New prototype
14408
14409 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
14410
14411         * lib/tempname.c (small_open, large_open): New macros.
14412         (__open, __open64) [!_LIBC]: Remove.
14413         (__gen_tempname): Use small_open and large_open instead of __open
14414         and __open64.  This fixes a portability bug on HP-UX 11.11i
14415         reported by Simon Wing-Tang in
14416         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
14417
14418 2006-05-24  Bruno Haible  <bruno@clisp.org>
14419
14420         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
14421         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
14422         Reported by Thorsten Maerz <torte@netztorte.de> via
14423         Aaron Stone <aaron@serendipity.cx>.
14424
14425 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
14426
14427         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
14428         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
14429         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
14430         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
14431         not really conditional on the cache.
14432         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
14433
14434 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
14435
14436         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
14437         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
14438         (my_usleep): Don't mishandle maximum value.
14439
14440 2006-05-19  Jim Meyering  <jim@meyering.net>
14441
14442         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
14443
14444 2006-05-17  Bruno Haible  <bruno@clisp.org>
14445
14446         Cygwin portability.
14447         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
14448
14449 2006-05-17  Bruno Haible  <bruno@clisp.org>
14450
14451         * lib/stdint_.h: Fix recognition of Cygwin.
14452
14453 2006-05-15  Bruno Haible  <bruno@clisp.org>
14454
14455         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
14456         on libtool patch by Ralf Wildenhues.
14457
14458 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
14459
14460         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
14461         test for C99 conformance; (bool) 0.5 is an integer constant
14462         expression, but (bool) -0.5 is not.  Problem reported by Fedor
14463         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
14464
14465 2006-05-11  Simon Josefsson  <jas@extundo.com>
14466
14467         * m4/xvasprintf.m4: Fix obvious typo.
14468
14469 2006-05-11  Jim Meyering  <jim@meyering.net>
14470
14471         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
14472         James Lemley.
14473
14474 2006-05-10  Simon Josefsson  <jas@extundo.com>
14475
14476         * lib/md4.c: Typo fix, update copyright years.
14477         (K1, K2): Don't use L because it turn computations into 64-bit on
14478         64-bit platforms.
14479
14480 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
14481
14482         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
14483         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
14484         unwanted sign propagation, e.g., on hosts with 64-bit int.
14485         There still are some problems with reeelly weird theoretical hosts
14486         (e.g., 33-bit int) but it's not worth worrying about now.
14487         * lib/sha1.c (rol): Likewise.
14488         (K1, K2, K3, K4): Remove unnecessary L suffix.
14489
14490 2006-05-10  Bruno Haible  <bruno@clisp.org>
14491
14492         * lib/des.c: Cast to avoid warnings.
14493
14494 2006-05-09  Bruno Haible  <bruno@clisp.org>
14495
14496         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
14497         (Depends-on): Depend also on xsize, stdarg.
14498         (configure.ac): Add gl_XVASPRINTF.
14499
14500 2006-05-09  Bruno Haible  <bruno@clisp.org>
14501
14502         * m4/xvasprintf.m4: New file.
14503
14504 2006-05-09  Bruno Haible  <bruno@clisp.org>
14505
14506         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
14507         (EOVERFLOW): Define fallback value.
14508         (xstrcat): New function.
14509         (xvasprintf): Recognize the special case of a string concatenation.
14510
14511 2006-05-08  Eric Blake  <ebb9@byu.net>
14512
14513         * gnulib-tool (func_version): Base copyright year on CVS date.
14514         (func_emit_copyright_notice): New function.
14515         (func_emit_lib_Makefile_am): Use it.
14516         (func_emit_tests_Makefile_am): Likewise.
14517         (func_import): Likewise.
14518
14519 2006-05-08  Bruno Haible  <bruno@clisp.org>
14520
14521         * modules/stdarg: New file.
14522         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
14523
14524 2006-05-08  Bruno Haible  <bruno@clisp.org>
14525
14526         * m4/stdarg.m4: New file, from GNU gettext.
14527
14528 2006-05-08  Bruno Haible  <bruno@clisp.org>
14529
14530         * config/srclist.txt (build-aux/config.rpath): different from latest
14531         release.
14532
14533 2006-05-08  Bruno Haible  <bruno@clisp.org>
14534
14535         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
14536
14537 2006-05-05  Jim Meyering  <jim@meyering.net>
14538
14539         * m4/warning.m4: New file, derived from bison's file by the same name.
14540
14541 2006-05-03  Bruno Haible  <bruno@clisp.org>
14542
14543         * lib/stdint_.h: Shorter URL.
14544         * lib/inttypes.h: Likewise.
14545
14546 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
14547
14548         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
14549
14550 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
14551
14552         * lib/verify.h: Document the internals better.  Most of this change
14553         was written by Bruno Haible.
14554
14555 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
14556
14557         * doc/verify.texi: New file, partly based on a proposal by
14558         Bruno Haible.
14559
14560 2006-05-02  Bruno Haible  <bruno@clisp.org>
14561
14562         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
14563         test from here...
14564         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
14565
14566 2006-04-29  Bruno Haible  <bruno@clisp.org>
14567
14568         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
14569         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
14570
14571 2006-04-29  Bruno Haible  <bruno@clisp.org>
14572
14573         * gnulib-tool: Make --update option actually work.
14574
14575 2006-04-29  Bruno Haible  <bruno@clisp.org>
14576
14577         * doc/gcd.texi: New file.
14578         * doc/gnulib.texi: Include it.
14579
14580 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
14581
14582         * lib/getdate.y (get_date): When adding relative date, start with the
14583         initial time, not with the result of the first mktime call.
14584
14585 2006-04-25  Bruno Haible  <bruno@clisp.org>
14586
14587         * gnulib-tool (func_import): Output the include directives in three
14588         blocks, sorted separately.
14589         Reported by Ben Pfaff <blp@cs.stanford.edu>.
14590
14591 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
14592
14593         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
14594         to define main with arguments, for C++.  Reported by Eric Blake.
14595         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
14596         Prefer 'int main ()' to 'int main (void)', for C++.
14597         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
14598         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
14599         for 'main', for C99 and C++.
14600
14601 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
14602
14603         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
14604         Don't assume that exit status -1 is valid.
14605         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
14606         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
14607         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
14608         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
14609         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
14610         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
14611         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
14612         functions can be used without declaring them, or that you can
14613         exit with status -1.
14614         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
14615
14616 2006-04-24  Karl Berry  <karl@gnu.org>
14617
14618         * config/srclist.txt (longdouble.m4): sync lost.
14619
14620 2006-04-24  Eric Blake  <ebb9@byu.net>
14621
14622         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
14623
14624 2006-04-24  Bruno Haible  <bruno@clisp.org>
14625
14626         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
14627         poll() implementation in AIX.
14628         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
14629
14630 2006-04-24  Bruno Haible  <bruno@clisp.org>
14631
14632         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
14633         assigned exactly once.
14634
14635 2006-04-23  Claudio Fontana  <claudio@gnu.org>
14636             Bruno Haible  <bruno@clisp.org>
14637
14638         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
14639         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
14640         for AM_CPPFLAGS.
14641
14642 2006-04-23  Bruno Haible  <bruno@clisp.org>
14643
14644         * modules/copy-file: Depend on unistd.
14645         * modules/execute: Likewise.
14646         * modules/fatal-signal: Likewise.
14647         * modules/findprog: Likewise.
14648         * modules/mkdtemp : Likewise.
14649         * modules/pipe: Likewise.
14650         * modules/wait-process: Likewise.
14651
14652 2006-04-23  Bruno Haible  <bruno@clisp.org>
14653
14654         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
14655         condition was already detected.
14656         Reported by Ben Pfaff <blp@cs.stanford.edu>.
14657
14658 2006-04-23  Bruno Haible  <bruno@clisp.org>
14659
14660         * lib/copy-file.c: Include <unistd.h> unconditionally.
14661         * lib/execute.c: Likewise.
14662         * lib/fatal-signal.c: Likewise.
14663         * lib/findprog.c: Likewise.
14664         * lib/mkdtemp.c: Likewise.
14665         * lib/pipe.h: Likewise.
14666         * lib/pipe.c: Likewise.
14667         * lib/wait-process.h: Likewise.
14668
14669 2006-04-23  Bruno Haible  <bruno@clisp.org>
14670
14671         * gnulib-tool (func_usage): Fix --import description. Document
14672         --update.
14673         (func_import): Create temporary file in a temporary directory, if
14674         --dry-run is specified. Silence errors from 'grep' when there are no
14675         m4 files in $m4dir.
14676         (func_create_testdir): Silence errors from 'grep' when there are no
14677         m4 files in $m4dir.
14678         Reported by Karl Berry <karl@freefriends.org>.
14679
14680 2006-04-20  Bruno Haible  <bruno@clisp.org>
14681
14682         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
14683         one argument, so that the code will be portable to Autoconf 2.60.
14684         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
14685         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
14686         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
14687
14688 2006-04-19  Derek Price  <derek@ximbiot.com>
14689             Eric Blake  <ebb9@byu.net>
14690
14691         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
14692         rather than "/full/path.h".  Update comment to match.  Shorten &
14693         generalize m4_translit call via AS_TR_CPP.
14694
14695 2006-04-19  Derek Price  <derek@ximbiot.com>
14696             Eric Blake  <ebb9@byu.net>
14697
14698         * lib/inttypes.h: Correct grammar in comment.
14699
14700 2006-04-18  Derek Price  <derek@ximbiot.com>
14701             Paul Eggert  <eggert@cs.ucla.edu>
14702
14703         * modules/inttypes: New file.
14704         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
14705
14706 2006-04-18  Derek Price  <derek@ximbiot.com>
14707             Paul Eggert  <eggert@cs.ucla.edu>
14708
14709         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
14710         New files.
14711
14712 2006-04-18  Derek Price  <derek@ximbiot.com>
14713             Paul Eggert  <eggert@cs.ucla.edu>
14714
14715         * lib/inttypes.h: New file.
14716         * lib/strtoimax.c: Assume <inttypes.h>.
14717
14718 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
14719
14720         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
14721         isn't mounted.  Problem reported by Kir Kolyshkin.
14722
14723 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
14724
14725         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
14726         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
14727         Derek R. Price.
14728         * lib/regex.h (RE_DUP_MAX): Update comment to match current
14729         implementation.
14730
14731 2006-04-12  Eric Blake  <ebb9@byu.net>
14732
14733         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
14734         is now done automatically by the corresponding Autoconf macro.
14735
14736 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
14737
14738         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
14739         time_r.h.
14740
14741 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
14742
14743         Merge regex changes from libc, removing some of our
14744         POSIX-conformance changes that were rejected and redoing them in a
14745         less-intrusive way.
14746
14747         * lib/regcomp.c (re_compile_internal, init_dfa):
14748         Length arg is now size_t, not Idx.  All uses changed.
14749         (peek_token): Forward decl now says internal_function.
14750         (__re_error_msgid, __re_error_msgid_idx):
14751         Now static rather than extern with attribute_hidden.
14752         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
14753         For some reason libc prefers K&R style defns for external functions.
14754         (regerror) [!defined _LIBC]: Likewise.
14755         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
14756         (seek_collating_symbol_entry, lookup_collation_sequence_value):
14757         (build_range_exp, build_collating_symbol):
14758         Use K&R-style defn.
14759         (re_compile_fastmap): Use '\0' to memset, not 0.
14760         (utf8_sb_map): Make the calculations more obvious.
14761         (init_dfa, parse_bracket_exp, build_charclass_op):
14762         Call calloc and cast result, as glibc does.
14763         (init_word_char, fetch_token, peek_token, peek_token_bracket):
14764         (build_range_exp, build_collating_symbol):
14765         Now internal functions.
14766
14767         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
14768
14769         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
14770         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
14771         Don't depend on VMS; depend on __VMS instead, for POSIX
14772         namespace cleanness.
14773         (regoff_t): Define to ssize_t, not long int.
14774
14775         Remove the REG_ macros named below.  Instead, make the old names
14776         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
14777         __USE_GNU_REGEX.
14778         (REG_BACKSLASH_ESCAPE_IN_LISTS):
14779         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
14780         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
14781         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
14782         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
14783         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
14784         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
14785         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
14786         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
14787         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
14788         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
14789         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
14790         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
14791         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
14792         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
14793         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
14794         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
14795         (REG_NREGS):
14796         Remove.  All uses replaced by the old RE_* names.
14797         (RE_BACKSLASH_ESCAPE_IN_LISTS):
14798         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
14799         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
14800         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
14801         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
14802         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
14803         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
14804         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
14805         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
14806         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
14807         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
14808         Don't bother having these macros be independent of each others'
14809         values, since they no longer exist in the POSIX name space.
14810
14811         Rename the following member names back to their old names,
14812         unless !__USE_GNU_REGEX.  All uses changed back.
14813         (buffer): Renamed from re_buffer.
14814         (allocated): Renamed from re_allocated.
14815         (used): Renamed from re_used.
14816         (syntax): Renamed from re_syntax.
14817         (fastmap): Renamed from re_fastmap.
14818         (translate): Renamed from re_translate.
14819         (can_be_null): Renamed from re_can_be_null.
14820         (regs_allocated): Renamed from re_regs_allocated.
14821         (fastmap_accurate): Renamed from re_fastmap_accurate.
14822         (no_sub): Renamed from re_no_sub.
14823         (not_bol): Renamed from re_not_bol.
14824         (not_eol): Renamed from re_not_eol.
14825         (newline_anchor): Renamed from re_newline_anchor.
14826         (num_regs): Renamed from rm_num_regs.
14827         (start): Renamed from rm_start.
14828         (end): Renamed from rm_end.
14829
14830         (free_state): Move up a bit.
14831
14832         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
14833         #define to be empty.
14834         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
14835         when that is what is intended.
14836         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
14837         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
14838         (MAX): New macro.
14839         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
14840         All uses changed back to re_malloc, etc.  It's now the caller's
14841         responsibility to check for overflow; all callers changed.
14842         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
14843         (re_x2nrealloc): Remove.
14844         (free_state): Remove decl.
14845
14846         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
14847         (re_set_registers, re_exec):
14848         Use K&R-style defn.
14849
14850         2006-01-31  Roland McGrath  <roland@redhat.com>
14851
14852         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
14853         Reported by Mike Frysinger <vapier@gentoo.org>.
14854
14855         2006-01-15  Andreas Jaeger  <aj@suse.de>
14856
14857         [BZ #1950]
14858         * lib/regex_internal.c (re_string_reconstruct): Adjust for
14859         build_wcs_upper_buffer change.
14860         (build_wcs_upper_buffer): Change return type.
14861
14862         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
14863
14864         * lib/regex_internal.h: Include <stdint.h> if available.
14865
14866         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
14867
14868         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
14869
14870         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
14871
14872         * lib/regcomp.c: Adjust for changed secondary hash function.
14873
14874         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
14875
14876         * lib/regex.h: Pretty printing.
14877         Clean up namespace a bit.
14878
14879         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
14880
14881         * lib/regexec.c (update_cur_sifted_state, check_arrival,
14882         check_arrival_add_next_nodes): Avoid using uninitialized variable.
14883
14884         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
14885                     Ulrich Drepper  <drepper@redhat.com>
14886
14887         [BZ #1302]
14888         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
14889         changed.
14890         (bitset_word_t): Renamed from bitset_word.  All uses changed.
14891
14892         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
14893
14894         [BZ #281]
14895         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
14896         * lib/regcomp.c: Remove unnecessary uses of
14897         unsigned RE_TRANSLATE_TYPE.
14898         * lib/regex_internal.h: Likewise.
14899         * lib/regex_internal.c: Likewise.
14900         * lib/regexec.c: Likewise.
14901         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
14902
14903         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
14904
14905         * lib/regexec.c (find_recover_state): Remove unnecessary
14906         initialization.
14907         (transit_state_bkref): Make DFA a const pointer.
14908         (get_subexp): Likewise.
14909         (check_arrival): Likewise.
14910         (update_cur_sifted_state): Likewise.
14911         (re_search_internal): Likewise.
14912         (prune_impossible_nodes): Likewise.
14913         (acquire_init_state_context): Likewise.
14914         (proceed_next_node): Likewise.
14915         (set_regs): Likewise.
14916         (free_fail_stack_return): Likewise.
14917         (check_arrival_expand_ecl): Mark DFA parameter as const.
14918         (check_arrival_expand_ecl_sub): Likewise.
14919         (check_subexp_limits): Likewise.
14920         (sub_epsilon_src_nodes):  Likewise.
14921         (add_epsilon_src_nodes):  Likewise.
14922         (merge_state_array): Likewise.
14923         (update_regs): Likewise.
14924         (build_trtable): Likewise.
14925         (sift_states_backward): Mark MCTX parameter as const.
14926         (build_sifted_states): Likewise.
14927         (update_cur_sifted_state): Likewise.
14928         (sift_states_mkref): Likewise.
14929         (check_arrival_expand_ecl): Mark eclosure as const.
14930         (check_dst_limits_calc_pos_1): Likewise.
14931         * lib/regex_internal.h (re_match_context_t): Make dfa a const
14932         pointer.
14933
14934         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
14935
14936         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
14937         (transit_state_sb): Likewise.
14938         (transit_state_mb): Likewise.
14939         (sift_states_iter_mb): Likewise.
14940         (check_arrival_add_next_nodes): Likewise.
14941         (check_node_accept_bytes): Change first parameter to pointer-to-const.
14942         [_LIBC] (re_search_2_stub): Use mempcpy.
14943
14944         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
14945         mbrtowc for very simple UTF-8 case.
14946
14947         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
14948         a pointer-to-const.
14949         (re_acquire_state_context): Likewise.
14950         * lib/regex_internal.h: Adjust prototypes.
14951
14952         * lib/regex.c: Prevent using C++ compilers.
14953
14954         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
14955         (re_acquire_state_context): Likewise.
14956
14957 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
14958
14959         * modules/regex (Depends-on): Add ssize_t.
14960
14961 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
14962
14963         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
14964         translation table.
14965
14966 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
14967
14968         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
14969
14970 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
14971             Bruno Haible  <bruno@clisp.org>
14972
14973         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
14974         <sys/types.h> and <inttypes.h>.
14975
14976 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14977
14978         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
14979         `__error_t_defined', so argp.h will not typedef the former.
14980
14981 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
14982
14983         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
14984         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
14985         glibc names.  Even if glibc is changed to conform to POSIX, the
14986         traditional names will be available anyway, since regex depends on
14987         the extensions module.  Also, fix a longstanding typo in the
14988         implementation of Spencer ERE test #75 from grep 2.3.  Problems
14989         reported by Emanuele Giaquinta.  Also, change sense of cached
14990         variable, so that the message makes sense.
14991
14992 2006-03-24  Simon Josefsson  <jas@extundo.com>
14993
14994         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
14995         including some doc fixes.
14996         (base64_encode_alloc): Fix +1 bug on allocation failures.
14997
14998 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14999
15000         * lib/base64.c (base64_encode): Do not read past end of array with
15001         unsanitized input on systems with CHAR_BIT > 8.
15002
15003 2006-03-24  Eric Blake  <ebb9@byu.net>
15004
15005         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
15006
15007 2006-03-22  Karl Berry  <karl@gnu.org>
15008
15009         * config/srclist.txt (*setenv.[ch]): get from coreutils.
15010         * config/srclistvars.sh (COREUTILS): new var.
15011
15012 2006-03-17  Jim Meyering  <jim@meyering.net>
15013
15014         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
15015         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
15016
15017 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
15018
15019         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
15020         no longer needs it.  Instead, check that regoff_t is as least
15021         as wide as ptrdiff_t.
15022
15023         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
15024         so that our regex.h stays compatible with the installed regex.
15025         This is helpful for installers who configure --without-included-regex.
15026         Problem reported by Emanuele Giaquinta.
15027
15028 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
15029
15030         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
15031         Typedef to long int, not to off_, as POSIX will likely change
15032         in that direction.
15033
15034 2006-03-15  Eric Blake  <ebb9@byu.net>
15035
15036         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
15037
15038 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
15039
15040         * lib/argp-help.c (validate_uparams): Fix typo
15041         * lib/argp-parse.c (argp_default_options): Consistently begin help
15042         messages with a lowercase letter.
15043
15044 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
15045
15046         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
15047         overrun buffers and shouldn't be used (much as gets shouldn't be
15048         used).
15049         * lib/time_r.c (asctime_r, ctime_r): Likewise.
15050
15051 2006-03-08  Simon Josefsson  <jas@extundo.com>
15052
15053         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
15054         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
15055
15056 2006-03-08  Simon Josefsson  <jas@extundo.com>
15057
15058         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
15059         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
15060
15061 2006-03-08  Simon Josefsson  <jas@extundo.com>
15062
15063         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
15064         signal that configure disabled the device.
15065
15066 2006-03-08  Simon Josefsson  <jas@extundo.com>
15067
15068         * build-aux/maint.mk: Fix refresh-po, to handle no translated
15069         languages.
15070
15071 2006-03-07  Simon Josefsson  <jas@extundo.com>
15072
15073         * modules/getopt (Depends-on): Add unistd.
15074
15075         * modules/unistd: New file.
15076
15077 2006-03-07  Simon Josefsson  <jas@extundo.com>
15078
15079         * modules/gc-random: New file.
15080
15081 2006-03-07  Simon Josefsson  <jas@extundo.com>
15082
15083         * m4/unistd_h.m4: New file.
15084
15085 2006-03-07  Simon Josefsson  <jas@extundo.com>
15086
15087         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
15088         test to be side-effect free by storing the result in the cache
15089         variable gl_cv_lib_readline, and moving the assignment of
15090         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
15091         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
15092
15093 2006-03-07  Simon Josefsson  <jas@extundo.com>
15094
15095         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
15096         error on missing devices (the functions will return an error).
15097
15098         * m4/gc.m4: Move random stuff to gc-random.m4
15099
15100 2006-03-07  Simon Josefsson  <jas@extundo.com>
15101
15102         * lib/unistd_.h: New file.
15103
15104 2006-03-07  Simon Josefsson  <jas@extundo.com>
15105
15106         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
15107
15108 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
15109
15110         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
15111         Problem reported by Juan Manuel Guerrero.
15112
15113 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
15114
15115         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
15116         the unistd module.
15117         * lib/getlogin_r.c: Likewise.
15118         * lib/getlogin_r.h: Likewise.
15119         * lib/glob.c: Likewise.
15120         * lib/pagealign_alloc.c: Likewise.
15121         * lib/unistd_.h: Remove; no longer needed.
15122
15123 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
15124
15125         * MODULES.html.sh (Support for systems lacking POSIX:2001):
15126         Add unistd.
15127         * modules/c-stack (Depends-on): Add unistd.
15128         * modules/getlogin_r: Likewise.
15129         * modules/glob: Likewise.
15130         * modules/pagealign_alloc: Likewise.
15131         * modules/unistd (Files): Remove lib/unistd_.h.
15132         (EXTRA_DIST): Remove.
15133         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
15134         need unistd_.h.
15135         (MOSTLYCLEANFILES): Remove unistd.h-t.
15136
15137 2006-03-03  Simon Josefsson  <jas@extundo.com>
15138
15139         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
15140
15141 2006-03-03  Simon Josefsson  <jas@extundo.com>
15142
15143         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
15144         libidn and bison.
15145
15146 2006-03-03  Simon Josefsson  <jas@extundo.com>
15147
15148         * build-aux/maint.mk: Add indent target.
15149
15150 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
15151
15152         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
15153         our replacement poll.h in any case, to avoid a differing
15154         declaration from a system header.  Seen on AIX.
15155
15156 2006-03-01  Simon Josefsson  <jas@extundo.com>
15157
15158         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
15159         <kasal@ucw.cz>.
15160
15161 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
15162
15163         * modules/gettime (Depends-on): Add extensions module.
15164         * modules/nanosleep (Depends-on): Likewise.
15165         * modules/settime (Depends-on): Likewise.
15166
15167 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
15168
15169         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
15170         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
15171         pedantically.
15172         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
15173         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
15174
15175         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
15176         not "==".  Reported by Ralf Wildenhues.
15177
15178 2006-03-01  Karl Berry  <karl@gnu.org>
15179
15180         * doc/Copyright/request-*: new files, synced from gnuorg.
15181
15182 2006-03-01  Karl Berry  <karl@gnu.org>
15183
15184         * config/srclist.txt (Copyright/*): new entries.
15185
15186 2006-02-28  Simon Josefsson  <jas@extundo.com>
15187
15188         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
15189
15190 2006-02-27  Simon Josefsson  <jas@extundo.com>
15191
15192         * lib/base64.h: Indent #define's.  From Jim Meyering
15193         <jim@meyering.net>.
15194
15195 2006-02-27  Jim Meyering  <jim@meyering.net>
15196
15197         Revert the change of 2006-02-24, so these files can continue
15198         to be sync'd from gettext.
15199         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
15200         of `config.h'.
15201
15202 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
15203
15204         * modules/intprops: New file.
15205         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
15206         Add intprops.
15207         * modules/getloadavg (Files): Remove lib/intprops.h.
15208         (Depends-on): Add intprops.
15209         * modules/human: Likewise.
15210         * modules/inttostr: Likewise.
15211         * modules/openat: Likewise.
15212         * modules/sig2str: Likewise.
15213         * modules/userspec: Likewise.
15214         * modules/utimecmp: Likewise.
15215         * modules/xnanosleep: Likewise.
15216         * modules/xstrtol: Likewise.
15217
15218 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
15219
15220         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
15221         * modules/lock-tests (TESTS): Use $(EXEEXT).
15222         * modules/tls-tests: Likewise.
15223         * modules/argp-tests: Likewise.
15224         (check_PROGRAMS): New var, replacing...
15225         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
15226
15227 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15228
15229         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
15230         `config.h'.
15231
15232 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
15233
15234         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
15235
15236 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15237
15238         Sync from coreutils.
15239         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
15240         gl_CHDIR_SAFER.
15241
15242 2006-02-22  Jim Meyering  <jim@meyering.net>
15243
15244         Sync from coreutils.
15245         * m4/chdir-safer.m4: New file.
15246
15247 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
15248
15249         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
15250         AT_FDCWD exceeds INT_MAX.
15251         * lib/openat.h (AT_FDCWD): Likewise.
15252
15253 2006-02-17  Eric Blake  <address@hidden>
15254
15255         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
15256
15257 2006-02-16  Simon Josefsson  <jas@extundo.com>
15258
15259         * modules/getaddrinfo (Depends-on): Add sys_socket.
15260
15261 2006-02-15  Simon Josefsson  <jas@extundo.com>
15262
15263         * build-aux/maint.mk: Add dsyntax-check rule.
15264
15265 2006-02-15  Eric Blake  <ebb9@byu.net>
15266
15267         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
15268         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
15269         'present but cannot compile' warnings on cygwin.
15270         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
15271         use ws2tcpip.h if sys/socket.h works.
15272         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
15273         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
15274
15275 2006-02-14  Simon Josefsson  <jas@extundo.com>
15276
15277         * modules/maintainer-makefile (Files): Rename.
15278
15279         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
15280         and (the local) Makefile.cfg to maint-cfg.mk.
15281
15282         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
15283         to the latter.
15284
15285         * modules/maintainer-makefile: New module.
15286
15287         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
15288         severaly stripped to make it possible to build it up from scratch
15289         with reliable tests.
15290
15291         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
15292         fixes to permit overriding the default actions when configure and
15293         makefile are not available.
15294
15295 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
15296
15297         Sync from coreutils.
15298         * modules/lstat (Depends-on): Don't depend on xalloc.
15299         (License): Change from GPL to LGPL, since this is now simply a
15300         replacement for a libc function.
15301
15302 2006-02-14  Jim Meyering  <jim@meyering.net>
15303
15304         Sync from coreutils.
15305
15306         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
15307         failure on deficient systems, and simplify gnulib lgpl dependencies.
15308         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
15309         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
15310
15311         * lib/xalloc-die.c: Remove unused definition of N_.
15312
15313 2006-02-14  Jim Meyering  <jim@meyering.net>
15314
15315         Sync from coreutils.
15316         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
15317         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
15318         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
15319         double-quote uses of that variable, to accommodate the rare case in
15320         which getmntent is available in none of the libraries checked.  This
15321         happens at least on FreeBSD 5.0.
15322
15323 2006-02-13  Simon Josefsson  <jas@extundo.com>
15324
15325         * gnulib-tool (Usage): Fix --import, from
15326         karl@freefriends.org (Karl Berry).
15327
15328 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
15329
15330         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
15331
15332 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
15333
15334         * lib/argp-namefrob.h: Restore changes accidentally lost during the
15335         "autoupdate" on 2005-12-12.
15336
15337 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
15338
15339         * modules/closeout (Depends-on): Remove atexit.
15340
15341 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
15342
15343         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
15344         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
15345
15346 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
15347
15348         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
15349         __EXTENSIONS__ if this causes compilation to fail.  Problem
15350         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
15351         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
15352
15353 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
15354
15355         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
15356         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
15357         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
15358         All uses changed.
15359
15360 2006-01-26  Simon Josefsson  <jas@extundo.com>
15361
15362         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
15363         prototype is visible on mingw32.
15364
15365         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
15366         for mingw32.
15367
15368         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
15369         mingw32).
15370
15371 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
15372
15373         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
15374         attempt to open for write; this always fails, at least on POSIX
15375         hosts.  This reinstates the 2006-01-09 change, which was
15376         inadvertently removed.
15377
15378 2006-01-26  Bruno Haible  <bruno@clisp.org>
15379
15380         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
15381         Reported by Paul Eggert.
15382
15383 2006-01-26  Bruno Haible  <bruno@clisp.org>
15384             Paul Eggert  <eggert@cs.ucla.edu>
15385
15386         * lib/stdbool_.h (_Bool)
15387         [(! (defined __cplusplus || defined __BEOS__)
15388           && !defined __GNUC__
15389           && !(defined __HP_cc || defined __xlc__
15390                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
15391                || defined __sgi))]:
15392         #define to signed char in these cases too; this simplifies
15393         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
15394         etc., separately) and makes it more conservative.
15395
15396 2006-01-25  Simon Josefsson  <jas@extundo.com>
15397
15398         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
15399         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
15400         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
15401
15402 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
15403
15404         * lib/argp-namefrob.h: Bugfix. Remove stray #
15405
15406 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
15407
15408         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
15409         so that we test the test.
15410         Check for yet another HP-UX cc bug involving *bool |= bool.
15411
15412 2006-01-25  Karl Berry  <karl@gnu.org>
15413
15414         * config/srclist.txt (vasnprintf.c): sync lost.
15415
15416 2006-01-25  Jim Meyering  <jim@meyering.net>
15417
15418         Sync from the stable (b5) branch of coreutils:
15419
15420         * lib/fts.c (fts_children): Don't let close() clobber errno from
15421         failed fchdir().
15422
15423         * lib/fts.c (fts_stat): When following a symlink-to-directory,
15424         don't necessarily interpret stat-fails+lstat-succeeds as indicating
15425         a dangling symlink.  That can also happen at least for ELOOP.
15426         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
15427         FYI, this bug predates the inclusion of fts.c in coreutils.
15428
15429         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
15430         in their own block, so pre-c99 compilers don't object.
15431
15432         Avoid the double-free (first in fts_read, second in fts_close) that
15433         would occur when an `active' directory is made inaccessible (e.g.,
15434         via chmod a-x) during a traversal.
15435         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
15436         before returning.  Reproduce this failure by
15437         mkdir -p a/b; cd a; chmod a-x . b
15438         Reported by Stavros Passas.
15439
15440 2006-01-25  Jim Meyering  <jim@meyering.net>
15441
15442         * lib/fileblocks.c: Remove more useless parentheses.
15443         * lib/readutmp.h: Likewise.
15444
15445 2006-01-25  Bruno Haible  <bruno@clisp.org>
15446
15447         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
15448         warnings.
15449         Reported by Paul Eggert.
15450
15451 2006-01-25  Bruno Haible  <bruno@clisp.org>
15452
15453         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
15454         rid of a trap command. For Solaris sh.
15455         Reported by Mark D. Baushke <mdb@gnu.org>.
15456
15457 2006-01-24  Simon Josefsson  <jas@extundo.com>
15458
15459         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
15460         Bruno.
15461
15462 2006-01-24  Karl Berry  <karl@gnu.org>
15463
15464         * config/srclist.txt (argp-namefrob.h): sync lost.
15465
15466 2006-01-24  Jim Meyering  <jim@meyering.net>
15467
15468         * modules/openat (Files): Add lib/intprops.h.
15469         From Mark D. Baushke.
15470
15471 2006-01-24  Jim Meyering  <jim@meyering.net>
15472
15473         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
15474         Reported by Mark D. Baushke.
15475
15476 2006-01-24  Jim Meyering  <jim@meyering.net>
15477
15478         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
15479
15480 2006-01-24  Bruno Haible  <bruno@clisp.org>
15481
15482         * modules/strnlen (Maintainer): Change from glibc to all.
15483
15484 2006-01-24  Bruno Haible  <bruno@clisp.org>
15485
15486         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
15487         Patch by Paul Eggert.
15488
15489 2006-01-24  Bruno Haible  <bruno@clisp.org>
15490
15491         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
15492         already has it.
15493         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
15494         2005-11-26.
15495
15496         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
15497         'signed char' to avoid problems with the built-in _Bool type.
15498         Reported by Paul Eggert on 2005-11-26.
15499
15500 2006-01-24  Bruno Haible  <bruno@clisp.org>
15501
15502         * gnulib-tool (func_import): Avoid constructing complicated sed
15503         expressions inside backquote.
15504         Report and solution by Mark D. Baushke <mdb@gnu.org>.
15505
15506 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
15507
15508         These changes imported from libc.
15509         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
15510         test and two separate function calls.
15511         * lib/strndup.c (__strndup): Add libc_hidden_def.
15512
15513 2006-01-23  Simon Josefsson  <jas@extundo.com>
15514
15515         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
15516         Remove the test_*_SOURCES variable: automake infers it by default.
15517         * modules/tls-tests: Likewise.
15518
15519 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
15520
15521         Work around porting bugs reported by Dieter in
15522         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
15523         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
15524         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
15525         Include "getopt.h" first, to check interface.
15526         (getenv): Declare only if defined HAVE_DECL_GETENV &&
15527         !HAVE_DECL_GETENV.
15528         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
15529         (__strndup): Revert to K&R-style function dfns, the glibc style.
15530         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
15531         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
15532         Include strnlen.h first, to get prototype properly.
15533         (strnlen): Renamed from __strnlen.
15534         Remove weak alias.
15535
15536 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
15537
15538         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
15539
15540 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
15541
15542         * config/srclist.txt: Adjust to reflect glibc reorganization.
15543         This affects only comments.
15544
15545 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
15546
15547          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
15548          Reported by Bruce Korb <bkorb@gnu.org>.
15549
15550 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
15551
15552         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
15553         to pacify gcc -Wswitch-default.
15554
15555 2006-01-22  Bruno Haible  <bruno@clisp.org>
15556
15557         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
15558         temporary buffer for sprintf, take into account the precision also
15559         for 'd', 'i', 'u', 'o', 'x', 'X'.
15560
15561 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
15562
15563         * modules/argp-tests: New module
15564         * tests/test-argp.c: New file
15565         * tests/test-argp-2.sh: New file
15566
15567 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
15568
15569         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
15570         (__argp_base_name): Removed
15571         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
15572         typo.
15573         (__argp_base_name): Provide macro definition or extern declaration
15574         depending on the configuration
15575
15576 2006-01-20  Simon Josefsson  <jas@extundo.com>
15577
15578         * modules/inet_ntop (Depends-on): Depend on sys_socket.
15579
15580 2006-01-20  Simon Josefsson  <jas@extundo.com>
15581
15582         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
15583
15584 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
15585
15586         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
15587         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
15588         Suggested by Bruno Haible.
15589
15590 2006-01-20  Karl Berry  <karl@gnu.org>
15591
15592         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
15593         until changes propagate, I guess.
15594
15595 2006-01-19  Simon Josefsson  <jas@extundo.com>
15596
15597         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
15598
15599 2006-01-19  Simon Josefsson  <jas@extundo.com>
15600
15601         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
15602
15603 2006-01-19  Simon Josefsson  <jas@extundo.com>
15604
15605         * gnulib-tool: Set check_PROGRAMS.
15606
15607         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
15608         modules/des-tests, modules/gc-arcfour-tests,
15609         modules/gc-arctwo-tests, modules/gc-des-tests,
15610         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
15611         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
15612         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
15613         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
15614         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
15615         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
15616         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
15617         test_*_SOURCES.
15618
15619 2006-01-18  Simon Josefsson  <jas@extundo.com>
15620
15621         * modules/socklen (Depends-on): Depend on sys_socket.
15622
15623 2006-01-18  Simon Josefsson  <jas@extundo.com>
15624
15625         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
15626         modules/des-tests, modules/gc-arcfour-tests,
15627         modules/gc-arctwo-tests, modules/gc-des-tests,
15628         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
15629         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
15630         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
15631         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
15632         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
15633         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
15634         $(EXEEXT) to automake TESTS variable, for mingw32.
15635
15636 2006-01-17  Simon Josefsson  <jas@extundo.com>
15637
15638         * modules/socklen (Include): Need sys/socket.h.
15639
15640 2006-01-17  Bruno Haible  <bruno@clisp.org>
15641
15642         * modules/ssize_t (Include): Add <sys/types.h>.
15643
15644 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
15645
15646         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
15647         it's not portable and it doesn't work with cross-compiles.
15648         Problem reported by Bruno Haible.  Fix missing-$ typo in
15649         'test "gl_cv_ignore_unused_libraries" ...' that prevented
15650         -zignore from being used with Sun's C compiler.
15651
15652 2006-01-12  Simon Josefsson  <jas@extundo.com>
15653
15654         * lib/base64.c: Fix warning, reported by Bruno Haible
15655         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
15656
15657 2006-01-12  Bruno Haible  <bruno@clisp.org>
15658
15659         * modules/ldd: New file.
15660         * build-aux/ldd.sh.in: New file.
15661         * MODULES.html.sh (Support for building libraries and executables): Add
15662         ldd.
15663
15664 2006-01-12  Bruno Haible  <bruno@clisp.org>
15665
15666         * m4/ldd.m4: New file.
15667
15668 2006-01-12  Bruno Haible  <bruno@clisp.org>
15669
15670         * gnulib-tool (func_import, func_create_testdir): Don't go into an
15671         endless loop while replacing $auxdir with build-aux.
15672
15673 2006-01-11  Simon Josefsson  <jas@extundo.com>
15674
15675         * lib/stdint_.h (SIZE_MAX): Add missing (.
15676
15677 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
15678
15679         Sync from coreutils.
15680         * lib/md5.c: Fix commentary typos.
15681         (alignof, UNALIGNED_P): No need for a GCC-specific version.
15682         * lib/md5.h (__attribute__): Remove; unused.
15683         * lib/sha1.c: Fix commentary to match md5 better.
15684         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
15685         so that we don't need to worry about alignment.  All uses changed.
15686         This merges the 2005-10-28 md5 change into sha1.
15687
15688 2006-01-11  Jim Meyering  <jim@meyering.net>
15689
15690         Sync from coreutils.
15691         * lib/md5.c (OP): Fix spacing.
15692
15693 2006-01-11  Bruno Haible  <bruno@clisp.org>
15694
15695         Ensure automatic ordering between gl_LOCK and gl_ARGP.
15696         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
15697         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
15698
15699 2006-01-11  Bruno Haible  <bruno@clisp.org>
15700
15701         Ensure automatic ordering between gl_LOCK and gl_ARGP.
15702         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
15703         the "early" section as well.
15704
15705 2006-01-11  Bruno Haible  <bruno@clisp.org>
15706
15707         Avoid "ar: no archive members specified" error on MacOS X.
15708         * gnulib-tool (func_modules_add_dummy): New function.
15709         (func_import, func_create_testdir): Invoke it.
15710
15711 2006-01-11  Bruno Haible  <bruno@clisp.org>
15712
15713         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
15714         with $auxdir in AC_CONFIG_FILES statements.
15715
15716 2006-01-11  Bruno Haible  <bruno@clisp.org>
15717
15718         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
15719         Initialize also noinst_HEADERS to empty.
15720
15721 2006-01-11  Bruno Haible  <bruno@clisp.org>
15722
15723         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
15724         variables.
15725         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
15726         autoreconf.
15727
15728 2006-01-11  Bruno Haible  <bruno@clisp.org>
15729
15730         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
15731         overridable by the user.
15732         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
15733
15734 2006-01-10  Simon Josefsson  <jas@extundo.com>
15735
15736         * modules/sys_socket: New file.
15737
15738 2006-01-10  Simon Josefsson  <jas@extundo.com>
15739
15740         * m4/sys_socket_h.m4: New file.
15741
15742 2006-01-10  Simon Josefsson  <jas@extundo.com>
15743
15744         * lib/socket_.h: New file.
15745
15746 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
15747
15748         * modules/readutmp (Maintainer): Add myself.
15749
15750 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
15751
15752         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
15753         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
15754         People who are still concerned with buggy memcmp implementations
15755         can invoke gl_FUNC_MEMCMP themselves.
15756
15757 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
15758
15759         * lib/regex_internal.h (BITSET_WORD_BITS):
15760         Work around a bug in 64-bit PGC (before version 6.1-2), where the
15761         preprocessor mishandles large unsigned values as if they were signed.
15762         Problem reported by Claudio Fontana in
15763         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
15764
15765 2006-01-10  Jim Meyering  <jim@meyering.net>
15766
15767         Avoid the double-free (first in fts_read, second in fts_close) that
15768         would occur when an `active' directory is made inaccessible (e.g.,
15769         via chmod a-x) during a traversal.
15770         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
15771         before returning.  Reproduce this failure by
15772         mkdir -p a/b; cd a; chmod a-x . b
15773         Reported by Stavros Passas.
15774
15775         Sync from coreutils.
15776         * lib/sha1.c: Tweak grammar in a comment.
15777
15778 2006-01-10  Jim Meyering  <jim@meyering.net>
15779
15780         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
15781         Patch by Joerg Sonnenberger.
15782
15783 2006-01-10  Bruno Haible  <bruno@clisp.org>
15784
15785         * modules/readutmp: Depend on module free.
15786         * modules/strtok_r: Depend on module restrict.
15787
15788 2006-01-10  Bruno Haible  <bruno@clisp.org>
15789
15790         * modules/gettext (configure.ac): Add an invocation of
15791         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
15792
15793 2006-01-10  Bruno Haible  <bruno@clisp.org>
15794
15795         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
15796         Reported by Werner Lemberg <wl@gnu.org>.
15797
15798 2006-01-10  Bruno Haible  <bruno@clisp.org>
15799
15800         * lib/localcharset.c: Update from GNU gettext.
15801
15802 2006-01-10  Bruno Haible  <bruno@clisp.org>
15803
15804         * lib/argp.h (__const): Remove macro. Use const instead.
15805         * lib/argp-fmtstream.h (__const): Likewise.
15806         * lib/glob_.h (__const): Remove macro.
15807         * lib/glob-libc.h: Use const instead of __const.
15808
15809 2006-01-10  Bruno Haible  <bruno@clisp.org>
15810
15811         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
15812         variable.
15813         Needed to avoid an automake error regarding the 'gettext' module.
15814
15815 2006-01-09  Simon Josefsson  <jas@extundo.com>
15816
15817         * modules/inet_ntop (Depends-on): Add restrict.
15818
15819 2006-01-09  Simon Josefsson  <jas@extundo.com>
15820
15821         * modules/gc-rijndael-tests (License): Put under LGPL.
15822
15823         * modules/gc-des-tests (License): Likewise.
15824
15825         * modules/gc-arcfour-tests (License): Likewise.
15826
15827         * modules/gc-arctwo-tests (License): Likewise.
15828
15829         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
15830
15831         * modules/gc-hmac-sha1-tests (Files): Likewise.
15832
15833         * modules/gc-hmac-md5-tests (License): Likewise.
15834
15835         * modules/gc-sha1-tests (License): Likewise.
15836
15837         * modules/gc-md5-tests (License): Likewise.
15838
15839         * modules/gc-md4-tests (License): Likewise.
15840
15841         * modules/gc-md2-tests (License): Likewise.
15842
15843         * modules/gc-tests (License): Likewise.
15844
15845         * modules/des-tests (License): Likewise.
15846
15847         * modules/md4-tests (License): Likewise.
15848
15849         * modules/md2-tests (License): Likewise.
15850
15851 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
15852
15853         Sync from coreutils:
15854
15855         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
15856         * modules/lib-ignore: New file.
15857         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
15858         chdir-safer.m4, lchmod.m4.
15859         * modules/openat: Add mkdirat.c, openat-priv.h.
15860
15861 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
15862
15863         Sync from coreutils.
15864         * m4/lib-ignore.m4: New file.
15865         * m4/lchmod.m4: New file.
15866
15867 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
15868
15869         Sync from coreutils.
15870         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
15871         for write access: POSIX says that must fail.
15872         * lib/fts.c (diropen): Likewise.
15873         * lib/save-cwd.c (save_cwd): Likewise.
15874         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
15875         well, for minor improvements on hosts that lack O_DIRECTORY.
15876         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
15877         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
15878         Fall back on chown if open failed with EACCES.
15879
15880         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
15881         Report an error at compile-time if only a 1-second nominal clock
15882         resolution is found.
15883
15884         * lib/lchmod.h: New file.
15885         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
15886         (make_dir_parents): Use lchown rather than chown, and
15887         lchmod rather than chmod.
15888
15889         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
15890         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
15891         "proc" reported by n0dalus.
15892
15893         * lib/mountlist.c: Include <limits.h>.
15894         (dev_from_mount_options)
15895         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
15896         New function.  It no longer assumes "dev=" has the System V meaning
15897         on Linux (since it doesn't).  It also parses "dev=" more carefully.
15898         (read_file_system_list)
15899         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
15900         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
15901         dev= in that case.
15902
15903         * lib/posixtm.h (PDS_PRE_2000): New macro.
15904         * lib/posixtm.c (year): Arg is now syntax_bits rather than
15905         allow_century.  All usages changed.  Reject dates outside the range
15906         1969-1999 if PDS_PRE_2000 is used.
15907
15908 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
15909
15910         Sync from coreutils.
15911         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
15912         (Time of day items): Mention the possibility of leap seconds.
15913         Problem reported by Dr. David Alan Gilbert.
15914
15915 2006-01-09  Jim Meyering  <jim@meyering.net>
15916
15917         Sync from coreutils.
15918
15919         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
15920
15921         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
15922
15923         * lib/modechange.c (mode_compile): Reject an invalid mode string
15924         that starts with an octal digit.  From Andreas Gruenbacher.
15925
15926         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
15927         and dup to open_safer and dup_safer, respectively.
15928         (openat_permissive): Fix typo in comment.
15929
15930         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
15931         "gettext.h"; either no longer needed or are guaranteed by openat.h.
15932         (_): Remove; no longer needed.
15933         (openat): Renamed from rpl_openat; no need for rpl_openat
15934         since openat.h renames openat for us.
15935         Replace most of the body with a call to openat_permissive,
15936         to avoid duplicate code.
15937         Port to (probably hypothetical) environments were mode_t is
15938         wider than int.
15939         (openat_permissive): Require mode arg, so that we can check
15940         types better.  Put it just after flags.  Change cwd failure
15941         indicator from pointer-to-bool to pointer-to-errno-value.
15942         All callers changed.
15943         Invoke openat_save_fail and/or openat_restore_fail if
15944         cwd_errno is null, so that openat can call us.
15945         (openat_permissive, fdopendir, fstatat, unlinkat):
15946         Simplify errno handling to avoid some duplicate code,
15947         as it's OK to set errno on success.
15948         * lib/openat.h: Revamp code so that function macros depend on
15949         __OPENAT_PREFIX only, not also on AT_FDCWD.
15950         (openat_ro): Remove.  Caller changed to use openat_permissive.
15951         (openat_permissive): Now a macro, if not a function.
15952         (openat_restore_fail, openat_save_fail): Now always functions,
15953         since mkdirat needs them even if __OPENAT_PREFIX is defined.
15954
15955         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
15956         and openat.c.
15957         * lib/mkdirat.c: Include openat-priv.h.
15958         Remove definitions of macros defined therein.
15959         * lib/openat.c: Likewise.
15960
15961         * lib/mkdirat.c (mkdirat): New file and function.
15962         * lib/openat.h (mkdirat): Declare.
15963
15964         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
15965
15966         * lib/openat.h (openat_permissive): Declare.
15967         (openat_ro): Define.
15968
15969         * lib/openat.c (EXPECTED_ERRNO): New macro.
15970         (openat_permissive): New function -- used in remove.c rewrite.
15971         (all functions): Set errno just before returning, only if there
15972         was an actual failure.
15973         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
15974
15975         Emulate openat-family functions using Linux's procfs, if possible.
15976         Idea and some code based on Ulrich Drepper's glibc changes.
15977
15978         * lib/openat.c: (BUILD_PROC_NAME): New macro.
15979         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
15980         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
15981         before falling back on save_cwd and restore_cwd.
15982         (fdopendir, fstatat, unlinkat): Likewise.
15983
15984         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
15985         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
15986
15987         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
15988         as second argument to va_arg.  Otherwise, some versions of gcc
15989         warn that `if this code is reached, the program will abort'.
15990
15991 2006-01-09  Jim Meyering  <jim@meyering.net>
15992
15993         Sync from coreutils.
15994         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
15995         Require openat-priv.h.
15996
15997 2006-01-09  Bruno Haible  <bruno@clisp.org>
15998
15999         * modules/strnlen (Include): Use strnlen.h.
16000
16001 2006-01-09  Bruno Haible  <bruno@clisp.org>
16002
16003         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
16004
16005 2006-01-09  Bruno Haible  <bruno@clisp.org>
16006
16007         * lib/sysexit_.h (EX_OK): New macro.
16008         Suggested by Martin Lambers <marlam@marlam.de>.
16009
16010 2006-01-09  Bruno Haible  <bruno@clisp.org>
16011
16012         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
16013         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
16014
16015 2006-01-09  Bruno Haible  <bruno@clisp.org>
16016
16017         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
16018         numbers.
16019
16020 2006-01-09  Bruno Haible  <bruno@clisp.org>
16021
16022         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
16023         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
16024         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
16025         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
16026
16027 2006-01-09  Bruno Haible  <bruno@clisp.org>
16028
16029         * build-aux/javacomp.sh.in: New file, moved from lib/.
16030         * modules/javacomp-script (Files): Update.
16031         (configure.ac): Add AC_CONFIG_FILES invocation.
16032         (EXTRA_DIST): Remove variable.
16033
16034         * build-aux/javaexec.sh.in: New file, moved from lib/.
16035         * modules/javaexec (Files): Update.
16036         (configure.ac): Add AC_CONFIG_FILES invocation.
16037         (EXTRA_DIST): Remove javaexec.sh.in.
16038
16039         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
16040         * modules/csharpcomp-script (Files): Update.
16041         (configure.ac): Add AC_CONFIG_FILES invocation.
16042         (EXTRA_DIST): Remove variable.
16043
16044         * build-aux/csharpexec.sh.in: New file, moved from lib/.
16045         * modules/csharpexec (Files): Update.
16046         (configure.ac): Add AC_CONFIG_FILES invocation.
16047         (EXTRA_DIST): Remove csharpexec.sh.in.
16048
16049 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
16050
16051         Sync from coreutils.
16052
16053         Add POSIX ACL support
16054         * lib/acl.h (copy_acl, set_acl): Add declarations.
16055         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
16056         systems other than Linux.
16057         (chmod_or_fchmod): New function: use fchmod when possible,
16058         and chmod otherwise.
16059         (file_has_acl): Add a POSIX ACL implementation, with a
16060         Linux-specific subcase.
16061         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
16062         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
16063         acls are unsupported.
16064         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
16065         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
16066         are unsupported.
16067
16068 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
16069
16070         Sync from coreutils.
16071         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
16072
16073 2006-01-07  Bruno Haible  <bruno@clisp.org>
16074
16075         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
16076         gl_EARLY.
16077
16078 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
16079
16080         * lib/strftime.c (tzname): Don't declare if it is already #defined.
16081         Problem reported for Mingw by Mark Junker.
16082
16083 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
16084
16085         * README: Gnulib normally doesn't generate a tarball.
16086
16087 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
16088
16089         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
16090         long int, not int, for nanosecond counts, so that people who are
16091         used to POSIX struct timespec won't be surprised.  Reported by Jim
16092         Meyering.
16093
16094 2005-12-28  Bruno Haible  <bruno@clisp.org>
16095
16096         * build-aux/config.rpath: Update from GNU gettext.
16097
16098 2005-12-16  Jim Meyering  <jim@meyering.net>
16099
16100         * modules/fprintftime: New module.
16101         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
16102
16103 2005-12-16  Jim Meyering  <jim@meyering.net>
16104
16105         * m4/fprintftime.m4: New file.
16106
16107 2005-12-16  Jim Meyering  <jim@meyering.net>
16108
16109         * lib/fprintftime.c, lib/fprintftime.h: New files.
16110
16111 2005-12-15  Simon Josefsson  <jas@extundo.com>
16112
16113         * modules/socklen (configure.ac): Fix M4 macro name, to align with
16114         new m4/socklen.m4.
16115
16116 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
16117
16118         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
16119         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
16120
16121 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
16122
16123         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
16124         * lib/argp-help.c (fill_in_uparams): Check if the constructed
16125         struct uparams is valid. Fall back to the default values if it is
16126         not.
16127
16128 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
16129
16130         * modules/argp (Files): Add argp-pin.c
16131         (Depends-on): dirname
16132         (lib_SOURCES): Add argp-pin.c
16133
16134 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
16135
16136         * m4/argp.m4:  Check if program_invocation_name and
16137         program_invocation_short_name are declared and define appropriate
16138         macros if they are not.
16139
16140 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
16141
16142         * lib/argp-help.c (__argp_base_name): New function
16143         (__argp_short_program_name): Rewrite using __argp_base_name
16144         * lib/argp-namefrob.h: Define program_invocation_name and
16145         program_invocation_short_name if requested
16146         (__argp_base_name): Add prototype
16147         * lib/argp-parse.c (argp_def): Use gettext wrappers
16148         (argp_default_parser): Use __argp_base_name
16149         * lib/argp-pin.c: New file. Defines program_invocation_name and
16150         program_invocation_short_name on systems that lack them.
16151
16152 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
16153
16154         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
16155         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
16156         porting problem reported by Georg Schwarz in
16157         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
16158
16159 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
16160
16161         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
16162         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
16163         porting problem reported by Georg Schwarz in
16164         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
16165
16166 2005-12-05  Bruno Haible  <bruno@clisp.org>
16167
16168         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
16169         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
16170         Reported by Mark Junker <mjscod@gmx.de>.
16171
16172 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
16173
16174         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
16175         Use implementation from Albert Chin, with some
16176         comments/corrections by Stepan Kasal and myself.
16177
16178 2005-12-02  Bruno Haible  <bruno@clisp.org>
16179
16180         * gnulib-tool (func_import): Accept GPLed build tool modules when
16181         --lgpl is given.
16182         * modules/csharpcomp-script: New file.
16183         * modules/csharpcomp: Depend on it.
16184         * modules/javacomp-script: New file.
16185         * modules/javacomp: Depend on it.
16186         Suggested by Simon Josefsson.
16187
16188 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
16189
16190         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
16191         statement, to work around an HP-UX 10.20 compiler bug reported by
16192         Peter O'Gorman.
16193
16194 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
16195
16196         * modules/savedir (Depends-on): Add openat.
16197
16198 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
16199
16200         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
16201         (uintmax_t) [defined uintmax_t]: Do not declare.
16202         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
16203         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
16204         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
16205         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
16206         sake of portability to weird hosts that C allows (though we don't
16207         know of any practical examples).
16208
16209         * lib/savedir.h (fdsavedir): New decl.
16210         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
16211         contains most of the former guts of savedir.
16212         (savedir): Use savedirstream.
16213         Include "openat.h".
16214
16215 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
16216
16217         * modules/obstack (Files): Add m4/ulonglong.m4.
16218         Problem reported by Davide Angelocola.
16219
16220 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
16221
16222         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
16223         coreutils no longer futzes with rounding modes.
16224
16225 2005-11-14  Jim Meyering  <jim@meyering.net>
16226
16227         * lib/mkstemp-safer.c: Include <config.h>, required for possible
16228         replacement of mkstemp.
16229
16230 2005-11-10  Simon Josefsson  <jas@extundo.com>
16231
16232         * lib/readline.c: Remove EOL.
16233
16234 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
16235
16236         * modules/gethrxtime (Depends-on): Add gettime.
16237
16238 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
16239
16240         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
16241         or gettimeofday; no longer needed.
16242
16243 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
16244
16245         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
16246         time business.
16247         (gethrxtime) [! (HAVE_NANOUPTIME
16248         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
16249         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
16250         our own approximation.
16251
16252 2005-11-08  Eric Blake  <ebb9@byu.net>
16253
16254         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
16255
16256 2005-11-08  Eric Blake  <ebb9@byu.net>
16257
16258         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
16259
16260 2005-11-04  Bruno Haible  <bruno@clisp.org>
16261
16262         * gnulib-tool: Implement --update mode.
16263
16264 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
16265
16266         Fix porting problem reported by Theodoros V. Kalamatianos.
16267         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
16268         Don't assume that futimes failing means we must fail.
16269
16270 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
16271
16272         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
16273         variables to suggest the intended function of the PATH_MAX check.
16274
16275 2005-10-30  Kean Johnston  <jkj@sco.com>
16276
16277         Trivial changes to support SCO systems.
16278         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
16279         as PATH_MAX.
16280         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
16281         where __ptr is null when no I/O is pending.
16282
16283 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
16284
16285         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
16286         leave errno alone.  Problem reported by Dmitry V. Levin.
16287
16288 2005-10-28  Simon Josefsson  <jas@extundo.com>
16289
16290         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
16291         Test more.
16292
16293         * tests/test-gc-md2.c, tests/test-md2.c: New files.
16294
16295         * modules/md2, modules/md2-tests: New files.
16296
16297 2005-10-28  Simon Josefsson  <jas@extundo.com>
16298
16299         * m4/inet_ntop.m4: More tests.
16300
16301         * m4/gc-md2.m4, md2.m4: New file.
16302
16303 2005-10-28  Simon Josefsson  <jas@extundo.com>
16304
16305         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
16306         "restrict" keywords, as per POSIX.  Protect the function
16307         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
16308         Don't use K&R prototypes.  Check the sprintf return values.
16309         Re-define EAFNOSUPPORT if not present.  Indent.
16310
16311         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
16312         suggested by Bruno Haible <bruno@clisp.org>.
16313
16314         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
16315
16316         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
16317
16318         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
16319         libgcrypt).
16320
16321         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
16322
16323         * lib/md2.h, lib/md2.c: New files.
16324
16325 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
16326
16327         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
16328         errno alone.  Problem reported by Frederic Jolliton.
16329
16330 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
16331
16332         * modules/verify (License): Change from GPL to LGPL.  This is a
16333         tiny module and there are apparently near-equivalents that are
16334         under the BSD license.
16335
16336 2005-10-24  Simon Josefsson  <jas@extundo.com>
16337
16338         * modules/sha1: Relicense to LGPL.
16339
16340 2005-10-24  Simon Josefsson  <jas@extundo.com>
16341
16342         * lib/md4.h: Shrink buffer size, now that we changed the type.
16343
16344 2005-10-23  Simon Josefsson  <jas@extundo.com>
16345
16346         * gnulib-tool (func_import): Fix --tests-base.
16347
16348 2005-10-22  Simon Josefsson  <jas@extundo.com>
16349
16350         * modules/arcfour (Depends-on): Need stdint.
16351
16352 2005-10-22  Simon Josefsson  <jas@extundo.com>
16353
16354         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
16355         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
16356
16357 2005-10-22  Simon Josefsson  <jas@extundo.com>
16358
16359         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
16360         suggested by Bruno Haible <bruno@clisp.org>.
16361
16362 2005-10-22  Simon Josefsson  <jas@extundo.com>
16363
16364         * lib/crc.h: Include stddef.h, for size_t.
16365
16366 2005-10-22  Simon Josefsson  <jas@extundo.com>
16367
16368         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
16369         arcfour_context struct (simplify test vector testing in GNU
16370         Shishi).
16371
16372 2005-10-21  Simon Josefsson  <jas@extundo.com>
16373
16374         * modules/des, modules/des-tests: New files.
16375
16376         * modules/gc-des, modules/gc-des-tests: New files.
16377
16378         * tests/test-des.c, tests/test-gc-des.c: New file.
16379
16380 2005-10-21  Simon Josefsson  <jas@extundo.com>
16381
16382         * modules/arctwo, modules/arctwo-tests: New files.
16383
16384         * tests/test-arctwo.c: New file.
16385
16386         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
16387
16388         * tests/test-gc-arctwo.c: New file.
16389
16390 2005-10-21  Simon Josefsson  <jas@extundo.com>
16391
16392         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
16393         Bruno Haible <bruno@clisp.org>.
16394
16395         * m4/gc-des.m4: New file.
16396
16397 2005-10-21  Simon Josefsson  <jas@extundo.com>
16398
16399         * m4/arctwo.m4: New file.
16400
16401         * m4/gc-arctwo.m4: New file.
16402
16403 2005-10-21  Simon Josefsson  <jas@extundo.com>
16404
16405         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
16406         block.
16407
16408 2005-10-21  Simon Josefsson  <jas@extundo.com>
16409
16410         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
16411         <bruno@clisp.org>.
16412
16413         * lib/hmac-sha1.c (hmac_sha1): Likewise.
16414
16415         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
16416         Bruno Haible <bruno@clisp.org>.
16417
16418         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
16419         <bruno@clisp.org>.
16420
16421 2005-10-21  Simon Josefsson  <jas@extundo.com>
16422
16423         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
16424
16425 2005-10-21  Simon Josefsson  <jas@extundo.com>
16426
16427         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
16428
16429 2005-10-21  Simon Josefsson  <jas@extundo.com>
16430
16431         * lib/des.h, lib/des.c: New files.
16432
16433         * lib/gc-gnulib.c: Support DES.c
16434
16435 2005-10-21  Simon Josefsson  <jas@extundo.com>
16436
16437         * lib/arctwo.h, lib/arctwo.c: New files.
16438
16439         * lib/gc-gnulib.c: Support ARCTWO.
16440
16441 2005-10-21  Simon Josefsson  <jas@extundo.com>
16442
16443         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
16444         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
16445
16446 2005-10-21  Simon Josefsson  <jas@extundo.com>
16447
16448         * gnulib-tool (func_import, func_create_testdir): Define automake
16449         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
16450         Makefile.am snippet),
16451         suggested by Bruno Haible <bruno@clisp.org>.
16452
16453         * modules/gc (Makefile.am): Use it.
16454
16455 2005-10-21  Bruno Haible  <bruno@clisp.org>
16456
16457         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
16458         patch.
16459
16460 2005-10-19  Simon Josefsson  <jas@extundo.com>
16461
16462         * tests/test-gc-rijndael.c: New file.
16463
16464         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
16465
16466 2005-10-19  Simon Josefsson  <jas@extundo.com>
16467
16468         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
16469         interface too.
16470
16471 2005-10-19  Simon Josefsson  <jas@extundo.com>
16472
16473         * tests/test-gc-arcfour.c: New file.
16474
16475         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
16476
16477 2005-10-19  Simon Josefsson  <jas@extundo.com>
16478
16479         * modules/gc-md4, modules/gc-md4-tests: New file.
16480
16481         * tests/test-gc-md4.c: New file.
16482
16483 2005-10-19  Simon Josefsson  <jas@extundo.com>
16484
16485         * m4/gc-md4.m4: New file.
16486
16487 2005-10-19  Simon Josefsson  <jas@extundo.com>
16488
16489         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
16490         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
16491         <kasal@ucw.cz>.
16492
16493 2005-10-19  Simon Josefsson  <jas@extundo.com>
16494
16495         * m4/gc-arcfour.m4: New file.
16496
16497         * m4/gc-rijndael.m4: New file.
16498
16499 2005-10-19  Simon Josefsson  <jas@extundo.com>
16500
16501         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
16502
16503 2005-10-19  Simon Josefsson  <jas@extundo.com>
16504
16505         * lib/gc-gnulib.c: Support ARCFOUR.
16506
16507 2005-10-19  Simon Josefsson  <jas@extundo.com>
16508
16509         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
16510         support.
16511
16512         * lib/gc.h: Add ECB enum type.
16513
16514         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
16515
16516 2005-10-18  Simon Josefsson  <jas@extundo.com>
16517
16518         * tests/test-md5.c: New file.
16519
16520         * modules/md5-tests: New file.
16521
16522 2005-10-18  Simon Josefsson  <jas@extundo.com>
16523
16524         * tests/test-md4.c: New file.
16525
16526         * modules/md4, modules/md4-tests: New files.
16527
16528 2005-10-18  Simon Josefsson  <jas@extundo.com>
16529
16530         * m4/md4.m4: New file.
16531
16532 2005-10-18  Simon Josefsson  <jas@extundo.com>
16533
16534         * lib/md4.h, lib/md4.c: New files, based on md5.?.
16535
16536 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
16537
16538         * gnulib-tool (func_create_testdir): Omit the second check whether
16539         BUILT_SOURCES in nonempty.
16540
16541 2005-10-17  Simon Josefsson  <jas@extundo.com>
16542
16543         * tests/test-rijndael.c: New file.
16544
16545 2005-10-17  Simon Josefsson  <jas@extundo.com>
16546
16547         * modules/sha1: Depend on stdint instead of md5.
16548
16549         * modules/md5: Depend on stdint, remove uint32_t.
16550
16551 2005-10-17  Simon Josefsson  <jas@extundo.com>
16552
16553         * modules/gc-sha1-tests: New file.
16554
16555         * tests/test-gc-sha1.c: New file.
16556
16557 2005-10-17  Simon Josefsson  <jas@extundo.com>
16558
16559         * m4/md5.m4: Remove call to uint32_t.m4.
16560
16561 2005-10-17  Simon Josefsson  <jas@extundo.com>
16562
16563         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
16564
16565         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
16566         md5.h.
16567
16568         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
16569
16570         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
16571
16572 2005-10-17  Simon Josefsson  <jas@extundo.com>
16573
16574         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
16575
16576 2005-10-17  Simon Josefsson  <jas@extundo.com>
16577
16578         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
16579
16580 2005-10-17  Simon Josefsson  <jas@extundo.com>
16581
16582         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
16583
16584         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
16585
16586 2005-10-17  Bruno Haible  <bruno@clisp.org>
16587
16588         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
16589         that it can also be used in a test.
16590
16591 2005-10-16  Bruno Haible  <bruno@clisp.org>
16592
16593         * gnulib-tool (func_emit_tests_Makefile_am): Also define
16594         TESTS_ENVIRONMENT, so that individual tests can augment it.
16595
16596         * gnulib-tool (func_create_testdir): Use an intermediate target for
16597         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
16598         macros, like $(ALLOCA_H), which cannot be passed through the command
16599         line.
16600
16601 2005-10-15  Simon Josefsson  <jas@extundo.com>
16602
16603         * modules/rijndael-tests: New file.
16604
16605         * modules/rijndael: New file.
16606
16607 2005-10-15  Simon Josefsson  <jas@extundo.com>
16608
16609         * m4/rijndael.m4: New file.
16610
16611 2005-10-15  Simon Josefsson  <jas@extundo.com>
16612
16613         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
16614
16615         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
16616
16617 2005-10-14  Simon Josefsson  <jas@extundo.com>
16618
16619         * tests/test-arcfour.c: New file.
16620
16621         * modules/arcfour, modules/arcfour-tests: New files.
16622
16623 2005-10-14  Simon Josefsson  <jas@extundo.com>
16624
16625         * m4/arcfour.m4: New file.
16626
16627 2005-10-14  Simon Josefsson  <jas@extundo.com>
16628
16629         * lib/arcfour.h, lib/arcfour.c: New files.
16630
16631 2005-10-14  Roland McGrath  <roland@redhat.com>
16632
16633         Import from libc.  [BZ #1331]
16634         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
16635         macro argument.
16636         Reported by Matej Vela <vela@debian.org>.
16637
16638 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
16639
16640         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
16641         include <wchar.h>; no longer needed.
16642
16643 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
16644
16645         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
16646
16647 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
16648         and  Ulrich Drepper  <drepper@redhat.com>
16649
16650         Import from libc.
16651         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
16652         instead of inline stream orientation test and two separate
16653         function calls.  Pay no attention to USE_IN_LIBIO.
16654
16655 2005-10-13  Simon Josefsson  <jas@extundo.com>
16656
16657         * modules/gc-hmac-md5-tests: New file.
16658
16659         * tests/test-gc-hmac-sha1.c: New file.
16660
16661         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
16662
16663         * modules/gc-hmac-md5-tests: New file.
16664
16665         * tests/test-gc-md5.c: New file.
16666
16667         * modules/gc-md5-tests: New file.
16668
16669 2005-10-13  Simon Josefsson  <jas@extundo.com>
16670
16671         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
16672         Move memory allocation outside of loop.
16673
16674 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
16675
16676         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
16677         intermediate directory is in a read-only file system.  Problem
16678         reported by Eric Blake.
16679
16680 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
16681
16682         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
16683
16684 2005-10-12  Simon Josefsson  <jas@extundo.com>
16685
16686         * tests/test-hmac-sha1.c: New file.
16687
16688         * modules/hmac-sha1-tests: New file.
16689
16690         * modules/hmac-sha1: New file.
16691
16692 2005-10-12  Simon Josefsson  <jas@extundo.com>
16693
16694         * modules/gc-sha1: New file.
16695
16696 2005-10-12  Simon Josefsson  <jas@extundo.com>
16697
16698         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
16699
16700         * tests/test-gc-pbkdf2-sha1.c: New file.
16701
16702 2005-10-12  Simon Josefsson  <jas@extundo.com>
16703
16704         * modules/gc-md5, modules/gc-hmac-md5: New files.
16705
16706         * modules/gc (Files): Remove md5, memxor and hmac files.
16707
16708 2005-10-12  Simon Josefsson  <jas@extundo.com>
16709
16710         * m4/gc-pbkdf2-sha1.m4: New file.
16711
16712         * m4/gc-hmac-sha1.m4: New file.
16713
16714         * m4/gc-sha1: New file.
16715
16716         * m4/hmac-sha1.m4: New file.
16717
16718 2005-10-12  Simon Josefsson  <jas@extundo.com>
16719
16720         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
16721
16722         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
16723
16724 2005-10-12  Simon Josefsson  <jas@extundo.com>
16725
16726         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
16727         suggested by Bruno Haible <bruno@clisp.org>.
16728
16729 2005-10-12  Simon Josefsson  <jas@extundo.com>
16730
16731         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
16732
16733 2005-10-12  Simon Josefsson  <jas@extundo.com>
16734
16735         * lib/gc-pbkdf2-sha1.c: New file.
16736
16737         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
16738
16739 2005-10-12  Simon Josefsson  <jas@extundo.com>
16740
16741         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
16742
16743         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
16744
16745 2005-10-12  Simon Josefsson  <jas@extundo.com>
16746
16747         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
16748         GC_USE_HMAC_MD5, respectively.
16749
16750         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
16751         (gc_md5): Fix typo.
16752
16753         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
16754
16755         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
16756
16757         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
16758
16759 2005-10-12  Bruno Haible  <bruno@clisp.org>
16760
16761         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
16762         Reported by Stepan Kasal <kasal@ucw.cz>.
16763
16764 2005-10-11  Simon Josefsson  <jas@extundo.com>
16765
16766         * tests/test-crc.c: New file.
16767
16768         * modules/crc, modules/crc-tests: New files.
16769
16770 2005-10-11  Simon Josefsson  <jas@extundo.com>
16771
16772         * m4/crc.m4: New file.
16773
16774 2005-10-11  Simon Josefsson  <jas@extundo.com>
16775
16776         * lib/gc.h: Add gc_hash and gc_hash_buffer.
16777
16778         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
16779
16780         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
16781
16782 2005-10-11  Simon Josefsson  <jas@extundo.com>
16783
16784         * lib/crc.h, lib/crc.c: New files.
16785
16786         * lib/gc.h (gc_hash_buffer): Add doc.
16787
16788 2005-10-11  Bruno Haible  <bruno@clisp.org>
16789
16790         * modules/c-strcasestr: New file.
16791         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
16792
16793 2005-10-11  Bruno Haible  <bruno@clisp.org>
16794
16795         * modules/c-strcase: New file.
16796         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
16797
16798 2005-10-11  Bruno Haible  <bruno@clisp.org>
16799
16800         * lib/strcasecmp.c: Include limits.h.
16801         (strcasecmp): Avoid integer overflow on exotic platforms.
16802         * lib/strncasecmp.c: Include limits.h.
16803         (strncasecmp): Avoid integer overflow on exotic platforms.
16804         Reported by Paul Eggert.
16805
16806 2005-10-11  Bruno Haible  <bruno@clisp.org>
16807
16808         * lib/c-strcasestr.h: New file, from GNU gettext.
16809         * lib/c-strcasestr.c: New file, from GNU gettext.
16810
16811 2005-10-11  Bruno Haible  <bruno@clisp.org>
16812
16813         * lib/c-strcase.h: New file, from GNU gettext.
16814         * lib/c-strcasecmp.c: New file, from GNU gettext.
16815         * lib/c-strncasecmp.c: New file, from GNU gettext.
16816
16817 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
16818
16819         * modules/mempcpy (License): GPL -> LGPL.
16820         * modules/strchrnul (License): Likewise.
16821         * modules/sysexits (License): Likewise.
16822
16823 2005-10-08  Simon Josefsson  <jas@extundo.com>
16824
16825         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
16826
16827 2005-10-07  Simon Josefsson  <jas@extundo.com>
16828
16829         * m4/memxor.m4: Remove gl_C_RESTRICT call.
16830
16831 2005-10-06  Simon Josefsson  <jas@extundo.com>
16832
16833         * tests/test-hmac-md5.c: New file.
16834
16835         * modules/hmac-md5-tests: New file.
16836
16837         * modules/hmac-md5: New file.
16838
16839 2005-10-06  Simon Josefsson  <jas@extundo.com>
16840
16841         * m4/hmac-md5.m4: New file.
16842
16843         * m4/memxor.m4: Require gl_C_RESTRICT.
16844
16845 2005-10-06  Simon Josefsson  <jas@extundo.com>
16846
16847         * lib/memxor.c (memxor): Avoid casts and warnings.
16848
16849 2005-10-06  Simon Josefsson  <jas@extundo.com>
16850
16851         * lib/hmac-md5.c: New file.
16852
16853         * lib/hmac.h: New file.
16854
16855 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
16856
16857         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
16858         promotes to int, not unsigned int, to catch the AIX 5.3
16859         compiler bug.
16860
16861 2005-10-05  Simon Josefsson  <jas@extundo.com>
16862
16863         * modules/memxor: New file.
16864
16865         * modules/iconv (Files): Move config.rpath to havelib, it is used
16866         there.
16867
16868         * modules/havelib (Files): Add config.rpath.
16869
16870 2005-10-05  Simon Josefsson  <jas@extundo.com>
16871
16872         * m4/memxor.m4: New file.
16873
16874 2005-10-05  Simon Josefsson  <jas@extundo.com>
16875
16876         * lib/memxor.c (memxor): Fix compiler error.
16877
16878         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
16879         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
16880
16881         * lib/memxor.h, lib/memxor.c: New files.
16882
16883         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
16884         we assume all systems have it, suggested by Jim Meyering
16885         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
16886         any systems lack sys/socket.h; mingw32 is known to lack it, but we
16887         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
16888         same reasons.
16889
16890 2005-10-05  Simon Josefsson  <jas@extundo.com>
16891
16892         * config/srclist.txt: Add glibc bug 1423 for md5.h.
16893
16894 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
16895
16896         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
16897         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
16898         needed, since the source code now assumes these .h files.
16899
16900 2005-10-05  Derek Price  <derek@ximbiot.com>
16901
16902         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
16903
16904 2005-10-05  Bruno Haible  <bruno@clisp.org>
16905
16906         * modules/stdint (License): Change to LGPL.
16907
16908 2005-10-04  Simon Josefsson  <jas@extundo.com>
16909
16910         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
16911         D. Baushke" <mdb@gnu.org>.
16912
16913 2005-10-04  Bruno Haible  <bruno@clisp.org>
16914
16915         * lib/verify.h (verify_true): Provide alternative definition for C++.
16916
16917 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
16918
16919         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
16920         (SSIZE_MAX): New macro, if not already defined.
16921         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
16922         than 2 GiB.
16923
16924 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
16925
16926         Sync from coreutils.
16927         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
16928         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
16929         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
16930         ULLONG_MAX doesn't work with 2.7.2.1.
16931
16932 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
16933
16934         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
16935         From Ben Pfaff.
16936
16937         * modules/exclude (Depends-on): Depend on verify.
16938         * modules/strtoimax (Depends-on): Likewise.
16939         * modules/utimecmp (Depends-on): Likewise.
16940
16941 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
16942
16943         * lib/exclude.c: Include verify.h.
16944         (verify): Remove.  All callers changed to use verify.h's version.
16945         * lib/strtoimax.c: Likewise.
16946         * lib/utimecmp.c: Likewis.e
16947
16948         Sync from coreutils.
16949         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
16950         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
16951         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
16952         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
16953         bother returning ENOSYS if settimeofday or stime fails; just let
16954         them return whatever errno they want to return.
16955         * lib/utimens.c: Include unistd.h, for dup2.
16956         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
16957         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
16958
16959 2005-10-02  Jim Meyering  <jim@meyering.net>
16960
16961         Sync from coreutils.
16962         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
16963         from glibc-2.2.5 that fails for read-only files.
16964
16965 2005-10-02  Jim Meyering  <jim@meyering.net>
16966
16967         Sync from coreutils.
16968         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
16969         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
16970         `#if HAVE_CONFIG_H'.
16971         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
16972         Remove AT_FDCWD test.
16973         Do not consume the fd unless successful.
16974         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
16975         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
16976         block, so that we don't even try to compile it if settimeofday is
16977         available.  This works around a compilation failure on OSF1 V5.1,
16978         due to stime requiring a `long int*' while tv_sec is `int'.
16979
16980 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
16981
16982         Sync from coreutils.
16983         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
16984         against `yes', rather than just testing for nonempty.
16985
16986 2005-10-01  Simon Josefsson  <jas@extundo.com>
16987
16988         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
16989         and Darwin.
16990
16991         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
16992         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
16993         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
16994         freeaddrinfo and gai_strerror are declared by the POSIX headers.
16995         Check if struct addrinfo is declared.
16996
16997 2005-10-01  Simon Josefsson  <jas@extundo.com>
16998
16999         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
17000         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
17001         AI_* and EAI_* definitions.  Protect function declarations.
17002
17003 2005-10-01  Jim Meyering  <jim@meyering.net>
17004
17005         Sync from coreutils.
17006
17007         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
17008         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
17009         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
17010         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
17011         in the inet and nsl libraries.  Required on Solaris 5.7.
17012
17013 2005-10-01  Jim Meyering  <jim@meyering.net>
17014
17015         Sync from coreutils.
17016         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
17017         in the inet and nsl libraries.  Required on Solaris 5.7.
17018
17019 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
17020
17021         * lib/getdelim.c (getdelim): Remove unused variables.
17022
17023 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
17024
17025         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
17026         so that the code works even with ancient cpp.  Portability problem
17027         with GCC 2.7.2.1 reported by Thomas M.Ott.
17028
17029 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
17030
17031         * modules/regex (Depends-on): Add strcase.
17032
17033         * modules/gethostname (Licence): Change from GPL to LGPL, since
17034         gethostname.c is a trivial implementation of a standard library
17035         function.
17036         * modules/poll (License): Change from GPL to LGPL, since it's
17037         derived from LGPL code.
17038
17039 2005-09-27  Jim Meyering  <jim@meyering.net>
17040
17041         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
17042         HAVE_CONFIG_H.
17043
17044         * lib/intprops.h (signed_type_or_expr__): Define.
17045         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
17046         for unsigned types.
17047
17048 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
17049
17050         * lib/verify.h (verify_expr): Remove, replacing with:
17051         (verify_true): New macro that returns true instead of void.
17052         (verify_type__): Remove.
17053         (verify): Use verify_true rather than verify_type__.
17054
17055 2005-09-26  Bruno Haible  <bruno@clisp.org>
17056
17057         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
17058         is necessary.
17059         (lib_SOURCES): Remove mbchar.c.
17060         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
17061         (Files): Add m4/mbrtowc.m4.
17062         * modules/mbiter: Likewise.
17063         * modules/mbuiter: Likewise.
17064
17065 2005-09-26  Bruno Haible  <bruno@clisp.org>
17066
17067         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
17068         compile mbchar.c if they are not both present.
17069         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
17070         * m4/mbiter.m4 (gl_MBITER): Likewise.
17071         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
17072         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
17073         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
17074
17075 2005-09-25  Jim Meyering  <jim@meyering.net>
17076
17077         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
17078         also uses socklen_t.
17079
17080 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
17081
17082         * lib/utimens.c (ENOSYS): Define if not already defined.
17083         (futimens): Support having a null PATH if the file descriptor
17084         is nonnegative.
17085
17086         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
17087         Remove.
17088         (__attribute): Define to empty unless GCC 3.1 or later.
17089         This works around a core dump on OpenBSD 3.4, which has GCC
17090         2.95.3, which dumps core when given __attribute__(()).  It also
17091         simplifies other tests, since we really don't want to bother with
17092         worrying about which ancient version of GCC supported what.
17093         Original problem reported by Yoann Vandoorselaere, with part of
17094         the fix suggested by Derek Price.
17095
17096 2005-09-24  Jim Meyering  <jim@meyering.net>
17097
17098         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
17099         so we can once again use a positive bitfield width of 1 -- now we
17100         don't have to explain why we were using a bitfield width of 2.
17101
17102 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
17103
17104         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
17105         and similarly for the other external symbols.  Problem reported
17106         by James Gallager.
17107
17108         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
17109         bug reported by Jim Meyering.
17110
17111         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
17112         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
17113         not needed, since socklen is a prerequisite module.
17114
17115 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
17116
17117         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
17118         Problem reported by Eric Blake.
17119         (getaddrinfo): Initialize se so that it's not garbage.
17120         Redo internal storage allocation so that it doesn't make unportable
17121         assumptions about alignment.
17122         Fix a memory leak.
17123
17124         * lib/utimens.c (futimens): Use futimesat if available.
17125         Prefer it to futimes since it doesn't have the futimes bug.
17126
17127         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
17128         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
17129         Instead, declare a function that returns a pointer to an array,
17130         and use verify_type__ to declare the size of the array.
17131         Problem and germ of a solution reported by Bruno Haible.
17132         (verify_type__): Use 2, not 1, for bitfield size, to avoid
17133         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
17134
17135 2005-09-23  Jim Meyering  <jim@meyering.net>
17136
17137         Sync from coreutils.
17138         Correct build failure (socklen_t not defined) on at least
17139         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
17140         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
17141
17142 2005-09-23  Jim Meyering  <jim@meyering.net>
17143
17144         * modules/getaddrinfo (Depends-on): Add socklen.
17145
17146 2005-09-23  Bruno Haible  <bruno@clisp.org>
17147
17148         * tests/test-verify.c: New file.
17149
17150 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
17151
17152         Sync from coreutils.
17153
17154         * modules/argmatch (Depends-on): Add verify.
17155         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
17156         unistd-safer.
17157         * modules/save-cwd (Depends-on): Likewise.
17158
17159         * modules/openat (Files): Add lib/openat-die.c.
17160         (Depends-on): Remove error, exitfail.
17161         Add dirname.
17162
17163         * modules/verify: New file.
17164         * MODULES.html.sh (Diagnostics <assert.h>): New section,
17165         with "verify" module.
17166
17167 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
17168
17169         Sync from coreutils.
17170
17171         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
17172         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
17173         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
17174         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
17175         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
17176         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
17177         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
17178         Don't bother checking for string.h, stdlib.h, unistd.h.
17179         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
17180         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
17181         module's job.
17182         * m4/jm-macros.m4 (gl_MACROS): Likewise.
17183         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
17184
17185         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
17186         (gl_GETDATE): Use it.
17187
17188         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
17189
17190 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
17191
17192         Sync from coreutils.
17193
17194         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
17195         stat-time.h.
17196         * lib/argmatch.h: Include verify.h
17197         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
17198         (ARGMATCH_ASSERT): Remove; unused.
17199         * lib/canonicalize.c: Assume STDC_HEADERS.
17200         * lib/exclude.c: Include "strcase.h".
17201         * lib/regex_internal.h [!defined _LIBC]: Likewise.
17202         * lib/getusershell.c: Include stdio--.h rather than stdio.h
17203         and stdio-safer.h.
17204         (getusershell): Call fopen, not fopen_safer.
17205         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
17206         Do not include unistd-safer.h.
17207         (save_cwd): Don't call fd_safer; no longer needed
17208         now that we include fcntl--.h.
17209
17210         * lib/getdate.y (relative_time): New type.
17211         (RELATIVE_TIME_0): New constant.
17212         (parser_control): Use relative_time instead of doing it ourselves.
17213         (%union): Add new relative_time rel member.
17214         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
17215         Now typeless.
17216         (relunit, relunit_snumber): Now of type rel.
17217         (zone, rel, relunit, get_date): Adjust to above changes.
17218
17219         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
17220         Do not include unistd-safer.h.
17221         (getloadavg): Don't call fd_safer; no longer needed
17222         now that we include fcntl--.h.
17223
17224         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
17225         (make_dir_parents): Treat ENOSYS like EEXIST.
17226
17227         Improve quality of diagnostics on restore_cwd failure.
17228         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
17229         (make_dir_parents): Last arg is now int * (for errno), not bool *.
17230         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
17231         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
17232         each time through the loop.  Do not diagnose restore_cwd failure;
17233         that is the caller's job (and perhaps the caller does not care).
17234
17235         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
17236         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
17237         If the file already exists but is not a directory, don't bother
17238         to try to make its parents.
17239         Close potential file descriptor leak if we can't chdir("/") (!).
17240         Don't always return true if chdir($PWD) fails; return true only
17241         if the requested action was done successfully (except for the
17242         chdir($PWD)).
17243         Don't log final directory unless we actually made it.
17244         Refactor to avoid duplicate code to fix up permissions.
17245         Don't attempt to fix up parent permissions if chdir($PWD) fails.
17246
17247         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
17248         to make it a bit faster and (I hope) clearer.
17249         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
17250         Fix bug in formats like %2N.
17251
17252         * lib/verify.h: New file.
17253
17254 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
17255
17256         Sync from coreutils.
17257         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
17258
17259 2005-09-22  Jim Meyering  <jim@meyering.net>
17260
17261         Sync from coreutils.
17262
17263         * m4/lstat.m4 (gl_FUNC_LSTAT):
17264         Use AC_LIBSOURCES to require lstat.c and lstat.h.
17265         Remove obsolete comment.
17266         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
17267         * m4/xstrtod.m4: Likewise.
17268
17269         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
17270
17271 2005-09-22  Jim Meyering  <jim@meyering.net>
17272
17273         Sync from coreutils.
17274
17275         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
17276
17277         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
17278         the .tm_year member, since otherwise gcc-4.0 would now warn about
17279         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
17280
17281         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
17282         order to avoid an unsuppressible warning from gcc on 64-bit systems.
17283
17284         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
17285         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
17286         when run in a time zone for which daylight savings time is in effect
17287         for the starting date.
17288
17289         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
17290         stop us from restricting permissions of just-created absolute-named
17291         directories.
17292         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
17293         to restore initial working directory.
17294         * lib/mkdir-p.c (make_dir_parents): New parameter:
17295         different_working_dir, to tell caller if/when we change the working
17296         directory and are unable to return to the initial one.
17297         * lib/mkdir-p.h (make_dir_parents): Update prototype.
17298         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
17299         `return false'.  This fixes a bug introduced on 2004-07-30.
17300
17301         * lib/openat.c (fdopendir): Be sure to close the supplied
17302         file descriptor before returning.  This makes our replacement
17303         implementation a little closer to Solaris's, where fdopendir
17304         ties the file descriptor to the returned DIR* pointer.
17305         * lib/openat.c (unlinkat): New function.
17306         * lib/openat.h (unlinkat): Add prototype.
17307         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
17308         (openat_restore_fail): Rename from openat_restore_die.
17309         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
17310
17311         Provide an alternative to exiting immediately upon save_cwd or
17312         restore_cwd failure.  Now, an application can arrange e.g.,
17313         to perform a longjump in that case.
17314         * lib/openat.c: Include dirname.h.
17315         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
17316         (rpl_openat, fdopendir, fstatat): Call openat_save_die
17317         and openat_restore_die rather than calling error directly.
17318         Don't include "error.h" or "exitfail.h"; they're no longer needed.
17319
17320         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
17321         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
17322         define.
17323
17324         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
17325         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
17326                             int utc, int nanoseconds);
17327         Background:
17328         date should not have to allocate a megabyte of virtual memory to
17329         handle a format argument like +%1048575T.  When implemented with
17330         strftime, it must allocate such a buffer, use strftime to fill it
17331         in, print it, then free it.
17332         With fprintftime, it simply prints everything and exits.
17333         With no need for memory allocation, that's one fewer way to fail.
17334         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
17335         optional field width, not before, so we accept %9:z, not %:9z.
17336         (my_strftime): Be sure to use L_('x') for literals.
17337
17338         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
17339         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
17340         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
17341         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
17342         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
17343         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
17344         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
17345         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
17346         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
17347         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
17348         * lib/xgethostname.c, lib/xreadlink.c:
17349         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
17350
17351         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
17352         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
17353         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
17354         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
17355         and don't include <sys/file.h>).
17356
17357 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
17358
17359         Sync from coreutils.
17360
17361         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
17362         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
17363         [!LDAV_DONE]: Avoid unused variable warning.
17364
17365 2005-09-21  Bruno Haible  <bruno@clisp.org>
17366
17367         * lib/unicodeio.h (unicode_to_mb): New declaration.
17368
17369 2005-09-20  Derek Price  <derek@ximbiot.com>
17370
17371         * lib/getaddrinfo.c: Don't include <netdb.h> included from
17372         getaddrinfo.h.
17373
17374 2005-09-20  Bruno Haible  <bruno@clisp.org>
17375
17376         * gnulib-tool: Remove trailing slashes from the values specified for
17377         --source-base, --m4-base, --tests-base, --aux-dir.
17378         Suggested by Simon Josefsson <jas@extundo.com>.
17379
17380 2005-09-20  Bruno Haible  <bruno@clisp.org>
17381
17382         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
17383         func_modules_to_filelist, func_import, func_create_testdir): Make all
17384         sorting results locale-independent, so that gnulib-cache.m4 doesn't
17385         change when gnulib-tool is invoked in a different locale.
17386
17387 2005-09-19  Simon Josefsson  <jas@extundo.com>
17388
17389         * m4/socklen.m4: Fix typo.
17390
17391 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17392
17393         Use a consistent style for including <config.h>.
17394         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
17395         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
17396         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
17397         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
17398         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
17399         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
17400         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
17401         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
17402         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
17403         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
17404         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
17405         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
17406         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
17407         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
17408         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
17409         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
17410         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
17411         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
17412         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
17413         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
17414         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
17415         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
17416         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
17417         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
17418         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
17419         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
17420         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
17421         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
17422         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
17423         lib/xstrtoumax.c, lib/yesno.c:
17424         Standardize inclusion of config.h.
17425         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
17426         lib/inttostr.h:  Removed inclusion of config.h from header files.
17427         * lib/inttostr.c:  Adjusted in-tree users.
17428         * lib/timespec.h: Remove superfluous warning to include config.h.
17429         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
17430         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
17431         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
17432         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
17433         config.h with HAVE_CONFIG_H.
17434
17435 2005-09-19  Jim Meyering  <jim@meyering.net>
17436
17437         * modules/pathmax (License): Change to LGPL.
17438
17439 2005-09-19  Derek Price  <derek@ximbiot.com>
17440
17441         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
17442
17443 2005-09-19  Bruno Haible  <bruno@clisp.org>
17444
17445         * gnulib-tool (import): Provide default for --tests-base.
17446
17447 2005-09-19  Bruno Haible  <bruno@clisp.org>
17448
17449         * doc/quote.texi: New file, extracted from gnulib.texi.
17450         * doc/ctime.texi: New file, extracted from gnulib.texi.
17451         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
17452         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
17453         * doc/gnulib.texi: Include them.
17454
17455 2005-09-18  Bruno Haible  <bruno@clisp.org>
17456
17457         Portability fix.
17458         * gnulib-tool (func_readlink): New function.
17459         (func_ln_if_changed): Use it.
17460
17461 2005-09-18  Bruno Haible  <bruno@clisp.org>
17462
17463         * gnulib-tool: Support --with-tests also with --import.
17464         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
17465         (func_import): Use variables $testsbase and $inctests. Emit a
17466         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
17467         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
17468         SUBDIRS += $testsdir.
17469         (func_create_testdir): Update.
17470
17471 2005-09-18  Bruno Haible  <bruno@clisp.org>
17472
17473         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
17474         instead of $dry_run.
17475         (func_cp_if_changed, func_mv_if_changed): Remove functions.
17476         (func_ln_if_changed): Don't handle dry-run here.
17477         (func_import): In dry-run mode, detect more precisely which actions
17478         would be performed, and don't use "...ing" verbs.
17479
17480 2005-09-18  Bruno Haible  <bruno@clisp.org>
17481
17482         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
17483         (func_import): Use join on two temporary files instead of three nested
17484         loops, in order to determine which files are new or old.
17485
17486 2005-09-18  Bruno Haible  <bruno@clisp.org>
17487
17488         * gnulib-tool (func_import): Comment out code that spits out the
17489         new files with --dry-run.
17490
17491 2005-09-18  Bruno Haible  <bruno@clisp.org>
17492
17493         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
17494
17495 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
17496
17497         * lib/stat-time.h: New file.
17498         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
17499         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
17500         in a different way.
17501         (timespec_cmp): New function.
17502         * lib/utimecmp.c: Include stat-time.h.
17503         (SYSCALL_RESOLUTION): Depend on whether various struct stat
17504         members exist, not on the obsolescent ST_MTIM_NSEC.
17505         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
17506
17507 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
17508
17509         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
17510
17511 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
17512
17513         * MODULES.html.sh (File system functions): Add stat-time.
17514         * modules/stat-time: New file.
17515         * modules/timespec (Files): Remove m4/st_mtim.m4; this
17516         is now done in a different way, by the stat-time module.
17517         * modules/utimecmp (Depends-on): Add stat-time.
17518
17519 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
17520
17521         * m4/st_mtim.m4: Remove.  Superseded by...
17522         * m4/stat-time.m4: New file.
17523         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
17524         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
17525
17526 2005-09-15  Derek Price  <derek@ximbiot.com>
17527
17528         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
17529
17530 2005-09-15  Derek Price  <derek@ximbiot.com>
17531
17532         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
17533         * lib/regex_internal.c: Ditto, using this...
17534         (__GNUC_PREREQ): ...new macro.
17535         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
17536         using...
17537         (__GNUC_PREREQ): ...this new macro.
17538
17539         * lib/strstr.h: Include string.h. Define strstr as a macro here.
17540
17541 2005-09-15  Derek Price  <derek@ximbiot.com>
17542             Paul Eggert  <eggert@cs.ucla.edu>
17543
17544         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
17545         changes, consolidating in...
17546         * lib/regex_internal.h: ...this file.
17547
17548 2005-09-13  Jim Meyering  <jim@meyering.net>
17549
17550         * lib/canon-host.c: Filter through gnu indent and reword comments
17551         slightly.
17552         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
17553
17554 2005-09-13  Derek Price  <derek@ximbiot.com>
17555
17556         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
17557         failure.
17558         Reported by Jim Meyering  <jim@meyering.net>.
17559
17560 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
17561
17562         * lib/base64.c: Typo.
17563         (base64_encode): Put b64str in initialized data section.
17564
17565 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
17566
17567         Merge glibc and coreutils changes into gnulib, plus a few
17568         extra fixes.
17569         * lib/md5.c: Use #error rather than a string.
17570         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
17571         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
17572         (__attribute__): Define to empty for non recent-GCC.
17573         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
17574         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
17575         Renamed from their non-__ counterparts, with new macros replacing
17576         them if not _LIBC.  Add __THROW attribute.
17577         (rol): Remove.
17578         (struct md5_ctx): Align buffer if using GCC.
17579         * lib/sha1.h (struct sha1_ctx): Likewise.
17580         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
17581         The old name was backwards.
17582         (NOTSWAP): Remove; not used.
17583         (rol): New macro, moved here from md5.h.
17584         (sha1_process_block): Remove a FIXME that doesn't make sense.
17585
17586 2005-09-12  Derek Price  <derek@ximbiot.com>
17587
17588         Return usable errors from canon-host.
17589         * lib/canon-host.h: New file.
17590         * lib/canon-host.c (canon_host): Wrap...
17591         (canon_host_r): ...this new function, which now relies exclusively on
17592         getaddrinfo.
17593         (ch_strerror): New function.
17594         (last_cherror): New global.
17595         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
17596         interface.
17597         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
17598         void *.
17599         (freeaddrinfo): Free ai->ai_canonname when set.
17600
17601 2005-09-12  Derek Price  <derek@ximbiot.com>
17602
17603         Make canon-host require getaddrinfo.
17604         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
17605         AC_LIBSOURCE canon-host.h.  Call...
17606         (gl_PREREQ_CANON_HOST): ...this new function, which requires
17607         gl_GETADDRINFO.
17608         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
17609
17610 2005-09-12  Derek Price  <derek@ximbiot.com>
17611
17612         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
17613         LGPL.
17614         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
17615
17616 2005-09-12  Derek Price  <derek@ximbiot.com>
17617
17618         * lib/gai_strerror.c: Include config.h when available.  Include
17619         getaddrinfo.h before other headers to test interface.
17620         Reported by Larry Jones <lawrence.jones@ugs.com>.
17621
17622 2005-09-12  Derek Price  <derek@ximbiot.com>
17623             Paul Eggert  <eggert@cs.ucla.edu>
17624
17625         * modules/glob (Files): Add glob-libc.h.
17626
17627 2005-09-12  Derek Price  <derek@ximbiot.com>
17628             Paul Eggert  <eggert@cs.ucla.edu>
17629
17630         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
17631         glob_.h, glob-libc.h.
17632         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
17633
17634 2005-09-12  Derek Price  <derek@ximbiot.com>
17635             Paul Eggert  <eggert@cs.ucla.edu>
17636
17637         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
17638         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
17639         protecting things that should be done only in gnulib contexts.
17640         * lib/glob_.h: New file, containing only the glob things needed for
17641         gnulib.
17642         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
17643         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
17644         (glob, globfree, glob_pattern_p): Now defined simply in terms of
17645         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
17646         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
17647         and to respect the namespace rules better.
17648
17649 2005-09-08  Simon Josefsson  <jas@extundo.com>
17650
17651         * modules/socklen: New file.
17652
17653 2005-09-08  Simon Josefsson  <jas@extundo.com>
17654
17655         * m4/socklen.m4: New file.
17656
17657 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
17658
17659         * modules/utimens (Files): Add m4/utimbuf.m4, since
17660         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
17661         Reported by Sergey Poznyakoff.
17662
17663 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
17664
17665         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
17666         definitions, since that's the preferred style in glibc.
17667         Fix a minor spacing issue, and update copyright notice to match
17668         glibc's.
17669
17670 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
17671
17672         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
17673
17674 2005-09-06  Simon Josefsson  <jas@extundo.com>
17675
17676         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
17677         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
17678
17679 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
17680
17681         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
17682         warning.
17683
17684 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
17685
17686         * config/srclist.txt: Add glibc bug 1302.
17687
17688 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
17689
17690         Change bitset word type from unsigned int to unsigned long int,
17691         as this has better performance on typical 64-bit hosts.
17692         Port bitset code to hosts with unusual word sizes.
17693         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
17694         (build_collating_symbol):
17695         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
17696         argument is a bitset.  This is merely a style issue, but it makes
17697         it clearer that an entire array is expected.
17698         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
17699         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
17700         Port to the case where bitset_word is not the same as unsigned int.
17701         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
17702         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
17703         Likewise.
17704         * lib/regexec.c (check_dst_limits_calc_pos_1,
17705         check_subexp_matching_top):
17706         (build_trtable, group_nodes_into_DFAstates):
17707         Likewise.
17708         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
17709         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
17710         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
17711         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
17712         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
17713         * lib/regcomp.c (optimize_subexps, lower_subexp):
17714         Work even if bitset_word has holes in its bitwise representation.
17715         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
17716         * lib/regexec.c (check_dst_limits_calc_pos_1,
17717         check_subexp_matching_top):
17718         Likewise.
17719         * lib/regex_internal.c (re_string_reconstruct):
17720         Don't assume UCHAR_MAX == 255.
17721         * lib/regex_internal.h (bitset_set_all): Likewise.
17722         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
17723         All uses changed.
17724         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
17725         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
17726         All uses changed.
17727         (BITSET_WORD_MAX): New macro.
17728         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
17729         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
17730         (bitset_empty, bitset_copy):
17731         Prefer sizeof (bitset) to multiplying it out ourselves.
17732         (bitset_not_merge): Remove; unused.
17733         (bitset_contain): Return bool, not unsigned int with one bit on.
17734         All callers changed.
17735         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
17736         alignment than re_node_set; do this by defining a new internal
17737         type struct dests_alloc and using it to allocate memory.
17738
17739 2005-09-05  Bruno Haible  <bruno@clisp.org>
17740
17741         * gnulib-tool (func_import): Fix comparison in handling of symbolic
17742         links.
17743
17744 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
17745
17746         * modules/size_max (Makefile.am): Add size_max.h
17747
17748 2005-09-04  Derek Price  <derek@ximbiot.com>
17749
17750         * gnulib-tool (func_import): Fix reversed $symbolic logic.
17751
17752 2005-09-03  Simon Josefsson  <jas@extundo.com>
17753
17754         * gnulib-tool: Fix typo.
17755
17756 2005-09-03  Simon Josefsson  <jas@extundo.com>
17757
17758         * config/srclist.txt: Add glibc bug 1293.
17759
17760 2005-09-03  Derek Price  <derek@ximbiot.com>
17761
17762         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
17763         From Larry Jones <lawrence.jones@ugs.com>.
17764
17765 2005-09-02  Simon Josefsson  <jas@extundo.com>
17766
17767         * modules/socklen: New file.
17768
17769 2005-09-02  Simon Josefsson  <jas@extundo.com>
17770
17771         * modules/havelib: New module.
17772
17773         * modules/gettext, modules/iconv, modules/lock, modules/readline:
17774         Use havelib.
17775
17776 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
17777
17778         Check for arithmetic overflow when calculating sizes, to prevent
17779         some buffer-overflow issues.  These patches are conservative, in the
17780         sense that when I couldn't determine whether an overflow was possible,
17781         I inserted a run-time check.
17782         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
17783         macros.
17784         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
17785         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
17786         (re_xnrealloc, re_x2nrealloc): New inline functions.
17787         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
17788         parse_bracket_exp):
17789         (build_equiv_class, build_charclass): Check for arithmetic overflow
17790         in size expression calculations.
17791         * lib/regex_internal.c (re_string_realloc_buffers):
17792         (build_wcs_upper_buffer, re_node_set_add_intersect):
17793         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
17794         (re_dfa_add_node, register_state): Likewise.
17795         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
17796         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
17797         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
17798         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
17799
17800 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
17801
17802         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
17803         m4/ulonglong.m4.  Problem reported by Martin Lambers.
17804
17805 2005-09-02  Bruno Haible  <bruno@clisp.org>
17806
17807         Support for lib vs. lib64 distinction on biarch platforms.
17808         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
17809         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
17810         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
17811
17812 2005-09-02  Bruno Haible  <bruno@clisp.org>
17813
17814         * gnulib-tool (import): In the other first-use case, provide defaults
17815         as well.
17816
17817 2005-09-02  Bruno Haible  <bruno@clisp.org>
17818
17819         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
17820         patches not yet found in the latest gettext release.
17821
17822 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
17823
17824         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
17825         to avoid a collision with bits/local_lim.h in glibc.
17826         All uses changed.  Problem reported by Dmitry V. Levin in
17827         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
17828
17829         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
17830         bugs in int versus size_t comparisons.
17831         (re_string_context_at): Fix bug where the code assumed that
17832         Idx is signed.
17833
17834         Use bool where appropriate.
17835         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
17836         All callers changed.
17837         (calc_eclosure_iter): Likewise, for ROOT arg.
17838         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
17839         (build_charclass_op): Likewise, for NON_MATCH arg.
17840         * lib/regex_internal.c (re_string_allocate, re_string_construct):
17841         (re_string_construct_common): Likewise, for ICASE arg.
17842         * lib/regexec.c (re_search_2_stub, re_search_stub):
17843         Likewise, for RET_LEN arg.
17844         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
17845         (set_regs): Likewise, for FL_BACKTRACK arg.
17846         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
17847         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
17848         (calc_eclosure_iter, parse_bracket_exp):
17849         Use bool for internal variables that are booleans.
17850         * lib/regexec.c (re_search_internal, check_matching,
17851         proceed_next_node):
17852         (set_regs, build_sifted_states, sift_states_bkref):
17853         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
17854         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
17855         (find_collation_sequence_value):
17856         Likewise.
17857         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
17858         (re_node_set_compare):
17859         Return bool, not int. All callers changed.
17860         * lib/regexec.c (check_halt_node_context, check_dst_limits):
17861         (build_trtable, check_node_accept): Likewise.
17862         * lib/regex_internal.h: Include stdbool.h.
17863
17864         Fix bugs uncovered when converting to bool.
17865         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
17866         failure instead of charging ahead blindly.
17867         * lib/regex_internal.c (register_state): Likewise.
17868         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
17869         for freeing internal storage.
17870         (group_nodes_into_DFA_states): Use unsigned int, not int, for
17871         bitset pieces used as boolean, to avoid undefined behavior
17872         on hosts that do int overflow checking.
17873
17874 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
17875
17876         * config/srclist.txt: Add glibc bugs 1285-1287.
17877
17878 2005-09-01  Jim Meyering  <jim@meyering.net>
17879
17880         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
17881         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
17882         Require gl_STAT_MACROS, too.
17883
17884 2005-09-01  Bruno Haible  <bruno@clisp.org>
17885
17886         * gnulib-tool (import): In the first-use case, provide defaults.
17887
17888 2005-09-01  Bruno Haible  <bruno@clisp.org>
17889
17890         * gnulib-tool (func_import): Remove the .tmp files.
17891
17892 2005-09-01  Bruno Haible  <bruno@clisp.org>
17893
17894         * gnulib-tool (func_import): Fix handling of symbolic links.
17895
17896 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
17897
17898         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
17899         old glibc regex code mishandles strings longer than 2**31 bytes.
17900         This patch fixes this when the regex code is used in gnulib
17901         (i.e., outside glibc).
17902
17903         This patch should not affect the use of the regex code inside
17904         glibc.  No doubt this problem also needs to be handled for glibc
17905         as well, but the result will be an incompatible change to the
17906         glibc ABI, and the old ABI will have to be supported too.  That
17907         can be the the subject for another patch.
17908
17909         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
17910         governing whether the rest of this patch is active.  By default,
17911         the macro is disabled and the patch has no effect.
17912         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
17913         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
17914         (struct re_pattern_buffer, re_search, re_search_2, re_match):
17915         (re_match_2, re_set_registers): Use the new types.
17916         * lib/regex_internal.h (Idx, re_hashval_t): New types.
17917         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
17918         New macros.
17919         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
17920         (re_string_context_at, bin_tree_t, re_dfastate_t):
17921         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
17922         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
17923         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
17924         (re_string_char_size_at, re_string_wchar_at):
17925         (re_string_elem_size_at):
17926         Use the new types and macros to port to 64-bit hosts.
17927         Use unsigned types for internal values, so that the code
17928         mostly works even for arrays larger than SSIZE_MAX.
17929         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
17930         (search_duplicated_node, calc_eclosure_iter, fetch_number):
17931         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
17932         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
17933         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
17934         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
17935         (calc_inveclosure, parse_dup_op, build_range_exp):
17936         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
17937         (fetch_number, create_token_tree, mark_opt_subexp):
17938         Likewise.
17939         * lib/regex_internal.c (re_string_construct_common,
17940         create_ci_newstate):
17941         (create_cd_newstate, re_string_allocate, re_string_construct):
17942         (re_string_realloc_buffers, build_wcs_upper_buffer):
17943         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
17944         (re_string_reconstruct, re_string_peek_byte_case):
17945         (re_string_fetch_byte_case, re_string_context_at):
17946         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
17947         (re_node_set_init_copy, re_node_set_add_intersect):
17948         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
17949         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
17950         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
17951         (re_acquire_state, re_acquire_state_context, register_state):
17952         Likewise.
17953         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
17954         search_cur_bkref_entry):
17955         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
17956         (re_search_internal, re_search_2_stub, re_search_stub)
17957         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
17958         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
17959         (update_cur_sifted_state, check_dst_limits):
17960         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
17961         (check_subexp_limits, sift_states_bkref, merge_state_array):
17962         (check_subexp_matching_top, get_subexp, get_subexp_sub):
17963         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
17964         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
17965         (expand_bkref_cache, check_node_accept_bytes):
17966         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
17967         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
17968         (acquire_init_state_context, check_halt_node_context):
17969         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
17970         (sift_states_backward, clean_state_log_if_needed):
17971         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
17972         (find_recover_state, transit_state_sb, transit_state_mb):
17973         (transit_state_bkref, build_trtable, match_ctx_clean):
17974         Likewise.
17975         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
17976         to work around an assumption that REG_MISSING is negative.
17977
17978         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
17979         (seek_collating_symbol_entry) [defined _LIBC]:
17980         (lookup_collation_sequence_value) [defined _LIBC]:
17981         (build_range_exp, build_collating_symbol) [defined _LIBC]:
17982         Use prototypes rather than old-style function definitions.
17983         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
17984         (transit_state_sb) [0]:
17985         (find_collation_sequence_value) [defined _LIBC]: Likewise.
17986
17987         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
17988         rm_eo.
17989
17990         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
17991         (optimize_subexps, lower_subexp):
17992         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
17993         since the signed shift might overflow.  Use 1u<<31 instead.
17994         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
17995         Likewise.
17996         * lib/regexec.c (check_dst_limits_calc_pos_1,
17997         check_subexp_matching_top): Likewise.
17998
17999         * lib/regcomp.c (optimize_subexps, lower_subexp):
18000         Use CHAR_BIT rather than 8, for clarity.
18001         * lib/regexec.c (check_dst_limits_calc_pos_1):
18002         (check_subexp_matching_top): Likewise.
18003         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
18004         have to worry about portability issues when shifting it left.
18005         Remove no-longer-needed test for table_size > 0.
18006         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
18007         in a word, as the resulting behavior is undefined.
18008         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
18009         in one case, a <= should have been an <, and in another case the
18010         whole test was missing.
18011         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
18012         the standard name CHAR_BIT.
18013         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
18014         this is not true on one's complement and signed-magnitude hosts.
18015
18016         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
18017         next_last_offset.
18018         (struct re_dfa_t): Remove unused member states_alloc.
18019         * lib/regcomp.c (init_dfa): Don't initialize unused members.
18020
18021 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
18022
18023         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
18024         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
18025         and large-file glibc and in 32-bit large-file Solaris.
18026
18027 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
18028
18029         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
18030         lengths fit in regoff_t; this isn't true if regoff_t is the same
18031         width as size_t.
18032         * lib/regex.c (re_search_internal): 5th arg is LAST_START
18033         (= START + RANGE) instead of RANGE.  This avoids overflow
18034         problems when regoff_t is the same width as size_t.
18035         All callers changed.
18036         (re_search_2_stub): Check for overflow when adding the
18037         sizes of the two strings.
18038         (re_search_stub): Check for overflow when adding START
18039         to RANGE; if it occurs, substitute the extreme value.
18040
18041 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
18042
18043         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
18044
18045 2005-08-31  Jim Meyering  <jim@meyering.net>
18046
18047         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
18048         a pointer-to-const.
18049         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
18050         (register_state): Likewise.
18051         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
18052         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
18053         (group_nodes_into_DFAstates): Likewise.
18054
18055 2005-08-31  Jim Meyering  <jim@meyering.net>
18056
18057         * check-module: Add a FIXME comment.
18058
18059 2005-08-31  Eric Blake  <ebb9@byu.net>
18060
18061         * modules/unistd-safer (Files): Add unistd--.h.
18062         * modules/stdio-safer (Files): Add stdio--.h.
18063
18064 2005-08-31  Derek Price  <derek@ximbiot.com>
18065
18066         * lib/getdelim.c (getdelim): Return EOF on EOF.
18067         Reported by Larry Jones <lawrence.jones@ugs.com>.
18068
18069 2005-08-31  Bruno Haible  <bruno@clisp.org>
18070
18071         Avoid unnecessary diffs in the generated lib/Makefile.am.
18072         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
18073         the generated files.
18074         (func_import): Don't set cmd.
18075
18076 2005-08-31  Bruno Haible  <bruno@clisp.org>
18077
18078         * lib/strstr.c: Include <stddef.h>, for NULL.
18079         * lib/strcasestr.c: Likewise.
18080         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
18081
18082 2005-08-31  Bruno Haible  <bruno@clisp.org>
18083
18084         * gnulib-tool: New option --macro-prefix.
18085         (func_import): Use macro_prefix.
18086         (import): Handle option --macro-prefix.
18087
18088 2005-08-31  Bruno Haible  <bruno@clisp.org>
18089
18090         * gnulib-tool (import): Rename most ac_* variables to cached_*.
18091         Also use new variables cached_lgpl, cached_libtool.
18092
18093 2005-08-31  Bruno Haible  <bruno@clisp.org>
18094
18095         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
18096         always instantiating them.
18097
18098 2005-08-31  Bruno Haible  <bruno@clisp.org>
18099
18100         * gnulib-tool (func_import): Read the previous cached settings
18101         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
18102         earlier added by gnulib but are now dropped. Warn when a gnulib file
18103         overwrites a non-gnulib file.
18104
18105 2005-08-31  Bruno Haible  <bruno@clisp.org>
18106
18107         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
18108         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
18109         projects that don't keep autogenerated files in CVS. Put into
18110         actioncmd only the specified modules, not the transitive closure.
18111
18112 2005-08-31  Bruno Haible  <bruno@clisp.org>
18113
18114         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
18115         Create directories that shall be filled.
18116         (import): Don't look for gl_* macros in configure.ac. Recurse across
18117         all directories containing a gnulib-cache.m4 files, if meaningful.
18118
18119 2005-08-31  Bruno Haible  <bruno@clisp.org>
18120
18121         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
18122         (import): Set seen_libtool when we see gl_LIBTOOL.
18123
18124 2005-08-31  Bruno Haible  <bruno@clisp.org>
18125
18126         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
18127         declaration macro definitions from generated gnulib.m4.
18128
18129 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
18130
18131         * lib/iconvme.h: Add prototype for iconv_alloc.
18132
18133 2005-08-29  Simon Josefsson  <jas@extundo.com>
18134
18135         * lib/iconvme.c: Fix errno.
18136
18137 2005-08-29  Bruno Haible  <bruno@clisp.org>
18138
18139         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
18140         that it works when the directory contains spaces.
18141
18142 2005-08-29  Bruno Haible  <bruno@clisp.org>
18143
18144         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
18145
18146 2005-08-29  Bruno Haible  <bruno@clisp.org>
18147
18148         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
18149         Emit more advice.
18150
18151 2005-08-29  Bruno Haible  <bruno@clisp.org>
18152         and Stepan Kasal  <kasal@ucw.cz>
18153
18154         * check-module: If more parameters are given, check each of them
18155         separately; add more exceptions, as noted by Jim Meyering.
18156         (check_module): New procedure.
18157         (%exempt_header): Now contains all exceptions.
18158
18159 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
18160
18161         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
18162
18163 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
18164
18165         * lib/iconvme.c: Split iconv_string into iconv_alloc.
18166
18167 2005-08-28  Bruno Haible  <bruno@clisp.org>
18168
18169         * m4/gnulib-tool.m4: New file.
18170
18171 2005-08-27  Jim Meyering  <jim@meyering.net>
18172
18173         * modules/unistd-safer (Files): Add pipe-safer.c.
18174         * modules/fcntl-safer (Files): Add creat-safer.c.
18175
18176 2005-08-27  Jim Meyering  <jim@meyering.net>
18177
18178         * m4/stdlib-safer.m4: New file.  From coreutils.
18179         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
18180         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
18181         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
18182         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
18183         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
18184
18185 2005-08-27  Jim Meyering  <jim@meyering.net>
18186
18187         * lib/fopen-safer.c: Merge minor changes from coreutils.
18188         * lib/dup-safer.c: Likewise.
18189         * lib/fd-safer.c: Likewise.
18190
18191         Merge from coreutils.
18192         * lib/stdio--.h: New file.
18193         * lib/stdlib--.h: New file.
18194         * lib/mkstemp-safer.c: New file.
18195
18196         GNU tar needs these.
18197         * lib/pipe-safer.c: New file.
18198         * lib/creat-safer.c: New file.
18199         * lib/fcntl--.h (creat): Define to creat_safer.
18200         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
18201         * lib/unistd--.h (pipe): Define to pipe_safer.
18202         * lib/unistd-safer.h: Declare pipe_safer.
18203
18204 2005-08-26  Simon Josefsson  <jas@extundo.com>
18205
18206         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
18207         Haible <bruno@clisp.org>.
18208
18209 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
18210
18211         * lib/regex_internal.h: Remove all references to
18212         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
18213         or better.
18214         (bitset_not, bitset_merge, bitset_not_merge):
18215         (bitset_mask, re_string_allocate, re_string_construct):
18216         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
18217         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
18218         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
18219         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
18220         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
18221         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
18222         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
18223         (re_acquire_state_context):
18224         Remove unnecessary forward decls.
18225         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
18226         Put __attribute at function definition,
18227         now that the function decl has been removed.
18228         * lib/regex_internal.c (re_string_peek_byte_case):
18229         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
18230         Likewise.
18231
18232 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
18233
18234         * m4/regex.m4: Add AC_PREREQ(2.50).
18235         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
18236
18237 2005-08-25  Simon Josefsson  <jas@extundo.com>
18238
18239         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
18240         __fsetlocking.
18241
18242 2005-08-25  Simon Josefsson  <jas@extundo.com>
18243
18244         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
18245         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
18246         GLIBC specific code.
18247
18248 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
18249
18250         Make regex safe for g++.  This fixes one real bug (an "err"
18251         that should have been "*err").  g++ problem reported by
18252         Sam Steingold.
18253         * lib/regex_internal.h (re_calloc): New macro, consistent with
18254         re_malloc etc.  All callers of calloc changed to use re_calloc.
18255         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
18256         not int.  All callers changed.
18257         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
18258         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
18259         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
18260         (find_recover_state): Change "err" to "*err"; this fixes what
18261         appears to be a real bug.
18262         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
18263         versus int.
18264
18265 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
18266
18267         * modules/regex (Depends-on): Add malloc, since the code
18268         assumes that !malloc(0) means failure.
18269
18270 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
18271
18272         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
18273
18274         alloca modernization/simplification for regex.
18275         * lib/regex.c: Remove portability cruft for alloca.  This no longer
18276         needs to be at the start of the file, and can be moved into
18277         regex_internal.h and simplified.
18278         * lib/regex_internal.h: Include <alloca.h>.
18279         (__libc_use_alloca) [!defined _LIBC]: New macro.
18280         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
18281         now works outside glibc.
18282
18283 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
18284
18285         * config/srclist.txt: Add glibc bugs 1241, 1245.
18286
18287 2005-08-25  Jim Meyering  <jim@meyering.net>
18288
18289         * lib/open-safer.c: Include <config.h>.
18290         Otherwise, we'd lose LARGEFILE support in any file using
18291         e.g. "fcntl--.h"
18292
18293 2005-08-25  Bruno Haible  <bruno@clisp.org>
18294
18295         * m4/minmax.m4: Require autoconf 2.52.
18296         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
18297         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
18298         alternatives of translit over the alphabet.
18299         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
18300
18301 2005-08-24  Simon Josefsson  <jas@extundo.com>
18302
18303         * tests/test-getpass.c: New file.
18304
18305 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
18306
18307         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
18308         for GNU regex features.
18309
18310 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
18311
18312         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
18313         * lib/regex.h (regerror): Likewise.
18314
18315         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
18316         requires this.  (The code never needed it.)
18317
18318         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
18319         All uses of recently-renamed identifiers changed to use the new,
18320         POSIX-compliant names.  The code will build and run just fine
18321         without these changes, but it's better to eat our own dog food
18322         and use the standard-conforming names.
18323
18324         * lib/regex.h: Fix a multitude of POSIX name space violations.
18325         These changes have an effect only for programs that define
18326         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
18327         do not change anything for programs compiled in the normal way.
18328         Also, there is no effect on the ABI.
18329
18330         (_REGEX_SOURCE): New macro.
18331         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
18332         defined and _GNU_SOURCE is not; this fixes a name space violation.
18333
18334         Rename the following macros to obey POSIX requirements.
18335         The old names are still visible as macros if _REGEX_SOURCE is defined.
18336         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
18337         RE_BACKSLASH_ESCAPE_IN_LISTS.
18338         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
18339         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
18340         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
18341         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
18342         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
18343         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
18344         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
18345         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
18346         (REG_INTERVALS): renamed from RE_INTERVALS.
18347         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
18348         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
18349         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
18350         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
18351         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
18352         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
18353         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
18354         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
18355         RE_UNMATCHED_RIGHT_PAREN_ORD.
18356         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
18357         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
18358         (REG_DEBUG): renamed from RE_DEBUG.
18359         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
18360         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
18361         unusual, since we can't clash with the POSIX REG_ICASE.
18362         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
18363         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
18364         (REG_NO_SUB): renamed from RE_NO_SUB.
18365         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
18366         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
18367         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
18368         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
18369         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
18370         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
18371         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
18372         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
18373         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
18374         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
18375         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
18376         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
18377         RE_SYNTAX_POSIX_MINIMAL_BASIC.
18378         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
18379         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
18380         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
18381         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
18382         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
18383         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
18384         (REG_FIXED): Renamed from REGS_FIXED.
18385         (REG_NREGS): Renamed from RE_NREGS.
18386
18387         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
18388         of other REG_* macros, since POSIX says the user is allowed to
18389         #undef these macros selectively.
18390
18391         (reg_errcode_t): Update comment stating what other tables need
18392         to be consistent.
18393
18394         Rename the following enum values to obey POSIX requirements.
18395         The old names are still visible as macros.
18396         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
18397         is not defined, since GNU is supposed to be a superset of POSIX as
18398         much as possible, and since we want reg_errcode_t to be a signed
18399         type for implementation consistency.
18400         (_REG_NOERROR): Renamed from REG_NOERROR.
18401         (_REG_NOMATCH): Renamed from REG_NOMATCH.
18402         (_REG_BADPAT): Renamed from REG_BADPAT.
18403         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
18404         (_REG_ECTYPE): Renamed from REG_ECTYPE.
18405         (_REG_EESCAPE): Renamed from REG_EESCAPE.
18406         (_REG_ESUBREG): Renamed from REG_ESUBREG.
18407         (_REG_EBRACK): Renamed from REG_EBRACK.
18408         (_REG_EPAREN): Renamed from REG_EPAREN.
18409         (_REG_EBRACE): Renamed from REG_EBRACE.
18410         (_REG_BADBR): Renamed from REG_BADBR.
18411         (_REG_ERANGE): Renamed from REG_ERANGE.
18412         (_REG_ESPACE): Renamed from REG_ESPACE.
18413         (_REG_BADRPT): Renamed from REG_BADRPT.
18414         (_REG_EEND): Renamed from REG_EEND.
18415         (_REG_ESIZE): Renamed from REG_ESIZE.
18416         (_REG_ERPAREN): Renamed from REG_ERPAREN.
18417         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
18418         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
18419         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
18420         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
18421
18422         (_REG_RE_NAME, _REG_RM_NAME): New macros.
18423         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
18424         changed.  But support the old name if the new one is not defined
18425         and if _REGEX_SOURCE.
18426
18427         Change the following member names in struct re_pattern_buffer.
18428         The old names are still supported if !_REGEX_SOURCE.
18429         The new names are always supported, regardless of _REGEX_SOURCE.
18430         (re_buffer): Renamed from buffer.
18431         (re_allocated): Renamed from allocated.
18432         (re_used): Renamed from used.
18433         (re_syntax): Renamed from syntax.
18434         (re_fastmap): Renamed from fastmap.
18435         (re_translate): Renamed from translate.
18436         (re_can_be_null): Renamed from can_be_null.
18437         (re_regs_allocated): Renamed from regs_allocated.
18438         (re_fastmap_accurate): Renamed from fastmap_accurate.
18439         (re_no_sub): Renamed from no_sub.
18440         (re_not_bol): Renamed from not_bol.
18441         (re_not_eol): Renamed from not_eol.
18442         (re_newline_anchor): Renamed from newline_anchor.
18443
18444         Change the following member names in struct re_registers.
18445         The old names are still supported if !_REGEX_SOURCE.
18446         The new names are always supported, regardless of _REGEX_SOURCE.
18447         (rm_num_regs): Renamed from num_regs.
18448         (rm_start): Renamed from start.
18449         (rm_end): Renamed from end.
18450
18451         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
18452         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
18453         Prepend __ to parameter names.
18454
18455         Undo yesterday's changes.
18456
18457 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
18458
18459         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
18460         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
18461         lib/regex.c.
18462
18463 2005-08-24  Jim Meyering  <jim@meyering.net>
18464
18465         Sync from coreutils.
18466         * m4/fcntl-safer.m4: New file.
18467
18468         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
18469         and object files for this module.
18470
18471 2005-08-24  Jim Meyering  <jim@meyering.net>
18472
18473         Sync from coreutils.
18474         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
18475
18476 2005-08-24  Jim Meyering  <jim@meyering.net>
18477
18478         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
18479         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
18480
18481 2005-08-24  Jim Meyering  <jim@meyering.net>
18482
18483         * modules/fcntl-safer: New module.
18484         * modules/fts (Depends-on): Add fcntl-safer.
18485         * MODULES.html.sh (File descriptor based Input/Output):
18486         Add fcntl-safer.
18487
18488 2005-08-24  Bruno Haible  <bruno@clisp.org>
18489
18490         Support for unit test modules.
18491         * modules/README: Mention tests modules.
18492         * modules/TEMPLATE-TESTS: New file.
18493         * gnulib-tool: New options --extract-tests-module, --with-tests and
18494         --tests-base (unused for the moment).
18495         (testsbase, inctests): New variables.
18496         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
18497         (func_verify_module): Exclude TEMPLATE-TESTS.
18498         (func_verify_nontests_module, func_verify_tests_module): New functions.
18499         (func_get_dependencies): Add implicit dependency for tests modules.
18500         (func_get_tests_module): New function.
18501         (func_modules_transitive_closure): When --with-tests was specified,
18502         include the unit tests as well, unless explicitly avoided.
18503         (func_emit_lib_Makefile_am): Ignore the tests modules here.
18504         (func_emit_tests_Makefile_am): New function.
18505         (func_create_testdir): When --with-tests was specified, emit a
18506         tests/ directory.
18507         * MODULES.html.sh (Future developments): Update.
18508
18509 2005-08-24  Bruno Haible  <bruno@clisp.org>
18510
18511         * modules/tls-tests: New file.
18512         * tests/test-tls.c: New file, from GNU gettext.
18513
18514 2005-08-24  Bruno Haible  <bruno@clisp.org>
18515
18516         * modules/lock-tests: New file.
18517         * tests/test-lock.c: New file, from GNU gettext.
18518
18519 2005-08-24  Bruno Haible  <bruno@clisp.org>
18520
18521         * lib/lock.h: Add multiple inclusion guard.
18522         * lib/tls.h: Add multiple inclusion guard.
18523
18524 2005-08-24  Bruno Haible  <bruno@clisp.org>
18525
18526         * gnulib-tool: Add support for the --aux-dir option to
18527         --create-testdir, --create-megatestdir, --test, --megatest.
18528         (func_create_testdir, func_create_megatestdir): Optionally emit a
18529         AC_CONFIG_AUX_DIR directive.
18530         (create-testdir, create-megatestdir, test, megatest): Provide a
18531         default value for $auxdir.
18532
18533 2005-08-24  Bruno Haible  <bruno@clisp.org>
18534
18535         * gnulib-tool (import): Use compound statement instead of subshell
18536         where possible.
18537
18538 2005-08-24  Bruno Haible  <bruno@clisp.org>
18539
18540         * gnulib-tool (import): Change --aux-dir default to "build-aux".
18541
18542 2005-08-24  Bruno Haible  <bruno@clisp.org>
18543
18544         * gnulib-tool (func_version): Update.
18545
18546 2005-08-24  Bruno Haible  <bruno@clisp.org>
18547
18548         * gnulib-tool (func_import, func_create_testdir,
18549         func_create_megatestdir): Quote all autoconf macro arguments.
18550
18551 2005-08-24  Bruno Haible  <bruno@clisp.org>
18552
18553         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
18554         option --force, because --force causes the aclocal.m4 of each
18555         subdirectory to be newer than the corresponding config.h.in.
18556
18557 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
18558
18559         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
18560         All contents moved to gl_REGEX.
18561         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
18562         assume that it does.
18563
18564 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
18565
18566         * lib/regex.h (REG_NOSYS)
18567         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
18568         Define, since POSIX requires it as of 2001.
18569         (_REG_ENOSYS)
18570         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
18571         New private symbol, used to keep the enum signed in all cases.
18572         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
18573         Youngman in
18574         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
18575
18576         * lib/regex_internal.c (re_string_skip_chars, register_state):
18577         (calc_state_hash):
18578         Remove forward decls; no longer needed now that we use prototypes.
18579         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
18580         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
18581         (clean_state_log_if_needed): Likewise.
18582
18583 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
18584
18585         * config/srclist.txt: Add glibc bugs 1231-1233.
18586
18587 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
18588
18589         Fix problems reported by Sam Steingold in
18590         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
18591         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
18592         assumed that reg_errcode_t is a signed type, which is not
18593         necessarily true if _XOPEN_SOURCE is not defined.
18594         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
18595         since some compilers warn about it otherwise.
18596
18597 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
18598
18599         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
18600         (init_word_char, create_initial_state, duplicate_node_closure):
18601         (fetch_token, peek_token_bracket, build_range_exp):
18602         (build_collating_symbol): Remove forward decls; no longer needed
18603         now that we use prototypes.
18604
18605         * lib/regcomp.c:
18606         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
18607         (re_compile_fastmap_iter, regcomp, regerror, regfree):
18608         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
18609         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
18610         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
18611         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
18612         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
18613         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
18614         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
18615         (build_range_exp, build_collating_symbol, parse_bracket_exp):
18616         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
18617         (build_charclass, build_charclass_op, fetch_number, create_tree):
18618         (create_token_tree, mark_opt_subexp, duplicate_tree):
18619         Use prototypes rather than old-style definitions.
18620
18621         * lib/regex_internal.c:
18622         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
18623         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
18624         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
18625         (re_string_reconstruct, re_string_peek_byte_case):
18626         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
18627         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
18628         (re_node_set_init_copy, re_node_set_add_intersect):
18629         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
18630         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
18631         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
18632         (re_acquire_state, re_acquire_state_context, register_state):
18633         (create_ci_newstate, create_cd_newstate, free_state):
18634         Likewise.
18635         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
18636         re_search_2):
18637         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
18638         (re_search_internal, prune_impossible_nodes):
18639         (acquire_init_state_context, check_matching, static):
18640         (check_halt_node_context, check_halt_state_context, proceed_next_node):
18641         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
18642         (update_regs, sift_states_backward, build_sifted_states):
18643         (clean_state_log_if_needed, merge_state_array):
18644         (update_cur_sifted_state, add_epsilon_src_nodes):
18645         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
18646         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
18647         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
18648         (find_recover_state, check_subexp_matching_top, transit_state_mb):
18649         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
18650         (check_arrival, check_arrival_add_next_nodes):
18651         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
18652         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
18653         (check_node_accept_bytes, check_node_accept, extend_buffers):
18654         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
18655         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
18656         (sift_ctx_init):
18657         Likewise.
18658
18659         * lib/regex_internal.h:
18660         (re_string_allocate, re_string_construct, re_string_reconstruct):
18661         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
18662         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
18663         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
18664         (re_string_context_at, re_string_peek_byte_case):
18665         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
18666         is defined, since we now use prototypes always.
18667
18668         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
18669         C89 or better.  All uses removed.
18670
18671 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
18672
18673         * config/srclist.txt: Add glibc bugs 1220-1227.
18674
18675 2005-08-20  Jim Meyering  <jim@meyering.net>
18676
18677         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
18678         of unused local, dfa.
18679
18680 2005-08-20  Bruno Haible  <bruno@clisp.org>
18681
18682         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
18683
18684 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
18685
18686         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
18687         (re_node_set_insert_last, re_dfa_add_node):
18688         Rename local variables to avoid GCC shadowing warnings.
18689
18690 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
18691
18692         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
18693         [defined lint]: Suppress bogus uninitialized-variable warnings.
18694
18695         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
18696         and let the caller return REG_ESPACE if out of space.  This
18697         removes an uninitialied-variable warning with GCC 4.0.1, and also
18698         avoids taking the address of a local variable.  All callers
18699         changed.
18700
18701 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
18702
18703         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
18704         $LIBCSRC/posix/regexec.c.
18705         Add glibc bug 1217 for regcomp.c.
18706
18707 2005-08-19  Jim Meyering  <jim@meyering.net>
18708
18709         * lib/regexec.c (proceed_next_node): Redo local variables to
18710         avoid GCC shadowing warnings.
18711
18712 2005-08-18  Bruno Haible  <bruno@clisp.org>
18713
18714         * lib/strstr.c (strstr): Fix return value in multibyte case.
18715         * lib/strcasestr.c (strcasestr): Likewise.
18716
18717 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
18718
18719         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
18720
18721 2005-08-17  Jim Meyering  <jim@meyering.net>
18722
18723         Make the %s format (seconds since the epoch) work for a negative
18724         number and when used with a zero-padded field width, e.g. %015s.
18725
18726         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
18727         label so that it precedes the code to set `digits'.  Otherwise,
18728         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
18729         print `00-22'.  Now, it prints `-0022', as it should.
18730
18731 2005-08-17  Bruno Haible  <bruno@clisp.org>
18732
18733         * modules/strstr (Files): Add m4/mbrtowc.m4.
18734         (Depends-on): Add mbuiter.
18735
18736 2005-08-17  Bruno Haible  <bruno@clisp.org>
18737
18738         * modules/strcasestr: New file.
18739         * MODULES.html.sh (String handling, based on ANSI C 89): Add
18740         strcasestr.
18741
18742 2005-08-17  Bruno Haible  <bruno@clisp.org>
18743
18744         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
18745
18746 2005-08-17  Bruno Haible  <bruno@clisp.org>
18747
18748         * modules/mbuiter: New file.
18749         * MODULES.html.sh (Extended multibyte and wide character utilities):
18750         Add mbuiter.
18751
18752 2005-08-17  Bruno Haible  <bruno@clisp.org>
18753
18754         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
18755         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
18756
18757 2005-08-17  Bruno Haible  <bruno@clisp.org>
18758
18759         * m4/strcasestr.m4: New file.
18760
18761 2005-08-17  Bruno Haible  <bruno@clisp.org>
18762
18763         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
18764         * lib/strstr.c: Completely rewritten, with multibyte locale support.
18765
18766 2005-08-17  Bruno Haible  <bruno@clisp.org>
18767
18768         * lib/strcasestr.h: New file.
18769         * lib/strcasestr.c: New file.
18770
18771 2005-08-17  Bruno Haible  <bruno@clisp.org>
18772
18773         * lib/strcasecmp.c: Use mbuiter.h.
18774
18775 2005-08-17  Bruno Haible  <bruno@clisp.org>
18776
18777         * lib/mbuiter.h: New file.
18778
18779 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
18780
18781         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
18782         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
18783         and gl_GETOPT are both invoked via different paths (as happens
18784         with GNU tar CVS because it uses both argp and getopt), the former
18785         wins.
18786
18787 2005-08-16  Bruno Haible  <bruno@clisp.org>
18788
18789         * modules/tls: New file.
18790         * MODULES.html.sh (Multithreading): Add tls.
18791
18792 2005-08-16  Bruno Haible  <bruno@clisp.org>
18793
18794         * modules/strnlen1: New file.
18795         * MODULES.html.sh (String handling): Add strnlen1.
18796
18797 2005-08-16  Bruno Haible  <bruno@clisp.org>
18798
18799         * modules/strcase (Files): Add m4/mbrtowc.m4.
18800         (Depends-on): Add strnlen1, mbchar.
18801
18802 2005-08-16  Bruno Haible  <bruno@clisp.org>
18803
18804         * modules/mbiter: New file.
18805         * MODULES.html.sh (Extended multibyte and wide character utilities):
18806         Add mbiter.
18807
18808 2005-08-16  Bruno Haible  <bruno@clisp.org>
18809
18810         * modules/mbfile: New file.
18811         * MODULES.html.sh (Extended multibyte and wide character utilities):
18812         Add mbfile.
18813
18814 2005-08-16  Bruno Haible  <bruno@clisp.org>
18815
18816         * modules/mbchar: New file.
18817         * MODULES.html.sh (Extended multibyte and wide character utilities):
18818         New section.
18819
18820 2005-08-16  Bruno Haible  <bruno@clisp.org>
18821
18822         * m4/tls.m4: New file, from GNU gettext.
18823
18824 2005-08-16  Bruno Haible  <bruno@clisp.org>
18825
18826         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
18827         always.
18828         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
18829
18830 2005-08-16  Bruno Haible  <bruno@clisp.org>
18831
18832         * m4/mbiter.m4: New file.
18833
18834 2005-08-16  Bruno Haible  <bruno@clisp.org>
18835
18836         * m4/mbfile.m4: New file.
18837
18838 2005-08-16  Bruno Haible  <bruno@clisp.org>
18839
18840         * m4/mbchar.m4: New file.
18841
18842 2005-08-16  Bruno Haible  <bruno@clisp.org>
18843
18844         * lib/tls.h: New file, from GNU gettext.
18845         * lib/tls.c: New file, from GNU gettext.
18846
18847 2005-08-16  Bruno Haible  <bruno@clisp.org>
18848
18849         * lib/strnlen1.h: New file.
18850         * lib/strnlen1.c: New file.
18851
18852 2005-08-16  Bruno Haible  <bruno@clisp.org>
18853
18854         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
18855         (mbi_init): Update.
18856         (mbi_avail, mbi_advance): Let the iteration end before the terminating
18857         NUL byte, not after it.
18858
18859 2005-08-16  Bruno Haible  <bruno@clisp.org>
18860
18861         * lib/strcase.h (strcasecmp): Add note in comments.
18862         * lib/strncasecmp.c: Use code from strcasecmp.c.
18863         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
18864         (strcasecmp): Work correctly in multibyte locales.
18865
18866 2005-08-16  Bruno Haible  <bruno@clisp.org>
18867
18868         * lib/mbiter.h: New file.
18869
18870 2005-08-16  Bruno Haible  <bruno@clisp.org>
18871
18872         * lib/mbfile.h: New file.
18873
18874 2005-08-16  Bruno Haible  <bruno@clisp.org>
18875
18876         * lib/mbchar.h: New file.
18877         * lib/mbchar.c: New file.
18878
18879 2005-08-16  Bruno Haible  <bruno@clisp.org>
18880
18881         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
18882         the valid ones. Makes the comparison operations transitive:
18883         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
18884         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
18885
18886 2005-08-15  Simon Josefsson  <jas@extundo.com>
18887
18888         * modules/ssize_t (License): Change to 'unlimited'.
18889
18890         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
18891
18892 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
18893
18894         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
18895         Add comments for each pending glibc patch.
18896
18897 2005-08-15  Bruno Haible  <bruno@clisp.org>
18898
18899         * lib/regex.h (__restrict_arr): Don't define to __restrict if
18900         __cplusplus is defined.
18901
18902 2005-08-14  Jim Meyering  <jim@meyering.net>
18903
18904         Sync from coreutils.
18905
18906         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
18907         Use the hash-table-based cycle-detection code not just when
18908         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
18909         Reported by James Youngman in
18910         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
18911         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
18912         FTS_TIGHT_CYCLE_CHECK.
18913         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
18914         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
18915         once again.
18916         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
18917         * lib/fts.c (fd_safer): Remove decl.
18918         Include fcntl--.h rather than unistd-safer.h
18919         (fts_safe_changedir): Don't call fd_safer; no longer needed
18920         now that we include fcntl--.h.
18921
18922 2005-08-12  Simon Josefsson  <jas@extundo.com>
18923
18924         * modules/getndelim2: Use ssize_t module.
18925         * modules/getnline: Likewise.
18926         * modules/safe-read: Likewise.
18927         * modules/xreadlink: Likewise.
18928
18929         * modules/ssize_t: New file.
18930
18931 2005-08-12  Simon Josefsson  <jas@extundo.com>
18932
18933         * m4/readline.m4: Look for termcap, curses or ncurses if required.
18934
18935 2005-08-12  Simon Josefsson  <jas@extundo.com>
18936
18937         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
18938         ssize_t.
18939
18940 2005-08-12  Simon Josefsson  <jas@extundo.com>
18941
18942         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
18943         readline, getdelim and check_version.
18944         (Support for systems lacking ISO C 99: Sizes of integer types):
18945         Add size_max.
18946
18947 2005-08-12  Bruno Haible  <bruno@clisp.org>
18948
18949         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
18950
18951 2005-08-11  Simon Josefsson  <jas@extundo.com>
18952
18953         * modules/readline: New file.
18954
18955         * modules/strnlen (Files): Add strnlen.h.
18956
18957 2005-08-11  Simon Josefsson  <jas@extundo.com>
18958
18959         * m4/readline.m4: New file.
18960
18961 2005-08-11  Simon Josefsson  <jas@extundo.com>
18962
18963         * lib/readline.h, readline.c: New file.
18964
18965 2005-08-11  Simon Josefsson  <jas@extundo.com>
18966
18967         * doc/gnulib.texi (Initial import, Finishing touches): Mention
18968         gl_AVOID.
18969
18970 2005-08-11  Bruno Haible  <bruno@clisp.org>
18971
18972         * lib/strnlen.h (strnlen): Change parameter name to match comment.
18973
18974 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
18975
18976         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
18977
18978 2005-08-10  Simon Josefsson  <jas@extundo.com>
18979
18980         * tests/test-iconvme.c: New file.
18981
18982 2005-08-10  Simon Josefsson  <jas@extundo.com>
18983
18984         * m4/strnlen.m4: New file.
18985
18986         * m4/strndup.m4: Don't check for strnlen declaration, done in
18987         strnlen.m4.
18988
18989 2005-08-10  Simon Josefsson  <jas@extundo.com>
18990
18991         * lib/strndup.c: Use strnlen.h.
18992
18993         * lib/strnlen.h: New file.
18994
18995 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
18996
18997         * README: Typos.
18998
18999 2005-08-02  Simon Josefsson  <jas@extundo.com>
19000
19001         * modules/readline: New file.
19002
19003 2005-08-02  Simon Josefsson  <jas@extundo.com>
19004
19005         * modules/getdelim: New file.
19006
19007         * modules/getline: Rewrite, don't use getndelim2.
19008
19009 2005-08-02  Simon Josefsson  <jas@extundo.com>
19010
19011         * m4/getline.m4: Separate out getdelim stuff into separate module.
19012
19013         * m4/getdelim.m4: New file.
19014
19015 2005-08-02  Simon Josefsson  <jas@extundo.com>
19016
19017         * lib/getline.h, getline.c: Rewrite.
19018
19019         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
19020
19021 2005-07-31  Bruno Haible  <bruno@clisp.org>
19022
19023         * lib/lock.h (gl_lock_initializer): New macro.
19024         (gl_lock_define_initialized): Use it.
19025         (gl_rwlock_initializer): New macro.
19026         (gl_rwlock_define_initialized): Use it.
19027         (gl_recursive_lock_initializer): New macro.
19028         (gl_recursive_lock_define_initialized): Use it.
19029
19030 2005-07-30  Karl Berry  <karl@gnu.org>
19031
19032         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
19033         Report from Ben Pfaff, regarding getopt.
19034
19035 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
19036
19037         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
19038         normal way.
19039         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
19040         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
19041         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
19042         (gl_GETOPT): Use the new macros.  Most of the implementation
19043         is moved to the new macros.  This is for programs like Emacs
19044         that don't want all the functionality of gl_GETOPT.
19045
19046 2005-07-26  Bruno Haible  <bruno@clisp.org>
19047
19048         * m4/lock.m4: Update from GNU gettext.
19049
19050 2005-07-26  Bruno Haible  <bruno@clisp.org>
19051
19052         * lib/lock.h: Update from GNU gettext.
19053         * lib/lock.c: Update from GNU gettext.
19054
19055 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
19056
19057         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
19058         obsolescent AC_TRY_RUN.  Include the default includes files, for
19059         'exit'.
19060
19061 2005-07-24  Bruno Haible  <bruno@clisp.org>
19062
19063         * modules/visibility: New file.
19064         * MODULES.html.sh (Misc): Add visibility.
19065
19066 2005-07-24  Bruno Haible  <bruno@clisp.org>
19067
19068         * m4/visibility.m4: New file.
19069
19070 2005-07-24  Bruno Haible  <bruno@clisp.org>
19071
19072         * doc/visibility.texi: New file.
19073
19074 2005-07-22  Bruno Haible  <bruno@clisp.org>
19075
19076         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
19077         $(ALLOCA_H), redundant through BUILT_SOURCES.
19078         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
19079         redundant through BUILT_SOURCES.
19080         * modules/byteswap (Makefile.am): Remove explicit dependency on
19081         $(BYTESWAP_H), redundant through BUILT_SOURCES.
19082         * modules/fnmatch (Makefile.am): Remove explicit dependency on
19083         $(FNMATCH_H), redundant through BUILT_SOURCES.
19084         * modules/getopt (Makefile.am): Remove explicit dependency on
19085         $(GETOPT_H), redundant through BUILT_SOURCES.
19086         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
19087         redundant through BUILT_SOURCES.
19088         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
19089         redundant through BUILT_SOURCES.
19090         * modules/stdbool (Makefile.am): Remove explicit dependency on
19091         $(STDBOOL_H), redundant through BUILT_SOURCES.
19092         * modules/stdint (Makefile.am): Remove explicit dependency on
19093         $(STDINT_H), redundant through BUILT_SOURCES.
19094         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
19095         Remove explicit dependency on $(SYSEXITS_H).
19096         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
19097
19098 2005-07-18  Simon Josefsson  <jas@extundo.com>
19099
19100         * lib/check-version.c (check_version): Accept identical versions too.
19101
19102 2005-07-18  Bruno Haible  <bruno@clisp.org>
19103
19104         * modules/lock: New file.
19105         * MODULES.html.sh (Multithreading): New section.
19106
19107 2005-07-18  Bruno Haible  <bruno@clisp.org>
19108
19109         * m4/lock.m4: New file, from GNU gettext.
19110
19111 2005-07-18  Bruno Haible  <bruno@clisp.org>
19112
19113         * lib/lock.h: New file, from GNU gettext.
19114         * lib/lock.c: New file, from GNU gettext.
19115
19116 2005-07-18  Bruno Haible  <bruno@clisp.org>
19117
19118         * lib/lock.h (gl_once_t): New type.
19119         (gl_once_define, gl_once): New macros.
19120         * lib/lock.c (fresh_once): New variable.
19121         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
19122         functions.
19123
19124 2005-07-16  Simon Josefsson  <jas@extundo.com>
19125
19126         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
19127         workaround, suggested by Bruno.
19128
19129 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
19130
19131         * modules/xalloc (Depends-on): Add xalloc-die.
19132         * modules/xvasprintf (Depends-on): Add xalloc-die.
19133
19134 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
19135
19136         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
19137         with a minor change.
19138
19139 2005-07-15  Bruno Haible  <bruno@clisp.org>
19140
19141         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
19142         When using lib/poll.c, define poll as rpl_poll.
19143
19144 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
19145
19146         * modules/argp (Depends-on): Remove unlocked-io.
19147
19148 2005-07-14  Derek Price  <derek@ximbiot.com>
19149
19150         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
19151         for glob symlink bug.
19152
19153 2005-07-14  Bruno Haible  <bruno@clisp.org>
19154
19155         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
19156         Instead, test for *_unlocked function declarations directly.
19157
19158 2005-07-11  Simon Josefsson  <jas@extundo.com>
19159
19160         * modules/size_max: New file.
19161
19162         * modules/xsize: Depend on size_max module for size_max.m4.
19163
19164 2005-07-11  Simon Josefsson  <jas@extundo.com>
19165
19166         * lib/size_max.h: New file.
19167
19168 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
19169
19170         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
19171         copyright symbol and the year.
19172         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
19173         (version_etc_va): Use parameterized copyright notice.
19174         Reword to conform to the current GNU coding standards.
19175
19176 2005-07-11  Karl Berry  <karl@gnu.org>
19177
19178         * doc/gnulib.texi (Quoting): new node.
19179         (Initial import): more info, from Patrice.
19180
19181 2005-07-11  Bruno Haible  <bruno@clisp.org>
19182
19183         * gnulib-tool (func_usage): Document option --avoid.
19184         (Command line options): Handle --avoid.
19185         (func_acceptable): New function.
19186         (func_modules_transitive_closure): Use it.
19187
19188 2005-07-11  Bruno Haible  <bruno@clisp.org>
19189
19190         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
19191         Reported by Jim Meyering.
19192
19193 2005-07-10  Bruno Haible  <bruno@clisp.org>
19194
19195         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
19196         Needed when size_t is smaller than 'unsigned int'.
19197         Reported by Paul Eggert.
19198
19199 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
19200
19201         * modules/argp (Depends-on): Add unlocked-io
19202
19203 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
19204
19205         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
19206         block of defines.
19207
19208 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
19209
19210         * config/srclist.txt: Comment out regcomp.c, since we have a porting
19211         fix now.
19212
19213 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
19214         and Paul Eggert  <eggert@cs.ucla.edu>
19215
19216         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
19217         in wint_t, not wchar_t.  Remove now-unnecessary cast.
19218
19219 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
19220
19221         * modules/regex (Files): Add lib/regex_internal.c,
19222         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
19223         (Depends-on): Add extensions.
19224         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
19225
19226 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
19227
19228         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
19229         pathconf.
19230         * m4/same.m4 (gl_SAME): Likewise.
19231         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
19232
19233         * m4/regex.m4: Adjust to new libc regex implementation.
19234         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
19235         all the .c and .h parts of (the new) regex.
19236         Quote the m4 stuff better.
19237         Check for RE_ICASE bug of old gnulib.
19238         Check for REG_STARTEND of recent libc.
19239         Rename local variables from jm_* to gl_*.
19240         Quote operand of "test -f".
19241         Say "recent enough" version of libc, not "version 2".
19242         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
19243         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
19244         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
19245         Remove check for btowc, isascii.
19246         Require AM_LANGINFO_CODESET.
19247
19248 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
19249
19250         * lib/regex.c, regex.h: Sync from libc.
19251         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
19252         * lib/regexec.c:
19253         New files, synced from libc, except that regex_internal.h
19254         currently has a small porting fix.
19255
19256 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
19257
19258         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
19259         regex_internal.c, regexec.c.
19260         Add regex_internal.h too, but as a comment, since the libc version
19261         is currently broken in gnulib mode.
19262
19263 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
19264
19265         Support programs like Emacs that use gnulib but not gettext.
19266         * MODULES.html.sh (Internationalization functions): Add gettext-h.
19267         * modules/gettext-h: New file.
19268         * modules/gettext (Files): Remove lib/gettext.h.
19269         (Depends-on): Add gettext-h.
19270         (Makefile.am): Remove lib_SOURCES.
19271         * modules/argmatch, modules/c-stack, modules/closeout:
19272         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
19273         * modules/execute, modules/file-type, modules/getaddrinfo:
19274         * modules/getopt, modules/human, modules/javacomp:
19275         * modules/javaexec, modules/mkdir-p, modules/obstack:
19276         * modules/openat, modules/pagealign_alloc, modules/pipe:
19277         * modules/quotearg, modules/regex, modules/rpmatch:
19278         * modules/unicodeio, modules/userspec, modules/version-etc:
19279         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
19280         * modules/xsetenv:
19281         Depend on gettext-h, not gettext.
19282
19283 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
19284
19285         * gnulib-tool (func_import): Add support for 'public domain' license.
19286         * modules/alloca, modules/atexit, modules/memmove:
19287         Now public domain, not GPL.
19288         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
19289         * modules/realloc, modules/strerror, modules/strtod:
19290         Now LGPL, not GPL.
19291
19292 2005-07-05  Bruno Haible  <bruno@clisp.org>
19293
19294         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
19295         autoconf CVS. Needed for mingw.
19296
19297 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
19298
19299         Remove the dependency of the strftime module on the tzset module.
19300         * modules/strftime (Depends-on): Remove dependency on tzset.
19301
19302 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
19303
19304         Remove the dependency of the strftime module on the tzset module.
19305         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
19306         gl_FUNC_TZSET_CLOBBER.
19307
19308 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
19309
19310         Remove the dependency of the strftime module on the tzset module.
19311         * lib/strftime.c (my_strftime)
19312         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
19313         Copy the input structure, to work around some of the bug with
19314         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
19315         Solaris releases, you should also use the tzset module, but we won't
19316         require it as a dependency any more since we don't want LGPLed code
19317         to depend on GPLed code.
19318
19319 2005-07-02  Jim Meyering  <jim@meyering.net>
19320
19321         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
19322         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
19323         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
19324         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
19325
19326 2005-07-02  Jim Meyering  <jim@meyering.net>
19327
19328         * lib/backupfile.c (backup_args): Change a `0' to NULL.
19329
19330 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
19331
19332         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
19333         declares only 'struct timespec;' (!).
19334
19335 2005-07-01  Jim Meyering  <jim@meyering.net>
19336
19337         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
19338         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
19339         * lib/save-cwd.c, tempname.c:
19340         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
19341         and don't include <sys/file.h>).
19342
19343 2005-06-29  Jim Meyering  <jim@meyering.net>
19344
19345         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
19346         type name.  Use the variable name instead.
19347         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
19348         Likewise.
19349
19350 2005-06-28  Simon Josefsson  <jas@extundo.com>
19351
19352         * modules/check-version (Files): Add check-version.m4.
19353
19354 2005-06-28  Simon Josefsson  <jas@extundo.com>
19355
19356         * m4/check-version.m4: New file, suggested by Jim Meyering
19357         <jim@meyering.net>.
19358
19359 2005-06-28  Simon Josefsson  <jas@extundo.com>
19360
19361         * lib/check-version.h, lib/check-version.c: New files.
19362
19363 2005-06-28  Simon Josefsson  <jas@extundo.com>
19364
19365         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
19366         collision with global variable.  Better indentation.  Don't
19367         increment buffer pointer beyond buffer end.  Based on comments
19368         from Paul Eggert <eggert@cs.ucla.edu>.
19369
19370         * lib/base64.h: Indent.
19371
19372 2005-06-28  Simon Josefsson  <jas@extundo.com>
19373
19374         * doc/gnulib.texi (Library version handling): New section.
19375
19376 2005-06-28  Jim Meyering  <jim@meyering.net>
19377
19378         * check-module (find_included_lib_files): Hard-code another
19379         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
19380         but modules/fts-lgpl (correctly) does not list those files.
19381
19382         * modules/canonicalize (Files): Add lib/pathmax.h.
19383
19384 2005-06-25  Simon Josefsson  <jas@extundo.com>
19385
19386         * modules/check-version: New file.
19387
19388 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
19389
19390         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
19391         initializer of struct addrinfo, as an indication that we don't
19392         care how many members the structure has.
19393
19394 2005-06-24  Derek Price  <derek@ximbiot.com>
19395         and Bruno Haible  <bruno@clisp.org>
19396
19397         Remove stat module & update lstat.
19398         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
19399         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
19400         * m4/stat.m4: Remove this file.
19401
19402 2005-06-24  Derek Price  <derek@ximbiot.com>
19403         and Bruno Haible  <bruno@clisp.org>
19404
19405         Remove stat module & update lstat.
19406         * lib/stat.c: Remove this file...
19407         (slash_aware_lstat): ...moving this content and its support...
19408         * lib/lstat.c (rpl_lstat): ...into here.
19409         * lib/lstat.h: New file.
19410
19411 2005-06-24  Derek Price  <derek@ximbiot.com>
19412         and Bruno Haible  <bruno@clisp.org>
19413
19414         Remove stat module & update lstat.
19415         * config/srclist.txt (libc sources): Remove stat.
19416
19417 2005-06-24  Derek Price  <derek@ximbiot.com>
19418         and Bruno Haible  <bruno@clisp.org>
19419
19420         Remove stat module & update lstat.
19421         * MODULES.html.sh (stat): Remove.
19422         * MODULES.html: Regenerated.
19423         * modules/lstat (Description): Correct function name.
19424         (Files): Add "lstat.h".
19425         (Depends-on): Remove stat, add xalloc, stat-macros.
19426         * modules/stat: Remove this file.
19427         (Include): Add "lstat.h", remove <sys/stat.h>.
19428
19429 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
19430
19431         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
19432         (ranged_convert): Don't save conversion in a temporary struct.
19433         This causes a warning with GCC 4.0.0, and anyway in the typical
19434         case it's not worth the extra 100 bytes or so of code.
19435         (ranged_convert, __mktime_internal): When calling a function via a
19436         pointer P, use P () rather than (*P) (), as we now assume C89 or
19437         better.
19438
19439 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
19440
19441         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
19442         "who -r" failed to give output.  Problem reported by Tim Waugh.
19443
19444         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
19445         (xcalloc): Use it to avoid needless tests.
19446         Problem reported by Jim Meyering.
19447
19448 2005-06-20  Derek Price  <derek@ximbiot.com>
19449
19450         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
19451         unnecessary for Autoconfs > 2.59c.
19452
19453 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
19454
19455         * lib/argp.h (__option_is_short): Check upper limit of
19456         __key. Isprint() requires its argument to have the value
19457         of an unsigned char or EOF.
19458
19459 2005-06-16  Jim Meyering  <jim@meyering.net>
19460
19461         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
19462         when either N or S is zero.
19463
19464 2005-06-16  Derek Price  <derek@ximbiot.com>
19465
19466         * m4/bison.m4: Declare YACC & YFLAGS precious.
19467
19468 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
19469
19470         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
19471         multibyte string or pattern, fall back on unibyte matching.
19472         Problem reported by James Youngman.
19473
19474 2005-06-08  Bruno Haible  <bruno@clisp.org>
19475
19476         * modules/csharpcomp: New file.
19477         * MODULES.html.sh (C#): Add csharpcomp.
19478
19479 2005-06-08  Bruno Haible  <bruno@clisp.org>
19480
19481         * m4/csharpcomp.m4: New file, from GNU gettext.
19482
19483 2005-06-08  Bruno Haible  <bruno@clisp.org>
19484
19485         * lib/csharpcomp.h: New file, from GNU gettext.
19486         * lib/csharpcomp.c: New file, from GNU gettext.
19487         * lib/csharpcomp.sh.in: New file, from GNU gettext.
19488
19489 2005-06-08  Bruno Haible  <bruno@clisp.org>
19490
19491         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
19492         warning on mingw.
19493
19494 2005-06-07  Derek Price  <derek@ximbiot.com>
19495
19496         Sync from CVS.
19497         * lib/glob_.h: Indent nested #ifdef.
19498
19499 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
19500
19501         Sync from coreutils.
19502         Use "file name" when talking about file names, instead of "filename"
19503         or "path", as per the GNU coding standards.
19504         * lib/mkdir-p.c: Renamed from makepath.c.
19505         (make_dir_parents): Renamed from make_path.  All callers changed.
19506         * lib/mkdir-p.h: Likewise.  All includers changed.
19507         * lib/filenamecat.c: Renamed from path-concat.c.
19508         (file_name_concat): Renamed from path_concat.  All callers changed.
19509         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
19510         * lib/filenamecat.h: Likewise.  All includers changed.
19511         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
19512         in comments or local variable names.
19513         * lib/basename.c: Likewise.
19514         * lib/canonicalize.c, canonicalize.h: Likewise.
19515         * lib/dirname.c, dirname.h: Likewise.
19516         * lib/euidaccess.c: Likewise.
19517         * lib/exclude.c: Likewise
19518         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
19519         * lib/fsusage.c, fsuage.h: Likewise.
19520         * lib/fts.c, fts_.h: Likewise.
19521         * lib/getcwd.c: Likewise.
19522         * lib/getloadavg.c: Likewise.
19523         * lib/mkstemp.c: Likewise.
19524         * lib/mountlist.c, mountlist.h: Likewise.
19525         * lib/openat.c, openat.h: Likewise.
19526         * lib/readlink-stub.c: Likewise.
19527         * lib/readutmp.c, readutmp.h: Likewise.
19528         * lib/rename.c: Likewise.
19529         * lib/rmdir.c: Likewise.
19530         * lib/same.c: Likewise.
19531         * lib/savedir.c: Likewise.
19532         * lib/stripslash.c: Likewise.
19533         * lib/tempname.c: Likewise.
19534         * lib/xreadlink.c: Likewise.
19535         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
19536         All uses changed.
19537         * lib/exclude.h: Likewise.
19538
19539         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
19540         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
19541         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
19542         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
19543         * lib/pathmax.h: Include <limits.h> unconditionally, since other
19544         files have been getting away with it for years (MORE/BSD 4.3
19545         is extinct now).
19546         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
19547         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
19548
19549         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
19550         Define to 256, not 255, as per modern POSIX.
19551
19552 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
19553
19554         Sync from coreutils.
19555         Use "file name" when talking about file names, instead of "filename"
19556         or "path", as per the GNU coding standards.
19557         * MODULES.html.sh: mkdir-p renamed from makepath.
19558         filenamecat renamed from path-concat.
19559         * modules/filenamecat: Renamed from modules/path-concat.
19560         (Files): filenamecat.h and filenamecat.c renamed from
19561         path-concat.h and path-concat.c.
19562         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
19563         (Include): filenamecat.h, not path-concat.h.
19564         * modules/mkdir-p: Renamed from modules/makepath.
19565         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
19566         makepath.c.
19567         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
19568         (Include): mkdir-p.h, not makepath.h.
19569
19570 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
19571
19572         Sync from coreutils.
19573         * m4/mkdir-p.m4: Renamed from makepath.m4.
19574         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
19575         Rename files from makepath.c to mkdir-p.c, and from
19576         makepath.h to mkdir-p.h.
19577         * m4/filenamecat.m4: Renamed from path-concat.m4.
19578         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
19579         Rename files from path-concat.c to filenamecat.c,
19580         and from path-concat.h to filenamecat.h.
19581         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
19582         "file name" in local variables or comments.
19583         * m4/rename.m4: Likewise.
19584
19585 2005-06-01  Bruno Haible  <bruno@clisp.org>
19586
19587         * modules/csharpexec: New file.
19588         * MODULES.html.sh (C#): New section.
19589
19590 2005-06-01  Bruno Haible  <bruno@clisp.org>
19591
19592         * m4/csharp.m4: New file, from GNU gettext.
19593         * m4/csharpexec.m4: New file, from GNU gettext.
19594
19595 2005-06-01  Bruno Haible  <bruno@clisp.org>
19596
19597         * lib/csharpexec.h: New file, from GNU gettext.
19598         * lib/csharpexec.c: New file, from GNU gettext.
19599         * lib/csharpexec.sh.in: New file, from GNU gettext.
19600
19601 2005-05-31  Derek Price  <derek@ximbiot.com>
19602             Paul Eggert  <eggert@cs.ucla.edu>
19603
19604         Sync from cvs.
19605         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
19606
19607 2005-05-31  Derek Price  <derek@ximbiot.com>
19608             Paul Eggert  <eggert@cs.ucla.edu>
19609
19610         Sync from cvs.
19611         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
19612
19613 2005-05-29  Derek Price  <derek@ximbiot.com>
19614
19615         * config/srclist.txt (glob_.h, glob.c): Add these files.
19616
19617 2005-05-29  Derek Price  <derek@ximbiot.com>
19618
19619         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
19620         * modules/glob: New file.
19621         * modules/getlogin_r: Add link to POSIX spec in description.
19622
19623 2005-05-29  Derek Price  <derek@ximbiot.com>
19624             Paul Eggert  <eggert@cs.ucla.edu>
19625
19626         * m4/glob.m4: New file.
19627
19628 2005-05-29  Derek Price  <derek@ximbiot.com>
19629             Paul Eggert  <eggert@cs.ucla.edu>
19630
19631         * lib/glob_.h, lib/glob.c: New files.
19632
19633 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
19634
19635         * modules/fts (Files): Remove m4/inttypes-pri.m4.
19636         * modules/fts-lgpl (Depends-on): Remove gettext.
19637
19638 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
19639
19640         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
19641         and don't require gt_INTTYPES_PRI.
19642
19643 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
19644
19645         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
19646
19647         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
19648         the configuration hassle isn't worth it.
19649         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
19650         (LONGEST_MODIFIER, PRIuMAX): Remove.
19651
19652 2005-05-27  Bruno Haible  <bruno@clisp.org>
19653
19654         * lib/getlogin_r.h: Remove second include of <stddef.h>.
19655
19656 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
19657
19658         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
19659         _POSIX_PTHREAD_SEMANTICS for Solaris.
19660
19661 2005-05-25  Derek Price  <derek@ximbiot.com>
19662
19663         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
19664
19665 2005-05-25  Derek Price  <derek@ximbiot.com>
19666             Paul Eggert  <eggert@cs.ucla.edu>
19667
19668         * modules/getlogin_r, m4/getlogin_r.m4: New files.
19669         * lib/getlogin_r.c, getlogin_r.h: New files.
19670
19671 2005-05-25  Bruno Haible  <bruno@clisp.org>
19672             Derek Price  <derek@ximbiot.com>
19673
19674         * lib/getlogin_r.h: Simplify API documentation.
19675
19676 2005-05-23  Derek Price  <derek@ximbiot.com>
19677
19678         * modules/minmax (Files): Add m4/minmax.m4.
19679         (configure.ac): Add gl_MINMAX.
19680
19681 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
19682
19683         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
19684         so that unistd-safer.h (GPL'ed code) need not be included.
19685
19686 2005-05-22  Bruno Haible  <bruno@clisp.org>
19687
19688         * m4/minmax.m4: New file.
19689         Based on a patch by Derek Price <derek@ximbiot.com>.
19690
19691 2005-05-22  Bruno Haible  <bruno@clisp.org>
19692
19693         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
19694         (INT64_MIN): Fix definition.
19695         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
19696
19697         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
19698         NEED_SIGNED_INT_TYPES.
19699
19700         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
19701         HAVE_SYSTEM_INTTYPES.
19702
19703 2005-05-22  Bruno Haible  <bruno@clisp.org>
19704
19705         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
19706         Also include <sys/param.h> if it defines MIN, MAX.
19707         Based on a patch by Derek Price <derek@ximbiot.com>.
19708
19709 2005-05-21  Jim Meyering  <jim@meyering.net>
19710
19711         * modules/fts (Files): Add m4/inttypes-pri.m4.
19712         (Depends-on): Add lstat and remove gettext.  Alphabetize.
19713
19714 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
19715
19716         New fts module.
19717         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
19718         (setup_dir, free_dir): New functions.
19719         (enter_dir, leave_dir): Define trivial
19720         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
19721         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
19722         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
19723         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
19724         Move to fts-cycle.c.
19725         (fts_open): Use setup_dir.
19726         (fts_close): Use free_dir.
19727         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
19728         This adds a label and some gotos, but the alternatives were messier.
19729         Check for memory allocation failure when entering a dir.
19730         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
19731         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
19732         (FTS): New member fts_cycle, that is a union that contains the
19733         old active_dir_ht and cycle_state.  All uses changed to mention
19734         fts_cycle.ht and fts_cycle.state.
19735         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
19736         fts.c, with the following changes:
19737         (setup_dir, free_dir): New functions.
19738         (enter_dir): Now returns bool.  Return true if successful, false
19739         if memory exhausted.  All callers changed.
19740         Do not bother partly cleaning up on
19741         memory allocation failure; that is free_dir's job.
19742         However, free ad if hash_insert fails, to avoid memory leak.
19743         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
19744         fts->fts_options to see which union member to use.
19745
19746 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
19747
19748         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
19749         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
19750
19751 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
19752
19753         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
19754
19755 2005-05-20  Jim Meyering  <jim@meyering.net>
19756
19757         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
19758         Now a macro, to pacify GCC.
19759
19760 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
19761
19762         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
19763         of -1.
19764
19765 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
19766
19767         * lib/chown.c (rpl_chown): Return -1 on failure.
19768
19769 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
19770
19771         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
19772         Don't check for stddef.h.
19773         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
19774         don't use its results.
19775         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
19776         since we include them unconditionally.  Don't require
19777         AM_STDBOOL_H, since stdbool is a prerequisite.
19778         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
19779         since we assume C89 or better.
19780         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
19781         as we don't use their results.
19782         Don't check for fchdir, memmove, memset, strrchr, as we use
19783         them unconditionally.
19784         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
19785         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
19786
19787 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
19788
19789         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
19790         Include <stddef.h> unconditionally, since we assume C89 now.
19791         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
19792         * lib/fts.c: Include fts_.h first, to check interface.
19793         Do not include intprops.h; no longer needed.
19794         Include cycle-check.h and hash.h, since fts_.h no longer does.
19795         Remove unnecessary casts of closedir to void.
19796         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
19797         decide whether to decrement nlinks.
19798         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
19799         (FTS): Use struct hash_table * instead of Hash_table, so that
19800         we no longer need to include hash.h here.
19801
19802 2005-05-18  Jim Meyering  <jim@meyering.net>
19803
19804         * modules/dirfd (License): Change to LGPL.  Most of the code
19805         is already in the public domain.
19806
19807 2005-05-18  Jim Meyering  <jim@meyering.net>
19808
19809         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
19810         Reported by Yoann Vandoorselaere.
19811
19812 2005-05-17  Jim Meyering  <jim@meyering.net>
19813
19814         * m4/fts.m4: New file, from coreutils.
19815
19816 2005-05-17  Jim Meyering  <jim@meyering.net>
19817
19818         * lib/fts.c, lib/fts_.h: New files, from coreutils.
19819
19820 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
19821
19822         Sync from coreutils.
19823         * m4/unlinkdir.m4: New file.
19824
19825 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
19826
19827         Sync from coreutils.
19828         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
19829         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
19830         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
19831         White space changes only.
19832         * lib/makepath.c (make_path): Port to hosts where leading "//" is
19833         special.
19834         * lib/yesno.c: Include getline.h, not ctype.h.
19835         (yesno): Don't remove leading white space; POSIX doesn't allow it.
19836         Use getline to remove arbitrary restriction on response length.
19837
19838 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
19839
19840         * config/srclist-update: Spell out "Street" in FSF postal
19841         mail address; this is the style the FSF seems to prefer.
19842
19843         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
19844         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
19845         this updates FSF postal mail address.
19846
19847         Sync from coreutils.
19848         * modules/unlinkdir: New file.
19849         * modules/yesno (Depends-on): Add getline.
19850         * MODULES.html.sh (File system functions): Add unlinkdir.
19851
19852 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
19853
19854         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
19855         lib/strsep.h:
19856         Change the initial comment to refer to GPL, not LGPL.
19857         gnulib-tool will change it to LGPL as needed.
19858
19859         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
19860         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
19861         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
19862         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
19863         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
19864         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
19865         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
19866         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
19867         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
19868         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
19869         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
19870         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
19871         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
19872         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
19873         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
19874         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
19875         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
19876         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
19877         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
19878         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
19879         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
19880         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
19881         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
19882         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
19883         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
19884         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
19885         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
19886         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
19887         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
19888         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
19889         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
19890         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
19891         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
19892         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
19893         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
19894         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
19895         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
19896         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
19897         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
19898         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
19899         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
19900         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
19901         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
19902         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
19903         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
19904         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
19905         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
19906         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
19907         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
19908         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
19909         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
19910         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
19911         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
19912         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
19913         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
19914         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
19915         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
19916         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
19917         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
19918         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
19919         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
19920         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
19921         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
19922         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
19923         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
19924         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
19925         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
19926         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
19927         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
19928         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
19929         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
19930         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
19931         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
19932         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
19933         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
19934         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
19935         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
19936         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
19937         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
19938         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
19939         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
19940         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
19941         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
19942         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
19943         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
19944         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
19945         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
19946         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
19947         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
19948         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
19949         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
19950         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
19951         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
19952         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
19953         lib/yesno.c, lib/yesno.h:
19954         Update FSF postal mail address.
19955
19956 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
19957
19958         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
19959         tests/test-memmem.c, tests/test-stpncpy.c:
19960         Update FSF postal mail address.
19961
19962 2005-05-13  Bruno Haible  <bruno@clisp.org>
19963
19964         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
19965         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
19966         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
19967         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
19968         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
19969         Add support for 64-bit integers in the MSVC compiler.
19970
19971 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
19972
19973         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
19974
19975 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
19976
19977         * gnulib-tool (func_import): Sort and uniquify recommended includes.
19978
19979 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
19980
19981         * doc/getdate.texi (General date syntax): Don't say that date
19982         date --iso-8601=ns generates acceptable dates; it doesn't yet.
19983         Problem reported by Nic Ferrier.
19984
19985 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
19986
19987         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
19988         specified in ai_socktype. Fix invalid ai_protocol
19989         check. ai_protocol is usually set to 0 or depending on
19990         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
19991         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
19992         ai_socktype / ai_protocol in the returned addrinfo structure.
19993
19994 2005-05-10  Simon Josefsson  <jas@extundo.com>
19995
19996         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
19997         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
19998
19999 2005-05-10  Karl Berry  <karl@gnu.org>
20000
20001         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
20002         (from http://www.gnu.org/licenses).
20003         * doc/COPYING.LIB: also rename to COPYING.LESSER.
20004         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
20005         fdl.texi suffices.
20006
20007 2005-05-10  Karl Berry  <karl@gnu.org>
20008
20009         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
20010         (COPYING.DOC): remove.
20011
20012         * config/srclist-update: new FSF address.
20013
20014 2005-05-10  Derek Price  <derek@ximbiot.com>
20015
20016         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
20017         possible.
20018
20019 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20020             Bruno Haible  <bruno@clisp.org>
20021
20022         * modules/inet_ntop: New file.
20023         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
20024         inet_ntop.
20025
20026 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20027             Bruno Haible  <bruno@clisp.org>
20028
20029         * m4/inet_ntop.m4: New file.
20030
20031 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20032             Bruno Haible  <bruno@clisp.org>
20033
20034         * lib/inet_ntop.h: New file.
20035         * lib/inet_ntop.c: New file, from glibc with modifications.
20036
20037 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
20038
20039         * modules/time_r (License): Change to LGPL.
20040         * modules/extensions (License): Change to LGPL.  Actually,
20041         the license is more permissive than that, but currently gnulib-tool
20042         doesn't know how to handle more-permissive licenses.
20043
20044         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
20045         Problem reported by Dave Love.
20046
20047 2005-05-08  Jim Meyering  <jim@meyering.net>
20048
20049         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
20050         blank.
20051
20052 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
20053
20054         * modules/argmatch (Depends-on): Add stdbool.
20055         * modules/backupfile (Depends-on): Likewise.
20056         * modules/chdir-long (Depends-on): Likewise.
20057         * modules/closeout (Depends-on): Likewise.
20058         * modules/cycle-check (Depends-on): Likewise.
20059         * modules/dirname (Depends-on): Likewise.
20060         * modules/fnmatch (Depends-on): Likewise.
20061         * modules/fsusage (Depends-on): Likewise.
20062         * modules/fwriteerror (Depends-on): Likewise.
20063         * modules/getcwd (Depends-on): Likewise.
20064         * modules/getloadavg (Depends-on): Likewise.
20065         * modules/hard-locale (Depends-on): Likewise.
20066         * modules/makepath (Depends-on): Likewise.
20067         * modules/mountlist (Depends-on): Likewise.
20068         * modules/nanosleep (Depends-on): Likewise.
20069         * modules/posixtm (Depends-on): Likewise.
20070         * modules/quotearg (Depends-on): Likewise.
20071         * modules/readtokens (Depends-on): Likewise.
20072         * modules/readtokens0 (Depends-on): Likewise.
20073         * modules/readutmp (Depends-on): Likewise.
20074         * modules/save-cwd (Depends-on): Likewise.
20075         * modules/strftime (Depends-on): Likewise.
20076         * modules/userspec (Depends-on): Likewise.
20077         * modules/utimecmp (Depends-on): Likewise.
20078         * modules/xgetcwd (Depends-on): Likewise.
20079         * modules/xnanosleep (Depends-on): Likewise.
20080         * modules/xstrtod (Depends-on): Likewise.
20081         * modules/yesno (Depends-on): Likewise.
20082
20083 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
20084
20085         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
20086         needless checks.
20087
20088 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
20089
20090         Merge from coreutils.  Among other things,
20091         add bulletproofing for cases where stdin, stdout, or stderr are closed.
20092         * lib/fd-safer.c: New file.
20093         * lib/fcntl-safer.h, open-safer.c: Remove.
20094         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
20095         * lib/dup-safer.c: Include unistd-safer.h first.
20096         Don't include errno.h.
20097         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
20098         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
20099         * lib/file-type.c: Rely on file-type.h change.
20100         * lib/getloadavg.c: Include unistd-safer.h.
20101         (getloadavg): Use safer open.
20102         * lib/getusershell.c: Include "stdio-safer.h".
20103         (getusershell): Use safer fopen.
20104         * lib/long-options.c (long_options): Use NULL rather than 0.
20105         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
20106         'free'.
20107         * lib/modechange.c: Likewise.
20108         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
20109         (MODE_DONE): New constant.
20110         (struct mode_change): Remove 'next' member.
20111         (make_node_op_equals): New function; like the old one of the
20112         same name, except it allocates an array.
20113         (mode_compile, mode_create_from_ref): Use it.
20114         (mode_compile): Allocate result as an array, not a linked list.
20115         Parse octal string ourself, so that we catch mistakes like "+0".
20116         (mode_adjust): Arg is an array, not a linked list.
20117         * lib/modechange.c: Include stat-macros.h, xalloc.h.
20118         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
20119         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
20120         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
20121         Remove.  This is now stat-macros.h's job.
20122         (talloc): Remove.  All callers replaced by xalloc, so that
20123         our invokers don't have to worry about reporting memory failures.
20124         (make_node_op_equals): Remove.
20125         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
20126         New constants.
20127         (struct mode_change): Moved here from modechange.h.
20128         (mode_append_entry): Remove.
20129         (mode_compile): Remove MASKED_OPS arg, since it encouraged
20130         apps to have incorrect behavior.  Use simpler algorithm for head
20131         and tail.  Don't futz with umask; that's now the job of mode_adjust.
20132         Detect more invalid usages rather than having somewhat-random behavior.
20133         Don't insert an "a=" action, as that leads to incorrect behavior.
20134         (mode_compile, mode_create_from_ref): Return NULL on error instead
20135         of an enum, since now there's only one way to have an error.  All
20136         callers changed.
20137         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
20138         at the correct time.  Simplify calculation of "+u" and its ilk.
20139         Don't mishandle "+X".
20140         (mode_free): Remove "register" and localize decls.
20141         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
20142         (struct mode_change): Move to modechange.c; callers don't
20143         need to see this stuff.
20144         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
20145         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
20146         (mode_change, mode_adjust): Reflect the new signatures noted above.
20147         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
20148         that might redefine system include files.
20149         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
20150         (my_usleep): Use NULL rather than (void *) 0.
20151         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
20152         Use siginterrupt to specify that system calls should be interrupted.
20153         (rpl_nanosleep): Move initialization of suspended closer to call of
20154         my_usleep.
20155         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
20156         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
20157         (desirable_utmp_entry): New function.
20158         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
20159         using x2nrealloc, to simplify logic.
20160         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
20161         size calculation.  Do not assume utmp file is a regular file.
20162         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
20163         (READ_UTMP_CHECK_PIDS): New constant.
20164         * lib/save-cwd.c: Include unistd-safer.h.
20165         (save_cwd): Use fd_safer.
20166         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
20167         [!_LIBC] Include "stat-macros.h" instead.
20168         * lib/unistd-safer.h (fd_safer): New decl.
20169
20170 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
20171
20172         * modules/getloadavg (Depends-on): Add unistd-safer.
20173         * modules/getusershell (Depends-on): Add stdio-safer.
20174         * modules/lstat (Depends-on): Remove xalloc.
20175         * modules/mkstemp (Depends-on): Add stat-macros.
20176         * modules/modechange (Depends-on): Remove xstrtol.
20177         Add stat-macros, xalloc.
20178         * modules/save-cwd (Depends-on): Add unistd-safer.
20179         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
20180         * modules/unistd-safer (Files): Add lib/fd-safer.c
20181         (Makefile.am): Remove lib_SOURCES.
20182
20183         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
20184         Remove fcntl-safer; unistd-safer supersedes it.
20185
20186 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
20187
20188         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
20189         AC_HEADER_STAT.
20190         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
20191         (gl_PREREQ_CHOWN): Remove.
20192         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
20193         it.  Don't require AC_HEADER_STAT.
20194         (gl_PREREQ_LSTAT): Remove.
20195         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
20196         Don't require AC_HEADER_STAT.
20197         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
20198         (gl_PREREQ_RMDIR): Remove.
20199         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
20200         mention stat-macros.h or AC_HEADER_STAT, since we'll make
20201         the stat-macros module a prerequisite.
20202         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
20203         * m4/filemode.m4 (gl_FILEMODE): Likewise.
20204         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
20205         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
20206         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
20207         variable names.
20208         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
20209         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
20210         variable prefixes.
20211         * m4/fcntl-safer.m4: Remove.
20212         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
20213         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
20214         Invoke gl_PREREQ_FD_SAFER.
20215         (gl_PREREQ_FD_SAFER): New macro.
20216         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
20217         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
20218         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
20219         Remove duplicate call to AC_LIBOBJ(readutmp).
20220         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
20221
20222         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
20223         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
20224
20225 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
20226
20227         * MODULES.html.sh (Misc): Add byteswap.
20228
20229 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
20230
20231         * modules/getcwd (Depends-on): Add extensions.
20232         * modules/openat (Depends-on): Likewise.
20233
20234 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
20235
20236         * modules/byteswap: New file.
20237
20238 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
20239
20240         * m4/byteswap.m4: New file.
20241
20242 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
20243
20244         * lib/byteswap_.h: New file.
20245
20246 2005-04-25  Karl Berry  <karl@gnu.org>
20247
20248         * m4/gettext.m4: Update from GNU gettext 0.14.4.
20249
20250 2005-04-25  Albert Chin  <china@thewrittenword.com>
20251
20252         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
20253         Toolkit C bug.
20254
20255 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
20256
20257         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
20258         (func_ln_if_changed) Remove forcibly for no error message
20259         in case file does not exist.
20260
20261 2005-04-19  Simon Josefsson  <jas@extundo.com>
20262
20263         * gnulib-tool (Options): Make --symlink mean --symbolic.
20264
20265 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
20266
20267         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
20268
20269 2005-04-16  Simon Josefsson  <jas@extundo.com>
20270
20271         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
20272
20273 2005-04-15  Simon Josefsson  <jas@extundo.com>
20274
20275         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
20276
20277 2005-04-15  Simon Josefsson  <jas@extundo.com>
20278
20279         * gnulib-tool: Rename --symlink to --symbolic.
20280
20281 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
20282
20283         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
20284         symbolic links to files instead of copying/moving.  Add --aux-dir,
20285         specifying directory relative --dir where auxiliary build tools
20286         are placed.
20287
20288 2005-04-14  Bruno Haible  <bruno@clisp.org>
20289
20290         * modules/allocsa (License): Change to LGPL.
20291         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
20292
20293 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
20294
20295         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
20296         that "UTC +1 second" continues to work.  Problem reported
20297         by Dmitry V. Levin.
20298         (relunit_snumber): New rule.
20299         (relunit): Use it.
20300
20301 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
20302
20303         * lib/getdate.y (universal_time_zone_table): New constant.
20304         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
20305         universal_time_zone_table.
20306         (lookup_zone): Prefer universal_time_zone_table to
20307         local_time_zone_table, so that "GMT" time stamps are allowed in
20308         London during the summer.  Problem reported by Ian Abbott.
20309
20310 2005-04-12  Jim Meyering  <jim@meyering.net>
20311
20312         * lib/human.c (humblock): Set *options even when returning due to
20313         xstrtoumax conversion failure.  Thanks to a used-uninitialized
20314         warning from gcc-4.
20315
20316 2005-04-09  Jim Meyering  <jim@meyering.net>
20317
20318         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
20319         -Wuninitialized: initialize tm0.tm_year.
20320
20321 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
20322
20323         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
20324         count, since there's no maximum.  All uses changed.
20325         Add member dsts_seen.
20326         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
20327         not being INT_MAX.
20328         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
20329         Use pc_rels_seen to decide whther a date is absolute.
20330
20331         * lib/getdate.y (number): Don't overwrite year.
20332         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
20333         check.
20334
20335 2005-04-02  Simon Josefsson  <jas@extundo.com>
20336
20337         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
20338         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
20339
20340 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
20341
20342         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
20343         where no absolute path name can be longer than PATH_MAX.
20344
20345 2005-03-27  Jim Meyering  <jim@meyering.net>
20346
20347         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
20348
20349 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
20350
20351         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
20352         "one's complement" -> "ones' complement" in comment, as per Knuth.
20353         "value of type" -> "type or expression" in comment.
20354         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
20355
20356 2005-03-26  Jim Meyering  <jim@meyering.net>
20357
20358         Comment nits.
20359         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
20360         Correct typos: s/or/of/.
20361
20362 2005-03-26  Jim Meyering  <jim@meyering.net>
20363
20364         * modules/check-include-files: Move to ../ and rename to...
20365         * check-module: ...this.
20366
20367 2005-03-25  Jim Meyering  <jim@meyering.net>
20368
20369         * modules/xvasprintf (Files): Add xalloc.h.
20370
20371 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
20372
20373         * modules/gettext (Files): config/config.rpath ->
20374         build-aux/config.rpath
20375         * modules/iconv (Files): Likewise.
20376         Problem reported by Oskar Liljeblad.
20377
20378 2005-03-23  Jim Meyering  <jim@meyering.net>
20379
20380         * modules/check-include-files: New script to check for
20381         missing dependencies, multiple includes, etc.
20382
20383         * modules/c-strtold (Depends-on): Add xalloc.
20384         * modules/c-strtod (Depends-on): Add xalloc.
20385         * modules/hash (Depends-on): Add xalloc.
20386         (Files): Remove lib/xalloc.h.
20387
20388         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
20389         * modules/userspec (Files): Add lib/inttostr.h.
20390
20391 2005-03-23  Jim Meyering  <jim@meyering.net>
20392
20393         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
20394
20395 2005-03-22  Jim Meyering  <jim@meyering.net>
20396
20397         * modules/stat-macros: New module.
20398         * modules/canonicalize, modules/euidaccess, modules/file-type,
20399         * modules/filemode, modules/lchown, modules/makepath,
20400         * modules/rmdir, modules/stat: Depend on new stat-macros module
20401         rather than listing lib/stat-macros.h manually.
20402         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
20403
20404 2005-03-22  Jim Meyering  <jim@meyering.net>
20405
20406         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
20407
20408 2005-03-22  Bruno Haible  <bruno@clisp.org>
20409
20410         * config/srclist.txt: Replace target directory 'config' with
20411         'build-aux'.
20412         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
20413         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
20414         ../build-aux/.
20415
20416 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
20417
20418         * modules/chdir-long (Depends-on): Add mempcpy.
20419
20420         * modules/acl, modules/backupfile, modules/c-strtod,
20421         modules/c-strtold, modules/canon-host, modules/canonicalize,
20422         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
20423         modules/exclude, modules/exitfail, modules/file-type,
20424         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
20425         modules/getdate, modules/getline, modules/getpagesize,
20426         modules/getpass, modules/getugroups, modules/group-member,
20427         modules/hard-locale, modules/hash, modules/human, modules/idcache,
20428         modules/inttostr, modules/long-options, modules/makepath,
20429         modules/md5, modules/memcasecmp, modules/memcoll,
20430         modules/modechange, modules/mountlist, modules/path-concat,
20431         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
20432         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
20433         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
20434         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
20435         modules/strftime, modules/strndup, modules/strverscmp,
20436         modules/timespec, modules/unlocked-io, modules/userspec,
20437         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
20438         modules/yesno:
20439         Remove lib_SOURCES line from Makefile.am section, as this is now
20440         done automatically by the corresponding Autoconf macro.
20441
20442 2005-03-21  Jim Meyering  <jim@meyering.net>
20443
20444         Changes imported from coreutils.
20445
20446         * lib/cycle-check.c: Don't include xalloc.h.
20447
20448         * lib/path-concat.c: Don't include assert.h.
20449         (path_concat): Remove assertion that would have triggered
20450         for ABASE starting with more than one slash.
20451         Reported by Andreas Schwab.
20452
20453         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
20454         properly when ABASE is an absolute file name.
20455         Correct the description of this function.
20456         Include <assert.h>.
20457         Add an assertion and a test driver.
20458         This fixes a bug introduced on 2004-07-02.
20459         Andreas Schwab reported the resulting failure of cp --parents:
20460         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
20461
20462 2005-03-21  Jim Meyering  <jim@meyering.net>
20463
20464         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
20465         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
20466
20467 2005-03-21  Jim Meyering  <jim@meyering.net>
20468         and  Paul Eggert  <eggert@cs.ucla.edu>
20469
20470         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
20471         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
20472         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
20473         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
20474         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
20475         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
20476         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
20477         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
20478         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
20479         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
20480         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
20481         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
20482         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
20483         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
20484         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
20485         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
20486         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
20487         for these modules.
20488
20489 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
20490
20491         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
20492         (which shouldn't happen), generate nothing instead of returning 0
20493         immediately, so that nstrftime (NULL, ...) doesn't return 0.
20494
20495 2005-03-16  Bruno Haible  <bruno@clisp.org>
20496
20497         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
20498         HAVE_LONGLONG_64BIT.
20499
20500 2005-03-16  Bruno Haible  <bruno@clisp.org>
20501
20502         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
20503         HAVE_LONGLONG_64BIT.
20504
20505 2005-03-16  Bruno Haible  <bruno@clisp.org>
20506
20507         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
20508         HAVE_LONGLONG_64BIT.
20509
20510 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
20511
20512         * lib/strftime.c (my_strftime): Prepend space to format so that we can
20513         reliably distinguish strftime failure from empty output on POSIX
20514         hosts.
20515
20516 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
20517
20518         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
20519         (iconv_string): Don't guess a size-zero buffer, as that might cause
20520         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
20521         result would be 'too large', where 'too large' is (heuristically)
20522         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
20523         overflow concerns.  This will prevent some unwanted malloc failures
20524         when the inputs are very large.
20525
20526 2005-03-15  Karl Berry  <karl@gnu.org>
20527
20528         * config/srclist.txt (config.rpath): from gettext.
20529         * config/config.rpath: update.
20530
20531 2005-03-15  Bruno Haible  <bruno@clisp.org>
20532
20533         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
20534         to 'negate'.
20535
20536         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
20537         variable.
20538
20539         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
20540         results.
20541
20542 2005-03-14  Simon Josefsson  <jas@extundo.com>
20543
20544         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
20545         <fx@gnu.org>.
20546
20547 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
20548
20549         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
20550         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
20551         intprops.h.
20552         * lib/strtol.c: Likewise.
20553
20554 2005-03-14  Jim Meyering  <jim@meyering.net>
20555
20556         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
20557         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
20558         to be nonzero so that we (and caller) can detect the difference
20559         between a valid zero-length expansion and an error return, even
20560         when the underlying strftime fails before writing anything into
20561         that location.
20562
20563 2005-03-14  Bruno Haible  <bruno@clisp.org>
20564
20565         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
20566         Update from GNU gettext 0.14.3.
20567
20568 2005-03-10  Jim Meyering  <jim@meyering.net>
20569
20570         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
20571
20572 2005-03-10  Jim Meyering  <jim@meyering.net>
20573
20574         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
20575         so that this module works on systems without fchdir.
20576
20577 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
20578
20579         Factor int-properties macros into a single file, except for
20580         glibc-related files.
20581         * lib/intprops.h: New file.
20582         * lib/getloadavg.c: Include it instead of limits.h.
20583         (INT_STRLEN_BOUND): Remove.
20584         * lib/human.c: Include intprops.h.
20585         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
20586         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
20587         302/1000.
20588         * lib/inttostr.h: Include intprops.h instead of limits.h.
20589         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
20590         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
20591         for consistency with intprops.h.
20592         (time_t_is_integer, twos_complement_arithmetic): Use them.
20593         * lib/sig2str.h: Include <signal.h>, intprops.h.
20594         (INT_STRLEN_BOUND): Remove.
20595         * lib/strftime.c (TYPE_SIGNED): Remove.
20596         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
20597         * lib/strtol.c: Adjust comments to match intprops.h.
20598         * lib/userspec.c: Include intprops.h.
20599         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
20600         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
20601         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
20602         instead of rolling our own expressions.
20603         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
20604
20605         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
20606         instead of int.
20607         (my_strftime): Do not mishandle years close to INT_MAX, by doing
20608         the right thing even if adding 1900 would overflow.  Similarly
20609         for tm_mon + 1 and tm_yday + 1.
20610         Make %Y always equivalent to %C%y, and similarly for %G and %g.
20611         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
20612         (DO_SIGNED_NUMBER): New macro.
20613         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
20614
20615 2005-03-07  Bruno Haible  <bruno@clisp.org>
20616
20617         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
20618
20619 2005-03-07  Bruno Haible  <bruno@clisp.org>
20620
20621         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
20622
20623 2005-03-04  Derek R. Price  <derek@ximbiot.com>
20624
20625         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
20626         (func_import): Only replace files via --import when they have actually
20627         changed.
20628
20629 2005-03-03  Derek R. Price  <derek@ximbiot.com>
20630
20631         * m4/mmap-anon.m4: New file.
20632         * m4/pagealign_alloc.m4: New file.
20633
20634 2005-03-03  Derek R. Price  <derek@ximbiot.com>
20635             Bruno Haible  <bruno@clisp.org>
20636
20637         * modules/pagealign_alloc: New file.
20638         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
20639
20640 2005-03-03  Derek R. Price  <derek@ximbiot.com>
20641             Bruno Haible  <bruno@clisp.org>
20642
20643         * lib/pagealign_alloc.h: New file.
20644         * lib/pagealign_alloc.c: New file.
20645
20646 2005-03-03  Bruno Haible  <bruno@clisp.org>
20647
20648         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
20649         Use an all-permissive copyright notice, recommended by RMS.
20650
20651 2005-03-02  Bruno Haible  <bruno@clisp.org>
20652
20653         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
20654         of AIX, the replacement has to be done only after <string.h> is
20655         included, therefore not in config.h. stpncpy.h does the replacement,
20656         and stpncpy.c uses it.
20657
20658 2005-03-02  Bruno Haible  <bruno@clisp.org>
20659
20660         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
20661         stpncpy.c uses it.
20662
20663 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
20664
20665         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
20666         The workaround isn't strictly needed for POSIX conformance, and
20667         it's too much of a pain to configure and maintain.  We'll ask
20668         people to fix their kernels instead.
20669         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
20670         (NANOSLEEP_BUG_WORKAROUND): Remove.
20671         (xnanosleep): Remove the workaround.
20672
20673 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
20674
20675         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
20676         Reported by Derek Price.
20677         (Include): Add "timespec.h".
20678
20679         * modules/xnanosleep (Depends-on): Remove gethrxtime.
20680
20681 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
20682
20683         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
20684         to detect nanosleep bug.
20685
20686 2005-03-01  Bruno Haible  <bruno@clisp.org>
20687
20688         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
20689
20690 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
20691
20692         * modules/gethrxtime: New file.
20693         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
20694         (Depends-on): Add gethrxtime.
20695         (configure.ac): Add gl_XNANOSLEEP.
20696         (Makefile.am): Remove lib_SOURCES line.
20697
20698 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
20699
20700         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
20701         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
20702
20703 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
20704
20705         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
20706         * lib/timespec.h (gettime): Return void, since it always
20707         succeeds now.  All uses changed.
20708         * lib/gettime.c (gettime) Likewise.
20709         [HAVE_NANOTIME]: Prefer nanotime.
20710         Assume gettimeofday succeeds, as POSIX requires.
20711         Assime time () succeeds, since other code already does.
20712         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
20713         (timespec_subtract): Remove.
20714         (NANOSLEEP_BUG_WORKAROUND): New constant.
20715         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
20716         things considerably.  Use it only on GNU/Linux hosts, since the
20717         workaround shouldn't be needed elsewhere.
20718
20719 2005-02-24  Bruno Haible  <bruno@clisp.org>
20720
20721         * modules/gettext (Files): Add m4/glibc2.m4.
20722
20723 2005-02-24  Bruno Haible  <bruno@clisp.org>
20724
20725         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
20726         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
20727         * m4/progtest.m4:
20728         Update from GNU gettext 0.14.2.
20729         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
20730
20731 2005-02-24  Bruno Haible  <bruno@clisp.org>
20732
20733         * lib/localcharset.c: Update from GNU gettext 0.14.2.
20734         * lib/config.charset: Update from GNU gettext 0.14.2.
20735
20736 2005-02-24  Bruno Haible  <bruno@clisp.org>
20737
20738         * lib/gettext.h: Update from GNU gettext 0.14.2.
20739
20740 2005-02-23  Simon Josefsson  <jas@extundo.com>
20741
20742         * m4/iconvme.m4: New file.
20743
20744 2005-02-23  Jim Meyering  <jim@meyering.net>
20745
20746         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
20747         change.
20748         Thanks to Bruno Haible for catching it.
20749
20750 2005-02-22  Simon Josefsson  <jas@extundo.com>
20751
20752         * modules/iconvme: New file.
20753
20754         * MODULES.html.sh: Add iconvme.
20755
20756 2005-02-22  Simon Josefsson  <jas@extundo.com>
20757
20758         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
20759
20760 2005-02-22  Simon Josefsson  <jas@extundo.com>
20761
20762         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
20763
20764 2005-02-22  Jim Meyering  <jim@meyering.net>
20765
20766         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
20767         s/ifndef/ifdef/.
20768
20769 2005-02-20  Neil Conway  <neilc@samurai.com>
20770
20771         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
20772         returned by OSX/Darwin if the specified buffer is not large
20773         enough for the hostname.
20774
20775 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20776
20777         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
20778         pass it to _help, otherwise the latter coredumps trying to
20779         dereference state.root_argp.
20780
20781 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
20782
20783         * modules/chdir-long (Depends-on): Add memrchr.
20784         * modules/memrchr (Files): Add lib/memrchr.h.
20785         (Include): "memrchr.h".
20786
20787 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
20788
20789         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
20790
20791 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
20792
20793         * lib/memrchr.h: New file.
20794         * lib/chdir-long.c: Include it.
20795         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
20796         Don't bother including stddef.h.
20797
20798 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
20799
20800         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
20801         inclusion.
20802         Include <sys/types.h>, for dev_t.
20803         (ME_DUMMY, ME_REMOTE): Move from here....
20804         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
20805         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
20806         Dmitry V. Levin.
20807         Include mountlist.h first, to test the interface.
20808
20809 2005-01-29  Bruno Haible  <bruno@clisp.org>
20810
20811         * lib/progname.c (program_name): Initialize.
20812         Needed when linking statically on MacOS X.
20813
20814 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
20815
20816         Sync from coreutils.
20817         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
20818         (Depends-on): Add c-strtod.
20819         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
20820
20821 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
20822
20823         Sync from coreutils.
20824         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
20825
20826         Remove files that are specific to coreutils.
20827         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
20828
20829 2005-01-28  Bruno Haible  <bruno@clisp.org>
20830
20831         * modules/javacomp: New file.
20832         * MODULES.html.sh (Java): Add javacomp.
20833
20834 2005-01-28  Bruno Haible  <bruno@clisp.org>
20835
20836         * m4/javacomp.m4: New file, from GNU gettext.
20837
20838 2005-01-28  Bruno Haible  <bruno@clisp.org>
20839
20840         * lib/javacomp.sh.in: New file, from GNU gettext.
20841         * lib/javacomp.h: New file, from GNU gettext.
20842         * lib/javacomp.c: New file, from GNU gettext.
20843
20844 2005-01-26  Simon Josefsson  <jas@extundo.com>
20845
20846         * lib/gai_strerror.c: Use GPL in header.
20847
20848 2005-01-26  Bruno Haible  <bruno@clisp.org>
20849
20850         * modules/javaexec: New file.
20851         * MODULES.html.sh (Java): Add javaexec.
20852
20853 2005-01-26  Bruno Haible  <bruno@clisp.org>
20854
20855         * m4/javaexec.m4: New file, from GNU gettext.
20856
20857 2005-01-26  Bruno Haible  <bruno@clisp.org>
20858
20859         * lib/javaexec.sh.in: New file, from GNU gettext.
20860         * lib/javaexec.h: New file, from GNU gettext.
20861         * lib/javaexec.c: New file, from GNU gettext.
20862
20863 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20864
20865         * modules/lchown (Depends-on): Remove lchown.h
20866
20867 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20868
20869         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
20870         must be defined if the header file was not found, in order
20871         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
20872
20873 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20874
20875         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
20876         initializers for struct pentry_state.
20877         (__argp_error): Check return value of __asprintf
20878         (__argp_failure): Translate error message
20879
20880         * lib/argp-parse.c: Removed braces around the expansion of N_()
20881
20882 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
20883
20884         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
20885         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
20886         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
20887         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
20888         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
20889         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
20890         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
20891         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
20892         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
20893         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
20894         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
20895         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
20896         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
20897         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
20898         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
20899         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
20900         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
20901         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
20902         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
20903         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
20904         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
20905         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
20906         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
20907         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
20908         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
20909         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
20910         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
20911         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
20912         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
20913         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
20914         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
20915         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
20916         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
20917         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
20918         xstrtol.m4, xstrtoumax.m4, yesno.m4:
20919         Use an all-permissive copyright notice, recommended by RMS.
20920
20921 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
20922
20923         * modules/chdir-long (Depends-on): Remove mempcpy.
20924
20925 2005-01-21  Jim Meyering  <jim@meyering.net>
20926
20927         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
20928         same value as for Solaris 9.
20929
20930         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
20931         component length.  This included changing the parameter to be
20932         of type `char *' rather than `char const *'.
20933         * lib/chdir-long.h (chdir_long): Update prototype.
20934
20935         * lib/openat.c (fdopendir, fstatat): New functions.
20936         * lib/openat.h: Include headers required for use of DIR and struct
20937         stat.
20938         [AT_SYMLINK_NOFOLLOW]: Define.
20939         (fdopendir, fstatat): Add prototypes.
20940
20941 2005-01-21  Bruno Haible  <bruno@clisp.org>
20942
20943         * modules/classpath: New file.
20944         * MODULES.html.sh (Java): Add classpath.
20945
20946 2005-01-21  Bruno Haible  <bruno@clisp.org>
20947
20948         * lib/classpath.h: New file, from GNU gettext.
20949         * lib/classpath.c: New file, from GNU gettext.
20950
20951 2005-01-20  Simon Josefsson  <jas@extundo.com>
20952
20953         * modules/version-etc-fsf: New file.
20954
20955 2005-01-20  Simon Josefsson  <jas@extundo.com>
20956
20957         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
20958         * lib/version-etc.c: Remove version_etc_copyright.
20959         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
20960         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
20961
20962 2005-01-20  Simon Josefsson  <jas@extundo.com>
20963
20964         * lib/base64.h (isbase64): Add.
20965
20966         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
20967         using a unsigned prototype, don't inline.
20968         (base64_decode): Use it.
20969
20970 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
20971
20972         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
20973         it.
20974
20975 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
20976
20977         * lib/save-cwd.c (save_cwd): Remove code to support the case
20978         where fchdir is missing or flaky.
20979
20980 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
20981
20982         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
20983
20984 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
20985
20986         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
20987         AC_LIBSOURCES now does this.
20988         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
20989         with new ullong_max module.
20990
20991 2005-01-19  Bruno Haible  <bruno@clisp.org>
20992
20993         * modules/sh-quote: New file.
20994         * MODULES.html.sh (Executing programs): Add sh-quote.
20995
20996 2005-01-19  Bruno Haible  <bruno@clisp.org>
20997
20998         * lib/sh-quote.h: New file, from GNU gettext.
20999         * lib/sh-quote.c: New file, from GNU gettext.
21000
21001 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
21002
21003         Merge from coreutils.
21004         * m4/ullong_max.m4: New file.
21005         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
21006         (gl_MACROS): Assume localeconv exists.
21007
21008 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
21009
21010         Merge changes from coreutils, as described below in several
21011         changelogs dated today.
21012
21013         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
21014         (O_DIRECTORY): Remove; not needed here, since "." must be
21015         a directory.  All uses removed.
21016         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
21017         universal on Suns, and we also need to test for IRIX.
21018         Revamp code to use 'if' rather than '#if'.
21019         Avoid unnecessary comparison of cwd->desc to 0.
21020
21021         * lib/utimens.c (futimens): Robustify the previous patch, by checking
21022         for known valid error numbers rather than observed invalid ones.
21023
21024 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
21025
21026         * modules/ullong_max: New file.
21027
21028         * modules/chdir-long, modules/openat: New files.
21029         * modules/save-cwd (Depends-on): Depend on chdir-long.
21030         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
21031
21032 2005-01-18  Jim Meyering  <jim@meyering.net>
21033
21034         Merge from coreutils.
21035         * m4/chdir-long.m4, m4/openat.m4: New files.
21036         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
21037         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
21038         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
21039         is sane and DOES follow symlinks.  Besides, testing 20 different
21040         systems found no broken chown implementations.
21041         Prompted by a change in rsync's copy of this macro.
21042         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
21043
21044         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
21045
21046         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
21047         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
21048         NULL-means-set-to-current-time semantics.
21049         Remove temporary file immediately, rather than waiting
21050         for configure's at-exit trap code to do it.
21051
21052 2005-01-18  Jim Meyering  <jim@meyering.net>
21053
21054         * lib/version-etc.c (version_etc_copyright): Update copyright date.
21055
21056         * lib/utimens.c (futimens): Account for the fact that futimes
21057         can also fail with errno == ENOSYS or errno == ENOENT.
21058         Patch from Dmitry V. Levin.
21059
21060         Change the name of the robust chdir function from chdir to chdir_long.
21061         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
21062         (restore_cwd): Use chdir_long, not chdir.
21063         * lib/chdir-long.c: Renamed from chdir.c.
21064         * lib/chdir-long.h: Renamed from chdir.h.
21065         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
21066         Hurd.
21067
21068 2005-01-18  Bruno Haible  <bruno@clisp.org>
21069
21070         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
21071         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
21072         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
21073         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
21074         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
21075         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
21076         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
21077         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
21078         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
21079         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
21080         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
21081         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
21082         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
21083         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
21084         Use an all-permissive copyright notice, recommended by RMS.
21085
21086 2005-01-18  Bob Proulx  <bob@proulx.com>
21087
21088         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
21089         simplify offsetof() macro construct to avoid compile failure with
21090         native HP-UX 11.0 ANSI C compiler.
21091
21092 2005-01-17  Bruno Haible  <bruno@clisp.org>
21093
21094         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
21095         redundant because stpncpy.m4 takes care of it.
21096
21097 2005-01-17  Bruno Haible  <bruno@clisp.org>
21098
21099         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
21100
21101 2005-01-17  Bruno Haible  <bruno@clisp.org>
21102
21103         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
21104         used.
21105
21106 2005-01-17  Bruno Haible  <bruno@clisp.org>
21107
21108         * lib/fwriteerror.h (fwriteerror): Change specification to include
21109         fclose.
21110         * lib/fwriteerror.c: Include <stdbool.h>.
21111         (fwriteerror): At the end, close the file stream. Record whether
21112         stdout was already closed.
21113
21114 2005-01-17  Bruno Haible  <bruno@clisp.org>
21115
21116         * lib/execute.c (environ): Declare if needed.
21117         * lib/pipe.c (environ): Likewise.
21118         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
21119
21120 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21121
21122         * modules/argp: Depend on vsnprintf
21123
21124 2005-01-10  Jim Meyering  <jim@meyering.net>
21125
21126         * modules/closeout (Depends-on): Add atexit.
21127
21128 2005-01-06  Bruno Haible  <bruno@clisp.org>
21129
21130         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
21131
21132 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
21133
21134         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
21135         definitions to be after all include files, to avoid collisions.
21136         Problem reported by Bob Proulx.
21137
21138 2005-01-04  Jim Meyering  <jim@meyering.net>
21139
21140         Changes imported from coreutils.
21141         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
21142         as the mkstemp template, use a temporary directory and an
21143         8.3-friendly template to avoid trouble on systems like DJGPP.
21144         Reported by Juan M. Guerrero via Stepan Kasal.
21145         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
21146         close. Remove the temporary directory right away, rather than waiting
21147         for configure's at-exit trap code to do it.
21148         Suggestion from Stepan Kasal.
21149
21150 2005-01-01  Simon Josefsson  <jas@extundo.com>
21151
21152         * gnulib-tool: Print #include directives when --import'ing.
21153
21154 2004-12-28  Simon Josefsson  <jas@extundo.com>
21155
21156         * tests/test-base64.c: Include required header files.  Remove
21157         unused variables.
21158
21159 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
21160
21161         * modules/error (Depends-on): Remove gettext.
21162
21163 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
21164
21165         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
21166         not needed.  This removes a dependency on the gettext module.
21167         [defined _LIBC]: Do not include <libintl.h>; not needed.
21168
21169 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
21170
21171         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
21172         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
21173
21174 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
21175
21176         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
21177         HAVE_DECL_STRTOLD.
21178
21179 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
21180
21181         * modules/getdate (Depends-on): Remove alloca-opt.
21182
21183 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
21184
21185         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
21186
21187 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
21188
21189         * lib/argp-parse.c: Include <stddef.h>.
21190         (alignof, alignto): New macros.
21191         (parser_init): Don't assume that void * is aligned sufficiently
21192         for struct option.
21193
21194         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
21195         need to extend the stack.
21196         (YYINITDEPTH): New macro, so that the initial stack isn't overly
21197         large.
21198
21199 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21200
21201         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
21202
21203 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
21204
21205         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
21206         (2004-10-24) change.  Apparently this was a false alarm.
21207
21208         * modules/getdate: Depend on alloca-opt, not alloca.
21209
21210 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
21211
21212         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
21213         Remove now-obsolete comment about AIX.
21214         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
21215         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
21216         (YYMAXDEPTH): New macro.
21217
21218 2004-12-18  Simon Josefsson  <jas@extundo.com>
21219
21220         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
21221
21222 2004-12-18  Bruno Haible  <bruno@clisp.org>
21223
21224         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
21225
21226 2004-12-18  Bruno Haible  <bruno@clisp.org>
21227
21228         * lib/fatal-signal.c (fatal_signals): Make non-const.
21229         (init_fatal_signals): New function.
21230         (uninstall_handlers, install_handlers): Ignore signals that were set to
21231         SIG_IGN.
21232         (at_fatal_signal): Call init_fatal_signals.
21233         (init_fatal_signal_set): Likewise. Ignore signals that were set to
21234         SIG_IGN.
21235         Reported by Paul Eggert.
21236
21237 2004-12-18  Bruno Haible  <bruno@clisp.org>
21238
21239         * doc/alloca.texi: New file.
21240         * doc/alloca-opt.texi: New file.
21241
21242 2004-12-17  Jim Meyering  <jim@meyering.net>
21243
21244         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
21245         Otherwise, install-sh could exit with improper exit status when
21246         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
21247
21248 2004-12-16  Simon Josefsson  <jas@extundo.com>
21249
21250         * tests/test-base64.c: Add license.
21251
21252 2004-12-15  Stepan Kasal  <address@hidden>
21253
21254         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
21255
21256 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
21257
21258         * modules/getcwd (Files): Add m4/d-ino.m4.
21259         Suggested by Mark D. Baushke.
21260
21261 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
21262
21263         * lib/getdate.y (textint): New member "negative".
21264         (time_zone_hhmm): New function.
21265         Expect 14 shift-reduce conflicts, not 13.
21266         (o_colon_minutes): New rule.
21267         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
21268         (yylex): Set the "negative" member of signed numbers.
21269
21270 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
21271
21272         * doc/getdate.texi (Time of day items, Time zone items):
21273         Describe new formats +00:00, UTC+00:00.
21274
21275 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
21276
21277         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
21278         spurious "-l"s.  Problem reported by Stepan Kasal.
21279
21280 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
21281
21282         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
21283         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
21284
21285 2004-12-04  Simon Josefsson  <jas@extundo.com>
21286
21287         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
21288         Vandoorselaere <yoann@prelude-ids.org>.
21289
21290 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
21291
21292         Changes imported from coreutils.
21293         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
21294         exist.
21295         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
21296
21297 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
21298
21299         Changes imported from coreutils.
21300         * lib/hard-locale.c: Assume <locale.h> exists.
21301         Include "strdup.h".
21302         (GLIBC_VERSION): New macro.
21303         (hard_locale): Assume setlocale exists.
21304         Rewrite to avoid #ifdef.
21305         Use strdup rather than malloc + strcpy.
21306         * lib/human.c: Assume <locale.h> exists.
21307         (human_readable): Assume localeconv exists.
21308
21309 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
21310
21311         * modules/hard-locale (Depends-on): Add strdup.
21312
21313 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
21314
21315         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
21316         convert T2, not T.  (Imported from libc.)
21317
21318 2004-11-30  Simon Josefsson  <jas@extundo.com>
21319
21320         * modules/restrict (License): Change to LGPL.
21321
21322 2004-11-30  Simon Josefsson  <jas@extundo.com>
21323
21324         * m4/restrict.m4: Add copyright and copying conditions.
21325
21326 2004-11-30  Simon Josefsson  <jas@extundo.com>
21327
21328         * m4/base64.m4: New file.
21329
21330 2004-11-30  Simon Josefsson  <jas@extundo.com>
21331
21332         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
21333         base64.
21334
21335         * tests/test-base64.c: New file.
21336
21337         * modules/base64: New file.
21338
21339 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
21340
21341         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
21342         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
21343
21344         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
21345
21346 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
21347
21348         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
21349         (__getcwd.c): Don't restore errno; glibc doesn't.
21350         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
21351         first, falling back to our code only if its results look suspicious.
21352         Ensure that the resulting buffer is only as large as necessary.
21353
21354         * lib/readutmp.c: Include readutmp.h first.
21355         Include <errno.h>, since readutmp.h no longer does that.
21356         * lib/readutmp.h: Don't include <errno.h>,
21357         <sys/param.h>, <time.h>; not needed to establish interface.
21358         (errno): Remove decl.
21359         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
21360         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
21361         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
21362
21363 2004-11-28  Simon Josefsson  <jas@extundo.com>
21364
21365         * lib/base64.h, base64.c: New file.
21366
21367 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
21368
21369         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
21370
21371 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
21372
21373         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
21374         (Depends-on): Remove pathmax, same.  Add mempcpy.
21375         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
21376         (Makefile.am): Append getcwd.h to lib_SOURCES.
21377         (Include): Add getcwd.h.
21378         (Maintainer): Change from Jim Meyering to "all, glibc",
21379         since getdate now uses intended-for-glibc code.
21380         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
21381         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
21382
21383 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
21384
21385         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
21386         HP's ANSI C compiler.
21387         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
21388         Declaring int functions causes warnings on some modern systems and
21389         shouldn't be needed to compile on ancient ones.
21390         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
21391         defined.
21392
21393         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
21394         with the following changes.
21395         (__set_errno): Parenthesize properly.
21396         Include <stdbool.h>.
21397         (MIN, MAX, MATCHING_INO): New macros.
21398         (__getcwd): Define with prototype, not K&R form.
21399         Use heuristics to allocate default buffer on stack if possible.
21400         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
21401         behavior, and to avoid the PATH_MAX limit when computing
21402         ../../../../...
21403         Use MATCHING_INO to compare inode number to file.
21404         Check for arithmetic overflow in size calculations.
21405         Fix bug in reallocation of dot array that caused getcwd to fail
21406         on directories nested deeper than 75.
21407         Be more careful about saving errno on error.
21408         Do not use realloc; use only free+malloc, as this is a bit
21409         more flexible and avoids a needless copy operation.
21410         Do not inspect st_dev and st_ino for symbolic links; POSIX
21411         doesn't specify the latter.
21412         Check for closedir errors.
21413         Avoid needless casts.
21414         Use "#ifdef weak_alias" around weak_alias, to be like other
21415         glibc code.
21416         The following changes to getcwd.c have effect only when used in
21417         gnulib; they have no effect inside glibc proper.
21418         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
21419         as alloca isn't used.
21420         (alloca, __alloca): Likewise.
21421         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
21422         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
21423         unconditionally, as gnulib assumes C89 or better.
21424         Do not include <sys/param.h>.
21425         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
21426         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
21427         better.
21428         (NULL) [!defined NULL]: Remove; we assume C89 or better.
21429         Include <dirent.h> in a way that is compatible with modern Autoconf.
21430         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
21431         New macros, if not already defined.
21432         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
21433         Use "_LIBC", not "defined _LIBC", for consistency.
21434         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
21435         a mempcpy module.
21436         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
21437         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
21438         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
21439         credit only to Jim Meyering and adjust the copyright dates.
21440         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
21441         <stdlib.h>, <unistd.h>, "pathmax.h".
21442         Instead, include "xgetcwd.h" (first) and "getcwd.h".
21443         (INITIAL_BUFFER_SIZE): Remove.
21444         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
21445
21446 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
21447
21448         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
21449         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
21450         Use the _ONCE methods, for efficiency.
21451         Check for fcntl.h.  In test program, include <errno.h>
21452         and <fcntl.h> if available.  Remove old K&R cruft from
21453         test program.  Check for common errors in GNU/Linux,
21454         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
21455         don't do AC_LIBOBJ, as that's getcwd.m4's job.
21456         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
21457         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
21458         name accordingly.
21459         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
21460         accommodate new getcwd.c.
21461         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
21462         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
21463         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
21464         that's all we need now.
21465
21466 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21467
21468         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
21469         argp-parse.c depends on getopt internals, that means we should
21470         always use our getopt, to be on the safe side.
21471         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
21472         order not to spoil the result of an eventual previous invocation
21473         of gl_GETOPT_SUBSTITUTE.
21474
21475 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21476
21477         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
21478         redefinition warnings. To avoid them, include the defines
21479         in `#if !defined __need_getopt ... #endif'. The only place
21480         where __getopt_argv_const is used is in definitions
21481         of getopt_long and getopt_long_only below, which are as well
21482         protected by `#ifndef __need_getopt'.
21483         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
21484         __need_getopt after including <stdio.h> and <unistd.h> These
21485         headers might have defined it.
21486
21487 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
21488
21489         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
21490
21491 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
21492
21493         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
21494         (futimens): New function, which uses futimes if available.
21495         (futimens, utimens): Support timespec==NULL, with same semantics
21496         as utime and utimens.
21497         * lib/utimens.h (futimens): New decl.
21498
21499 2004-11-23  Jim Meyering  <jim@meyering.net>
21500
21501         * lib/getopt_.h: Remove trailing blanks.
21502
21503 2004-11-23  Jim Meyering  <jim@meyering.net>
21504
21505         * lib/__fpending.c: Add comment.
21506
21507 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
21508
21509         * modules/canonicalize (Depends-on): Add xreadlink.
21510         Problem reported by James Youngman.
21511
21512 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
21513
21514         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
21515         New macros.
21516         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
21517         optopt): Use them instead of invoking ## directly; otherwise, the
21518         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
21519
21520 2004-11-19  Bruno Haible  <bruno@clisp.org>
21521
21522         * lib/strtok_r.c: Move comments from here...
21523         * lib/strtok_r.h: ... to here.
21524
21525 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
21526
21527         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
21528         implementations that mishandle size_t overflow.
21529
21530 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
21531
21532         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
21533         might fail.  Problem reported by Yoann Vandoorselaere.
21534         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
21535         implementations that mishandle size_t overflow.
21536
21537 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
21538
21539         * modules/canon-host (Depends-on): Add strdup.
21540
21541 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
21542
21543         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
21544
21545 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
21546
21547         * lib/canon-host.c: Include "strdup.h".
21548         (canon_host): Use getaddrinfo if available, so that IPv6 works.
21549         Use strdup instead of malloc/strcpy to duplicate strings.
21550
21551         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
21552         (human_space_before_unit): New constant.
21553         * lib/human.c (human_readable): Support it.
21554
21555         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
21556         (xgetcwd): Set errno correctly when failing.
21557         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
21558         the failure is actually due to a PATH_MAX problem.
21559
21560         Further getopt changes to make it more likely that glibc will
21561         buy the changes back.
21562         * lib/getopt.c (POSIXLY_CORRECT): New constant.
21563         (getopt): Use it, so to preserve glibc semantic
21564         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
21565         when compiling for libc.
21566         * lib/getopt_.h (__getopt_argv_const): Bring it back.
21567         (getopt_long, getopt_long_only): Use it.
21568
21569         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
21570         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
21571         (getopt): Argv is now char * const *, as per standard.
21572         (_getopt_internal_r, _getopt_internal): Argv is now char **,
21573         not char *__getopt_argv_const *.
21574         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
21575         _getopt_long_only_r): Likewise.
21576         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
21577         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
21578         _getopt_long_r, _getopt_long_only_r): Likewise.
21579         * lib/getopt_.h (__getopt_argv_const): Remove.
21580         (getopt): Argv is now char * const *, as per standard.
21581
21582         * lib/getdate.y (tORDINAL): New token.
21583         (day, relunit): Allow it for relative times.
21584         (relative_time_table): Use tORDINAL for ordinals.
21585
21586 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
21587
21588         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
21589         Document that "second" isn't allowed as an ordinal number.
21590
21591 2004-11-16  Jim Meyering  <jim@meyering.net>
21592
21593         * modules/closeout (Depends-on): Add fpending.
21594
21595 2004-11-15  Jim Meyering  <jim@meyering.net>
21596
21597         * lib/closeout.c: Include "__fpending.h" once again.
21598         Include <stdbool.h>.
21599         (close_stdout): Don't fail just because stdout was closed initially,
21600         since some programs don't write to stdout in the normal course of
21601         operation (other than --version and --help), and we don't want this
21602         function to make e.g. `touch file >&-' fail.
21603         But do fail if it was closed and someone has tried to write to it.
21604         E.g., `printf foo >&-' must fail.
21605
21606 2004-11-13  Jim Meyering  <jim@meyering.net>
21607
21608         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
21609
21610 2004-11-12  Simon Josefsson  <jas@extundo.com>
21611
21612         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
21613         small doc fix is still pending.
21614
21615 2004-11-11  Simon Josefsson  <jas@extundo.com>
21616
21617         * modules/strtok_r: New file.
21618
21619         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
21620         strtok_r.
21621
21622 2004-11-11  Simon Josefsson  <jas@extundo.com>
21623
21624         * m4/strtok_r.m4: New file.
21625
21626         * m4/getopt.m4: Replace opterr.
21627
21628 2004-11-11  Simon Josefsson  <jas@extundo.com>
21629
21630         * lib/strtok_r.h, strtok_r.c: New file.
21631
21632 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
21633
21634         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
21635         of replacing opterr, getopt, etc.  This should handle the
21636         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
21637
21638 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
21639
21640         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
21641         we can stop lying to compilers about the constness of argv when we
21642         are compiled outside glibc.
21643         (getopt, getopt_long, getopt_long_only): Use it.
21644         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
21645         _getopt_internal, getopt): Likewise.
21646         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
21647         _getopt_long_only_r): Likewise.
21648         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
21649         _getopt_long_r, _getopt_long_only_r): Likewise.
21650
21651         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
21652         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
21653         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
21654         the other external symbols.
21655         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
21656         declaration, since the above renaming now works around collisions.
21657
21658 2004-11-11  Jim Meyering  <jim@meyering.net>
21659
21660         * lib/linebreak.c: Remove trailing blanks.
21661         * lib/alloca_.h: Likewise.
21662         * lib/acosl.c: Likewise.
21663         * lib/euidaccess.c: Likewise.
21664         * lib/allocsa.h: Likewise.
21665
21666 2004-11-10  Simon Josefsson  <jas@extundo.com>
21667
21668         * m4/getaddrinfo.m4: New file.
21669
21670 2004-11-10  Simon Josefsson  <jas@extundo.com>
21671
21672         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
21673
21674 2004-11-10  Simon Josefsson  <jas@extundo.com>
21675
21676         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
21677         getaddrinfo.
21678
21679         * modules/getaddrinfo: New file.
21680
21681 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
21682
21683         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
21684
21685 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
21686
21687         * lib/mktime.c (SHR): New macro, which is a portable
21688         substitute for >> that should work even on Crays.
21689         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
21690         Problem reported by Mark D. Baushke in
21691         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
21692         * lib/getdate.y (SHR): Likewise.
21693         (tm_diff): Use it.
21694         * lib/strftime.c (SHR): Likewise.
21695         (tm_diff): Use it.
21696         * lib/quotearg.c (struct quoting_options): Use unsigned int for
21697         quote_these_too, so that right shifts are well defined.  All uses
21698         changed.
21699
21700 2004-11-10  Jim Meyering  <jim@meyering.net>
21701
21702         Ensure that no close failure goes unreported.
21703         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
21704         return early when it seems there's nothing to flush.
21705         Don't include __fpending.h.
21706
21707 2004-11-10  Jim Meyering  <jim@meyering.net>
21708
21709         * modules/closeout (Depends-on): Remove fpending.
21710
21711 2004-11-10  Jim Meyering  <jim@meyering.net>
21712
21713         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
21714
21715 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
21716
21717         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
21718         gl_FUNC_STRFTIME.
21719         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
21720         and AC_REQUIRE when possible, to avoid duplicate checks.
21721         Check for <wchar.h>.
21722
21723 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
21724
21725         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
21726
21727 2004-11-09  Bruno Haible  <bruno@clisp.org>
21728
21729         * m4/sockpfaf.m4: New file.
21730
21731 2004-11-05  Bruno Haible  <bruno@clisp.org>
21732
21733         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
21734         Reported by Mark D. Baushke <mdb@cvshome.org>.
21735
21736 2004-11-04  Bruno Haible  <bruno@clisp.org>
21737
21738         2004-09-11  Bruno Haible  <bruno@clisp.org>
21739                 * allocsa.valgrind: New file.
21740         2004-02-06  Bruno Haible  <bruno@clisp.org>
21741                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
21742                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
21743                 Reported by Christopher Seip <chris.seip@hp.com>.
21744
21745 2004-11-04  Bruno Haible  <bruno@clisp.org>
21746
21747         * modules/allocsa (Files): Add lib/allocsa.valgrind.
21748         (Makefile.am): Distribute it.
21749
21750 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
21751
21752         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
21753         with errno == ERANGE if the buffer is too small.
21754         Problem reported by Mark D. Baushke.
21755
21756 2004-11-03  Albert Chin  <china@thewrittenword.com>
21757             Paul Eggert  <eggert@cs.ucla.edu>
21758
21759         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
21760         equivalent, substitute $ac_type for equivalent type rather than
21761         blindly using uint32_t *always* which won't work if uint32_t is not
21762         available.  Define _UINT32_T to work around typedef of uint32_t if
21763         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
21764         2.5.1.
21765
21766 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
21767
21768         * m4/jm-macros.m4: Sync from coreutils.
21769         (gl_MACROS): Check for mbrlen, for pathchk.
21770         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
21771
21772 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
21773
21774         * lib/xreadlink.c (MAXSIZE): New macro.
21775         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
21776         size does not exceed MAXSIZE.  Avoid cast.
21777         As suggested by Mark D. Baushke in
21778         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
21779         if readlink fails with buffer size just under MAXSIZE, try again
21780         with MAXSIZE.
21781
21782 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
21783
21784         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
21785
21786 2004-11-02  Derek R. Price  <derek@ximbiot.com>
21787         and  Paul Eggert  <eggert@cs.ucla.edu>
21788
21789         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
21790         (get_date): Overparenthesize to avoid GCC warning.
21791
21792 2004-11-02  Bruno Haible  <bruno@clisp.org>
21793
21794         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
21795         returns void.
21796
21797 2004-11-02  Bruno Haible  <bruno@clisp.org>
21798
21799         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
21800         function returns void.
21801
21802 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
21803
21804         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
21805         fflush_unlocked, flockfile, funlockfile, funlockfile,
21806         fputs_unlocked, putc_unlocked.
21807
21808 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
21809
21810         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
21811         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
21812         already declared.
21813
21814 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
21815
21816         * modules/getdate (Files): Add doc/getdate.texi.
21817         (Depends-on): Add setenv, xalloc.
21818
21819 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
21820
21821         * lib/getdate.y: Add support for TZ="foo" within a date string.
21822         Fix some bugs near time_t boundaries.  Reject dates with
21823         out-of-range components, e.g., "Sept 31".
21824         Include <stdlib.h>, "setenv.h", "xalloc.h".
21825         (ISDIGIT_LOCALE): Remove; unused.
21826         Note that the TZ and time functions used here are not reentrant.
21827         (mktime_ok, get_tz): New functions.
21828         (TZBUFSIZE): New constant.
21829         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
21830         This requires that we sometimes generate our own TZ="XXX..." setting.
21831
21832 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
21833
21834         * doc/getdate.texi: New file, from coreutils with modifications for
21835         the new TZ parsing.
21836
21837 2004-10-27  Derek R. Price  <derek@ximbiot.com>
21838
21839         * lib/mktime.c (not_equal_tm): Remove redundant check.
21840
21841 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
21842
21843         * modules/regex (lib_SOURCES): Add regex.c.
21844         Reported by James Youngman in
21845         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
21846
21847 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
21848
21849         * lib/getdate.y: Use Bison 1.875 features, and some minor
21850         code cleanups.  This change does not affect semantics.
21851         Don't include <stdlib.h>; no longer needed.
21852         Don't include unlocked-io.h; only the "#if TEST" code uses
21853         stdio, and performance isn't crucial there.
21854         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
21855         Bison 1.875 features as described below.
21856         All uses of "PC." replaced by "pc->".
21857         (YYSTYPE): Add a forward declaration.
21858         (yylex, yyerror): Use full prototypes in forward decls.
21859         Use "%pure-parser" rather than obsolescent "%pure_parser".
21860         Use %parse-param and %lex-param instead of obsolescent
21861         YYPARSE_PARAM and YYLEX_PARAM.
21862         (meridian_table, month_and_day_table, time_units_table,
21863         relative_time_table, time_zone_table, military_table,
21864         lookup_zone, lookup_word, get_date):
21865         Use NULL instead of 0 where appropriate.
21866         (to_hour): Avoid abort (), to avoid a dependency on
21867         stdlib.h.
21868         (yyerror, yylex): Now accepts parser_control * arg.
21869         (main) [TEST]: Use '\0' rather than 0 for char.
21870
21871 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
21872
21873         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
21874
21875 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
21876
21877         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
21878         It's now the caller's responsibility to handle the case where
21879         !HAVE_GETPAGESIZE && !defined getpagesize.
21880
21881         * lib/mktime.c (leapyear): Arg is long int, not int.
21882
21883 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
21884
21885         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
21886
21887 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
21888
21889         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
21890         missing.  Problem reported by James Youngman.
21891
21892 2004-10-16  Simon Josefsson  <jas@extundo.com>
21893
21894         * gnulib-tool: Fix comments.  Fix parse problem.
21895         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
21896
21897 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
21898
21899         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
21900         implementation of getopt_long.  Problem reported by Alexander Taler in:
21901         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
21902
21903 2004-10-15  Bruno Haible  <bruno@clisp.org>
21904
21905         * gnulib-tool: Untabify. Initialize supplied_libname.
21906         (func_usage): More homogenous output.
21907         (func_modules_transitive_closure, func_modules_to_filelist,
21908         func_emit_lib_Makefile_am): New functions.
21909         (func_import): New function, extracted from big case statement. Use
21910         func_get_license, func_modules_transitive_closure,
21911         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
21912         opt_lgpl. Don't use test -a, as it's not portable.
21913         (func_create_testdir): Use func_modules_transitive_closure,
21914         func_modules_to_filelist, func_emit_lib_Makefile_am.
21915
21916 2004-10-15  Bruno Haible  <bruno@clisp.org>
21917
21918         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
21919
21920 2004-10-15  Bruno Haible  <bruno@clisp.org>
21921
21922         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
21923         the portions belonging to each module.
21924         Suggested by Derek Robert Price <derek@ximbiot.com>.
21925
21926 2004-10-12  Simon Josefsson  <jas@extundo.com>
21927
21928         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
21929         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
21930         to real functions.
21931
21932 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21933
21934         * modules/vsnprintf: New file.
21935
21936 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21937
21938         * m4/vsnprintf.m4: New file.
21939
21940 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21941
21942         * lib/vsnprintf.h: New file.
21943         * lib/vsnprintf.c: New file.
21944
21945 2004-10-11  Bruno Haible  <bruno@clisp.org>
21946
21947         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
21948         vsnprintf.
21949
21950 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
21951
21952         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
21953
21954 2004-10-07  Bruno Haible  <bruno@clisp.org>
21955
21956         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
21957         fits into the provided buffer.
21958
21959 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
21960
21961         * lib/diacrit.c, diacrit.h: Add GPL notice.
21962
21963         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
21964         notice.
21965         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
21966         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
21967         This avoids a potential constant-folding bug.
21968
21969 2004-10-05  Bruno Haible  <bruno@clisp.org>
21970
21971         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
21972         for the declaration of strsep.
21973
21974 2004-10-05  Bruno Haible  <bruno@clisp.org>
21975
21976         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
21977
21978 2004-10-04  Simon Josefsson  <jas@extundo.com>
21979
21980         * modules/memmem: New file.
21981         * tests/test-memmem.c: New file.
21982         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
21983
21984 2004-10-04  Simon Josefsson  <jas@extundo.com>
21985
21986         * m4/memmem.m4: New file.
21987
21988 2004-10-04  Simon Josefsson  <jas@extundo.com>
21989
21990         * lib/memmem.h: New file.
21991         * lib/memmem.c: New file, taken from glibc.
21992
21993 2004-10-04  Simon Josefsson  <jas@extundo.com>
21994
21995         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
21996         '#ifdef USE_UNLOCKED_IO'.
21997
21998 2004-10-04  Simon Josefsson  <jas@extundo.com>
21999
22000         * config/srclist.txt: Add memmem from glibc.
22001
22002 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
22003
22004         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
22005
22006         * modules/argmatch, modules/argp, modules/closeout, modules/error,
22007         modules/exclude, modules/getdate, modules/getline,
22008         modules/getndelim2, modules/getpass, modules/getpass-gnu,
22009         modules/getusershell, modules/linebuffer, modules/md5,
22010         modules/mountlist, modules/posixtm, modules/readtokens,
22011         modules/readutmp, modules/regex, modules/sha1,
22012         modules/version-etc, modules/yesno:
22013         Remove dependency on unlocked-io.
22014
22015 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
22016
22017         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
22018
22019         * m4/unlocked-io.m4: Add copyright notice.
22020         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
22021
22022 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
22023
22024         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
22025         * lib/xmalloc.c (xmemdup): Likewise.
22026         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
22027         XFREE): Remove these long-obsolescent macros.
22028         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
22029         * lib/xstrdup.c: Remove.
22030
22031         * lib/regex.c (re_comp): Cast gettext return value to char *,
22032         Problem reported by Martin Neitzel via Mark D. Baushke.
22033
22034 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
22035
22036         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
22037         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
22038         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
22039         regex.c, sha1.c, version-etc.c, yesno.c:
22040         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
22041         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
22042         the includer's responsibility.
22043
22044         Sync from coreutils.
22045
22046         * lib/modechange.c (mode_compile): Don't decrement a pointer that
22047         points to the start of a string, as the C Standard says the
22048         resulting behavior is undefined.
22049
22050         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
22051         simple -> simple_backups, numbered_existing ->
22052         numbered_existing_backups, numbered -> numbered_backups
22053         to avoid shadowing problems.  All uses changed.
22054         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
22055         * lib/backupfile.c (check_extension, numbered_backup):
22056         Rename locals to avoid shadowing 'basename'.
22057         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
22058         once.
22059
22060         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
22061         * lib/.cvsignore: Add getopt.h.
22062
22063 2004-10-04  Bruno Haible  <bruno@clisp.org>
22064
22065         * modules/README: New file.
22066         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
22067         not a module.
22068
22069 2004-10-02  Jim Meyering  <jim@meyering.net>
22070
22071         * lib/dirfd.h, getpagesize.h: Add copyright notice.
22072
22073 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
22074
22075         * modules/strsep: New file.
22076
22077 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
22078
22079         * m4/strsep.m4: New file.
22080
22081 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
22082
22083         * lib/strsep.h: New file.
22084         * lib/strsep.c: New file.
22085
22086 2004-10-01  Simon Josefsson  <jas@extundo.com>
22087
22088         * lib/snprintf.c (snprintf): Handle size==0.
22089
22090 2004-10-01  Simon Josefsson  <jas@extundo.com>
22091             Bruno Haible  <bruno@clisp.org>
22092
22093         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
22094         (snprintf): Declare 'args'.
22095
22096 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
22097
22098         * lib/snprintf.c: Remove comments as to why each header is needed.
22099
22100 2004-10-01  Bruno Haible  <bruno@clisp.org>
22101
22102         * MODULES.html.sh: Add strsep.
22103
22104 2004-09-30  Simon Josefsson  <jas@extundo.com>
22105
22106         * modules/snprintf: New file.
22107
22108 2004-09-30  Simon Josefsson  <jas@extundo.com>
22109
22110         * m4/snprintf.m4: New file.
22111
22112 2004-09-30  Simon Josefsson  <jas@extundo.com>
22113
22114         * lib/snprintf.h, lib/snprintf.c: New files.
22115
22116 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
22117
22118         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
22119         (hol_entry_help): Never translate an empty string.
22120         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
22121         * lib/argp.h (OPTION_NO_TRANS): New option.
22122
22123 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
22124
22125         * modules/argp (Maintainer): Replace Simon Josefsson
22126         by Sergey Poznyakoff.
22127
22128 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
22129
22130         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
22131         changes merged back into glibc.
22132
22133 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
22134
22135         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
22136
22137 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
22138
22139         * lib/xvasprintf.c: Include xalloc.h.
22140         (xvasprintf): Use xalloc_die, not xmalloc_die.
22141
22142 2004-09-29  Bruno Haible  <bruno@clisp.org>
22143
22144         * modules/alloca-opt: New file, derived from modules/alloca.
22145         * modules/allocsa: Depend on alloca-opt instead of alloca.
22146         * modules/setenv: Likewise.
22147         * modules/vasnprintf: Likewise.
22148         * MODULES.html.sh: Add alloca-opt.
22149
22150 2004-09-28  Simon Josefsson  <jas@extundo.com>
22151
22152         * gnulib-tool: New parameter --lgpl, to asseert that modules are
22153         LGPL, and to replace license template from GPL to LGPL.
22154
22155 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
22156
22157         * modules/dummy: Change license to LGPL.
22158
22159 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
22160
22161         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
22162
22163 2004-09-24  Simon Josefsson  <jas@extundo.com>
22164
22165         * modules/minmax (License): Change from GPL to LGPL.
22166
22167 2004-09-23  Simon Josefsson  <jas@extundo.com>
22168
22169         * gnulib-tool (--import): Typo.
22170
22171 2004-09-23  Simon Josefsson  <jas@extundo.com>
22172
22173         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
22174
22175 2004-09-22  Bruno Haible  <bruno@clisp.org>
22176
22177         * modules/*: Add 'License' field.
22178         * gnulib-tool: Accept --extract-license option.
22179         (func_get_license): New function.
22180
22181 2004-09-21  Bruno Haible  <bruno@clisp.org>
22182
22183         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
22184         Reported by Simon Josefsson.
22185
22186 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
22187
22188         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
22189         gl_AC_TYPE_LONG_LONG.
22190
22191 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
22192
22193         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
22194
22195 2004-09-18  Simon Josefsson  <jas@extundo.com>
22196         and  Paul Eggert  <eggert@cs.ucla.edu>
22197
22198         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
22199         calls with autoreconf.  Define GL_LIB.
22200
22201 2004-09-14  Karl Berry  <karl@gnu.org>
22202
22203         * config/srclist.txt: unsync setenv.c, sigh.
22204
22205 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
22206
22207         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
22208         Problem reported by Bruno Haible in:
22209         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
22210
22211 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
22212
22213         * config/srclist.txt: Comment out argp-pvh.c.
22214
22215 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
22216
22217         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
22218         in case some system header has #define'd it.  Problem reported by
22219         Soeren D. Schulze in
22220         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
22221
22222 2004-09-09  Karl Berry  <karl@gnu.org>
22223
22224         * regex.[ch]: delete from the root.  These were supposed to be
22225                 synced with emacs cvs, but this has not happened for about
22226                 a year, and anyway nothing else uses emacs regex.[ch].
22227                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
22228                 lib/regex[.ch] is untouched.
22229
22230 2004-09-09  Bruno Haible  <bruno@clisp.org>
22231
22232         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
22233
22234 2004-09-09  Bruno Haible  <bruno@clisp.org>
22235
22236         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
22237         modifications.
22238         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
22239
22240 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
22241
22242         * modules/xvasprintf: New file.
22243         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
22244
22245 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
22246
22247         * lib/xvasprintf.h: New file.
22248         * lib/xvasprintf.c: New file.
22249         * lib/xasprintf.c: New file.
22250
22251 2004-09-08  Bruno Haible  <bruno@clisp.org>
22252
22253         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
22254
22255 2004-09-08  Bruno Haible  <bruno@clisp.org>
22256
22257         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
22258         length is > INT_MAX.
22259         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
22260         more.
22261
22262 2004-09-08  Bruno Haible  <bruno@clisp.org>
22263
22264         * lib/stdint_.h: New file, taken from GNU clisp.
22265
22266 2004-09-08  Bruno Haible  <bruno@clisp.org>
22267             Oskar Liljeblad  <oskar@osk.mine.nu>
22268
22269         * modules/stdint: New file.
22270         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
22271
22272 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
22273
22274         Import from coreutils.
22275         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
22276         strings on unbounded length.  alloca's performance benefits aren't
22277         that important here.
22278         (V_STRDUP): Remove.
22279         (parse_with_separator): New function, with most of the internals
22280         of the old parse_user_spec.  Allow user to omit both user and group,
22281         for compatibility with FreeBSD.
22282         Clone only the user name, not the entire spec.
22283         Do not set *uid, *gid unless entirely successful.
22284         Avoid memory leak in some failing cases.
22285         Fix regression for USER.GROUP reported by Dmitry V. Levin in
22286         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
22287         (parse_user_spec): Rewrite to use parse_with_separator.
22288
22289 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
22290
22291         * modules/userspec: Don't depend on alloca.
22292
22293 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
22294
22295         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
22296
22297 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
22298
22299         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
22300         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
22301         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
22302
22303 2004-08-16  Simon Josefsson  <jas@extundo.com>
22304
22305         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
22306         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
22307         Add --dry-run for --import.
22308         Let user provided command line parameters override configure.ac
22309         settings.
22310
22311 2004-08-12  Simon Josefsson  <jas@extundo.com>
22312
22313         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
22314         as discussed with Paul Eggert in threads rooted at
22315         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
22316         and
22317         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
22318         Before, the test was empty, and relied on ELIDE_CODE in source
22319         code.)
22320         (gl_PREREQ_GETOPT): New macro.
22321         (gl_GETOPT): Use them.
22322
22323 2004-08-12  Simon Josefsson  <jas@extundo.com>
22324
22325         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
22326         * lib/getopt_.h: Renamed from getopt.h.
22327
22328 2004-08-12  Simon Josefsson  <jas@extundo.com>
22329
22330         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
22331         Change default library name from libfoo to libgnu.
22332         Now, if you have a configure.ac that says:
22333                 gl_SOURCE_BASE(gl)
22334                 gl_M4_BASE(gl/m4)
22335                 gl_MODULES(error getopt etcetera)
22336                 gl_INIT
22337         you can import all you need by running:
22338                 ../gnulib/gnulib-tool --import
22339
22340         * modules/getopt (Files): Rename getopt.h to getopt_.h.
22341         (Makefile.am): Rewrite, use logic from argz.
22342         (Include): Use <getopt.h> instead of "getopt.h".
22343
22344 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
22345
22346         * modules/argp (Files): Add m4/unlocked-io.m4.
22347         (Depends-on): Add extensions.
22348
22349 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
22350
22351         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
22352         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
22353         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
22354         Check for program_invocation_name, program_invocation_short_name,
22355         flockfile, funlockfile, features.h, _getopt_long_only_r.
22356
22357 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
22358
22359         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
22360         its complicated substitute.
22361         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
22362         and program_invocation_name.
22363         (__argp_basename) [!_LIBC]: Remove; the only use was
22364         replaced by its body.
22365         (__argp_short_program_name): Change condition from
22366         !defined __argp_short_program_name to
22367         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
22368         to match argp-namefrob.h.
22369         (__argp_failure): Don't assume strerror_r returns char *.
22370         * lib/argp-parse.c (N_): Define unconditionally.
22371         (argp_default_options): Fill out initializers with 0 to avoid
22372         gcc warnings.
22373
22374 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
22375
22376         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
22377         getopt1.c.
22378
22379 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
22380
22381         Merge from coreutils.
22382
22383         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
22384
22385         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
22386         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
22387
22388 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
22389
22390         Merge from coreutils.
22391
22392         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
22393         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
22394         for Reliant Unix 5.43.
22395
22396         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
22397         (union fooround): Use uintmax_t, not long int.
22398         The rest is a merge from libc:
22399         [defined _LIBC]: Include <shlib-compat.h>.
22400         (_obstack) [defined _LIBC]: Remove after 2.3.4.
22401
22402         * lib/settime.c (settime): Recode to avoid warning with
22403         Sun Forte C 6U2.
22404
22405         * lib/strverscmp.c: Convert to UTF-8.
22406
22407 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
22408
22409         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
22410         m4/uintmax_t.m4.
22411
22412 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
22413
22414         * modules/xalloc-die: New file.
22415         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
22416
22417         * modules/md5 (Files): Add m4/uint32_t.m4.
22418         * modules/sha1: Renamed from modules/sha.
22419         (Files):
22420         Rename lib/sha.h to lib/sha1.h.
22421         Rename lib/sha.c to lib/sha1.c.
22422         Rename m4/sha.m4 to m4/sha1.m4.
22423         (lib_SOURCES): Likewise.
22424         (configure.ac): Rename gl_SHA to gl_SHA1.
22425         (Include): sha.h -> sha1.h.
22426
22427 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
22428
22429         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
22430         * m4/sha1.m4: Renamed from sha.m4.
22431         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
22432
22433 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
22434
22435         * lib/obstack.h (obstack_empty_p):
22436         Don't assume that chunk->contents is suitably aligned.
22437         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
22438         Likewise. Problem reported by Benno in
22439         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
22440
22441         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
22442         readable.  This could be improved further but it'd take some work.
22443
22444 2004-08-08  Simon Josefsson  <jas@extundo.com>
22445
22446         * modules/xgethostname (Depends-on): Remove exit and error (not
22447         used).
22448
22449         * modules/getpass-gnu: Add getpass.h.
22450         (Depends-on): Add stdbool.
22451         * modules/getpass: Add getpass.h.
22452
22453 2004-08-08  Simon Josefsson  <jas@extundo.com>
22454
22455         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
22456         Check getpass declaration.
22457
22458 2004-08-08  Simon Josefsson  <jas@extundo.com>
22459
22460         * lib/xgethostname.c: Don't include error.h (not used).
22461
22462         * lib/getpass.h: Add.
22463         * lib/getpass.c: Include getpass.h first.
22464
22465 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
22466
22467         * lib/xalloc-die.c: New file.
22468         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
22469         All uses removed.
22470         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
22471         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
22472         xalloc-die.c.
22473         (_, N_, xalloc_die): Move to xalloc-die.c.
22474         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
22475         so that we needn't mess with xalloc_msg_memory_exhausted.
22476
22477         * lib/sha1.h: Renamed from sha.h.
22478         (SHA1_H): Renamed from _SHA_H.
22479         (sha1_ctx): Renamed from sha_ctx.
22480         (sha1_init_ctx): Renamed from sha_init_ctx.
22481         (sha1_process_block): Renamed from sha_process_block.
22482         (sha1_process_bytes): Renamed from sha_process_bytes.
22483         (sha1_finish_ctx): Renamed from sha_finish_ctx.
22484         (sha1_read_ctx): Renamed from sha_read_ctx.
22485         (sha1_stream): Renamed from sha_stream.
22486         (sha1_buffer): Renamed from sha_buffer.
22487         * lib/sha1.c: Likewise; renamed from sha.c.
22488         Do not include <sys/types.h>.
22489         Include <stddef.h> rather than <stdlib.h>.
22490
22491 2004-08-08  Bruno Haible  <bruno@clisp.org>
22492
22493         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
22494         FILESYSTEM_PREFIX_LEN.
22495         * lib/progreloc.c: Likewise.
22496         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
22497
22498 2004-08-06  Simon Josefsson  <jas@extundo.com>
22499
22500         * modules/progname (Depends-on): Don't depend on stdbool.
22501
22502 2004-08-06  Simon Josefsson  <jas@extundo.com>
22503
22504         * modules/getsubopt: New file.
22505         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
22506         getsubopt.
22507
22508 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
22509
22510         More merge from coreutils.
22511
22512         * m4/utimens.m4, m4/utimecmp.m4: New files.
22513         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
22514         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
22515         prereq.m4, sha.m4: Import changes from coreutils.
22516
22517 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
22518
22519         More merge from coreutils.
22520         * modules/raise, modules/readtokens0, modules/utimens:
22521         * modules/utimecmp, module/xnanosleep: New files.
22522         * modules/strftime: Add lib/strftime.h.
22523         Change include from <time.h> to "strftime.h".
22524         * modules/yesno: Add lib/yesno.h.
22525         * modules/backupfile: Remove lib/addext.c.
22526         * modules/euidaccess: Add stat-macros.h.
22527         * modules/canonicalize, modules/euidaccess,
22528         modules/filemode, modules/lchown, modules/makepath,
22529         modules/rmdir, modules/stat: Likewise.
22530
22531 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
22532
22533         Merge from tar.
22534         * lib/argp-help.c (make_hol, hol_append): Don't assume that
22535         SIZE_MAX is a valid preprocessor constant.
22536         (__argp_basename): Change from "#ifndef _LIBC"
22537         to "#ifndef __argp_short_program_name", so that
22538         we don't compile these functions for tar.
22539
22540         More merges from coreutils.
22541         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
22542         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
22543         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
22544         * lib/addext.c: Remove; no longer needed.
22545         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
22546         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
22547         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
22548         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
22549         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
22550         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
22551         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
22552         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
22553         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
22554         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
22555         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
22556         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
22557         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
22558         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
22559         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
22560         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
22561         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
22562         Import changes from coreutils.
22563
22564 2004-08-05  Simon Josefsson  <jas@extundo.com>
22565
22566         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
22567
22568 2004-08-05  Simon Josefsson  <jas@extundo.com>
22569
22570         * m4/getsubopt.m4: New file.
22571
22572 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
22573
22574         Merge from coreutils.
22575
22576         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
22577         * m4/getcwd-path-max.m4: New files.
22578
22579         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
22580         FILESYSTEM_PREFIX_LEN ->
22581         FILE_SYSTEM_PREFIX_LEN.
22582         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
22583         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
22584         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
22585         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
22586
22587         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
22588         prerequisite modules now handle the DOS stuff.
22589         Don't check for unistd.h.
22590
22591 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
22592
22593         Merge from coreutils.
22594
22595         * lib/.gdb-history: Remove; this doesn't belong here.
22596
22597         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
22598         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
22599         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
22600         * lib/getcwd.c: New files.
22601
22602         * lib/dirname.h: Include <stdbool.h>.
22603         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
22604         for consistency with POSIX terminology.  All uses changed.
22605         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
22606         (strip_trailing_slashes): Use bool for booleans.
22607         * lib/stripslash.c (strip_trailing_slashes): Likewise.
22608
22609         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
22610         sometimes returns a positive errno value even when it succeeds.
22611         (print_errno_message) [!LIBC]: Fall back on strerror if
22612         __strerror_r fails.
22613
22614         * lib/path-concat.c (mempcpy): Don't define if a system header defines
22615         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
22616         (longest_relative_suffix): New function.
22617         (path_concat): Use it.  Assume first argument is not NULL.
22618         Port to DOS.  Omit redundant separators.
22619         Report an error instead of returning NULL.
22620         Use mempcpy instead of memcpy.
22621         (xpath_concat): Remove: not declared or used.
22622
22623         * lib/same.h: Include <stdbool.h>
22624         (same_name): Return bool, not int.
22625         * lib/same.c (same_name): Likewise.
22626         (errno): Don't declare; we assume C89 or better now.
22627
22628         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
22629         if not already defined.
22630
22631         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
22632         * lib/dup-safer.c (errno): Likewise.
22633
22634 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
22635
22636         Merge from coreutils.
22637         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
22638         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
22639         * modules/path-concat: Don't depend on strdup.
22640
22641 2004-08-03  Simon Josefsson  <jas@extundo.com>
22642
22643         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
22644         * lib/progname.h: Don't include stdbool.h.
22645
22646 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
22647
22648         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
22649         * MODULES.html.sh (func_all_modules): Remove fatal.
22650
22651 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
22652
22653         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
22654
22655 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
22656
22657         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
22658         working.
22659
22660 2004-08-02  Simon Josefsson  <jas@extundo.com>
22661
22662         * lib/getsubopt.h: New file, with comments from Bruno Haible.
22663         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
22664         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
22665
22666 2004-08-01  Simon Josefsson  <jas@extundo.com>
22667
22668         * lib/xgetdomainname.c: Include stdlib.h, for free().
22669
22670 2004-07-19  Bruno Haible  <bruno@clisp.org>
22671
22672         * MODULES.html.sh (func_all_modules): Add dummy.
22673
22674 2004-07-16  Simon Josefsson  <jas@extundo.com>
22675
22676         * modules/dummy: New file.
22677
22678 2004-07-16  Simon Josefsson  <jas@extundo.com>
22679
22680         * lib/dummy.c: New file.
22681
22682 2004-07-16  Bruno Haible  <bruno@clisp.org>
22683
22684         * lib/backupfile.h: Add extern "C" for C++.
22685         * lib/closeout.h: Likewise.
22686         * lib/copy-file.h: Likewise.
22687         * lib/findprog.h: Likewise.
22688         * lib/full-write.h: Likewise.
22689         * lib/pathname.h: Likewise.
22690         * lib/progname.h: Likewise.
22691         * lib/stpcpy.h: Likewise.
22692         * lib/stpncpy.h: Likewise.
22693         * lib/strcase.h: Likewise.
22694         * lib/strstr.h: Likewise.
22695         * lib/xalloc.h: Likewise.
22696
22697         * lib/mbswidth.h: Add extern "C" for C++.
22698         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
22699
22700 2004-07-13  Robert Millan  <robertmh@gnu.org>
22701
22702         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
22703
22704 2004-07-09  Simon Josefsson  <jas@extundo.com>
22705
22706         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
22707         failed without this.)
22708
22709 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
22710
22711         * modules/chown (Files): Add lib/fchown-stub.c, since
22712         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
22713
22714 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
22715
22716         * lib/fchown-stub.c: New file.
22717
22718 2004-06-24  Jim Meyering  <jim@meyering.net>
22719
22720         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
22721
22722 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
22723
22724         * modules/argz: Omit "#include".
22725
22726         * MODULES.html.sh (func_all_modules): Add calloc, to match
22727         2004-06-01 addition of calloc module.
22728
22729 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
22730
22731         * m4/argz.m4: New file, which is autoupdated from libtool.
22732
22733 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
22734
22735         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
22736         libtool.
22737
22738 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
22739
22740         * config/srclist-update: Don't insist on "USA." before the
22741         close-comment, as libtool omits the period and puts the */ on a
22742         separate line.
22743         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
22744         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
22745
22746 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
22747
22748         * modules/argz: New file.
22749         * MODULES.html.sh (func_all_modules): Add argz.
22750
22751 2004-06-12  Jim Meyering  <jim@meyering.net>
22752         and  Paul Eggert  <eggert@cs.ucla.edu>
22753
22754         * modules/hash (Files): Add lib/xalloc.h.
22755         * modules/pipe (Depends-on): Add wait-process.
22756         * modules/stat (Depends-on): Add xalloc.
22757         * modules/userspec (Files): Add lib/userspec.h.
22758         * modules/xstrto
22759
22760         Upgrade from gettext-0.13.
22761         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
22762         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
22763         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
22764
22765 2004-06-10  Jim Meyering  <jim@meyering.net>
22766
22767         * lib/calloc.c: New file.
22768
22769 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
22770
22771         * lib/getdate.y (yylex): Allow space between sign and number.
22772         Problem reported by Dan Jacobson.
22773
22774 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
22775
22776         Merge from coreutils CVS.
22777
22778         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
22779         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
22780         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
22781         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
22782         xstrtol.m4: Fix copyright date and/or serial number.
22783
22784         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
22785         See if we need an fchown replacement.
22786         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
22787         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
22788         and use the replacement function if we detect either defect.
22789
22790         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
22791         gl_UTIMECMP.
22792
22793 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
22794         and  Jim Meyering  <jim@meyering.net>
22795
22796         Merge from coreutils CVS.
22797
22798         * lib/stat-macros.h: New file, with contents from file-type.h
22799         and coreutils' system.h.
22800         * lib/file-type.c: Include "stat-macros.h".
22801         * lib/file-type.h (file_type): Move all macro definitions to new file,
22802         stat-macros.h.
22803
22804         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
22805         Wrap old code with this conditional.
22806         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
22807         function that does not dereference symlinks.
22808         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
22809
22810         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
22811         dependency problems.
22812         (xreadlink): Accept new arg SIZE, for efficiency.
22813         All decls and uses changed.
22814         * lib/xreadlink.h: Include <stddef.h>, for size_t.
22815
22816         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
22817         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
22818
22819         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
22820         sysexits.h.
22821
22822 2004-06-01  Jim Meyering  <jim@meyering.net>
22823
22824         * m4/calloc.m4: New file.
22825
22826 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
22827
22828         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
22829         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
22830         Also, fix a typo in a diagnostic.
22831
22832 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
22833
22834         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
22835         or AC_FUNC_REALLOC.
22836
22837 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
22838
22839         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
22840         macros to be defined.
22841         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
22842         the allocator returns NULL because the requested size is zero.
22843
22844 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
22845
22846         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
22847         var.  Add comment explaining why libc still defines it.  This
22848         merges the following patch from glibc:
22849         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
22850
22851 2004-05-20  Andreas Schwab  <schwab@suse.de>
22852
22853         * m4/free.m4: Replace free if it not known to work, not the other
22854         way round.
22855
22856 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
22857
22858         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
22859         present in glibc since revision 1.1 of this file.
22860         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
22861         obstack_alignment_mask, obstack_alloc, obstack_base,
22862         obstack_blank, obstack_blank_fast, obstack_chunk_size,
22863         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
22864         obstack_grow0, obstack_init, obstack_int_grow,
22865         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
22866         obstack_next_free, obstack_object_size, obstack_ptr_grow,
22867         obstack_ptr_grow_fast, obstack_room): Remove declarations of
22868         nonexistent functions.
22869
22870 2004-05-18  Karl Berry  <karl@gnu.org>
22871
22872         * config/srclist.txt: break link for vasnprintf.c.
22873
22874 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
22875
22876         Port obstack to the AS/400, where pointers are 16 bytes wide and
22877         you cannot cast an integer to a valid pointer.  This patch is
22878         currently waiting to be integrated into glibc; see
22879         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
22880
22881         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
22882         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
22883         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
22884         (struct obstack): temp member is now a union of a pointer and
22885         an integer, instead of an integer.  All integer uses changed.
22886         This does not affect the physical layout of struct obstack,
22887         except on hosts (like the AS/400) where the size or alignment of
22888         void * is greater than that of ptrdiff_t.
22889         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
22890         __STDC__)]: Store temporary in pointer member of union, not
22891         integer member.
22892         * lib/obstack.c: Include <stddef.h>, for offsetof.
22893         (struct fooalign): Remove; it doesn't need a name.
22894         (union fooround): Change double to long double, and add void *.
22895         (DEFAULT_ALIGNMENT): Use offsetof to compute.
22896         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
22897         not a macro.  Hence the values are always int; so remove all
22898         casts-to-int in uses.
22899
22900 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
22901
22902         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
22903         we can get this patch merged into glibc.
22904
22905 2004-05-17  Derek R. Price  <derek@ximbiot.com>
22906             Paul Eggert  <eggert@cs.ucla.edu>
22907
22908         * m4/argp: Depend on alloca.
22909
22910 2004-05-17  Derek R. Price  <derek@ximbiot.com>
22911             Paul Eggert  <eggert@cs.ucla.edu>
22912
22913         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
22914         freecoding.
22915
22916 2004-05-17  Bruno Haible  <bruno@clisp.org>
22917
22918         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
22919         precision that consists of a '.' followed by an empty digit string.
22920         Patch by Tor Lillqvist <tml@iki.fi>.
22921
22922 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
22923
22924         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
22925         for backward compatibility with older code.  We need our own
22926         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
22927         it under some other name, and our alloca.h will define it.
22928
22929 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
22930             Derek Price  <derek@ximbiot.com>
22931
22932         * lib/alloca.c: Include <alloca.h>, to get our interface.
22933         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
22934         include <alloca.h> first.  Use C89 prototype for alloca; this
22935         requires including <stddef.h> for size_t.  Use extern "C" if C++.
22936         Use #elif for simplicity, since we can assume C89 now.
22937         Don't try to source the system alloca.h since it will not be found
22938         and to prevent recursively including its replacement.
22939         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
22940         * lib/regex.c: Likewise.
22941
22942 2004-05-16  Derek Price  <derek@ximbiot.com>
22943             Paul Eggert  <eggert@cs.ucla.edu>
22944
22945         getline cleanup.  This changes the getndelim2 API: both order of
22946         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
22947         no delimiter).
22948
22949         * lib/getline.c: Don't include stddef.h or stdio.h, since our
22950         interface does that.
22951         (getline): Always use getdelim, so that we don't have two
22952         copies of this code.
22953         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
22954         if available.
22955         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
22956         (GETNDELIM2_MAXIMUM): New macro.
22957         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
22958         instead of the old practice of delim2==0.  All callers changed.
22959         Return -1 on overflow, instead of returning junk.
22960         Do not set *linesize unless allocation succeeds.
22961         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
22962         that we include sys/types.h.
22963         * lib/getnline.h: Likewise.
22964         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
22965         (getndelim2): Reorder arguments.
22966         * lib/getnline.c (getnline, getndelim):
22967         Don't discard the NMAX argument.
22968         (getnline): Invoke getndelim, to avoid code duplication.
22969         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
22970         of (size_t) -1 by callers of the getnline family.
22971
22972 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
22973
22974         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
22975         Check for gettimeofday.
22976         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
22977         Check for settimeofday, stime.
22978
22979 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
22980
22981         * lib/nanosleep.c (suspended): Change its type from int to
22982         sig_atomic_t volatile.
22983         (first_call): Make it private to rpl_nanosleep, and have it
22984         be zero initially as that's a bit faster.
22985         (my_usleep): Round up fractional times instead of truncating them,
22986         as this is the usual meaning for 'sleep'.
22987
22988         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
22989         doesn't work.
22990         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
22991         (ENOSYS): Define if not defined.
22992         (settime): Fall back on stime if it exists and settimeofday fails.
22993         But don't bother with fallbacks if a method fails with errno == EPERM.
22994
22995 2004-05-11  Jim Meyering  <jim@meyering.net>
22996
22997         Prior to this change, the save_cwd caller required read access to the
22998         current directory on most systems (ones with the fchdir function).
22999
23000         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
23001         fails, try write-only, and finally, resort to using xgetcwd.
23002
23003 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
23004
23005         * lib/obstack.c, obstack.h: Import changes from libc.
23006
23007 2004-04-28  Bruno Haible  <bruno@clisp.org>
23008
23009         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
23010         also implicitly appends .exe to executables.
23011         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
23012         accepts Windows pathnames.
23013         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
23014         Treat Cygwin like Windows, since it now accepts Windows pathnames.
23015         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
23016         Treat Cygwin like Windows, since it now accepts Windows pathnames.
23017         Reported by Derek Robert Price <derek@ximbiot.com>.
23018
23019 2004-04-21  Karl Berry  <karl@gnu.org>
23020
23021         * config/srclist.txt (localcharset.c): break sync.
23022
23023 2004-04-20  Paul Eggert  <eggert@twinsun.com>
23024
23025         * m4/host-os.m4: Add a copyright notice.
23026
23027 2004-04-20  Jim Meyering  <jim@meyering.net>
23028
23029         Change UTILS_ to gl_ in AC_DEFINE'd names.
23030         Change utils_- and jm_-prefixed variables, too.
23031         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
23032         UTILS_FUNC_MKDIR_TRAILING_SLASH.
23033         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
23034
23035         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
23036         Don't emit trailing blanks.
23037         Also rename jm_-prefixed variables to have gl_ prefix.
23038
23039         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
23040         Also rename jm_-prefixed variables to have gl_ prefix.
23041
23042         * m4/jm-macros.m4: Reflect the renamings.
23043         * m4/prereq.m4: Likewise.
23044
23045 2004-04-20  Jim Meyering  <jim@meyering.net>
23046
23047         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
23048         memory.
23049
23050 2004-04-20  Jim Meyering  <jim@meyering.net>
23051             Bruno Haible  <bruno@clisp.org>
23052
23053         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
23054         memory when realloc fails.
23055
23056 2004-04-19  Jim Meyering  <jim@meyering.net>
23057
23058         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
23059         now that readutmp.c may call `free (0)'.
23060
23061 2004-04-19  Bruno Haible  <bruno@clisp.org>
23062
23063         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
23064         * m4/inttypes_h.m4: Likewise.
23065         * m4/stdint_h.m4: Likewise.
23066         * m4/intmax_t.m4: Likewise.
23067         * m4/uintmax_t.m4: Likewise.
23068
23069 2004-04-18  Jim Meyering  <jim@meyering.net>
23070
23071         * m4/prereq.m4: Don't forbid jm_ prefix.
23072
23073         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
23074         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
23075         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
23076         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
23077         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
23078         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
23079         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
23080         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
23081         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
23082         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
23083         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
23084         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
23085         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
23086         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
23087         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
23088         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
23089         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
23090         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
23091         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
23092
23093 2004-04-18  Jim Meyering  <jim@meyering.net>
23094
23095         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
23096         failure, don't leak memory and do call END_UTMP_ENT.
23097
23098 2004-04-16  Jim Meyering  <jim@meyering.net>
23099
23100         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
23101         coreutils' stat program.
23102         (gl_PREREQ): Don't require jm_PREREQ_STAT.
23103
23104 2004-04-11  Paul Eggert  <eggert@twinsun.com>
23105
23106         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
23107         C89.
23108         (CHAR_BIT): Remove, since we assume C89.
23109         Include <stdint.h> if available, as per current Autoconf CVS advice.
23110
23111 2004-03-31  Jim Meyering  <jim@meyering.net>
23112
23113         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
23114         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
23115         * m4/xalloc.m4: Likewise.
23116
23117 2004-03-30  Paul Eggert  <eggert@twinsun.com>
23118
23119         Merge from coreutils.
23120
23121         * m4/inttostr.m4: New file.
23122         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
23123         Require AM_STDBOOL_H and gl_TIMESPEC instead.
23124         Require gl_CLOCK_TIME.
23125         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
23126
23127 2004-03-30  Paul Eggert  <eggert@twinsun.com>
23128
23129         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
23130         not bool, to be more consistent with Unix conventions.
23131         Suggested by Bruno Haible.
23132
23133         Merge from coreutils.
23134
23135         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
23136         * lib/umaxtostr.c: New files.
23137
23138         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
23139         the usual <time.h> dance.
23140         (get_date): Change signature to support fractional time stamps.
23141         All callers changed.
23142         * lib/getdate.y: Include "getdate.h" first, as we can now
23143         assume C89 and don't need to worry about 'const'.
23144         Similarly, include "unlocked-io.h" near start, not in middle.
23145         Include <limits.h>.
23146         (textint.value): Use long int rather than int.
23147         (textint.digits): Use size_t rather than int.
23148         (BILLION, LOG10_BILLION): New constants.
23149         (parser_control): New member rel_ns.  Members day_ordinal,
23150         time_zone, month, day, hour, minutes, rel_year, rel_month,
23151         rel_day, rel_hour, rel_minutes, rel_seconds
23152         are now long int, not int.  Member seconds is now struct timespec,
23153         not int.  New member timespec_seen.  Members dates_seen, days_seen,
23154         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
23155         not int.
23156         (%union.intval): Now long int, not int.
23157         New member timespec.
23158         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
23159         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
23160         (spec): Now is a timespec or an item list.
23161         (timespec, items): New nonterminals.
23162         (time, rel, relunit, number, get_date):
23163         Add support for fractional seconds.
23164         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
23165         (gmtime, localtime, mktime): Remove decls; not needed with C89.
23166         (to_hour): First arg is now long int, not int.
23167         (to_year): Returns long int, not int.
23168         Don't treat year -70 like 70.
23169         (tm_diff): Returns long int, not int.
23170         (lookup_word): Use bool instead of int when appropriate.
23171         (yylex): Use size_t for count, not int.
23172         Detect overflow when parsing large integer constants.
23173         Add support for fractions.
23174         (get_date): Make pointers 'const' if possible.
23175         Use more-portable code to detect integer overflow.
23176         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
23177         Don't use ctime; it's not reliable if the year has >4 digits.
23178
23179         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
23180         This is for compatibility with BSD.
23181
23182         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
23183         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
23184         From coreutils' system.h.
23185
23186         * lib/userspec.c: Don't include "posixver.h".
23187         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
23188         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
23189         compatible extension.  Simplify code by removing a boolean int
23190         that was always nonzero if a string was nonnull.
23191
23192 2004-03-30  Jim Meyering  <jim@meyering.net>
23193
23194         Merge from coreutils.
23195
23196         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
23197         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
23198         on some systems one must include <grp.h> before it.
23199         Reported by Christian Krackowizer.
23200
23201 2004-03-30  Jim Meyering  <jim@meyering.net>
23202
23203         Merge from coreutils.
23204
23205         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
23206
23207         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
23208         an empty input stream.
23209
23210         * lib/readtokens.c: Include <stdbool.h>.
23211         (readtoken): Use `size_t' rather than int/long.
23212         All callers adjusted.
23213         Use `bool' rather than `int' where appropriate.
23214         Use memset rather than an explicit loop.
23215         Use x2nrealloc rather than xrealloc.
23216         Allow the use of `\0' as a delimiter.
23217         (readtokens): Likewise.
23218         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
23219
23220 2004-03-30  Jim Meyering  <jim@meyering.net>
23221
23222         * m4/realloc.m4: Remove file, since now it does no more than
23223         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
23224         the `configure.ac' section of module/realloc.
23225         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
23226
23227 2004-03-30  Bruno Haible  <bruno@clisp.org>
23228
23229         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
23230         nonnull.
23231
23232 2004-03-29  Paul Eggert  <eggert@twinsun.com>
23233
23234         Merge changes to getloadavg.c from coreutils and Emacs.
23235
23236         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
23237         Define to an expression, not to the empty string.
23238         Include cloexec.h and xalloc.h.
23239         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
23240         Use set_cloexec_flag rather than rolling our own.
23241         * lib/cloexec.c, lib/cloexec.h: New files.
23242
23243 2004-03-29  Paul Eggert  <eggert@twinsun.com>
23244
23245         * m4/cloexec.m4: New file.
23246
23247 2004-03-18  Paul Eggert  <eggert@twinsun.com>
23248
23249         * lib/getopt.h: Sync with libc CVS.
23250
23251 2004-03-18  Paul Eggert  <eggert@twinsun.com>
23252             Bruno Haible  <bruno@clisp.org>
23253
23254         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
23255         mbswidth.
23256
23257 2004-03-18  Paul Eggert  <eggert@twinsun.com>
23258             Bruno Haible  <bruno@clisp.org>
23259
23260         * lib/mbswidth.h: Include <wchar.h> only if
23261         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
23262         <wchar.h>.
23263         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
23264
23265 2004-03-09  Paul Eggert  <eggert@twinsun.com>
23266
23267         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
23268         Sync with libc CVS.
23269         * lib/getopt_int.h: New file, also synced from libc.
23270
23271 2004-03-09  Paul Eggert  <eggert@twinsun.com>
23272
23273         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
23274         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
23275         Bring back getopt.c, getopt.h, getopt1.c.
23276
23277 2004-03-07  Paul Eggert  <eggert@twinsun.com>
23278
23279         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
23280         All uses changed.  Check for sa_sigaction member; this fixes
23281         a bug first reported by Jason Andrade in
23282         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
23283
23284 2004-03-07  Paul Eggert  <eggert@twinsun.com>
23285
23286         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
23287         '#if' expressions.  Unlike the code it replaces, it does not
23288         depend on (defined _SC_PAGESIZE).  However, it does depend on
23289         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
23290         first reported by Jason Andrade in
23291         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
23292
23293 2004-02-25  Simon Josefsson  <jas@extundo.com>
23294
23295         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
23296
23297 2004-02-25  Simon Josefsson  <jas@extundo.com>
23298
23299         * lib/strdup.h: New file.
23300         * lib/strdup.c: Include it.
23301         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
23302         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
23303
23304 2004-02-23  Karl Berry  <karl@gnu.org>
23305
23306         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
23307         (from fencepost.gnu.org:/gd/gnuorg).
23308
23309 2004-02-23  Karl Berry  <karl@gnu.org>
23310
23311         * config/srclistvars.sh (GNUORG) [karl]: redefine.
23312         * config/srclist.txt: add maintain/standards documents.
23313
23314 2004-02-18  Bruno Haible  <bruno@clisp.org>
23315
23316         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
23317         Reported by Derek Robert Price <derek@ximbiot.com>.
23318
23319 2004-02-16  Karl Berry  <karl@gnu.org>
23320
23321         * config/mkinstalldirs, install-sh: update from automake.
23322
23323 2004-02-06  Karl Berry  <karl@gnu.org>
23324
23325         * m4/po.m4: update from gettext 0.14.1.
23326
23327 2004-02-06  Karl Berry  <karl@gnu.org>
23328
23329         * lib/config.charset: update from gettext 0.14.1.
23330
23331 2004-02-05  Paul Eggert  <eggert@twinsun.com>
23332
23333         Add comments and code, prompted by suggestions from Bruno Haible
23334         for sh-quote.
23335         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
23336         describing the enum quoting_style values.
23337         * lib/quotearg.c (quotearg_alloc): New function.
23338         (quotearg_buffer_restyled): Treat lone { and } as special.
23339         Treat = as special.  Work around bug with older shells
23340         that "see" a '\' that is really the 2nd byte of a multibyte char.
23341         Quote empty string with shell_quoting_style.
23342
23343 2004-02-03  Bruno Haible  <bruno@clisp.org>
23344
23345         * m4/pipe.m4: New file, from GNU gettext.
23346
23347 2004-02-03  Bruno Haible  <bruno@clisp.org>
23348
23349         * lib/pipe.h: New file, from GNU gettext.
23350         * lib/pipe.c: New file, from GNU gettext.
23351
23352 2004-01-27  Bruno Haible  <bruno@clisp.org>
23353
23354         * m4/execute.m4: New file, from GNU gettext.
23355
23356 2004-01-27  Bruno Haible  <bruno@clisp.org>
23357
23358         * lib/execute.h: New file, from GNU gettext.
23359         * lib/execute.c: New file, from GNU gettext.
23360         * lib/w32spawn.h: New file, from GNU gettext.
23361
23362 2004-01-24  Paul Eggert  <eggert@twinsun.com>
23363
23364         Merge from diffutils.
23365
23366         * lib/file-type.c (file_type): Add typed memory objects.
23367         * lib/file-type.h (S_TYPEISTMO): New macro.
23368
23369         * lib/c-stack.h (c_stack_action): Remove argv argument.
23370         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
23371         (die): Don't calculate message unless segv_action returns.
23372         (get_stack_location, min_address_from_argv, max_address_from_argv,
23373         volatile stack_base, volatile_stack_size): Remove.
23374         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
23375         that every segmentation violation is a stack overflow.  (Ouch!)
23376         See Debian bug 136249 (still outstanding) for more info about why
23377         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
23378
23379 2004-01-24  Paul Eggert  <eggert@twinsun.com>
23380
23381         Exit-status fix from coreutils.
23382
23383         Use exit_failure consistently in place of EXIT_FAILURE,
23384         so that program exit statuses are consistent on failure.
23385
23386         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
23387         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
23388         * lib/argmatch.h: Comment fix to match the above.
23389         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
23390         Now a macro referring to exit_failure, instead of a separate
23391         variable.  Include "exitfail.h" to get it.
23392         * lib/xstrtol.h: Include "exitfail.h".
23393         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
23394
23395         * lib/long-options.c (parse_long_options): Use prototype
23396         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
23397         for clarity.
23398
23399 2004-01-21  Jim Meyering  <jim@meyering.net>
23400
23401         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
23402         so as not to conflict with a different-sized __mktime_internal
23403         function in GNU libc.
23404         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
23405         Problem building statically-linked `ls' reported by Michael Brunnbauer.
23406
23407 2004-01-20  Karl Berry  <karl@gnu.org>
23408
23409         * config/config.guess: update from config.
23410
23411         * config/srclistvars.sh: GNUWWWLICENSES for karl.
23412
23413 2004-01-20  Bruno Haible  <bruno@clisp.org>
23414
23415         Safer stack allocation.
23416         * lib/setenv.c: Include allocsa.h.
23417         (alloca): Remove fallback definition.
23418         (freea): Remove macro.
23419         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
23420         instead of freea.
23421
23422 2004-01-20  Bruno Haible  <bruno@clisp.org>
23423
23424         * m4/eealloc.m4: New file, from GNU gettext.
23425
23426 2004-01-20  Bruno Haible  <bruno@clisp.org>
23427
23428         * m4/allocsa.m4: New file, from GNU gettext.
23429
23430 2004-01-20  Bruno Haible  <bruno@clisp.org>
23431
23432         * lib/xallocsa.h: New file, from GNU gettext.
23433         * lib/xallocsa.c: New file, from GNU gettext.
23434
23435 2004-01-20  Bruno Haible  <bruno@clisp.org>
23436
23437         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
23438
23439 2004-01-20  Bruno Haible  <bruno@clisp.org>
23440
23441         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
23442         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
23443         specially.
23444
23445 2004-01-20  Bruno Haible  <bruno@clisp.org>
23446
23447         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
23448         patch.
23449
23450 2004-01-20  Bruno Haible  <bruno@clisp.org>
23451
23452         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
23453
23454 2004-01-20  Bruno Haible  <bruno@clisp.org>
23455
23456         * lib/eealloc.h: New file.
23457
23458 2004-01-20  Bruno Haible  <bruno@clisp.org>
23459
23460         * lib/binary-io.h: Avoid warnings on Cygwin.
23461
23462 2004-01-20  Bruno Haible  <bruno@clisp.org>
23463
23464         * lib/allocsa.h: New file, from GNU gettext.
23465         * lib/allocsa.c: New file, from GNU gettext.
23466
23467 2004-01-18  Karl Berry  <karl@gnu.org>
23468
23469         * doc/gpl.texi, doc/lgpl.texi: new files.
23470
23471 2004-01-18  Karl Berry  <karl@gnu.org>
23472
23473         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
23474         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
23475
23476 2004-01-15  Paul Eggert  <eggert@twinsun.com>
23477
23478         Merge from coreutils.
23479
23480         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
23481         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
23482         (gl_DEFAULT_POSIX2_VERSION): Move
23483         the documentation from 'configure' into 'config.hin',
23484         so that 'configure --help' isn't burdened by it and
23485         we don't have to worry about its formatting there.
23486         Reword the documentation so that it's more succinct
23487         and can be run together into a single paragraph.
23488         * m4/same.m4 (gl_SAME): Check for pathconf.
23489
23490 2004-01-15  Paul Eggert  <eggert@twinsun.com>
23491
23492         Merge from coreutils.
23493
23494         * lib/posixver.c: Include posixver.h.
23495
23496         * lib/same.c: Include <stdbool.h>, <limits.h>.
23497         (_POSIX_NAME_MAX): Define if not defined.
23498         (MIN): New macro.
23499         (same_name): If file names are silently truncated, report
23500         that the file names are the same if they are the same after
23501         the silent truncation.
23502
23503         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
23504         conversion function.
23505         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
23506         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
23507         longer needed.
23508
23509 2004-01-15  Jim Meyering  <jim@meyering.net>
23510
23511         Merge from coreutils.
23512
23513         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
23514         if no library is required.
23515         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
23516         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
23517         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
23518         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
23519         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
23520         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
23521         value, $ac_cv_search_crypt, if it's "none required".
23522         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
23523         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
23524         not gl_FUNC_GETLOADAVG.
23525         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
23526         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
23527
23528 2004-01-15  Jim Meyering  <jim@meyering.net>
23529
23530         Merge from coreutils.
23531
23532         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
23533         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
23534         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
23535
23536         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
23537         optional configure-time default.
23538
23539         * lib/version-etc.c (version_etc_copyright): Update copyright date.
23540
23541         * lib/xreadlink.c (xreadlink): Correct outdated comment.
23542
23543 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
23544
23545         Merge from coreutils.
23546
23547         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
23548         value, $ac_cv_search_nanosleep, if it's "none required".
23549
23550 2004-01-14  Paul Eggert  <eggert@twinsun.com>
23551
23552         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
23553         with like-named macro in fnmatch.c.
23554         (EXT): Use an internal constant instead.
23555
23556         Merge fnmatch patches from glibc.
23557         * lib/fnmatch.c (mbsinit): Remove define.
23558         Add libc_hidden_ver (__fnmatch, fnmatch).
23559         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
23560         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
23561
23562 2004-01-14  Karl Berry  <karl@gnu.org>
23563
23564         * config/install-sh: update from automake.
23565
23566 2004-01-13  Karl Berry  <karl@gnu.org>
23567
23568         * config/install-sh: update from automake.
23569
23570 2004-01-09  Karl Berry  <karl@gnu.org>
23571
23572         * config/install-sh: update from automake.
23573
23574 2004-01-05  Karl Berry  <karl@gnu.org>
23575
23576         * config/config.{sub,guess}: update from config.
23577
23578 2003-12-31  Karl Berry  <karl@gnu.org>
23579
23580         * config/depcomp: update from automake.
23581
23582 2003-12-14  Karl Berry  <karl@gnu.org>
23583
23584         * lib/config.charset: update from gettext-runtime.
23585
23586 2003-12-03  Paul Eggert  <eggert@twinsun.com>
23587
23588         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
23589         Bug reported by Alfred M. Szmidt.
23590
23591 2003-12-03  Bruno Haible  <bruno@clisp.org>
23592
23593         * m4/gettext.m4: Upgrade from gettext-0.13.
23594         * m4/po.m4: Upgrade from gettext-0.13.
23595         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
23596         * m4/intmax.m4: New file, from gettext-0.13.
23597         * m4/printf-posix.m4: New file, from gettext-0.13.
23598
23599 2003-11-29  Karl Berry  <karl@gnu.org>
23600
23601         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
23602
23603 2003-11-25  Paul Eggert  <eggert@twinsun.com>
23604             Bruno Haible  <bruno@clisp.org>
23605
23606         * lib/printf-parse.h: Don't include sys/types.h.
23607         (ARG_NONE): New macro.
23608         (char_directive): Change type of *arg_index fields to size_t.
23609         * lib/printf-parse.c: Don't include sys/types.h.
23610         (SSIZE_MAX): Remove macro.
23611         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
23612         Remove unnecessary overflow check.
23613         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
23614         fields.
23615
23616 2003-11-25  Bruno Haible  <bruno@clisp.org>
23617
23618         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
23619
23620 2003-11-25  Bruno Haible  <bruno@clisp.org>
23621
23622         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
23623         gt_TYPE_SSIZE_T.
23624
23625 2003-11-24  Paul Eggert  <eggert@twinsun.com>
23626
23627         * modules/alloca: Remove dependency on xalloc.
23628
23629 2003-11-24  Paul Eggert  <eggert@twinsun.com>
23630
23631         * lib/alloca.c: Remove dependency on xalloc module.
23632         (xalloc_die): Remove.
23633         (memory_full) [!defined emacs]: New macro.
23634         [!defined emacs]: Don't include xalloc.h.
23635         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
23636         address arithmetic overflows.  Change datatypes a bit to avoid
23637         unnecessary casts.
23638
23639 2003-11-22  Jim Meyering  <jim@meyering.net>
23640
23641         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
23642         s/size/size_t/.
23643
23644 2003-11-21  Karl Berry  <karl@gnu.org>
23645
23646         * config/config.{sub,guess}: update from config.
23647
23648 2003-11-18  Karl Berry  <karl@gnu.org>
23649
23650         * config/config.{sub,guess}: update from config.
23651
23652         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
23653
23654 2003-11-17  Paul Eggert  <eggert@twinsun.com>
23655
23656         * README: Mention that S+T cannot overflow if S is the size of
23657         an existing object and T is sufficiently small.
23658
23659 2003-11-17  Jim Meyering  <jim@meyering.net>
23660
23661         On systems without utime and without a utimes function capable of
23662         dealing with a NULL struct utimbuf* argument, this utime replacement
23663         could -- in unusual circumstances -- leak a file descriptor.
23664         * lib/utime.c: Include <unistd.h> and <errno.h>.
23665         (utime_null): Be sure to close `fd' and to preserve errno.
23666         Reported by Geoff Collyer via Arnold Robbins.
23667
23668 2003-11-17  Bruno Haible  <bruno@clisp.org>
23669
23670         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
23671         (Depends-on): Add xsize.
23672
23673 2003-11-17  Bruno Haible  <bruno@clisp.org>
23674
23675         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
23676
23677 2003-11-17  Bruno Haible  <bruno@clisp.org>
23678
23679         * lib/vasnprintf.c (alloca): Remove fallback definition.
23680         (freea): Remove definition.
23681         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
23682         Reported by Paul Eggert.
23683
23684 2003-11-16  Paul Eggert  <eggert@twinsun.com>
23685             Bruno Haible  <bruno@clisp.org>
23686
23687         Protect against address arithmetic overflow.
23688         * lib/printf-args.h: Include stddef.h.
23689         (arguments): Change type of field 'count' to size_t.
23690         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
23691         'unsigned int' where appropriate.
23692         * lib/printf-parse.h: Include sys/types.h.
23693         (char_directive): Change type of *arg_index fields to ssize_t.
23694         (char_directives): Change type of fields 'count', max_*_length to
23695         size_t.
23696         * lib/printf-parse.c: Include sys/types.h and xsize.h.
23697         (SSIZE_MAX): Define fallback value.
23698         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
23699         instead of 'int' where appropriate. Check a_allocated, d_allocated
23700         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
23701         * lib/vasnprintf.c: Include xsize.h.
23702         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
23703         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
23704         overflow. Avoid wraparound when converting a width or precision from
23705         decimal to binary.
23706
23707 2003-11-16  Bruno Haible  <bruno@clisp.org>
23708
23709         Update from GNU gettext.
23710         * lib/printf-parse.c: Generalize to it can be compiled for wide
23711         strings.
23712         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
23713         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
23714         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
23715         SNPRINTF): New macros.
23716         Don't include <alloca.h> if the file is used inside libintl.
23717         (local_wcslen): New function, for Solaris 2.5.1.
23718         (VASNPRINTF): Use it instead of wcslen.
23719
23720 2003-11-16  Bruno Haible  <bruno@clisp.org>
23721
23722         * lib/xsize.h (xmax): New function.
23723         (xsum, xsum3, xsum4): Declare as "pure" functions.
23724
23725 2003-11-12  Paul Eggert  <eggert@twinsun.com>
23726
23727         * modules/xalloc (Files): Undo latest change, since xalloc.h
23728         no longer needs SIZE_MAX or PTRDIFF_MAX.
23729
23730 2003-11-12  Paul Eggert  <eggert@twinsun.com>
23731
23732         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
23733         gl_PTRDIFF_MAX.
23734
23735 2003-11-12  Paul Eggert  <eggert@twinsun.com>
23736
23737         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
23738         "return", to pacify some unknown compiler.  Problem reported
23739         by Joerg Schilling.
23740
23741 2003-11-12  Paul Eggert  <eggert@twinsun.com>
23742
23743         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
23744         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
23745         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
23746         heuristic is just as accurate as far as we know, and it removes a
23747         dependency on size_max.m4 and ptrdiff_max.m4.
23748
23749 2003-11-11  Bruno Haible  <bruno@clisp.org>
23750
23751         * modules/xsize (Files): Add m4/size_max.m4.
23752         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
23753
23754 2003-11-11  Bruno Haible  <bruno@clisp.org>
23755
23756         * m4/size_max.m4: New file.
23757         * m4/ptrdiff_max.m4: New file.
23758         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
23759         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
23760         (gl_XALLOC): Invoke it.
23761
23762 2003-11-11  Bruno Haible  <bruno@clisp.org>
23763
23764         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
23765         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
23766         defined.
23767
23768 2003-11-10  Paul Eggert  <eggert@twinsun.com>
23769
23770         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
23771         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
23772         rejected some allocations of exactly SIZE_MAX - 2 bytes.
23773         From Bruno Haible.
23774         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
23775         not (size_t) -1, since it's defined here.
23776
23777 2003-11-09  Karl Berry  <karl@gnu.org>
23778
23779         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
23780
23781 2003-11-06  Paul Eggert  <eggert@twinsun.com>
23782
23783         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
23784         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
23785         Reject sizes of exactly SIZE_MAX bytes.
23786         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
23787         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
23788
23789 2003-11-05  Bruno Haible  <bruno@clisp.org>
23790
23791         * lib/xsize.h: Include limits.h, to avoid a possible collision with
23792         SIZE_MAX defined in <limits.h> on Solaris.
23793
23794 2003-11-04  Jim Meyering  <jim@meyering.net>
23795
23796         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
23797         variable names, rather than @VAR@.
23798         * modules/poll: Likewise.
23799
23800 2003-11-04  Bruno Haible  <bruno@clisp.org>
23801
23802         * modules/xsize: New file.
23803         * modules/linebreak: Depend on xsize.
23804         * MODULES.html.sh (func_all_modules): Add xsize.
23805
23806 2003-11-04  Bruno Haible  <bruno@clisp.org>
23807
23808         * m4/xsize.m4: New file.
23809
23810 2003-11-04  Bruno Haible  <bruno@clisp.org>
23811
23812         * lib/xsize.h: New file.
23813         * lib/linebreak.c: Include xsize.h.
23814         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
23815         argument for overflow.
23816         Suggested by Paul Eggert.
23817
23818 2003-11-03  Karl Berry  <karl@gnu.org>
23819
23820         * config/config.{guess,sub}: update from config.
23821
23822 2003-11-03  Jim Meyering  <jim@meyering.net>
23823
23824         * modules/userspec (lib_SOURCES): Add userspec.h.
23825         (Include): Add "userspec.h".
23826         Improve description.
23827
23828 2003-11-03  Jim Meyering  <jim@meyering.net>
23829
23830         * lib/userspec.c: Include "userspec.h".
23831         * lib/userspec.h: New file.
23832
23833 2003-11-03  Bruno Haible  <bruno@clisp.org>
23834
23835         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
23836
23837 2003-11-03  Bruno Haible  <bruno@clisp.org>
23838
23839         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
23840         available, to avoid (extremely rare) race condition.
23841         Suggested by Paul Eggert.
23842
23843 2003-11-02  Karl Berry  <karl@gnu.org>
23844
23845         * config/srclist.txt (vasprintf.c): sync broken, sigh.
23846
23847 2003-10-31  Paul Eggert  <eggert@twinsun.com>
23848
23849         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
23850         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
23851         (read_filesystem_list): Set and use me_type_malloced.
23852         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
23853         whatever the type happens to be), for brevity and consistency.
23854         Check for size calculation overflow on Alphas running OSF/1.
23855
23856 2003-10-31  Jim Meyering  <jim@meyering.net>
23857
23858         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
23859
23860         * lib/linebuffer.c: Include <string.h> for declaration of memset.
23861
23862 2003-10-30  Paul Eggert  <eggert@twinsun.com>
23863             Bruno Haible  <bruno@clisp.org>
23864
23865         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
23866         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
23867
23868 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
23869
23870         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
23871         netbsd*-gnu*.  Suggested by Robert Millan.
23872
23873 2003-10-29  Paul Eggert  <eggert@twinsun.com>
23874
23875         * modules/group-member: Depend on stdbool.
23876
23877 2003-10-29  Paul Eggert  <eggert@twinsun.com>
23878
23879         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
23880
23881 2003-10-29  Paul Eggert  <eggert@twinsun.com>
23882
23883         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
23884         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
23885         after the 'gnu' in these cases.  This fixes some bugs in the
23886         previous change, and is based on suggestions by Robert Millan.
23887
23888 2003-10-29  Paul Eggert  <eggert@twinsun.com>
23889
23890         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
23891         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
23892         no longer needed.
23893         * lib/quotearg.c (quotearg_n_options): Use it.
23894         * lib/group-member.c: Include <stdbool.h>.
23895         (free_group_info): Arg is now const *; don't free arg.
23896         (get_group_info): Now returns bool and accepts struct group_info *,
23897         rather than returning a malloc'ed struct group_info *.
23898         All uses changed.  Check for overflow in internal size calculation.
23899
23900         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
23901         rather than xmalloc/xrealloc.
23902         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
23903         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
23904         conformance bug: the old code used a pointer after freeing the
23905         storage that it addressed.
23906         * lib/hash.c (hash_initialize): Simplify the code by using
23907         xalloc_oversized rather than doing it by hand.
23908         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
23909         the buffer preserved.  Use free and xmalloc instead.
23910         * lib/quotearg.c (quotearg_n_options): Likewise.
23911         Use a simpler test for size overflow.  Don't use xalloc_oversized
23912         because unsigned int might be wider than size_t (!); this suggests
23913         that we should switch from unsigned int to size_t for slot numbers.
23914
23915 2003-10-28  Paul Eggert  <eggert@twinsun.com>
23916
23917         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
23918         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
23919         NetBSD kernels.  Requested by Richard Stallman.
23920
23921 2003-10-27  Paul Eggert  <eggert@twinsun.com>
23922
23923         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
23924         to allocate the returned structure.  Do not allocate a subarray,
23925         as x2nrealloc will do that.
23926         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
23927         instead of xnrealloc.
23928         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
23929
23930 2003-10-27  Bruno Haible  <bruno@clisp.org>
23931
23932         * lib/stdbool_.h: Better support for BeOS.
23933
23934 2003-10-26  Paul Eggert  <eggert@twinsun.com>
23935
23936         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
23937         now uses inline.
23938
23939 2003-10-26  Paul Eggert  <eggert@twinsun.com>
23940
23941         * lib/xalloc.h (xalloc_oversized): New static inline function, for
23942         callers that want to do their own size-overflow checking.  Include
23943         <stdbool.h>, since xalloc_oversized returns bool.
23944         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
23945         to use xalloc_oversized.
23946
23947         Add two functions x2realloc, x2nrealloc, for programs that grow
23948         arrays dynamically by doubling their sizes.
23949         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
23950         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
23951         New functions.
23952
23953         Port to C99 semantics for 'inline' of external functions.
23954         Bug reported by Bruno Haible.
23955         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
23956         with the old contents of xnmalloc.
23957         (xnmalloc, xmalloc): Use it.
23958         (xnrealloc_inline): New static inline function,
23959         with the old contents of xnrealloc.
23960         (xnrealloc, xrealloc): Use it.
23961
23962         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
23963         that.
23964
23965 2003-10-26  Karl Berry  <karl@gnu.org>
23966
23967         * config/srclist.txt (COPYING.DOC): no longer available from
23968         /gd/gnuorg; don't know where the ultimate source is.
23969
23970 2003-10-25  Paul Eggert  <eggert@twinsun.com>
23971
23972         Fix several address-calculation bugs in the hash modules,
23973         plus some minor code cleanup.
23974
23975         * lib/hash.h: Include <stdbool.h>, for bool.
23976         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
23977         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
23978         hash_get_n_entries, hash_get_max_bucket_length,
23979         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
23980         hash_rehash): Use size_t rather than unsigned.
23981         * lib/hash.c (struct hash_table, hash_get_n_buckets,
23982         hash_get_n_buckets_used, hash_get_n_entries,
23983         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
23984         hash_get_entries, hash_do_for_each, hash_string, is_prime,
23985         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
23986         Likewise.
23987         (SIZE_MAX): Define if not defined.
23988         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
23989         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
23990         hash_print):
23991         Use const * when possible.
23992         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
23993         (check_tuning): Fix bug: if tuning parameters were very close to
23994         0 or 1, rounding errors could have caused subscript violations.
23995         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
23996         (hash_initialize): Add 'fail:' label
23997         to free table and return NULL, and use it to simplify code.
23998         Use calloc rather than clearing the storage ourself.
23999         (hash_initialize, hash_rehash): Check for arithmetic overflow in
24000         buffer size calculations.
24001         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
24002         Include <stddef.h>, for size_t.
24003         * lib/hash-pjw.c (hash_pjw): Likewise.
24004         Switch to method described by Bruno Haible.
24005         Include <limits.h>, for CHAR_BIT.
24006         (SIZE_BITS): New macro.
24007
24008 2003-10-23  Paul Eggert  <eggert@twinsun.com>
24009
24010         * m4/getline.m4 (AM_FUNC_GETLINE):
24011         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
24012         hosts.  Problem reported by Derek Robert Price in
24013         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
24014         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
24015         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
24016
24017 2003-10-21  Paul Eggert  <eggert@twinsun.com>
24018
24019         * lib/getndelim2.c (getndelim2): When size calculation overflows,
24020         ceiling the allocation at NMAX bytes rather than silently
24021         discarding input bytes before NMAX is reached.  This makes
24022         a difference only if NMAX exceeds SIZE_MAX / 2.
24023
24024         * lib/obstack.c: Merge from glibc.
24025         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
24026         Add libc_hidden_def (_obstack_newchunk).
24027         (_obstack_free) [! defined _LIBC]: Remove.
24028         [defined _LIBC]: Make a strong alias from obstack_free, rather than
24029         a clone of the function body.
24030         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
24031         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
24032
24033         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
24034         glibc.
24035         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
24036         arg to memcpy.
24037
24038         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
24039         (obstack_ptr_grow_fast, obstack_int_grow_fast):
24040         Don't use lvalue casts, as GCC plans to remove support for them
24041         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
24042         was also present in the non-GCC version, indicating that this
24043         code had always been buggy and had never been widely used.
24044         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
24045         Use the fast variant of each macro, rather than copying the
24046         definiens of the fast variant; that way, we'll be more likely to
24047         catch future bugs in the fast variants.
24048
24049 2003-10-20  Bruno Haible  <bruno@clisp.org>
24050
24051         * modules/wait-process: New file.
24052         * MODULES.html.sh (func_all_modules): Add wait-process.
24053
24054 2003-10-20  Bruno Haible  <bruno@clisp.org>
24055
24056         * m4/wait-process.m4: New file.
24057
24058 2003-10-20  Bruno Haible  <bruno@clisp.org>
24059
24060         * lib/wait-process.h: New file, from GNU gettext.
24061         * lib/wait-process.c: New file, from GNU gettext.
24062
24063 2003-10-19  Jim Meyering  <jim@meyering.net>
24064
24065         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
24066         HPUX 10.20.
24067
24068 2003-10-18  Karl Berry  <karl@gnu.org>
24069
24070         * config/config.guess: update from config.
24071
24072 2003-10-16  Paul Eggert  <eggert@twinsun.com>
24073
24074         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
24075         (getgroups): First arg is int, not size_t.
24076         Don't let 'free' mangle errno.
24077
24078 2003-10-16  Paul Eggert  <eggert@twinsun.com>
24079
24080         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
24081
24082 2003-10-16  Karl Berry  <karl@gnu.org>
24083
24084         * config/config.{guess,sub}: update from config.
24085
24086 2003-10-16  Jim Meyering  <jim@meyering.net>
24087
24088         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
24089         memcpy.
24090
24091 2003-10-15  Paul Eggert  <eggert@twinsun.com>
24092
24093         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
24094         (SIZE_MAX): Remove.
24095         (new_exclude, add_exclude_file): Initial size no longer needs to
24096         be a power of 2.
24097         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
24098         our own address arithmetic overflow checking.
24099
24100         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
24101         (fnmatch): Do not alloca more than 2000 wide characters;
24102         instead, use malloc for large buffers.
24103         Check for address arithmetic overflow, and return -1
24104         with errno set to ENOMEM in that case.
24105         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
24106         (NEW_PATTERN): Do not alloca more than 8000 bytes;
24107         instead, return -1.  Check for address arithmetic overflow.
24108
24109 2003-10-14  Paul Eggert  <eggert@twinsun.com>
24110
24111         Handle invalid suffixes and overflow independently, so that
24112         callers can treat them independently as needed.  Fix some bugs in
24113         suffix handling, e.g., "100k@" was not diagnosed as an invalid
24114         suffix for a human-readable blocksize.  The major caller-visible
24115         change is the addition of a new
24116         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
24117         that both overflow and suffix chars were found.
24118
24119         * lib/human.c (humblock): Don't check separately for invalid suffix
24120         char; that is xstrtoumax's job (now that its bug is fixed).
24121         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
24122         INTMAX_MAX]: New macros.
24123         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
24124         TYPE_MAXIMUM): New macros.
24125         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
24126         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
24127         if overflow occurs, as it's what __strtol does and it's more useful
24128         in practice.
24129         (__xstrtol): If __strtol reports some error other than ERANGE,
24130         reflect it to the caller as LONGINT_INVALID.  If it reports
24131         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
24132         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
24133         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
24134         value.
24135         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
24136         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
24137         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
24138         [defined UINTMAX_MAX]: New macros.
24139
24140 2003-10-14  Bruno Haible  <bruno@clisp.org>
24141
24142         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
24143
24144 2003-10-14  Bruno Haible  <bruno@clisp.org>
24145
24146         * m4/sig_atomic_t: New file, from GNU gettext.
24147         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
24148
24149 2003-10-14  Bruno Haible  <bruno@clisp.org>
24150
24151         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
24152         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
24153         Also use volatile where needed.
24154
24155 2003-10-12  Paul Eggert  <eggert@twinsun.com>
24156
24157         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
24158         Change maintainer from Bruno Haible to 'all'.
24159
24160 2003-10-12  Paul Eggert  <eggert@twinsun.com>
24161
24162         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
24163
24164 2003-10-12  Paul Eggert  <eggert@twinsun.com>
24165
24166         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
24167         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
24168         and define in terms of the other primitives.
24169         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
24170         (SIZE_MAX): Define if not already defined.
24171         (array_size_overflow): New function.
24172         (xalloc_die): Abort instead of exiting if 'error' returns.
24173         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
24174         (xmalloc, xrealloc): Use them.
24175         (xcalloc): Check for address arithmetic overflow.
24176         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
24177         a bit faster than strcpy.
24178
24179 2003-10-10  Simon Josefsson  <jas@extundo.com>
24180
24181         * modules/argp (Depends-on): Add restrict and strcase.
24182
24183 2003-10-10  Simon Josefsson  <jas@extundo.com>
24184
24185         * m4/argp.m4: Add AC_C_INLINE.
24186
24187 2003-10-08  Paul Eggert  <eggert@twinsun.com>
24188
24189         Merge getpass from libc, plus a few fixes.
24190
24191         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
24192         Include <stdbool.h>.
24193         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
24194         __fsetlocking to empty.
24195         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
24196         do include <bits/libc-lock.h>.
24197         Do not include <fcntl.h>; not needed.
24198         [_LIBC]: Include <wchar.h>.
24199         (NOTCANCEL_MODE): New macro.
24200         (flockfile, funlockfile) [_LIBC]: New macros.
24201         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
24202         [!_LIBC]: New macros.
24203         (call_fclose): New function.
24204         (getpass): Use it.  Save tty stream separately; this simplifies the
24205         code and makes it more reliable if stdin happens to equal stdout.
24206         Invoke __fsetlocking on tty.
24207         Handle thread cancellation if needed.
24208         Namespace cleanup (use __tcgetattr, __getline).
24209         Use bool for Booleans.
24210         [USE_IN_LIBIO]: Handle wide streams.
24211         [!_LIBC]: Unconditionally do the fseek, since we don't know what
24212         stream might go where.
24213
24214         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
24215         doesn't have to include <stdio.h> before us.
24216         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
24217         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
24218         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
24219         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
24220         if not declared, so that we can use getpass.c code from libc without
24221         rewriting it.
24222         (flockfile, ftrylockfile, funlockfile): New macros.
24223
24224 2003-10-08  Paul Eggert  <eggert@twinsun.com>
24225
24226         * modules/getpass: Depend on stdbool.
24227
24228 2003-10-08  Paul Eggert  <eggert@twinsun.com>
24229
24230         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
24231
24232 2003-10-07  Karl Berry  <karl@gnu.org>
24233
24234         * config/config.{guess,sub}: update from config.
24235
24236 2003-10-06  Jim Meyering  <jim@meyering.net>
24237             Bruno Haible  <bruno@clisp.org>
24238
24239         This lets translators provide better translations for the
24240         "Written by ..." part of --version output.
24241         * lib/version-etc.h: Include stdarg.h.
24242         (version_etc_copyright): Declare as readonly.
24243         (version_etc): Make this function variadic with a NULL-terminated list
24244         of author name strings.
24245         (version_etc_va): New declaration.
24246         * lib/version-etc.c: Include stdarg.h, stdlib.h.
24247         (version_etc_copyright): Declare as readonly.
24248         (version_etc_va): New function. Provide a different translatable string
24249         for each possible number of authors < 10. Abbreviate when there are 10
24250         authors or more.
24251         (version_etc): Make this function variadic. Call version_etc_va.
24252         Suggestion from Gary V. Vaughan.
24253
24254         * lib/long-options.h (parse_long_options): Change prototype: the
24255         authors string is moved to the end and becomes variadic.
24256         * lib/long-options.c: Include stdarg.h.
24257         (parse_long_options): Make this function variadic, too.
24258         Call version_etc_va, not version_etc.
24259
24260 2003-10-06  Bruno Haible  <bruno@clisp.org>
24261
24262         * modules/version-etc-2: Remove file.
24263         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
24264
24265 2003-10-06  Bruno Haible  <bruno@clisp.org>
24266
24267         * modules/fatal-signal: New file.
24268         * MODULES.html.sh (func_all_modules): Add fatal-signal.
24269
24270 2003-10-06  Bruno Haible  <bruno@clisp.org>
24271
24272         * m4/fatal-signal.m4: New file.
24273         * m4/signalblocking.m4: New file, from GNU gettext.
24274
24275 2003-10-06  Bruno Haible  <bruno@clisp.org>
24276
24277         * lib/version-etc-2.h: Remove file.
24278         * lib/version-etc-2.c: Remove file.
24279
24280 2003-10-06  Bruno Haible  <bruno@clisp.org>
24281
24282         * lib/fatal-signal.h: New file, from GNU gettext.
24283         * lib/fatal-signal.c: New file, from GNU gettext.
24284
24285 2003-10-05  Paul Eggert  <eggert@twinsun.com>
24286
24287         * README: Rework advice for preventing empty .o files.
24288         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
24289         not <sys/types.h>.
24290
24291 2003-10-04  Karl Berry  <karl@gnu.org>
24292
24293         * lib/argp*: update from libc.
24294
24295 2003-10-04  Karl Berry  <karl@gnu.org>
24296
24297         * config/config.{guess,sub}: update from config.
24298
24299 2003-10-02  Bruno Haible  <bruno@clisp.org>
24300
24301         * modules/lchown (Include): Add lchown.h.
24302         * modules/time_r (Include): Use "..." syntax.
24303         * modules/xgetdomainname (Include): Add xgetdomainname.h.
24304
24305 2003-10-01  Simon Josefsson  <jas@extundo.com>
24306
24307         * MODULES.html.sh (func_all_modules): Move gethostname from section
24308         'based on' to section 'lacking' POSIX:2001.
24309
24310 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
24311
24312         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
24313         to output mode on the same stream.
24314
24315 2003-09-29  Paul Eggert  <eggert@twinsun.com>
24316
24317         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
24318         Fix arg typo in previous patch.
24319
24320 2003-09-28  Jim Meyering  <jim@meyering.net>
24321
24322         * lib/error.c: Correct cpp indentation.
24323
24324 2003-09-27  Paul Eggert  <eggert@twinsun.com>
24325
24326         * modules/free: New file.
24327
24328 2003-09-27  Paul Eggert  <eggert@twinsun.com>
24329
24330         * m4/free.m4: New file.
24331
24332 2003-09-27  Paul Eggert  <eggert@twinsun.com>
24333
24334         * lib/minmax.h (MIN, MAX)
24335         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
24336         Omit the special code that used __typeof__, since we worry that
24337         it could be more trouble than it's worth.  See:
24338         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
24339         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
24340
24341         * lib/free.c: New file.
24342
24343 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
24344
24345         Trivial fixes to Makefile.am parts of module listings.
24346         * modules/strstr: Append strstr.h to lib_SOURCES.
24347         * modules/strcase: Likewise, for strcase.h.
24348
24349 2003-09-27  Karl Berry  <karl@gnu.org>
24350
24351         * config/mkinstalldirs: update from automake.
24352
24353 2003-09-26  Paul Eggert  <eggert@twinsun.com>
24354
24355         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
24356         (error_tail): Do not loop, reallocating temporary buffer, since
24357         the output cannot contain more wide characters than the input
24358         contains bytes, the size must be big enough already.  This avoids
24359         one potential size overflow calculation.  Check for size overflow
24360         when calculating temporary buffer size.  Free temporary buffer
24361         when done, if it was allocated with malloc; this plugs a memory
24362         leak.  Remove casts from void * to pointers, that are no longer
24363         needed now that we're assuming C89 or better.
24364
24365         Merge error changes from glibc.
24366
24367         * lib/error.c, error.h: Update copyright notice header to match glibc.
24368         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
24369         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
24370         Disable cancellation while printing error.
24371         * lib/error.h: Prepend __ to parameter names.
24372
24373 2003-09-26  Jim Meyering  <jim@meyering.net>
24374
24375         * lib/error.c (error_tail): Move some declarations
24376         into inner scope where the local variables are used.
24377
24378 2003-09-26  Bruno Haible  <bruno@clisp.org>
24379
24380         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
24381         stpncpy().
24382         Don't define stpncpy through config.h; it's now done through stpncpy.h.
24383
24384 2003-09-26  Bruno Haible  <bruno@clisp.org>
24385
24386         * lib/stpncpy.h (gnu_stpncpy): New declaration.
24387         (stpncpy): Define as alias for gnu_stpncpy.
24388         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
24389
24390 2003-09-25  Simon Josefsson  <jas@extundo.com>
24391
24392         * lib/xgetdomainname.h: New file.
24393         * lib/xgetdomainname.c: New file.
24394
24395 2003-09-25  Simon Josefsson  <jas@extundo.com>
24396             Bruno Haible  <bruno@clisp.org>
24397
24398         * modules/getdomainname: New file.
24399         * modules/xgetdomainname: New file.
24400         * MODULES.html.sh (func_all_modules): Add getdomainname,
24401         xgetdomainname.
24402
24403 2003-09-25  Simon Josefsson  <jas@extundo.com>
24404             Bruno Haible  <bruno@clisp.org>
24405
24406         * m4/getdomainname.m4: New file.
24407
24408 2003-09-25  Simon Josefsson  <jas@extundo.com>
24409             Bruno Haible  <bruno@clisp.org>
24410
24411         * lib/getdomainname.h: New file.
24412         * lib/getdomainname.c: New file.
24413
24414 2003-09-25  Karl Berry  <karl@gnu.org>
24415
24416         * lib/argp-fmtstream.c, argp-help.c: update from libc.
24417
24418 2003-09-25  Karl Berry  <karl@gnu.org>
24419
24420         * config/install-sh: update from automake.
24421
24422 2003-09-25  Bruno Haible  <bruno@clisp.org>
24423
24424         * modules/version-etc-2: New file, from modules/version-etc with
24425         modifications.
24426         * MODULES.html.sh (func_all_modules): Add version-etc-2.
24427
24428 2003-09-25  Bruno Haible  <bruno@clisp.org>
24429
24430         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
24431         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
24432
24433 2003-09-24  Simon Josefsson  <jas@extundo.com>
24434
24435         * modules/xgethostname: Add xgethostname.h.
24436
24437 2003-09-24  Paul Eggert  <eggert@twinsun.com>
24438
24439         * lib/linebuffer.c (freebuffer): Don't free the argument, just
24440         the buffer associated with the argument.  Bug reported by
24441         Simon Josefsson.
24442
24443 2003-09-24  Paul Eggert  <eggert@twinsun.com>
24444
24445         * README: Document assumptions that 'int' is at least 32 bits
24446         wide, that integer arithmetic is 2's complement without overflow,
24447         that there are no holes in integer values, that adding sizes of
24448         two nonoverlapping objects can't overflow, and that all-bits-zero
24449         yields scalar zero.  Fix spelling and capitalization typos.
24450
24451 2003-09-19  Karl Berry  <karl@gnu.org>
24452
24453         * lib/argp.h: update from libc.
24454
24455 2003-09-17  Paul Eggert  <eggert@twinsun.com>
24456
24457         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
24458         to avoid spurious warnings like "AC_RUN_IFELSE was called before
24459         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
24460
24461 2003-09-17  Paul Eggert  <eggert@twinsun.com>
24462
24463         * gnulib-tool: Use "test -h", not "test -L", for portability
24464         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
24465         (tags_regexp): Remove, since \| doesn't conform to POSIX.
24466         (sed_extract_prog): Issue s commands one-by-one, rather than
24467         using \| in one s command.
24468
24469 2003-09-16  Paul Eggert  <eggert@twinsun.com>
24470
24471         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
24472         input error, instead of returning NULL the next time we are called
24473         (and therefore losing track of errno).
24474
24475 2003-09-16  Bruno Haible  <bruno@clisp.org>
24476
24477         * gnulib-tool (func_create_testdir): Warn about duplicated
24478         dependencies.
24479
24480 2003-09-15  Paul Eggert  <eggert@twinsun.com>
24481
24482         * modules/argmatch, modules/fatal, modules/obstack,
24483         modules/xalloc, modules/xgethostname: Sort dependencies by
24484         importance, not alphabetically.
24485
24486 2003-09-15  Paul Eggert  <eggert@twinsun.com>
24487
24488         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
24489         fails, so that the caller gets the proper errno.
24490
24491         * lib/readutmp.c (read_utmp): Likewise.
24492         Check for fstat error.  Close stream and free storage
24493         when failing.
24494
24495 2003-09-14  Karl Berry  <karl@gnu.org>
24496
24497         * config/srclist.txt (strdup.c): disable for c89 changes.
24498
24499 2003-09-14  Jim Meyering  <jim@meyering.net>
24500
24501         * lib/getloadavg.c: Correct cpp indentation.
24502         * lib/strdup.c: Likewise.
24503         * lib/vasnprintf.c: Likewise.
24504
24505 2003-09-14  Bruno Haible  <bruno@clisp.org>
24506
24507         * modules/fwriteerror: New file.
24508         * MODULES.html.sh (func_all_modules): Add fwriteerror.
24509
24510 2003-09-14  Bruno Haible  <bruno@clisp.org>
24511
24512         * lib/fwriteerror.h: New file.
24513         * lib/fwriteerror.c: New file.
24514
24515 2003-09-12  Paul Eggert  <eggert@twinsun.com>
24516
24517         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
24518         modules/xgethostname, modules/xalloc: Depend on exit.
24519
24520 2003-09-12  Paul Eggert  <eggert@twinsun.com>
24521
24522         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
24523
24524         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
24525         and AC_MINIX, too, so that their extensions are available.
24526
24527         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
24528         This macro has been superseded by gl_BACKUPFILE.
24529
24530         More patches to assume C89 or better.
24531
24532         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
24533
24534         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
24535         unconditionally.
24536         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
24537         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
24538         Include <string.h>, <stdlib.h> unconditionally.
24539         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
24540         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
24541         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
24542         headers or for string.h.
24543         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
24544         or strtoul.
24545
24546         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
24547         headers.
24548         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
24549         * m4/userspec.m4 (gl_USERSPEC): Likewise.
24550         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
24551         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
24552         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
24553         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
24554         memcpy, memset.
24555         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
24556         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
24557         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
24558         strtol.
24559         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
24560         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
24561         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
24562         strtoul.
24563
24564 2003-09-12  Paul Eggert  <eggert@twinsun.com>
24565
24566         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
24567         * lib/obstack.c [!defined _LIBC]: Likewise.
24568         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
24569         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
24570         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
24571
24572         More changes to assume C89 or better.
24573
24574         * lib/error.c (error_tail): Assume vprintf.
24575
24576         * lib/argmatch.c (getenv): Remove decl.
24577         * lib/progreloc.c (get_full_program_name): Define via prototype.
24578         * lib/setenv.c (clearenv): Likewise.
24579         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
24580         needed.
24581         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
24582         (malloc, memcpy): Remove decls.
24583         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
24584         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
24585         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
24586         (memcpy): Remove macro.
24587         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
24588         (__P): Remove.  All uses removed.
24589         (PTR): Remove.  All uses changed to void *.
24590         (CHAR_BIT, NULL): Remove.
24591         (spaces, zeros, memset_space, memset_zero)
24592         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
24593         Remove.
24594         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
24595         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
24596         Define with prototype.
24597         Remove now-unnecessary prototype decl.
24598         (extra_args_spec): Assume ANSI C.  All uses changed.
24599         (extra_args_spec_iso): Remove.
24600         (my_strftime, emacs_strftimeu): Define via prototype.
24601         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
24602         unconditionally.
24603         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
24604         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
24605         (strtoul, strtol): Remove decls.
24606         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
24607         LONG_MAX): Remove.
24608         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
24609         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
24610         (LOCALE_PARAM_PROTO): New macro.
24611         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
24612         (INTERNAL (strtol), strtol): Define with a prototype.
24613         (PARAMS): Remove.  All uses removed.
24614         * lib/tempname.c: Include <string.h> unconditionally.
24615         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
24616         * lib/xgethostname.c (main): Define with a prototype.
24617         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
24618         Include <stdlib.h> unconditionally.
24619         (calloc, malloc, realloc, free): Remove decls.
24620         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
24621         Include <stdlib.h> unconditionally.  Sort include file names.
24622         (strtod): Remove.
24623         (xstrtod): Define with a prototype.
24624         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
24625         (strtol, strtoul): Remove decls.
24626
24627 2003-09-11  Paul Eggert  <eggert@twinsun.com>
24628
24629         More patches to assume C89 or better.
24630         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
24631         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
24632         string.h, memchr, STDC_HEADERS.
24633
24634 2003-09-11  Paul Eggert  <eggert@twinsun.com>
24635
24636         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
24637         Include <stdlib.h>, <string.h> unconditionally.
24638         Remove now-unnecessary cast to char *.
24639         * lib/strnlen.c: Include <string.h> unconditionally.
24640         * lib/yesno.c (yesno): Define with a prototype.
24641
24642 2003-09-11  Bruno Haible  <bruno@clisp.org>
24643
24644         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
24645
24646 2003-09-10  Jim Meyering  <jim@meyering.net>
24647
24648         * lib/error.c: Correct indentation of cpp directives.
24649
24650 2003-09-10  Bruno Haible  <bruno@clisp.org>
24651
24652         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
24653         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
24654         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
24655         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
24656         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
24657         <stdlib.h> and <string.h> checks.
24658         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
24659         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
24660
24661 2003-09-10  Bruno Haible  <bruno@clisp.org>
24662
24663         * lib/strcspn.c: Include <string.h> unconditionally.
24664         * lib/strpbrk.c: Include <string.h> unconditionally.
24665         * lib/strstr.c: Include <string.h> unconditionally.
24666         * lib/unicodeio.c: Include <string.h> unconditionally.
24667         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
24668         * lib/unsetenv.c: Likewise.
24669         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
24670         * lib/yesno.c: Include <stdlib.h> unconditionally.
24671         (rpmatch): Add prototype.
24672
24673 2003-09-09  Paul Eggert  <eggert@twinsun.com>
24674
24675         More patches to assume C89 or better.
24676         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
24677         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
24678         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
24679         or for string.h.
24680         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
24681         stdlib.h.
24682         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
24683         C headers.
24684         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
24685         string.h.
24686         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
24687         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
24688         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
24689         or for string.h.
24690         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
24691         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
24692         C headers.
24693         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
24694         memcpy.
24695         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
24696         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
24697         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
24698         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
24699         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
24700         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
24701         string.h, free.
24702         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
24703         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
24704         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
24705         C headers, or for string.h.
24706         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
24707         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
24708         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
24709         headers, memory.h, stdlib.h, string.h, strings.h.
24710         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
24711         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
24712         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
24713         strchr.
24714         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
24715         headers, memory.h, string.h.
24716         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
24717         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
24718         free.
24719         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
24720         headers.
24721         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
24722         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
24723         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
24724         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
24725         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
24726
24727 2003-09-09  Paul Eggert  <eggert@twinsun.com>
24728
24729         More K&R removal.
24730
24731         * lib/acosl.c (main): Use a prototype.
24732         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
24733         tanl.c: Likewise.
24734
24735         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
24736
24737         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
24738         (getopt, etopt_long, getopt_long_only, _getopt_internal)
24739         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
24740         with a prototype.
24741         * lib/getopt.c (const): Remove macro.
24742         Include <string.h> unconditionally.
24743         (my_index): Remove; all uses changed to strchr.
24744         (strlen): Remove decl.
24745         (exchange): Remove forward decl; no longer needed.
24746         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
24747         Define with prototype.
24748         * lib/getopt1.c (const): Remove macro.
24749         (getopt_long, getopt_long_only, main): Define with prototype.
24750
24751         * lib/getugroups.c: Include <string.h> unconditionally.
24752
24753         * lib/getusershell.c: Include <stdlib.h> unconditionally.
24754         (getusershell, setusershell, endusershell, readname, main):
24755         Define with prototypes.
24756
24757         * lib/group-member.c: Include group-member.h first.
24758         Include <stdlib.h> unconditionally.
24759
24760         * lib/hard-locale.c: Include hard-locale.h first.
24761         Include <stdlib.h>, <string.h> unconditionally.
24762
24763         * lib/hash.c (free, malloc): Remove decls.
24764         Include <stdlib.h> unconditionally.
24765
24766         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
24767         (getenv): Do not declare.
24768
24769         * lib/idcache.c: Include <string.h> unconditionally.
24770
24771         * lib/long-options.c: Include long-options.h first, to test interface.
24772         Include <stdlib.h> unconditionally.
24773
24774         * lib/makepath.c: Include makepath.h first, to test interface.
24775         Include <stdlib.h> and <string.h> unconditionally.
24776
24777         * lib/linebuffer.c: Include <stdlib.h>.
24778         (free): Remove decl.
24779
24780         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
24781         stddef.h. rpl_malloc returns void *, not char *.
24782         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
24783         prototype.
24784
24785         * lib/md5.h: Include <limits.h> unconditionally.
24786         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
24787         (__P): Remove; all uses removed.
24788         * lib/md5.c: Include "md5.h" first.
24789         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
24790         md5_buffer, md5_process_bytes, md5_process_block):
24791         Define with prototypes.
24792         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
24793         * lib/sha.c: Include "sha.h" first.
24794         Include <stdlib.h>, <string.h> unconditionally.
24795
24796         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
24797         * lib/memcmp.c (__ptr_t): Likewise.
24798         * lib/memrchr.c (__ptr_t): Likewise.
24799         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
24800         Include <string.h> unconditionally.
24801         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
24802         * lib/memchr.c: Include <stdlib.h> unconditionally.
24803         * lib/memchr.c (LONG_MAX): Remove.
24804         * lib/memrchr.c (LONG_MAX): Likewise.
24805         * lib/memchr.c (__memchr): Define via a prototype.
24806         * lib/memrchr.c (__memrchr): Likewise.
24807         * lib/memcmp.c (__P): Remove, and remove all uses.
24808         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
24809         Remove forward decls; no longer needed.
24810         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
24811         Use types required by C89 in prototype.
24812
24813         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
24814         * lib/savedir.c: Likewise.
24815         * lib/mkdir.c (free): Remove decl.
24816         * lib/rmdir.c (rmdir): Define with a prototype.
24817         * lib/savedir.c: Include savedir.h first, to test interface.
24818
24819         * lib/mktime.c (STDC_HEADERS): Remove.
24820         Include <stdlib.h>, <string.h> unconditionally.
24821
24822         * lib/modechange.c: Include <stdlib.h> unconditionally.
24823         (malloc): Remove decl.
24824
24825         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
24826         (free): Remove decl.
24827
24828         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
24829         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
24830         (This type really should be intptr_t, but that's a C99ism.)
24831         (_obstack_memcpy): Remove: all uses changed to memcpy.
24832         Include <string.h> unconditionally.
24833         (struct obstack): Assume __STDC__ for types of members
24834         chunkfun, freefun, extra_arg.
24835         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
24836         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
24837         obstack_begin, obstack_specify_allocation,
24838         obstack_specify_allocation_with_arg, obstack_chunkfun,
24839         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
24840         Remove unprototyped decls and the macros that use them.
24841         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
24842         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
24843         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
24844         (defined __STDC__ && __STDC__)]:
24845         Remove nonprototyped code.
24846         Include <stdlib.h> unconditionally.
24847         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
24848         _obstack_allocated_p, _obstack_free, obstack_free,
24849         _obstack_memory_used, print_and_abort):
24850         Define using prototypes.
24851         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
24852         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
24853         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
24854         obstack_next_free, obstack_object_size, obstack_room) [0]:
24855         Remove unused, unprototyped code.
24856
24857         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
24858
24859         * lib/physmem.c (physmem_total, physmem_available, main): Define
24860         with prototypes.
24861
24862         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
24863         (main): Define with a prototype.
24864
24865         * lib/posixver.c (getenv): Remove decl.
24866
24867         * lib/putenv.c (malloc): Returns void *, not char *.
24868         Include <string.h> unconditionally.
24869         (strchr, memcpy, NULL): Do not define.
24870
24871         * lib/readtokens.c: Include readtokens.h first, to test interface.
24872         Include <stdlib.h>, <string.h> unconditionally.
24873         (init_tokenbuffer): Define with a prototype.
24874
24875         * lib/regex.c (PARAMS): Remove.  All uses removed.
24876         All uses of _RE_ARGS removed, too.
24877         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
24878         unconditionally.
24879         (bzero): Assume memset exists.
24880         (memcmp, memcpy, NULL): Remove.
24881         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
24882         char, or assignments to local vars of type signed char.
24883         (init_syntax_once, PREFIX(extract_number_and_incr),
24884         PREFIX(print_partial_compiled_pattern),
24885         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
24886         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
24887         PREFIX(regex_grow_registers), PREFIX(regex_compile),
24888         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
24889         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
24890         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
24891         wcs_compile_range, byte_compile_range, truncate_wchar,
24892         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
24893         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
24894         count_mbs_length, wcs_re_match_2_internal,
24895         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
24896         PREFIX(alt_match_null_string_p),
24897         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
24898         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
24899         regfree, PREFIX(extract_number)): Define with prototype.  Remove
24900         now-unnecessary declaration, if any.
24901         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
24902         regcomp, regexec):
24903         Remove now-unnecessary casts among pointer types.
24904         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
24905
24906         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
24907         (free): Remove decl.
24908
24909         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
24910
24911         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
24912         (free): Remove decl.
24913
24914         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
24915         * lib/xgetcwd.c: Likewise.
24916
24917         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
24918         (free): Remove decl.
24919
24920         * lib/strchrnul.c (strchrnul): Define with a prototype.
24921         Fix bug: c_in was not converted to char before searching.
24922
24923         The following changes are not K&R related:
24924
24925         * lib/group-member.h: Include <sys/types.h>, so that this file is
24926         self-contained.
24927         * lib/makepath.h: Likewise.
24928
24929         * lib/getusershell.c (readname, default_index, line_size, readname):
24930         Use size_t, not int, for sizes.
24931         (readname): If the size overflows, report an error instead of
24932         looping forever.
24933
24934 2003-09-09  Paul Eggert  <eggert@twinsun.com>
24935
24936         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
24937         libc.
24938
24939 2003-09-09  Paul Eggert  <eggert@twinsun.com>
24940
24941         * README: New section: portability guidelines.
24942
24943 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
24944
24945         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
24946         C89 spec.
24947
24948 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
24949
24950         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
24951
24952 2003-09-08  Paul Eggert  <eggert@twinsun.com>
24953
24954         Assume C89 or better; remove K&R cruft.
24955         A few of these changes were first proposed by Derek Robert Price
24956         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
24957
24958         * lib/addext.c: Include <string.h> unconditionally.
24959         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
24960         Don't declare getenv or malloc.
24961
24962         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
24963         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
24964         (NULL): Remove.
24965         (find_stack_direction, alloca): Use prototypes.
24966
24967         * lib/atexit.c (atexit): Define using a prototype.
24968
24969         * lib/basename.c, dirname.c, stripslash.c:
24970         Include <string.h> unconditionally.
24971
24972         * lib/bcopy.c: Include <stddef.h>.
24973         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
24974
24975         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
24976
24977         * lib/error.h (error, error_at_line, error_print_progname)
24978         [! (defined (__STDC__) && __STDC__)]: Remove decls.
24979         * lib/error.c: Include error.h first, to check interface.
24980         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
24981         (VA_START): Remove; all uses changeed to va_start.
24982         (exit, strerror): Remove decls.
24983         (error_print_progname): Prototype uncondionally.
24984         Don't include <errno.h>; no longer needed.
24985         (private_strerror): Remove.
24986         (error_tail): Always define.
24987         (error, error_at_line): Assume C89 or better; always use prototypes.
24988         * lib/fatal.c: Include "fatal.h" first, to test interface.
24989         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
24990         (VA_START): Remove; all uses changed to va_start.
24991         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
24992         this case.
24993         (exit): Remove decl.
24994         (fatal): Prototype unconditionally.  Assume va_start works.
24995         Abort at end, to pacify gcc.
24996
24997         * lib/euidaccess.c (main): Define with a prototype.
24998
24999         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
25000
25001         * lib/exitfail.c: Include <stdlib.h> unconditionally.
25002
25003         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
25004         prototypes.
25005         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
25006         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
25007         (getenv): Remove decl.
25008         (fnmatch): Define using a prototype.
25009         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
25010         (FCT): Define using a prototype.
25011
25012         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
25013
25014         * lib/gethostname.c: Include <stddef.h>.
25015         (gethostname): Define with prototype.  Length is size_t, not int.
25016
25017 2003-09-08  Paul Eggert  <eggert@twinsun.com>
25018
25019         Assume C89 or better; remove K&R cruft.
25020         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
25021         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
25022         string.h, getenv, malloc.
25023         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
25024         headers.
25025         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
25026         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
25027         do not check for strerror.
25028         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
25029         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
25030         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
25031         do not check for doprnt or vprintf.
25032         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
25033         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
25034
25035 2003-09-08  Paul Eggert  <eggert@twinsun.com>
25036
25037         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
25038         getversion.c should have been removed then, but was accidentally
25039         preserved.
25040
25041         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
25042         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
25043
25044 2003-09-08  Karl Berry  <karl@gnu.org>
25045
25046         * config/config.sub, config.guess, srclistvars.sh: update from savannah
25047                 config, forget about prep.
25048
25049         * config/depcomp, missing: update from automake.
25050
25051 2003-09-07  Paul Eggert  <eggert@twinsun.com>
25052
25053         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
25054         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
25055
25056 2003-09-07  Paul Eggert  <eggert@twinsun.com>
25057
25058         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
25059         copy_tm_result.  Bug reported by Simon Josefsson in
25060         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
25061
25062 2003-09-06  Paul Eggert  <eggert@twinsun.com>
25063
25064         * m4/time_r.m4: New file.
25065         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
25066         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
25067         is. Check for timegm declaration.
25068         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
25069         Do not check for gmtime_r.
25070         Replace mktime if __mktime_internal does not exist and if mktime
25071         hasn't been replaced already.
25072
25073 2003-09-06  Paul Eggert  <eggert@twinsun.com>
25074
25075         * lib/time_r.c, lib/time_r.h: New files.
25076
25077         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
25078         __localtime_r.
25079         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
25080         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
25081
25082         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
25083         __gmtime_r.
25084         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
25085         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
25086         Include <time_r.h>.
25087
25088         * lib/timegm.c: Switch to glibc implementation, with the following
25089         changes:
25090         [defined HAVE_CONFIG_H]: Include <config.h>.
25091         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
25092         (__mktime_internal) [!defined _LIBC]: New decl.
25093         (__gmtime_r) [!defined _LIBC]: New macro and function.
25094         (timegm): Use a prototype, since gnulib assumes C89.
25095         Do not bother declaring tmp to be const, as it's not really usefu.
25096         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
25097         (timegm): Declare only if HAVE_DECL_TIMEGM.
25098
25099 2003-09-06  Paul Eggert  <eggert@twinsun.com>
25100
25101         * MODULES.html.sh (func_all_modules): Add time_r.
25102         * modules/time_r: New file.
25103         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
25104         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
25105
25106 2003-09-03  Paul Eggert  <eggert@twinsun.com>
25107
25108         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
25109         Bug reported by Lute Kamstra in
25110         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
25111
25112         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
25113         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
25114         course with correspondingly smaller numbers for tomorrow and
25115         yesterday.  From Tadayoshi Funaba.  Originally installed into
25116         sh-utils on 1999-08-07, but the patch got lost (I guess during the
25117         coreutils merge?).
25118
25119 2003-08-31  Simon Josefsson  <jas@extundo.com>
25120
25121         * modules/timegm: New file.
25122         * MODULES.html.sh (func_all_modules): Add timegm.
25123
25124 2003-08-31  Simon Josefsson  <jas@extundo.com>
25125
25126         * m4/timegm.m4: New file.
25127
25128 2003-08-31  Simon Josefsson  <jas@extundo.com>
25129
25130         * lib/timegm.h: New file.
25131         * lib/timegm.c: New file.  Based on
25132         wget-1.8.2/src/http.c:mktime_from_utc.
25133
25134 2003-08-31  Karl Berry  <karl@gnu.org>
25135
25136         * lib/argp.h: update from libc.
25137
25138 2003-08-28  Bruno Haible  <bruno@clisp.org>
25139
25140         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
25141         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
25142         followed by '#define fnmatch fnmatch_posix' gives an error.
25143
25144 2003-08-28  Bruno Haible  <bruno@clisp.org>
25145
25146         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
25147         warning on QNX, which defines O_BINARY to 000000.
25148
25149 2003-08-27  Jim Meyering  <jim@meyering.net>
25150
25151         * m4/mkstemp.m4: Require that the system mkstemp be able to create
25152         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
25153         would fail after 32.  Reported by Danny Levinson.  Details here:
25154         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
25155
25156 2003-08-24  Bruno Haible  <bruno@clisp.org>
25157
25158         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
25159         MSVC7 <stdio.h> is included later.
25160
25161 2003-08-22  Simon Josefsson  <jas@extundo.com>
25162
25163         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
25164
25165 2003-08-20  Karl Berry  <karl@gnu.org>
25166
25167         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
25168
25169 2003-08-20  Bruno Haible  <bruno@clisp.org>
25170
25171         * modules/progname: New file.
25172         * MODULES.html.sh (func_all_modules): Add progname.
25173
25174 2003-08-20  Bruno Haible  <bruno@clisp.org>
25175
25176         * lib/progname.h: New file, from GNU gettext.
25177         * lib/progname.c: New file, from GNU gettext.
25178         * lib/progreloc.c: New file, from GNU gettext.
25179
25180 2003-08-19  Jim Meyering  <jim@meyering.net>
25181
25182         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
25183         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
25184
25185 2003-08-19  Bruno Haible  <bruno@clisp.org>
25186
25187         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
25188         more.
25189
25190 2003-08-19  Bruno Haible  <bruno@clisp.org>
25191
25192         * lib/xstrdup.c: Assume <string.h> exists.
25193
25194 2003-08-18  Paul Eggert  <eggert@twinsun.com>
25195
25196         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
25197         in makefile rules.
25198
25199 2003-08-18  Jim Meyering  <jim@meyering.net>
25200
25201         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
25202         * m4/lib-ld.m4: Likewise.
25203
25204 2003-08-18  Jim Meyering  <jim@meyering.net>
25205
25206         * lib/setenv.h: Indent nested cpp directive.
25207         * lib/vasnprintf.c: Remove trailing blanks.
25208
25209 2003-08-17  Simon Josefsson  <jas@extundo.com>
25210
25211         * modules/xstrndup: New file.
25212         * MODULES.html.sh (func_all_modules): Add xstrndup.
25213
25214 2003-08-17  Simon Josefsson  <jas@extundo.com>
25215
25216         * modules/argp: Fix autoconf macro name. Add more dependencies.
25217
25218 2003-08-17  Simon Josefsson  <jas@extundo.com>
25219
25220         * m4/xstrndup.m4: New file.
25221
25222 2003-08-17  Simon Josefsson  <jas@extundo.com>
25223
25224         * m4/argp.m4: New file.
25225
25226 2003-08-17  Simon Josefsson  <jas@extundo.com>
25227             Bruno Haible  <bruno@clisp.org>
25228
25229         * lib/xstrndup.h: New file.
25230         * lib/xstrndup.c: New file.
25231
25232 2003-08-17  Bruno Haible  <bruno@clisp.org>
25233
25234         * modules/strndup (Files, Include): Add lib/strndup.h.
25235
25236 2003-08-17  Bruno Haible  <bruno@clisp.org>
25237
25238         * modules/euidaccess (Files): Add lib/euidaccess.h.
25239
25240 2003-08-17  Bruno Haible  <bruno@clisp.org>
25241
25242         * lib/strndup.h: New file.
25243
25244 2003-08-17  Bruno Haible  <bruno@clisp.org>
25245
25246         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
25247         like AC_GNU_SOURCE.
25248         * modules/extensions (configure.ac): Comment out the invocation of
25249         gl_USE_SYSTEM_EXTENSIONS.
25250
25251 2003-08-16  Paul Eggert  <eggert@twinsun.com>
25252
25253         Merges from coreutils, etc.
25254         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
25255         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
25256         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
25257         fixing a typo.
25258         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
25259         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
25260
25261 2003-08-16  Paul Eggert  <eggert@twinsun.com>
25262
25263         Document merge from coreutils.
25264         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
25265         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
25266         * modules/utime: Add m4/utimes-null.m4.
25267
25268 2003-08-16  Paul Eggert  <eggert@twinsun.com>
25269
25270         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
25271         space, undoing this 2003-08-12 change:
25272         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
25273
25274 2003-08-16  Paul Eggert  <eggert@twinsun.com>
25275
25276         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
25277         strtoul.c from libc, undoing this 2003-08-12 change:
25278         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
25279
25280 2003-08-16  Jim Meyering  <jim@meyering.net>
25281
25282         Merges from coreutils.
25283         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
25284         prefix.  Adjust cache variables similarly.  Create 500 rather than
25285         just 300 files, to exercise bug on Darwin6.5, too.
25286         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
25287         $missing_dir.
25288         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
25289         AM_SYS_POSIX_TERMIOS.
25290         Reported by mkc@mathdogs.com.
25291         Also change use of $am_cv_sys_posix_termios
25292         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
25293         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
25294         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
25295         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
25296         in /proc/mounts until it finds one with matching device number.  This
25297         is unnecessary when the FILE argument *is* a mount point.  No stat call
25298         is necessary in that case.  So, disable the statvfs-testing code on
25299         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
25300         as RedHat bug# 84846.
25301         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
25302         to 1MB, so as not to render systems with no stack size limit (e.g.,
25303         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
25304         Include <unistd.h>.  On some systems,
25305         it is required for the definition of _SC_PAGESIZE.
25306
25307 2003-08-16  Jim Meyering  <jim@meyering.net>
25308
25309         Merge from coreutils.
25310         * lib/xstrtoimax.c: #else #if -> #elif.
25311         * lib/xstrtoumax.c: Likewise.
25312
25313 2003-08-16  Jim Meyering  <jim@meyering.net>
25314
25315         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
25316         * m4/utimes.m4: Removed.
25317         * m4/utimes-null.m4: Renamed from utimes.m4.
25318
25319         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
25320         to 1MB, so as not to render systems with no stack size limit (e.g.,
25321         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
25322         Include <unistd.h>.  On some systems,
25323         it is required for the definition of _SC_PAGESIZE.
25324
25325 2003-08-16  Jim Meyering  <jim@meyering.net>
25326         and Paul Eggert  <eggert@cs.ucla.edu>
25327
25328         Merges from coreutils, etc.
25329
25330         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
25331         using the latest version from cvs.  This avoids problems with #line
25332         directives using a vendor (Sun) compiler.
25333         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
25334         Don't set GETGROUPS_LIB here; now it's
25335         done via getgroups.m4's wrapper function.
25336         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
25337         rather than just in sh-util/configure.in, so that the
25338         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
25339         same.
25340         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
25341         AC_FUNC_GETLOADAVG where to find getloadavg.c.
25342         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
25343         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
25344         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
25345         Remove code that is now done by the newly-required macros.
25346         Append $(EXEEXT) to DF_PROG.
25347         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
25348         Do not invoke or require the following here,
25349         since prereq.m4 or some gnulib .m4 now does this for us:
25350         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
25351         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
25352         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
25353         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
25354         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
25355         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
25356         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
25357         AC_FUNC_OBSTACK.
25358         Do not replace the following functions, as this is now the job
25359         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
25360         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
25361         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
25362         atexit getpass, strdup, getpagesize.
25363         Replace 'raise'.
25364         Do not check for the following functions, as this is now the job
25365         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
25366         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
25367         setregid.
25368         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
25369         Check for sys/sysctl.h.
25370         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
25371         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
25372         of checking for ssize_t ourselves.
25373
25374         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
25375         Require every macro that gnulib/modules/* suggests for us.
25376         (jm_PREREQ_ADDEXT): New macro.
25377         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
25378         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
25379
25380         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
25381         (gl_PHYSMEM): Use it.
25382         Also check for `table' function.
25383         Check for new headers and functions.
25384         Add check for sys/sysmp.h.
25385         With suggestions from Kaveh Ghazi.
25386         Ignore headers that are present but cannot be compiled.  This
25387         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
25388         C 5.4.
25389
25390 2003-08-15  Paul Eggert  <eggert@twinsun.com>
25391
25392         Document merge from coreutils.
25393         * modules/userspec: Depend on posixver.
25394         * modules/strftime: Depend on tzset.
25395
25396 2003-08-15  Paul Eggert  <eggert@twinsun.com>
25397
25398         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
25399         rather than tab, after '#' in shell-script copyright notices.
25400         Suggested by Bruno Haible.
25401
25402 2003-08-15  Paul Eggert  <eggert@twinsun.com>
25403
25404         * config/srclist-update: Use three spaces, rather than tab, after '#'
25405         in shell-script copyright notices.  Suggested by Bruno Haible.
25406         Remove unnecessary parenthesization in regular expression.
25407
25408 2003-08-15  Jim Meyering  <jim@meyering.net>
25409
25410         Merge from coreutils.
25411         * lib/xgethostname.c: Include <stdlib.h>.
25412         (xghostname): Don't exit for anything other than memory-related
25413         failure; just return NULL.
25414         * lib/userspec.c: Include "posixver.h".
25415         (parse_user_spec): Accept `.' as a separator only
25416         in pre-POSIX-200112 mode.
25417         * lib/strtoimax.c: Use #elif rather than #else #if.
25418         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
25419         Remove function, now that we can rely on a working tzset function.
25420         [!_LIBC]: Ensure that the required autoconf test has been run.
25421         [!defined _NL_CURRENT && HAVE_STRFTIME]:
25422         Use underlying_strftime for %r.
25423         * lib/sha.c: Merge in some clean-up and optimization changes from
25424         glibc.
25425         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
25426         Ensure that it is a multiple of 64.
25427         Rearrange loop exit tests so as to avoid performing an
25428         additional fread after encountering an error or EOF.
25429         * lib/realloc.c: Update copyright date.
25430
25431 2003-08-15  Jim Meyering  <jim@meyering.net>
25432         and Paul Eggert  <eggert@twinsun.com>
25433
25434         Merge from coreutils.
25435         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
25436         member but strut utmpx does not.  Needed for AIX 4.3.3.
25437         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
25438
25439 2003-08-15  Jim Meyering  <jim@meyering.net>
25440         and Paul Eggert  <eggert@cs.ucla.edu>
25441
25442         Merges from coreutils, etc.
25443         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
25444         Require gl_FUNC_TZSET_CLOBBER.
25445         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
25446         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
25447         members.
25448
25449 2003-08-14  Paul Eggert  <eggert@twinsun.com>
25450
25451         Help the merge from coreutils.
25452         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
25453         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
25454         * m4/tzset.m4: Use it too.
25455
25456 2003-08-14  Paul Eggert  <eggert@twinsun.com>
25457
25458         * modules/tzset: New file.
25459
25460 2003-08-14  Jim Meyering  <jim@meyering.net>
25461
25462         Merges from coreutils.
25463         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
25464         variable names, rather than @FNMATCH_H@.
25465         * modules/alloca: Likewise for $(ALLOCA_H).
25466
25467         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
25468         the three copies of the literal target, `fnmatch.h'.
25469         * modules/alloca (alloca.h): Likewise.
25470
25471 2003-08-14  Jim Meyering  <jim@meyering.net>
25472
25473         Merge from coreutils.
25474         * m4/tzset.m4: New file.
25475         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
25476         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
25477         otherwise, AIX 5.1 systems would end up using the latter.
25478         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
25479         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
25480         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
25481         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
25482
25483 2003-08-14  Jim Meyering  <jim@meyering.net>
25484
25485         Merge from coreutils.
25486         * lib/obstack.h: Whitespace changes.
25487         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
25488         and xcalloc return values.
25489         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
25490         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
25491         hang on OSF/1 5.1 for DIR on both local and remote file systems.
25492         Reported by (and fix confirmed by) Nelson H. F. Beebe.
25493         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
25494         error from mntctl.
25495         Use mntctl's return value to drive the entry-processing loop, since
25496         we can't rely on the value of the vmt_length member in the last
25497         entry.  On some systems doing so could result in exhausting
25498         virtual memory.  Based in part on a patch from Mike Jetzer.
25499
25500 2003-08-14  Jim Meyering  <jim@meyering.net>
25501         and Paul Eggert  <eggert@twinsun.com>
25502
25503         Merges from coreutils, plus other fixes.
25504         * lib/physmem.c: Merge in portability changes from gcc/libiberty
25505         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
25506         for credits and details.  Thanks to Kaveh Ghazi for helping
25507         to keep these files in sync.
25508         (ARRAY_SIZE): Define it.
25509         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
25510         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
25511         (memcasecmp): Don't assume size_t fits in unsigned int.
25512         Remove casts and duplicate code.
25513         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
25514         (memcpy): Remove definition.
25515         Merge in some clean-up and optimization changes from glibc.
25516         [BLOCKSIZE]: Move definition to top of file.
25517         Ensure that it is a multiple of 64.
25518         Rearrange loop exit tests so as to avoid performing an
25519         additional fread after encountering an error or EOF.
25520         * lib/md5.h (md5_uintptr): Define.
25521         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
25522         return to the initial working directory.  Preserve errno
25523         for caller.
25524         * lib/idcache.c: Include "xalloc.h".
25525         (xmalloc, xrealloc): Remove decls.
25526         (getuser): Remove casts no longer required in C89.
25527         * lib/human.c: Include stdio.h, for sprintf.
25528         * lib/group-member.c: Include "xalloc.h".
25529         (xmalloc, xrealloc): Remove decls.
25530         (get_group_info): Remove casts no longer required in C89.
25531         * lib/getusershell.c (readname): Remove casts no longer required in
25532         C89.
25533         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
25534         * lib/getline.c: Whitespace fix, from coreutils.
25535
25536 2003-08-13  Paul Eggert  <eggert@twinsun.com>
25537
25538         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
25539         Check for isascii.
25540
25541         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
25542         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
25543         Undo previous (whitespace-only) change.
25544
25545 2003-08-13  Paul Eggert  <eggert@twinsun.com>
25546
25547         * lib/exclude.c: Include <ctype.h>
25548         (IN_CTYPE_DOMAIN): New macro.
25549         (is_space): New fn.
25550         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
25551         and empty lines.
25552
25553         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
25554         Undo previous (whitespace-only) change.
25555
25556 2003-08-13  Paul Eggert  <eggert@twinsun.com>
25557
25558         * config/srclist-update: Change update back to the old behavior,
25559         leaving whitespace alone.  Use one 'sed' command rather than a
25560         pipeline.
25561         (fixlicense): Now a variable, not a function.
25562         (remove_trailing_blanks): Remove.
25563         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
25564         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
25565         Undo previous (whitespace-only) change.
25566
25567 2003-08-12  Paul Eggert  <eggert@twinsun.com>
25568
25569         Merge from coreutils.
25570         * modules/euidaccess: Add lib_SOURCES, include for new
25571         file euidaccess.h
25572
25573 2003-08-12  Paul Eggert  <eggert@twinsun.com>
25574
25575         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
25576         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
25577         Normalize leading white space and remove trailing white space.
25578
25579         Merge from coreutils
25580         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
25581
25582         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
25583         0.12.1.  These files are now being upgraded automatically by
25584         ../config/srclist-update.
25585
25586 2003-08-12  Paul Eggert  <eggert@twinsun.com>
25587
25588         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
25589         Normalize leading white space and remove trailing white space.
25590         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
25591         notice, as per ../config/srclist-update.
25592
25593         Merge from coreutils.
25594         * lib/euidaccess.h: New file.
25595         * lib/euidaccess.c: Include it.
25596         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
25597         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
25598         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
25599
25600 2003-08-12  Paul Eggert  <eggert@twinsun.com>
25601
25602         * config/srclist-update: Add copyright notice.
25603         (remove_id_lines, remove_trailing_blanks): New constants.
25604         (fixfile): Use them to normalize spacing a bit in copied files.
25605         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
25606         Normalize leading white space and remove trailing white space.
25607
25608         * config/texinfo.tex: Sync with texinfo.
25609
25610         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
25611         strtoul.c from libc, to merge coreutils whitespace changes.
25612
25613         * config/srclist.txt: Get the following m4 files from gettext:
25614         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
25615         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
25616         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
25617         wint_t.m4.
25618
25619 2003-08-12  Karl Berry  <karl@gnu.org>
25620
25621         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
25622         been made.
25623
25624 2003-08-11  Paul Eggert  <eggert@twinsun.com>
25625
25626         * modules/gnu-source, m4/gnu-source.m4:
25627         Remove; we're assuming Autoconf 2.54 or later now.
25628         Suggested by Bruno Haible.
25629         * MODULES.html.sh (func_all_modules): Remove gnu-source.
25630
25631 2003-08-11  Bruno Haible  <bruno@clisp.org>
25632
25633         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
25634
25635 2003-08-11  Bruno Haible  <bruno@clisp.org>
25636
25637         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
25638         (vasnprintf): Use it instead of wcslen.
25639
25640 2003-08-11  Bruno Haible  <bruno@clisp.org>
25641
25642         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
25643         value to ensure that _Bool promotes to int. Use #define for _Bool when
25644         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
25645
25646 2003-08-10  Karl Berry  <karl@gnu.org>
25647
25648         * lib/regex.h: update from libc (whitespace fix).
25649
25650 2003-08-09  Paul Eggert  <eggert@twinsun.com>
25651
25652         Merge some files from coreutils.  These changes were
25653         originally made by Jim Meyering.
25654         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
25655         many older Unixes require this.
25656         * lib/alloca.c (alloca): Remove cast to argument of free;
25657         no longer needed in C89.
25658         * lib/alloca_.h, regex.h: Fix white space to match
25659         what GNU indent does.
25660
25661 2003-08-09  Paul Eggert  <eggert@twinsun.com>
25662
25663         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
25664         apparently Emacs's Unicode mode got confused before my 2003-08-05
25665         checkin.
25666
25667 2003-08-08  Paul Eggert  <eggert@twinsun.com>
25668
25669         * m4/extensions.m4: New file.
25670         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
25671         Require gl_USE_SYSTEM_EXTENSIONS.
25672         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
25673         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
25674
25675 2003-08-08  Paul Eggert  <eggert@twinsun.com>
25676
25677         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
25678         * modules/extensions, modules/gnu-source: New files.
25679         * modules/timespec, modules/unlocked-io: Depend on extensions.
25680
25681 2003-08-07  Paul Eggert  <eggert@twinsun.com>
25682
25683         * modules/restrict: New file.
25684         * MODULES.html.sh (func_all_modules): Add restrict.
25685         * modules/regex: Depend on restrict.
25686
25687 2003-08-07  Paul Eggert  <eggert@twinsun.com>
25688
25689         * m4/restrict.m4: New file.
25690         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
25691
25692 2003-08-07  Bruno Haible  <bruno@clisp.org>
25693
25694         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
25695         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
25696
25697 2003-08-07  Bruno Haible  <bruno@clisp.org>
25698
25699         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
25700         makes the module 'getndelim2' compatible with the module 'getline'.
25701
25702 2003-08-05  Paul Eggert  <eggert@twinsun.com>
25703
25704         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
25705         byte with "\201" to avoid glitches when editing that source file
25706         with multi-gnome-terminal.
25707
25708 2003-08-05  Paul Eggert  <eggert@twinsun.com>
25709
25710         * lib/bumpalloc.h: Remove.
25711
25712 2003-08-05  Paul Eggert  <eggert@twinsun.com>
25713
25714         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
25715         * modules/bumpalloc: Remove.
25716
25717 2003-08-04  Paul Eggert  <eggert@twinsun.com>
25718
25719         * lib/getloadavg.c: Change copyright notice and spacing to conform to
25720         GNU coding style.
25721
25722         Merge from coreutils.
25723         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
25724         1. From glibc.
25725         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
25726         from Karl Berry, implemented by Jim Meyering.
25727         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
25728         from Dmitry V. Levin.
25729         Remove anachronistic cast of xrealloc.
25730         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
25731         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
25732         type. Otherwise, it wouldn't compile with at least /bin/cc on
25733         ymp-cray-unicos9.0.2.X.
25734         Combine two mostly-identical uses of alloca into one.
25735         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
25736
25737 2003-08-04  Dave Love  <d.love@dl.ac.uk>
25738
25739         [From Emacs.]
25740
25741         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
25742         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
25743         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
25744         obsolete NLIST_NAME_UNION.
25745         [__GNU__]: Undef BSD and FSCALE.
25746         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
25747
25748 2003-08-03  Paul Eggert  <eggert@twinsun.com>
25749
25750         * lib/stdbool_.h (_Bool): Make it signed char, instead of
25751         an enum type, so that it's guaranteed to promote to int.  See:
25752         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
25753
25754 2003-08-03  Karl Berry  <karl@gnu.org>
25755
25756         * config/depcomp: update from automake.
25757
25758 2003-07-31  Paul Eggert  <eggert@twinsun.com>
25759
25760         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
25761         (strerror): Don't assume that a printable int fits in 14 bytes.
25762
25763 2003-07-31  Bruno Haible  <bruno@clisp.org>
25764
25765         * modules/getpass-gnu: New file.
25766         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
25767
25768 2003-07-31  Bruno Haible  <bruno@clisp.org>
25769
25770         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
25771
25772 2003-07-24  Karl Berry  <karl@gnu.org>
25773
25774         * config/missing: update from automake.
25775
25776 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
25777             Bruno Haible  <bruno@clisp.org>
25778
25779         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
25780         * lib/getline.c (getline, getdelim): Likewise.
25781         Remove _GNU_SOURCE define; now it's defined in config.h through
25782         m4/getline.m4.
25783
25784 2003-07-23  Karl Berry  <karl@gnu.org>
25785
25786         * config/config.sub: update from prep.
25787
25788 2003-07-22  Paul Eggert  <eggert@twinsun.com>
25789
25790         * modules/xalloc (Depends-on): Add exitfail.
25791         * modules/xmemcoll: Likewise.
25792
25793 2003-07-22  Paul Eggert  <eggert@twinsun.com>
25794
25795         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
25796         over-parenthesization in macros.
25797
25798         Sync with coreutils.
25799
25800         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
25801         required by C99.
25802
25803         Use `exit_failure' for xalloc and xmemcoll instead of their own
25804         private exit-failure variables.
25805         * lib/xalloc.h (xalloc_exit_failure): Remove.
25806         * lib/xmalloc.c: Likewise.  Include exitfail.h.
25807         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
25808         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
25809         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
25810         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
25811
25812 2003-07-20  Jim Meyering  <jim@meyering.net>
25813
25814         * modules/closeout (Depends-on): Add exitfail.
25815         Suggestion from Bruno Haible.
25816
25817 2003-07-19  Karl Berry  <karl@gnu.org>
25818
25819         * config/config.sub: update from prep.
25820
25821 2003-07-18  Paul Eggert  <eggert@twinsun.com>
25822
25823         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
25824         Remove.
25825         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
25826         to test that it can stand by itself.  Include "exitfail.h".
25827         Clients should set exit_failure instead.
25828         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
25829
25830 2003-07-18  Bruno Haible  <bruno@clisp.org>
25831
25832         * modules/getndelim2: New file.
25833         * modules/getline: Share files with module getndelim2.
25834         * modules/getnline: Depend on getndelim2 instead of sharing files with
25835         it. Add getnline.c to lib_SOURCES.
25836         * MODULES.html.sh (func_all_modules): Add getndelim2.
25837
25838 2003-07-18  Bruno Haible  <bruno@clisp.org>
25839
25840         * m4/getndelim2.m4: New file.
25841         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
25842         invoke gl_PREREQ_GETNDELIM2.
25843         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
25844         gl_PREREQ_GETNDELIM2.
25845         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
25846         gl_GETNDELIM2.
25847
25848 2003-07-18  Bruno Haible  <bruno@clisp.org>
25849
25850         * lib/getndelim2.h: New file.
25851         * lib/getndelim2.c: Make into a module of its own. Include config.h,
25852         getndelim2.h.
25853         (getndelim2): Make non-static. Change return type to ssize_t.
25854         * lib/getline.h: Change argument names.
25855         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
25856         * lib/getnline.c: Include getndelim2.h.
25857
25858 2003-07-18  Andreas Schwab  <schwab@suse.de>
25859
25860         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
25861
25862 2003-07-17  Karl Berry  <karl@gnu.org>
25863
25864         * config/config.sub: update from prep.
25865
25866 2003-07-17  Bruno Haible  <bruno@clisp.org>
25867
25868         * modules/getnline: New file.
25869         * modules/getline: Add lib/getndelim2.c to source file list.
25870         * MODULES.html.sh (func_all_modules): Add getnline.
25871
25872 2003-07-17  Bruno Haible  <bruno@clisp.org>
25873
25874         * m4/getnline.m4: New file.
25875
25876 2003-07-17  Bruno Haible  <bruno@clisp.org>
25877
25878         * m4/Makefile.am.in: Remove file.
25879         * m4/Makefile.am: Remove file.
25880         * m4/Makefile.in: Remove file.
25881
25882 2003-07-17  Bruno Haible  <bruno@clisp.org>
25883
25884         * lib/getnline.h: New file.
25885         * lib/getnline.c: New file.
25886         * lib/getndelim2.c: New file, extracted from getline.c.
25887         (getndelim2): Renamed from getdelim2, with added nmax argument.
25888         * lib/getline.c: Include getndelim2.c.
25889         (getdelim2): Moved out to getndelim2.c.
25890         (getline, getdelim): Update.
25891
25892 2003-07-17  Bruno Haible  <bruno@clisp.org>
25893
25894         * lib/Makefile.am: Remove file.
25895         * lib/Makefile.in: Remove file.
25896
25897 2003-07-17  Bruno Haible  <bruno@clisp.org>
25898
25899         * configure.in: Remove file.
25900         * Makefile.in: Remove file.
25901
25902 2003-07-17  Bruno Haible  <bruno@clisp.org>
25903
25904         * MODULES.html.sh: Put the </BODY> right before </HTML>.
25905
25906 2003-07-16  Karl Berry  <karl@gnu.org>
25907
25908         * config/srclist-update: was running fixlicense twice, which caused
25909                 texinfo.tex to be nullified for some reason.  Simplify,
25910                 $gplsrc is no longer needed as far as I can see?
25911
25912 2003-07-16  Jim Meyering  <jim@meyering.net>
25913
25914         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
25915
25916 2003-07-15  Paul Eggert  <eggert@twinsun.com>
25917
25918         * config/srclist.txt: Get the following files from gettext-runtime/intl
25919         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
25920         ref-del.sin.  From Bruno Haible.
25921         * config/srclist-update (fixfile): Change grep pattern again, since the
25922         previous fix didn't work (there was another trailing $).  Use
25923         '[$]' to escape the $s.
25924
25925 2003-07-15  Karl Berry  <karl@gnu.org>
25926
25927         * lib/vasnprintf.c: update from gettext.
25928
25929 2003-07-15  Karl Berry  <karl@gnu.org>
25930
25931         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
25932         gets expanded when surrounded by '$'.
25933
25934 2003-07-15  Jim Meyering  <jim@meyering.net>
25935
25936         * modules/save-cwd: Don't depend on error.  From Derek Price.
25937
25938 2003-07-15  Jim Meyering  <jim@meyering.net>
25939
25940         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
25941
25942 2003-07-14  Simon Josefsson  <jas@extundo.com>
25943
25944         * modules/mempcpy: New file.
25945         * MODULES.html.sh (func_all_modules): Add mempcpy.
25946
25947 2003-07-14  Simon Josefsson  <jas@extundo.com>
25948
25949         * m4/mempcpy.m4: New file.
25950
25951 2003-07-14  Simon Josefsson  <jas@extundo.com>
25952
25953         * lib/mempcpy.h: New file.
25954         * lib/mempcpy.c: New file.
25955
25956 2003-07-14  Paul Eggert  <eggert@twinsun.com>
25957
25958         * modules/getdate, modules/posixtm: Depend on mktime.
25959
25960 2003-07-14  Paul Eggert  <eggert@twinsun.com>
25961
25962         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
25963         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
25964         unicodeio.c, unicodeio.h, unlocked-io.h:
25965         Switch from LGPL to GPL.
25966
25967 2003-07-14  Paul Eggert  <eggert@twinsun.com>
25968
25969         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
25970         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
25971         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
25972         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
25973         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
25974         updated automatically by ../config/srclist-update.  This changes
25975         their license from LPGL to GPL.
25976
25977 2003-07-14  Paul Eggert  <eggert@twinsun.com>
25978
25979         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
25980         assumed to refer to the root of the most recent stable gettext version.
25981         * config/srclistvars.sh: Add defaults for eggert.
25982         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
25983         Match "This program" as well as "The program".  This is needed
25984         for gettext.
25985
25986 2003-07-14  Jim Meyering  <jim@meyering.net>
25987
25988         Don't emit diagnostics.  Let callers do that.
25989         * lib/save-cwd.c: Don't include "error.h".
25990         (save_cwd): Don't call error.  Ensure that errno is valid
25991         when returning nonzero.
25992
25993         * lib/save-cwd.h (restore_cwd): Update prototype.
25994         * lib/save-cwd.c (restore_cwd): Remove two parameters.
25995         Simplify.  Don't call error upon failure.  Let callers do that.
25996         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
25997         when auditing is enabled.  But don't bother updating the #if.
25998
25999 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
26000
26001         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
26002         it breaks C++ compilation.
26003         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
26004
26005 2003-07-10  Simon Josefsson  <jas@extundo.com>
26006
26007         * modules/strchrnul (Makefile.am): Add strchrnul.h.
26008
26009 2003-07-10  Jim Meyering  <jim@meyering.net>
26010
26011         * m4/clock_time.m4: Remove trailing blank.
26012         * m4/intmax_t.m4: Likewise.
26013
26014 2003-07-10  Jim Meyering  <jim@meyering.net>
26015
26016         * lib/vasnprintf.c: Remove trailing blanks.
26017         Make cpp indentation consistent.
26018
26019 2003-07-09  Paul Eggert  <eggert@twinsun.com>
26020
26021         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
26022         posixver.c, strftime.c, strnlen.c, strverscmp.c:
26023         Switch from LGPL to GPL.
26024
26025 2003-07-09  Paul Eggert  <eggert@twinsun.com>
26026
26027         * config/srclist.txt: Sort sublists.  Add
26028         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
26029         that differ from gnulib for one reason or another; we'd like this list
26030         to be smaller but for now let's document what we have.
26031
26032 2003-07-08  Paul Eggert  <eggert@twinsun.com>
26033
26034         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
26035         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
26036         and sweeter "eval x=$x".
26037         * config/srclist.txt: Get lib/argp* from glibc.
26038
26039 2003-07-07  Paul Eggert  <eggert@twinsun.com>
26040
26041         * lib/mktime.c: Fix some boundary cases and remove need for floating
26042         point.
26043
26044         Issue a compile-time diagnostic if time_t is floating point, or if
26045         two's complement arithmetic is not in effect, or if arithmetic
26046         right shift does not propagate the sign.  These assumptions were
26047         all in the original code but they weren't checked.
26048
26049         (TIME_T_MIDPOINT, verify): New macros.
26050         (__isleap): Remove; it has integer overflow problems.
26051         (leapyear): New function, without those problems.
26052         (ydhms_tm_diff): Remove; splitting into two parts.
26053         (ydhms_diff): New function, containing the arithmetic part of
26054         the old ydhms_tm_diff function.  Issue a compile-time
26055         diagnostic if we are not using C99 integer division.
26056         Avoid casts when possible.
26057         (guess_time_tm): New function, containing the checking part of
26058         the old ydhms_tm_diff function.  Return the new value, rather than
26059         the difference between it and the old.  Accept a new argument T
26060         so that *T specifies the old value.  Check for overflow in the result.
26061
26062         (__mktime_internal): Use a time_t offset, not a long int offset.
26063         This undoes the 2003-06-04 change, which is no longer needed now
26064         that we have better overflow checking.
26065         (localtime_offset): Likewise.
26066
26067         (__mktime_internal): Avoid harmful overflow on hosts where time_t
26068         and long are 64-bit but int is only 32-bit.
26069         (ydhms_diff): Use long int to store year1 and yday1.
26070         Issue a compile-time diagnostic if long int is not wide enough.
26071
26072         (__mktime_internal): Use long int to store adjusted year and yday.
26073         Use plain C rather than preprocessor commands, if that doesn't
26074         affect efficiency.
26075         Check for overflow (and try to repair) after each probe
26076         rather than checking only at the very end.  This avoids some bugs
26077         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
26078         does not equal GMT offset at maximum time).
26079         Use integer to check for overflow rather than floating point; this
26080         is more portable to non-IEEE hosts, and is a tad faster.
26081         When we detect that we are oscillating between two values,
26082         don't check whether tm_isdst has the requested value, since
26083         we already know the answer.  When tm_isdst has the wrong value,
26084         use a different heuristic to find the right one, based on the
26085         extreme values actually observed in practice in tz2003a,
26086         rather than the (overly optimistic) "previous 3 calendar quarters".
26087
26088         (not_equal_tm, print_tm, check_result): Use "const T" rather than
26089         "T const" to accommodate glibc style.
26090         (check_result): Use less-confusing report format.  "long" -> "long int.
26091         (main): Likewise.
26092         Don't loop if the iteration overflows time_t.
26093         Allow a negative step in the iteration.
26094
26095 2003-07-06  Karl Berry  <karl@gnu.org>
26096
26097         * config/depcomp: update from automake.
26098         * config/config.sub: update from prep.
26099
26100 2003-07-03  Karl Berry  <karl@gnu.org>
26101
26102         * config/config.guess: update from prep.
26103
26104 2003-07-01  Paul Eggert  <eggert@twinsun.com>
26105
26106         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
26107         xreadlink.c now includes it unconditionally.
26108
26109 2003-07-01  Paul Eggert  <eggert@twinsun.com>
26110
26111         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
26112         having it depend on HAVE_SYS_TYPES_H.
26113
26114 2003-07-01  Bruno Haible  <bruno@clisp.org>
26115
26116         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
26117         <sys/types.h> should be sufficient.
26118         Reported by Paul Eggert.
26119
26120 2003-06-26  Karl Berry  <karl@gnu.org>
26121
26122         * config/depcomp: update from automake.
26123
26124 2003-06-26  Bruno Haible  <bruno@clisp.org>
26125
26126         * modules/human: Depend on module stdbool.
26127
26128 2003-06-25  Bruno Haible  <bruno@clisp.org>
26129
26130         * modules/readlink: New file.
26131         * modules/xreadlink: Depend on it.
26132         * MODULES.html.sh (func_all_modules): Add readlink.
26133
26134 2003-06-25  Bruno Haible  <bruno@clisp.org>
26135
26136         * m4/readlink.m4: New file.
26137
26138 2003-06-25  Bruno Haible  <bruno@clisp.org>
26139
26140         * lib/readlink.c: New file.
26141
26142 2003-06-22  Karl Berry  <karl@gnu.org>
26143
26144         * config/srclist.txt: update mkinstalldirs from automake.
26145         * config/mkinstalldirs: update.
26146
26147 2003-06-22  Bruno Haible  <bruno@clisp.org>
26148
26149         Portability to mingw32.
26150         * m4/ssize_t.m4: New file, from GNU gettext.
26151         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
26152         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
26153
26154 2003-06-22  Bruno Haible  <bruno@clisp.org>
26155
26156         * modules/safe-read: Add m4/ssize_t.m4.
26157         * modules/xreadlink: Add m4/ssize_t.m4.
26158
26159 2003-06-20  Bruno Haible  <bruno@clisp.org>
26160
26161         Assume C89, so PARAMS isn't needed.
26162         * lib/unicodeio.h (PARAMS): Remove.
26163         * lib/unicodeio.c: Don't use PARAMS.
26164
26165 2003-06-18  Karl Berry  <karl@gnu.org>
26166
26167         * config/config.{guess,sub}: update from prep.
26168
26169 2003-06-18  Jim Meyering  <jim@meyering.net>
26170
26171         Merge changes from coreutils.
26172         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
26173         Remove explicit declarations of xmalloc and realloc.
26174         Include xalloc.h.
26175         (read_utmp): Remove anachronistic cast of xmalloc.
26176
26177 2003-06-17  Paul Eggert  <eggert@twinsun.com>
26178
26179         Assume C89, so PARAMS isn't needed.
26180         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
26181         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
26182         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
26183         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
26184         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
26185         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
26186         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
26187         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
26188         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
26189         lib/xstrtod.h, lib/xstrtol.h: Likewise.
26190         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
26191         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
26192         no longer needed. Anyway, config.h should always be included before any
26193         other file.
26194
26195 2003-06-11  Simon Josefsson  <jas@extundo.com>
26196
26197         * modules/sysexits: New file.
26198         * MODULES.html.sh (func_all_modules): Add sysexits.
26199
26200 2003-06-11  Simon Josefsson  <jas@extundo.com>
26201
26202         * lib/sysexit_.h: New file.
26203
26204 2003-06-11  Derek Price  <derek@ximbiot.com>
26205
26206         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
26207         necessary.
26208
26209 2003-06-11  Bruno Haible  <bruno@clisp.org>
26210
26211         * m4/sysexits.m4: New file.
26212
26213 2003-06-10  Simon Josefsson  <jas@extundo.com>
26214
26215         * lib/argp.h: New file, from glibc.
26216         * lib/argp-ba.c: New file, from glibc.
26217         * lib/argp-eexst.c: New file, from glibc.
26218         * lib/argp-fmtstream.c: New file, from glibc.
26219         * lib/argp-fmtstream.h: New file, from glibc.
26220         * lib/argp-fs-xinl.c: New file, from glibc.
26221         * lib/argp-help.c: New file, from glibc.
26222         * lib/argp-namefrob.h: New file, from glibc.
26223         * lib/argp-parse.c: New file, from glibc.
26224         * lib/argp-pv.c: New file, from glibc.
26225         * lib/argp-pvh.c: New file, from glibc.
26226         * lib/argp-xinl.c: New file, from glibc.
26227
26228 2003-06-10  Simon Josefsson  <jas@extundo.com>
26229
26230         * modules/strchrnul: New file.
26231
26232 2003-06-10  Simon Josefsson  <jas@extundo.com>
26233
26234         * modules/argp: New file.
26235
26236 2003-06-10  Simon Josefsson  <jas@extundo.com>
26237
26238         * m4/strchrnul.m4: New file.
26239
26240 2003-06-10  Simon Josefsson  <jas@extundo.com>
26241
26242         * lib/strchrnul.h: New file.
26243         * lib/strchrnul.c: New file.
26244
26245 2003-06-10  Bruno Haible  <bruno@clisp.org>
26246
26247         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
26248
26249 2003-06-07  Karl Berry  <karl@gnu.org>
26250
26251         * config/config.{guess,sub}: update from prep.
26252
26253 2003-06-07  Jim Meyering  <jim@meyering.net>
26254
26255         * modules/strtod: Use $(...) notation, not @...@ for
26256         AC_REPLACE'd variables.
26257         * modules/localcharset: Likewise.
26258
26259 2003-06-07  Jim Meyering  <jim@meyering.net>
26260
26261         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
26262         in place of my name in the copyright comment.
26263         Remove definition and uses of __P.
26264
26265         From coreutils.
26266         * lib/stat.c: Don't declare xmalloc explicitly.
26267         Instead, include "xalloc.h".
26268         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
26269         xrealloc, and xcalloc return values.
26270         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
26271         Improve comment.
26272         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
26273
26274 2003-06-07  Bruno Haible  <bruno@clisp.org>
26275
26276         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
26277         avoid AC_CONFIG_LINKS.
26278         * modules/fnmatch (Makefile.am): Use explicit creation rule for
26279         fnmatch.h, to avoid AC_CONFIG_LINKS.
26280         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
26281
26282 2003-06-07  Bruno Haible  <bruno@clisp.org>
26283
26284         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
26285         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
26286         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
26287         directory.
26288         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
26289         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
26290         directory.
26291
26292 2003-06-06  Jim Meyering  <jim@meyering.net>
26293
26294         Merge from coreutils.
26295         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
26296         Consolidate declarations and initializations of *_base* locals.
26297
26298         Merge from coreutils.
26299         This avoids a core dump on systems without GNU putenv,
26300         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
26301         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
26302         (unsetenv): New static function, from GNU libc.
26303         (rpl_putenv): Use it.
26304
26305         * lib/modechange.c: Remove trailing blanks.
26306
26307         Merge from coreutils.
26308         * lib/fsusage.c: Remove declaration of statfs.
26309         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
26310
26311         * lib/posixtm.c: Include <stdbool.h> unconditionally.
26312
26313 2003-06-06  Jim Meyering  <jim@meyering.net>
26314
26315         * lib/stdbool_.h: Renamed from stdbool.h.in.
26316
26317 2003-06-06  Jim Meyering  <jim@meyering.net>
26318             Bruno Haible  <bruno@clisp.org>
26319
26320         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
26321         Adjust Makefile.am snippet not to redirect directly to target.
26322         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
26323
26324 2003-06-05  Paul Eggert  <eggert@twinsun.com>
26325
26326         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
26327         mismatch, look in future quarters as well as past.  This fixes a
26328         bug when processing fall-backwards gaps immediately after a long
26329         period of daylight-saving time.
26330
26331         * lib/mktime.c: Assume freestanding C89 or better.
26332         (HAVE_LIMITS_H): Remove.  Assume it's 1.
26333         (__P): Remove; not used.
26334         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
26335         (mktime, not_equal_tm, print_tm, check_result,
26336         main): Use prototypes.  Use const * where appropriate.
26337         (main): Fix typo in testing code that uncovered by above changes.
26338         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
26339
26340 2003-06-04  Paul Eggert  <eggert@twinsun.com>
26341
26342         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
26343         locale.h, localeconv.  This merges changes from coreutils.
26344
26345         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
26346         It can be removed after the next Autoconf is released.
26347         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
26348         needed.
26349
26350 2003-06-04  Paul Eggert  <eggert@twinsun.com>
26351
26352         * lib/mktime.c: Fix Debian bug 177940
26353         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
26354         (localtime_offset): Now long int, not time_t, because we want it
26355         to be guaranteed to be signed.  All uses changed.
26356         (__mktime_internal): If overflow would occur when adding offset,
26357         don't add it.
26358
26359         Merge 'human' changes from coreutils.  Rewrite to support
26360         locale-specific notations like thousands separators.
26361         * lib/human.c: Simplify authorship notice.
26362         Include human.h immediately after config.h.
26363         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
26364         <limits.h>: Do not include, since human.h does.
26365         (SIZE_MAX, UINTMAX_MAX): New macros.
26366         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
26367         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
26368         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
26369         (power_letter): Renamed from suffixes.
26370         (generate_suffix_backwards): Remove.
26371         (adjust_value): Now takes int style (because of human.h changes)
26372         and long double value (for greater precision on some platforms).
26373         (group_number): New function.
26374         (human_readable): Use it.  Use integer options, not enum.
26375         Put the options before the sizes in the arg list.
26376         Support all the new options.
26377         The old human_readable function has been removed;
26378         use inttostr.h instead.
26379         (human_readable, default_block_size, humblock):
26380         Use uintmax_t, not int, for block sizes.
26381         (human_readable_inexact, block_size_types): Remove.
26382         (block_size_opts): New constant.
26383         (human_options): Renamed from human_block_size, with new signature
26384         that allows block sizes up to UINTMAX_MAX.  All callers changed.
26385         * lib/human.h: Add copyright and authorship notice.
26386         Include <limits.h> and <stdbool.h> unconditionally.
26387         (PARAMS): Remove.  All uses removed.
26388         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
26389         (enum human_inexact_style): Remove tag; now a nameless enum.
26390         (human_floor, human_ceiling, human_round_to_even): Now have
26391         values 2, 0, 1 rather than -1, 1, 0.
26392         (human_group_digits, human_suppress_point_zero, human_autoscale,
26393         human_base_1024, human_SI, human_B): New constants.
26394         (human_readable_inexact, human_block_size): Remove.
26395         (human_readable): Size args are now uintmax_t, not int.
26396         (human_options): New decl.
26397
26398         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
26399         unnecessary now that we assume C89 or better.  This change
26400         imported from coreutils.
26401
26402         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
26403         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
26404         in the 2003-05-30 sync from glibc.
26405
26406         .h files should stand alone, but we shouldn't include <sys/types.h>
26407         if we can get away with just <stddef.h>.
26408
26409         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
26410         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
26411         rather than <sys/types.h>, as we merely need size_t.
26412         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
26413         to get size_t.
26414         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
26415         Include <stdio.h>, to get FILE.
26416         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
26417         memcasecmp.h has included <stddef.h> and all we need is size_t.
26418         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
26419         our interface, instead of including <sys/types.h>
26420
26421 2003-06-04  Paul Eggert  <eggert@twinsun.com>
26422
26423         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
26424         now, as glibc mktime is buggy on non-glibc systems.
26425
26426 2003-06-03  Karl Berry  <karl@gnu.org>
26427
26428         * config/config.sub: update from prep.
26429
26430 2003-06-02  Paul Eggert  <eggert@twinsun.com>
26431
26432         [from coreutils]
26433         Fix some minor time-related bugs with POSIX time arguments.
26434         Some valid time stamps were being rejected (notably -1, and
26435         time stamps before 1900 on 64-bit hosts).  And some invalid
26436         time stamps were being accepted, e.g. September 31.
26437
26438         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
26439         that we can return (time_t) -1 successfully.
26440         * lib/posixtm.c: Likewise.
26441         [HAVE_STDBOOL_H]: Include <stdbool.h>.
26442         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
26443         (t): Remove static var.
26444         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
26445         of static var.  All uses changed.
26446         (year): Do not reject years before 1900; they can occur with
26447         64-bit time_t.
26448         (posix_time_parse): Do not check for out-of-range components;
26449         that is now the caller's responsibility, since our checks were
26450         only approximations.
26451         (posixtime): Use mktime to check for out-of-range components,
26452         since it knows them exactly.
26453         If mktime returns (time_t) -1, check whether an error actually occurred
26454         by invoking localtime on -1.
26455         (main) [TEST_POSIXTIME]: Check for input data errors, and report
26456         posixtime failures better.
26457         Improve the test data (in comments only).
26458
26459 2003-06-02  Karl Berry  <karl@gnu.org>
26460
26461         * config/mkinstalldirs (version): new variable.
26462         (--version): new option.
26463         (usage): improve message.
26464
26465 2003-05-30  Karl Berry  <karl@gnu.org>
26466
26467         * lib/mktime.c: update from libc.
26468
26469 2003-05-30  Bruno Haible  <bruno@clisp.org>
26470
26471         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
26472         * config/config.rpath: Upgrade to gettext-0.12.1.
26473
26474 2003-05-30  Bruno Haible  <bruno@clisp.org>
26475
26476         * m4/gettext.m4: Upgrade to gettext-0.12.1.
26477         * m4/nls.m4: New file, from gettext-0.12.1.
26478         * m4/po.m4: New file, from gettext-0.12.1.
26479         * m4/progtest.m4: Upgrade to gettext-0.12.1.
26480
26481 2003-05-30  Bruno Haible  <bruno@clisp.org>
26482
26483         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
26484         * lib/localcharset.h: Likewise.
26485         * lib/localcharset.c: Likewise.
26486
26487 2003-05-29  Karl Berry  <karl@gnu.org>
26488
26489         * config/config.rpath: update from gettext.
26490
26491 2003-05-28  Paul Eggert  <eggert@twinsun.com>
26492
26493         Assume the headers required for C89 freestanding compilers.
26494         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
26495         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
26496         * m4/human.m4 (gl_HUMAN): Likewise.
26497         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
26498         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
26499         * m4/userspec.m4 (gl_USERSPEC): Likewise.
26500         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
26501         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
26502         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
26503
26504 2003-05-28  Paul Eggert  <eggert@twinsun.com>
26505
26506         Assume the headers required for C89 freestanding compilers.
26507         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
26508         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
26509         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
26510         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
26511         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
26512         define, since <limits.h> is guaranteed to do that.
26513         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
26514         * lib/exclude.c: Include <stdbool.h> unconditionally.
26515         * lib/tempname.c: Include <stddef.h> unconditionally.
26516         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
26517         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
26518         <stddef.h> does that.
26519         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
26520         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
26521         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
26522         needed.
26523         * lib/xstrtol.c: Likewise.
26524         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
26525         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
26526
26527         * lib/addext.c (addext): Use assignment rather than cast, to avoid
26528         warnings on some platforms.
26529
26530         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
26531         arbitrarily.
26532
26533 2003-05-26  Jim Meyering  <jim@meyering.net>
26534
26535         Merge in a change from coreutils:
26536         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
26537         that is guaranteed to be `no'.  Use `no_such_member' to indicate
26538         that condition, rather than `-1' which is slightly misleading.
26539         Change the name of the cache variable to have the gl_ prefix.
26540         Prompted by a patch from Richard Dawe for DJGPP.
26541
26542 2003-05-24  Karl Berry  <karl@gnu.org>
26543
26544         * config/config.guess: update from prep.
26545
26546 2003-05-22  Karl Berry  <karl@gnu.org>
26547
26548         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
26549
26550 2003-05-20  Karl Berry  <karl@gnu.org>
26551
26552         * config/config.guess: update from prep.
26553
26554 2003-05-18  Karl Berry  <karl@gnu.org>
26555
26556         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
26557         might actually be set by the user.
26558
26559         * config/depcomp, install-sh, mdate-sh: update from automake.
26560
26561 2003-05-17  Bruno Haible  <bruno@clisp.org>
26562
26563         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
26564         invalid expansion for AC_EGREP_CPP.
26565         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
26566         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
26567         Suggested by Akim Demaille <akim@epita.fr> in
26568         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
26569
26570 2003-05-12  Jim Meyering  <jim@meyering.net>
26571
26572         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
26573         the space-padded-by-default conversion specifiers, %e, %k, %l.
26574
26575 2003-05-12  Bruno Haible  <bruno@clisp.org>
26576
26577         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
26578         the string is longer than 4 KB.
26579
26580 2003-05-11  Karl Berry  <karl@gnu.org>
26581
26582         * config/config.{guess,sub}: update from prep.
26583
26584 2003-05-09  Bruno Haible  <bruno@clisp.org>
26585
26586         * modules/error: Add m4/strerror_r.m4 to file list.
26587
26588 2003-05-03  Bruno Haible  <bruno@clisp.org>
26589
26590         Upgrade to Unicode-4.0.
26591         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
26592         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
26593         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
26594         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
26595         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
26596         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
26597         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
26598         Change width of U+E0100..U+E01EF from 1 to 0.
26599
26600 2003-04-25  Jim Meyering  <jim@meyering.net>
26601
26602         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
26603         of type size_t, not int.
26604
26605 2003-04-25  Bruno Haible  <bruno@clisp.org>
26606
26607         * lib/copy-file.c: Include <stddef.h>, for size_t.
26608
26609 2003-04-21  Paul Eggert  <eggert@twinsun.com>
26610
26611         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
26612         code which expansion is under static control.  Patch imported from
26613         Akim Demaille's patch to Bison; see
26614         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
26615
26616 2003-04-14  Bruno Haible  <bruno@clisp.org>
26617
26618         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
26619
26620 2003-04-11  Jim Meyering  <jim@meyering.net>
26621
26622         Merge changes from Coreutils.
26623
26624         2003-03-22  Jim Meyering  <jim@meyering.net>
26625
26626         * lib/strftime.c (widen): Cast alloca return value to proper type.
26627
26628         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
26629
26630         From GNU libc.
26631         * lib/strftime.c (my_strftime): Handle very large width
26632         specifications for numeric values correctly.  Improve checks for
26633         overflow.
26634
26635         2003-01-19  Jim Meyering  <jim@meyering.net>
26636
26637         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
26638         definitions.
26639         (nl_get_alt_digit) [! defined my_strftime]: Define.
26640         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
26641         _nl_get_alt_digit and _nl_get_walt_digit.
26642
26643         * lib/strftime.c (my_strftime): Merge in locale-related changes from
26644         libc. These changes have no effect outside of _LIBC.
26645
26646 2003-04-10  Bruno Haible  <bruno@clisp.org>
26647
26648         * modules/findprog: New file.
26649         * MODULES.html.sh (func_all_modules): Add it.
26650
26651 2003-04-10  Bruno Haible  <bruno@clisp.org>
26652
26653         * m4/findprog.m4: New file.
26654         * m4/eaccess.m4: New file.
26655
26656 2003-04-10  Bruno Haible  <bruno@clisp.org>
26657
26658         * lib/findprog.h: New file, from GNU gettext.
26659         * lib/findprog.c: New file, from GNU gettext.
26660
26661 2003-04-05  Jim Meyering  <jim@meyering.net>
26662
26663         Merge changes from Coreutils.
26664
26665         * lib/exclude.h (PARAMS): Remove definition and uses.
26666         * lib/exclude.c: Remove uses of `PARAMS'.
26667
26668         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
26669         Add test-cases for DOS filenames. Declare program_name.
26670         (main): Set up program_name.  Patch by Rich Dawe.
26671
26672         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
26673         error from mntctl.
26674         Use mntctl's return value to drive the entry-processing loop, since
26675         we can't rely on the value of the vmt_length member in the last
26676         entry.  On some systems doing so could result in exhausting
26677         virtual memory.  Based in part on a patch from Mike Jetzer.
26678
26679 2003-04-04  Bruno Haible  <bruno@clisp.org>
26680
26681         * modules/linebreak: New file.
26682         * MODULES.html.sh (func_all_modules): Add it.
26683
26684 2003-04-04  Bruno Haible  <bruno@clisp.org>
26685
26686         * m4/linebreak.m4: New file.
26687
26688 2003-04-04  Bruno Haible  <bruno@clisp.org>
26689
26690         * lib/linebreak.h: New file, from GNU gettext.
26691         * lib/linebreak.c: New file, from GNU gettext with slight
26692         modifications.
26693         * lib/lbrkprop.h: New file, from GNU gettext.
26694
26695 2003-04-03  Bruno Haible  <bruno@clisp.org>
26696
26697         * modules/utf8-ucs4: New file.
26698         * modules/utf16-ucs4: New file.
26699         * modules/ucs4-utf8: New file.
26700         * modules/ucs4-utf16: New file.
26701         * MODULES.html.sh (func_all_modules): Add them.
26702
26703 2003-04-03  Bruno Haible  <bruno@clisp.org>
26704
26705         * m4/utf-ucs4.m4: New file.
26706         * m4/ucs4-utf.m4: New file.
26707
26708 2003-04-03  Bruno Haible  <bruno@clisp.org>
26709
26710         * lib/utf8-ucs4.h: New file, from GNU gettext.
26711         * lib/utf16-ucs4.h: New file, from GNU gettext.
26712         * lib/ucs4-utf8.h: New file, from GNU gettext.
26713         * lib/ucs4-utf16.h: New file, from GNU gettext.
26714
26715 2003-04-02  Bruno Haible  <bruno@clisp.org>
26716
26717         * modules/binary-io: New file.
26718         * MODULES.html.sh (func_all_modules): Add it.
26719
26720 2003-04-02  Bruno Haible  <bruno@clisp.org>
26721
26722         * lib/binary-io.h: New file, from GNU gettext.
26723
26724 2003-04-01  Bruno Haible  <bruno@clisp.org>
26725
26726         * modules/pathname: New file.
26727         * MODULES.html.sh (func_all_modules): Add it.
26728
26729 2003-04-01  Bruno Haible  <bruno@clisp.org>
26730
26731         * lib/pathname.h: New file, from GNU gettext.
26732         * lib/concatpath.c: New file, from GNU gettext.
26733
26734 2003-03-30  Bruno Haible  <bruno@clisp.org>
26735
26736         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
26737
26738 2003-03-30  Bruno Haible  <bruno@clisp.org>
26739
26740         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
26741         function chown() doesn't exist.
26742
26743 2003-03-28  Bruno Haible  <bruno@clisp.org>
26744
26745         * modules/copy-file: New file.
26746         * MODULES.html.sh (func_all_modules): Add it.
26747
26748 2003-03-28  Bruno Haible  <bruno@clisp.org>
26749
26750         * m4/copy-file.m4: New file.
26751
26752 2003-03-28  Bruno Haible  <bruno@clisp.org>
26753
26754         * lib/copy-file.h: New file, from GNU gettext.
26755         * lib/copy-file.c: New file, from GNU gettext.
26756
26757 2003-03-18  Jim Meyering  <jim@meyering.net>
26758
26759         * lib/quote.c (quote_n): Fix typo in comment.
26760
26761 2003-03-18  Bruno Haible  <bruno@clisp.org>
26762
26763         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
26764         checking.
26765         * m4/onceonly_2_57.m4: Likewise.
26766
26767 2003-03-17  Bruno Haible  <bruno@clisp.org>
26768
26769         * m4/onceonly.m4: Require autoconf 2.54 or newer.
26770         (m4_quote): Remove macro.
26771         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
26772
26773 2003-03-14  Jim Meyering  <jim@meyering.net>
26774
26775         Merge changes from Coreutils.
26776         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
26777         to be const, in order to avoid warnings.
26778         (obstack_room): Likewise.
26779         (obstack_empty_p): Likewise.
26780
26781 2003-03-14  Bruno Haible  <bruno@clisp.org>
26782
26783         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
26784         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
26785
26786 2003-03-13  Paul Eggert  <eggert@twinsun.com>
26787
26788         Merge changes from Bison.
26789         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
26790         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
26791         when compiling Bison 1.875's `bitset bset = obstack_alloc
26792         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
26793         * lib/hash.c: Include <stdbool.h> unconditionally.
26794
26795 2003-03-13  Paul Eggert  <eggert@twinsun.com>
26796
26797         * m4/onceonly.m4 (m4_quote): New macro.
26798         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
26799         Quote AC_FOREACH variable-expansions properly.
26800
26801 2003-03-13  Paul Eggert  <eggert@twinsun.com>
26802
26803         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
26804
26805 2003-03-09  Paul Eggert  <eggert@twinsun.com>
26806
26807         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
26808         Reported by Bruce Becker; see:
26809         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
26810
26811 2003-03-03  Paul Eggert  <eggert@twinsun.com>
26812             Bruno Haible  <bruno@clisp.org>
26813
26814         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
26815         Reported by John Hughes, see
26816         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
26817
26818 2003-02-20  Bruno Haible  <bruno@clisp.org>
26819
26820         * MODULES.html.sh (func_all_modules): Add poll.
26821
26822 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
26823
26824         * modules/poll: New file.
26825
26826 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
26827
26828         * lib/poll_.h: New file.
26829         * lib/poll.c: New file.
26830
26831 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
26832
26833         * m4/poll.m4: New file.
26834
26835 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
26836
26837         * modules/mathl: New file.
26838
26839 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
26840
26841         * lib/mathl.h: New file.
26842         * lib/acosl.c: New file.
26843         * lib/asinl.c: New file.
26844         * lib/atanl.c: New file.
26845         * lib/ceill.c: New file.
26846         * lib/cosl.c: New file.
26847         * lib/expl.c: New file.
26848         * lib/floorl.c: New file.
26849         * lib/frexpl.c: New file.
26850         * lib/ldexpl.c: New file.
26851         * lib/logl.c: New file.
26852         * lib/sincosl.c: New file.
26853         * lib/sinl.c: New file.
26854         * lib/sqrtl.c: New file.
26855         * lib/tanl.c: New file.
26856         * lib/trigl.c: New file.
26857         * lib/trigl.h: New file.
26858
26859 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
26860
26861         * m4/mathl.m4: New file.
26862
26863 2003-02-18  Bruno Haible  <bruno@clisp.org>
26864
26865         * MODULES.html.sh (func_all_modules): Add mathl.
26866
26867 2003-02-17  Bruno Haible  <bruno@clisp.org>
26868
26869         * modules/mkdtemp: New module.
26870         * MODULES.html.sh (func_all_modules): Add it.
26871
26872 2003-02-17  Bruno Haible  <bruno@clisp.org>
26873
26874         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
26875
26876 2003-02-17  Bruno Haible  <bruno@clisp.org>
26877
26878         * lib/mkdtemp.h: New file, from GNU gettext.
26879         * lib/mkdtemp.c: New file, from GNU gettext.
26880
26881 2003-02-02  Jim Meyering  <jim@meyering.net>
26882
26883         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
26884         e.g. glibc-2.2.93.
26885
26886 2003-01-31  Bruno Haible  <bruno@clisp.org>
26887
26888         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
26889         'rpl_rename'.
26890         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
26891         'rpl_strnlen'.
26892         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
26893         'rpl_strtod'.
26894         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
26895         'rpl_utime'.
26896
26897 2003-01-31  Bruno Haible  <bruno@clisp.org>
26898
26899         * lib/rename.c: #undef rename before defining rpl_rename.
26900         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
26901
26902 2003-01-30  Bruno Haible  <bruno@clisp.org>
26903
26904         * modules/vasnprintf, modules/vasprintf: New modules.
26905         * MODULES.html.sh (func_all_modules): Add them.
26906
26907 2003-01-30  Bruno Haible  <bruno@clisp.org>
26908
26909         * m4/signed.m4: New file, from GNU gettext.
26910         * m4/longdouble.m4: New file, from GNU gettext.
26911         * m4/wchar_t.m4: New file, from GNU gettext.
26912         * m4/wint_t.m4: New file, from GNU gettext.
26913         * m4/vasnprintf.m4: New file.
26914         * m4/vasprintf.m4: New file.
26915
26916 2003-01-30  Bruno Haible  <bruno@clisp.org>
26917
26918         * lib/printf-args.h: New file, from GNU gettext.
26919         * lib/printf-args.c: New file, from GNU gettext.
26920         * lib/printf-parse.h: New file, from GNU gettext.
26921         * lib/printf-parse.c: New file, from GNU gettext.
26922         * lib/vasnprintf.h: New file, from GNU gettext.
26923         * lib/vasnprintf.c: New file, from GNU gettext.
26924         * lib/asnprintf.c: New file, from GNU gettext.
26925         * lib/vasprintf.h: New file, from GNU gettext with modifications.
26926         * lib/vasprintf.c: New file, from GNU gettext.
26927         * lib/asprintf.c: New file, from GNU gettext.
26928
26929 2003-01-29  Bruno Haible  <bruno@clisp.org>
26930
26931         * modules/stpncpy: New module.
26932         * MODULES.html.sh (func_all_modules): Add it.
26933
26934 2003-01-29  Bruno Haible  <bruno@clisp.org>
26935
26936         * m4/stpncpy.m4: New file.
26937
26938 2003-01-29  Bruno Haible  <bruno@clisp.org>
26939
26940         * lib/stpncpy.h: New file, from GNU gettext with modifications.
26941         * lib/stpncpy.c: New file, from GNU gettext with modifications.
26942
26943 2003-01-28  Bruno Haible  <bruno@clisp.org>
26944
26945         * modules/c-ctype: New module.
26946         * MODULES.html.sh (func_all_modules): Add it.
26947
26948 2003-01-28  Bruno Haible  <bruno@clisp.org>
26949
26950         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
26951         Paul Eggert.
26952         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
26953         Paul Eggert.
26954
26955 2003-01-27  Bruno Haible  <bruno@clisp.org>
26956
26957         * modules/xsetenv: New module.
26958         * MODULES.html.sh (func_all_modules): Add it.
26959
26960 2003-01-27  Bruno Haible  <bruno@clisp.org>
26961
26962         * lib/xsetenv.h: New file, from GNU gettext.
26963         * lib/xsetenv.c: New file, from GNU gettext.
26964
26965 2003-01-23  Jim Meyering  <jim@meyering.net>
26966
26967         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
26968         from working on systems without dirfd (at least Irix and OSF1/Tru64).
26969
26970 2003-01-23  Bruno Haible  <bruno@clisp.org>
26971
26972         * modules/minmax: New module.
26973         * MODULES.html.sh (func_all_modules): Add it.
26974
26975 2003-01-23  Bruno Haible  <bruno@clisp.org>
26976
26977         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
26978         Eggert.
26979
26980 2003-01-22  Bruno Haible  <bruno@clisp.org>
26981
26982         * modules/exit: New module.
26983         * MODULES.html.sh (func_all_modules): Add it.
26984
26985 2003-01-22  Bruno Haible  <bruno@clisp.org>
26986
26987         * lib/exit.h: New file, from GNU gettext.
26988
26989 2003-01-19  Bruno Haible  <bruno@clisp.org>
26990
26991         * gnulib-tool: Recognize option --extract-maintainer.
26992         (func_get_maintainer): New function.
26993         * modules/*: Add Maintainer entry.
26994
26995 2003-01-16  Jim Meyering  <jim@meyering.net>
26996
26997         * m4/regex.m4: The `regex' struct is both input and output.
26998         Initialize it before each use.  Patch by Tim Waugh.
26999
27000 2003-01-16  Bruno Haible  <bruno@clisp.org>
27001
27002         * MODULES.html.sh: Add a table of contents. Add the module name as
27003         leftmost column. Add hyperlinks.
27004
27005 2003-01-15  Bruno Haible  <bruno@clisp.org>
27006
27007         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
27008
27009 2003-01-15  Bruno Haible  <bruno@clisp.org>
27010
27011         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
27012         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
27013         suffix.
27014
27015 2003-01-15  Bruno Haible  <bruno@clisp.org>
27016
27017         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
27018
27019 2003-01-15  Bruno Haible  <bruno@clisp.org>
27020
27021         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
27022         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
27023
27024 2003-01-14  Jim Meyering  <jim@meyering.net>
27025
27026         * lib/same.c (same_name): Tweak a comment.
27027
27028 2003-01-14  Bruno Haible  <bruno@clisp.org>
27029
27030         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
27031         when a string comparison is sufficient.
27032
27033 2003-01-14  Bruno Haible  <bruno@clisp.org>
27034
27035         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
27036         'unsigned int'.
27037
27038 2003-01-14  Bruno Haible  <bruno@clisp.org>
27039
27040         * lib/hash-pjw.c: Add comment about low quality of this function.
27041
27042 2003-01-13  Bruno Haible  <bruno@clisp.org>
27043
27044         * modules/stpcpy: Distribute lib/stpcpy.h.
27045         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
27046
27047 2003-01-13  Bruno Haible  <bruno@clisp.org>
27048
27049         * modules/*: Add a description.
27050         * modules/strpbrk: Fix Makefile.am snippet.
27051         * modules/strtoimax: Fix dependencies.
27052         * modules/strtoumax: Likewise.
27053
27054 2003-01-13  Bruno Haible  <bruno@clisp.org>
27055
27056         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
27057         * modules/alloca (Makefile.am): All object files depend on alloca.h.
27058         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
27059
27060 2003-01-13  Bruno Haible  <bruno@clisp.org>
27061
27062         * gnulib-tool (func_create_testdir): Store config/* files in the main
27063         directory.
27064         * config.rpath: Move to ...
27065         * config/config.rpath: ... here.
27066         * modules/gettext: Contains config/config.rpath, not config.rpath.
27067         * modules/iconv: Likewise.
27068
27069 2003-01-12  Paul Eggert  <eggert@twinsun.com>
27070
27071         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
27072         to avoid collisions with libcurses and libreadline.
27073
27074         * m4/getstr.m4: Remove.
27075         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
27076
27077 2003-01-12  Paul Eggert  <eggert@twinsun.com>
27078
27079         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
27080         to avoid collisions with libcurses and libreadline.
27081
27082         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
27083         * lib/getstr.h, getstr.c: Remove.
27084         * lib/getline.c: Include "getline.h", to check interface.
27085         Move body of old getstr.c here: this defines MIN_CHUNK and
27086         declares getdelim2, which is renamed from getstr.
27087         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
27088
27089         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
27090         All uses changed.
27091         * lib/linebuffer.h: Likewise.
27092         (readline): Remove backward-compatibility macro.
27093
27094 2003-01-12  Paul Eggert  <eggert@twinsun.com>
27095
27096         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
27097         to avoid collisions with libcurses and libreadline.
27098         * getstr: Remove.
27099         * MODULES.html.sh: Remove getstr.
27100         * modules/getline: Depend on unlocked-io, not getstr.
27101
27102 2003-01-12  Jim Meyering  <jim@meyering.net>
27103
27104         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
27105
27106 2003-01-10  Bruno Haible  <bruno@clisp.org>
27107
27108         * modules/alloca: Change Makefile.am requirements. Simplify Include
27109         requirements. Add lib/alloca_.h to file list.
27110
27111 2003-01-10  Bruno Haible  <bruno@clisp.org>
27112
27113         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
27114
27115 2003-01-10  Bruno Haible  <bruno@clisp.org>
27116
27117         * lib/alloca_.h: New file.
27118         * lib/getdate.y: Unconditionally include alloca.h.
27119         * lib/makepath.c: Likewise.
27120         * lib/setenv.c: Likewise.
27121         * lib/userspec.c: Likewise.
27122
27123 2003-01-09  Karl Berry  <karl@gnu.org>
27124
27125         * MODULES.html.sh: include `dirname $0` in PATH, to find
27126         gnulib-tool.
27127
27128 2003-01-09  Bruno Haible  <bruno@clisp.org>
27129
27130         * modules/stdbool: Change configure.ac, Makefile.am requirements.
27131         Simplify Include requirements. Add lib/stdbool.h.in to file list.
27132
27133 2003-01-09  Bruno Haible  <bruno@clisp.org>
27134
27135         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
27136
27137 2003-01-09  Bruno Haible  <bruno@clisp.org>
27138
27139         * lib/stdbool.h.in: New file.
27140
27141 2003-01-09  Bruno Haible  <bruno@clisp.org>
27142
27143         * gnulib-tool (func_all_modules): Ignore files ending in ~.
27144         * MODULES.html.sh: Likewise.
27145
27146 2003-01-08  Jim Meyering  <jim@meyering.net>
27147
27148         * lib/full-write.c: Undefine and define-away `const' after inclusion
27149         of errno.h, not before.  Suggestion from Bruno Haible.
27150
27151 2003-01-08  Bruno Haible  <bruno@clisp.org>
27152
27153         * modules/full-read: Depend on full-write.
27154
27155 2003-01-08  Bruno Haible  <bruno@clisp.org>
27156
27157         * lib/safe-read.c: Include specification header first, to ensure its
27158         selfcontainedness.
27159         * lib/full-write.c: Likewise.
27160
27161 2003-01-07  Jim Meyering  <jim@meyering.net>
27162
27163         * lib/full-write.c: Rework so that it may serve to define full_read,
27164         too.
27165         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
27166
27167 2003-01-07  Bruno Haible  <bruno@clisp.org>
27168
27169         * lib/strtoimax.c: Include <stdint.h> as an alternative to
27170         <inttypes.h>.
27171         * lib/xstrtol.h: Likewise.
27172         * lib/xstrtoimax.c: Likewise.
27173         * lib/xstrtoumax.c: Likewise.
27174         * lib/human.h: Likewise.
27175
27176         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
27177         on systems that have <inttypes.h> but not <stdint.h>.
27178
27179 2003-01-07  Bruno Haible  <bruno@clisp.org>
27180
27181         * MODULES.html.sh: Add copyright notice.
27182         (missed_files): Omit CVS directory entries.
27183         (func_module): Make it work with sed-3.02.
27184         * MODULES.txt: Remove file.
27185
27186 2003-01-06  Jim Meyering  <jim@meyering.net>
27187
27188         * lib/version-etc.c: Update year in translatable copyright string.
27189
27190 2003-01-03  Karl Berry  <karl@gnu.org>
27191
27192         * config/config.{guess,sub}: update from prep.
27193
27194 2003-01-02  Karl Berry  <karl@gnu.org>
27195
27196         * doc/COPYING.DOC: belatedly updated to 1.2.
27197
27198 2003-01-01  Karl Berry  <karl@gnu.org>
27199
27200         * gnulib-tool (func_verify_module): report module name $module in
27201         error message, not $1.
27202         * gnulib-tool (create-testdir): don't complain if destdir couldn't
27203         be created, only if it doesn't exist.
27204         * gnulib-tool (last_checkin_date): don't expand the $Date here.
27205
27206 2002-12-31  Paul Eggert  <eggert@twinsun.com>
27207
27208         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
27209
27210 2002-12-31  Paul Eggert  <eggert@twinsun.com>
27211
27212         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
27213         memcmp if strcoll doesn't work.
27214
27215 2002-12-31  Bruno Haible  <bruno@clisp.org>
27216
27217         * lib/utime.c (utime_null): No need to call ftruncate if the file was
27218         nonempty.
27219
27220 2002-12-31  Bruno Haible  <bruno@clisp.org>
27221
27222         * lib/memcoll.c (STRCOLL): New macro.
27223         (memcoll): Use it.
27224
27225 2002-12-31  Bruno Haible  <bruno@clisp.org>
27226
27227         * lib/localcharset.h: New file.
27228         * lib/localcharset.c: Include it.
27229         * lib/unicodeio.c: Likewise.
27230
27231 2002-12-31  Bruno Haible  <bruno@clisp.org>
27232
27233         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
27234         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
27235
27236 2002-12-31  Bruno Haible  <bruno@clisp.org>
27237
27238         * lib/getline.h: Include <stddef.h>, for size_t.
27239
27240         * lib/unicodeio.h: Include <stddef.h>, for size_t.
27241         * lib/unicodeio.c: Don't include <stddef.h>.
27242
27243 2002-12-31  Bruno Haible  <bruno@clisp.org>
27244
27245         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
27246         HAVE_TM_ZONE.
27247
27248 2002-12-24  Karl Berry  <karl@gnu.org>
27249
27250         * config/config.guess: update from prep.
27251
27252 2002-12-24  Bruno Haible  <bruno@clisp.org>
27253
27254         General infrasructure.
27255         * m4/README: Rewritten.
27256         * m4/onceonly.m4: New file.
27257         * m4/onceonly_2_57.m4: New file.
27258
27259         Module atexit.
27260         * m4/atexit.m4: New file.
27261
27262         Module strtod.
27263         * m4/strtod.m4: New file.
27264
27265         Module strtol.
27266         * m4/strtol.m4: New file.
27267
27268         Module strtoul.
27269         * m4/strtoul.m4: New file.
27270
27271         Module memchr.
27272         * m4/memchr.m4: New file.
27273
27274         Module memcmp.
27275         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
27276         (jm_FUNC_MEMCMP): Invoke it.
27277
27278         Module memcpy.
27279         * m4/memcpy.m4: New file.
27280
27281         Module memmove.
27282         * m4/memmove.m4: New file.
27283
27284         Module memset.
27285         * m4/memset.m4: New file.
27286
27287         Module strcspn.
27288         * m4/strcspn.m4: New file.
27289
27290         Module strpbrk.
27291         * m4/strpbrk.m4: New file.
27292
27293         Module strstr.
27294         * m4/strstr.m4: New file.
27295
27296         Module strerror.
27297         * m4/strerror.m4: New file.
27298
27299         Module mktime.
27300         * m4/mktime.m4: Renamed from jm-mktime.m4.
27301         (gl_PREREQ_MKTIME): New macro.
27302         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
27303
27304         Module malloc.
27305         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
27306         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
27307         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
27308
27309         Module realloc.
27310         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
27311         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
27312         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
27313
27314         Module strftime.
27315         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
27316         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
27317         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
27318         gl_TM_GMTOFF.
27319         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
27320
27321         Module xalloc.
27322         * m4/xalloc.m4: New file.
27323
27324         Module alloca.
27325         * m4/alloca.m4: New file.
27326
27327         Module putenv.
27328         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
27329         (jm_FUNC_PUTENV): Invoke it.
27330
27331         Module setenv.
27332         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
27333         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
27334         when invoked twice.
27335         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
27336         gt_FUNC_SETENV.
27337
27338         Module memrchr.
27339         * m4/memrchr.m4: New file.
27340
27341         Module stpcpy.
27342         * m4/stpcpy.m4: New file.
27343
27344         Module strcase.
27345         * m4/strcase.m4: New file.
27346
27347         Module strdup.
27348         * m4/strdup.m4: New file.
27349
27350         Module strnlen.
27351         * m4/strnlen.m4: New file.
27352
27353         Module strndup.
27354         * m4/strndup.m4: New file.
27355
27356         Module xstrtod.
27357         * m4/xstrtod.m4: New file.
27358
27359         Module xstrtol.
27360         * m4/xstrtol.m4: New file.
27361
27362         Module getdate.
27363         * m4/getdate.m4: New file.
27364
27365         Module unlocked-io.
27366         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
27367         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
27368         * m4/jm-glibc-io.m4n: Remove file.
27369
27370         Module long-options.
27371         * m4/long-options.m4: New file.
27372
27373         Module md5.
27374         * m4/md5.m4: New file.
27375
27376         Module sha.
27377         * m4/sha.m4: New file.
27378
27379         Module getstr.
27380         * m4/getstr.m4: New file.
27381
27382         Module getline.
27383         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
27384         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
27385         <sys/types.h>, for size_t. Use the function name gnu_getline, not
27386         simply getline. Infoke gl_PREREQ_GETLINE.
27387
27388         Module obstack.
27389         * m4/obstack.m4: New file.
27390
27391         Module hash.
27392         * m4/hash.m4: New file.
27393
27394         Module readtokens.
27395         * m4/readtokens.m4: New file.
27396
27397         Module strverscmp.
27398         * m4/strverscmp.m4: New file.
27399
27400         Module stdbool.
27401         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
27402         OSF/1.
27403
27404         Module strtoll.
27405         * m4/strtoll.m4: New file.
27406
27407         Module strtoull.
27408         * m4/strtoull.m4: New file.
27409
27410         Module strtoimax.
27411         * m4/strtoimax.m4: New file.
27412
27413         Module strtoumax.
27414         * m4/strtoumax.m4: New file.
27415
27416         Module xstrtoimax.
27417         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
27418         jm_AC_PREREQ_XSTRTOIMAX.
27419         Moved the strtol prerequisites to strtol.m4.
27420         Moved the strtoll prerequisites to strtoll.m4.
27421         Moved the strtoimax prerequisites to strtoimax.m4.
27422
27423         Module xstrtoumax.
27424         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
27425         jm_AC_PREREQ_XSTRTOUMAX.
27426         Moved the strtoul prerequisites to strtoul.m4.
27427         Moved the strtoull prerequisites to strtoull.m4.
27428         Moved the strtoumax prerequisites to strtoumax.m4.
27429
27430         Module chown.
27431         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
27432         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
27433
27434         Module dup2.
27435         * m4/dup2.m4: New file.
27436
27437         Module ftruncate.
27438         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
27439         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
27440
27441         Module getgroups.
27442         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
27443         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
27444
27445         Module gettimeofday.
27446         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
27447         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
27448         gl_PREREQ_GETTIMEOFDAY.
27449
27450         Module mkdir.
27451         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
27452         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
27453
27454         Module mkstemp.
27455         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
27456         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
27457         jm_AC_TYPE_UINTMAX_T.
27458         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
27459
27460         Module stat.
27461         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
27462         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
27463
27464         Module lstat.
27465         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
27466         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
27467
27468         Module timespec.
27469         * m4/timespec.m4 (gl_TIMESPEC): New macro.
27470         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
27471         * m4/st_mtim.m4: Indentation.
27472
27473         Module nanosleep.
27474         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
27475         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
27476         gl_PREREQ_NANOSLEEP.
27477
27478         Module regex.
27479         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
27480         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
27481         (gl_REGEX): New macro.
27482
27483         Module rename.
27484         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
27485         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
27486
27487         Module rmdir.
27488         * m4/rmdir.m4: New file.
27489
27490         Module utime.
27491         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
27492         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
27493         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
27494
27495         Module dirname.
27496         * m4/dirname.m4: New file.
27497
27498         Module getopt.
27499         * m4/getopt.m4: New file.
27500
27501         Module unistd-safer.
27502         * m4/unistd-safer.m4: New file.
27503
27504         Module fnmatch.
27505         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
27506         declaration.
27507         (gl_PREREQ_FNMATCH_EXTRA): New macro.
27508         (gl_FUNC_FNMATCH_POSIX): New macro.
27509         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
27510         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
27511         simply fnmatch.
27512
27513         Module exclude.
27514         * m4/exclude.m4: New file.
27515
27516         Module human.
27517         * m4/human.m4: New file.
27518
27519         Module acl.
27520         * m4/acl.m4: Nop.
27521
27522         Module backupfile.
27523         * m4/backupfile.m4: New file.
27524         * m4/d-ino.m4: Indentation.
27525
27526         Module fsusage.
27527         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
27528         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
27529         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
27530
27531         Module dirfd.
27532         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
27533         requirements.
27534
27535         Module euidaccess.
27536         * m4/euidaccess.m4: New file.
27537
27538         Module file-type.
27539         * m4/file-type.m4: New file.
27540
27541         Module fileblocks.
27542         * m4/fileblocks.m4: New file.
27543
27544         Module filemode.
27545         * m4/filemode.m4: New file.
27546
27547         Module isdir.
27548         * m4/isdir.m4: New file.
27549
27550         Module lchown.
27551         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
27552         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
27553
27554         Module makepath.
27555         * m4/makepath.m4: New file.
27556
27557         Module modechange.
27558         * m4/modechange.m4: New file.
27559
27560         Module mountlist.
27561         * m4/mountlist.m4: New file.
27562         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
27563         Indentation.
27564
27565         Module path-concat.
27566         * m4/path-concat.m4: New file.
27567
27568         Module pathmax.
27569         * m4/pathmax.m4: New file.
27570
27571         Module same.
27572         * m4/same.m4: New file.
27573
27574         Module save-cwd.
27575         * m4/save-cwd.m4: New file.
27576
27577         Module savedir.
27578         * m4/savedir.m4: New file.
27579
27580         Module xgetcwd.
27581         * m4/xgetcwd.m4: New file.
27582         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
27583
27584         Module xreadlink.
27585         * m4/xreadlink.m4: New file.
27586
27587         Module safe-read.
27588         * m4/safe-read.m4: New file.
27589
27590         Module safe-write.
27591         * m4/safe-write.m4: New file.
27592
27593         Module closeout.
27594         * m4/closeout.m4: New file.
27595
27596         Module stdio-safer.
27597         * m4/stdio-safer.m4: New file.
27598
27599         Module getpass.
27600         * m4/getpass.m4: New file.
27601
27602         Module getugroups.
27603         * m4/getugroups.m4: New file.
27604
27605         Module group-member.
27606         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
27607         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
27608
27609         Module idcache.
27610         * m4/idcache.m4: New file.
27611
27612         Module userspec.
27613         * m4/userspec.m4: New file.
27614
27615         Module gettime.
27616         * m4/clock_time.m4: New file.
27617         * m4/gettime.m4: New file.
27618
27619         Module settime.
27620         * m4/settime.m4: New file.
27621
27622         Module posixtm.
27623         * m4/posixtm.m4: New file.
27624
27625         Module gethostname.
27626         * m4/gethostname.m4: New file.
27627
27628         Module canon-host.
27629         * m4/canon-host.m4: New file.
27630
27631         Module gettext.
27632         * m4/codeset.m4: New file, from gettext-0.11.5.
27633         * m4/gettext.m4: New file, from gettext-0.11.5.
27634         * m4/glibc21.m4: New file, from gettext-0.11.5.
27635         * m4/iconv.m4: New file, from gettext-0.11.5.
27636         * m4/intdiv0.m4: New file, from gettext-0.11.5.
27637         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
27638         * m4/inttypes.m4: New file, from gettext-0.11.5.
27639         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
27640         * m4/isc-posix.m4: New file, from gettext-0.11.5.
27641         * m4/lcmessage.m4: New file, from gettext-0.11.5.
27642         * m4/lib-ld.m4: New file, from gettext-0.11.5.
27643         * m4/lib-link.m4: New file, from gettext-0.11.5.
27644         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
27645         * m4/progtest.m4: New file, from gettext-0.11.5.
27646         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
27647         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
27648         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
27649
27650         Module localcharset.
27651         * m4/localcharset.m4: New file.
27652
27653         Module hard-locale.
27654         * m4/hard-locale.m4: New file.
27655
27656         Module mbswidth.
27657         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
27658         onceonly macros.
27659         * m4/mbrtowc.m4: Add comment.
27660
27661         Module memcasecmp.
27662         * m4/memcasecmp.m4: New file.
27663
27664         Module memcoll.
27665         * m4/memcoll.m4: New file.
27666
27667         Module unicodeio.
27668         * m4/unicodeio.m4: New file.
27669
27670         Module rpmatch.
27671         * m4/rpmatch.m4: New file.
27672
27673         Module yesno.
27674         * m4/yesno.m4: New file.
27675
27676         Module exitfail.
27677         * m4/exitfail.m4: New file.
27678
27679         Module c-stack.
27680         * m4/c-stack.m4 (gl_C_STACK): New macro.
27681         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
27682
27683         Module error.
27684         * m4/error.m4 (gl_ERROR): New macro.
27685         (jm_PREREQ_ERROR): Use onceonly macros.
27686
27687         Module fatal.
27688         * m4/fatal.m4: New file.
27689
27690         Module getloadavg.
27691         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
27692         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
27693
27694         Module getpagesize.
27695         * m4/getpagesize.m4: New file.
27696
27697         Module getusershell.
27698         * m4/getusershell.m4: New file.
27699
27700         Module physmem.
27701         * m4/physmem.m4: New file.
27702
27703         Module posixver.
27704         * m4/posixver.m4: New file.
27705
27706         Module quotearg.
27707         * m4/quotearg.m4: New file.
27708
27709         Module quote.
27710         * m4/quote.m4: New file.
27711
27712         Module readutmp.
27713         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
27714
27715         Module sig2str.
27716         * m4/sig2str.m4: New file.
27717
27718         Other.
27719         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
27720         ulonglong.m4.
27721         * m4/intmax_t.m4: New file.
27722         * m4/d-type.m4: Indentation.
27723         * m4/jm-macros.m4: Update.
27724         * m4/prereq.m4 (jm_PREREQ): Update.
27725         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
27726         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
27727         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
27728         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
27729         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
27730         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
27731         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
27732         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
27733         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
27734         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
27735         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
27736         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
27737         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
27738         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
27739         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
27740         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
27741         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
27742         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
27743         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
27744
27745 2002-12-24  Bruno Haible  <bruno@clisp.org>
27746
27747         * MODULES.txt: Update according to m4/ changes.
27748
27749         Module gettext.
27750         * config.rpath: New file, from gettext-0.11.5.
27751
27752         * modules/*: New module descriptions.
27753         * gnulib-tool: New file.
27754         * MODULES.html.sh: New file.
27755
27756 2002-12-21  Karl Berry  <karl@gnu.org>
27757
27758         * doc/fdl.texi: update to version 1.2.
27759
27760 2002-12-19  Karl Berry  <karl@gnu.org>
27761
27762         * config/config.guess: update from prep.
27763
27764 2002-12-18  Bruno Haible  <bruno@clisp.org>
27765
27766         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
27767         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
27768
27769 2002-12-17  Bruno Haible  <bruno@clisp.org>
27770
27771         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
27772         stdlib.h, string.h.
27773
27774 2002-12-17  Bruno Haible  <bruno@clisp.org>
27775
27776         * lib/canon-host.c (strdup): Remove unused declaration.
27777
27778         * lib/fsusage.c: Include full_read.h.
27779         (get_fs_usage): Use full_read instead of safe_read.
27780
27781         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
27782
27783 2002-12-12  Karl Berry  <karl@gnu.org>
27784
27785         * config/config.guess: update from prep.
27786
27787 2002-12-11  Bruno Haible  <bruno@clisp.org>
27788
27789         * m4/setenv.m4: New file, from gettext-0.11.5.
27790
27791 2002-12-11  Bruno Haible  <bruno@clisp.org>
27792
27793         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
27794         not unsetenv().
27795         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
27796         modifications:
27797
27798         2002-12-11  Bruno Haible  <bruno@clisp.org>
27799
27800                 * setenv.c (alloca): Fall back to malloc.
27801                 (freea): New macro.
27802                 (setenv): Use freea() to free memory allocated with alloca().
27803
27804         2002-11-13  Bruno Haible  <bruno@clisp.org>
27805
27806                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
27807                 function declarations.
27808                 * unsetenv.c (unsetenv): Likewise.
27809
27810         2002-03-04  Bruno Haible  <bruno@clisp.org>
27811
27812                 Portability to AIX 4.3.3.
27813                 * unsetenv.c: New file, extracted from setenv.c.
27814                 * setenv.c: Move the unsetenv() function to unsetenv.c.
27815
27816         2001-12-20  Bruno Haible  <bruno@clisp.org>
27817
27818                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
27819                 use malloc instead. For SunOS 4.
27820
27821         2001-12-11  Bruno Haible  <bruno@clisp.org>
27822
27823                 * setenv.c: Declare alloca.
27824                 (compar_fn_t): New typedef.
27825                 (KNOWN_VALUE, STORE_VALUE): Use it.
27826
27827         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
27828         setenv.h.
27829
27830 2002-12-10  Paul Eggert  <eggert@twinsun.com>
27831
27832         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
27833         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
27834         Choose values that are less likely to collide with system fnmatch
27835         options.
27836         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
27837         defined (e.g., a pure POSIX system).
27838         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
27839         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
27840
27841 2002-12-06  Paul Eggert  <eggert@twinsun.com>
27842
27843         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
27844         a pain in practice to deal with generated m4 files.  This change
27845         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
27846
27847         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
27848         and jm-glibc-io.m4, as they are no longer a special case.
27849         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
27850         kludge and the auto-generation stuff.  Check only whether the
27851         functions are declared, not whether they exist, since older hosts
27852         that don't declare the functions can't use the optimization anyway.
27853
27854 2002-12-06  Jim Meyering  <jim@meyering.net>
27855
27856         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
27857
27858         Merge in changes from libc's misc/error.c, in preparation
27859         for the merge of gnulib's changes back into libc.
27860
27861         * lib/error.c (_): Define only if not already defined.
27862         Move definition to follow all #include directives.
27863         Include unlocked-io.h only if !_LIBC.
27864         [_LIBC]: Include <libio/libioP.h>.
27865         [USE_IN_LIBIO]: Include <libio/iolibio.h>
27866         (fflush): Tweak definition to use INTUSE.
27867         (putc): Define.
27868
27869 2002-12-05  Paul Eggert  <eggert@twinsun.com>
27870
27871         * lib/alloca.c [defined emacs]: Include "lisp.h".
27872         (xalloc_die) [defined emacs]: New macro.
27873         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
27874         [! defined emacs]: Include <xalloc.h>.
27875         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
27876         (pointer): Typedef to POINTER_TYPE *.
27877         (malloc): Remove decl; we now always use xmalloc.
27878         (alloca): Use old-style definition, since Emacs needs this.
27879         Check for arithmetic overflow when computing combined size.
27880
27881 2002-12-04  Paul Eggert  <eggert@twinsun.com>
27882
27883         Do not generate unlocked-io.h automatically, since it's easier to
27884         maintain it by hand.
27885
27886         * lib/unlocked-io.h: New file, from GNU diffutils,
27887         but with proper copyright notice and attribution.
27888         * lib/gen-uio: Remove.
27889         * lib/Makefile.am: Add copyright notice.
27890         (libfetish_a_SOURCES): Add unlocked-io.h.
27891         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
27892         (DISTCLEANFILES, io_functions): Remove macros.
27893         (EXTRA_DIST): Remove gen_uio.
27894         (unlocked-io.h): Remove rule.
27895
27896 2002-12-04  Jim Meyering  <jim@meyering.net>
27897
27898         Reflect the fact that stat.c and lstat.c are no longer generated.
27899         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
27900         (DISTCLEANFILES): Likewise.
27901         (EXTRA_DIST): Likewise.
27902         (all_local): Don't depend on stat.c or lstat.c.
27903         (stat.c, lstat.c): Remove rules.
27904         (EXTRA_DIST): Remove xstat.in.
27905
27906         * lib/xstat.in: Remove file.  Contents moved into stat.c.
27907         * lib/stat.c: New file.  Contents mostly from xstat.in.
27908         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
27909         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
27910
27911         * lib/safe-read.c: Rework so that it may serve to define safe_write,
27912         too.
27913         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
27914
27915 2002-12-03  Jim Meyering  <jim@meyering.net>
27916
27917         * lib/safe-read.c, safe-write.c: Change variable names and comments,
27918         but not semantics, to minimize the differences between these two files.
27919         (safe_read): Change comment to mention SAFE_READ_ERROR.
27920
27921         * lib/safe-read.c (IS_EINTR): Define.
27922         (safe_read): Use IS_EINTR in place of in-function cpp directives.
27923
27924 2002-12-02  Jim Meyering  <jim@meyering.net>
27925
27926         * lib/safe-read.c (EINTR): Define.
27927         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
27928         (INT_MAX): Provide fallback.
27929         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
27930
27931         * lib/safe-read.h (SAFE_READ_ERROR): Define.
27932
27933 2002-12-02  Bruno Haible  <bruno@clisp.org>
27934
27935         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
27936         Define, taken from safe-read.c.
27937         (INT_MAX): Provide fallback.
27938         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
27939         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
27940
27941         * lib/safe-read.c (EINTR): Remove definition.
27942         (safe_read): Don't use EINTR if it is absent.
27943
27944 2002-12-01  Jim Meyering  <jim@meyering.net>
27945
27946         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
27947         zero.
27948         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
27949
27950 2002-11-27  Paul Eggert  <eggert@twinsun.com>
27951
27952         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
27953         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
27954         with `if (! (value < limit)) abort ();', for readability.
27955
27956 2002-11-26  Karl Berry  <karl@gnu.org>
27957
27958         * lib/strdup.c: copy from libc again, with jim's ok.
27959         * lib/.cppi-disable: re-add strdup.c
27960
27961 2002-11-25  Karl Berry  <karl@gnu.org>
27962
27963         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
27964         instead of "strtol.c".
27965
27966 2002-11-25  Karl Berry  <karl@gnu.org>
27967
27968         * config/install-sh: update from automake for variable quoting, $0 in
27969         error msgs, etc.
27970
27971         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
27972         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
27973         entry.
27974
27975 2002-11-25  Jim Meyering  <jim@meyering.net>
27976
27977         * lib/mktime.c: Sync from libc, now that it has the latest fix.
27978
27979 2002-11-24  Karl Berry  <karl@gnu.org>
27980
27981         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
27982         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
27983
27984 2002-11-24  Jim Meyering  <jim@meyering.net>
27985
27986         Update from coreutils:
27987
27988         * lib/mktime.c: Merge in changes from libc.
27989
27990         Avoid a link-time failure on some Linux systems.
27991         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
27992         (otherwise).
27993         (__mon_yday): Declare with the STATIC attribute.
27994         (__mktime_internal): Likewise.
27995         Based on a report from Greg Schafer.
27996
27997 2002-11-23  Jim Meyering  <jim@meyering.net>
27998
27999         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
28000         Use `unsigned', not `int', as type of index.
28001
28002         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
28003
28004         * lib/fsusage.c: Remove unneeded parentheses around operands of
28005         `defined'.
28006
28007 2002-11-22  Paul Eggert  <eggert@twinsun.com>
28008
28009         * lib/quotearg.h: Allow multiple inclusion by surrounding with
28010         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
28011         so that we can be included first.
28012         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
28013         * lib/quotearg.c: Include quotearg.h immediately after config.h.
28014         No need to include stddef.h or sys/types.h any more.
28015         Surround local include files with "", not "<>".
28016         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
28017         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
28018         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
28019         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
28020         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
28021         (ISPRINT): Remove; no longer needed now that we assume C89.
28022
28023         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
28024         Preserve errno.
28025
28026         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
28027         quotearg_char): Use SIZE_MAX rather than
28028         (size_t) -1 when we are talking about "infinity".
28029
28030         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
28031
28032 2002-11-22  Paul Eggert  <eggert@twinsun.com>
28033
28034         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
28035         hint that one should use `if (! x) abort ();' rather than `assert
28036         (x);', and anyway it's one less thing to worry about configuring.
28037         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
28038         hash_rehash, hash_insert): Use abort rather than assert.
28039
28040 2002-11-22  Bruno Haible  <bruno@clisp.org>
28041
28042         * lib/safe-read.h: Assume C89. Add comments.
28043         (safe_read): Change return type to size_t.
28044         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
28045         byte counts > SSIZE_MAX correctly.
28046         * lib/safe-write.h: New file.
28047         * lib/safe-write.c: New file.
28048         * lib/full-read.h: New file.
28049         * lib/full-read.c: New file.
28050         * lib/full-write.h: Assume C89. Add comments.
28051         * lib/full-write.c: Include safe-write.h.
28052         (full_write): Rewritten to use safe_write.
28053         Suggested by Jim Meyering and Paul Eggert.
28054
28055 2002-11-21  Jim Meyering  <jim@meyering.net>
28056
28057         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
28058
28059         Merge in changes from the coreutils.
28060
28061         2002-09-25  Paul Eggert  <eggert@twinsun.com>
28062         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
28063         <stdint.h>.
28064         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
28065         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
28066         int.  Work more efficiently if X is the same width as uintmax_t.
28067         Do not compare X to -1, to avoid bogus compiler warning.
28068         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
28069         Don't assume that f_frsize and f_bsize are the same type.
28070
28071         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
28072         warning on FreeBSD.
28073
28074         * lib/makepath.c (make_path): Restore umask *before* creating the final
28075         component.
28076         (make_path): Minor reformatting.
28077
28078         * lib/xmalloc.c: Adjust to work with new autoconf macros,
28079         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
28080         HAVE_MALLOC/HAVE_REALLOC.
28081
28082         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
28083         dummy ones.  At least on GNU/Linux systems, `auto' means something
28084         else.
28085         From Michael Stone.
28086
28087 2002-11-21  Bruno Haible  <bruno@clisp.org>
28088
28089         Remove case insensitive option matching.
28090         * lib/argmatch.h (argcasematch): Remove declaration.
28091         (ARGCASEMATCH): Remove macro.
28092         (__xargmatch_internal): Remove case_sensitive argument.
28093         (XARGMATCH): Update.
28094         (XARGCASEMATCH): Remove macro.
28095         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
28096         case_sensitive argument.
28097         (argcasematch): Remove function.
28098         (__xargmatch_internal): Remove case_sensitive argument.
28099         (main): Use XARGMATCH instead of XARGCASEMATCH.
28100
28101         * lib/xmalloc.c: Change compile-time error message. Add comment about
28102         required autoconf version.
28103
28104 2002-11-20  Paul Eggert  <eggert@twinsun.com>
28105
28106         Merge argmatch cleanups from Bison.  Assume C89.
28107
28108         * lib/argmatch.c: Include config.h here, not in argmatch.h.
28109         Include stdlib.h, for EXIT_FAILURE.
28110         Always include <string.h>, since we assume C89.
28111         (EXIT_FAILURE): Remove pre-C89 bug workaround.
28112         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
28113         Include <stddef.h> instead, since it's all we need for size_t.
28114         (PARAMS): Remove.  All uses removed.
28115         (ARRAY_CARDINALITY): Do not bother to #undef.
28116         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
28117         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
28118         Remove unnecessary parentheses.
28119         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
28120         Insert necessary parentheses.
28121         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
28122         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
28123
28124 2002-11-19  Bruno Haible  <bruno@clisp.org>
28125
28126         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
28127         * lib/mbswidth.h: Include <stddef.h>, for size_t.
28128
28129         * lib/mbswidth.h (PARAMS): Remove macro.
28130         (mbswidth, mbsnwidth): Use ANSI C function declarations.
28131         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
28132
28133         * lib/gcd.h (PARAMS): Remove macro.
28134         (gcd): Use ANSI C function declarations.
28135         * lib/gcd.c (gcd): Likewise.
28136
28137 2002-11-15  Bruno Haible  <bruno@clisp.org>
28138
28139         * lib/strcspn.c: Include <stddef.h>.
28140         (strcspn): Use ANSI C function declaration. Change return type to
28141         size_t. Use NULL.
28142         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
28143         (strpbrk): Use NULL.
28144         * lib/strpbrk.h (PARAMS): Remove macro.
28145         (strpbrk): Use ANSI C function declaration.
28146         * lib/strstr.c: Don't include <sys/types.h>.
28147         * lib/strstr.h (PARAMS): Remove macro.
28148         (strstr): Use ANSI C function declarations.
28149
28150 2002-11-14  Karl Berry  <karl@gnu.org>
28151
28152         * config/mkinstalldirs: `do' on separate line, instead of
28153         `for var; do'.
28154
28155 2002-11-06  Bruno Haible  <bruno@clisp.org>
28156
28157         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
28158         * lib/gcd.c (gcd): Likewise.
28159
28160 2002-11-05  Bruno Haible  <bruno@clisp.org>
28161
28162         * lib/gcd.h: New file, from gettext-0.11.5.
28163         * lib/gcd.c: New file, from gettext-0.11.5.
28164
28165 2002-11-05  Bruno Haible  <bruno@clisp.org>
28166
28167         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
28168         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
28169         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
28170         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
28171
28172         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
28173         <libintl.h>.
28174         * lib/makepath.c: Include gettext.h instead of <locale.h> and
28175         <libintl.h>.
28176
28177         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
28178         * lib/human.c: Include gettext.h instead of <libintl.h>.
28179         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
28180         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
28181         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
28182         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
28183         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
28184         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
28185         (textdomain): Remove definition.
28186         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
28187
28188         * lib/long-options.c: Remove include of <libintl.h> and definition of
28189         _.
28190         * lib/same.c: Remove include of <libintl.h> and definition of _.
28191
28192 2002-11-04  Owen Taylor  <otaylor@redhat.com>
28193
28194         * lib/config.charset: A few additions for Solaris.
28195
28196 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
28197
28198         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
28199         * lib/localcharset.c (locale_charset): Declare as extern "C".
28200
28201 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
28202
28203         * lib/config.charset: msdos in uk_UA uses CP1125.
28204
28205 2002-11-04  Bruno Haible  <bruno@clisp.org>
28206
28207         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
28208         * lib/strcase.h: New file, from GNU gettext-0.11.5.
28209         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
28210         * lib/strstr.h: New file, from GNU gettext-0.11.5.
28211         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
28212
28213 2002-11-04  Bruno Haible  <bruno@clisp.org>
28214
28215         * lib/localcharset.c (locale_charset): Don't return an empty string.
28216
28217 2002-11-04  Bruno Haible  <bruno@clisp.org>
28218
28219         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
28220         aliases.
28221
28222 2002-11-04  Bruno Haible  <bruno@clisp.org>
28223
28224         * lib/config.charset: Update for newest glibc. Add canonical names
28225         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
28226
28227 2002-11-04  Bruno Haible  <bruno@clisp.org>
28228
28229         * lib/config.charset: Add support for NetBSD.
28230
28231 2002-11-04  Bruno Haible  <bruno@clisp.org>
28232
28233         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
28234
28235 2002-11-01  Bruno Haible  <bruno@clisp.org>
28236
28237         * configure.in: Add AC_CONFIG_AUX_DIR call.
28238         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
28239         test/Makefile.
28240         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
28241
28242 2002-09-28  Karl Berry  <karl@gnu.org>
28243
28244         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
28245         installed automake until the next release, since changes have been
28246         made.
28247
28248 2002-09-25  Karl Berry  <karl@gnu.org>
28249
28250         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
28251         * lib/getopt*: copy from libc/posix.
28252         * lib/gettext.h: copy from gettext.
28253         * lib/.cppi-disable: add strdup.c, gettext.h.
28254
28255 2002-09-25  Karl Berry  <karl@gnu.org>
28256
28257         * config/srclist.txt: enable gettext.h check.
28258         * config/config.{guess,sub}: update from prep.
28259         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
28260                 from automake 1.6.3.
28261         See srclist*.
28262
28263 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
28264
28265         * regex.c (PATFETCH): Remove the translating fetch.
28266         (PATFETCH_RAW): Rename to PATFETCH.
28267         (set_image_of_range): New fun.
28268         (SET_RANGE_TABLE_WORK_AREA): Use it.
28269         (regex_compile): Don't translate the pattern chars so eagerly.
28270         Only do it when inserting an `exactn' bytecode or when handling
28271         a char-range.
28272         (mutually_exclusive_p): Avoid empty statement.
28273
28274 2002-07-06  Jim Meyering  <meyering@lucent.com>
28275
28276         * m4/README: Don't mention Makefile.am.in.
28277         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
28278
28279 2002-07-01  Jim Meyering  <meyering@lucent.com>
28280
28281         * lib/c-stack.c: Include sys/time.h.
28282         From Volker Borchert.
28283
28284 2002-06-26  Paul Eggert  <eggert@twinsun.com>
28285
28286         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
28287
28288 2002-06-26  Paul Eggert  <eggert@twinsun.com>
28289
28290         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
28291         New macro.  Use it uniformly instead of
28292         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
28293         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
28294         reported by Vin Shelton.
28295
28296 2002-06-22  Paul Eggert  <eggert@twinsun.com>
28297
28298         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
28299         Do not assume SA_SIGINFO behavior.
28300         Bug reported by Jim Meyering on NetBSD 1.5.2.
28301
28302 2002-06-22  Jim Meyering  <meyering@lucent.com>
28303
28304         * m4/c-stack.m4: New file, from diffutils-2.8.2.
28305         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
28306
28307         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
28308         now that configure.ac uses AC_GNU_SOURCE.
28309         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
28310         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
28311
28312         Update to latest tools.  Suggestions from Paul Eggert.
28313         * m4/stdbool.m4: New file, from diffutils-2.8.2.
28314         * m4/gnu-source.m4: Update from diffutils-2.8.2.
28315         * m4/fnmatch.m4: Likewise.
28316         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
28317         to AC_HEADER_STDBOOL
28318
28319 2002-06-22  Jim Meyering  <meyering@lucent.com>
28320
28321         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
28322         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
28323
28324 2002-06-22  Jim Meyering  <meyering@lucent.com>
28325
28326         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
28327
28328         * lib/exitfail.c, exitfail.h: Likewise.
28329         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
28330
28331         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
28332         of fnmatch.h.
28333         (EXTRA_DIST): Add fnmatch_loop.c.
28334         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
28335
28336         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
28337         * lib/fnmatch.c: Update from diffutils-2.8.2.
28338         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
28339         * lib/fnmatch.h: Remove file.
28340
28341 2002-06-21  Jim Meyering  <meyering@lucent.com>
28342
28343         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
28344         * m4/mbrtowc.m4: Likewise.
28345
28346         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
28347         * m4/mbswidth.m4: Reflect name change:
28348         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
28349         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
28350
28351         * m4/lib-link.m4: Update from gettext-0.11.2.
28352         * m4/gettext.m4: Likewise.
28353
28354         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
28355         From Alfred M. Szmidt.
28356
28357 2002-06-18  Paul Eggert  <eggert@twinsun.com>
28358
28359         * lib/file-type.h: Report an error if neither S_ISREG nor
28360         S_IFREG is defined, instead of using a test specific to glibc
28361         2.2.  This should be safe, since POSIX requires S_ISREG and
28362         Unix Version 7 had S_IFREG.  We don't need to check for
28363         <sys/types.h> since we don't use any symbols that it defines.
28364
28365 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
28366
28367         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
28368         $@-t, so that each temporary file name is unique and valid in the first
28369         8 characters, for operation under DOS.
28370
28371 2002-06-15  Paul Eggert  <eggert@twinsun.com>
28372
28373         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
28374
28375 2002-06-15  Jim Meyering  <meyering@lucent.com>
28376
28377         Work even with DJGPP 2.03, which lacks support for symlinks.
28378         From Richard Dawe.
28379         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
28380         is defined.
28381         * lib/lchown.c (S_ISLNK): Likewise.
28382
28383 2002-06-15  Jim Meyering  <meyering@lucent.com>
28384
28385         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
28386         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
28387         have been included before this file.
28388
28389 2002-06-14  Jim Meyering  <meyering@lucent.com>
28390
28391         * lib/file-type.h: Use the version from diffutils-2.8.2.
28392         * lib/file-type.c: Likewise.
28393
28394 2002-06-07  Jim Meyering  <meyering@lucent.com>
28395
28396         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
28397         They're needed at least for NetBSD 1.5.2.
28398         ($statxfs_includes): Include those same headers.
28399         ($statxfs_includes): Include sys/vfs.h if available.
28400         ($statxfs_includes): Likewise for sys/statvfs.h.
28401         Check for the following members in both structs statfs and statvfs:
28402         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
28403
28404 2002-06-01  Jim Meyering  <meyering@lucent.com>
28405
28406         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
28407         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
28408
28409 2002-05-28  Jim Meyering  <meyering@lucent.com>
28410
28411         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
28412         Reported by Volker Borchert.
28413
28414 2002-05-27  Jim Meyering  <meyering@lucent.com>
28415
28416         Fix a problem seen only on nonconforming systems whereby ls.c's
28417         use of localtime, and then of gettimeofday would cause trouble:
28418         the localtime call used to initialize rpl_gettimeofday's save
28419         mechanism would clobber ls's current local time information so
28420         that in any long listing the first file would always be listed
28421         with date 1970-01-01.  Analysis by Volker Borchert.
28422
28423         * lib/gettimeofday.c (localtime): Undefine.
28424         (rpl_localtime): New function.
28425
28426 2002-05-27  Jim Meyering  <meyering@lucent.com>
28427
28428         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
28429         localtime.
28430
28431         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
28432         use the replacement function; it wouldn't resolve at link time.
28433         Reported by Volker Borchert.
28434
28435 2002-05-22  Jim Meyering  <meyering@lucent.com>
28436
28437         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
28438         file-type.h.
28439         * lib/file-type.h: New file.
28440         * lib/file-type.c (file_type): New file/function.  Extracted from
28441         diffutils.
28442
28443 2002-04-30  Jim Meyering  <meyering@lucent.com>
28444
28445         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
28446
28447 2002-04-29  Paul Eggert  <eggert@twinsun.com>
28448
28449         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
28450
28451 2002-04-29  Paul Eggert  <eggert@twinsun.com>
28452
28453         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
28454         Do not check for alloca.h (no longer used) or stdbool.h (was never
28455         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
28456
28457 2002-04-29  Paul Eggert  <eggert@twinsun.com>
28458
28459         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
28460
28461 2002-04-29  Jim Meyering  <meyering@lucent.com>
28462
28463         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
28464         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
28465         Use AC_FUNC_STRNLEN here instead.
28466
28467         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
28468         With autoconf-2.53a, it's part of AC_PROG_CC.
28469
28470 2002-04-28  Paul Eggert  <eggert@twinsun.com>
28471
28472         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
28473         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
28474
28475 2002-04-28  Paul Eggert  <eggert@twinsun.com>
28476
28477         * lib/sig2str.h, lib/sig2str.c: New files.
28478         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
28479
28480 2002-04-28  Paul Eggert  <eggert@twinsun.com>
28481
28482         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
28483         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
28484         of 127, since 64 is the largest conceivable number for ancient
28485         nonstandard hosts.
28486         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
28487
28488 2002-04-28  Jim Meyering  <meyering@lucent.com>
28489
28490         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
28491
28492 2002-04-24  Jim Meyering  <meyering@lucent.com>
28493
28494         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
28495         (jm_PREREQ): Use it.
28496
28497         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
28498         mach/mach.h fcntl.h.
28499         Check for this function: setlocale.
28500
28501 2002-04-24  Jim Meyering  <meyering@lucent.com>
28502
28503         * lib/gettext.h: New file, from Gettext.
28504         * lib/Makefile.am (INCLUDES): Remove -I../intl.
28505         (libfetish_a_SOURCES): Add gettext.h.
28506
28507 2002-04-16  Jim Meyering  <meyering@lucent.com>
28508
28509         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
28510         ut_pid, ut_id, ut_exit.
28511
28512 2002-04-16  Jim Meyering  <meyering@lucent.com>
28513
28514         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
28515         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
28516         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
28517
28518 2002-04-12  Jim Meyering  <meyering@lucent.com>
28519
28520         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
28521         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
28522         existence of the getmntinfo function.  Needed for Darwin 5.3.
28523
28524         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
28525         This is necessary at least on Darwin 5.3.
28526
28527         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
28528         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
28529         strnlen.o in the library, and that makes some versions of ranlib
28530         object.
28531
28532 2002-04-12  Jim Meyering  <meyering@lucent.com>
28533
28534         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
28535
28536 2002-04-09  Jim Meyering  <meyering@lucent.com>
28537
28538         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
28539         to be more precise.  Rather than saying we're checking whether the
28540         function `works', say what we're testing.
28541         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
28542         Reported by Bruno Haible.
28543
28544 2002-03-10  Jim Meyering  <meyering@lucent.com>
28545
28546         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
28547         Suggestion from Santiago Vila.
28548
28549 2002-03-08  Jim Meyering  <meyering@lucent.com>
28550
28551         * lib/rename.c: Mention that this wrapper is needed also on
28552         mips-dec-ultrix4.4 systems.
28553
28554 2002-03-02  Jim Meyering  <meyering@lucent.com>
28555
28556         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
28557         not HAVE_CLOCK_SETTIME.
28558
28559 2002-02-27  Paul Eggert  <eggert@twinsun.com>
28560
28561         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
28562         Check for clock_settime.
28563
28564 2002-02-27  Paul Eggert  <eggert@twinsun.com>
28565
28566         * lib/nanosleep.h: Rename to....
28567         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
28568
28569         * lib/gettime.c: New file.
28570         * lib/settime.c: New file.
28571         * lib/stime.c: Remove.
28572
28573         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
28574         timespec.h.  Remove nanosleep.h.
28575
28576 2002-02-25  Paul Eggert  <eggert@twinsun.com>
28577
28578         * m4/acl.m4: New file.
28579         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
28580         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
28581
28582 2002-02-25  Paul Eggert  <eggert@twinsun.com>
28583
28584         * lib/acl.c, lib/acl.h: New files.
28585         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
28586
28587 2002-02-24  Jim Meyering  <meyering@lucent.com>
28588
28589         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
28590         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
28591         cause trouble.  Reported by Nelson Beebe.
28592
28593 2002-02-23  Paul Eggert  <eggert@twinsun.com>
28594
28595         * lib/path-concat.c (xpath_concat): Reorder code to pacify
28596         compilers that don't know that xalloc_die never returns.
28597
28598 2002-02-20  Jim Meyering  <meyering@lucent.com>
28599
28600         * lib/getdate.c: Regenerate using bison-1.33.
28601
28602 2002-02-17  Jim Meyering  <meyering@lucent.com>
28603
28604         * config/config.guess (main): Don't use `head -1'; it's no longer
28605         portable. Use `sed 1q' instead.
28606
28607 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
28608
28609         * m4/codeset.m4: Upgrade to gettext-0.11.
28610         * m4/gettext.m4: Upgrade to gettext-0.11.
28611         * m4/glibc21.m4: Upgrade to gettext-0.11.
28612         * m4/iconv.m4: Upgrade to gettext-0.11.
28613         * m4/isc-posix.m4: Upgrade to gettext-0.11.
28614         * m4/lcmessage.m4: Upgrade to gettext-0.11.
28615         * m4/lib-ld.m4: New file, from gettext-0.11.
28616         * m4/lib-link.m4: New file, from gettext-0.11.
28617         * m4/lib-prefix.m4: New file, from gettext-0.11.
28618         * m4/progtest.m4: Upgrade to gettext-0.11.
28619
28620 2002-02-15  Paul Eggert  <eggert@twinsun.com>
28621
28622         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
28623         (jm_PREREQ): Use it.
28624
28625 2002-02-15  Paul Eggert  <eggert@twinsun.com>
28626
28627         * lib/posixver.c, lib/posixver.h: New files.
28628         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
28629
28630 2002-02-02  Paul Eggert  <eggert@twinsun.com>
28631             Bruno Haible  <bruno@clisp.org>
28632
28633         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
28634         (fwrite_success_callback): New declaration.
28635         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
28636         print_unicode_char. Call failure callback instead of error.
28637         (fwrite_success_callback): New function.
28638         (exit_failure_callback): New function.
28639         (fallback_failure_callback): New function.
28640         (print_unicode_char): Call unicode_to_mb.
28641
28642 2002-01-26  Jim Meyering  <meyering@lucent.com>
28643
28644         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
28645         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
28646
28647 2002-01-26  Jim Meyering  <meyering@lucent.com>
28648
28649         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
28650
28651 2002-01-22  Paul Eggert  <eggert@twinsun.com>
28652
28653         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
28654
28655 2002-01-22  Jim Meyering  <meyering@lucent.com>
28656
28657         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
28658         Otherwise, some versions of automake would omit the rule that makes
28659         Makefile from Makefile.in.
28660
28661 2002-01-21  Paul Eggert  <eggert@twinsun.com>
28662
28663         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
28664         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
28665         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
28666         (memcoll): Set errno to zero if there is no error.
28667
28668         * lib/quotearg.c (quotearg_buffer_restyled):
28669         Fix bug with quoting buffers containing NUL when backslashing escapes.
28670         This bug was exposed by the other changes in this patch.
28671         (quotearg_n_options): New arg ARGSIZE.
28672         All callers changed.
28673         (quoting_options_from_style): New function.
28674         (quotearg_n_style): Use it.
28675         (quotearg_n_style_mem): New function.
28676
28677         * lib/quotearg.h (quotearg_n_style_mem): New function.
28678
28679 2002-01-19  Jim Meyering  <meyering@lucent.com>
28680
28681         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
28682         Remove useless quotes: DF_PROG="df".
28683         * m4/strnlen.m4: New file.
28684
28685 2002-01-16  Paul Eggert  <eggert@twinsun.com>
28686
28687         * lib/backupfile.c (ISDIGIT): Comment fix.
28688         * lib/getdate.y (ISDIGIT): Likewise.
28689         * lib/posixtm.c (ISDIGIT, year): Likewise.
28690         * lib/strverscmp.c (ISDIGIT): Likewise.
28691         * lib/userspec.c (ISDIGIT): Likewise.
28692
28693 2002-01-16  Jim Meyering  <meyering@lucent.com>
28694
28695         * lib/getdate.y: Add three semicolons, each just before a closing
28696         brace. Bison (as of version 1.31) no longer papers over that mistake.
28697
28698 2002-01-05  Jim Meyering  <meyering@lucent.com>
28699
28700         * lib/version-etc.c (version_etc_copyright): Update copyright year.
28701
28702 2001-12-19  Paul Eggert  <eggert@twinsun.com>
28703
28704         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
28705         not silently exit merely because the output buffer happens to
28706         have nothing pending.
28707
28708 2001-12-18  Paul Eggert  <eggert@twinsun.com>
28709
28710         See the big note in ../ChangeLog.
28711         * lib/human.c (suffixes): Prefer K to k for 1024.
28712         (generate_suffix_backwards): New function.
28713         (human_readable_inexact): Use it.
28714         * lib/xstrtol.c (__xstrtol): If there is no number but there
28715         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
28716         Accept 'K' as well as 'k'.
28717
28718 2001-12-15  Jim Meyering  <meyering@lucent.com>
28719
28720         * lib/regex.h (__restrict_arr): Update from libc.
28721
28722         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
28723         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
28724         (STREQ): Define.
28725
28726 2001-12-14  Jim Meyering  <meyering@lucent.com>
28727
28728         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
28729         Suggestion from Bruno Haible.
28730
28731 2001-12-10  Jim Meyering  <meyering@lucent.com>
28732
28733         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
28734         xrealloc, Instead, include "xalloc.h".
28735         (initbuffer): Don't cast xmalloc return value to char*.
28736         (readline): Reword comment.
28737         Don't cast xrealloc return value to char*
28738         Return NULL, not 0.
28739
28740 2001-12-09  Jim Meyering  <meyering@lucent.com>
28741
28742         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
28743         about `signed and unsigned type in conditional expression'.
28744         * lib/posixtm.c (posix_time_parse): Likewise.
28745
28746         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
28747
28748         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
28749         to avoid a pedantic warning.
28750
28751         * lib/getstr.c: Don't include assert.h.
28752         (getstr): Remove warning-evoking assertions.
28753         Return -1 if offset parameter is out of bounds.
28754         Change the type of a local from int to size_t.
28755
28756         * lib/strftime.c (my_strftime_localtime_r): Include this function
28757         definition in the `#if ! HAVE_TM_GMTOFF' block.
28758
28759         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
28760         Include xalloc.h instead.
28761
28762 2001-12-02  Jim Meyering  <meyering@lucent.com>
28763
28764         * lib/tempname.c: Don't declare getenv, thus reverting the change of
28765         2001-11-18.  It's no longer necessary, now that stdlib.h is always
28766         included.
28767
28768         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
28769         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
28770
28771 2001-11-30  Akim Demaille  <akim@epita.fr>
28772
28773         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
28774         before being defined.
28775
28776 2001-11-27  Paul Eggert  <eggert@twinsun.com>
28777
28778         * lib/quotearg.h (quotearg_n, quotearg_n_style):
28779         First arg is int, not unsigned.
28780         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
28781         (SIZE_MAX, UINT_MAX): New macros.
28782         (quotearg_n_options): Abort if N is negative.
28783         Avoid overflow check on hosts where size_t is 64 bits and int
28784         is 32 bits, as overflow is impossible there.
28785         Fix off-by-one typo that caused unnecessary reallocation.
28786
28787 2001-11-27  Jim Meyering  <meyering@lucent.com>
28788
28789         * lib/tempname.c: Merge with version from libc.
28790         * lib/regex.c: Likewise.
28791
28792         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
28793         systems for which STDC_HEADERS is 0, it was not included, resulting in
28794         a warning about an integer-to-pointer conversion problem with getenv.
28795         Reported by Volker Borchert.
28796
28797 2001-11-26  Jim Meyering  <meyering@lucent.com>
28798
28799         * lib/gtod.h: Remove file.
28800         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
28801         * lib/gettimeofday.c: Don't include gtod.h.
28802         (GTOD_init): Remove function.
28803         (rpl_gettimeofday): Do its job here instead, rather than aborting.
28804         Suggestion from Volker Borchert.
28805
28806 2001-11-23  Jim Meyering  <meyering@lucent.com>
28807
28808         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
28809         it.
28810         * lib/hash.c (struct hash_table): Define it here instead.
28811
28812 2001-11-22  Jim Meyering  <meyering@lucent.com>
28813
28814         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
28815
28816 2001-11-20  Jim Meyering  <meyering@lucent.com>
28817
28818         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
28819         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
28820
28821 2001-11-19  Jim Meyering  <meyering@lucent.com>
28822
28823         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
28824         directory.  Use "conftestXXXXXX" as the template.
28825         Suggestion from Paul Eggert.
28826
28827         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
28828         immediately, so the test doesn't mistakenly hit the max-open-files
28829         limit.
28830
28831 2001-11-18  Paul Eggert  <eggert@twinsun.com>
28832
28833         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
28834         (TEMPORARIES): New macro.
28835         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
28836         removes an artificial limitation (e.g. HP-UX 10.20, where
28837         TMP_MAX is 17576).
28838
28839 2001-11-18  Jim Meyering  <meyering@lucent.com>
28840
28841         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
28842
28843 2001-11-18  Jim Meyering  <meyering@lucent.com>
28844
28845         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
28846         on SunOS 4.
28847
28848         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
28849         files will be created before anything else.
28850
28851 2001-11-17  Paul Eggert  <eggert@twinsun.com>
28852
28853         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
28854         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
28855
28856 2001-11-17  Jim Meyering  <meyering@lucent.com>
28857
28858         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
28859         Prompted by a report from Bob Proulx.
28860
28861         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
28862         Instead, require UTILS_FUNC_MKSTEMP.
28863
28864 2001-11-17  Jim Meyering  <meyering@lucent.com>
28865
28866         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
28867         Now, that's done as part of AC_FUNC_STRTOD.
28868
28869 2001-11-17  Jim Meyering  <meyering@lucent.com>
28870
28871         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
28872         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
28873         rather than group writable.  Patch by Juan F. Codagnone.
28874
28875         * lib/readtokens.c: Remove explicit declarations of xmalloc and
28876         xrealloc, Instead, include "xalloc.h".
28877
28878         * lib/mountlist.c: Include unlocked-io.h after all system headers.
28879         Remove explicit declarations of xmalloc, xrealloc,
28880         and xstrdup.  Instead, include "xalloc.h".
28881
28882         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
28883         unlocked-io.h.
28884         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
28885         Likewise.
28886         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
28887
28888         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
28889         Reported by Padraig Brady.
28890
28891         * lib/mkstemp.c: #undef mkstemp.
28892         Include config.h.
28893         (rpl_mkstemp): Rename from mkstemp.
28894         Protoize.
28895
28896 2001-11-16  Jim Meyering  <meyering@lucent.com>
28897
28898         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
28899         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
28900         determine the amount of total physical memory, use pstat_getstatic.
28901         HPUX-11 doesn't define _SC_PHYS_PAGES.
28902         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
28903         If sysconf couldn't be used to determine the amount of available
28904         physical memory, use both pstat_getstatic and pstat_getdynamic.
28905         Based on a patch from Bob Proulx.
28906
28907 2001-11-10  Jim Meyering  <meyering@lucent.com>
28908
28909         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
28910         (jm_PREREQ): Use it.
28911
28912 2001-11-09  Jim Meyering  <meyering@lucent.com>
28913
28914         * m4/jm-macros.m4: Require autoconf-2.52f.
28915         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
28916         Use these AC_-prefixed names, not the AM_-prefixed ones.
28917
28918         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
28919
28920 2001-11-05  Jim Meyering  <meyering@lucent.com>
28921
28922         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
28923
28924 2001-11-04  Jim Meyering  <meyering@lucent.com>
28925
28926         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
28927         $DEFS.
28928
28929 2001-11-03  Jim Meyering  <meyering@lucent.com>
28930
28931         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
28932         of AC_DEFUN.
28933
28934         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
28935         know the name of the variable in the macro definition.
28936
28937 2001-11-03  Jim Meyering  <meyering@lucent.com>
28938
28939         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
28940         in argmatch_to_argument call.
28941
28942         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
28943         argument.
28944
28945         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
28946         e.g., a fault due to an attempt to free a NULL pointer.
28947
28948 2001-11-01  Jim Meyering  <meyering@lucent.com>
28949
28950         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
28951         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
28952
28953 2001-11-01  Jim Meyering  <meyering@lucent.com>
28954
28955         * lib/dirfd.c, lib/dirfd.h: New files.
28956         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
28957
28958         * lib/hash.c (hash_print) [TESTING]: Clean up.
28959
28960 2001-10-22  Paul Eggert  <eggert@twinsun.com>
28961
28962         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
28963         to avoid a warning if -Wall.
28964
28965 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
28966
28967         * README: New file
28968         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
28969         (per RMS's instructions, this is now the canonical source)
28970         * lgpl/, gpl/: New directories.
28971
28972 2001-10-21  Paul Eggert  <eggert@twinsun.com>
28973
28974         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
28975
28976 2001-10-21  Jim Meyering  <meyering@lucent.com>
28977
28978         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
28979         this code would end up calling gettext even in packages built
28980         with --disable-nls.
28981         * lib/getopt.c (_): Likewise.
28982         * lib/regex.c (_): Likewise.
28983
28984 2001-10-20  Paul Eggert  <eggert@twinsun.com>
28985
28986         * m4/error.m4 (jm_PREREQ_ERROR):
28987         Do not invoke AC_CHECK_FUNCS with strerror_r, as
28988         AC_FUNC_STRERROR_R does that.
28989         Check for strerror declaration.
28990
28991         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
28992         are supposed to have them these days.
28993         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
28994         Merge changes from latest Autoconf CVS.
28995         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
28996         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
28997         POSIX decided to standardize on the int flavor of strerror_r.
28998
28999 2001-10-20  Paul Eggert  <eggert@twinsun.com>
29000
29001         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
29002         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
29003         Use strerror_r that is only a macro, even if it is not a function.
29004         (strerror): Check for HAVE_DECL_STRERROR before declaring.
29005         (private_strerror): Use prototypes, not old-style function definition.
29006         (print_errno_message): New function.
29007         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
29008         char*-flavored one.
29009         (error_tail, error, error_at_line): Use it.
29010
29011 2001-10-11  Jim Meyering  <meyering@lucent.com>
29012
29013         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
29014         and quote_n (1, ... to avoid clobbering a buffer.
29015
29016 2001-10-05  Jim Meyering  <meyering@lucent.com>
29017
29018         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
29019         hash-pjw.h.
29020         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
29021         * lib/hash-pjw.h: New file.
29022
29023 2001-09-30  Jim Meyering  <meyering@lucent.com>
29024
29025         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
29026         `struct fsstat' has the `f_fstypename' member.
29027         Use that to define FS_TYPE, which is now used to make
29028         the getfsstat link test tighter.
29029
29030 2001-09-30  Jim Meyering  <meyering@lucent.com>
29031
29032         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
29033         Include <sys/ucred.h>, for Apple Darwin.
29034         Include sys/mount.h and sys/fs_types.h only if available.
29035         (FS_TYPE): Define.
29036         (read_filesystem_list): Use FS_TYPE.
29037
29038 2001-09-29  Paul Eggert  <eggert@twinsun.com>
29039
29040         * lib/exclude.c (excluded_filename): 0 -> false, since it's
29041         a boolean context.
29042
29043 2001-09-29  Jim Meyering  <meyering@lucent.com>
29044
29045         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
29046         [one-argument getmntent function]): Include stdio.h before mntent.h.
29047         SunOS 4.1.x needs it for the declaration of `FILE'.
29048         Patch by Volker Borchert.
29049
29050         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
29051         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
29052         sys/fs_types.h, and make the link-test for getfsstat guard #include
29053         directives with appropriate #if HAVE_*_H tests so that we can
29054         detect getfsstat on Apple Darwin1.3.7 systems.
29055         Reported by Nelson Beebe.
29056         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
29057
29058 2001-09-28  Paul Eggert  <eggert@twinsun.com>
29059
29060         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
29061         #defines strtoimax.  Also treat the other strto* functions
29062         like strtoimax.
29063
29064         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
29065         Check for strtoul and strtoumax,
29066         as those declarations are made even in the signed case.
29067         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
29068         Likewise, for strtol and strtoimax.
29069
29070 2001-09-28  Paul Eggert  <eggert@twinsun.com>
29071
29072         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
29073         #defines strtoimax.  Also treat the other strto* functions
29074         like strtoimax.
29075
29076         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
29077         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
29078         (strtoimax, strtoumax): Do not declare if already defined as a macro.
29079
29080 2001-09-26  Jim Meyering  <meyering@lucent.com>
29081
29082         Most macros in unlocked-io.h had the wrong number of arguments.
29083         * lib/gen-uio: New script.
29084         (USE_UNLOCKED_IO): Define to 1 if not already defined.
29085         * lib/unlocked-io.hin: Remove file.
29086         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
29087         rather than trying to embed it here.
29088         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
29089         Reported by Padraig Brady.
29090
29091 2001-09-25  Volker Borchert  <bt@teknon.de>
29092
29093         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
29094         `result'.
29095
29096 2001-09-24  Jim Meyering  <meyering@lucent.com>
29097
29098         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
29099
29100 2001-09-23  Jim Meyering  <meyering@lucent.com>
29101
29102         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
29103         instead of the mere test for existence of mntent.h.  The latter
29104         would get a false-positive on AIX 3.4 systems.
29105         In the outer getmntent if-block, don't die if neither of the getmntent
29106         tests succeeds.  Instead, just fall through and continue with the
29107         remaining tests.
29108
29109 2001-09-23  Jim Meyering  <meyering@lucent.com>
29110
29111         * lib/mountlist.c: Remove useless parentheses in #if directives.
29112         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
29113         the deprecated MOUNTED symbol is no longer defined in mntent.h.
29114
29115 2001-09-22  Jim Meyering  <meyering@lucent.com>
29116
29117         * m4/gettext.m4: New file.  From gettext.
29118         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
29119         * m4/progtest.m4: Likewise
29120         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
29121         * m4/glibc21.m4: Likewise.
29122
29123         * m4/libintl.m4: Remove.  No longer used.
29124
29125 2001-09-22  Jim Meyering  <meyering@lucent.com>
29126
29127         * lib/localcharset.c: Update from latest gettext.
29128         * lib/config.charset: Likewise.
29129
29130 2001-09-20  Jim Meyering  <meyering@lucent.com>
29131
29132         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
29133         strtoimax.
29134         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
29135         strtoumax.
29136
29137 2001-09-20  Jim Meyering  <meyering@lucent.com>
29138
29139         * lib/xstrtol.c (strtoimax): Guard declaration with
29140         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
29141         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
29142         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
29143         (strtoumax): Likewise, for completeness (it wasn't necessary).
29144
29145 2001-09-17  Paul Eggert  <eggert@twinsun.com>
29146
29147         * lib/strtoimax.c (HAVE_LONG_LONG):
29148         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
29149         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
29150         to work around bug in IBM C compiler.
29151
29152 2001-09-17  Jim Meyering  <meyering@lucent.com>
29153
29154         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
29155         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
29156         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
29157         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
29158         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
29159         whenever the right hand side need not be expanded by the shell.
29160
29161 2001-09-16  Paul Eggert  <eggert@twinsun.com>
29162
29163         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
29164         library.  It's not correct, as some older glibcs are buggy.
29165         fnmatch wasn't fixed until glibc 2.2.
29166
29167         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
29168         special shell magic here.
29169
29170 2001-09-16  Jim Meyering  <meyering@lucent.com>
29171
29172         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
29173         * m4/jm-macros.m4: Require it.
29174
29175 2001-09-16  Jim Meyering  <meyering@lucent.com>
29176
29177         * lib/mkdir.c: New file.
29178
29179 2001-09-15  Jim Meyering  <meyering@lucent.com>
29180
29181         * m4/jm-macros.m4: Check for help2man.
29182
29183 2001-09-11  Jim Meyering  <meyering@lucent.com>
29184
29185         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
29186         The body, by Paul Eggert, was moved here from configure.in.
29187         * m4/jm-macros.m4: Require UTILS_HOST_OS.
29188
29189 2001-09-04  Paul Eggert  <eggert@twinsun.com>
29190
29191         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
29192         (jm_PREREQ): Use it.
29193
29194 2001-09-04  Paul Eggert  <eggert@twinsun.com>
29195
29196         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
29197         Use ssize_t, not int, to store result of readlink.
29198         Check for ssize_t overflow as well as size_t overflow,
29199         as POSIX says the result of readlink is implementation-defined
29200         when ssize_t overflows.
29201         Remove unnecessary cast to char*.
29202         Use free+malloc instead of realloc, as the storage doesn't need
29203         to be preserved and it's clearer and can be more efficient that way.
29204         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
29205         * lib/xreadlink.h (xreadlink): Update prototype.
29206
29207 2001-09-04  Paul Eggert  <eggert@twinsun.com>
29208
29209         * lib/xgetcwd.c: Revert some of the previous change; intead,
29210         fix the HAVE_GETCWD_NULL code to behave more like the
29211         !HAVE_GETCWD_NULL code used to.
29212
29213         Include "xalloc.h".
29214         (xgetcwd): Do not return NULL when memory is exhausted; instead,
29215         invoke xalloc_die.
29216
29217 2001-09-03  Paul Eggert  <eggert@twinsun.com>
29218
29219         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
29220         sys/param.h, as pathmax.h includes them.
29221
29222 2001-09-03  Paul Eggert  <eggert@twinsun.com>
29223
29224         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
29225         (jm_PREREQ_XGETCWD): New macro.
29226
29227         * m4/getcwd.m4: New file.
29228
29229 2001-09-03  Paul Eggert  <eggert@twinsun.com>
29230
29231         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
29232         like the HAVE_GETCWD_NULL code.
29233         Include pathmax.h if not HAVE_GETCWD.
29234         Do not include xalloc.h.
29235         (INITIAL_BUFFER_SIZE): New symbol.
29236         Do not use xmalloc / xrealloc, since the caller is responsible for
29237         handling errors.  Preserve errno around `free' during failure.
29238         Do not overrun buffer when using getwd.
29239
29240 2001-09-03  Paul Eggert  <eggert@twinsun.com>
29241
29242         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
29243         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
29244         getcwd (NULL, 0).
29245
29246 2001-09-03  Paul Eggert  <eggert@twinsun.com>
29247
29248         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
29249         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
29250         spotted by Jim Meyering.
29251
29252 2001-09-03  Jim Meyering  <meyering@lucent.com>
29253
29254         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
29255         failure.
29256
29257 2001-09-02  Jim Meyering  <meyering@lucent.com>
29258
29259         * lib/error.c: Update from GNU libc.
29260
29261 2001-09-01  Jim Meyering  <meyering@lucent.com>
29262
29263         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
29264         Used by df.
29265
29266 2001-09-01  Jim Meyering  <meyering@lucent.com>
29267
29268         * lib/xreadlink.c: New file.
29269         * lib/xreadlink.h: New file.
29270         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
29271         xreadlink.h.
29272
29273         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
29274         doesn't conflict with sparc Solaris 7's definition in
29275         /usr/include/sys/int_types.h.
29276
29277         * lib/exclude.c: Use `""', not `<>' to #include non-system header
29278         files.
29279         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
29280         and strncasecmp as r-values.  Unixware didn't have declarations.
29281
29282 2001-08-31  Paul Eggert  <eggert@twinsun.com>
29283
29284         * lib/xstrtol.h: Add copyright notice.
29285         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
29286         LONGINT_INVALID_SUFFIX_CHAR.
29287
29288 2001-08-31  Paul Eggert  <eggert@twinsun.com>
29289
29290         * lib/xstrtol.c (strtoimax): New decl.
29291
29292 2001-08-31  Paul Eggert  <eggert@twinsun.com>
29293
29294         * lib/xgetcwd.c: Don't include pathmax.h.
29295         Include stdlib.h and unistd.h if available.
29296         Include xalloc.h.
29297         (xmalloc, xstrdup, free): Remove decls.
29298         (xgetcwd): Don't assume sizes fit in unsigned.
29299         Check for overflow when computing sizes.
29300         Simplify reallocation code.
29301
29302 2001-08-31  Paul Eggert  <eggert@twinsun.com>
29303
29304         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
29305         a directory's st_size can have an arbitrary value, so the old
29306         usage could waste an arbitrary amount of memory.  All uses
29307         changed.
29308         * lib/savedir.h: Update prototype.
29309
29310 2001-08-31  Paul Eggert  <eggert@twinsun.com>
29311
29312         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
29313
29314         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
29315         old strtoimax.c.
29316
29317         Also, make the following further changes to make this file's
29318         configuration more similar to that of strtol.c:
29319         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
29320         (strtoumax, uintmax_t, strtoull, strtol): Remove.
29321         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
29322         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
29323         changed to signed values.
29324
29325         And make the following changes as well:
29326         Fix copyright notice, as 1999 was missing.
29327         (verify): New macro.
29328         (strtoimax): Check sizes at compile-time, not run-time.
29329         Prefer strtol to strtoll if both work.
29330         (main): Remove; it was not that useful and was a pain to maintain.
29331
29332         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
29333
29334 2001-08-31  Jim Meyering  <meyering@lucent.com>
29335
29336         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
29337         Use an initial, malloc'd, buffer of length 128 rather than
29338         a statically allocated one of length 1024.
29339
29340 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29341
29342         Simplify code, partly by assuming autoconf 2.52 semantics.
29343
29344         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
29345
29346         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
29347         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
29348         All uses removed.
29349         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
29350         Move AC_REQUIRE to next-to-top level, to avoid confusion.
29351         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
29352         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
29353         jm_AC_HEADER_INTTYPES_H.
29354         * m4/jm-macros.m4 (jm_MACROS): Likewise.
29355
29356         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
29357
29358         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
29359         Quote first arg of AC_DEFUN.
29360         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
29361         since they are needed to parse the include file even if we need
29362         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
29363         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
29364         but with opposite signedness.
29365
29366 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29367
29368         Merge 'exclude' changes from tar 1.13.22.
29369         This fixes one or two unlikely storage allocation overflow bugs,
29370         but doesn't change user-visible behavior otherwise.
29371
29372 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29373
29374         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
29375         (jm_PREREQ_EXCLUDE): New macro.
29376
29377 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29378
29379         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
29380         tm to be declared.
29381
29382 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29383
29384         * lib/hash.c: Remove '2001' from copyright notice.
29385
29386 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29387
29388         * lib/full-write.h: New file.
29389         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
29390         * lib/full-write.c: Correct credits, as cccp.c no longer
29391         exists and anyway it was so heavily changed from the old cccp
29392         code as to be unrecognizable.  Include full-write.h.
29393         (full_write) Return size_t, with short writes meaning failure.
29394         All callers changed.  This fixes a bug with large buffers
29395         on 64-bit hosts.
29396         * lib/utime.c: Include full-write.h.
29397
29398 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29399
29400         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
29401         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
29402         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
29403         Include if available.
29404         (<xalloc.h>): Include
29405         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
29406         (verify): New macro.  Use it to verify that EXCLUDE macros do not
29407         collide with FNM macros.
29408         (struct patopts): New struct.
29409         (struct exclude): Use it, as exclude patterns now come with options.
29410         (new_exclude): Support above changes.
29411         (new_exclude, add_exclude_file):
29412         Initial size must now be a power of two to simplify overflow checking.
29413         (free_exclude, fnmatch_no_wildcards): New function.
29414         (excluded_filename): No longer requires options arg, as the options
29415         are determined by add_exclude.  Now returns bool, not int.
29416         (excluded_filename, add_exclude):
29417         Add support for the fancy new exclusion options.
29418         (add_exclude, add_exclude_file): Now takes int options arg.
29419         Check for arithmetic overflow when computing sizes.
29420         (add_exclude_file): xrealloc might modify errno, so don't
29421         realloc until after errno might be used.
29422
29423         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
29424         New macros.
29425         (free_exclude): New decl.
29426         (add_exclude, add_exclude_file): Now takes int options arg.
29427         (excluded_filename): No longer requires options arg, as the options
29428         are determined by add_exclude.  Now returns bool, not int.
29429
29430 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29431
29432         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
29433
29434 2001-08-27  Jim Meyering  <meyering@lucent.com>
29435
29436         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
29437
29438         * lib/version-etc.c (N_): Remove definition.
29439         Revert most of last change.
29440         Instead, simply don't mark the `Copyright...' string for translation.
29441         Based on advice from Paul Eggert.
29442
29443         * lib/strtoxmax.c: Tweak comment.
29444
29445 2001-08-26  Jim Meyering  <meyering@lucent.com>
29446
29447         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
29448
29449         * m4/xstrtoimax.m4: New file.
29450         * m4/xstrtoumax.m4: Add comments explaining why we
29451         AC_REPLACE_FUNCS(strtol).
29452
29453 2001-08-26  Jim Meyering  <meyering@lucent.com>
29454
29455         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
29456         of copyright with `%s' so translators don't get an untranslated
29457         message in 2002.
29458         (COPYRIGHT_YEAR): Define.
29459         (version_etc): Use fprintf rather than fputs.
29460         Suggestion from Ulrich Drepper.
29461
29462         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
29463
29464         * lib/strtoll.c: New file, from GNU libc.
29465         * lib/xstrtoimax.c: New file.
29466
29467         * lib/xstrtol.h: Add xstrtoimax.
29468         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
29469         * lib/strtoimax.c: New file.  Likewise, but first define
29470         STRTOUXMAX_SIGNED.
29471
29472         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
29473         ...
29474         * lib/strtoxmax.c: ... then renamed to this.
29475
29476 2001-08-18  Paul Eggert  <eggert@twinsun.com>
29477
29478         * m4/inttypes.m4: Add AC_PREREQ(2.13).
29479         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
29480         (jm_AC_TYPE_INTMAX_T): New macro.
29481         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
29482
29483         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
29484
29485         * m4/longlong.m4: Renamed from ulonglong.m4.
29486         * m4/inttypes.m4: Renamed from inttypes_h.m4.
29487         * m4/uintmax_t.m4: Removed.
29488
29489 2001-08-13  Paul Eggert  <eggert@twinsun.com>
29490
29491         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
29492         Port to Solaris 8, where 'sed' requires a space after the 'r'
29493         command, and where sh dislikes "$/".  Clean up the spacing a bit.
29494         Redirect output to $tmp just once.
29495
29496 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
29497
29498         * lib/addext.c (<errno.h>): Include.
29499         (errno): Declare if not defined.
29500         (addext): Work correctly when pathconf returns -1 and leaves
29501         errno alone because there is no limit.  Also, work even if
29502         pathconf returns a value greater than SIZE_MAX.
29503
29504 2001-08-12  Jim Meyering  <meyering@lucent.com>
29505
29506         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
29507         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
29508         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
29509         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
29510         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
29511         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
29512         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
29513         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
29514         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
29515         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
29516         utime.m4, utimes.m4, xstrtoumax.m4:
29517         Quote the first argument in each use of AC_DEFUN.
29518
29519 2001-08-12  Jim Meyering  <meyering@lucent.com>
29520
29521         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
29522         Simply `return getcwd (NULL, 0);'.
29523         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
29524         Use 1300 as initial value for length, not PATH_MAX.
29525
29526         * lib/pathmax.h: Clean up cpp syntax.
29527
29528 2001-08-12  Jim Meyering  <meyering@lucent.com>
29529
29530         * lib/gettimeofday.c: New file.
29531         * lib/gtod.h: New file.
29532         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
29533
29534 2001-08-05  Jim Meyering  <meyering@lucent.com>
29535
29536         * m4/jm-macros.m4: Require autoconf-2.52.
29537
29538 2001-08-04  Jim Meyering  <meyering@lucent.com>
29539
29540         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
29541         stmt, to get in sync with glibc.
29542
29543 2001-08-03  Paul Eggert  <eggert@twinsun.com>
29544
29545         The following changes are from gettext 0.10.39 as maintained by
29546         Bruno Haible.
29547
29548         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
29549         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
29550         with inverted sense.  All uses changed.
29551
29552         * lib/mbswidth.c: Don't include <limits.h>.
29553         Include <stdlib.h> and <string.h> unconditionally.
29554         (iswcntrl, mbsinit, ISCNTRL): New macros.
29555         (mbsnwidth): Use K&R style function declarations.
29556         Don't bother checking for MB_LEN_MAX == 1, since the compiler
29557         can optimize it when MB_CUR_MAX == 1.
29558         The width of control characters is zero, not 1.
29559
29560 2001-08-03  Paul Eggert  <eggert@twinsun.com>
29561
29562         The following changes are from gettext 0.10.39 as maintained by
29563         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
29564
29565         * m4/codeset.m4: Upgrade to serial AM1.
29566         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
29567         all uses changed.  Quote first arg of AC_DEFUN.
29568         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
29569
29570         * m4/iconv.m4: Upgrade to serial AM2.
29571         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
29572         Add --with-libconv-prefix.
29573         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
29574         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
29575         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
29576         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
29577         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
29578
29579         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
29580         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
29581         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
29582         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
29583         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
29584         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
29585         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
29586         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
29587         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
29588
29589         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
29590         string.h any more.
29591
29592         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
29593         not the default value.
29594
29595         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
29596         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
29597         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
29598         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
29599         Also check for iswcntrl, used for wcwidth fallback.
29600         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
29601         to Autoconf 2.13.
29602
29603 2001-08-03  Jim Meyering  <meyering@lucent.com>
29604
29605         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
29606         as it was in the original.  Reported by Paul Eggert.
29607
29608 2001-07-16  Jim Meyering  <meyering@lucent.com>
29609
29610         * m4/gettimeofday.m4: New file.
29611         Prompted by a report from Bernhard Baehr.
29612
29613 2001-07-15  Jim Meyering  <meyering@lucent.com>
29614
29615         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
29616         stuff. Now it's in ../Makefile.cfg.
29617
29618 2001-07-15  Jim Meyering  <meyering@lucent.com>
29619
29620         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
29621         (BUILT_SOURCES): Add unlocked-io.h.
29622         (io_functions): Define.
29623         (unlocked-io.h): New rule.
29624         (DISTCLEANFILES): Add unlocked-io.h.
29625         (all-local): Depend on unlocked-io.h, to ensure it is created.
29626
29627         * lib/unlocked-io.hin: New file
29628
29629         * lib/regex.c: Update from glibc.
29630
29631 2001-07-05  Jim Meyering  <meyering@lucent.com>
29632
29633         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
29634         recommendation.
29635         (libfetish_a_SOURCES): Put all .h files here instead.
29636         Remove a thus-exposed (better checks in automake) duplicate and
29637         two unnecessary .h files.
29638
29639 2001-07-04  Jim Meyering  <meyering@lucent.com>
29640
29641         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
29642         that generates jm-glibc-io.m4 so that it doesn't trigger any make
29643         distcheck failure.
29644
29645 2001-07-02  Jim Meyering  <meyering@lucent.com>
29646
29647         The following changes were prompted by suggestions from Bruno Haible.
29648
29649         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
29650         is now generated.
29651         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
29652         definition of EXTRA_DIST.
29653         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
29654         ensure that the generated file is created/updated whenever the list
29655         of $(unlocked_functions) is changed.
29656         (jm-glibc-io.m4): New rule.
29657         (unlocked-io.h): New rule -- currently unused.
29658
29659 2001-06-24  Jim Meyering  <meyering@lucent.com>
29660
29661         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
29662         unmatched right bracket, rather than kludging it with an extra,
29663         falsely-matching quote in a comment.  Patch by Akim Demaille.
29664
29665 2001-06-11  Jim Meyering  <meyering@lucent.com>
29666
29667         * lib/regex.c: Update from GNU libc.
29668
29669 2001-05-27  Jim Meyering  <meyering@lucent.com>
29670
29671         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
29672         Check for ut_type in struct utmp.
29673
29674 2001-05-27  Jim Meyering  <meyering@lucent.com>
29675
29676         * lib/readutmp.h (UT_TYPE): Define.
29677
29678 2001-05-24  Jim Meyering  <meyering@lucent.com>
29679
29680         * lib/argmatch.c: Include "quote.h".
29681         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
29682         quote function.  Reported by Göran Uddeborg.
29683
29684 2001-05-22  Jim Meyering  <meyering@lucent.com>
29685
29686         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
29687         now that we use the package-supplied version unconditionally.
29688         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
29689
29690 2001-05-21  Jim Meyering  <meyering@lucent.com>
29691
29692         * m4/regex.m4: Change a couple backticks to single quotes to avoid
29693         shell syntax errors.
29694
29695 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
29696
29697         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
29698
29699 2001-05-20  Paul Eggert  <eggert@twinsun.com>
29700
29701         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
29702         Don't bother to check library strftime, since
29703         we'll be using our own my_strftime function anyway.
29704         Define my_strftime instead of strftime.
29705
29706 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
29707
29708         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
29709         which is not yet declared.
29710
29711 2001-05-15  Jim Meyering  <meyering@lucent.com>
29712
29713         * m4/regex.m4: Use proper quoting so brackets appear in the test
29714         program.
29715         Reported by, and with help from, Bruno Haible.
29716
29717 2001-05-13  Jim Meyering  <meyering@lucent.com>
29718
29719         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
29720         undefined.
29721
29722 2001-05-11  Paul Eggert  <eggert@twinsun.com>
29723
29724         dirname code cleanup.  base_name now behaves more compatibly
29725         with POSIX basename when given file names that have trailing
29726         slashes, and similarly for dir_name.  Add new primitives
29727         base_len and dir_len.  Put the directory-name-related decls
29728         into dirname.h.
29729
29730         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
29731         * lib/backupfile.c (base_name): Likewise.
29732         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
29733         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
29734         * lib/makepath.c (strip_trailing_slashes): Likewise.
29735         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
29736         ISSLASH): Likewise.
29737         * lib/rename.c (strip_trailing_slashes): Likewise.
29738         * lib/same.c (base_name): Likewise.
29739         * lib/stripslash.c (ISSLASH): Likewise.
29740
29741         * lib/addext.c: Include <dirname.h> after size_t is defined.
29742         * lib/backupfile.c: Likewise.
29743
29744         * lib/addext.c (addext): Use base_len to trim redundant
29745         trailing slashes instead of doing it ourselves.
29746         But do not trim the last slash if it is not redundant.
29747
29748         * lib/backupfile.c (find_backup_file_name,
29749         max_backup_version): Use base_len instead of rolling it ourselves.
29750         Handle the case of "" and (on DOS) "C:" correctly.
29751
29752         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
29753         needed. Include <string.h>, <dirname.h>.
29754         (base_name): Allow file names ending in slashes, other than names
29755         that are all slashes.  In this case, return the basename followed
29756         by the slashes.  This is more general, and can be used in places
29757         where the original base_name purposely had an assertion failure.
29758         (base_len): New function.
29759
29760         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
29761         Do not include <assert.h>; no longer needed.
29762         Include xalloc.h.
29763         (memrchr): Remove decl.
29764         (dir_name_r): Remove.
29765         (dir_len): Renamed from dirlen.  All callers changed.
29766         Rewrite in terms of base_name, for simplicity and consistency.
29767         (dir_name): Never return NULL.  All callers changed.
29768         Do not include <stdlib.h> in test program; no longer needed.
29769         return 0; is fine for test program.
29770
29771         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
29772         New macros.
29773         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
29774
29775         * lib/path-concat.c (path_concat): Use base_len to compute
29776         base length, not strlen; this means we cannot rely on memcpy
29777         to null-terminate.
29778
29779         * lib/same.c (STREQ): Remove.
29780         (same_name): Handle the case where the basename ends in trailing '/'.
29781
29782         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
29783         a slash was stripped.  Do not strip the last slash after a
29784         file system prefix.
29785
29786 2001-05-11  Paul Eggert  <eggert@twinsun.com>
29787
29788         * lib/Makefile.am (libfetish_a_SOURCES):
29789         Add strftime.c, since we now compile it on all hosts.
29790
29791         * lib/strftime.c (my_strftime):
29792         Define to nstrftime if emacs, but only if my_strftime is not defined.
29793         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
29794         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
29795         Add one more extra argument: a nanoseconds value.
29796         All uses changed.
29797         (ns): New macro.
29798         (my_strftime function): Add %N format.
29799         (emacs_strftimeu): Renamed from emacs_strftime,
29800         with extra ut argument.
29801
29802 2001-05-09  Paul Eggert  <eggert@twinsun.com>
29803
29804         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
29805
29806 2001-04-21  Jim Meyering  <meyering@lucent.com>
29807
29808         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
29809         doesn't interfere.
29810
29811 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
29812
29813         * m4/ftruncate.m4: Check for chsize.
29814         Link with ftruncate.o unconditionally if ftruncate is missing.
29815         This was required when cross-compiling to i586-mingw32msvc.
29816
29817 2001-04-08  Jim Meyering  <meyering@lucent.com>
29818
29819         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
29820         recomputed; that's necessary when the offset spans a DST transition.
29821         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
29822
29823 2001-04-02  Jim Meyering  <meyering@lucent.com>
29824
29825         * lib/regex.h, regex.c: Update from GNU libc.
29826
29827 2001-03-24  Jim Meyering  <meyering@lucent.com>
29828
29829         * m4/jm-macros.m4: Require autoconf-2.49d.
29830
29831 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
29832
29833         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
29834
29835 2001-03-19  Paul Eggert  <eggert@twinsun.com>
29836
29837         * lib/version-etc.c (version_etc_copyright): Update to 2001.
29838
29839 2001-03-17  Jim Meyering  <meyering@lucent.com>
29840
29841         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
29842         now that the version in autoconf is equivalent.
29843         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
29844
29845         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
29846         Suggestion from Akim Demaille.
29847
29848         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
29849         (jm_PREREQ_TEMPNAME): New function.
29850
29851 2001-03-16  Paul Eggert  <eggert@twinsun.com>
29852
29853         * lib/tempname.c (uint64_t): Define to uintmax_t if
29854         not defined, and if UINT64_MAX is not defined.
29855         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
29856         Reported by John David Anglin.
29857
29858 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
29859
29860         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
29861         resolve alias if codeset is empty.
29862         * lib/config.charset (BeOS): Use wildcard syntax.
29863
29864 2001-03-13  Jim Meyering  <meyering@lucent.com>
29865
29866         * lib/path-concat.c (path_concat)
29867         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
29868         concatenating e.g., `C:' and `foo'.
29869         From Bruno Haible.
29870
29871 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
29872
29873         * lib/localcharset.c (locale_charset): Don't use
29874         setlocale(LC_CTYPE,NULL). Don't return NULL.
29875         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
29876
29877 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
29878
29879         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
29880         support for DOS/DJGPP.
29881
29882 2001-03-01  Paul Eggert  <eggert@twinsun.com>
29883
29884         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
29885         lacks mkstemp.  Compile our own tempname.c if we compile our own
29886         mkstemp.c, as mkstemp relies on tempname.
29887
29888 2001-03-01  Jim Meyering  <meyering@lucent.com>
29889
29890         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
29891         AH_VERBATIM really does output its argument verbatim.
29892
29893 2001-02-28  Paul Eggert  <eggert@twinsun.com>
29894
29895         * lib/Makefile.am (libfetish_a_SOURCES):
29896         Add dup-safer.c, fopen-safer.c.
29897         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
29898
29899         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
29900         * lib/unistd-safer.h: New files.
29901
29902 2001-02-25  Paul Eggert  <eggert@twinsun.com>
29903
29904         The mkstemp replacement is taken from glibc 2.2.2, with some
29905         portability fixes for use outside glibc, as follows:
29906
29907         * lib/tempname.c (struct_stat64): New macro.
29908         (direxists, __gen_tempname): Use it.
29909         This avoids a portability problem with Solaris 8.
29910
29911         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
29912         (<stddef.h>, <stdint.h>, <string.h>):
29913         Include only if STDC_HEADERS || _LIBC.
29914         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
29915         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
29916         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
29917         (__set_errno): Define this macro if <errno.h> doesn't.
29918         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
29919         Define these macros if <stdio.h> doesn't.
29920         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
29921         Define these macros if <sys/stat.h>
29922         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
29923         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
29924         __xstat64): Define if not _LIBC.
29925         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
29926         (__gen_tempname): Invoke gettimeofday only if
29927         HAVE_GETTIMEOFDAY || _LIBC;
29928         otherwise, fall back on plain "time".
29929         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
29930
29931         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
29932
29933         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
29934
29935 2001-02-18  Paul Eggert  <eggert@twinsun.com>
29936
29937         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
29938
29939 2001-02-17  Paul Eggert  <eggert@twinsun.com>
29940
29941         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
29942         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
29943         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
29944         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
29945
29946 2001-02-17  Paul Eggert  <eggert@twinsun.com>
29947
29948         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
29949         Remove workaround macros for hosts that have mbrtowc but not
29950         mbstate_t, as we now insist on proper declarations for both
29951         before using mbrtowc.
29952
29953 2001-02-17  Jim Meyering  <meyering@lucent.com>
29954
29955         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
29956         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
29957         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
29958         UnixWare 7.1.1.
29959
29960         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
29961         rather than AC_CACHE_VAL.
29962
29963 2001-02-17  Jim Meyering  <meyering@lucent.com>
29964
29965         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
29966         around included file name.
29967
29968         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
29969
29970         * lib/strftime.c: Update from GNU libc (the only changes were to
29971         comments).
29972
29973 2001-02-17  Jim Meyering  <meyering@lucent.com>
29974
29975         * lib/regex.c: Update from libc.
29976
29977 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
29978
29979         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
29980         clash.
29981
29982 2001-02-16  Paul Eggert  <eggert@twinsun.com>
29983
29984         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
29985         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
29986         Reported by Mark Hounschell via Paul Eggert.
29987
29988 2001-02-07  Jim Meyering  <meyering@lucent.com>
29989
29990         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
29991
29992 2001-02-05  Jim Meyering  <meyering@lucent.com>
29993
29994         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
29995         it includes the patch required for `large file' support with at least
29996         HP-UX's 10.20 /bin/cc.
29997
29998 2001-02-03  Jim Meyering  <meyering@lucent.com>
29999
30000         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
30001         AS_IF, now that it works once again (mysteriously).
30002         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
30003
30004 2001-01-30  Jim Meyering  <meyering@lucent.com>
30005
30006         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
30007         * m4/chown.m4: Rename conftestchown to conftest.chown.
30008         * m4/rename.m4: s/conftestdir/conftest.d1/ and
30009         s/conftestdir2/conftest.d2/.
30010         * m4/utimes.m4: s/conftestdata/conftest.data/
30011         Inspired by Pavel Roskin's change in autoconf.
30012
30013 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
30014
30015         * lib/config.charset: Update for FreeBSD 4.2.
30016
30017 2001-01-27  Jim Meyering  <meyering@lucent.com>
30018
30019         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
30020         a use of AS_IF.
30021         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
30022
30023 2001-01-26  Jim Meyering  <meyering@lucent.com>
30024
30025         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
30026         quotearg.c includes it.
30027
30028 2001-01-26  Jim Meyering  <meyering@lucent.com>
30029
30030         * lib/quotearg.c: Include stddef.h.
30031         * lib/quote.c: Include stddef.h.
30032         Reported by Axel Kittenberger.
30033
30034         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
30035         line in double quotes so that it evokes a better diagnostic.
30036         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
30037         Reported by Axel Kittenberger.
30038
30039 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
30040
30041         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
30042         as if it was a `charset'.
30043
30044 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
30045
30046         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
30047         has const.
30048
30049 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
30050
30051         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
30052         to avoid a warning.  Add back 'const' to inptr.
30053
30054 2001-01-20  Jim Meyering  <meyering@lucent.com>
30055
30056         Be sure that headers are checked before used in code compiled
30057         for the type checks.
30058         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
30059         In place of that, invoke jm_CHECK_ALL_TYPES.
30060         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
30061         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
30062         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
30063         The check for ssize_t was mistakenly run before the test for unistd.h.
30064
30065         The configure-time check for stdbool.h was missing.
30066         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
30067         (jm_PREREQ_HASH): New function.
30068
30069 2001-01-17  Jim Meyering  <meyering@lucent.com>
30070
30071         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
30072         for autoconf-2.49c.
30073         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
30074
30075 2001-01-16  Jim Meyering  <meyering@lucent.com>
30076
30077         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
30078         From Bruno Haible.
30079
30080 2001-01-14  Jim Meyering  <meyering@lucent.com>
30081
30082         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
30083         foo and bar.  Create conftestdir/ in the script, not in the C code.
30084         Remove directories in the script, not in the C code.
30085         Remove conftestdir{,2} before trying to create the directory.
30086         Make the entire configure script fail if the mkdir fails.
30087
30088 2001-01-14  Jim Meyering  <meyering@lucent.com>
30089
30090         * lib/rename.c: New file.  From Volker Borchert.
30091         Include stdlib.h, string.h or strings.h, and xalloc.h.
30092         Use strip_trailing_slashes rather than open-coding it.
30093
30094 2001-01-03  Paul Eggert  <eggert@twinsun.com>
30095
30096         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
30097
30098 2001-01-03  Jim Meyering  <meyering@lucent.com>
30099
30100         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
30101         of local `inptr' to avoid warning with some system declarations of
30102         iconv.
30103
30104 2001-01-02  Volker Borchert  <bt@teknon.de>
30105
30106         * m4/rename.m4: New file.
30107         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
30108
30109 2001-01-01  Jim Meyering  <meyering@lucent.com>
30110
30111         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
30112         even on systems with utmpx.h.  It's necessary for the declaration of
30113         utmp's ut_user member.  Reported by Andreas Jaeger.
30114
30115         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
30116         available. They are required for the declarations of getgrgid and
30117         getpwuid resp.
30118         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
30119         Reported by Andreas Jaeger.
30120
30121 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
30122
30123         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
30124         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
30125         so `make install' also works in VPATH builds.
30126
30127 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
30128
30129         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
30130         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
30131         can be used in subdirectories.
30132
30133 2000-12-29  Paul Eggert  <eggert@twinsun.com>
30134
30135         * lib/modechange.c: Do not assume that mode_t uses the
30136         traditional octal encoding.  E.g. "chmod 1 FOO" should set
30137         the other-execute bit of FOO even if S_IXOTH != 1.
30138
30139         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
30140         WOTH, XOTH, ALLM): New macros.
30141         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
30142          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
30143         Use them.
30144         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
30145         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
30146         (mode_compile):
30147         No need to use uintmax_t; unsigned long is long enough.
30148         Don't bother to get suffix since we don't use it.
30149
30150 2000-12-26  Jim Meyering  <meyering@lucent.com>
30151
30152         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
30153         better with autoheader.
30154
30155 2000-12-24  Jim Meyering  <meyering@lucent.com>
30156
30157         * lib/hash.c (is_prime): Return explicit boolean values.
30158         (hash_get_first): Return NULL to appease Irix5.6's 89.
30159         Reported by Nelson Beebe.
30160
30161 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
30162
30163         * lib/localcharset.c (locale_charset): Add support for Win32.
30164
30165 2000-12-18  Paul Eggert  <eggert@twinsun.com>
30166
30167         * lib/physmem.h, lib/physmem.c: New files.
30168
30169         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
30170         (noinst_HEADERS): Add physmem.h.
30171
30172         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
30173         't' for compatibility with Solaris 8 sort.
30174
30175 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
30176
30177         * lib/config.charset: Add support for BeOS.
30178
30179 2000-12-17  Jim Meyering  <meyering@lucent.com>
30180
30181         * m4/dos.m4 (jm_AC_DOS): New file and macro.
30182         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
30183
30184 2000-12-16  Jim Meyering  <meyering@lucent.com>
30185
30186         This bug had a serious impact on chown: `chown N:M FILE' (for integer
30187         N and M) would have treated it like `chown N:N FILE'.
30188
30189         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
30190
30191 2000-12-16  Jim Meyering  <meyering@lucent.com>
30192
30193         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
30194         SHELLS_FILE to a file name that's useful on djgpp systems.
30195         Include stdlib.h.
30196         (ADDITIONAL_DEFAULT_SHELLS): Define.
30197         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
30198         Based mostly on a patch from Prashant TR.
30199
30200 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
30201
30202         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
30203         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
30204         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
30205
30206 2000-12-08  Andreas Schwab  <schwab@suse.de>
30207
30208         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
30209         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
30210
30211 2000-12-07  Jim Meyering  <meyering@lucent.com>
30212
30213         * lib/stripslash.c (ISSLASH): Define.
30214         (strip_trailing_slashes): Use ISSLASH rather than comparing against
30215         `/'.
30216         From Prashant TR.
30217
30218         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
30219         (dir_name_r): Declare this function as static.
30220         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
30221         manifest itself on a name containing a mix of slashes and
30222         backslashes.
30223         Make this function work with names starting with a DOS-style
30224         drive letter and colon prefix.
30225         (dir_name): Append `.' if necessary.
30226         Based mostly on patches from Prashant TR and Eli Zaretskii.
30227
30228         * lib/dirname.h (dir_name_r): Remove prototype.
30229
30230 2000-12-06  Paul Eggert  <eggert@twinsun.com>
30231
30232         * m4/off_t-format.m4: Remove this file.
30233         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
30234
30235 2000-12-06  Jim Meyering  <meyering@lucent.com>
30236
30237         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
30238         replacement strtoull, we may well need the replacement strtoul, too.
30239         Check for declarations of strtoul and strtoull.
30240         Check for strtol.  Mainly as a cue to cause automake to include
30241         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
30242         Check for limits.h -- strtol.c needs it.
30243
30244 2000-12-05  Jim Meyering  <meyering@lucent.com>
30245
30246         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
30247
30248 2000-12-04  Jim Meyering  <meyering@lucent.com>
30249
30250         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
30251         Also include memory.h, stdlib.h, unistd.h if appropriate.
30252         Reported by Andreas Jaeger (conflicting declaration of malloc).
30253
30254 2000-12-02  Jim Meyering  <meyering@lucent.com>
30255
30256         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
30257         * m4/jm-macros.m4 (jm_MACROS): require it.
30258
30259 2000-12-02  Jim Meyering  <meyering@lucent.com>
30260
30261         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
30262
30263 2000-12-01  Paul Eggert  <eggert@twinsun.com>
30264
30265         * lib/memrchr.c: Include <config.h> before any system include file.
30266
30267 2000-11-30  Jim Meyering  <meyering@lucent.com>
30268
30269         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
30270
30271 2000-11-30  Jim Meyering  <meyering@lucent.com>
30272
30273         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
30274
30275 2000-11-29  Paul Eggert  <eggert@twinsun.com>
30276
30277         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
30278
30279 2000-11-26  Jim Meyering  <meyering@lucent.com>
30280
30281         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
30282
30283 2000-11-22  Paul Eggert  <eggert@twinsun.com>
30284
30285         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
30286         size of (size_t) -1; it's not portable.
30287
30288 2000-11-17  Jim Meyering  <meyering@lucent.com>
30289
30290         * lib/strstr.c: Update from GNU libc.
30291
30292 2000-11-17  Akim Demaille  <akim@epita.fr>
30293
30294         * lib/obstack.h: Formatting changes.
30295         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
30296         prevent type checking.
30297         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
30298         cast the value to (void *): assigning a `foo *' to a `void *'
30299         variable is valid.
30300         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
30301
30302 2000-11-16  Jim Meyering  <meyering@lucent.com>
30303
30304         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
30305
30306 2000-11-11  Jim Meyering  <meyering@lucent.com>
30307
30308         * lib/error.c: Add a couple #includes, merging from GNU libc version.
30309
30310 2000-11-10  Jim Meyering  <meyering@lucent.com>
30311
30312         * lib/obstack.h: Update from GNU libc.
30313         * lib/obstack.c: Likewise.
30314
30315 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
30316
30317         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
30318
30319 2000-11-06  Paul Eggert  <eggert@twinsun.com>
30320
30321         * lib/getusershell.c (setusershell): Use rewind rather than
30322         fseek/fseeko, to avoid configuration hassles with fseeko.
30323         Don't bother opening SHELLS_FILE if shellstream is NULL;
30324         it's not necessary.
30325
30326 2000-11-05  Jim Meyering  <meyering@lucent.com>
30327
30328         * lib/makepath.h (make_dir): Declare.
30329         * lib/makepath.c (make_dir): Remove `static' attribute.
30330         Tweak a comment.
30331
30332 2000-11-04  Jim Meyering  <meyering@lucent.com>
30333
30334         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
30335
30336 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
30337
30338         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
30339         last one in a bucket, advance to the next bucket.
30340
30341 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
30342
30343         * lib/fnmatch.c: Do not comment out all the code if we are using
30344         the GNU C library, because in some cases we are replacing buggy
30345         code in the GNU C library itself.
30346
30347 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
30348
30349         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
30350         (regex_compile): Catch bogus \(\1\).
30351
30352 2000-10-30  Paul Eggert  <eggert@twinsun.com>
30353
30354         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
30355         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
30356         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
30357
30358 2000-10-30  Paul Eggert  <eggert@twinsun.com>
30359
30360         * lib/error.h, getline.h, modechange.h:
30361         Remove "2000" from Copyright line, as the file hasn't been
30362         changed this year other than in the copyright notice.
30363
30364         * lib/xalloc.h: Add "2000" to Copyright line, as this file
30365         was changed this year.
30366
30367 2000-10-29  Jim Meyering  <meyering@lucent.com>
30368
30369         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
30370         renaming.
30371         * m4/ls-mntd-fs.m4: Likewise
30372
30373 2000-10-29  Jim Meyering  <meyering@lucent.com>
30374
30375         * lib/xstat.in: Fix grammar in comment.
30376
30377 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
30378
30379         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
30380         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
30381         doesn't define __restrict_arr.
30382
30383 2000-10-28  Jim Meyering  <meyering@lucent.com>
30384
30385         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
30386         (jm_PREREQ_MEMCHR): New function.
30387
30388 2000-10-28  Jim Meyering  <meyering@lucent.com>
30389
30390         * lib/memchr.c: Update from libc.
30391         Adjust for portability:
30392         [HAVE_STDLIB_H]: Include stdlib.h.
30393         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
30394         Undef __memchr, too.
30395         [!weak_alias]: Define __memchr to memchr.
30396
30397         * lib/regex.c: Update from libc.
30398         * lib/regex.h: Likewise.
30399         * lib/getopt1.c: Likewise.
30400         * lib/memcmp.c: Likewise.
30401
30402         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
30403         Avoid using fseek, when possible -- it's broken by design.
30404         Patch by Ulrich Drepper.
30405
30406 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
30407
30408         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
30409         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
30410         Giving in to popular pressure to shut up the compiler with casts.
30411
30412 2000-10-26  Jim Meyering  <meyering@lucent.com>
30413
30414         * lib/strftime.c: Update from libc.
30415
30416 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
30417
30418         * regex.c: More `unsigned char' -> `re_char' changes.
30419         Also change several `int' into `re_wchar_t'.
30420         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
30421         (PUSH_FAILURE_POINTER): Don't cast any more.
30422         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
30423         We want GCC to complain, since this piece of code makes
30424         re_match non-reentrant, which *should* be fixed.
30425         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
30426         (EXTEND_BUFFER): Use RETALLOC.
30427         (SET_LIST_BIT): Don't cast.
30428         (re_wchar_t): New type.
30429         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
30430         that those two functions will always properly return.
30431         (IMMEDIATE_QUIT_CHECK): Cast to void.
30432         (analyse_first): Use recursion rather than an explicit stack.
30433         (re_compile_fastmap): Can't fail anymore.
30434         (re_search_2): Don't check re_compile_fastmap for failure.
30435         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
30436         Now also sets the new value (passed in a new argument).
30437         (re_match_2_internal): Use it.
30438         Also, use a new var `reg' of type size_t when looping through regs
30439         rather than reuse the inappropriate `mcnt'.
30440
30441 2000-10-25  Jim Meyering  <meyering@lucent.com>
30442
30443         * lib/obstack.c: Update from libc.
30444
30445 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
30446
30447         * regex.c (regex_compile): Change the way of handling a range from
30448         a char less than 256 to a char not less than 256.
30449
30450 2000-10-24  Andrew Innes  <andrewi@gnu.org>
30451
30452         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
30453         NT-Emacs only.
30454         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
30455         so that re_search functions only quit when callers expect them to.
30456
30457 2000-10-23  Jim Meyering  <meyering@lucent.com>
30458
30459         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
30460         wrong.  That set_locale call must not have any side effects.
30461         From Paul Eggert.
30462
30463 2000-10-22  Jim Meyering  <meyering@lucent.com>
30464
30465         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
30466         [CYCLIC]: Remove now-unused definition.
30467
30468         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
30469         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
30470         Suggestion from Ulrich Drepper.
30471
30472 2000-10-21  Jim Meyering  <meyering@lucent.com>
30473
30474         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
30475         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
30476         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
30477
30478 2000-10-21  Jim Meyering  <meyering@lucent.com>
30479
30480         * lib/dirname.c (memrchr): Declare if necessary.
30481         (dir_name): Remove the restriction that there be no
30482         trailing slashes.  Now, this code skips past them, effectively
30483         ignoring them.
30484         [TEST_DIRNAME] (main): New unit tests.
30485
30486         * lib/memrchr.c: New file from GNU libc.
30487         Undef __memrchr, too.
30488         [!weak_alias]: Define __memrchr to memrchr.
30489         Guard weak_alias use with `#ifdef weak_alias'.
30490
30491 2000-10-21  Jim Meyering  <meyering@lucent.com>
30492
30493         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
30494         (dir_name): Use dir_name_r.
30495         * lib/dirname.h (dir_name_r): Declare it.
30496
30497 2000-10-17  Jim Meyering  <meyering@lucent.com>
30498
30499         * lib/quote.h (PARAMS): Define and use.
30500         Reported by Akim Demaille.
30501
30502         * lib/getopt.c: Update from libc.
30503
30504 2000-10-16  Jim Meyering  <meyering@lucent.com>
30505
30506         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
30507         setlocale.
30508         From Jan Fedak.
30509
30510 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
30511
30512         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
30513
30514 2000-09-25  Jim Meyering  <meyering@lucent.com>
30515
30516         * lib/md5.h (rol): Define (from GnuPG).
30517
30518         * lib/sha.c: Give credit (GnuPG) where due.
30519         (M): Use rol rather than open-coding it.
30520         Add a FIXME comment.
30521
30522 2000-09-21  Jim Meyering  <meyering@lucent.com>
30523
30524         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
30525         Reported by Michael Stone.
30526
30527 2000-09-20  Jim Meyering  <meyering@lucent.com>
30528
30529         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
30530         (noinst_HEADERS): Add sha.h.
30531         Based on code from Scott G. Miller and from GnuPG.
30532
30533 2000-09-18  Jim Meyering  <meyering@lucent.com>
30534
30535         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
30536         LIBS. Otherwise, everyone ends up linking with -lelf for some
30537         configurations.
30538         Reported by Mike Stone.
30539
30540 2000-09-15  Jim Meyering  <meyering@lucent.com>
30541
30542         * lib/regex.c: Update from libc.
30543
30544 2000-09-10  Jim Meyering  <meyering@lucent.com>
30545
30546         * lib/getopt.c (_getopt_internal): Update from glibc.
30547
30548 2000-09-09  Jim Meyering  <meyering@lucent.com>
30549
30550         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
30551         think it should be used as a general replacement for isascii.
30552         * lib/fnmatch.c: Likewise.
30553         * lib/mbswidth.c: Likewise
30554         * lib/regex.c: Likewise.
30555
30556         Don't use atoi.
30557         * lib/userspec.c: Include sys/param.h and limits.h.
30558         Include xstrtol.h.
30559         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
30560         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
30561         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
30562         UID, GID.  Check range.
30563
30564 2000-09-06  Jim Meyering  <meyering@lucent.com>
30565
30566         * lib/getopt.c (_getopt_internal): Update from glibc.
30567
30568 2000-08-30  Jim Meyering  <meyering@lucent.com>
30569
30570         * lib/strftime.c: Merge in changes from GNU libc.
30571
30572 2000-08-26  Jim Meyering  <meyering@lucent.com>
30573
30574         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
30575         * m4/fpending.m4: New file.
30576
30577 2000-08-26  Jim Meyering  <meyering@lucent.com>
30578
30579         * lib/closeout.c: Include "__fpending.h".
30580         (close_stdout_status): Return right away if there's nothing to flush.
30581
30582         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
30583         * lib/__fpending.c: New file.
30584         * lib/__fpending.h: New file.
30585
30586 2000-08-20  Jim Meyering  <meyering@lucent.com>
30587
30588         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
30589         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
30590         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
30591
30592 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
30593
30594         Improve fileutils installation on systems where running
30595         programs (like install) can't be unlinked.
30596         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
30597         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
30598
30599 2000-08-07  Paul Eggert  <eggert@twinsun.com>
30600
30601         Standardize on "memory exhausted" instead of "Memory exhausted"
30602         or "virtual memory exhausted".
30603         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
30604         "virtual memory exhausted".
30605         * lib/same.c (same_name): Invoke xalloc_die instead of printing
30606         our own message.
30607         * lib/userspec.c (parse_user_spec): Likewise.
30608         * lib/bumpalloc.h: comment fix
30609         * lib/same.c, userspec.c: Include xalloc.h.
30610
30611         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
30612         not char *const and pointing to a constant array.
30613         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
30614         (xrealloc): Comment fix.
30615
30616         * lib/userspec.c (parse_user_spec):
30617         Don't translate a message until just before returning,
30618         to avoid unnecessary translation.
30619
30620 2000-08-07  Jim Meyering  <meyering@lucent.com>
30621
30622         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
30623         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
30624         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
30625         getgroups.c, gethostname.c, getopt.h, group-member.c,
30626         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
30627         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
30628         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
30629         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
30630         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
30631         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
30632         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
30633         yesno.c: Back out Copyright date changes for each file with no change
30634         this year.  This eases coordination with other programs using the same
30635         source code modules.  From Paul Eggert.
30636
30637 2000-08-06  Paul Eggert  <eggert@twinsun.com>
30638
30639         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
30640         not char, for compatibility with glibc 2.1.3 strftime.c.
30641
30642 2000-08-03  Greg McGary  <greg@mcgary.org>
30643
30644         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
30645         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
30646         (EXTEND_BUFFER): Use them.
30647
30648 2000-08-01  Jim Meyering  <meyering@lucent.com>
30649
30650         * lib/dirname.c (ISSLASH): Define.
30651         (BACKSLASH_IS_PATH_SEPARATOR): Define.
30652         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
30653         both `\' and `/' may be use as path separators.
30654         Based on a patch from Prashant TR.
30655
30656 2000-07-31  Paul Eggert  <eggert@twinsun.com>
30657
30658         * lib/quotearg.c (quotearg_n_options): Don't make the initial
30659         slot vector a constant, since it might get modified.
30660
30661 2000-07-31  Jim Meyering  <meyering@lucent.com>
30662
30663         * lib/xmalloc.c: Use `virtual memory exhausted', not
30664         `Memory exhausted'.
30665         * lib/obstack.c (print_and_abort): Likewise.
30666
30667 2000-07-30  Paul Eggert  <eggert@twinsun.com>
30668
30669         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
30670         buffer, so that the caller can always quote one small
30671         component of a "memory exhausted" message in slot 0.
30672         From a suggestion by Jim Meyering.
30673
30674 2000-07-30  Jim Meyering  <meyering@lucent.com>
30675
30676         * lib/makepath.c (make_path): Quote the other instance, too.
30677
30678         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
30679         (STATIC_BUF_SIZE): Define.
30680         (quotearg_n_options): Use only statically allocated storage when
30681         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
30682         than STATIC_BUF_SIZE.
30683
30684 2000-07-29  Jim Meyering  <meyering@lucent.com>
30685
30686         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
30687         * lib/dirname.c (dir_name): Likewise.
30688
30689         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
30690         `/'.
30691
30692         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
30693         (dir_name): Assert that there are no trailing slashes.
30694
30695 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
30696
30697         * lib/mbswidth.h (mbswidth): Add a flags argument.
30698         (mbswidth): New declaration.
30699         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
30700         * lib/mbswidth.c (mbswidth): Add a flags argument.
30701         (mbsnwidth): New function.
30702
30703 2000-07-24  Jim Meyering  <meyering@lucent.com>
30704
30705         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
30706
30707 2000-07-23  Paul Eggert  <eggert@twinsun.com>
30708
30709         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
30710
30711 2000-07-23  Paul Eggert  <eggert@twinsun.com>
30712
30713         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
30714         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
30715         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
30716         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
30717         invoke multibyte primitives.
30718
30719 2000-07-23  Paul Eggert  <eggert@twinsun.com>
30720
30721         * lib/quotearg.c:
30722         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
30723         so that mbstate_t is always defined.
30724
30725         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
30726         be 1 in at least one GCC installation, and this configuration
30727         error is likely to be common.  Ignoring MB_LEN_MAX hurts
30728         performance on hosts that have mbrtowc but have only unibyte
30729         locales, but I assume these hosts are rare.
30730
30731 2000-07-23  Paul Eggert  <eggert@twinsun.com>
30732
30733         * lib/mbswidth.c (_XOPEN_SOURCE):
30734         Don't define; this causes problems on Solaris 7.
30735         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
30736
30737 2000-07-23  Jim Meyering  <meyering@lucent.com>
30738
30739         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
30740         too: getgrgid, getpwuid, getuid.
30741
30742 2000-07-23  Jim Meyering  <meyering@lucent.com>
30743
30744         * lib/basename.c (base_name): Add an assertion.
30745
30746 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
30747
30748         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
30749         shadow its mbsinit function.
30750
30751 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
30752
30753         * lib/mbswidth.h: New file.
30754         * lib/mbswidth.c: New file.
30755         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
30756         (noinst_HEADERS): Add mbswidth.h.
30757
30758 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
30759
30760         * lib/config.charset: Add support for FreeBSD. Improve support for
30761         HP-UX and IRIX 6.
30762
30763 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
30764
30765         * m4/mbswidth.m4: New file.
30766         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
30767
30768 2000-07-15  Jim Meyering  <meyering@lucent.com>
30769
30770         * lib/makepath.c: Include quote.h.
30771         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
30772         corresponding argument in a `quote (...)' call.
30773         Give better diagnostics.
30774
30775         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
30776         (noinst_HEADERS): Add quote.h.
30777
30778         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
30779         from tar's src/misc.c.
30780         * lib/quote.h: New file.  Prototypes for same.
30781
30782 2000-07-14  Paul Eggert  <eggert@twinsun.com>
30783
30784         From a suggestion by Bruno Haible.
30785         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
30786         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
30787         to decide whether to define the BeOS workaround macro;
30788         this adjusts to the change to AC_MBSTATE_T.
30789
30790 2000-07-14  Jim Meyering  <meyering@lucent.com>
30791
30792         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
30793         jm_AC_TYPE_UINTMAX_T.
30794
30795 2000-07-13  Paul Eggert  <eggert@twinsun.com>
30796
30797         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
30798
30799         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
30800         quotearg_buffer_restyled): Add support for
30801         clocale_quoting_style.  Undo previous change to
30802         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
30803         and "{RIGHT QUOTATION MARK}" msgids.
30804
30805 2000-07-10  Paul Eggert  <eggert@twinsun.com>
30806
30807         From a suggestion by Bruno Haible.
30808         * m4/mbstate_t.m4 (AC_MBSTATE_T):
30809         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
30810         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
30811         and mbstate_t, to a single-part test that simply defines mbstate_t.
30812         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
30813         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
30814
30815 2000-07-10  Jim Meyering  <meyering@lucent.com>
30816
30817         * m4/strerror_r.m4: Mirror the correction made in autoconf.
30818
30819         * m4/gnu-source.m4: Output to confdefs.h directly.
30820         Suggestion from Akim Demaille.
30821
30822 2000-07-09  Paul Eggert  <eggert@twinsun.com>
30823
30824         The old behavior of quoting `like this' doesn't look good with
30825         newer, ISO-style fonts.  See:
30826         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
30827
30828         Instead, quote "like this" by default.  Let the translator
30829         tailor the locale-specific quoting behavior by providing
30830         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
30831
30832         * lib/quotearg.c (N_): New macro.
30833         (gettext_default): New function.
30834         (quotearg_buffer_restyled): Use
30835         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
30836         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
30837
30838 2000-07-09  Jim Meyering  <meyering@lucent.com>
30839
30840         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
30841         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
30842
30843         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
30844         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
30845
30846 2000-07-09  Jim Meyering  <meyering@lucent.com>
30847
30848         * lib/Most files: Update copyright dates to include 2000.
30849
30850 2000-07-08  Jim Meyering  <meyering@lucent.com>
30851
30852         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
30853         if not defined.
30854         (xgethostname): Remove now-unnecessary #ifdef.
30855         Move declaration of `err' into loop where it's used.
30856
30857 2000-07-05  Paul Eggert  <eggert@twinsun.com>
30858         and Bruno Haible  <haible@clisp.cons.org>
30859
30860         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
30861         only if the test for an object-type mbstate_t fails.  This
30862         prevents us from mistakenly reporting that mbstate_t is a
30863         system object type after we "#define mbstate_t int" to work
30864         around its lack.
30865
30866 2000-07-05  Paul Eggert  <eggert@twinsun.com>
30867         and Bruno Haible  <haible@clisp.cons.org>
30868
30869         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
30870
30871 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
30872
30873         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
30874         to strerror_r.
30875         Include <ctype.h> for use of isalpha.
30876
30877 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
30878
30879         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
30880         by allocating a larger buffer. Test the gethostname return value for
30881         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
30882         returns an error and ENAMETOOLONG isn't defined.
30883
30884 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
30885
30886         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
30887         dimension.
30888
30889 2000-07-04  Jim Meyering  <meyering@lucent.com>
30890
30891         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
30892         of the deprecated AC_CHECKING.
30893
30894 2000-07-04  Jim Meyering  <meyering@lucent.com>
30895
30896         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
30897         Reported by Bruno Haible.
30898
30899 2000-07-04  Jim Meyering  <meyering@lucent.com>
30900
30901         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
30902         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
30903         lacks mbrtowc.
30904
30905 2000-07-03  Paul Eggert  <eggert@twinsun.com>
30906
30907         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
30908         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
30909
30910 2000-07-03  Paul Eggert  <eggert@twinsun.com>
30911         and Bruno Haible  <haible@clisp.cons.org>
30912
30913         * lib/quotearg.c (mbrtowc):
30914         Assign to *pwc, and return 1 only if result is nonzero.
30915         (iswprint): Use ISPRINT when substituting our own mbrtowc.
30916
30917 2000-07-03  Jim Meyering  <meyering@lucent.com>
30918
30919         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
30920
30921 2000-07-03  Jim Meyering  <meyering@lucent.com>
30922
30923         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
30924         This is necessary to get a definition of e.g., UTMP_FILE on
30925         HP-UX 10.20.
30926         From Bob Proulx.
30927
30928 2000-07-02  Jim Meyering  <meyering@lucent.com>
30929
30930         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
30931
30932         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
30933         AC_LIBOBJ(function_name).
30934         * m4/chown.m4: Likewise.
30935         * m4/fnmatch.m4: Likewise.
30936         * m4/ftruncate.m4: Likewise.
30937         * m4/getgroups.m4: Likewise.
30938         * m4/getline.m4: Likewise.
30939         * m4/group-member.m4: Likewise.
30940         * m4/jm-macros.m4: Likewise.
30941         * m4/lstat.m4: Likewise.
30942         * m4/malloc.m4: Likewise.
30943         * m4/memcmp.m4: Likewise.
30944         * m4/nanosleep.m4: Likewise.
30945         * m4/putenv.m4: Likewise.
30946         * m4/realloc.m4: Likewise.
30947         * m4/regex.m4: Likewise.
30948         * m4/stat.m4: Likewise.
30949         * m4/strftime.m4: Likewise.
30950
30951 2000-07-02  Jim Meyering  <meyering@lucent.com>
30952
30953         * lib/quotearg.c (mbstate_t): Don't define here.
30954
30955 2000-07-02  Jim Meyering  <meyering@lucent.com>
30956
30957         * lib/nanosleep.c (SIGCONT): Define if not already defined.
30958
30959 2000-07-01  Jim Meyering  <meyering@lucent.com>
30960
30961         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
30962
30963 2000-07-01  Jim Meyering  <meyering@lucent.com>
30964
30965         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
30966         problem.
30967
30968 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
30969
30970         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
30971         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
30972
30973 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
30974
30975         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
30976         per change in ../m4/ls-mntd-fs.m4.
30977         (read_filesystem_list): Ignore symbolic links.
30978
30979 2000-06-29  Jim Meyering  <meyering@lucent.com>
30980
30981         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
30982         for declaration of strcmp.
30983
30984         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
30985
30986         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
30987         Avoid warning by casting result to `char *' to remove `const'.
30988
30989 2000-06-28  Jim Meyering  <meyering@lucent.com>
30990
30991         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
30992         included by quotearg.c, for which we perform this test.  From
30993         Bruno Haible.
30994
30995 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
30996
30997         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
30998         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
30999         <utmpx.h> exists, put readutmp.o into LIBOBJS.
31000
31001 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
31002
31003         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
31004
31005 2000-06-26  Paul Eggert  <eggert@twinsun.com>
31006
31007         savedir now sets errno on failure and invokes xmalloc to get memory.
31008         Fix a couple of other minor bugs while we're at it.
31009
31010         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
31011         (NAMLEN): Remove macro.
31012         (malloc, realloc): Remove decls.
31013         (stpcpy): Likewise.
31014         ("xalloc.h"): Include.
31015         (NAME_SIZE_DEFAULT): New macro.
31016         (savedir): Use xmalloc / xrealloc to allocate memory.
31017         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
31018         Skip "" directory entries.
31019         Use strlen to calculate directory entry length, since the old method
31020         is rarely used these days and isn't worth supporting.
31021         Don't use a pointer after freeing it.
31022         Check for integer overflow when calculating allocation size.
31023         Use memcpy to copy entries, instead of stpcpy.
31024         Set errno properly when returning NULL.
31025         Check for readdir error.
31026
31027 2000-06-26  Jim Meyering  <meyering@lucent.com>
31028
31029         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
31030
31031 2000-06-25  Jim Meyering  <meyering@lucent.com>
31032
31033         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
31034         Linux header bug when _XOPEN_SOURCE is defined to 500.
31035
31036 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
31037
31038         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
31039         deficiency.
31040
31041 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
31042
31043         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
31044         Include xalloc.h.
31045         Don't include <stdlib.h>.  Don't declare malloc, realloc.
31046
31047 2000-06-24  Jim Meyering  <meyering@lucent.com>
31048
31049         * m4/strerror_r.m4: Revive this file -- to try out an experimental
31050         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
31051         for which strerror does return char*, but which lacks a conveniently
31052         accessible declaration of the function.  If the compile-test says
31053         strerror_r doesn't work, then resort to a `run'-test that works on
31054         BeOS and segfaults on DEC Unix.
31055
31056 2000-06-24  Jim Meyering  <meyering@lucent.com>
31057
31058         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
31059
31060 2000-06-23  Paul Eggert  <eggert@twinsun.com>
31061
31062         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
31063         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
31064
31065 2000-06-23  Paul Eggert  <eggert@twinsun.com>
31066
31067         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
31068         (mbrtowc, mbstate_t): Define substitutes if
31069         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
31070         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
31071         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
31072
31073 2000-06-23  Jim Meyering  <meyering@lucent.com>
31074
31075         * m4/afs.m4: Add missing AC_MSG_RESULT.
31076         Reported by Bruno Haible.
31077
31078         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
31079         Suggestion from Bruno Haible.
31080
31081 2000-06-23  Jim Meyering  <meyering@lucent.com>
31082
31083         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
31084
31085 2000-06-21  Jim Meyering  <meyering@lucent.com>
31086
31087         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
31088
31089 2000-06-21  Jim Meyering  <meyering@lucent.com>
31090
31091         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
31092         (noinst_HEADERS): Add getstr.h.
31093
31094         * lib/getline.c (getstr): Move into a separate file.
31095         * lib/getstr.c (getstr): New file, extracted from getline.c, with
31096         the following changes: new parameter, delim2; both delim[12]
31097         parameters have type `int', not `char'.  The latter would lose
31098         with 8-bit delimiters.
31099         * lib/getstr.h: New file.
31100
31101 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
31102
31103         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
31104         than 1024, return a memory chunk of least possible size, instead
31105         of size PATH_MAX + 2. In the loop, increment the size proportionally.
31106         Use free/xmalloc instead of xrealloc to avoid copying for very long
31107         paths.
31108
31109 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
31110
31111         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
31112         the empty string.
31113
31114 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
31115
31116         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
31117         address, not strdup.  Include <stdlib.h> and don't declare free().
31118
31119 2000-06-19  Jim Meyering  <meyering@lucent.com>
31120
31121         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
31122
31123 2000-06-18  Jim Meyering  <meyering@lucent.com>
31124
31125         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
31126
31127         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
31128         `checking whether...' message to be consistent with that of the
31129         lstat test.
31130
31131 2000-06-18  Jim Meyering  <meyering@lucent.com>
31132
31133         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
31134         Besides, these days every porting target provides a mkdir function.
31135
31136         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
31137         needed. (this snippet comes from src/system.h).
31138
31139 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
31140
31141         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
31142
31143 2000-06-15  Paul Eggert  <eggert@twinsun.com>
31144
31145         * lib/human.c (adjust_value): New function.
31146         (human_readable_inexact): Apply rounding style even when
31147         printing approximate values.
31148
31149 2000-06-14  Paul Eggert  <eggert@twinsun.com>
31150
31151         * lib/human.c (human_readable_inexact): Allow an input block
31152         size that is not a multiple of the output block size, and vice versa.
31153         Reported by Piergiorgio Sartor.
31154
31155 2000-06-14  Paul Eggert  <eggert@twinsun.com>
31156
31157         * lib/getdate.y (get_date): Apply relative times after time
31158         zone indicator, not before.  Reported by Todd A. Jacobs.
31159
31160 2000-06-13  Jim Meyering  <meyering@lucent.com>
31161
31162         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
31163
31164         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
31165
31166 2000-06-12  Paul Eggert  <eggert@twinsun.com>
31167
31168         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
31169
31170 2000-06-12  Jim Meyering  <meyering@lucent.com>
31171
31172         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
31173         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
31174         optional argument.
31175         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
31176         the optional argument, `lib'.
31177
31178 2000-06-08  Jim Meyering  <meyering@lucent.com>
31179
31180         * m4/largefile.m4: Remove file (now that it's part of autoconf).
31181
31182 2000-06-04  Paul Eggert  <eggert@twinsun.com>
31183
31184         Rewrite largefile configuration so that we don't need to run
31185         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
31186         AC_CANONICAL_HOST in configure.in -- jmm]
31187
31188         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
31189         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
31190         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
31191         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
31192         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
31193         All uses changed.
31194         Instead of inspecting the output of getconf, try to compile the
31195         test program without and with the macro definition.
31196         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
31197         for getconf.  Instead, check for the needed flags by compiling
31198         test programs.
31199
31200 2000-06-04  Paul Eggert  <eggert@twinsun.com>
31201
31202         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
31203
31204 2000-06-04  Jim Meyering  <meyering@lucent.com>
31205
31206         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
31207         SunOS 4.1.4 for which gid_t is an unsigned type.
31208
31209 2000-06-03  Jim Meyering  <meyering@lucent.com>
31210
31211         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
31212         now that autoconf requires that.
31213
31214         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
31215         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
31216         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
31217
31218 2000-06-03  Jim Meyering  <meyering@lucent.com>
31219
31220         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
31221
31222 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
31223
31224         * m4/glibc21.m4: New file.
31225         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
31226
31227 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
31228
31229         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
31230         newer, don't install charset.alias.
31231         * lib/config.charset: Change the Linux/glibc rules so they become empty
31232         on glibc-2.1 or newer.
31233
31234 2000-06-02  Jim Meyering  <meyering@lucent.com>
31235
31236         * lib/mountlist.c: Back out last change.  Instead, do this...
31237         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
31238         me_dummy member using the same `ignore'-testing code.
31239         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
31240         fs_type strings.
31241         From Mark D. Roth.
31242
31243 2000-05-29  Jim Meyering  <meyering@lucent.com>
31244
31245         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
31246         mounts with the `ignore' attribute.  Based on a patch from
31247         Mark D. Roth.
31248
31249 2000-05-28  Jim Meyering  <meyering@lucent.com>
31250
31251         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
31252         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
31253         * m4/stat.m4: Likewise.
31254         * m4/lstat.m4: Likewise.
31255         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
31256
31257         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
31258         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
31259
31260 2000-05-26  Jim Meyering  <meyering@lucent.com>
31261
31262         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
31263
31264 2000-05-24  Jim Meyering  <meyering@lucent.com>
31265
31266         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
31267         autoconf requires that.
31268         * m4/lib-check.m4: Likewise.
31269         * m4/jm-macros.m4: Likewise.
31270         * m4/strftime.m4: Likewise.
31271
31272         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
31273         AC_CHECK_DECLS, now that autoconf requires that.
31274
31275 2000-05-22  Jim Meyering  <meyering@lucent.com>
31276
31277         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
31278         * m4/lstat.m4: Likewise.
31279
31280 2000-05-22  Jim Meyering  <meyering@lucent.com>
31281
31282         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
31283
31284 2000-05-20  Jim Meyering  <meyering@lucent.com>
31285
31286         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
31287         (jm_PREREQ): Use it.
31288
31289 2000-05-18  Jim Meyering  <meyering@lucent.com>
31290
31291         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
31292         back, too, since it may have been modified by allocate_entry.
31293         (hash_delete): Rewrite to use neither the assignment operator
31294         nor the comma operator in an if-expression.
31295
31296 2000-05-15  Paul Eggert  <eggert@twinsun.com>
31297
31298         * lib/closeout.c:
31299         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
31300         Remove; no longer needed.
31301         "quotearg.h": Add include.
31302         (file_name): Do not bother to explicitly initialize to NULL; it's less
31303         efficient on some hosts.
31304         (close_stdout_status): Remove test as to whether stdout was already
31305         closed; it breaks for the case "echo x | sort >&-".
31306         Quote file name colons.
31307         Do not assume that _("write error") lacks format strings.
31308
31309 2000-05-15  Jim Meyering  <meyering@lucent.com>
31310
31311         * lib/version-etc.c (version_etc_copyright): Update the copyright
31312         string used in all --version output.
31313
31314 2000-05-14  Jim Meyering  <meyering@lucent.com>
31315
31316         * lib/closeout.c (close_stdout_set_file_name): New function.
31317         (close_stdout_status): Use new file-scoped global.
31318         Return right away if fstat says the stdout file descriptor is invalid.
31319         * lib/closeout.h (close_stdout_set_file_name): Declare.
31320
31321 2000-05-10  Jim Meyering  <meyering@lucent.com>
31322
31323         * lib/closeout.c [default_exit_status]: New file-scoped variable.
31324         (close_stdout_set_status): New function.
31325         * lib/closeout.h (close_stdout_set_status): Declare.
31326
31327 2000-05-09  Jim Meyering  <meyering@lucent.com>
31328
31329         * m4/gettext.m4: Rename this...
31330         * m4/libintl.m4: ...to this.
31331
31332 2000-05-08  Jim Meyering  <meyering@lucent.com>
31333
31334         * lib/long-options.c: Don't include closeout.h.
31335         (parse_long_options): Don't call close_stdout for --version.
31336
31337 2000-05-06  Paul Eggert  <eggert@twinsun.com>
31338
31339         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
31340         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
31341         2.1.3 bug.  This avoids a clash when files like regex.c define
31342         _GNU_SOURCE.
31343
31344 2000-05-06  Jim Meyering  <meyering@lucent.com>
31345
31346         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
31347         (AC_REPLACE_FUNCS): Add strnlen.
31348
31349         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
31350         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
31351
31352         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
31353         AC_SEARCH_LIBS call for nanosleep.
31354         (LIB_NANOSLEEP): Set and AC_SUBST.
31355
31356 2000-05-06  Jim Meyering  <meyering@lucent.com>
31357
31358         * lib/strnlen.c: Undefine __strnlen and strnlen.
31359         [!weak_alias]: Define __strnlen to strnlen.
31360
31361         * lib/atexit.c: New file, from libiberty.
31362
31363 2000-05-06  Jim Meyering  <meyering@lucent.com>
31364
31365         * lib/closeout.c (close_stdout_status): Also check for errors on the
31366         stderr stream.
31367
31368 2000-05-05  Jim Meyering  <meyering@lucent.com>
31369
31370         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
31371         AC_SEARCH_LIBS call for clock_gettime.
31372         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
31373
31374         * m4/search-libs.m4: Update from autoconf.
31375
31376         su doesn't work on Solaris 2.6.
31377         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
31378         <shadow.h>.  Reported by Dragos Harabor.
31379
31380 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
31381
31382         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
31383         memcpy instead of xmalloc, xrealloc, path_concat.
31384         (locale_charset): Treat empty environment variables as absent.
31385         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
31386
31387 2000-05-04  Jim Meyering  <meyering@lucent.com>
31388
31389         * lib/getopt.c: Update from glibc.
31390         * lib/obstack.c: Likewise.
31391         * lib/obstack.h: Likewise.
31392         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
31393         file
31394
31395         * lib/regex.h: Likewise.
31396         * lib/strndup.c: Likewise.
31397         * lib/strnlen.c: New file, from glibc.
31398
31399 2000-05-03  Jim Meyering  <meyering@lucent.com>
31400
31401         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
31402
31403 2000-05-02  Paul Eggert  <eggert@twinsun.com>
31404
31405         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
31406         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
31407         compile-time test, rather than inspecting host and OS, to
31408         decide whether to define _LARGEFILE_SOURCE.
31409
31410 2000-05-01  Jim Meyering  <meyering@lucent.com>
31411
31412         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
31413
31414         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
31415         Based on a patch from Bruno Haible.
31416
31417 2000-05-01  Jim Meyering  <meyering@lucent.com>
31418
31419         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
31420
31421 2000-04-29  Jim Meyering  <meyering@lucent.com>
31422
31423         * lib/path-concat.c: Declare strdup only if it's not defined.
31424         * lib/canon-host.c: Likewise.
31425
31426 2000-04-28  Jim Meyering  <meyering@lucent.com>
31427
31428         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
31429         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
31430         is included first, then limits.h is included by locale.h by libintl.h.
31431         From John David Anglin.
31432
31433 2000-04-25  Jim Meyering  <meyering@lucent.com>
31434
31435         * lib/makepath.c (S_IRWXUGO): Define.
31436         (make_path): Always perform explicit chmod if MODE specifies any
31437         of the `special' permission bits.  Prompted by a bug report against
31438         install from Mate Wierdl and Joost van Baal.
31439
31440 2000-04-18  Jim Meyering  <meyering@lucent.com>
31441
31442         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
31443         (jm_PREREQ): Use it.
31444
31445 2000-04-18  Jim Meyering  <meyering@lucent.com>
31446
31447         * lib/README: New file.
31448
31449         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
31450         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
31451
31452 2000-04-17  Jim Meyering  <meyering@lucent.com>
31453
31454         Get it right :-)
31455         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
31456         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
31457         Suggestion from Akim Demaille.
31458
31459 2000-04-17  Jim Meyering  <meyering@lucent.com>
31460
31461         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
31462         the definition of it to rpl_strftime also defined-away the system's
31463         declaration.
31464
31465 2000-04-15  Jim Meyering  <meyering@lucent.com>
31466
31467         Use `C' to denote so-called `contiguous' files, the same way
31468         that tar does.
31469         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
31470         (ftypelet): Use S_ISCTG.
31471         From Michael Deutschmann.
31472
31473 2000-04-14  Jim Meyering  <meyering@lucent.com>
31474
31475         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
31476         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
31477         clobbered.
31478
31479 2000-04-14  Jim Meyering  <meyering@lucent.com>
31480
31481         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
31482
31483 2000-04-13  Jim Meyering  <meyering@lucent.com>
31484
31485         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
31486         AH_VERBATIM to insert required #ifndef into config.h.in.
31487         Suggestion from Akim Demaille.
31488
31489 2000-04-12  Jim Meyering  <meyering@lucent.com>
31490
31491         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
31492         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
31493         Christian Krackowizer.
31494
31495         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
31496         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
31497         (AC_SYS_LARGEFILE): Require.
31498         (AM_C_PROTOTYPES): Require.
31499
31500 2000-04-08  Jim Meyering  <meyering@lucent.com>
31501
31502         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
31503         names don't conflict.  Reported by Eli Zaretskii.
31504
31505 2000-04-07  Jim Meyering  <meyering@lucent.com>
31506
31507         * lib/putenv.c: Move inclusion of errno.h so it follows that of
31508         sys/types.h, to work around system header problems on AIX 3.2.5.
31509         From Bruno Haible.
31510
31511 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
31512
31513         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
31514         bug.  Deal with the different error behavior of Irix iconv.
31515
31516 2000-04-05  Paul Eggert  <eggert@twinsun.com>
31517
31518         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
31519         IRIX if the installer said otherwise.
31520
31521 2000-04-05  Jim Meyering  <meyering@lucent.com>
31522
31523         Portability tweaks required for ultrix4.3.
31524         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
31525         (jm_CHECK_DECLS): Add getutent to the list of functions.
31526         (_jm_DECL_HEADERS): Add utmpx.h.
31527         From John David Anglin.
31528
31529         * m4/strftime.m4: Back out the 2000-04-02 change.
31530         Instead of that change, simply undefine putenv in the test program.
31531
31532 2000-04-05  Jim Meyering  <meyering@lucent.com>
31533
31534         Portability tweaks required for ultrix4.3.
31535         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
31536         getutent.
31537         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
31538         * lib/canon-host.c: Declare strdup.
31539         * lib/path-concat.c: Likewise.
31540         From John David Anglin.
31541
31542 2000-04-04  Jim Meyering  <meyering@lucent.com>
31543
31544         Be more DOS 8.3-friendly.
31545         * lib/ref-add.sin: Renamed from ref-add.sed.in.
31546         * lib/ref-del.sin: Renamed from ref-del.sed.in.
31547         * lib/Makefile.am: Reflect renaming.
31548         Reported by Eli Zaretskii.
31549
31550         Use a temporary file name that won't clash with `charset.alias'
31551         in the DOS 8.3 name space.
31552         * lib/Makefile.am (charset_tmp): Define.
31553         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
31554         (uninstall-local): Likewise.
31555         Reported by Eli Zaretskii.
31556
31557 2000-04-03  Jim Meyering  <meyering@lucent.com>
31558
31559         * m4/gettext.m4: Fix typo in comment.
31560
31561         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
31562         textutils/configure.in).  Suggestion from Paul Eggert.
31563         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
31564
31565 2000-04-02  Paul Eggert  <eggert@twinsun.com>
31566
31567         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
31568         variable in the shell rather than using putenv, which isn't
31569         portable.  This avoids the configure-time inter-test dependency
31570         on the potentially-renamed putenv function.
31571
31572 2000-03-30  Paul Eggert  <eggert@twinsun.com>
31573
31574         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
31575         before checking struct stat.st_blksize, so that
31576         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
31577
31578 2000-03-29  Paul Eggert  <eggert@twinsun.com>
31579
31580         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
31581         since strftime.c uses HAVE_STRFTIME to decide whether to use
31582         the underlying strftime.
31583
31584 2000-03-29  Paul Eggert  <eggert@twinsun.com>
31585
31586         * lib/time/strftime.c (my_strftime): Make sure we call the system
31587         strftime, not ourselves, when invoking the underlying strftime.
31588
31589 2000-03-24  Jim Meyering  <meyering@lucent.com>
31590
31591         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
31592         (charset_alias): Define.
31593         (install-exec-local): Factor out common code.
31594         (uninstall-local): Split lines longer than 80.
31595         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
31596         (SUFFIXES): Define.
31597         (.sed.in.sed): New rule.  Don't redirect directly to $@.
31598         (CLEANFILES): Add ref-add.sed and ref-del.sed.
31599
31600 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
31601
31602         * lib/config.charset: Output a line containing "Packages using this
31603         file".
31604         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
31605         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
31606         ref-del.sed): New rules.
31607
31608 2000-03-17  Jim Meyering  <meyering@lucent.com>
31609
31610         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
31611         Otherwise, include <strings.h>
31612
31613 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
31614
31615         * lib/unicodeio.c (utf8_wctomb): New function.
31616         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
31617         format instead of in UCS-4 with platform dependent endianness.
31618
31619 2000-03-10  Jim Meyering  <meyering@lucent.com>
31620
31621         * m4/lib-check.m4: Look for getspnam in -lgen, too.
31622         From Marco Franzen.
31623
31624 2000-03-07  Paul Eggert  <eggert@twinsun.com>
31625
31626         * lib/savedir.c (savedir): Work even if directory size is
31627         negative; this can happen with some screwy NFS configurations.
31628
31629 2000-03-06  Jim Meyering  <meyering@lucent.com>
31630
31631         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
31632         if it's NULL (because we ran out of memory).  From Bruno Haible.
31633
31634 2000-03-05  Jim Meyering  <meyering@lucent.com>
31635
31636         * lib/localcharset.c ("path-concat.h"): Include.
31637         (get_charset_aliases): Use path_concat instead of ANSI string
31638         concatenation.
31639
31640         * lib/unicodeio.h (PARAMS): Define.
31641         Use it to guard prototype.
31642
31643 2000-03-04  Jim Meyering  <meyering@lucent.com>
31644
31645         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
31646         for lib/localcharset.c.
31647
31648 2000-03-04  Jim Meyering  <meyering@lucent.com>
31649
31650         * lib/Makefile.am (install-exec-local): Create $(libdir) before
31651         installing into it.
31652         (uninstall-local): Uncomment this rule so `make distcheck' works
31653         once again.
31654
31655         * lib/unicodeio.c (<errno.h>): Include it.
31656         (errno): Declare if not defined.
31657
31658         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
31659
31660         * lib/config.charset: New version, incorporating remarks from a linux
31661         i18n mailing list.  From Bruno Haible.
31662
31663 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
31664
31665         * m4/codeset.m4: New file.
31666         * m4/iconv.m4: New file.
31667         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
31668
31669 2000-03-03  Jim Meyering  <meyering@lucent.com>
31670
31671         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
31672
31673 2000-03-02  Jim Meyering  <meyering@lucent.com>
31674
31675         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
31676         the messages come out on separate lines.
31677
31678         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
31679         rather than jm_CHECK_DECLARATIONS.
31680         * m4/decl.m4: Remove now-unused file.
31681
31682         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
31683         geteuid.
31684
31685 2000-03-02  Jim Meyering  <meyering@lucent.com>
31686
31687         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
31688
31689 2000-03-01  Jim Meyering  <meyering@lucent.com>
31690
31691         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
31692         * lib/unicodeio.c: Likewise.
31693
31694 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
31695
31696         * lib/config.charset: New file.
31697         * lib/localcharset.c: New file.
31698         * lib/unicodeio.h, lib/unicodeio.c: New files.
31699         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
31700         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
31701         (noinst_HEADERS): Add unicodeio.h.
31702         (all-local, install-exec-local, charset.alias): New targets.
31703
31704 2000-02-28  Paul Eggert  <eggert@twinsun.com>
31705
31706         * lib/quotearg.c (ALERT_CHAR): New macro.
31707         (quotearg_buffer_restyled): Use it.
31708
31709 2000-02-27  Jim Meyering  <meyering@lucent.com>
31710
31711         * m4/check-decl.m4: Add getenv to the list.
31712
31713 2000-02-27  Jim Meyering  <meyering@lucent.com>
31714
31715         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
31716         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
31717
31718         * lib/backupfile.c: Guard inclusion of stdlib.h with
31719         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
31720         Declare malloc if needed.
31721
31722         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
31723         `#ifndef HAVE_DECL..'
31724         now that autoconf always defines the HAVE_DECL_ symbols.
31725         * lib/human.c: Likewise.
31726         * lib/same.c: Likewise.
31727         * lib/strtoumax.c: Likewise.
31728
31729         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
31730         declaration check was not run.
31731         * lib/hash.c: Likewise.
31732         * lib/human.c: Likewise.
31733         * lib/same.c: Likewise.
31734         * lib/strtoumax.c: Likewise.
31735
31736         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
31737         `.', then first look up the entire `.'-containing string as a login
31738         name.
31739
31740 2000-02-23  Jim Meyering  <meyering@lucent.com>
31741
31742         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
31743         in place of my hack.
31744
31745 2000-02-18  Paul Eggert  <eggert@twinsun.com>
31746
31747         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
31748         (textint): New typedef.
31749         (parser_control): Member year changed from int to textint.
31750         All uses changed.
31751         (YYSTYPE): Removed; replaced by %union with int and textint members.
31752         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
31753         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
31754         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
31755         (tSNUMBER, tUNUMBER): Now of type <textintval>.
31756         (date, number, to_year): Use width of number in digits, not its value,
31757         to determine whether it's a 2-digit year, or a 2-digit time.
31758         (yylex): Store number of digits of numeric tokens.
31759         Reported by John Kendall.
31760
31761         (parser_control): Changed from struct parser_control to typedef (for
31762         consistency).  All uses changed.
31763
31764         (tID): Removed; not used.
31765         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
31766
31767 2000-02-14  Paul Eggert  <eggert@twinsun.com>
31768
31769         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
31770         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
31771
31772 2000-02-12  Jim Meyering  <meyering@lucent.com>
31773
31774         * lib/userspec.c (ISDIGIT): Define it.
31775         (isdigit): Remove definition.
31776         (is_number): Use ISDIGIT, not isdigit.
31777         <libintl.h>: Include.
31778         (_ and N_): Define.
31779         (parse_user_spec): Mark translatable strings.
31780
31781 2000-02-10  Jim Meyering  <meyering@lucent.com>
31782
31783         With these changes, nanosleep.[ch] are finally enough like the other
31784         lib/* replacement files to compile on a few more losing systems.
31785
31786         * lib/nanosleep.h: Don't include config.h.
31787         Remove prototype from declaration of nanosleep.
31788         (PARAMS): Remove now-unneeded definition.
31789         * lib/nanosleep.c: #undef nanosleep.
31790         (rpl_nanosleep): Rename from nanosleep.
31791
31792 2000-02-10  Jim Meyering  <meyering@lucent.com>
31793
31794         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
31795         gnu_nanosleep to rpl_nanosleep.
31796
31797 2000-02-09  Jim Meyering  <meyering@lucent.com>
31798
31799         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
31800         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
31801
31802 2000-02-08  Akim Demaille  <akim@epita.fr>
31803
31804         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
31805         `[' and `]' and remove uses of `changequote'.
31806         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
31807         (AC_SYS_LARGEFILE): Likewise.
31808         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
31809         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
31810         of changequote.
31811         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
31812         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
31813         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
31814         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
31815
31816 2000-02-05  Jim Meyering  <meyering@lucent.com>
31817
31818         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
31819         Remove explicit use of AC_HEADER_TIME.  It is required by
31820         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
31821         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
31822         in autoconf whereby the expansion of the latter ended up preceding
31823         the expansion of its prerequisite, AC_HEADER_TIME.
31824         Reported by Volker Borchert.
31825
31826 2000-02-03  Jim Meyering  <meyering@lucent.com>
31827
31828         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
31829
31830 2000-02-03  Jim Meyering  <meyering@lucent.com>
31831
31832         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
31833         rather than with `#if HAVE_UTMPNAME'.
31834
31835 2000-02-02  Jim Meyering  <meyering@lucent.com>
31836
31837         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
31838         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
31839         Reported by Eli Zaretskii.
31840
31841 2000-02-01  Jim Meyering  <meyering@lucent.com>
31842
31843         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
31844
31845 2000-01-31  Jim Meyering  <meyering@lucent.com>
31846
31847         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
31848         functions.  Add the time.h and sys/time.h headers along with the
31849         AC_REQUIRE'ment of AC_HEADER_TIME.
31850
31851 2000-01-31  Jim Meyering  <meyering@lucent.com>
31852
31853         * lib/nanosleep.h (nanosleep): Guard declaration with
31854         `#if ! HAVE_DECL_NANOSLEEP'.
31855         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
31856         the declaration in that vendor's sys/timers.h.
31857         Reported by Christian Krackowizer.
31858
31859         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
31860         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
31861         (ISPRINT): Likewise.
31862         Reported by Tom Tromey.
31863
31864 2000-01-30  Jim Meyering  <meyering@lucent.com>
31865
31866         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
31867
31868         * m4/prereq.m4 (utmp_includes): Define.
31869         Check for ut_user and ut_name members in both struct utmpx
31870         and struct utmp.
31871
31872 2000-01-30  Jim Meyering  <meyering@lucent.com>
31873
31874         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
31875         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
31876         header files where only utmpx.ut_user is declared.
31877
31878         * lib/readutmp.h (UT_USER): Define.
31879
31880 2000-01-29  Jim Meyering  <meyering@lucent.com>
31881
31882         * m4/lib-check.m4: New file containing library-related checks from
31883         fileutils and sh-utils (textutils had none).
31884
31885 2000-01-28  Jim Meyering  <meyering@lucent.com>
31886
31887         * m4/perl.m4: Change format of warning message to look more like that
31888         from the missing script.  Suggestion from François Pinard.
31889
31890 2000-01-25  Jim Meyering  <meyering@lucent.com>
31891
31892         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
31893         well as time.h in the compile check.
31894         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
31895         Fix typo in cross-compiling case: s/yes/no/.
31896
31897 2000-01-23  Jim Meyering  <meyering@lucent.com>
31898
31899         * m4/jm-macros.m4: Move df-related tests here from
31900         fileutils/configure.in
31901
31902         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
31903         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
31904
31905         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
31906         s/space/ac_fsusage_space/.
31907         (jm_FILE_SYSTEM_USAGE): Take two parameters.
31908
31909         * m4/ftruncate.m4: New file (derived from part of
31910         fileutils/configure.in).
31911         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
31912         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
31913
31914         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
31915         AC_SUBST these here, rather than just in sh-util/configure.in, so
31916         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
31917         all the same.
31918         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
31919         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
31920         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
31921         (AC_SUBST(POW_LIBM)): Likewise.
31922         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
31923
31924 2000-01-23  Jim Meyering  <meyering@lucent.com>
31925
31926         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
31927         obstack.c.
31928
31929 2000-01-22  Jim Meyering  <meyering@lucent.com>
31930
31931         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
31932
31933         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
31934
31935         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
31936         configure.in
31937         (AC_CHECK_HEADERS): Likewise for sh-utils.
31938         (AC_CHECK_HEADERS): Likewise for textutils.
31939         Merge the three lists of headers.
31940
31941         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
31942         from fileutils' configure.in.
31943
31944         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
31945         code. Moved tests into their own function (_jm_DECL_HEADERS) in
31946         check-decl.m4.
31947
31948         * m4/check-decl.m4: Use #if rather than #ifdef.
31949         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
31950         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
31951         (_jm_DECL_HEADERS): Define new function.
31952         (jm_CHECK_DECLARATIONS): Require it.
31953
31954 2000-01-22  Jim Meyering  <meyering@lucent.com>
31955
31956         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
31957         [! HAVE_DECL_STRTOULL]: Declare strtoull.
31958         Required for some AIX systems.  Reported by Christian Krackowizer.
31959         [TESTING] (main): New function.
31960
31961         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
31962         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
31963         letters.
31964
31965         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
31966         iswprint.
31967
31968         * lib/strverscmp.c (ISDIGIT): Define.
31969         (strverscmp): Use ISDIGIT, not isdigit.
31970
31971 2000-01-19  Jim Meyering  <meyering@lucent.com>
31972
31973         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
31974         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
31975         defines `struct timespec' in <sys/time.h>
31976
31977         * m4/c-bs-a.m4: Remove uses of changequote altogether.
31978         Thanks to Akim for explaining.
31979
31980 2000-01-17  Paul Eggert  <eggert@twinsun.com>
31981
31982         * lib/nanosleep.c (nanosleep):
31983         Don't use SA_INTERRUPT to decide whether to call sigaction, as
31984         POSIX.1 doesn't require SA_INTERRUPT and some systems
31985         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
31986         it's been part of POSIX.1 since day 1 (in 1988).
31987
31988 2000-01-17  Jim Meyering  <meyering@lucent.com>
31989
31990         * lib/interlock: Remove unused file.  Reported by François Pinard.
31991
31992 2000-01-16  Paul Eggert  <eggert@twinsun.com>
31993
31994         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
31995         alert, backslash, formfeed, and vertical tab unnecessarily in
31996         shell quoting style.
31997
31998 2000-01-16  Jim Meyering  <meyering@lucent.com>
31999
32000         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
32001         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
32002         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
32003         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
32004
32005 2000-01-16  Jim Meyering  <meyering@lucent.com>
32006
32007         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
32008         because the latter didn't work.
32009
32010 2000-01-15  Jim Meyering  <meyering@lucent.com>
32011
32012         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
32013         (AC_REPLACE_FUNCS): Add memcpy and memset.
32014         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
32015         Add strpbrk.
32016         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
32017
32018 2000-01-12  Jim Meyering  <meyering@lucent.com>
32019
32020         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
32021         (jm_PREREQ): Use it.
32022         (jm_PREREQ_READUTMP): New macro.
32023         (jm_PREREQ): Use it.
32024
32025 2000-01-11  Paul Eggert  <eggert@twinsun.com>
32026
32027         Quote multibyte characters correctly.
32028         * m4/c-bs-a.m4: New file.
32029         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
32030         (jm_PREREQ): Use it.
32031
32032 2000-01-11  Paul Eggert  <eggert@twinsun.com>
32033
32034         * m4/uintmax_t.m4: Port to autoconf 2.13.
32035
32036 2000-01-08  Jim Meyering  <meyering@ascend.com>
32037
32038         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
32039         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
32040
32041 2000-01-04  Jim Meyering  <meyering@ascend.com>
32042
32043         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
32044         jm_STRUCT_DIRENT_D_TYPE.
32045         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
32046         jm_STRUCT_DIRENT_D_INO.
32047         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
32048         jm_STRUCT_UTIMBUF.
32049         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
32050         renamings.
32051         * m4/utime.m4: Likewise.
32052
32053         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
32054         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
32055
32056 2000-01-03  Paul Eggert  <eggert@twinsun.com>
32057
32058         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
32059         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
32060
32061 2000-01-02  Jim Meyering  <meyering@ascend.com>
32062
32063         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
32064         remember if this is necessary.
32065
32066 1999-12-26  Jim Meyering  <meyering@ascend.com>
32067
32068         * m4/jm-macros.m4: Use it here.
32069         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
32070
32071 1999-12-23  Jim Meyering  <meyering@ascend.com>
32072
32073         * m4/jm-macros.m4: Check for clock_gettime (moved from
32074         fileutils/configure.in)
32075         Check for gettimeofday.
32076
32077 1999-12-20  Jim Meyering  <meyering@ascend.com>
32078
32079         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
32080         autoconf-2.14a-1999-12-20.
32081
32082 1999-12-19  Jim Meyering  <meyering@ascend.com>
32083
32084         * m4/lstat-slash.m4: New file.
32085         * m4/jm-macros.m4: Use the new macro:
32086         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
32087
32088 1999-12-07  Jim Meyering  <meyering@ascend.com>
32089
32090         * m4/perl.m4: Require that File::Compare be available, too.
32091         Too many systems seem to lack it.
32092
32093         * m4/strftime.m4: Add checks for most of the cpp macros tested in
32094         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
32095
32096 1999-11-18  Paul Eggert  <eggert@twinsun.com>
32097
32098         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
32099         problem with the QNX 4.25 shell, which doesn't propagate exit
32100         status of failed commands inside shell assignments.
32101
32102 1999-11-17  Jim Meyering  <meyering@ascend.com>
32103
32104         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
32105
32106 1999-11-07  Jim Meyering  <meyering@ascend.com>
32107
32108         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
32109
32110 1999-11-06  Jim Meyering  <meyering@ascend.com>
32111
32112         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
32113         * m4/jm-macros.m4 (jm_MACROS): Use it here.
32114
32115 1999-11-05  Jim Meyering  <meyering@ascend.com>
32116
32117         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
32118         configure.in of textutils, fileutils, and sh-utils into this one
32119         (shared between those packages) file.
32120         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
32121         AC_STRUCT_ST_BLKSIZE.
32122
32123 1999-11-03  Jim Meyering  <meyering@ascend.com>
32124
32125         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
32126         of AC_CHECK_TYPE checks includes unistd.h.
32127         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
32128         Suggestion from Akim Demaille.
32129
32130 1999-10-30  Jim Meyering  <meyering@ascend.com>
32131
32132         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
32133         m4-quoted string.
32134         * m4/ls-mntd-fs.m4: Likewise.
32135         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
32136         * m4/jm-winsz1.m4: Likewise.
32137
32138         * m4/const.m4: Remove file, since the fix made it into the experimental
32139         version of autoconf.
32140         * m4/mktime.m4: Likewise.
32141
32142         * m4/check-type.m4: Remove file, now that the latest version of
32143         AC_CHECK_TYPE takes a third arg to specify additional #includes.
32144
32145         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
32146         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
32147         AC_CHECK_TYPE.
32148
32149 1999-10-04  Jim Meyering  <meyering@ascend.com>
32150
32151         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
32152
32153 1999-09-22  Paul Eggert  <eggert@twinsun.com>
32154
32155         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
32156         2.95.1 bug with HP-UX 10.20.
32157
32158 1999-09-17  Jim Meyering  <meyering@ascend.com>
32159
32160         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
32161         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
32162         due to missing strdup (against sh-utils-2.0).
32163
32164 1999-08-29  Jim Meyering  <meyering@ascend.com>
32165
32166         * m4/jm-macros.m4: Require jm_BISON.
32167         * m4/bison.m4: New file.
32168
32169 1999-08-17  Paul Eggert  <eggert@twinsun.com>
32170
32171         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
32172         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
32173
32174 1999-08-05  Jim Meyering  <meyering@ascend.com>
32175
32176         * m4/getline.m4: Rename test file from conftestdata to conftest.data
32177         to avoid conflicts with `conftest' on 8+3 filesystems.
32178         Suggestion from Eli Zaretskii.
32179
32180 1999-08-04  Jim Meyering  <meyering@ascend.com>
32181
32182         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
32183         fileutils and sh-utils (textutils's getline test was inadequate).
32184         (AM_FUNC_GETLINE): Run this test.
32185         (AC_CHECK_FUNCS): Check for getdelim.
32186         Reported by Bob Proulx.
32187
32188 1999-08-02  Jim Meyering  <meyering@ascend.com>
32189
32190         * m4/jm-macros.m4: Add a comment.
32191
32192 1999-08-01  Paul Eggert  <eggert@twinsun.com>
32193
32194         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
32195         <inttypes.h> defines strtoumax as a macro (and not as a
32196         function).
32197
32198 1999-08-01  Paul Eggert  <eggert@twinsun.com>
32199
32200         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
32201         that we can shift, multiply and divide unsigned long long
32202         values; Ultrix cc can't do it.
32203
32204 1999-08-01  Paul Eggert  <eggert@twinsun.com>
32205
32206         * m4/mktime.m4: New file, which is a preview of what should appear
32207         in the next public autoconf release.
32208
32209 1999-08-01  Paul Eggert  <eggert@twinsun.com>
32210
32211         * m4/lfs.m4: Remove this file.
32212         * m4/largefile.m4: New file.  It contains the old contents of
32213         lfs.m4, except that all names with prefix AC_LFS have been
32214         changed to use the prefix AC_SYS_LARGEFILE instead, to be
32215         compatible with future autoconf versions.  Also, some minor m4
32216         quoting problems have been fixed.
32217
32218 1999-08-01  Paul Eggert  <eggert@twinsun.com>
32219
32220         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
32221         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
32222         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
32223         and simplify the shell code.
32224
32225 1999-08-01  Jim Meyering  <meyering@ascend.com>
32226
32227         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
32228         m4.
32229
32230 1999-07-20  Jim Meyering  <meyering@ascend.com>
32231
32232         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
32233
32234 1999-07-15  Jim Meyering  <meyering@ascend.com>
32235
32236         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
32237
32238 1999-05-22  Jim Meyering  <meyering@ascend.com>
32239
32240         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
32241
32242 1999-05-20  Jim Meyering  <meyering@ascend.com>
32243
32244         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
32245         Add a colon after each `then' in case $4 is empty.
32246
32247 1999-05-16  Jim Meyering  <meyering@ascend.com>
32248
32249         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
32250
32251 1999-05-10  Jim Meyering  <meyering@ascend.com>
32252
32253         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
32254
32255         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
32256         AC_FUNC_MKTIME.
32257
32258 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
32259
32260         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
32261
32262 1999-05-04  Paul Eggert  <eggert@twinsun.com>
32263
32264         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
32265         not CPPFLAGS, so that linking works correctly in IRIX.
32266
32267 1999-04-30  Paul Eggert  <eggert@twinsun.com>
32268
32269         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
32270
32271 1999-04-20  Paul Eggert  <eggert@twinsun.com>
32272
32273         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
32274         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
32275         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
32276         jm_AC_TYPE_UNSIGNED_LONG_LONG.
32277         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
32278
32279         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
32280
32281 1999-04-20  Jim Meyering  <meyering@ascend.com>
32282
32283         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
32284         AC_REPLACE xstroull if necessary.  From Paul Eggert.
32285         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
32286
32287 1999-04-18  Jim Meyering  <meyering@ascend.com>
32288
32289         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
32290         * m4/jm-macros.m4: Use it.
32291
32292 1999-04-06  Jim Meyering  <meyering@ascend.com>
32293
32294         * m4/strftime.m4: Remove test for %f.
32295
32296 1999-03-29  Jim Meyering  <meyering@ascend.com>
32297
32298         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
32299         superset of the AC_TYPE_* checks in the textutils, fileutils,
32300         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
32301         AC_TYPE_PID_T.
32302
32303 1999-03-28  Jim Meyering  <meyering@ascend.com>
32304
32305         * m4/jm-macros.m4: Define GNU_PACKAGE here.
32306         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
32307         replaced e.g., in the *.sh files of the sh-utils.
32308
32309 1999-03-20  Jim Meyering  <meyering@ascend.com>
32310
32311         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
32312         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
32313         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
32314
32315 1999-03-19  Jim Meyering  <meyering@ascend.com>
32316
32317         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
32318
32319 1999-03-12  Jim Meyering  <meyering@ascend.com>
32320
32321         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
32322
32323 1999-03-07  Jim Meyering  <meyering@ascend.com>
32324
32325         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
32326         declared.
32327
32328 1999-02-17  Jim Meyering  <meyering@ascend.com>
32329
32330         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
32331         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
32332
32333 1999-02-07  Jim Meyering  <meyering@ascend.com>
32334
32335         * m4/group-member.m4: New file -- extracted from sh-utils'
32336         configure.in.
32337
32338         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
32339         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
32340
32341 1999-02-06  Jim Meyering  <meyering@ascend.com>
32342
32343         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
32344         * m4/fnmatch.m4: Likewise.
32345         * m4/getgroups.m4: Likewise.
32346         * m4/lstat.m4: Likewise.
32347         * m4/malloc.m4: Likewise.
32348         * m4/putenv.m4: Likewise.
32349         * m4/realloc.m4: Likewise.
32350         * m4/regex.m4: Likewise.
32351         * m4/stat.m4: Likewise.
32352         * m4/strftime.m4: Likewise.
32353         Suggestion from Alain Magloire.
32354
32355         * m4/chown.m4: Use `.$ac_objext', not `.o'.
32356         * m4/fnmatch.m4: Likewise.
32357         * m4/getgroups.m4: Likewise.
32358         * m4/getline.m4: Likewise.
32359         * m4/lstat.m4: Likewise.
32360         * m4/malloc.m4: Likewise.
32361         * m4/memcmp.m4: Likewise.
32362         * m4/putenv.m4: Likewise.
32363         * m4/realloc.m4: Likewise.
32364         * m4/regex.m4: Likewise.
32365         * m4/stat.m4: Likewise.
32366         * m4/strftime.m4: Likewise.
32367         Suggestion from Alain Magloire.
32368
32369         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
32370         an argument.
32371
32372         * m4/regex.m4: Add a run-time Test for proper operation of
32373         re_compile_pattern.
32374
32375 1999-01-31  Jim Meyering  <meyering@ascend.com>
32376
32377         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
32378
32379 1999-01-30  Jim Meyering  <meyering@ascend.com>
32380
32381         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
32382
32383         * m4/jm-mktime.m4: Make this a wrapper around the official
32384         AM_FUNC_MKTIME rather than my private copy, now that the official one
32385         is up to date.
32386         * m4/mktime.m4: Remove file.
32387
32388         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
32389         * m4/uptime.m4: Likewise.
32390         * m4/uintmax_t.m4: Likewise.
32391
32392 1999-01-28  Jim Meyering  <meyering@ascend.com>
32393
32394         * m4/jm-macros.m4: Use jm_AFS.
32395         * m4/afs.m4: New file (from fileutils' configure.in).
32396
32397         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
32398         * m4/chown.m4: Likewise.
32399         * m4/d-ino.m4: Likewise.
32400         * m4/d-type.m4: Likewise.
32401         * m4/fnmatch.m4: Likewise.
32402         * m4/getgroups.m4: Likewise.
32403         * m4/gettext.m4: Likewise.
32404         * m4/jm-mktime.m4: Likewise.
32405         * m4/jm-winsz2.m4: Likewise.
32406         * m4/lcmessage.m4: Likewise.
32407         * m4/ls-mntd-fs.m4: Likewise.
32408         * m4/malloc.m4: Likewise.
32409         * m4/memcmp.m4: Likewise.
32410         * m4/putenv.m4: Likewise.
32411         * m4/realloc.m4: Likewise.
32412         * m4/st_mtim.m4: Likewise.
32413         * m4/strftime.m4: Likewise.
32414
32415 1999-01-16  Jim Meyering  <meyering@ascend.com>
32416
32417         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
32418         (ARGMATCH_DIE_DECL): Define.
32419
32420 1999-01-12  Jim Meyering  <meyering@ascend.com>
32421
32422         * m4/Makefile.am.in: Rewrite to avoid using fmt.
32423         Reported by Lars Hecking.
32424
32425 1999-01-10  Jim Meyering  <meyering@ascend.com>
32426
32427         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
32428         gross kludge.
32429         * m4/inttypes_h.m4: Likewise.
32430         * m4/lstat.m4: Likewise.
32431         * m4/malloc.m4: Likewise.
32432         * m4/readdir.m4: Likewise.
32433         * m4/realloc.m4: Likewise.
32434         * m4/st_dm_mode.m4: Likewise.
32435         * m4/stat.m4: Likewise.
32436         * m4/utimbuf.m4: Likewise.
32437         * m4/utimes.m4: Likewise.
32438
32439         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
32440         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
32441         comments in config.h.in are meaningful.
32442
32443         * m4/jm-macros.m4: Require autoconf-2.13 here.
32444
32445         * m4/regex.m4: By default, don't use the included regex.c on systems
32446         with glibc 2.  Suggestion from Uli Drepper.
32447
32448 1999-01-02  Jim Meyering  <meyering@ascend.com>
32449
32450         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
32451
32452 1998-12-18  Jim Meyering  <meyering@ascend.com>
32453
32454         * m4/Makefile.am.in (Makefile.am): Simplify rule.
32455         Based on a suggestion from Lars Hecking.
32456
32457 1998-11-16  Paul Eggert  <eggert@twinsun.com>
32458
32459         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
32460
32461 1998-11-16  Jim Meyering  <meyering@ascend.com>
32462
32463         * m4/lfs.m4: Double-quote the `uname...` expression.
32464
32465 1998-11-14  Jim Meyering  <meyering@ascend.com>
32466
32467         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
32468         * m4/stat.m4: Likewise.
32469
32470 1998-11-03  Jim Meyering  <meyering@ascend.com>
32471
32472         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
32473         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
32474
32475 1998-10-18  Jim Meyering  <meyering@ascend.com>
32476
32477         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
32478
32479 1998-10-17  Jim Meyering  <meyering@ascend.com>
32480
32481         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
32482         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
32483         calls for those previously hard-coded headers.  Instead, take a new
32484         parameter.
32485         (jm_CHECK_DECLARATIONS): Reflect interface change.
32486         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
32487         (jm_CHECK_DECL_LOCALTIME_R): New macro.
32488
32489         * m4/mktime.m4: Test for spring-forward gap before long-running test.
32490
32491 1998-10-14  Jim Meyering  <meyering@ascend.com>
32492
32493         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
32494         instead of "TZ=America/Vancouver".  From Paul Eggert.
32495
32496 1998-10-11  Jim Meyering  <meyering@ascend.com>
32497
32498         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
32499         This adds a test for a recently added compatibility fix for mktime.c.
32500         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
32501
32502 1998-09-27  Jim Meyering  <meyering@ascend.com>
32503
32504         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
32505
32506         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
32507         ../configure.in, including a change from Gordon Matzigkeit to allow
32508         cross-compiling for the Hurd.
32509
32510         * m4/glibc.m4: New file/macro to test for the GNU C Library
32511         versions 1 and 2.  From Gordon Matzigkeit.
32512         Indent.
32513
32514 1998-09-21  Jim Meyering  <meyering@ascend.com>
32515
32516         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
32517
32518 1998-08-18  Paul Eggert  <eggert@twinsun.com>
32519
32520         Port nanosecond-resolution times to UnixWare 2.1.2 and
32521         pedantic Solaris 2.6.
32522
32523         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
32524         AC_STRUCT_ST_MTIM.
32525         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
32526         Generate name of ns member, instead of just 1 or undef.
32527         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
32528
32529 1998-08-15  Jim Meyering  <meyering@ascend.com>
32530
32531         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
32532         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
32533         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
32534         instead of jm_TYPE_SSIZE_T.
32535
32536 1998-08-12  Jim Meyering  <meyering@ascend.com>
32537
32538         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
32539
32540 1998-08-02  Jim Meyering  <meyering@ascend.com>
32541
32542         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
32543         in acconfig.h manually.
32544
32545 1998-07-31  Paul Eggert  <eggert@twinsun.com>
32546
32547         * m4/st_mtim.m4: New file.
32548
32549 1998-07-28  Jim Meyering  <meyering@ascend.com>
32550
32551         * m4/utimes.m4: Undef stat.
32552
32553 1998-07-25  Jim Meyering  <meyering@ascend.com>
32554
32555         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
32556         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
32557
32558 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
32559
32560         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
32561         uid and gid actually remain unchanged.
32562
32563 1998-07-07  Jim Meyering  <meyering@ascend.com>
32564
32565         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
32566
32567 1998-07-04  Jim Meyering  <meyering@ascend.com>
32568
32569         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
32570         to prove that this macro can be used in packages without regex.c.
32571
32572 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
32573
32574         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
32575         is to be used.
32576
32577 1998-07-03  Jim Meyering  <meyering@ascend.com>
32578
32579         * m4/gettext.m4: Add -lintl if it's found to be necessary.
32580
32581         * m4/gettext.m4: New file -- from gettext-0.10.35.
32582         * m4/lcmessage.m4: Likewise.
32583         * m4/progtest.m4: Likewise.
32584
32585         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
32586         * m4/jm-macros.m4: Require the new macro.
32587
32588 1998-06-29  Jim Meyering  <meyering@ascend.com>
32589
32590         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
32591         for the definition of NGROUPS (used in a system header included
32592         by sys/mount.h).
32593
32594 1998-06-28  Jim Meyering  <meyering@ascend.com>
32595
32596         * m4/ls-mntd-fs.m4: New file.
32597         * m4/fstypename.m4: New file.
32598
32599         * m4/jm-macros.m4: Require the new macro.
32600         * m4/jm-glibc-io.m4: New file.
32601
32602 1998-05-19  Jim Meyering  <meyering@ascend.com>
32603
32604         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
32605         * m4/lchown.m4: New file.
32606
32607         * m4/Makefile.am.in: New file.
32608         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
32609
32610 1998-05-14  Jim Meyering  <meyering@ascend.com>
32611
32612         * m4/Makefile.am (EXTRA_DIST): Add them.
32613         * m4/jm-macros.m4: New file.
32614         * m4/utimbuf.m4: New file.
32615
32616 1998-05-12  Jim Meyering  <meyering@ascend.com>
32617
32618         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
32619
32620 1998-05-11  Jim Meyering  <meyering@ascend.com>
32621
32622         * m4/isc-posix.m4: New file.
32623
32624 1998-05-10  Jim Meyering  <meyering@ascend.com>