Make the buffer large enough, to avoid a buffer overflow.
[gnulib.git] / ChangeLog
1 2007-09-16  Bruno Haible  <bruno@clisp.org>
2
3         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
4         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
5         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
6         Reported by Greg Schafer <gschafer@zip.com.au>.
7
8 2007-09-15  Bruno Haible  <bruno@clisp.org>
9
10         * gnulib-tool (sed): Try a little harder to make bash understand the
11         alias.
12         Reported by Bruce Korb <bruce.korb@gmail.com>.
13
14 2007-09-13  Eric Blake  <ebb9@byu.net>
15
16         * ChangeLog: Remove conflict markers.
17
18 2007-09-13  Simon Josefsson  <simon@josefsson.org>
19
20         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
21         Reported by Bruno Haible <bruno@clisp.org>.
22
23 2007-09-12  Bruno Haible  <bruno@clisp.org>
24
25         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
26         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
27         is not defined.
28
29 2007-09-12  Eric Blake  <ebb9@byu.net>
30
31         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
32         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
33         Autoconf definition.
34         * modules/euidaccess (Depends-on): Add extensions, for
35         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
36         * modules/fnmatch (Depends-on): Likewise.
37         * modules/getaddrinfo (Depends-on): Likewise.
38         * modules/getdelim (Depends-on): Likewise.
39         * modules/getline (Depends-on): Likewise.
40         * modules/getsubopt (Depends-on): Likewise.
41         * modules/gettext (Depends-on): Likewise.
42         * modules/group-member (Depends-on): Likewise.
43         * modules/mbchar (Depends-on): Likewise.
44         * modules/memmem (Depends-on): Likewise.
45         * modules/mempcpy (Depends-on): Likewise.
46         * modules/memrchr (Depends-on): Likewise.
47         * modules/pagealign_alloc (Depends-on): Likewise.
48         * modules/readutmp (Depends-on): Likewise.
49         * modules/stpcpy (Depends-on): Likewise.
50         * modules/stpncpy (Depends-on): Likewise.
51         * modules/strchrnul (Depends-on): Likewise.
52         * modules/strndup (Depends-on): Likewise.
53         * modules/strsep (Depends-on): Likewise.
54         * modules/strverscmp (Depends-on): Likewise.
55         * modules/vasprintf (Depends-on): Likewise.
56         * modules/wcwidth (Depends-on): Likewise.
57         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
58         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
59         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
60         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
61         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
62         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
63         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
64         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
65         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
66         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
67         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
68         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
69         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
70         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
71         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
72         * m4/readutmp.m4 (gl_READUTMP): Likewise.
73         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
74         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
75         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
76         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
77         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
78         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
79         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
80         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
81         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
82         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
83         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
84         so that lock.m4 can be used in gettext without extensions module.
85
86 2007-09-11  Bruno Haible  <bruno@clisp.org>
87
88         * m4/isc-posix.m4: Remove file.
89         Suggested by Eric Blake.
90
91 2007-09-11  Eric Blake  <ebb9@byu.net>
92
93         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
94
95 2007-09-10  Bruno Haible  <bruno@clisp.org>
96
97         * posix-modules: Fix typo in error message.
98         Reported by Matt <mkraai@beckman.com>.
99
100 2007-09-09  Bruno Haible  <bruno@clisp.org>
101
102         * doc/functions/getdelim.texi: Update list of platforms lacking the
103         function.
104         * doc/functions/getline.texi: Likewise.
105
106 2007-09-09  Jim Meyering  <jim@meyering.net>
107
108         * lib/hash.c (hash_initialize): Detect calloc failure.
109         Reported by Bruno Haible.
110
111 2007-09-09  Bruno Haible  <bruno@clisp.org>
112
113         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
114         malloc or realloc fails.
115
116 2007-09-09  Bruno Haible  <bruno@clisp.org>
117
118         * modules/getcwd (Depends-on): Add malloc-posix.
119         * modules/glob (Depends-on): Likewise.
120         * modules/putenv (Depends-on): Likewise.
121         * modules/strdup (Depends-on): Likewise.
122         * modules/getdelim (Depends-on): Add realloc-posix.
123         * modules/read-file (Depends-on): Likewise.
124
125 2007-09-09  Bruno Haible  <bruno@clisp.org>
126
127         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
128         (gl_FUNC_MALLOC_POSIX): Require it.
129         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
130         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
131         * modules/realloc (Files): Add m4/malloc.m4.
132         * modules/calloc (Files): Likewise.
133
134 2007-09-09  Bruno Haible  <bruno@clisp.org>
135
136         * modules/malloc-posix: New file.
137         * modules/malloc (Depends-on): Add malloc-posix.
138         * lib/malloc.c: Include errno.h.
139         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
140         and a POSIX-compatible malloc into a single function. Set ENOMEM
141         when returning NULL.
142         * m4/malloc.m4: New file.
143         * doc/functions/malloc.texi: Mention the malloc-posix module.
144         * lib/stdlib_.h (malloc): New declaration.
145         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
146         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
147         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
148         and HAVE_MALLOC_POSIX.
149
150 2007-09-09  Bruno Haible  <bruno@clisp.org>
151
152         * modules/realloc-posix: New file.
153         * modules/realloc (Depends-on): Add realloc-posix.
154         * lib/realloc.c: Include errno.h.
155         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
156         and a POSIX-compatible realloc into a single function. Set ENOMEM
157         when returning NULL.
158         * m4/realloc.m4: New file.
159         * doc/functions/realloc.texi: Mention the realloc-posix module.
160         * lib/stdlib_.h (realloc): New declaration.
161         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
162         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
163         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
164         and HAVE_REALLOC_POSIX.
165
166 2007-09-09  Bruno Haible  <bruno@clisp.org>
167
168         * modules/calloc-posix: New file.
169         * modules/calloc (Depends-on): Add calloc-posix.
170         * lib/calloc.c: Include errno.h.
171         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
172         and a POSIX-compatible calloc into a single function. Set ENOMEM
173         when returning NULL.
174         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
175         * doc/functions/calloc.texi: Mention the calloc-posix module.
176         * lib/stdlib_.h (calloc): New declaration.
177         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
178         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
179         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
180         and HAVE_CALLOC_POSIX.
181
182 2007-09-09  Bruno Haible  <bruno@clisp.org>
183
184         Allow for modules to show an arbitrary notice.
185         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
186         * gnulib-tool: New option --extract-notice.
187         (func_usage): Document it.
188         (sed_extract_prog): Update.
189         (func_get_notice): New function.
190         (func_modules_notice): New function.
191         (func_import, func_create_testdir): Invoke it.
192         Suggested by Jim Meyering.
193
194 2007-09-09  Bruno Haible  <bruno@clisp.org>
195
196         * gnulib-tool: New options --verbose, --quiet.
197         (func_usage): Document them.
198         (verbose): New variable.
199         (func_execute_command): New function.
200         (func_import): Don't show the module list and the file list if
201         $verbose < 0.
202         (func_create_testdir): Likewise. Use func_execute_command.
203         (func_create_megatestdir): Use func_execute_command.
204
205 2007-09-08  Bruno Haible  <bruno@clisp.org>
206
207         * gnulib-tool (func_import): Prefer rsync over wget when available,
208         for fetching the PO files.
209
210 2007-09-08  Bruno Haible  <bruno@clisp.org>
211
212         * posix-modules: New file. Portions copied from gnulib-tool.
213         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
214
215 2007-09-08  Jim Meyering  <jim@meyering.net>
216
217         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
218         * lib/fpending.h: Rename from __fpending.h.
219         * lib/fpending.c: Rename from __fpending.c.
220         Include "fpending.h", not "__fpending.h".
221         * lib/__fpending.h, lib/__fpending.c: Remove files.
222         * modules/fpending (Files): Reflect new file names.
223         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
224
225 2007-09-08  Bruno Haible  <bruno@clisp.org>
226
227         * m4/inttypes-h.m4: Remove stub file.
228
229 2007-09-07  Simon Josefsson  <simon@josefsson.org>
230
231         * doc/headers/stdint.texi: Discuss #include_next issue.
232
233 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
234
235         * build-aux/bootstrap: Remove obsolete comment about wget --help.
236
237 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
238
239         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
240         in variable name.
241
242 2007-09-03  Jim Meyering  <jim@meyering.net>
243
244         New module: git-version-gen.
245         * modules/git-version-gen: New file.
246
247         Import changes from coreutils for bootstrap script.
248
249         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
250
251         bootstrap: uses rsync to download the .po files
252         * build-aux/bootstrap (po_download_command_format): New global.
253         (download_po_files): Use rsync.
254         (update_po_files): Don't remove .po files after download,
255         so future rsync runs can take advantage of the copies.
256
257         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
258
259         Solve the unnecessary-.po-file-regeneration problem once and for all.
260         * build-aux/bootstrap (download_po_files): New function, renamed from
261         get_translations.  Now, downloads, but doesn't update LINGUAS.
262         (update_po_files): New function.
263
264         bootstrap: Ignore more.
265         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
266         uniwidth to e.g., lib/.gitignore.
267         (slurp): Handle the sys_stat_.h -> sys mapping, too.
268
269         * build-aux/bootstrap: New setting: vc_ignore.
270         (insert_sorted_if_absent): Create $file if absent.
271         Adapt to new, possibly empty, list: $vc_ignore.
272
273         bootstrap: generate more ignorable names
274         * build-aux/bootstrap (slurp): When generating ignorable names,
275         also map .sin to .sed, .gperf to .c, and .y to .c.
276
277 2007-09-03  Jim Meyering  <jim@meyering.net>
278
279         * build-aux/git-version-gen: New file, from coreutils.  For details, see
280         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
281
282 2007-09-02  Bruno Haible  <bruno@clisp.org>
283
284         Fix mis-recognition of 'mcs' on QNX 6.
285         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
286         output contains the string "Mono".
287         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
288         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
289
290 2007-09-01  Bruno Haible  <bruno@clisp.org>
291
292         Fix collision between uniwidth/* and linebreak modules.
293         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
294         u32_width): Remove declarations.
295         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
296         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
297         streq3, streq2, streq1, streq0): Remove functions.
298         (STREQ): Remove macro.
299         (is_cjk_encoding): Remove function.
300         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
301         (uc_width, u8_width, u16_width, u32_width): Remove functions.
302         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
303         * NEWS: Document the change.
304
305 2007-09-01  Bruno Haible  <bruno@clisp.org>
306
307         * lib/streq.h: Add double-inclusion guard.
308
309 2007-09-01  Karl Berry  <karl@gnu.org>
310
311         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
312
313 2007-08-28  Jim Meyering  <jim@meyering.net>
314
315         Rename mreadlink_with_size to areadlink_with_size.
316         * NEWS: Document the change.
317         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
318         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
319         * lib/mreadlink.h: Rename this to...
320         * lib/areadlink.h: ...this.
321         * modules/mreadlink-with-size: Rename this to...
322         * modules/areadlink-with-size: ...this.
323         * lib/canonicalize.c: Reflect the renaming.
324         * modules/canonicalize: Likewise.
325
326 2007-08-26  Bruno Haible  <bruno@clisp.org>
327
328         * gnulib-tool (func_import): When deciding which files to remove,
329         consider also dangling symbolic links.
330         Reported by Eric Blake.
331
332 2007-08-26  Bruno Haible  <bruno@clisp.org>
333
334         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
335
336 2007-08-23  Simon Josefsson  <simon@josefsson.org>
337
338         * lib/readline.c: Don't include getline.h, the prototype is now
339         found in stdio.h.
340
341 2007-08-23  Jim Meyering  <jim@meyering.net>
342
343         Getdelim touchup.
344         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
345         around the funlockfile call, since funlockfile never sets errno.
346         Don't set errno upon failed realloc.
347
348 2007-08-22  Eric Blake  <ebb9@byu.net>
349
350         Getline touchups.
351         * lib/getdelim.c (getdelim): Revert regression that required *n to
352         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
353         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
354         getdelim, rather than whether implementation is missing.
355         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
356         * lib/stdio_.h (getline): Also declare if replacement is
357         required.
358         * doc/functions/getdelim.texi: New file.
359         * doc/functions/getline.texi: Likewise.
360         * doc/gnulib.texi (Function Substitutes): Add new files.
361         Reported by Bruno Haible.
362
363 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
364
365         * users.txt: Add Guile.
366
367 2007-08-22  Eric Blake  <ebb9@byu.net>
368
369         * tests/test-getdelim.c (main): Use remove, not unlink.
370         * tests/test-getline.c (main): Likewise.
371
372         Move getline and getdelim into stdio.h, per POSIX 200x.
373         * modules/getline (Files): Remove getline.h.
374         (Depends-on): Add stdio.
375         (configure.ac): Add module indicator.
376         * modules/getdelim (Files): Remove getdelim.h.
377         (Depends-on): Add stdio.
378         (configure.ac): Add module indicator.
379         * modules/stdio (Makefile.am): Work with new indicators.
380         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
381         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
382         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
383         * lib/getdelim.h: Delete.
384         * lib/getline.h: Delete.
385         * lib/stdio_.h (getdelim, getline): Declare.
386         * modules/getdelim-tests: New module.
387         * modules/getline-tests: Likewise.
388         * tests/test-getdelim.c: New file.
389         * tests/test-getline.c: Likewise.
390         * NEWS: Document the change.
391         * lib/getline.c: Update choice of header.
392         * lib/csharpcomp.c: Likewise.
393         * lib/getpass.c: Likewise.
394         * lib/javacomp.c: Likewise.
395         * lib/javaversion.c: Likewise.
396         * lib/yesno.c: Likewise.
397         * lib/getdelim.c: Likewise.
398         (getdelim): Set errno on failure, and avoid memory leak.
399
400 2007-08-19  Bruno Haible  <bruno@clisp.org>
401
402         * modules/closein (Depends-on): Add freadahead.
403         * lib/closein.c: Include freadahead.h.
404         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
405         is zero.
406
407 2007-08-19  Bruno Haible  <bruno@clisp.org>
408
409         * modules/freadahead-tests: New file.
410         * tests/test-freadahead.sh: New file.
411         * tests/test-freadahead.c: New file.
412
413         * modules/freadahead: New file.
414         * lib/freadahead.h: New file.
415         * lib/freadahead.c: New file.
416         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
417         fbufmode, fpurge, freadable, fwritable.
418
419 2007-08-19  Eric Blake  <ebb9@byu.net>
420
421         Test yesno in combination with closein.
422         * lib/yesno.c (yesno): Document use of stdin.
423         * modules/yesno-tests (Files): New module.
424         * tests/test-yesno.c (main): New file.
425         * tests/test-yesno.sh: Likewise.
426
427 2007-08-19  Bruno Haible  <bruno@clisp.org>
428
429         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
430         * lib/fseeko.c (rpl_fseeko): Likewise.
431         * lib/fseterr.c (fseterr): Likewise.
432
433 2007-08-19  Bruno Haible  <bruno@clisp.org>
434
435         * tests/test-lseek.c (main): Disable a test for BeOS.
436         * doc/functions/lseek.texi: Document the BeOS bug.
437
438 2007-08-19  Bruno Haible  <bruno@clisp.org>
439             Eric Blake  <ebb9@byu.net>
440
441         * lib/lseek.c: Include <sys/stat.h>.
442         (rpl_lseek): Add workaround code also for Unix platforms.
443         Needed for BeOS.
444         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
445         * doc/functions/lseek.texi: Document BeOS definiency.
446
447 2007-08-18  Bruno Haible  <bruno@clisp.org>
448
449         * modules/fstrcmp-tests: New file.
450         * tests/test-fstrcmp.c: New file.
451
452 2007-08-18  Bruno Haible  <bruno@clisp.org>
453
454         * modules/fstrcmp: New file, from GNU gettext with modifications.
455         * lib/fstrcmp.h: New file, from GNU gettext.
456         * lib/fstrcmp.c: New file, from GNU gettext.
457         * MODULES.html.sh (String handling): Add fstrcmp.
458
459 2007-08-18  Bruno Haible  <bruno@clisp.org>
460
461         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
462         'bool'.
463         (diag, compareseq): Remove const from the ctxt argument.
464         (USE_HEURISTIC): Undefine at the end.
465
466 2007-08-18  Jim Meyering  <jim@meyering.net>
467
468         New file: lib/idcache.h
469         * NEWS: Mention the addition.
470         * modules/idcache (Files): Add lib/idcache.h
471         * lib/idcache.c: Include "idcache.h".
472         Don't include <sys/types.h>.
473         Add a FIXME comment.
474         Move file-scoped "static" declarations to the top.
475         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
476
477 2007-08-17  Bruno Haible  <bruno@clisp.org>
478         and Paul Eggert  <eggert@cs.ucla.edu>
479
480         * MODULES.html.sh: Add diffseq.
481         * modules/diffseq: New file.
482         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
483         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
484
485 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
486
487         Import changes from coreutils for bootstrap script.
488
489         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
490
491         * build-aux/bootstrap (slurp): Work even in environments where
492         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
493         current code does not slurp files whose names start with ".", and
494         this looks like it might be a troublesome area.
495
496         2007-07-11  Jim Meyering  <jim@meyering.net>
497
498         If there's a GPL vN copyright comment, require that N == 3.
499
500         2007-07-08  Jim Meyering  <jim@meyering.net>
501
502         Run the coreutils-specific code only if tests/Makefile.am.in exists.
503         * build-aux/bootstrap (mam_template): Move definition out of loop.
504
505         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
506
507         * build-aux/bootstrap (symlink_to_dir): Rename function from
508         symlink_to_gnulib.  Add a directory parameter.  Update all
509         callers.
510         (cp_mark_as_generated): Also check for -- and link to -- files in
511         gl/.
512
513         2007-07-08  Jim Meyering  <jim@meyering.net>
514
515         Adapt to deeper hierarchy in gnulib.
516         * build-aux/bootstrap (symlink_to_dir): If the destination
517         directory doesn't exist, create it. This is required at least for
518         "lib/uniwidth/cjk.h".
519
520         2007-05-15  Jim Meyering  <jim@meyering.net>
521
522         * build-aux/bootstrap: Now that generated Makefile.am files
523         are no longer under version control, they must be created at
524         bootstrap time.
525
526 2007-08-14  Ben Pfaff  <blp@gnu.org>
527
528         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
529
530 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
531
532         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
533         given the changes below.
534         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
535         even on hosts that have padding bits beyond the supported 64.
536
537 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
538
539         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
540         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
541         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
542         depends on it.
543         (xstrtol_error): Remove.
544         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
545         but with a different signature.
546         (ATTRIBUTE_NORETURN, __attribute__): New macros.
547         * lib/xstrtol-error.c: Include exitfail.h.
548         (xstrtol_fatal): New function, with a different signature from the
549         old xstrtol_error, so that the caller need not worry about passing
550         in an exit status, or about storage management of the option argument.
551         (xstrtol_error): Now a static function.  Redo signature to
552         implement xstrtol_fatal.  Output the correct number of hyphens in
553         front of the option so that the caller need not worry about
554         storage management.
555         (N_): New macro.
556         (_): Remove; not used now.
557         * modules/xstrtol: Depend on getopt.
558         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
559         of old STRTOL_FATAL_ERROR macro.
560         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
561         of test program.
562         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
563         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
564
565 2007-08-08  Eric Blake  <ebb9@byu.net>
566
567         * lib/xstrtol-error.c: Add missing include.
568
569         Move xstrtol messages into gnulib domain, when --pobase is used.
570         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
571         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
572         * modules/xstrtol (Files): Distribute new file.
573         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
574         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
575         * tests/test-xstrtol.c: ...into new file.
576         * tests/test-xstrtoul.c: Also test xstrtoul.
577         * tests/test-xstrtoimax.c: Also test xstrtoimax.
578         * tests/test-xstrtoumax.c: Also test xstrtoumax.
579         * tests/test-xstrtol.sh: Drive the tests.
580         * tests/test-xstrtoimax.sh: Likewise.
581         * tests/test-xstrtoumax.sh: Likewise.
582         * modules/xstrtol-tests: New module.
583         * modules/xstrtoimax-tests: Likewise.
584         * modules/xstrtoumax-tests: Likewise.
585
586 2007-08-08  Jim Meyering  <jim@meyering.net>
587
588         New function: mfile_name_concat.
589         * lib/filenamecat.c (mfile_name_concat): New function, just like
590         file_name_concat, but return NULL upon failure rather than exiting
591         with a diagnostic.
592         * lib/filenamecat.h: Declare it.
593
594 2007-08-07  Bruno Haible  <bruno@clisp.org>
595
596         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
597         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
598         warning from gcc.
599         Reported by Eric Blake.
600
601 2007-08-07  Simon Josefsson  <simon@josefsson.org>
602
603         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
604         * modules/crypto/arcfour (License): Likewise.
605         * modules/crypto/des-tests (License): Likewise.
606         * modules/crypto/gc-arctwo-tests (License): Likewise.
607         * modules/crypto/gc-des-tests (License): Likewise.
608         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
609         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
610         * modules/crypto/gc-md2-tests (License): Likewise.
611         * modules/crypto/gc-md4-tests (License): Likewise.
612         * modules/crypto/gc-md5-tests (License): Likewise.
613         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
614         * modules/crypto/gc-rijndael-tests (License): Likewise.
615         * modules/crypto/gc-sha1-tests (License): Likewise.
616         * modules/crypto/gc-tests (License): Likewise.
617         * modules/crypto/hmac-md5 (License): Likewise.
618         * modules/crypto/hmac-sha1 (License): Likewise.
619         * modules/crypto/md2-tests (License): Likewise.
620         * modules/crypto/md4-tests (License): Likewise.
621         * modules/crypto/md5 (License): Likewise.
622         * modules/crypto/rijndael (License): Likewise.
623         * modules/crypto/sha1 (License): Likewise.
624         * modules/memxor (License): Likewise.
625
626 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
627         and Bruno Haible  <bruno@clisp.org>
628
629         * NEWS: Describe interface changes to human, xstrtol.
630         * lib/human.h: Include <xstrtol.h>.
631         (human_options): Return enum strtol_error, not int.  Remove
632         bool arg; take int * instead.
633         * lib/human.c: Don't include "gettext.h".
634         (_): Remove; no longer used.
635         Don't include <xstrtol.h>, since human.h does it.
636         (human_options): Adjust to abovementioned interface changes.
637         Do not report error to stderr; that's now the caller's
638         responsibility.
639         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
640         interface change.
641         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
642         Str, Argument_type_string.  All uses changed.  Put " argument"
643         in diagnostics to make them clearer.  Change wording of suffix
644         message for clarity.
645         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
646         Argument_type_string.
647         (STRTOL_FATAL_WARN): Remove; no longer used.
648         * modules/human (Depends-on): Remove gettext-h.
649
650 2007-08-06  Simon Josefsson  <simon@josefsson.org>
651
652         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
653
654 2007-07-31  Bruno Haible  <bruno@clisp.org>
655
656         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
657         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
658         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
659
660 2007-07-31  Bruno Haible  <bruno@clisp.org>
661
662         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
663         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
664
665 2007-07-30  Bruno Haible  <bruno@clisp.org>
666
667         * modules/base64 (License): Use the synonymous term "LGPLv2+".
668         * modules/c-ctype (License): Likewise.
669         * modules/c-strcase (License): Likewise.
670         * modules/check-version (License): Likewise.
671         * modules/iconv (License): Likewise.
672         * modules/iconv_open (License): Likewise.
673         * modules/read-file (License): Likewise.
674         * modules/striconv (License): Likewise.
675         * modules/strverscmp (License): Likewise.
676         * modules/vasprintf (License): Likewise.
677         * modules/crypto/des (License): Likewise.
678         * modules/crypto/gc (License): Likewise.
679         * modules/crypto/gc-arcfour (License): Likewise.
680         * modules/crypto/gc-arctwo (License): Likewise.
681         * modules/crypto/gc-des (License): Likewise.
682         * modules/crypto/gc-hmac-md5 (License): Likewise.
683         * modules/crypto/gc-hmac-sha1 (License): Likewise.
684         * modules/crypto/gc-md2 (License): Likewise.
685         * modules/crypto/gc-md4 (License): Likewise.
686         * modules/crypto/gc-md5 (License): Likewise.
687         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
688         * modules/crypto/gc-random (License): Likewise.
689         * modules/crypto/gc-rijndael (License): Likewise.
690         * modules/crypto/gc-sha1 (License): Likewise.
691         * modules/crypto/md2 (License): Likewise.
692         * modules/crypto/md4 (License): Likewise.
693
694 2007-07-30  Jim Meyering  <jim@meyering.net>
695
696         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
697         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
698         it has valid stat data.  This bug would cause du not to count the
699         sizes of inaccessible directories.
700         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
701         in <http://bugzilla.redhat.com/250077>.
702
703 2007-07-25  Peter O'Gorman  <peter@pogma.com>
704             Bruno Haible  <bruno@clisp.org>
705
706         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
707         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
708         #include_next, gives a diagnostic about it, but reports no error in
709         the exit code.
710         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
711
712 2007-07-24  Ben Pfaff  <blp@gnu.org>
713
714         Improve name: "count-one-bits" is better than "popcount".
715         * MODULES.html.sh: Update name.
716         * lib/popcount.h: Renamed lib/count-one-bits.h.
717         (popcount): Renamed count_one_bits.
718         (popcountl): Renamed count_one_bits_l.
719         (popcountll): Renamed count_one_bits_ll.
720         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
721         * modules/popcount: Renamed module/count-one-bits.
722         * modules/popcount-tests: Renamed module/count-one-bits-tests.
723         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
724
725 2007-07-23  Ben Pfaff  <blp@gnu.org>
726
727         * lib/popcount.h (popcount32): Reduce size of constants, to allow
728         better code generation, and add U to large constants to avoid
729         warnings, in non-GCC case.
730         Suggested by Bruno Haible.
731
732 2007-07-23  Ben Pfaff  <blp@gnu.org>
733
734         * lib/popcount.h: Use verify_true instead of if...abort.
735         * modules/popcount: Depend on verify module.
736         Suggested by Jim Meyering.
737
738 2007-07-23  Bruno Haible  <bruno@clisp.org>
739
740         * gnulib-tool (func_import): Create a .cvsignore file also when the
741         directory is not yet in CVS but the toplevel directory is. When
742         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
743         Reported by Karl Berry.
744
745 2007-07-22  Ben Pfaff  <blp@gnu.org>
746
747         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
748         case.
749         Suggested by Eric Blake.
750
751 2007-07-22  Ben Pfaff  <blp@gnu.org>
752
753         New module: popcount.
754         * MODULES.html.sh: Add popcount.
755         * modules/popcount: New file.
756         * modules/popcount-tests: New file.
757         * tests/test-popcount.c: New file.
758         * lib/popcount.h: New file.
759         * m4/popcount.m4: New file.
760
761 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
762
763         * build-aux/announce-gen: Update to GPLv3.
764
765         * build-aux/config.guess: Update from config.
766
767 2007-07-21  Bruno Haible  <bruno@clisp.org>
768
769         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
770         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
771
772 2007-07-20  Jim Meyering  <jim@meyering.net>
773
774         * check-module: Diagnose a self-dependency.
775
776 2007-07-19  Bruno Haible  <bruno@clisp.org>
777
778         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
779         empty.
780         Reported by Eric Blake.
781
782 2007-07-18  Bruno Haible  <bruno@clisp.org>
783
784         * gnulib-tool: New options --po-base, --po-domain.
785         (func_usage): Document them.
786         (pobase, po_domain): New variables.
787         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
788         DEFAULT_TEXT_DOMAIN.
789         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
790         (func_import): Consider pobase and po_domain. Create a po/ directory.
791         (func_create_testdir): Set pobase and po_domain to empty.
792         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
793         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
794
795 2007-07-18  Bruno Haible  <bruno@clisp.org>
796
797         * gnulib-tool (func_get_automake_snippet): Synthesize also an
798         EXTRA_DIST augmentation for files in build-aux/.
799
800 2007-07-16  Bruno Haible  <bruno@clisp.org>
801
802         * modules/lseek (License): Use the synonymous term "LGPLv2+".
803         * modules/getdelim (License): Likewise.
804
805 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
806
807         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
808         * modules/d-type (License): Likewise.
809         * modules/extensions (License): Likewise.
810         * modules/fnmatch (License): Likewise.
811         * modules/fseeko (License): Likewise.
812         * modules/getaddrinfo (License): Likewise.
813         * modules/getline (License): Likewise.
814         * modules/getlogin_r (License): Likewise.
815         * modules/getpass (License): Likewise.
816         * modules/gettimeofday (License): Likewise.
817         * modules/glob (License): Likewise.
818         * modules/inet_ntop (License): Likewise.
819         * modules/malloc (License): Likewise.
820         * modules/malloca (License): Likewise.
821         * modules/memmem (License): Likewise.
822         * modules/mempcpy (License): Likewise.
823         * modules/memset (License): Likewise.
824         * modules/minmax (License): Likewise.
825         * modules/mktime (License): Likewise.
826         * modules/netinet_in (License): Likewise.
827         * modules/pathmax (License): Likewise.
828         * modules/poll (License): Likewise.
829         * modules/regex (License): Likewise.
830         * modules/snprintf (License): Likewise.
831         * modules/stdbool (License): Likewise.
832         * modules/stdint (License): Likewise.
833         * modules/stdio (License): Likewise.
834         * modules/strcase (License): Likewise.
835         * modules/strcasestr (License): Likewise.
836         * modules/strdup (License): Likewise.
837         * modules/string (License): Likewise.
838         * modules/strndup (License): Likewise.
839         * modules/strnlen (License): Likewise.
840         * modules/strpbrk (License): Likewise.
841         * modules/strptime (License): Likewise.
842         * modules/strsep (License): Likewise.
843         * modules/sys_select (License): Likewise.
844         * modules/sys_socket (License): Likewise.
845         * modules/sys_stat (License): Likewise.
846         * modules/sys_time (License): Likewise.
847         * modules/time (License): Likewise.
848         * modules/time_r (License): Likewise.
849         * modules/timegm (License): Likewise.
850         * modules/unistd (License): Likewise.
851         * modules/vsnprintf (License): Likewise.
852         * modules/wctype (License): Likewise.
853
854 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
855
856         * modules/argz (License): LGPLv2+.
857
858 2007-07-15  Karl Berry  <karl@gnu.org>
859
860         * doc/gnulib.texi: revise node structure per new fdl.texi.
861
862 2007-07-14  Bruno Haible  <bruno@clisp.org>
863
864         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
865         the output file.
866         * lib/uniname/uninames.h: Regenerated.
867
868 2007-07-14  Karl Berry  <karl@gnu.org>
869
870         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
871         omitting sectioning and index commands.
872
873 2007-07-13  Bruno Haible  <bruno@clisp.org>
874
875         New gnulib-tool option --more-symlinks.
876         * gnulib-tool (func_usage): Document --more-symlinks.
877         (do_copyrights): New variable.
878         Recognize option --more-symlinks.
879         (func_import): Don't add a copyright notice transform to
880         sed_transform_lib_file if do_copyrights is empty.
881
882 2007-07-13  Bruno Haible  <bruno@clisp.org>
883
884         * lib/vasnprintf.c (decimal_point_char): Define also if
885         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
886         && !NEED_PRINTF_DIRECTIVE_A.
887         Reported by Clemens Koller <clemens.koller@anagramm.de> via
888         Gary V. Vaughan <gary@gnu.org>.
889
890 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
891
892         * lib/inttypes_.h: Undo previous change, since it was fixed
893         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
894
895 2007-07-13  Bruno Haible  <bruno@clisp.org>
896
897         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
898         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
899
900 2007-07-13  Jim Meyering  <jim@meyering.net>
901
902         df: Don't fail for Tru64's "file-on-file mount".
903         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
904         so we fall through and use statfs instead.  Details here:
905         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
906         Reported by Albert Chin.
907
908 2007-07-13  Bruno Haible  <bruno@clisp.org>
909
910         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
911         * modules/configmake (License): Likewise.
912         * modules/gettext (License): Likewise.
913         * modules/gettext-h (License): Likewise.
914         * modules/include_next (License): Likewise.
915         * modules/link-warning (License): Likewise.
916         * modules/localcharset (License): Likewise.
917         * modules/localename (License): Likewise.
918         * modules/lock (License): Likewise.
919         * modules/relocatable-lib-lgpl (License): Likewise.
920         * modules/size_max (License): Likewise.
921         * modules/vasnprintf (License): Likewise.
922         * modules/wchar (License): Likewise.
923         * modules/xsize (License): Likewise.
924
925 2007-07-13  Bruno Haible  <bruno@clisp.org>
926
927         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
928         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
929
930 2007-07-12  Bruno Haible  <bruno@clisp.org>
931
932         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
933         in the modules files.
934
935 2007-07-11  Karl Berry  <karl@gnu.org>
936
937         * MODULES.html.sh (func_module): use
938          sed -e '\|^'"${includefile}"'$|d'
939          instead of /.../d, to avoid errors on $includefile's containing /.
940
941 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
942
943         * gnulib-tool (func_import): Avoid duplication of --avoid
944         statements
945         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
946         names to `_' in variable names.
947
948 2007-07-10  Eric Blake  <ebb9@byu.net>
949
950         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
951         * NEWS: Document this change.
952
953 2007-07-08  Bruno Haible  <bruno@clisp.org>
954
955         Update to Unicode 5.0.
956         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
957         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
958         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
959         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
960         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
961         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
962         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
963         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
964         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
965         U+10A3F, U+1D242..U+1D244.
966         (nonspacing_table_ind): Update.
967         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
968         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
969
970 2007-07-08  Bruno Haible  <bruno@clisp.org>
971
972         Update to Unicode 5.0.
973         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
974         code transform. Extend the name index field of unicode_name_to_code and
975         unicode_code_to_name from 16 to 24 bits.
976         * lib/uniname/uniname.c (unicode_character_name,
977         unicode_name_character): Add the range 0x12xxx to the code transform.
978         * lib/uniname/uninames.h: Regenerated.
979         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
980
981 2007-07-07  Bruno Haible  <bruno@clisp.org>
982
983         * modules/wcwidth-tests: New file.
984         * tests/test-wcwidth.c: New file.
985
986         Work around MacOS X wcwidth() bug.
987         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
988         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
989         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
990         original wcwidth in non-UTF-8 locales.
991         * modules/wcwidth (Depends-on): Add localcharset, streq,
992         uniwidth/width.
993         * doc/functions/wcwidth.texi: Update.
994
995 2007-07-07  Bruno Haible  <bruno@clisp.org>
996
997         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
998         (wcwidth): New declaration.
999         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
1000         macros.
1001         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
1002         here. Prepare for creating <wchar.h> unconditionally.
1003         * modules/wchar (Depends-on): Add link-warning.
1004         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
1005         REPLACE_WCWIDTH, and GL_LINK_WARNING.
1006         * lib/wcwidth.h: Remove file.
1007         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
1008         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
1009         * modules/wcwidth (Files): Remove lib/wcwidth.h.
1010         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
1011         (Include): Replace wcwidth.h with <wchar.h>.
1012         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
1013         * lib/mbchar.h: Don't include wcwidth.h.
1014         * lib/mbswidth.c: Likewise.
1015         * NEWS: Mention the change.
1016
1017 2007-07-07  Bruno Haible  <bruno@clisp.org>
1018
1019         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
1020         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
1021         definition with an external declaration.
1022         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
1023         defined as a function. Remove AC_C_INLINE requirement.
1024         * modules/wcwidth (Files): Add lib/wcwidth.c.
1025         (Makefile.am): Remove redundant statement.
1026
1027 2007-07-07  Bruno Haible  <bruno@clisp.org>
1028
1029         * MODULES.html.sh (Unicode string functions): Add the new modules.
1030
1031         * tests/uniwidth/test-u32-strwidth.c: New file.
1032         * modules/uniwidth/u32-strwidth-tests: New file.
1033
1034         * lib/uniwidth/u32-strwidth.c: New file.
1035         * modules/uniwidth/u32-strwidth: New file.
1036
1037         * tests/uniwidth/test-u16-strwidth.c: New file.
1038         * modules/uniwidth/u16-strwidth-tests: New file.
1039
1040         * lib/uniwidth/u16-strwidth.c: New file.
1041         * modules/uniwidth/u16-strwidth: New file.
1042
1043         * tests/uniwidth/test-u8-strwidth.c: New file.
1044         * modules/uniwidth/u8-strwidth-tests: New file.
1045
1046         * lib/uniwidth/u8-strwidth.c: New file.
1047         * modules/uniwidth/u8-strwidth: New file.
1048
1049         * tests/uniwidth/test-u32-width.c: New file.
1050         * modules/uniwidth/u32-width-tests: New file.
1051
1052         * lib/uniwidth/u32-width.c: New file.
1053         * modules/uniwidth/u32-width: New file.
1054
1055         * tests/uniwidth/test-u16-width.c: New file.
1056         * modules/uniwidth/u16-width-tests: New file.
1057
1058         * lib/uniwidth/u16-width.c: New file.
1059         * modules/uniwidth/u16-width: New file.
1060
1061         * tests/uniwidth/test-u8-width.c: New file.
1062         * modules/uniwidth/u8-width-tests: New file.
1063
1064         * lib/uniwidth/u8-width.c: New file.
1065         * modules/uniwidth/u8-width: New file.
1066
1067         * tests/uniwidth/test-uc_width.c: New file.
1068         * modules/uniwidth/width-tests: New file.
1069
1070         * lib/uniwidth/width.c: New file, from GNU libiconv.
1071         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
1072         * modules/uniwidth/width: New file.
1073
1074         * lib/uniwidth.h: New file, from GNU libiconv.
1075         * modules/uniwidth/base: New file.
1076
1077 2007-07-07  Bruno Haible  <bruno@clisp.org>
1078
1079         * lib/uniname.h: New file, from GNU gettext.
1080         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
1081         * lib/uniname/uninames.h: New file, from GNU gettext.
1082         * lib/uniname/uniname.c: New file, from GNU gettext.
1083         * tests/uniname/test-uninames.sh: New file.
1084         * tests/uniname/test-uninames.c: New file, from GNU gettext.
1085         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
1086         * modules/uniname/base: New file.
1087         * modules/uniname/uniname: New file.
1088         * modules/uniname/uniname-tests: New file.
1089         * MODULES.html.sh (Unicode string functions): Add the new modules.
1090
1091 2007-07-06  Bruno Haible  <bruno@clisp.org>
1092
1093         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
1094
1095 2007-07-06  Bruno Haible  <bruno@clisp.org>
1096
1097         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
1098         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
1099         includes <cygwin/sys_time.h> which includes <sys/select.h> which
1100         include <sys/time.h>.
1101         Reported by Eric Blake.
1102
1103 2007-07-06  Eric Blake  <ebb9@byu.net>
1104
1105         Fix testing canonicalize on cygwin.
1106         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
1107         Revert patch from 2007-06-19.
1108         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
1109         canonicalize module is also in use.
1110         * tests/test-canonicalize.c: New file.
1111         * tests/test-canonicalize.sh: Likewise.
1112         * modules/canonicalize-tests: Likewise.
1113
1114 2007-07-06  Jim Meyering  <jim@meyering.net>
1115
1116         * lib/getugroups.c (getugroups): Detect getgrent failure.
1117         Adjust comment to reflect reality: this function may return -1.
1118
1119 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
1120
1121         * build-aux/bootstrap (TP_URL,get_translations): Update to use
1122         the new TP address.
1123         (usage): Fix typo
1124         (gnulib_mk): New variable.
1125
1126 2007-07-05  Jim Meyering  <jim@meyering.net>
1127
1128         Don't let endgrent clobber errno, no matter how improbable.
1129         * lib/getugroups.c (getugroups): Save and restore errno around
1130         endgrent call.
1131
1132         Close the group DB even when failing with 2^31 or more members.
1133         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
1134
1135 2007-07-04  Jim Meyering  <jim@meyering.net>
1136
1137         * lib/getugroups.h: New file.
1138         * lib/getugroups.c: Include "getugroups.h".
1139         Remove uses of "register" keyword.
1140         Move local variable, "cp", down into scope where used.
1141         Give "username" parameter the "const" attribute.
1142         * modules/getugroups (Files): Add lib/getugroups.h
1143
1144 2007-07-04  Karl Berry  <karl@gnu.org>
1145
1146         * MODULES.html.sh (func_all_modules): Complete rename of
1147         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
1148
1149 2007-07-02  Bruno Haible  <bruno@clisp.org>
1150
1151         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
1152         mode, when inttypes.h comes from gnulib.
1153         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
1154
1155 2007-07-02  Simon Josefsson  <simon@josefsson.org>
1156
1157         * NEWS: Mention lgpl module name change.
1158
1159         * modules/lgpl-2.1: Renamed from lgpl.
1160
1161         * NEWS: Mention gpl module name change.
1162
1163         * modules/gpl-3.0: New file, based on gpl-2.0.
1164
1165         * modules/gpl-2.0: Renamed from gpl.
1166
1167         * modules/gpl: Fix filename, doc/gpl.texi is now found at
1168         doc/gpl-2.0.texi.
1169
1170 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
1171
1172         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
1173         #define __STDC_LIMIT_MACROS temporarily while including
1174         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
1175         Problem reported by Joel E. Denny in
1176         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
1177
1178 2007-07-01  Bruno Haible  <bruno@clisp.org>
1179
1180         * lib/unistdio.h: New file.
1181         * lib/unistdio/u-asnprintf.h: New file.
1182         * lib/unistdio/u-asprintf.h: New file.
1183         * lib/unistdio/u-printf-args.c: New file.
1184         * lib/unistdio/u-printf-args.h: New file.
1185         * lib/unistdio/u-printf-parse.h: New file.
1186         * lib/unistdio/u-snprintf.h: New file.
1187         * lib/unistdio/u-sprintf.h: New file.
1188         * lib/unistdio/u-vasprintf.h: New file.
1189         * lib/unistdio/u-vsnprintf.h: New file.
1190         * lib/unistdio/u-vsprintf.h: New file.
1191         * lib/unistdio/ulc-asnprintf.c: New file.
1192         * lib/unistdio/ulc-asprintf.c: New file.
1193         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
1194         * lib/unistdio/ulc-printf-parse.c: New file.
1195         * lib/unistdio/ulc-snprintf.c: New file.
1196         * lib/unistdio/ulc-sprintf.c: New file.
1197         * lib/unistdio/ulc-vasnprintf.c: New file.
1198         * lib/unistdio/ulc-vasprintf.c: New file.
1199         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
1200         * lib/unistdio/ulc-vsnprintf.c: New file.
1201         * lib/unistdio/ulc-vsprintf.c: New file.
1202         * lib/unistdio/u8-asnprintf.c: New file.
1203         * lib/unistdio/u8-asprintf.c: New file.
1204         * lib/unistdio/u8-printf-parse.c: New file.
1205         * lib/unistdio/u8-snprintf.c: New file.
1206         * lib/unistdio/u8-sprintf.c: New file.
1207         * lib/unistdio/u8-vasnprintf.c: New file.
1208         * lib/unistdio/u8-vasprintf.c: New file.
1209         * lib/unistdio/u8-vsnprintf.c: New file.
1210         * lib/unistdio/u8-vsprintf.c: New file.
1211         * lib/unistdio/u8-u8-asnprintf.c: New file.
1212         * lib/unistdio/u8-u8-asprintf.c: New file.
1213         * lib/unistdio/u8-u8-snprintf.c: New file.
1214         * lib/unistdio/u8-u8-sprintf.c: New file.
1215         * lib/unistdio/u8-u8-vasnprintf.c: New file.
1216         * lib/unistdio/u8-u8-vasprintf.c: New file.
1217         * lib/unistdio/u8-u8-vsnprintf.c: New file.
1218         * lib/unistdio/u8-u8-vsprintf.c: New file.
1219         * lib/unistdio/u16-asnprintf.c: New file.
1220         * lib/unistdio/u16-asprintf.c: New file.
1221         * lib/unistdio/u16-printf-parse.c: New file.
1222         * lib/unistdio/u16-snprintf.c: New file.
1223         * lib/unistdio/u16-sprintf.c: New file.
1224         * lib/unistdio/u16-vasnprintf.c: New file.
1225         * lib/unistdio/u16-vasprintf.c: New file.
1226         * lib/unistdio/u16-vsnprintf.c: New file.
1227         * lib/unistdio/u16-vsprintf.c: New file.
1228         * lib/unistdio/u16-u16-asnprintf.c: New file.
1229         * lib/unistdio/u16-u16-asprintf.c: New file.
1230         * lib/unistdio/u16-u16-snprintf.c: New file.
1231         * lib/unistdio/u16-u16-sprintf.c: New file.
1232         * lib/unistdio/u16-u16-vasnprintf.c: New file.
1233         * lib/unistdio/u16-u16-vasprintf.c: New file.
1234         * lib/unistdio/u16-u16-vsnprintf.c: New file.
1235         * lib/unistdio/u16-u16-vsprintf.c: New file.
1236         * lib/unistdio/u32-asnprintf.c: New file.
1237         * lib/unistdio/u32-asprintf.c: New file.
1238         * lib/unistdio/u32-printf-parse.c: New file.
1239         * lib/unistdio/u32-snprintf.c: New file.
1240         * lib/unistdio/u32-sprintf.c: New file.
1241         * lib/unistdio/u32-vasnprintf.c: New file.
1242         * lib/unistdio/u32-vasprintf.c: New file.
1243         * lib/unistdio/u32-vsnprintf.c: New file.
1244         * lib/unistdio/u32-vsprintf.c: New file.
1245         * lib/unistdio/u32-u32-asnprintf.c: New file.
1246         * lib/unistdio/u32-u32-asprintf.c: New file.
1247         * lib/unistdio/u32-u32-snprintf.c: New file.
1248         * lib/unistdio/u32-u32-sprintf.c: New file.
1249         * lib/unistdio/u32-u32-vasnprintf.c: New file.
1250         * lib/unistdio/u32-u32-vasprintf.c: New file.
1251         * lib/unistdio/u32-u32-vsnprintf.c: New file.
1252         * lib/unistdio/u32-u32-vsprintf.c: New file.
1253         * tests/unistdio/test-ulc-asnprintf1.c: New file.
1254         * tests/unistdio/test-ulc-asnprintf1.h: New file.
1255         * tests/unistdio/test-ulc-printf1.h: New file.
1256         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
1257         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
1258         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
1259         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
1260         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
1261         * tests/unistdio/test-ulc-vasprintf1.c: New file.
1262         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
1263         * tests/unistdio/test-ulc-vsprintf1.c: New file.
1264         * tests/unistdio/test-u8-asnprintf1.c: New file.
1265         * tests/unistdio/test-u8-asnprintf1.h: New file.
1266         * tests/unistdio/test-u8-printf1.h: New file.
1267         * tests/unistdio/test-u8-vasnprintf1.c: New file.
1268         * tests/unistdio/test-u8-vasnprintf2.c: New file.
1269         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
1270         * tests/unistdio/test-u8-vasnprintf3.c: New file.
1271         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
1272         * tests/unistdio/test-u8-vasprintf1.c: New file.
1273         * tests/unistdio/test-u8-vsnprintf1.c: New file.
1274         * tests/unistdio/test-u8-vsprintf1.c: New file.
1275         * tests/unistdio/test-u16-asnprintf1.c: New file.
1276         * tests/unistdio/test-u16-asnprintf1.h: New file.
1277         * tests/unistdio/test-u16-printf1.h: New file.
1278         * tests/unistdio/test-u16-vasnprintf1.c: New file.
1279         * tests/unistdio/test-u16-vasnprintf2.c: New file.
1280         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
1281         * tests/unistdio/test-u16-vasnprintf3.c: New file.
1282         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
1283         * tests/unistdio/test-u16-vasprintf1.c: New file.
1284         * tests/unistdio/test-u16-vsnprintf1.c: New file.
1285         * tests/unistdio/test-u16-vsprintf1.c: New file.
1286         * tests/unistdio/test-u32-asnprintf1.c: New file.
1287         * tests/unistdio/test-u32-asnprintf1.h: New file.
1288         * tests/unistdio/test-u32-printf1.h: New file.
1289         * tests/unistdio/test-u32-vasnprintf1.c: New file.
1290         * tests/unistdio/test-u32-vasnprintf2.c: New file.
1291         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
1292         * tests/unistdio/test-u32-vasnprintf3.c: New file.
1293         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
1294         * tests/unistdio/test-u32-vasprintf1.c: New file.
1295         * tests/unistdio/test-u32-vsnprintf1.c: New file.
1296         * tests/unistdio/test-u32-vsprintf1.c: New file.
1297         * modules/unistdio/base: New file.
1298         * modules/unistdio/u-printf-args: New file.
1299         * modules/unistdio/ulc-asnprintf: New file.
1300         * modules/unistdio/ulc-asprintf: New file.
1301         * modules/unistdio/ulc-fprintf: New file.
1302         * modules/unistdio/ulc-printf-parse: New file.
1303         * modules/unistdio/ulc-snprintf: New file.
1304         * modules/unistdio/ulc-sprintf: New file.
1305         * modules/unistdio/ulc-vasnprintf: New file.
1306         * modules/unistdio/ulc-vasprintf: New file.
1307         * modules/unistdio/ulc-vfprintf: New file.
1308         * modules/unistdio/ulc-vsnprintf: New file.
1309         * modules/unistdio/ulc-vsprintf: New file.
1310         * modules/unistdio/u8-asnprintf: New file.
1311         * modules/unistdio/u8-asprintf: New file.
1312         * modules/unistdio/u8-printf-parse: New file.
1313         * modules/unistdio/u8-snprintf: New file.
1314         * modules/unistdio/u8-sprintf: New file.
1315         * modules/unistdio/u8-vasnprintf: New file.
1316         * modules/unistdio/u8-vasprintf: New file.
1317         * modules/unistdio/u8-vsnprintf: New file.
1318         * modules/unistdio/u8-vsprintf: New file.
1319         * modules/unistdio/u8-u8-asnprintf: New file.
1320         * modules/unistdio/u8-u8-asprintf: New file.
1321         * modules/unistdio/u8-u8-snprintf: New file.
1322         * modules/unistdio/u8-u8-sprintf: New file.
1323         * modules/unistdio/u8-u8-vasnprintf: New file.
1324         * modules/unistdio/u8-u8-vasprintf: New file.
1325         * modules/unistdio/u8-u8-vsnprintf: New file.
1326         * modules/unistdio/u8-u8-vsprintf: New file.
1327         * modules/unistdio/u16-asnprintf: New file.
1328         * modules/unistdio/u16-asprintf: New file.
1329         * modules/unistdio/u16-printf-parse: New file.
1330         * modules/unistdio/u16-snprintf: New file.
1331         * modules/unistdio/u16-sprintf: New file.
1332         * modules/unistdio/u16-vasnprintf: New file.
1333         * modules/unistdio/u16-vasprintf: New file.
1334         * modules/unistdio/u16-vsnprintf: New file.
1335         * modules/unistdio/u16-vsprintf: New file.
1336         * modules/unistdio/u16-u16-asnprintf: New file.
1337         * modules/unistdio/u16-u16-asprintf: New file.
1338         * modules/unistdio/u16-u16-snprintf: New file.
1339         * modules/unistdio/u16-u16-sprintf: New file.
1340         * modules/unistdio/u16-u16-vasnprintf: New file.
1341         * modules/unistdio/u16-u16-vasprintf: New file.
1342         * modules/unistdio/u16-u16-vsnprintf: New file.
1343         * modules/unistdio/u16-u16-vsprintf: New file.
1344         * modules/unistdio/u32-asnprintf: New file.
1345         * modules/unistdio/u32-asprintf: New file.
1346         * modules/unistdio/u32-printf-parse: New file.
1347         * modules/unistdio/u32-snprintf: New file.
1348         * modules/unistdio/u32-sprintf: New file.
1349         * modules/unistdio/u32-vasnprintf: New file.
1350         * modules/unistdio/u32-vasprintf: New file.
1351         * modules/unistdio/u32-vsnprintf: New file.
1352         * modules/unistdio/u32-vsprintf: New file.
1353         * modules/unistdio/u32-u32-asnprintf: New file.
1354         * modules/unistdio/u32-u32-asprintf: New file.
1355         * modules/unistdio/u32-u32-snprintf: New file.
1356         * modules/unistdio/u32-u32-sprintf: New file.
1357         * modules/unistdio/u32-u32-vasnprintf: New file.
1358         * modules/unistdio/u32-u32-vasprintf: New file.
1359         * modules/unistdio/u32-u32-vsnprintf: New file.
1360         * modules/unistdio/u32-u32-vsprintf: New file.
1361         * modules/unistdio/ulc-asnprintf-tests: New file.
1362         * modules/unistdio/ulc-vasnprintf-tests: New file.
1363         * modules/unistdio/ulc-vasprintf-tests: New file.
1364         * modules/unistdio/ulc-vsnprintf-tests: New file.
1365         * modules/unistdio/ulc-vsprintf-tests: New file.
1366         * modules/unistdio/u8-asnprintf-tests: New file.
1367         * modules/unistdio/u8-vasnprintf-tests: New file.
1368         * modules/unistdio/u8-vasprintf-tests: New file.
1369         * modules/unistdio/u8-vsnprintf-tests: New file.
1370         * modules/unistdio/u8-vsprintf-tests: New file.
1371         * modules/unistdio/u16-asnprintf-tests: New file.
1372         * modules/unistdio/u16-vasnprintf-tests: New file.
1373         * modules/unistdio/u16-vasprintf-tests: New file.
1374         * modules/unistdio/u16-vsnprintf-tests: New file.
1375         * modules/unistdio/u16-vsprintf-tests: New file.
1376         * modules/unistdio/u32-asnprintf-tests: New file.
1377         * modules/unistdio/u32-vasnprintf-tests: New file.
1378         * modules/unistdio/u32-vasprintf-tests: New file.
1379         * modules/unistdio/u32-vsnprintf-tests: New file.
1380         * modules/unistdio/u32-vsprintf-tests: New file.
1381         * MODULES.html.sh (Unicode string functions): Add the new modules.
1382
1383 2007-07-01  Bruno Haible  <bruno@clisp.org>
1384
1385         * lib/sprintf.c (sprintf): Limit the available length estimation,
1386         to avoid address wraparound.
1387         * lib/vsprintf.c (vsprintf): Likewise.
1388         * modules/sprintf-posix (Dependencies): Add stdint.
1389         * modules/vsprintf-posix (Dependencies): Likewise.
1390
1391 2007-07-01  Bruno Haible  <bruno@clisp.org>
1392
1393         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
1394         Windows PATH as well. Conservative double-quoting. Comments.
1395
1396 2007-07-01  Bruno Haible  <bruno@clisp.org>
1397             Eric Blake  <ebb9@byu.net>
1398             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1399
1400         * gnulib-tool (self_abspathname): Fix algorithm to cope with
1401         empty components in $PATH, denoting '.'.
1402
1403 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1404
1405         * gnulib-tool: Fix indentation.
1406         (func_create_megatestdir): Likewise.
1407         Report by Bruno Haible.
1408
1409 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1410
1411         Sync from Automake.
1412         * build-aux/gnupload: Fix shell portability issues with for loops.
1413         Report by Karl Berry.
1414
1415 2007-06-29  Simon Josefsson  <simon@josefsson.org>
1416
1417         * build-aux/maint.mk (POURL): Use translationproject.org.
1418
1419 2007-06-27  Simon Josefsson  <simon@josefsson.org>
1420             Bruno Haible  <bruno@clisp.org>
1421
1422         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
1423         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
1424         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
1425         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
1426         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
1427
1428 2007-06-27  Bruno Haible  <bruno@clisp.org>
1429
1430         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
1431         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
1432
1433 2007-06-26  Karl Berry  <karl@gnu.org>
1434
1435         * MODULES.html.sh: remove xreadlink-with-size.
1436
1437 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
1438
1439         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
1440         method that I hope also handles the double-include problem noted
1441         by Bruno Haible in
1442         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
1443
1444 2007-06-23  Bruno Haible  <bruno@clisp.org>
1445
1446         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
1447         Don't let the 'mostlyclean' target fail if the last subdirectory could
1448         not be removed.
1449         Reported by Karl Berry.
1450
1451 2007-06-23  Bruno Haible  <bruno@clisp.org>
1452
1453         * gnulib-tool (echo): Add a speedier workaround for ksh.
1454         * tests/test-echo.sh: Likewise.
1455
1456 2007-06-23  Bruno Haible  <bruno@clisp.org>
1457
1458         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
1459         * tests/test-echo.sh: Likewise.
1460
1461 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1462
1463         * gnulib-tool (IFS): Initialize early, so we don't set it to
1464         empty later.
1465         (self_abspathname): Rewrite algorithm to set it, reindent.
1466         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
1467         (func_create_megatestdir): Merge some sed scripts.
1468
1469 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
1470
1471         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
1472         exposed by Sun Studio 11 cc on Solaris 8.
1473
1474 2007-06-22  Bruno Haible  <bruno@clisp.org>
1475
1476         * gnulib-tool (echo): Ensure the echo primitive does not interpret
1477         backslashes.
1478         * tests/test-echo.sh: New file.
1479
1480 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1481
1482         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
1483         simplify `sed_replace_build_aux' scripts, they are portable but
1484         echoing them with `echo' is not.
1485         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
1486
1487 2007-06-21  Karl Berry  <karl@gnu.org>
1488
1489         * config/srclist.txt: guess we can't handle the licenses via
1490         srclist at the moment.
1491
1492 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
1493
1494         * MODULES.html.sh: Add include_next.
1495         * modules/include_next: New file.
1496
1497 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
1498
1499         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
1500         INCLUDE_NEXT.
1501         (gl_CHECK_NEXT_HEADERS): New macro.
1502         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
1503         the obsolescent gl_ABSOLUTE_HEADER.
1504         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
1505         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
1506         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
1507         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
1508         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
1509         * m4/math_h.m4 (gl_MATH_H): Likewise.
1510         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
1511         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
1512         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
1513         * m4/stdint.m4 (gl_STDINT_H): Likewise.
1514         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
1515         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
1516         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
1517         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
1518         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
1519         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
1520         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
1521         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
1522         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
1523         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
1524         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
1525         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
1526         * m4/inttypes.m4 (gl_INTTYPES_H): Define
1527         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
1528         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
1529         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
1530         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
1531         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
1532         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
1533         * lib/float_.h: Likewise.
1534         * lib/inttypes_.h: Likewise.
1535         * lib/math_.h: Likewise.
1536         * lib/search_.h: Likewise.
1537         * lib/signal_.h: Likewise.
1538         * lib/stdint_.h: Likewise.
1539         * lib/stdio_.h: Likewise.
1540         * lib/stdlib_.h: Likewise.
1541         * lib/string_.h: Likewise.
1542         * lib/sys_stat_.h: Likewise.
1543         * lib/sys_time_.h: Likewise.
1544         * lib/time_.h: Likewise.
1545         * lib/unistd_.h: Likewise.
1546         * lib/wchar_.h: Likewise.
1547         * lib/wctype_.h: Likewise.
1548         * lib/dirent_.h: Likewise.
1549         * lib/iconv_.h: Likewise.
1550         * lib/locale_.h: Likewise.
1551         * lib/netinet_in_.h: Likewise.
1552         * lib/sys_select_.h: Likewise.
1553         * lib/sys_socket_.h: Likewise.
1554         * lib/sysexits_.h: Likewise.
1555         * modules/fcntl (Depends-on): Depend on include_next, not
1556         absolute_header.
1557         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
1558         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
1559         * modules/fchdir: Likewise.
1560         * modules/float: Likewise.
1561         * modules/iconv_open: Likewise.
1562         * modules/inttypes: Likewise.
1563         * modules/locale: Likewise.
1564         * modules/math: Likewise.
1565         * modules/netinet_in: Likewise.
1566         * modules/search: Likewise.
1567         * modules/signal: Likewise.
1568         * modules/stdint: Likewise.
1569         * modules/stdio: Likewise.
1570         * modules/stdlib: Likewise.
1571         * modules/string: Likewise.
1572         * modules/sys_select: Likewise.
1573         * modules/sys_socket: Likewise.
1574         * modules/sys_stat: Likewise.
1575         * modules/sys_time: Likewise.
1576         * modules/sysexits: Likewise.
1577         * modules/time: Likewise.
1578         * modules/unistd: Likewise.
1579         * modules/wchar: Likewise.
1580         * modules/wctype: Likewise.
1581         * modules/sys_stat: Change maintainer to "all".
1582         * modules/unistd: Likewise.
1583
1584 2007-06-20  Karl Berry  <karl@gnu.org>
1585
1586         * config/srclist.txt: track www changes in license files.
1587
1588 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
1589
1590         * build-aux/bootstrap: Remove stray dot.
1591         Make sure build_aux settings are honored when linking
1592         gnulib_extra_files.
1593
1594 2007-06-19  Eric Blake  <ebb9@byu.net>
1595
1596         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
1597         Allow compilation on cygwin.
1598
1599 2007-06-19  Jim Meyering  <jim@meyering.net>
1600
1601         xreadlink-with-size: Remove module.  No longer used.
1602         Ex-callers now use xreadlink or mreadlink-with-size.
1603         * modules/xreadlink-with-size: Remove module.
1604         * lib/xreadlink-with-size.c: Remove file.
1605         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
1606         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
1607         just before the function definition *is* accurate.
1608
1609         Eliminate one way canonicalize_filename_mode could exit.
1610         * lib/canonicalize.c (canonicalize_filename_mode):
1611         Use mreadlink_with_size, not xreadlink_with_size.
1612
1613 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
1614
1615         Detect porting problems to FreeBSD/arm, which has time_t wider than
1616         long int.  Original problem reported for GNU diff by Xin Li in
1617         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
1618         * modules/getdate (Depends-on): Add intprops, verify.
1619         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
1620         is an integer type no wider than long int.
1621
1622 2007-06-18  Jim Meyering  <jim@meyering.net>
1623
1624         New module: mreadlink-with-size.
1625         * MODULES.html.sh: Add mreadlink-with-size.
1626         * modules/mreadlink-with-size: New module
1627         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
1628         not xreadlink-with-size.
1629         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
1630
1631 2007-06-16  Bruno Haible  <bruno@clisp.org>
1632
1633         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
1634         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
1635         Reported by Gary V. Vaughan <gary@gnu.org>.
1636
1637 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
1638
1639         Revamp lchown so that it lives in unistd.h where it belongs.
1640         * lib/lchown.h: Remove.
1641         * lib/dirchownmod.c: Don't include lib/lchown.h.
1642         * lib/fchownat.c: Likewise.
1643         * lib/openat.c: Likewise.
1644         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
1645         does not follow symlinks.
1646         (EOPNOTSUPP): Define if not defined.
1647         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
1648         is defined to 0.
1649         (lchown): New decl.
1650         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
1651         Do not check for lchown decl.
1652         Set REPLACE_LCHOWN.
1653         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
1654         REPLACE_LCHOWN.
1655         * modules/chown: Make it clear it follows symlinks.
1656         * modules/lchown: Make it clear it doesn't follow symlinks.
1657         (Files): Remove lib/lchown.h
1658         (Depends-on): Add unistd.
1659         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
1660         (Include): Include <unistd.h>, not "lchown.h".
1661         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
1662         REPLACE_LCHOWN.
1663
1664 2007-06-15  Jim Meyering  <jim@meyering.net>
1665
1666         Change license (GPL to LGPL) of fsusage and dependents.
1667         * modules/fsusage (License): Change to LGPL.
1668         * modules/full-read (License): Likewise.
1669         * modules/full-write (License): Likewise.
1670         * modules/safe-read (License): Likewise.
1671         * modules/safe-write (License): Likewise.
1672
1673 2007-06-14  Ben Pfaff  <blp@gnu.org>
1674
1675         Missing part of allocsa -> malloca transition.
1676         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
1677         gl_MALLOCA.
1678
1679 2007-06-12  Bruno Haible  <bruno@clisp.org>
1680
1681         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
1682         to ia64, x86_64, i386.
1683         Reported by Eric Blake.
1684
1685 2007-06-12  Bruno Haible  <bruno@clisp.org>
1686
1687         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
1688         cross-compiling to x86_64.
1689
1690 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
1691
1692         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
1693         glitch reported by Ralf Wildenhues in
1694         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
1695
1696         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
1697         Vin Shelton.
1698
1699 2007-06-11  Bruno Haible  <bruno@clisp.org>
1700
1701         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
1702         replacement string.
1703         Reported by Eric Blake.
1704
1705 2007-06-10  Bruno Haible  <bruno@clisp.org>
1706
1707         Prepare vasnprintf code for use with Unicode strings.
1708         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
1709         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
1710         TYPE_U32_STRING.
1711         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
1712         a_u32_string variants.
1713         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
1714         * lib/printf-args.c: Don't include config.h and the specification
1715         header if PRINTF_FETCHARGS is already defined.
1716         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
1717         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
1718         TYPE_U16_STRING, TYPE_U32_STRING.
1719         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
1720         u16_directive, u16_directives, u32_directive, u32_directives): New
1721         types.
1722         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
1723         New declarations.
1724         * lib/printf-parse.c: Don't include config.h and the specification
1725         header if PRINTF_PARSE is already defined. Eliminate the set of
1726         parameters for WIDE_CHAR_VERSION; the user of this file must provide
1727         them now. Include c-ctype.h.
1728         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
1729         directive and CHAR_T_ONLY_ASCII.
1730         * lib/vasnprintf.c: Don't include config.h and the specification header
1731         if VASNPRINTF is already defined.
1732         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
1733         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
1734         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
1735         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
1736         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
1737         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
1738         code accordingly.
1739         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
1740         pad_ourselves also in this case, with the 'c' and 's' directives, and
1741         with a different notion of "width".
1742         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
1743
1744 2007-06-10  Bruno Haible  <bruno@clisp.org>
1745
1746         * modules/unistr/u32-mbsnlen: New file.
1747         * lib/unistr/u32-mbsnlen.c: New file.
1748
1749         * modules/unistr/u16-mbsnlen: New file.
1750         * lib/unistr/u16-mbsnlen.c: New file.
1751
1752         * modules/unistr/u8-mbsnlen: New file.
1753         * lib/unistr/u8-mbsnlen.c: New file.
1754
1755         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
1756         declarations.
1757
1758 2007-06-10  Bruno Haible  <bruno@clisp.org>
1759
1760         * lib/string_.h (mbsnlen): New declaration.
1761         * lib/mbsnlen.c: New file.
1762         * m4/mbsnlen.m4: New file.
1763         * modules/mbsnlen: New file.
1764         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
1765         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
1766         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
1767
1768 2007-06-10  Bruno Haible  <bruno@clisp.org>
1769
1770         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
1771
1772 2007-06-10  Bruno Haible  <bruno@clisp.org>
1773
1774         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
1775         * lib/mbuiter.h: Likewise.
1776
1777 2007-06-10  Bruno Haible  <bruno@clisp.org>
1778
1779         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
1780         declaration.
1781
1782 2007-06-10  Karl Berry  <karl@gnu.org>
1783
1784         * config/srclist.txt: remove gettext entries, Bruno prefers
1785         to update individually.
1786
1787 2007-06-10  Bruno Haible  <bruno@clisp.org>
1788
1789         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
1790         'maxlen'. Ensure only length + width bytes are allocated, not
1791         length + 1 + width.
1792
1793 2007-06-09  Bruno Haible  <bruno@clisp.org>
1794
1795         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
1796         (CHAR_T): Remove macro.
1797         (VASNPRINTF): Update.
1798
1799 2007-06-09  Bruno Haible  <bruno@clisp.org>
1800
1801         * MODULES.html.sh (Unicode string functions): Add the new modules.
1802
1803         * modules/uniconv/u32-conv-to-enc: New file.
1804         * lib/uniconv/u32-conv-to-enc.c: New file.
1805         * modules/uniconv/u32-conv-to-enc-tests: New file.
1806         * tests/uniconv/test-u32-conv-to-enc.c: New file.
1807
1808         * modules/uniconv/u16-conv-to-enc: New file.
1809         * lib/uniconv/u16-conv-to-enc.c: New file.
1810         * lib/uniconv/u-conv-to-enc.h: New file.
1811         * modules/uniconv/u16-conv-to-enc-tests: New file.
1812         * tests/uniconv/test-u16-conv-to-enc.c: New file.
1813
1814         * modules/uniconv/u8-conv-to-enc: New file.
1815         * lib/uniconv/u8-conv-to-enc.c: New file.
1816         * modules/uniconv/u8-conv-to-enc-tests: New file.
1817         * tests/uniconv/test-u8-conv-to-enc.c: New file.
1818
1819         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
1820         u32_conv_to_encoding): New declarations.
1821
1822 2007-06-09  Bruno Haible  <bruno@clisp.org>
1823
1824         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
1825
1826 2007-06-09  Bruno Haible  <bruno@clisp.org>
1827
1828         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
1829         * modules/malloca: Renamed from modules/allocsa, updated.
1830         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
1831         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
1832         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
1833         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
1834         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
1835         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
1836         * modules/xmalloca: Renamed from modules/xallocsa, updated.
1837         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
1838         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
1839         * modules/c-strcasestr (Depends-on): Update.
1840         * lib/c-strcasestr.c: Update.
1841         * modules/c-strstr (Depends-on): Update.
1842         * lib/c-strstr.c: Update.
1843         * modules/canonicalize-lgpl (Depends-on): Update.
1844         * lib/canonicalize-lgpl.c: Update.
1845         * modules/clean-temp (Depends-on): Update.
1846         * lib/clean-temp.c: Update.
1847         * modules/csharpcomp (Depends-on): Update.
1848         * lib/csharpcomp.c: Update.
1849         * modules/csharpexec (Depends-on): Update.
1850         * lib/csharpexec.c: Update.
1851         * modules/javacomp (Depends-on): Update.
1852         * lib/javacomp.c: Update.
1853         * modules/javaexec (Depends-on): Update.
1854         * lib/javaexec.c: Update.
1855         * modules/mbscasestr (Depends-on): Update.
1856         * lib/mbscasestr.c: Update.
1857         * modules/mbsstr (Depends-on): Update.
1858         * lib/mbsstr.c: Update.
1859         * modules/setenv (Depends-on): Update.
1860         * lib/setenv.c: Update.
1861         * modules/strcasestr (Depends-on): Update.
1862         * lib/strcasestr.c: Update.
1863         * modules/striconveha (Depends-on): Update.
1864         * lib/striconveha.c: Update.
1865         * modules/relocatable-prog-wrapper (Files): Update.
1866         * lib/relocwrapper.c: Update.
1867         * build-aux/install-reloc: Update.
1868         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
1869
1870 2007-06-08  Bruno Haible  <bruno@clisp.org>
1871
1872         Port to uClibc.
1873         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
1874         * lib/fpurge.c (fpurge): Likewise.
1875         * lib/freading.c (freading): Likewise.
1876         * lib/fseeko.c (rpl_fseeko): Likewise.
1877         * lib/fseterr.c (fseterr): Likewise.
1878         * lib/fwriting.c (fwriting): Likewise.
1879         * tests/test-fflush.c (main): Avoid a failure on uClibc.
1880
1881 2007-06-08  Bruno Haible  <bruno@clisp.org>
1882
1883         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
1884         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
1885         * modules/gettext (Files): Add m4/intlmacosx.m4.
1886
1887 2007-06-07  Bruno Haible  <bruno@clisp.org>
1888
1889         * modules/localename-tests: New file.
1890         * tests/test-localename.c: New file.
1891
1892         New module 'localename'.
1893         * lib/localename.h: New file.
1894         * lib/localename.c: New file, from GNU gettext.
1895         * m4/localename.m4: New file.
1896         * modules/localename: New file.
1897
1898 2007-06-07  Bruno Haible  <bruno@clisp.org>
1899
1900         Work around the lack of <wchar.h> on some builds of uClibc.
1901         * doc/headers/wchar.texi: Update.
1902         * lib/wchar_.h: Include <wchar.h> only if it exists.
1903         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
1904         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
1905         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
1906         doesn't exist.
1907         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
1908         * modules/mbfile (Depends-on): Add wchar.
1909         * modules/mbiter (Depends-on): Likewise.
1910         * modules/mbuiter (Depends-on): Likewise.
1911         Reported by Simon Josefsson.
1912
1913 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
1914
1915         Work around problem reported by Steven M. Schweda in
1916         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
1917         Tru64 5.1B with the Compaq compiler environment installed declares
1918         an 'isblank' function but does not define it in the C library.
1919         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
1920         * lib/regex_internal.h (isblank): Likewise.
1921         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
1922         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
1923
1924 2007-06-05  Bruno Haible  <bruno@clisp.org>
1925
1926         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
1927         ia64.
1928         * modules/printf-safe: New file.
1929         * modules/fprintf-posix (Depends-on): Add printf-safe.
1930         * modules/printf-posix (Depends-on): Likewise.
1931         * modules/snprintf-posix (Depends-on): Likewise.
1932         * modules/sprintf-posix (Depends-on): Likewise.
1933         * modules/vasnprintf-posix (Depends-on): Likewise.
1934         * modules/vasprintf-posix (Depends-on): Likewise.
1935         * modules/vfprintf-posix (Depends-on): Likewise.
1936         * modules/vprintf-posix (Depends-on): Likewise.
1937         * modules/vsnprintf-posix (Depends-on): Likewise.
1938         * modules/vsprintf-posix (Depends-on): Likewise.
1939         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
1940         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
1941         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
1942         "no" on i386, x86_64, ia64.
1943         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
1944         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
1945         on i386, x86_64, ia64.
1946         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
1947         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
1948         on i386, x86_64, ia64.
1949         * tests/test-vasnprintf-posix.c: Include float.h.
1950         (LDBL80_WORDS): New macro.
1951         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
1952         on i386, x86_64, ia64.
1953         * tests/test-vasprintf-posix.c: Include float.h.
1954         (LDBL80_WORDS): New macro.
1955         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
1956         on i386, x86_64, ia64.
1957         * tests/test-snprintf-posix.c: Include float.h.
1958         * tests/test-sprintf-posix.c: Likewise.
1959         * tests/test-vsnprintf-posix.c: Likewise.
1960         * tests/test-vsprintf-posix.c: Likewise.
1961
1962 2007-06-05  Bruno Haible  <bruno@clisp.org>
1963
1964         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
1965         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
1966         non-IEEE numbers on i386, x86_64, ia64.
1967         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
1968         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
1969         * tests/test-isnanl.h: Include float.h.
1970         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
1971
1972 2007-06-05  Bruno Haible  <bruno@clisp.org>
1973
1974         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
1975         also the %a / %A. Handle the %a / %A code before this extra handling.
1976
1977 2007-06-05  Bruno Haible  <bruno@clisp.org>
1978
1979         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
1980         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
1981
1982 2007-06-05  Bruno Haible  <bruno@clisp.org>
1983
1984         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
1985         typo in variable name.
1986
1987 2007-06-05  Eric Blake  <ebb9@byu.net>
1988
1989         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
1990         Reported by Simon Josefsson.
1991
1992 2007-06-04  Bruno Haible  <bruno@clisp.org>
1993
1994         Avoid test failures on some PowerPC platforms.
1995         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
1996         Define differently for PowerPC.
1997         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
1998         Reported by Gary V. Vaughan <gary@gnu.org>.
1999
2000 2007-06-02  Bruno Haible  <bruno@clisp.org>
2001
2002         Fix test-stdint failure on FreeBSD/ia64.
2003         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
2004         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
2005         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
2006         * doc/headers/stdint.texi: Update.
2007
2008 2007-06-01  Bruno Haible  <bruno@clisp.org>
2009
2010         * tests/test-binary-io.c (main): Pass a third argument to open().
2011         Reported by Gary V. Vaughan <gary@gnu.org>.
2012
2013 2007-06-01  Bruno Haible  <bruno@clisp.org>
2014
2015         * doc/functions/frexpl.texi: Update for mingw.
2016
2017 2007-06-01  Bruno Haible  <bruno@clisp.org>
2018
2019         * tests/test-lseek.c (main): Disable test of errno for invalid third
2020         argument.
2021         * doc/functions/lseek.texi: Update.
2022         Reported by Gary V. Vaughan <gary@gnu.org>.
2023
2024 2007-05-28  Bruno Haible  <bruno@clisp.org>
2025
2026         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
2027
2028 2007-05-31  Eric Blake  <ebb9@byu.net>
2029
2030         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
2031         cross compiling.
2032
2033 2007-05-30  Eric Blake  <ebb9@byu.net>
2034         and Bruno Haible  <bruno@clisp.org>
2035
2036         Work around mingw test failures exposed by m4-1.4.9b.
2037         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
2038         * tests/test-unistd.c: Disable uid_t and git_t tests for the
2039         moment.
2040
2041 2007-05-30  Bruno Haible  <bruno@clisp.org>
2042
2043         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
2044         assuming that they are closed. Needed on HP-UX 11.
2045
2046 2007-05-29  Bruno Haible  <bruno@clisp.org>
2047
2048         Fix a problem with #include_next.
2049         * lib/dirent_.h: Split the double-inclusion guard.
2050         * lib/fcntl_.h: Likewise.
2051         * lib/float_.h: Likewise.
2052         * lib/iconv_.h: Likewise.
2053         * lib/inttypes_.h: Likewise.
2054         * lib/locale_.h: Likewise.
2055         * lib/math_.h: Likewise.
2056         * lib/netinet_in_.h: Likewise.
2057         * lib/search_.h: Likewise.
2058         * lib/signal_.h: Likewise.
2059         * lib/stdint_.h: Likewise.
2060         * lib/stdio_.h: Likewise.
2061         * lib/stdlib_.h: Likewise.
2062         * lib/string_.h: Likewise.
2063         * lib/sys_select_.h: Likewise.
2064         * lib/sys_socket_.h: Likewise.
2065         * lib/sys_stat_.h: Likewise.
2066         * lib/sys_time_.h: Likewise.
2067         * lib/sysexits_.h: Likewise.
2068         * lib/time_.h: Likewise.
2069         * lib/unistd_.h: Likewise.
2070         * lib/wchar_.h: Likewise.
2071         * lib/wctype_.h: Likewise.
2072
2073 2007-05-29  Bruno Haible  <bruno@clisp.org>
2074
2075         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
2076         for the moment.
2077
2078 2007-05-29  Bruno Haible  <bruno@clisp.org>
2079
2080         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
2081         invocation.
2082         Reported by Eric Blake.
2083
2084 2007-05-29  Bruno Haible  <bruno@clisp.org>
2085
2086         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
2087         compiling case.
2088
2089 2007-05-29  Eric Blake  <ebb9@byu.net>
2090             Bruno Haible  <bruno@clisp.org>
2091
2092         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
2093         cross compiles.
2094
2095 2007-05-28  Eric Blake  <ebb9@byu.net>
2096
2097         * modules/closein-tests (test_closein_LDADD): Support test on
2098         cygwin with libtool.
2099
2100 2007-05-28  Bruno Haible  <bruno@clisp.org>
2101
2102         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
2103         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
2104         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
2105         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
2106         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
2107         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
2108         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
2109         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
2110         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
2111
2112 2007-05-28  Eric Blake  <ebb9@byu.net>
2113
2114         Unconditionally include <config.h> in unit tests.
2115         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
2116         * tests/test-allocsa.c, tests/test-arcfour.c,
2117         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
2118         tests/test-array_list.c, tests/test-array_oset.c,
2119         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
2120         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
2121         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
2122         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
2123         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
2124         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
2125         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
2126         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
2127         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
2128         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
2129         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
2130         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
2131         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
2132         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
2133         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
2134         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
2135         test-md5.c, test-memmem.c, test-printf-posix.c,
2136         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
2137         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
2138         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
2139         test-strcasestr.c, test-striconv.c, test-striconveh.c,
2140         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
2141         test-vasnprintf-posix2.c, test-vasnprintf.c,
2142         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
2143         test-vfprintf-posix.c, test-vprintf-posix.c,
2144         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
2145         test-xvasprintf.c: Likewise.
2146
2147 2007-05-28  Bruno Haible  <bruno@clisp.org>
2148
2149         * gnulib-tool (func_import): Remember the --with-tests command-line
2150         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
2151         Reported by Eric Blake.
2152
2153 2007-05-28  Bruno Haible  <bruno@clisp.org>
2154
2155         * modules/ftell-tests: New file.
2156         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
2157         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
2158
2159         * lib/ftell.c: New file.
2160         * modules/ftell: New file.
2161         * m4/ftell.m4: New file.
2162         * doc/functions/ftell.texi: Update.
2163         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
2164         REPLACE_FTELL.
2165         * lib/stdio_.h (rpl_ftell): New declaration.
2166         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
2167         REPLACE_FTELL.
2168
2169 2007-05-28  Eric Blake  <ebb9@byu.net>
2170
2171         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
2172
2173 2007-05-28  Bruno Haible  <bruno@clisp.org>
2174
2175         * modules/fseek-tests: New file.
2176         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
2177         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
2178
2179         * lib/fseek.c: New file.
2180         * modules/fseek: New file.
2181         * m4/fseek.m4: New file.
2182         * doc/functions/fseek.texi: Update.
2183         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
2184         REPLACE_FSEEK.
2185         * lib/stdio_.h (rpl_fseek): New declaration.
2186         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
2187         REPLACE_FSEEK.
2188
2189 2007-05-28  Bruno Haible  <bruno@clisp.org>
2190
2191         * lib/stdio_.h (fflush): More comments.
2192
2193 2007-05-28  Bruno Haible  <bruno@clisp.org>
2194
2195         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
2196         runtime test.
2197
2198 2007-05-28  Eric Blake  <ebb9@byu.net>
2199
2200         Improve lseek module.
2201         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
2202         * lib/unistd_.h (lseek): Scale back link warning message.
2203         * tests/test-lseek.c: Beef up test.
2204         * tests/test-lseek.sh: Exercise more facets of lseek.
2205         Reported by Bruno Haible.
2206
2207 2007-05-28  Bruno Haible  <bruno@clisp.org>
2208
2209         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
2210         to define.
2211
2212 2007-05-27  Bruno Haible  <bruno@clisp.org>
2213
2214         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
2215
2216 2007-05-27  Bruno Haible  <bruno@clisp.org>
2217
2218         * modules/openmp: New file.
2219         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
2220         Noah Misch.
2221
2222 2007-05-26  Bruno Haible  <bruno@clisp.org>
2223
2224         * modules/chdir-long (Depends-on): Add fchdir.
2225         * modules/chdir-safer (Depends-on): Likewise.
2226         * modules/fts (Depends-on): Likewise.
2227         * modules/fts-lgpl (Depends-on): Likewise.
2228         * modules/openat (Depends-on): Likewise.
2229         * modules/savewd (Depends-on): Likewise.
2230
2231 2007-05-24  Eric Blake  <ebb9@byu.net>
2232
2233         Fix lseek on mingw.
2234         * modules/lseek: New module.
2235         * m4/lseek.m4: New file.
2236         * lib/lseek.c: New file.
2237         * modules/lseek-tests: New file.
2238         * tests/test-lseek.c: New file.
2239         * tests/test-lseek.sh: New file.
2240         * MODULES.html.sh: Document lseek module.
2241         * modules/fflush (Depends-on): Add lseek, fseeko.
2242         * modules/fseeko (Depends-on): Likewise.
2243         * modules/ftello (Depends-on): Likewise.
2244         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
2245         broken.
2246         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
2247         broken.
2248         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
2249         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
2250         * lib/ftello.c (rpl_ftello): Likewise.
2251         * tests/test-fseeko.c (main): Test this.
2252         * tests/test-fseeko.sh: Likewise.
2253         * tests/test-ftello.c (main): Likewise.
2254         * tests/test-ftello.sh: Likewise.
2255         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
2256         implies replacing fseek.
2257         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
2258         HAVE_FTELLO.
2259         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
2260         * modules/unistd (Makefile.am): Likewise.
2261         * lib/unistd_.h (lseek): Declare a replacement.
2262         * doc/functions/lseek.texi (lseek): Document this fix.
2263         * doc/functions/fseek.texi (fseek): Likewise.
2264         * doc/functions/ftell.texi (ftell): Likewise.
2265
2266 2007-05-24  Bruno Haible  <bruno@clisp.org>
2267
2268         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
2269         in the printed representation of a NaN.
2270         * tests/test-vasprintf-posix.c (test_function): Likewise.
2271         * tests/test-snprintf-posix.h (test_function): Likewise.
2272         * tests/test-sprintf-posix.h (test_function): Likewise.
2273         Reported by Eric Blake.
2274
2275 2007-05-23  Eric Blake  <ebb9@byu.net>
2276
2277         Fix fseeko/ftello on cygwin 1.5.24.
2278         * doc/functions/fseeko.texi (fseeko): Document the fix.
2279         * doc/functions/ftello.texi (ftello): Document the fix.
2280         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
2281         * doc/functions/stdout.text (stdout): New file.
2282         * doc/functions/stderr.text (stderr): New file.
2283         * doc/gnulib.texi (Function Substitutes): Use new files.
2284         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
2285         prior to 1.7.0.
2286         * tests/test-ftello.c (main): Likewise for ftello.
2287         * tests/test-fseeko.sh: New file.
2288         * tests/test-ftello.sh: New file.
2289         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
2290         with seekable stdin.
2291         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
2292         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
2293         (gl_REPLACE_FSEEKO): New macro.
2294         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
2295         * modules/fseeko (Files): Distribute fseeko.c.
2296         * modules/ftello (Files): Distribute ftello.c.
2297         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
2298         mode.
2299         * lib/ftello.c (rpl_ftello): New file.
2300         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
2301         fseeko, ftello.
2302         (gl_STDIN_LARGE_OFFSET): New macro.
2303         * modules/stdio (Makefile.am): Perform the replacement.
2304         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
2305
2306 2007-05-23  Bruno Haible  <bruno@clisp.org>
2307
2308         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
2309         GNULIB_POSIXCHECK is defined.
2310
2311 2007-05-21  Bruno Haible  <bruno@clisp.org>
2312
2313         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
2314         Check also the output for NaN arguments. When cross-compiling, guess
2315         no on IRIX.
2316         * lib/vasnprintf.c: Update comments.
2317         * tests/test-vasnprintf-posix.c (strisnan): New function.
2318         (test_function): Use it.
2319         * tests/test-vasprintf-posix.c (strisnan): New function.
2320         (test_function): Use it.
2321         * tests/test-snprintf-posix.h (strisnan): New function.
2322         (test_function): Use it.
2323         * tests/test-sprintf-posix.h (strisnan): New function.
2324         (test_function): Use it.
2325         Reported by Eric Blake.
2326
2327 2007-05-20  Bruno Haible  <bruno@clisp.org>
2328
2329         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
2330         numbers that fails on BeOS.
2331         * doc/functions/frexpl.texi: Update.
2332
2333 2007-05-20  Jim Meyering  <jim@meyering.net>
2334
2335         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
2336         forced upon us by glibc-2.6.
2337
2338 2007-05-20  Bruno Haible  <bruno@clisp.org>
2339
2340         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
2341         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
2342         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
2343         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
2344         NEED_PRINTF_INFINITE.
2345         (is_infinitel): New function.
2346         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
2347         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
2348         gl_PREREQ_VASNPRINTF_INFINITE.
2349         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
2350         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
2351         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
2352         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
2353         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
2354         gl_PREREQ_VASNPRINTF_INFINITE.
2355         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
2356         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
2357         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
2358         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
2359         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
2360         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
2361         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
2362         * doc/functions/fprintf.texi: Update.
2363         * doc/functions/printf.texi: Update.
2364         * doc/functions/snprintf.texi: Update.
2365         * doc/functions/sprintf.texi: Update.
2366         * doc/functions/vfprintf.texi: Update.
2367         * doc/functions/vprintf.texi: Update.
2368         * doc/functions/vsnprintf.texi: Update.
2369         * doc/functions/vsprintf.texi: Update.
2370
2371 2007-05-20  Bruno Haible  <bruno@clisp.org>
2372
2373         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
2374         was not found in libc.
2375         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
2376
2377 2007-05-20  Bruno Haible  <bruno@clisp.org>
2378
2379         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
2380         printed as "-nan" instead of "nan".
2381         * tests/test-vasprintf-posix.c (test_function): Likewise.
2382         * tests/test-snprintf-posix.h (test_function): Likewise.
2383         * tests/test-sprintf-posix.h (test_function): Likewise.
2384         Needed for HP-UX 11.
2385
2386 2007-05-20  Jim Meyering  <jim@meyering.net>
2387
2388         Fix buggy test for the fchownat-deref bug.
2389         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
2390         symlink required for the run-test.  Without it, this test would
2391         always declare that fchownat doesn't work, and client code would
2392         unnecessarily use the replacement function with fixed libc.
2393         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
2394         Reported by Greg Schafer.
2395
2396 2007-05-19  Bruno Haible  <bruno@clisp.org>
2397
2398         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
2399         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
2400         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
2401         Needed for IRIX 6.5 and Solaris 2.5.1.
2402
2403 2007-05-19  Bruno Haible  <bruno@clisp.org>
2404
2405         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
2406         (test_function): Skip tests involving -0.0 on platforms where
2407         -0.0 = 0.0.
2408         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
2409         (test_function): Skip tests involving -0.0 on platforms where
2410         -0.0 = 0.0.
2411         * tests/test-snprintf-posix.h (have_minus_zero): New function.
2412         (test_function): Skip tests involving -0.0 on platforms where
2413         -0.0 = 0.0.
2414         * tests/test-sprintf-posix.h (have_minus_zero): New function.
2415         (test_function): Skip tests involving -0.0 on platforms where
2416         -0.0 = 0.0.
2417         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
2418         tests.
2419         * tests/test-printf-posix.h (test_function): Likewise.
2420         * tests/test-printf-posix.output: Remove all -0.0 related results.
2421         Needed for IRIX 6.5.
2422
2423 2007-05-19  Bruno Haible  <bruno@clisp.org>
2424
2425         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
2426         printed as "nan0x7fffffff" instead of "nan".
2427         * tests/test-vasprintf-posix.c (test_function): Likewise.
2428         * tests/test-snprintf-posix.h (test_function): Likewise.
2429         * tests/test-sprintf-posix.h (test_function): Likewise.
2430         * tests/test-fprintf-posix.h (NaN): Remove macro.
2431         (test_function): Remove all NaN related tests.
2432         * tests/test-printf-posix.h (NaN): Remove macro.
2433         (test_function): Remove all NaN related tests.
2434         * tests/test-printf-posix.output: Remove all NaN related results.
2435         Needed for IRIX 6.5.
2436
2437 2007-05-19  Bruno Haible  <bruno@clisp.org>
2438
2439         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
2440         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
2441
2442 2007-05-19  Bruno Haible  <bruno@clisp.org>
2443
2444         * lib/float_.h: New file.
2445         * m4/float_h.m4: New file.
2446         * modules/float: New file.
2447         * modules/isnanl (Dependencies): Add float.
2448         * modules/isnanl-nolibm (Dependencies): Likewise.
2449         * modules/mathl (Dependencies): Likewise.
2450         * modules/printf-frexpl (Dependencies): Likewise.
2451         * modules/signbit (Dependencies): Likewise.
2452         * modules/vasnprintf (Dependencies): Likewise.
2453         * doc/headers/float.texi: Update.
2454
2455 2007-05-19  Jim Meyering  <jim@meyering.net>
2456
2457         * lib/utimens.c (gl_futimens): Rename from futimens,
2458         now that glibc-2.6 declares futimens.
2459         * lib/utimens.h: Likewise.
2460
2461 2007-05-19  Bruno Haible  <bruno@clisp.org>
2462
2463         Avoid test failures on mingw.
2464         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
2465         * tests/test-printf-posix.sh: Likewise.
2466         * tests/test-vfprintf-posix.sh: Likewise.
2467         * tests/test-vprintf-posix.sh: Likewise.
2468
2469 2007-05-19  Bruno Haible  <bruno@clisp.org>
2470
2471         Fix *printf result for NaN, Inf, -0.0 on mingw.
2472         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
2473         * lib/vasnprintf.c: Include math.h and isnan.h.
2474         (is_infinite_or_zero): New function.
2475         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
2476         values in the %f, %F, %e, %E, %g, %G directives.
2477         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
2478         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
2479         gl_PRINTF_INFINITE and test its result. Invoke
2480         gl_PREREQ_VASNPRINTF_INFINITE.
2481         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
2482         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
2483         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
2484         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
2485         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
2486         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
2487         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
2488         * doc/functions/fprintf.texi: Update.
2489         * doc/functions/printf.texi: Update.
2490         * doc/functions/snprintf.texi: Update.
2491         * doc/functions/sprintf.texi: Update.
2492         * doc/functions/vfprintf.texi: Update.
2493         * doc/functions/vprintf.texi: Update.
2494         * doc/functions/vsnprintf.texi: Update.
2495         * doc/functions/vsprintf.texi: Update.
2496
2497 2007-05-19  Bruno Haible  <bruno@clisp.org>
2498
2499         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
2500         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
2501         Instead of multiplying with 10^k, set extra_zeroes to k.
2502         (scale10_round_long_double): Remove function.
2503
2504 2007-05-18  Bruno Haible  <bruno@clisp.org>
2505
2506         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
2507         introduced on 2007-05-06.
2508
2509 2007-05-18  Bruno Haible  <bruno@clisp.org>
2510
2511         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
2512         %g directives.
2513         * tests/test-vasprintf-posix.c (test_function): Likewise.
2514         * tests/test-snprintf-posix.h (test_function): Likewise.
2515         * tests/test-sprintf-posix.h (test_function): Likewise.
2516
2517 2007-05-18  Bruno Haible  <bruno@clisp.org>
2518
2519         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
2520         (strmatch): New function.
2521         (test_function): Test the %f directive on numbers of various exponents.
2522         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
2523         (strmatch): New function.
2524         (test_function): Test the %f directive on numbers of various exponents.
2525         * tests/test-snprintf-posix.h (strmatch): New function.
2526         (test_function): Test the %f directive on numbers of various exponents.
2527         * tests/test-sprintf-posix.h (strmatch): New function.
2528         (test_function): Test the %f directive on numbers of various exponents.
2529         * tests/test-snprintf-posix.c (SIZEOF): New macro.
2530         * tests/test-sprintf-posix.c (SIZEOF): New macro.
2531         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
2532         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
2533
2534 2007-05-18  Bruno Haible  <bruno@clisp.org>
2535
2536         Add support for 'long double' number output.
2537         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
2538         * lib/vasnprintf.c: Include math.h and float+.h.
2539         (mp_limb_t): New type.
2540         (GMP_LIMB_BITS): New macro.
2541         (mp_twolimb_t): New type.
2542         (GMP_TWOLIMB_BITS): New macro.
2543         (mpn_t): New type.
2544         (multiply, divide, convert_to_decimal, decode_long_double,
2545         scale10_round_long_double, scale10_round_decimal_long_double,
2546         floorlog10l): New functions.
2547         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
2548         for the %f, %F, %e, %E, %g, %G directives.
2549         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
2550         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
2551         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
2552         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
2553         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
2554         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
2555         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
2556         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
2557         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
2558         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
2559         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
2560         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
2561         * modules/snprintf-posix (Depends-on): Likewise.
2562         * modules/sprintf-posix (Depends-on): Likewise.
2563         * modules/vasnprintf-posix (Depends-on): Likewise.
2564         * modules/vasprintf-posix (Depends-on): Likewise.
2565         * modules/vfprintf-posix (Depends-on): Likewise.
2566         * modules/vsnprintf-posix (Depends-on): Likewise.
2567         * modules/vsprintf-posix (Depends-on): Likewise.
2568         * modules/vasnprintf (Files): Add lib/float+.h.
2569         * doc/functions/fprintf.texi: Update.
2570         * doc/functions/printf.texi: Update.
2571         * doc/functions/snprintf.texi: Update.
2572         * doc/functions/sprintf.texi: Update.
2573         * doc/functions/vfprintf.texi: Update.
2574         * doc/functions/vprintf.texi: Update.
2575         * doc/functions/vsnprintf.texi: Update.
2576         * doc/functions/vsprintf.texi: Update.
2577
2578 2007-05-18  Bruno Haible  <bruno@clisp.org>
2579
2580         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
2581
2582 2007-05-18  Bruno Haible  <bruno@clisp.org>
2583
2584         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
2585         for printing 64-bit integers. Needed for mingw.
2586
2587 2007-05-18  Bruno Haible  <bruno@clisp.org>
2588
2589         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
2590         gl_FUNC_FREXPL_WORKS.
2591         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
2592
2593 2007-05-18  Bruno Haible  <bruno@clisp.org>
2594
2595         * modules/frexpl-nolibm-tests: New file.
2596
2597         * modules/frexpl-nolibm: New file.
2598         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
2599
2600 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
2601
2602         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
2603         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
2604         GCC 4.2, which otherwise issues a lot of warnings.
2605         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
2606         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
2607         Likewise.
2608         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
2609         * modules/iconv_open (iconv.h): Likewise.
2610         * modules/locale (locale.h): Likewise.
2611         * modules/netinet_in (netinet/in.h): Likewise.
2612         * modules/sys_select (sys_select.h): Likewise.
2613         * modules/sys_socket (sys/socket.h): Likewise.
2614         * modules/sys_stat (sys/stat.h): Likewise.
2615         * modules/sysexits (sysexits.h): Likewise.
2616         * modules/unistd (unistd.h): Likewise.
2617
2618 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2619
2620         * modules/closein-tests (Makefile.am): Distribute
2621         `test-closein.sh'.
2622
2623 2007-05-17  Bruno Haible  <bruno@clisp.org>
2624
2625         * tests/test-printf-posix.output: Renamed from
2626         tests/test-fprintf-posix.out.
2627         * modules/fprintf-posix-tests: Update.
2628         * modules/printf-posix-tests: Update.
2629         * modules/vfprintf-posix-tests: Update.
2630         * modules/vprintf-posix-tests: Update.
2631         * tests/test-fprintf-posix.sh: Update.
2632         * tests/test-printf-posix.sh: Update.
2633         * tests/test-vfprintf-posix.sh: Update.
2634         * tests/test-vprintf-posix.sh: Update.
2635         Reported by Ralf Wildenhues.
2636
2637 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
2638
2639         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
2640         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
2641         GCC 4.2, which otherwise issues a lot of warnings.
2642         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
2643         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
2644         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
2645         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
2646         it should no longer be needed.
2647         * lib/string_.h: Likewise.
2648         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
2649         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
2650         * modules/inttypes (inttypes.h): Likewise.
2651         * modules/math (math.h): Likewise.
2652         * modules/search (search.h): Likewise.
2653         * modules/signal (signal.h): Likewise.
2654         * modules/stdint (stdint.h): Likewise.
2655         * modules/stdio (stdio.h): Likewise.
2656         * modules/stdlib (stdlib.h): Likewise.
2657         * modules/string (string.h): Likewise.
2658         * modules/sys_time (sys/time.h): Likewise.
2659         * modules/time (time.h): Likewise.
2660         * modules/wchar (wchar.h): Likewise.
2661         * modules/wctype (wtype.h): Likewise.
2662
2663 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
2664
2665         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
2666
2667 2007-05-13  Bruno Haible  <bruno@clisp.org>
2668
2669         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
2670         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
2671         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
2672         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
2673         (gl_PREREQ_STRTOK_R): Don't require it here.
2674
2675 2007-05-13  Bruno Haible  <bruno@clisp.org>
2676
2677         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
2678         when used in C++ mode.
2679
2680 2007-05-12  Bruno Haible  <bruno@clisp.org>
2681
2682         * lib/linebuffer.h: Tweak doc.
2683         * lib/linebuffer.c: Likewise.
2684
2685 2007-05-12  James Youngman  <jay@gnu.org>
2686
2687         * lib/linebuffer.c (readlinebuffer_delim): New function,
2688         like readlinebuffer, but use a caller-specified delimiter.
2689         (readlinebuffer): Just call readlinebuffer_delim with '\n'
2690         as the delimiter.
2691         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
2692
2693 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
2694
2695         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
2696         * modules/openat (Files): Remove openat-die.c.
2697         (Depends-on): Add openat-die.
2698         * modules/openat-die: New module.
2699
2700 2007-05-06  Bruno Haible  <bruno@clisp.org>
2701
2702         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
2703         Update with info about Cygwin.
2704         * doc/functions/fprintf.texi: Update.
2705         * doc/functions/printf.texi: Update.
2706         * doc/functions/snprintf.texi: Update.
2707         * doc/functions/sprintf.texi: Update.
2708         * doc/functions/vfprintf.texi: Update.
2709         * doc/functions/vprintf.texi: Update.
2710         * doc/functions/vsnprintf.texi: Update.
2711         * doc/functions/vsprintf.texi: Update.
2712         Reported by Eric Blake.
2713
2714 2007-05-06  Bruno Haible  <bruno@clisp.org>
2715
2716         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
2717         padding ourselves for the floating-point directives.
2718         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
2719         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
2720         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
2721         gl_PRINTF_FLAG_ZERO and test its result. Invoke
2722         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
2723         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
2724         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
2725         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
2726         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
2727         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
2728         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
2729         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
2730         * tests/test-snprintf-posix.h (test_function): Also check the width
2731         and some flags in the %f directive.
2732         * tests/test-sprintf-posix.h (test_function): Likewise.
2733         * tests/test-vasnprintf-posix.c (test_function): Likewise.
2734         * tests/test-vasprintf-posix.c (test_function): Likewise.
2735         * doc/functions/fprintf.texi: Update.
2736         * doc/functions/printf.texi: Update.
2737         * doc/functions/snprintf.texi: Update.
2738         * doc/functions/sprintf.texi: Update.
2739         * doc/functions/vfprintf.texi: Update.
2740         * doc/functions/vprintf.texi: Update.
2741         * doc/functions/vsnprintf.texi: Update.
2742         * doc/functions/vsprintf.texi: Update.
2743
2744 2007-05-06  Bruno Haible  <bruno@clisp.org>
2745
2746         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
2747         pass the ' flag character to sprintf or snprintf.
2748         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
2749         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
2750         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
2751         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
2752         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
2753         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
2754         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
2755         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
2756         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
2757         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
2758         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
2759         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
2760         * tests/test-snprintf-posix.h (test_function): Also check the grouping
2761         flag.
2762         * tests/test-sprintf-posix.h (test_function): Likewise.
2763         * tests/test-vasnprintf-posix.c (test_function): Likewise.
2764         * tests/test-vasprintf-posix.c (test_function): Likewise.
2765         * doc/functions/fprintf.texi: Update.
2766         * doc/functions/printf.texi: Update.
2767         * doc/functions/snprintf.texi: Update.
2768         * doc/functions/sprintf.texi: Update.
2769         * doc/functions/vfprintf.texi: Update.
2770         * doc/functions/vprintf.texi: Update.
2771         * doc/functions/vsnprintf.texi: Update.
2772         * doc/functions/vsprintf.texi: Update.
2773
2774 2007-05-01  Bruno Haible  <bruno@clisp.org>
2775
2776         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
2777
2778 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
2779
2780         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
2781         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
2782
2783 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
2784
2785         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
2786         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
2787         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
2788
2789 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
2790
2791         * lib/argp-help.c (struct hol_entry): New member `ord'.
2792         (HOL_ENTRY_PTRCMP): Use ord for comparison
2793         (hol_sort): Initialize ord.
2794
2795 2007-05-01  Bruno Haible  <bruno@clisp.org>
2796
2797         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
2798         Reported by Eric Blake.
2799         * doc/gnulib.texi (Function Substitutes): Update.
2800
2801 2007-05-01  Bruno Haible  <bruno@clisp.org>
2802
2803         * doc/functions.texi: Remove file, now redundant through
2804         doc/functions/*.texi.
2805
2806 2007-05-01  Bruno Haible  <bruno@clisp.org>
2807
2808         * modules/argp (Depends-on): Add sleep.
2809
2810 2007-05-01  Bruno Haible  <bruno@clisp.org>
2811
2812         * modules/sleep-tests: New file.
2813         * tests/test-sleep.c: New file.
2814
2815         * modules/sleep: New file.
2816         * lib/sleep.c: New file.
2817         * m4/sleep.m4: New file.
2818         * lib/unistd_.h (sleep): New declaration.
2819         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
2820         HAVE_SLEEP.
2821         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
2822         * doc/functions/sleep.texi: Document the sleep module.
2823
2824 2007-05-01  Bruno Haible  <bruno@clisp.org>
2825
2826         * lib/sigprocmask.h: Remove file.
2827         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
2828         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
2829         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
2830         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
2831         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
2832         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
2833         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
2834         HAVE_SIGSET_T as a shell variable.
2835         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
2836         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
2837         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
2838         (Depends-on): Add signal. Remove verify.
2839         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
2840         (Include): Mention <signal.h> instead of sigprocmask.h.
2841         * NEWS: Mention the change.
2842         * lib/fatal-signal.c: Don't include sigprocmask.h.
2843
2844 2007-05-01  Bruno Haible  <bruno@clisp.org>
2845
2846         * modules/signal: New file.
2847         * lib/signal_.h: New file.
2848         * m4/signal_h.m4: New file.
2849
2850 2007-05-01  Bruno Haible  <bruno@clisp.org>
2851
2852         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
2853         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
2854         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
2855         HAVE_WCTYPE_CTMP_BUG into wctype.h.
2856
2857 2007-05-01  Bruno Haible  <bruno@clisp.org>
2858
2859         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
2860         configure time.
2861         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
2862         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
2863         * modules/sys_stat (Makefile.am): Substitute their values into
2864         sys/stat.h.
2865
2866 2007-05-01  Bruno Haible  <bruno@clisp.org>
2867
2868         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
2869         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
2870         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
2871
2872 2007-05-01  Bruno Haible  <bruno@clisp.org>
2873
2874         * doc/header/assert.texi: Undo last change: don't mention the gnulib
2875         'assert' module here.
2876
2877 2007-05-01  Bruno Haible  <bruno@clisp.org>
2878
2879         * doc/functions/*.texi: New files.
2880         * doc/functions/google-ranking.txt: New file.
2881         * doc/gnulib.texi (Function Substitutes): New chapter.
2882         (ctime, inet_ntoa): Remove sections.
2883         * doc/ctime.texi: Remove file.
2884         * doc/inet_ntoa.texi: Remove file.
2885         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
2886         dependencies.
2887         (%.info): New rule, specifying a --reference-limit.
2888
2889 2007-05-01  Bruno Haible  <bruno@clisp.org>
2890
2891         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
2892
2893 2007-05-01  Bruno Haible  <bruno@clisp.org>
2894
2895         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
2896         the portability of 'mkdir' to mingw systems.
2897
2898 2007-05-01  Bruno Haible  <bruno@clisp.org>
2899
2900         * doc/headers/google-ranking.txt: New file.
2901
2902 2007-04-30  Eric Blake  <ebb9@byu.net>
2903
2904         Prefer fseeko to fseek.
2905         * modules/getpass (Depends-on): Add fseeko.
2906         * lib/getpass.c (getpass): Use fseeko, not fseek.
2907
2908 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
2909
2910         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
2911         assumes the sorting is stable, while most qsort implementations
2912         are not.  Use argument addresses to ensure they never compare as
2913         equal.
2914
2915         * tests/test-argp-2.sh (usage-indent test): Fix output
2916         (func_compare): Restore diff options
2917         * tests/test-argp.c: Restore #include "progname.h"
2918
2919 2007-04-29  Bruno Haible  <bruno@clisp.org>
2920
2921         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
2922         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
2923         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
2924         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
2925         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
2926         (configure.ac): Define CHECK_SNPRINTF_POSIX.
2927         (TESTS, check_PROGRAMS): Add test-snprintf.
2928         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
2929         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
2930         (TESTS, check_PROGRAMS): Add test-vsnprintf.
2931         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
2932         assertions that fail on HP-UX, OSF/1, or IRIX.
2933         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
2934
2935 2007-04-29  Bruno Haible  <bruno@clisp.org>
2936
2937         * MODULES.html.sh (posix_functions): Remove 'contents'.
2938
2939 2007-04-29  Karl Berry  <karl@gnu.org>
2940
2941         * config/srclist.txt (gendocs_template_min): new entry.
2942
2943 2007-04-29  Bruno Haible  <bruno@clisp.org>
2944
2945         Work around fpurge bug on BSD systems.
2946         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
2947         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
2948         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
2949         fpurge to rpl_fpurge if the system already has this function.
2950         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
2951         the case where the system already has this function. Correct invariants
2952         on BSD systems.
2953         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
2954         BSD systems.
2955
2956 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
2957
2958         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
2959         proposed by Sven Verdoolaege.
2960
2961         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
2962         options.
2963         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
2964         (usage and help tests): Update
2965
2966 2007-04-29  Bruno Haible  <bruno@clisp.org>
2967
2968         * tests/test-fflush.c (main): Use a file of size 17, not 10.
2969         Print more information in case of failure. Disable a test on BeOS.
2970
2971 2007-04-29  Bruno Haible  <bruno@clisp.org>
2972
2973         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
2974         This helps debugging on systems on which no gdb is available.
2975
2976 2007-04-29  Bruno Haible  <bruno@clisp.org>
2977
2978         * lib/freading.h: Improve comments.
2979         * lib/fwriting.h: Likewise.
2980         * tests/test-freading.c (main): Don't check freading immediately after
2981         repositioning. Needed for glibc.
2982
2983 2007-04-29  Bruno Haible  <bruno@clisp.org>
2984
2985         * lib/freading.c (freading): Trivial simplification.
2986
2987 2007-04-28  Bruno Haible  <bruno@clisp.org>
2988
2989         * tests/test-fwriting.c (main): Also test the interaction between
2990         fflush and fwriting.
2991         * modules/fwriting-tests (Depends-on): Add fflush.
2992
2993         * tests/test-freading.c (main): Also test the interaction between
2994         fflush and freading.
2995         * modules/freading-tests (Depends-on): Add fflush.
2996
2997 2007-04-28  Bruno Haible  <bruno@clisp.org>
2998
2999         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
3000         fseeko and ftello.
3001         Suggested by Eric Blake.
3002
3003 2007-04-28  Jim Meyering  <jim@meyering.net>
3004
3005         Avoid false-negative in gl_STDINT_H's C99 conformance test.
3006         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
3007         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
3008
3009 2007-04-27  Eric Blake  <ebb9@byu.net>
3010
3011         * doc/headers/assert.texi (assert.h): Document assert module use.
3012
3013 2007-04-27  Bruno Haible  <bruno@clisp.org>
3014
3015         * doc/headers/*.texi: New files.
3016         * doc/gnulib.texi (Header File Substitutes): New chapter.
3017         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
3018         dependencies.
3019         (standards.info ,standards.html, standards.dvi): Update dependencies.
3020         (mostlyclean, clean): New targets.
3021
3022 2007-04-27  Bruno Haible  <bruno@clisp.org>
3023
3024         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
3025         * modules/sysexits (Files, Makefile.am): Update.
3026
3027         * lib/sys_socket_.h: Renamed from lib/socket_.h.
3028         * modules/sys_socket (Files, Makefile.am): Update.
3029
3030         * lib/sys_stat_.h: Renamed from lib/stat_.h.
3031         * modules/sys_stat (Files, Makefile.am): Update.
3032
3033 2007-04-27  Eric Blake  <ebb9@byu.net>
3034
3035         * lib/freading.h: Improve comments.
3036         * lib/fwriting.h: Likewise.
3037         * lib/fflush.c: Likewise.
3038
3039         Fix closein for mingw.
3040         * modules/closein-tests: Add tests for closein.
3041         * tests/test-closein.c: New file.
3042         * tests/test-closein.sh: Likewise.
3043         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
3044         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
3045
3046 2007-04-27  Bruno Haible  <bruno@clisp.org>
3047
3048         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
3049         version is < 6.
3050         * lib/math_.h [__DECC]: Likewise.
3051         * lib/stdio_.h [__DECC]: Likewise.
3052         * lib/stdlib_.h [__DECC]: Likewise.
3053         * lib/string_.h [__DECC]: Likewise.
3054         * lib/time_.h [__DECC]: Likewise.
3055         * lib/wchar_.h [__DECC]: Likewise.
3056         * lib/wctype_.h [__DECC]: Likewise.
3057
3058 2007-04-27  Bruno Haible  <bruno@clisp.org>
3059
3060         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
3061
3062 2007-04-27  Bruno Haible  <bruno@clisp.org>
3063
3064         * lib/fflush.c: Add comments.
3065         * modules/fpurge-tests (Depends-on): Add fflush.
3066         * modules/freadable-tests (Depends-on): Likewise.
3067         * modules/fwritable-tests (Depends-on): Likewise.
3068
3069 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
3070
3071         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
3072         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
3073         Report by Bruno Haible <bruno@clisp.org>.
3074
3075 2007-04-26  Eric Blake  <ebb9@byu.net>
3076
3077         Fix fflush on mingw.
3078         * modules/fflush (Depends-on): Add freading.
3079         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
3080         but unread data.
3081
3082 2007-04-26  Eric Blake  <ebb9@byu.net>
3083         and Bruno Haible  <bruno@clisp.org>
3084
3085         Implement freading and fwriting.
3086         * lib/freading.c: New file.
3087         * lib/freading.h: Likewise.
3088         * m4/freading.m4: Likewise.
3089         * modules/freading: Likewise.
3090         * modules/freading-tests: Likewise.
3091         * tests/test-freading.c: Likewise.
3092         * lib/fwriting.c: New file.
3093         * lib/fwriting.h: Likewise.
3094         * m4/fwriting.m4: Likewise.
3095         * modules/fwriting: Likewise.
3096         * modules/fwriting-tests: Likewise.
3097         * tests/test-fwriting.c: Likewise.
3098         * MODULES.html.sh (File stream based Input/Output): Mention them.
3099
3100 2007-04-26  Bruno Haible  <bruno@clisp.org>
3101
3102         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
3103         'long' when we assume it.
3104         Suggested by Eric Blake.
3105
3106 2007-04-26  Bruno Haible  <bruno@clisp.org>
3107
3108         Ensure fseeko, ftello are declared on glibc systems.
3109         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
3110         * modules/fseeko (configure.ac-early): Likewise.
3111         * modules/ftello (configure.ac-early): Likewise.
3112         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
3113         AC_FUNC_FSEEKO for this.
3114         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
3115         (gl_CHECK_FSEEKO): Remove macro.
3116
3117 2007-04-26  Bruno Haible  <bruno@clisp.org>
3118
3119         * tests/test-fflush.c (main): Also check the ftell result after
3120         fflush and fseek/fseeko.
3121         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
3122         file descriptor position cache in the stream.
3123         * lib/fseeko.c (rpl_fseeko): Likewise.
3124
3125 2007-04-26  Bruno Haible  <bruno@clisp.org>
3126
3127         * modules/fflush-tests (Depends-on): Add fseeko.
3128
3129 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
3130             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3131
3132         * lib/argz_.h: ensure error_t definition is obtained in same
3133         mechanism system argz.h would have.
3134         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
3135         argz facilities are known bad.  Err on the side of caution if
3136         cross-compiling.
3137
3138 2007-04-25  Eric Blake  <ebb9@byu.net>
3139
3140         * lib/fpurge.c (includes): Use stdlib.h for free.
3141         * tests/test-fflush.c (main): Also test fflush-fseeko.
3142
3143 2007-04-25  Bruno Haible  <bruno@clisp.org>
3144
3145         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
3146         * lib/fseeko.c: New file.
3147         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
3148         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
3149         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
3150         gl_FUNC_FSEEKO.
3151         (gl_FUNC_FSEEKO): Invoke it.
3152         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
3153         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
3154         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
3155
3156 2007-04-25  Bruno Haible  <bruno@clisp.org>
3157
3158         * modules/fflush (Depends-on): Add ftello.
3159
3160 2007-04-25  Bruno Haible  <bruno@clisp.org>
3161
3162         * modules/ftello-tests: New file.
3163         * tests/test-ftello.c: New file.
3164
3165         * modules/ftello: New file.
3166         * m4/ftello.m4: New file.
3167         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
3168         HAVE_FTELLO.
3169         * lib/stdio_.h (ftello): New declaration.
3170         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
3171         HAVE_FTELLO.
3172
3173 2007-04-25  Bruno Haible  <bruno@clisp.org>
3174
3175         * modules/fseeko-tests: New file.
3176         * tests/test-fseeko.c: New file.
3177
3178         * modules/fseeko: New file.
3179         * m4/fseeko.m4: New file.
3180         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
3181         HAVE_FSEEKO.
3182         * lib/stdio_.h (fseeko): New declaration.
3183         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
3184         HAVE_FSEEKO.
3185
3186 2007-04-25  Bruno Haible  <bruno@clisp.org>
3187
3188         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
3189
3190 2007-04-25  Bruno Haible  <bruno@clisp.org>
3191
3192         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
3193         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
3194         * tests/test-unistd.c: Likewise.
3195         * tests/test-fcntl.c: Likewise.
3196
3197 2007-04-23  Eric Blake  <ebb9@byu.net>
3198
3199         * lib/fflush.c: Fix missing include.
3200         Reported by Bruno Haible.
3201
3202 2007-04-23  Bruno Haible  <bruno@clisp.org>
3203
3204         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
3205         Reported by Eric Blake.
3206
3207 2007-04-23  Bruno Haible  <bruno@clisp.org>
3208
3209         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
3210
3211 2007-04-23  Bruno Haible  <bruno@clisp.org>
3212
3213         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
3214
3215 2007-04-23  Bruno Haible  <bruno@clisp.org>
3216
3217         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
3218         Needed on HP-UX 11.
3219
3220 2007-04-16  Eric Blake  <ebb9@byu.net>
3221
3222         Make fflush rely on fpurge.
3223         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
3224         open coding all variants.
3225         * modules/fflush (Depends-on): Add fpurge and unistd.
3226         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
3227         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
3228
3229         Fix --with-tests compilation on cygwin.
3230         * modules/argmatch-tests (Makefile.am): List gnulib library first
3231         in LDADD.
3232         * modules/argp-tests (Makefile.am): Likewise.
3233         * modules/array-list-tests (Makefile.am): Likewise.
3234         * modules/array-oset-tests (Makefile.am): Likewise.
3235         * modules/avltree-list-tests (Makefile.am): Likewise.
3236         * modules/avltree-oset-tests (Makefile.am): Likewise.
3237         * modules/avltreehash-list-tests (Makefile.am): Likewise.
3238         * modules/carray-list-tests (Makefile.am): Likewise.
3239         * modules/dirname-tests (Makefile.am): Likewise.
3240         * modules/frexp-tests (Makefile.am): Likewise.
3241         * modules/isnanl-tests (Makefile.am): Likewise.
3242         * modules/linked-list-tests (Makefile.am): Likewise.
3243         * modules/linkedhash-list-tests (Makefile.am): Likewise.
3244         * modules/lock-tests (Makefile.am): Likewise.
3245         * modules/rbtree-list-tests (Makefile.am): Likewise.
3246         * modules/rbtree-oset-tests (Makefile.am): Likewise.
3247         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
3248         * modules/tls-tests (Makefile.am): Likewise.
3249         * modules/tsearch-tests (Makefile.am): Likewise.
3250         * modules/xvasprintf-tests (Makefile.am): Likewise.
3251
3252         Fix fpurge for cygwin.
3253         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
3254         value.
3255         * modules/fpurge-tests (Depends-on): Clean up trash.
3256
3257 2007-04-16  Simon Josefsson  <simon@josefsson.org>
3258
3259         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
3260
3261         * m4/autobuild.m4: Re-indent.
3262
3263 2007-04-13  Bruno Haible  <bruno@clisp.org>
3264
3265         * modules/fpurge-tests: New file.
3266         * tests/test-fpurge.c: New file.
3267
3268         * modules/fpurge: New file.
3269         * lib/fpurge.h: New file.
3270         * lib/fpurge.c: New file.
3271         * m4/fpurge.m4: New file.
3272
3273 2007-04-13  Bruno Haible  <bruno@clisp.org>
3274
3275         * modules/fbufmode-tests: New file.
3276         * tests/test-fbufmode.c: New file.
3277
3278         * modules/fbufmode: New file.
3279         * lib/fbufmode.h: New file.
3280         * lib/fbufmode.c: New file.
3281         * m4/fbufmode.m4: New file.
3282
3283 2007-04-13  Bruno Haible  <bruno@clisp.org>
3284
3285         * modules/fwritable-tests: New file.
3286         * tests/test-fwritable.c: New file.
3287
3288         * modules/fwritable: New file.
3289         * lib/fwritable.h: New file.
3290         * lib/fwritable.c: New file.
3291         * m4/fwritable.m4: New file.
3292
3293 2007-04-13  Bruno Haible  <bruno@clisp.org>
3294
3295         * modules/freadable-tests: New file.
3296         * tests/test-freadable.c: New file.
3297
3298         * modules/freadable: New file.
3299         * lib/freadable.h: New file.
3300         * lib/freadable.c: New file.
3301         * m4/freadable.m4: New file.
3302
3303 2007-04-13  Bruno Haible  <bruno@clisp.org>
3304
3305         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
3306         MOSTLYCLEANFILES.
3307
3308 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
3309
3310         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
3311         gzip bootstrap.conf to avoid dragging in i18n machinery.
3312         (gnulib_tool_option): Use it.
3313
3314 2007-04-13  Bruno Haible  <bruno@clisp.org>
3315
3316         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
3317         %F directives.
3318         * tests/test-vasprintf-posix.c (test_function): Likewise.
3319         * tests/test-snprintf-posix.h (test_function): Likewise.
3320         * tests/test-sprintf-posix.h (test_function): Likewise.
3321         * tests/test-fprintf-posix.h (test_function): Likewise.
3322         * tests/test-printf-posix.h (test_function): Likewise.
3323         * tests/test-fprintf-posix.out: Likewise.
3324
3325 2007-04-13  Bruno Haible  <bruno@clisp.org>
3326
3327         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
3328         * modules/tls-tests (configure.ac): Likewise.
3329         Reported by Arto C. Nirkko <anirkko@insel.ch>.
3330
3331 2007-04-13  Bruno Haible  <bruno@clisp.org>
3332
3333         * lib/tls.c (glthread_tls_get): Fix return type.
3334         Patch by Arto C. Nirkko <anirkko@insel.ch>.
3335
3336 2007-04-12  Eric Blake  <ebb9@byu.net>
3337
3338         * modules/gettime (Depends-on): Remove gettime.
3339         Reported by Dmitry V. Levin.
3340
3341 2007-04-12  Bruno Haible  <bruno@clisp.org>
3342
3343         * modules/fflush (Include): Mention <stdio.h>.
3344         * modules/strtoimax (Include): Mention <inttypes.h>.
3345         * modules/strtoumax (Include): Likewise.
3346
3347 2007-04-12  Eric Blake  <ebb9@byu.net>
3348
3349         * .cvsignore: New file.
3350         * .gitignore: Likewise.
3351
3352 2007-04-12  Bruno Haible  <bruno@clisp.org>
3353
3354         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
3355         not before, since $(LDADD) often contains libgnu.a.
3356         * modules/striconv-tests (test_striconv_LDADD): Likewise.
3357         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
3358         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
3359         Needed on Cygwin.
3360
3361 2007-04-12  Eric Blake  <ebb9@byu.net>
3362
3363         Work around glibc's failure to flush stdin on fclose.
3364         * lib/closein.c (close_stdin): Flush stdin before closing.
3365
3366         Work around glibc's failure to reset seekable stdin on exit.
3367         * modules/closein: New module.
3368         * lib/closein.c: New file.
3369         * lib/closein.h: Likewise.
3370         * m4/closein.m4: Likewise.
3371         * MODULES.html.sh (File stream based Input/Output): Document it.
3372
3373 2007-04-12  Simon Josefsson  <simon@josefsson.org>
3374
3375         * gnulib-tool: Rename generated 'autobuild' script to
3376         'do-autobuild' in --create-megatestdir output.
3377
3378         * doc/gnulib.texi (Build robot for gnulib): Fix.
3379
3380 2007-04-12  Simon Josefsson  <simon@josefsson.org>
3381
3382         * modules/sysexits (Depends-on): Add absolute-header.
3383
3384 2007-04-12  Eric Blake  <ebb9@byu.net>
3385
3386         No need to preserve errno on success.
3387         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
3388         Reported by Bruno Haible.
3389
3390 2007-04-12  Simon Josefsson  <simon@josefsson.org>
3391
3392         * MODULES.html.sh (Support for maintaining and releasing
3393         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
3394
3395 2007-04-12  Simon Josefsson  <simon@josefsson.org>
3396
3397         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
3398
3399 2007-04-12  Simon Josefsson  <simon@josefsson.org>
3400
3401         * modules/autobuild: New module.
3402
3403         * m4/autobuild.m4: New file.
3404
3405 2007-04-11  Bruno Haible  <bruno@clisp.org>
3406
3407         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
3408         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
3409         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
3410         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
3411         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
3412         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
3413         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
3414         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
3415         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
3416         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
3417         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
3418         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
3419         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
3420         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
3421         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
3422         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
3423         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
3424         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
3425         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
3426         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
3427         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
3428         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
3429         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
3430         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
3431         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
3432         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
3433         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
3434         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
3435         Reported by Eric Blake.
3436
3437 2007-04-11  Bruno Haible  <bruno@clisp.org>
3438
3439         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
3440
3441 2007-04-10  Bruno Haible  <bruno@clisp.org>
3442
3443         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
3444         for NaN and Infinity. Needed on FreeBSD 6.1.
3445         * tests/test-vasnprintf-posix.c (test_function): Undo last change
3446         regarding results for "%010a" of Infinity and NaN.
3447         * tests/test-vasprintf-posix.c (test_function): Likewise.
3448         * tests/test-snprintf-posix.h (test_function): Likewise.
3449         * tests/test-sprintf-posix.h (test_function): Likewise.
3450         * tests/test-fprintf-posix.h (test_function): Likewise.
3451         * tests/test-printf-posix.h (test_function): Likewise.
3452         * tests/test-fprintf-posix.out: Likewise.
3453
3454 2007-04-10  Bruno Haible  <bruno@clisp.org>
3455
3456         * modules/locale-tests: New file.
3457         * tests/test-locale.c: New file.
3458
3459         * modules/locale: New file.
3460         * lib/locale_.h: New file.
3461         * m4/locale_h.m4: New file.
3462
3463 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
3464             Bruno Haible  <bruno@clisp.org>
3465
3466         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
3467         be determined, test for availability of the copysignf, copysign,
3468         copysignl functions.
3469         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
3470         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
3471         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
3472
3473 2007-04-09  Eric Blake  <ebb9@byu.net>
3474
3475         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
3476         * modules/stdio (Makefile.am): Support fflush.
3477         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
3478         * modules/fflush: New file.
3479         * lib/fflush.c: Likewise.
3480         * m4/fflush.m4: Likewise.
3481         * modules/fflush-tests: New test.
3482         * tests/test-fflush.c: Likewise.
3483         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
3484
3485 2007-04-06  Bruno Haible  <bruno@clisp.org>
3486
3487         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
3488         (VASNPRINTF): Use signbit for faster determination whether to print a
3489         minus sign.
3490         * modules/vasnprintf (Files): Remove lib/float+.h.
3491         * modules/fprintf-posix (Depends-on): Add signbit.
3492         * modules/snprintf-posix (Depends-on): Likewise.
3493         * modules/sprintf-posix (Depends-on): Likewise.
3494         * modules/vasnprintf-posix (Depends-on): Likewise.
3495         * modules/vasprintf-posix (Depends-on): Likewise.
3496         * modules/vfprintf-posix (Depends-on): Likewise.
3497         * modules/vsnprintf-posix (Depends-on): Likewise.
3498         * modules/vsprintf-posix (Depends-on): Likewise.
3499
3500 2007-04-06  Bruno Haible  <bruno@clisp.org>
3501
3502         * tests/test-frexp.c (main): Test also the sign bit of zero results.
3503         * tests/test-frexpl.c (main): Likewise.
3504         * tests/test-ldexpl.c (main): Likewise.
3505         * modules/frexp-tests (Depends-on): Add signbit.
3506         * modules/frexpl-tests (Depdends-on): Likewise.
3507         * modules/ldexpl-tests (Depdends-on): Likewise.
3508
3509 2007-04-06  Bruno Haible  <bruno@clisp.org>
3510
3511         * modules/signbit-tests: New file.
3512         * tests/test-signbit.c: New file.
3513
3514         * modules/signbit: New file.
3515         * lib/signbitf.c: New file.
3516         * lib/signbitd.c: New file.
3517         * lib/signbitl.c: New file.
3518         * m4/signbit.m4: New file.
3519         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
3520         (signbit): New macro.
3521         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
3522         REPLACE_SIGNBIT.
3523         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
3524         REPLACE_FREXPL into math.h.
3525
3526 2007-04-06  Bruno Haible  <bruno@clisp.org>
3527
3528         * modules/isnanf-nolibm-tests: New file.
3529         * tests/test-isnanf.c: New file.
3530
3531         * modules/isnanf-nolibm: New file.
3532         * lib/isnanf.h: New file.
3533         * lib/isnanf.c: New file.
3534         * lib/isnan.c: Consider the USE_FLOAT macro.
3535         * m4/isnanf.m4: New file.
3536
3537 2007-04-06  Bruno Haible  <bruno@clisp.org>
3538
3539         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
3540         (Link): New section.
3541
3542         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
3543
3544 2007-04-06  Bruno Haible  <bruno@clisp.org>
3545
3546         Assume the 'long double' type.
3547         * m4/longdouble.m4: Remove file.
3548         * config/srclist.txt: Don't mention longdouble.m4.
3549         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
3550         * lib/float+.h: Likewise.
3551         * lib/frexp.c: Likewise.
3552         * lib/printf-args.h: Likewise.
3553         * lib/printf-args.c: Likewise.
3554         * lib/printf-frexp.c: Likewise.
3555         * lib/printf-parse.c: Likewise.
3556         * lib/vasnprintf.c: Likewise.
3557         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
3558         * m4/intl.m4: Likewise.
3559         * m4/isnanl.m4: Likewise.
3560         * m4/printf.m4: Likewise.
3561         * m4/printf-frexpl.m4: Likewise.
3562         * m4/vasnprintf.m4: Likewise.
3563         * modules/allocsa (Files): Remove m4/longdouble.m4.
3564         * modules/gettext (Files): Likewise.
3565         * modules/relocatable-prog-wrapper (Files): Likewise.
3566         * modules/vasnprintf (Files): Likewise.
3567         * modules/isnanl (Files): Likewise.
3568         (Include): Simplify.
3569         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
3570         (Include): Simplify.
3571         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
3572         (Include): Simplify.
3573         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
3574         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
3575         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
3576         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
3577         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
3578         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
3579         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
3580         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
3581         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
3582         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
3583         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
3584         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
3585         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
3586         * tests/test-isnanl.c: Likewise.
3587         * tests/test-snprintf-posix.h: Likewise.
3588         * tests/test-sprintf-posix.h: Likewise.
3589         * tests/test-vasnprintf-posix.c: Likewise.
3590         * tests/test-vasnprintf-posix2.c: Likewise.
3591         * tests/test-vasprintf-posix.c: Likewise.
3592
3593 2007-04-06  Bruno Haible  <bruno@clisp.org>
3594
3595         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
3596         * lib/math_.h [__DECC]: Include the overridden include file through
3597         #include_next, outside the double-inclusion guard.
3598         * lib/stdio_.h [__DECC]: Likewise.
3599         * lib/stdlib_.h [__DECC]: Likewise.
3600         * lib/string_.h [__DECC]: Likewise.
3601         * lib/time_.h [__DECC]: Likewise.
3602         * lib/wchar_.h [__DECC]: Likewise.
3603         * lib/wctype_.h [__DECC]: Likewise.
3604         * lib/inttypes_.h [__DECC]: Likewise.
3605         Reported by Albert Chin <china@thewrittenword.com> in
3606         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
3607
3608 2007-04-04  Eric Blake  <ebb9@byu.net>
3609
3610         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
3611         1.5.x.
3612
3613 2007-04-04  Bruno Haible  <bruno@clisp.org>
3614
3615         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
3616         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
3617
3618 2007-04-04  Bruno Haible  <bruno@clisp.org>
3619
3620         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
3621         results for "%010a" of Infinity and NaN.
3622         * tests/test-vasprintf-posix.c (test_function): Likewise.
3623         * tests/test-snprintf-posix.h (test_function): Likewise.
3624         * tests/test-sprintf-posix.h (test_function): Likewise.
3625         * tests/test-fprintf-posix.h (test_function): Remove these tests.
3626         * tests/test-printf-posix.h (test_function): Likewise.
3627         * tests/test-fprintf-posix.out: Update.
3628         Needed for FreeBSD 6.1.
3629
3630 2007-04-04  Bruno Haible  <bruno@clisp.org>
3631
3632         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
3633         directly used by the gnulib modules nor by gnulib-tool.
3634
3635 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
3636
3637         * DEPENDENCIES: Give overall description of version dependency
3638         desirability.  Use more-typical names for apps.
3639         Add shell, coreutils, diffutils, grep, tar, gzip.
3640
3641 2007-04-04  Simon Josefsson  <simon@josefsson.org>
3642
3643         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
3644
3645 2007-04-04  Karl Berry  <karl@gnu.org>
3646
3647         * MODULES.html.sh (func_module): missing '.
3648
3649 2007-04-03  Bruno Haible  <bruno@clisp.org>
3650
3651         * modules/argmatch-tests (Makefile.am): New variable
3652         test_argmatch_LDADD.
3653         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
3654         * modules/array-list-tests (Makefile.am): New variable
3655         test_array_list_LDADD.
3656         * modules/array-oset-tests (Makefile.am): New variable
3657         test_array_oset_LDADD.
3658         * modules/avltree-list-tests (Makefile.am): New variable
3659         test_avltree_list_LDADD.
3660         * modules/avltree-oset-tests (Makefile.am): New variable
3661         test_avltree_oset_LDADD.
3662         * modules/avltreehash-list-tests (Makefile.am): New variable
3663         test_avltreehash_list_LDADD.
3664         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
3665         test_canonicalize_lgpl_LDADD.
3666         * modules/carray-list-tests (Makefile.am): New variable
3667         test_carray_list_LDADD.
3668         * modules/dirname-tests (Makefile.am): New variable
3669         test_dirname_LDADD.
3670         * modules/linked-list-tests (Makefile.am): New variable
3671         test_linked_list_LDADD.
3672         * modules/linkedhash-list-tests (Makefile.am): New variable
3673         test_linkedhash_list_LDADD.
3674         * modules/rbtree-list-tests (Makefile.am): New variable
3675         test_rbtree_list_LDADD.
3676         * modules/rbtree-oset-tests (Makefile.am): New variable
3677         test_rbtree_oset_LDADD.
3678         * modules/rbtreehash-list-tests (Makefile.am): New variable
3679         test_rbtreehash_list_LDADD.
3680         * modules/xvasprintf-tests (Makefile.am): New variable
3681         test_xvasprintf_LDADD.
3682         Reported by Eric Blake.
3683
3684 2007-04-03  Eric Blake  <ebb9@byu.net>
3685
3686         * DEPENDENCIES: Weaken m4 requirements.
3687
3688 2007-04-03  Bruno Haible  <bruno@clisp.org>
3689
3690         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
3691         * modules/isnanl-tests (configure.ac): Likewise.
3692
3693 2007-04-03  Ben Pfaff  <blp@gnu.org>
3694
3695         * modules/iconv_open: Add $(srcdir)/ to source directory
3696         references in Makefile fragments that call gperf, to fix VPATH
3697         builds.
3698
3699 2007-04-03  Bruno Haible  <bruno@clisp.org>
3700
3701         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
3702         * lib/ldexpl.c: Undo last change.
3703
3704 2007-04-03  Bruno Haible  <bruno@clisp.org>
3705
3706         * modules/printf-frexpl (Depends-on): Undo last change.
3707         (Files): Add m4/ldexpl.m4.
3708
3709 2007-04-03  Bruno Haible  <bruno@clisp.org>
3710
3711         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
3712         * modules/isnanl (Link): New section.
3713
3714         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
3715         * modules/frexp (Link): New section.
3716
3717         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
3718         * modules/frexpl (Link): New section.
3719
3720         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
3721         * modules/ldexpl (Link): New section.
3722
3723 2007-04-03  Bruno Haible  <bruno@clisp.org>
3724
3725         * modules/TEMPLATE-EXTENDED: New file.
3726         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
3727
3728 2007-04-03  Bruno Haible  <bruno@clisp.org>
3729
3730         * DEPENDENCIES: New file.
3731         Suggested by Simon Josefsson.
3732
3733 2007-04-03  Bruno Haible  <bruno@clisp.org>
3734
3735         * doc/gnulib.texi: Escape @.
3736
3737 2007-04-03  James Youngman  <jay@gnu.org>
3738         and Paul Eggert  <eggert@cs.ucla.edu>
3739
3740         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
3741         birthtime on all systems that have birthtime, not just those which
3742         use st_birthtimensec rather than st_birthtim.  Putting zero in
3743         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
3744         that the birth time is not available for files on an NFS mount.
3745
3746 2007-04-03  Simon Josefsson  <simon@josefsson.org>
3747
3748         * modules/memxor: Move back from crypto/, suggested by Bruno.
3749         * modules/crypto/hmac-sha1: Fix memxor dependency.
3750
3751         * modules/crypto/gc: Moved from ../.
3752
3753 2007-04-02  Eric Blake  <ebb9@byu.net>
3754
3755         * lib/ldexpl.c (includes): Avoid libm.
3756
3757         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
3758
3759 2007-04-02  Bruno Haible  <bruno@clisp.org>
3760
3761         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
3762         on IRIX.
3763
3764 2007-04-02  Bruno Haible  <bruno@clisp.org>
3765
3766         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
3767         x86 or x86_64 platforms running MacOS X.
3768         Reported by Ryan Schmidt <@ryandesign.com>.
3769
3770 2007-04-02  Bruno Haible  <bruno@clisp.org>
3771
3772         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
3773         i386.
3774
3775 2007-04-01  Simon Josefsson  <simon@josefsson.org>
3776
3777         * modules/crypto/arcfour: Moved from ../.
3778         * modules/crypto/arcfour-tests: Moved from ../.
3779         * modules/crypto/arctwo: Moved from ../.
3780         * modules/crypto/arctwo-tests: Moved from ../.
3781         * modules/crypto/des: Moved from ../.
3782         * modules/crypto/des-tests: Moved from ../.
3783         * modules/crypto/gc-arcfour: Moved from ../.
3784         * modules/crypto/gc-arcfour-tests: Moved from ../.
3785         * modules/crypto/gc-arctwo: Moved from ../.
3786         * modules/crypto/gc-arctwo-tests: Moved from ../.
3787         * modules/crypto/gc-des: Moved from ../.
3788         * modules/crypto/gc-des-tests: Moved from ../.
3789         * modules/crypto/gc-hmac-md5: Moved from ../.
3790         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
3791         * modules/crypto/gc-hmac-sha1: Moved from ../.
3792         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
3793         * modules/crypto/gc-md2: Moved from ../.
3794         * modules/crypto/gc-md2-tests: Moved from ../.
3795         * modules/crypto/gc-md4: Moved from ../.
3796         * modules/crypto/gc-md4-tests: Moved from ../.
3797         * modules/crypto/gc-md5: Moved from ../.
3798         * modules/crypto/gc-md5-tests: Moved from ../.
3799         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
3800         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
3801         * modules/crypto/gc-random: Moved from ../.
3802         * modules/crypto/gc-rijndael: Moved from ../.
3803         * modules/crypto/gc-rijndael-tests: Moved from ../.
3804         * modules/crypto/gc-sha1: Moved from ../.
3805         * modules/crypto/gc-sha1-tests: Moved from ../.
3806         * modules/crypto/gc-tests: Moved from ../.
3807         * modules/crypto/hmac-md5: Moved from ../.
3808         * modules/crypto/hmac-md5-tests: Moved from ../.
3809         * modules/crypto/hmac-sha1: Moved from ../.
3810         * modules/crypto/hmac-sha1-tests: Moved from ../.
3811         * modules/crypto/md2: Moved from ../.
3812         * modules/crypto/md2-tests: Moved from ../.
3813         * modules/crypto/md4: Moved from ../.
3814         * modules/crypto/md4-tests: Moved from ../.
3815         * modules/crypto/md5: Moved from ../.
3816         * modules/crypto/md5-tests: Moved from ../.
3817         * modules/crypto/memxor: Moved from ../.
3818         * modules/crypto/rijndael: Moved from ../.
3819         * modules/crypto/rijndael-tests: Moved from ../.
3820         * modules/crypto/sha1: Moved from ../.
3821
3822 2007-03-30  James Youngman  <jay@gnu.org>
3823
3824         * tests/test-stat-time.c (prepare_test): use chmod() rather than
3825         rename() to change the ctime of a file (because ctime is unaffected
3826         by rename on jfs2 on AIX 5.1).
3827         (main): Start by doing cleanup, in case a previous run failed leaving
3828         test files behind.
3829
3830 2007-03-31  Bruno Haible  <bruno@clisp.org>
3831
3832         Support old proprietary implementations of iconv.
3833         * modules/iconv_open: New file.
3834         * lib/iconv_.h: New file.
3835         * m4/iconv_h.m4: New file.
3836         * lib/iconv_open.c: New file.
3837         * lib/iconv_open-aix.gperf: New file.
3838         * lib/iconv_open-hpux.gperf: New file.
3839         * lib/iconv_open-irix.gperf: New file.
3840         * lib/iconv_open-osf.gperf: New file.
3841         * m4/iconv_open.m4: New file.
3842         * modules/linebreak (Depends-on): Add iconv_open.
3843         * modules/striconv (Depends-on): Likewise.
3844         * modules/striconveh (Depends-on): Likewise.
3845         * modules/unicodeio (Depends-on): Likewise.
3846         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
3847         (iconv_t)(-1).
3848         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
3849         conversion if cd is (iconv_t)(-1).
3850         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
3851         is not possible.
3852
3853 2007-03-31  Bruno Haible  <bruno@clisp.org>
3854
3855         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
3856         work on Solaris either. Protect also second use of "autodetect_jp".
3857
3858 2007-03-31  Bruno Haible  <bruno@clisp.org>
3859
3860         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
3861         the function is not present.
3862
3863 2007-03-31  Bruno Haible  <bruno@clisp.org>
3864
3865         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
3866         the function is not present.
3867
3868 2007-03-31  Bruno Haible  <bruno@clisp.org>
3869
3870         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
3871         a bug in HP-UX iconv_open().
3872
3873 2007-03-31  Bruno Haible  <bruno@clisp.org>
3874
3875         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
3876         (Mathematics <math.h>): New section, add fpieee.
3877         (Input/output <stdio.h>): Add fseterr.
3878         (Mathematics <math.h>): New section, add printf-frexp.
3879         (Container data structures): Add sublist.
3880         (Core language properties): Add fpucw, inline.
3881         (Functions for greatest-width integer types <inttypes.h>): Add
3882         imaxabs, imaxdiv, inttypes.
3883         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
3884         isnanl-nolibm, ldexp.
3885         (Mathematics <math.h>): New section, add printf-frexpl.
3886         (Support for systems lacking POSIX:2001): Add fprintf-posix,
3887         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
3888         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
3889         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
3890         (Unicode string functions): Add unistr/u*-mbtoucr.
3891         (Java): Add javacomp-script, javaexec-script.
3892         (C#): Add csharpcomp-script, csharpexec-script.
3893         (Support for building libraries and executables): Add havelib,
3894         relocatable-*.
3895         (Support for maintaining and releasing projects): Renamed from
3896         'Support for maintaining and release projects'. Add announce-gen.
3897
3898 2007-03-31  Bruno Haible  <bruno@clisp.org>
3899
3900         * README: Talk primarily about git.
3901         (git and CVS): Renamed from CVS.
3902         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
3903         gnulib is available through git.
3904         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
3905
3906 2007-03-30  Bruno Haible  <bruno@clisp.org>
3907
3908         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
3909         * lib/poll_.h: Likewise.
3910         * lib/stat_.h: Likewise.
3911         * lib/sys_time_.h: Likewise.
3912         * lib/sysexit_.h: Likewise.
3913         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
3914         * lib/stdbool_.h: Likewise.
3915         * lib/byteswap_.h: Add double-inclusion guard.
3916
3917 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
3918
3919         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
3920
3921 2007-03-30  Karl Berry  <karl@gnu.org>
3922
3923         * config/srclist-update: double space after USA in the license
3924         substitution, since that's how it's usually (?) written.
3925
3926 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
3927
3928         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
3929         reported by Bruno Haible.
3930
3931 2007-03-29  Bruno Haible  <bruno@clisp.org>
3932
3933         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
3934         a bug in AIX iconv().
3935
3936 2007-03-29  Bruno Haible  <bruno@clisp.org>
3937
3938         * modules/ldexpl-tests: New file.
3939         * tests/test-ldexpl.c: New file.
3940
3941 2007-03-29  Bruno Haible  <bruno@clisp.org>
3942
3943         * lib/ldexpl.c: Include fpucw.h.
3944         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
3945         multiplication.
3946         * modules/ldexpl (Depends-on): Add fpucw.
3947
3948 2007-03-29  Bruno Haible  <bruno@clisp.org>
3949
3950         * modules/ldexpl: New file.
3951         * m4/ldexpl.m4: New file.
3952         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
3953         set.
3954         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
3955         REPLACE_LDEXPL.
3956         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
3957         REPLACE_LDEXPL.
3958         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
3959         gl_FUNC_LDEXPL_WORKS.
3960         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
3961         * modules/mathl (Files): Remove lib/ldexpl.c.
3962         (Depends-on): Add ldexpl.
3963
3964 2007-03-29  Bruno Haible  <bruno@clisp.org>
3965
3966         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
3967
3968 2007-03-29  Bruno Haible  <bruno@clisp.org>
3969
3970         * tests/test-striconveh.c (main): Don't assume that a direct conversion
3971         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
3972         and possibly also HP-UX.
3973         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
3974         work on AIX, IRIX, HP-UX, OSF/1.
3975         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
3976         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
3977         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
3978         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
3979         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
3980         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
3981
3982 2007-03-29  Bruno Haible  <bruno@clisp.org>
3983
3984         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
3985
3986 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
3987
3988         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
3989         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
3990
3991 2007-03-29  Eric Blake  <ebb9@byu.net>
3992
3993         * lib/acl-internal.h: Remove redundant include.
3994         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
3995         Cygwin when a file is locked.
3996
3997 2007-03-29  Bruno Haible  <bruno@clisp.org>
3998
3999         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
4000         file.
4001         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
4002
4003 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
4004
4005         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
4006         try to remove a parent directory if the child couldn't be removed
4007         (except for the first rmdir, which could fail because the child
4008         doesn't exist).  Problem reported by Jeff Blaine in
4009         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
4010
4011 2007-03-28  Bruno Haible  <bruno@clisp.org>
4012
4013         * lib/striconveh.c (utf8conv_carefully): New function.
4014         (mem_cd_iconveh_internal): Invoke it.
4015
4016 2007-03-28  Bruno Haible  <bruno@clisp.org>
4017
4018         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
4019         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
4020         input.
4021         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
4022         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
4023         unistr/u8-uctomb.
4024
4025 2007-03-28  Bruno Haible  <bruno@clisp.org>
4026
4027         * modules/unistr/u8-mbtoucr: New file.
4028         * lib/unistr/u8-mbtoucr.c: New file.
4029         * modules/unistr/u16-mbtoucr: New file.
4030         * lib/unistr/u16-mbtoucr.c: New file.
4031         * modules/unistr/u16-mbtoucr: New file.
4032         * lib/unistr/u16-mbtoucr.c: New file.
4033         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
4034
4035 2007-03-27  Simon Josefsson  <simon@josefsson.org>
4036             Bruno Haible  <bruno@clisp.org>
4037
4038         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
4039         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
4040         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
4041
4042         * m4/stdio_h.m4: Add stubs for vasprintf too.
4043
4044         * modules/stdio: Support vasprintf in sed command.
4045
4046         * modules/vasprintf: Depend on stdio for prototypes.  Remove
4047         vasprintf.h.  Add stdio module indicator.
4048
4049         * lib/stdio_.h: Declare asprintf and vasprintf, based on
4050         vasprintf.h.
4051
4052         * lib/vasprintf.h: File removed.
4053
4054         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
4055         * lib/vasprintf.c: Ditto.
4056         * lib/xvasprintf.c: Ditto.
4057         * tests/test-vasprintf-posix.c: Ditto.
4058         * tests/test-vasprintf.c: Ditto.
4059
4060 2007-03-27  Bruno Haible  <bruno@clisp.org>
4061
4062         Make vasnprintf multithread-safe.
4063         * lib/vasnprintf.c (decimal_point_char): New function.
4064         (VASNPRINTF): Use it.
4065         Suggested by Simon Josefsson.
4066
4067 2007-03-27  Eric Blake  <ebb9@byu.net>
4068
4069         Support sub-second birthtime on cygwin.
4070         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
4071         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
4072         (get_stat_birthtime): Also work with st_birthtim.
4073
4074 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
4075
4076         * lib/stat-time.h (USE_BIRTHTIME): Remove.
4077         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
4078         (get_stat_birthtime_ns): Do not try to use "spare" fields.
4079         (get_stat_birthtime_ns): Simplify compile-time tests.
4080         (get_stat_birthtime): Change the API to look like
4081         get_stat_mtime etc., except return a negative tv_nsec on error.
4082         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
4083         Don't check for "spare" fields.
4084         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
4085         or for struct stat.st_birthtime, as these tests aren't used.
4086         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
4087
4088 2007-03-27  Bruno Haible  <bruno@clisp.org>
4089
4090         * lib/stat-time.h: Include <sys/stat.h>.
4091
4092 2007-03-27  James Youngman  <jay@gnu.org>
4093
4094         * lib/stat-time.h (get_stat_birthtime): New function for
4095           retrieving st_birthtime as provided by UFS2 (hence *BSD).
4096         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
4097           and its variants.
4098         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
4099         * modules/stat-time-test: New file.
4100         * tests/test-stat-time.c: New test, devised by Bruno Haible.
4101
4102 2007-03-26  Bruno Haible  <bruno@clisp.org>
4103
4104         Better support of signalling NaNs.
4105         * lib/atanl.c: Include isnanl.h.
4106         (atanl): Perform test for NaN at the beginning of the function and
4107         through a call to isnanl.
4108         * lib/cosl.c: Include isnanl.h.
4109         (cosl): Perform test for NaN at the beginning of the function and
4110         through a call to isnanl.
4111         * lib/ldexpl.c: Include isnanl.h.
4112         (ldexpl): Perform test for NaN through a call to isnanl.
4113         * lib/logl.c: Include isnanl.h.
4114         (logl): Perform test for NaN at the beginning of the function and
4115         through a call to isnanl.
4116         * lib/sinl.c: Include isnanl.h.
4117         (sinl): Perform test for NaN at the beginning of the function and
4118         through a call to isnanl.
4119         * lib/sqrtl.c: Include isnanl.h.
4120         (sqrtl): Perform test for NaN at the beginning of the function and
4121         through a call to isnanl.
4122         * lib/tanl.c: Include isnanl.h.
4123         (tanl): Perform test for NaN at the beginning of the function and
4124         through a call to isnanl.
4125         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
4126         * modules/mathl (Depends-on): Add isnanl.
4127
4128 2007-03-26  Eric Blake  <ebb9@byu.net>
4129
4130         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
4131         regression in logic sense of previous patch.
4132
4133 2007-03-26  Bruno Haible  <bruno@clisp.org>
4134
4135         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
4136         unportable shell command "if ! ...".
4137         Reported by Ralf Wildenhues.
4138
4139 2007-03-25  Bruno Haible  <bruno@clisp.org>
4140
4141         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
4142         <sysexits.h> file, and only add EX_CONFIG.
4143         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
4144         absolute file name and whether it is sufficient. Substitute also
4145         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
4146         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
4147         ABSOLUTE_SYSEXITS_H into sysexits.h.
4148
4149 2007-03-25  Bruno Haible  <bruno@clisp.org>
4150
4151         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
4152         hints is NULL.
4153
4154 2007-03-25  Bruno Haible  <bruno@clisp.org>
4155
4156         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
4157         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
4158
4159 2007-03-25  Bruno Haible  <bruno@clisp.org>
4160
4161         * lib/vasnprintf.c: Include langinfo.h.
4162         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
4163         multithread-safe.
4164         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
4165         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
4166         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
4167         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
4168         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
4169         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
4170         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
4171         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
4172         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
4173         Reported by Simon Josefsson.
4174
4175 2007-03-25  Bruno Haible  <bruno@clisp.org>
4176
4177         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
4178         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
4179         * modules/vasnprintf (Depends-on): Add stdint.
4180
4181 2007-03-25  Bruno Haible  <bruno@clisp.org>
4182
4183         * modules/fpieee: New file.
4184         * m4/fpieee.m4: New file.
4185         * modules/isnan-nolibm (Depends-on): Add fpieee.
4186         * modules/isnanl-nolibm (Depends-on): Add fpieee.
4187         * modules/isnanl (Depends-on): Add fpieee.
4188
4189 2007-03-25  Bruno Haible  <bruno@clisp.org>
4190
4191         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
4192
4193 2007-03-25  Bruno Haible  <bruno@clisp.org>
4194
4195         Avoid test failures on IRIX 6.5.
4196         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
4197         (main): Use it.
4198         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
4199         macros.
4200         (main): Use them.
4201
4202 2007-03-25  Bruno Haible  <bruno@clisp.org>
4203
4204         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
4205         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
4206         exists but doesn't work.
4207         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
4208         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
4209         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
4210         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
4211
4212 2007-03-25  Bruno Haible  <bruno@clisp.org>
4213
4214         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
4215         returns inf. Needed on IRIX 6.5.
4216
4217 2007-03-25  Bruno Haible  <bruno@clisp.org>
4218
4219         * tests/test-frexpl.c: Include isnanl-nolibm.h.
4220         (main): Use isnanl instead of x != x idiom.
4221         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
4222
4223         * tests/test-frexp.c: Include isnan.h.
4224         (main): Use isnan instead of x != x idiom.
4225         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
4226
4227 2007-03-25  Bruno Haible  <bruno@clisp.org>
4228
4229         * tests/test-frexp.c (NaN): New function/macro.
4230         (main): Use it instead of 0.0 / 0.0.
4231         * tests/test-isnan.c (NaN): New function/macro.
4232         (main): Use it instead of 0.0 / 0.0.
4233         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
4234         (test_function): Use it instead of 0.0 / 0.0.
4235         * tests/test-vasprintf-posix.c (NaN): New function/macro.
4236         (test_function): Use it instead of 0.0 / 0.0.
4237         * tests/test-snprintf-posix.h (NaN): New function/macro.
4238         (test_function): Use it instead of 0.0 / 0.0.
4239         * tests/test-sprintf-posix.h (NaN): New function/macro.
4240         (test_function): Use it instead of 0.0 / 0.0.
4241         * tests/test-fprintf-posix.h (NaN): New function/macro.
4242         (test_function): Use it instead of 0.0 / 0.0.
4243         * tests/test-printf-posix.h (NaN): New function/macro.
4244         (test_function): Use it instead of 0.0 / 0.0.
4245
4246         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
4247
4248 2007-03-25  Bruno Haible  <bruno@clisp.org>
4249
4250         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
4251
4252 2007-03-25  Bruno Haible  <bruno@clisp.org>
4253
4254         * lib/regexec.c (merge_state_with_log): Make static.
4255
4256 2007-03-25  Bruno Haible  <bruno@clisp.org>
4257
4258         * lib/trigl.c (kernel_rem_pio2): Make static.
4259
4260 2007-03-25  Bruno Haible  <bruno@clisp.org>
4261
4262         * lib/sincosl.c (sincosl_table): Make static.
4263
4264 2007-03-25  Bruno Haible  <bruno@clisp.org>
4265
4266         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
4267         if the compiler does not support C99.
4268
4269 2007-03-25  Bruno Haible  <bruno@clisp.org>
4270
4271         * modules/time (Makefile.am): Ensure all rule action lines start with a
4272         tab.
4273
4274 2007-03-24  Bruno Haible  <bruno@clisp.org>
4275
4276         * modules/tsearch-tests: New file.
4277         * tests/test-tsearch.sh: New file.
4278         * tests/test-tsearch.c: New file, mostly copied from glibc.
4279
4280         * modules/search-tests: New file.
4281         * tests/test-search.c: New file.
4282
4283         * modules/search: New file.
4284         * lib/search_.h: New file, incorporating lib/tsearch.h.
4285         * m4/search_h.m4: New file.
4286         * lib/tsearch.h: Remove file.
4287         * lib/tsearch.c: Include search.h instead of tsearch.h.
4288         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
4289         HAVE_TSEARCH.
4290         * modules/tsearch (Files): Remove lib/tsearch.h.
4291         (Depends-on): Add search.
4292         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
4293         (Include): Change tsearch.h into search.h.
4294
4295 2007-03-24  Bruno Haible  <bruno@clisp.org>
4296
4297         * modules/fpucw: New file.
4298         * lib/fpucw.h: New file.
4299         * lib/frexp.c: Include fpucw.h.
4300         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
4301         (FUNC): Use them.
4302         * lib/printf-frexp.c: Include fpucw.h.
4303         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
4304         (FUNC): Use them.
4305         * lib/vasnprintf.c: Include fpucw.h.
4306         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
4307         'long double' calculations.
4308         * tests/test-frexpl.c: Include fpucw.h.
4309         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
4310         * tests/test-printf-frexpl.c: Include fpucw.h.
4311         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
4312         * modules/frexpl (Depends-on): Add fpucw.
4313         * modules/printf-frexpl (Depends-on): Likewise.
4314         * modules/fprintf-posix (Depends-on): Likewise.
4315         * modules/snprintf-posix (Depends-on): Likewise.
4316         * modules/sprintf-posix (Depends-on): Likewise.
4317         * modules/vasnprintf-posix (Depends-on): Likewise.
4318         * modules/vasprintf-posix (Depends-on): Likewise.
4319         * modules/vfprintf-posix (Depends-on): Likewise.
4320         * modules/vsnprintf-posix (Depends-on): Likewise.
4321         * modules/vsprintf-posix (Depends-on): Likewise.
4322         * modules/frexpl-tests (Depends-on): Likewise.
4323         * modules/printf-frexpl-tests (Depends-on): Likewise.
4324
4325 2007-03-24  Bruno Haible  <bruno@clisp.org>
4326
4327         * lib/float+.h: New file.
4328         * lib/isnan.c: Include float+.h.
4329         (SIZE): New macro.
4330         (FUNC): Compare only SIZE bytes of the value.
4331         * lib/vasnprintf.c: Include float+.h.
4332         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
4333         SIZEOF_LDBL or SIZEOF_DBL bytes.
4334         * modules/isnan-nolibm (Files): Add lib/float+.h.
4335         * modules/isnanl-nolibm (Files): Add lib/float+.h.
4336         * modules/isnanl (Files): Add lib/float+.h.
4337         * modules/vasnprintf (Files): Add lib/float+.h.
4338
4339 2007-03-24  Bruno Haible  <bruno@clisp.org>
4340
4341         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
4342         include isnanl-nolibm.h.
4343
4344 2007-03-24  Bruno Haible  <bruno@clisp.org>
4345
4346         * tests/test-read-file.c (main): Don't produce spurious output for
4347         expected situations. Make the test fail if it encountered unexpected
4348         results.
4349
4350 2007-03-24  Bruno Haible  <bruno@clisp.org>
4351
4352         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
4353         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
4354
4355 2007-03-24  Bruno Haible  <bruno@clisp.org>
4356
4357         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
4358
4359 2007-03-24  Bruno Haible  <bruno@clisp.org>
4360
4361         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
4362         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
4363
4364         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
4365         * modules/utf8-ucs4: Turn into a symbolic link to module
4366         unistr/u8-mbtouc.
4367
4368         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
4369         utf8-ucs4-unsafe.
4370         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
4371         unistr/u8-mbtouc-unsafe.
4372
4373         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
4374         * modules/utf16-ucs4: Turn into a symbolic link to module
4375         unistr/u16-mbtouc.
4376
4377         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
4378         utf16-ucs4-unsafe.
4379         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
4380         unistr/u16-mbtouc-unsafe.
4381
4382         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
4383         * modules/ucs4-utf8: Turn into a symbolic link to module
4384         unistr/u8-ubtomb.
4385
4386         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
4387         * modules/ucs4-utf16: Turn into a symbolic link to module
4388         unistr/u16-ubtomb.
4389
4390 2007-03-24  Bruno Haible  <bruno@clisp.org>
4391
4392         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
4393         Enable the function only if HAVE_INLINE.
4394         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
4395         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
4396         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
4397         Enable the function only if HAVE_INLINE.
4398         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
4399         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
4400         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
4401         Enable the function only if HAVE_INLINE.
4402         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
4403         Enable the function only if HAVE_INLINE.
4404         * modules/utf8-ucs4: Update.
4405         * modules/utf8-ucs4-unsafe: Update.
4406         * modules/utf16-ucs4: Update.
4407         * modules/utf16-ucs4-unsafe: Update.
4408         * modules/ucs4-utf8: Update.
4409         * modules/ucs4-utf16: Update.
4410
4411 2007-03-24  Bruno Haible  <bruno@clisp.org>
4412
4413         * lib/utf8-ucs4.h: Remove file.
4414         * lib/utf8-ucs4-unsafe.h: Remove file.
4415         * lib/utf16-ucs4.h: Remove file.
4416         * lib/utf16-ucs4-unsafe.h: Remove file.
4417         * lib/ucs4-utf8.h: Remove file.
4418         * lib/ucs4-utf16.h: Remove file.
4419         * lib/unistr.h: Include their previous contents.
4420         * m4/utf-ucs4.m4: Remove file.
4421         * m4/ucs4-utf.m4: Remove file.
4422         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
4423         (Depends-on): Add unistr/base.
4424         (configure.ac): Remove gl_UTF_UCS4.
4425         (Makefile.am): Update.
4426         (Include): Change to unistr.h.
4427         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
4428         (Depends-on): Add unistr/base.
4429         (configure.ac): Remove gl_UTF_UCS4.
4430         (Makefile.am): Update.
4431         (Include): Change to unistr.h.
4432         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
4433         (Depends-on): Add unistr/base.
4434         (configure.ac): Remove gl_UTF_UCS4.
4435         (Makefile.am): Update.
4436         (Include): Change to unistr.h.
4437         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
4438         (Depends-on): Add unistr/base.
4439         (configure.ac): Remove gl_UTF_UCS4.
4440         (Makefile.am): Update.
4441         (Include): Change to unistr.h.
4442         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
4443         (Depends-on): Add unistr/base.
4444         (configure.ac): Remove gl_UCS4_UTF.
4445         (Makefile.am): Update.
4446         (Include): Change to unistr.h.
4447         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
4448         (Depends-on): Add unistr/base.
4449         (configure.ac): Remove gl_UCS4_UTF.
4450         (Makefile.am): Update.
4451         (Include): Change to unistr.h.
4452         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
4453         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
4454         utf8-ucs4-unsafe.h.
4455         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
4456         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
4457         utf16-ucs4-unsafe.h.
4458         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
4459         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
4460         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
4461         * lib/unistr/u8-strchr.c: Likewise.
4462         * lib/unistr/u8-strrchr.c: Likewise.
4463         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
4464         * lib/unistr/u16-strchr.c: Likewise.
4465         * lib/unistr/u16-strrchr.c: Likewise.
4466         * lib/striconveh.c: Update.
4467         * lib/linebreak.c: Update.
4468
4469 2007-03-24  Bruno Haible  <bruno@clisp.org>
4470
4471         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
4472         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
4473
4474 2007-03-22  Bruno Haible  <bruno@clisp.org>
4475
4476         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
4477
4478 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
4479
4480         * MODULES.html.sh (File system functions): New module write-any-file.
4481         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
4482         * m4/write-any-file.m4: New files.
4483
4484 2007-03-23  Eric Blake  <ebb9@byu.net>
4485
4486         * gnulib-tool: Rearrange space-tab sequences, since some editors
4487         like to eat them.
4488
4489 2007-03-23  Eric Blake  <ebb9@byu.net>
4490
4491         * lib/version-etc.c (version_etc_va): Update license wording to
4492         be more concise.  Recommended by Richard Stallman.
4493
4494 2007-03-22  Bruno Haible  <bruno@clisp.org>
4495
4496         * lib/poll.c (MSG_PEEK): New fallback definition.
4497
4498 2007-03-22  Bruno Haible  <bruno@clisp.org>
4499
4500         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
4501         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
4502         (main): Update.
4503         Fixes a compilation error on BeOS.
4504
4505 2007-03-22  Bruno Haible  <bruno@clisp.org>
4506
4507         * modules/frexpl-tests: New file.
4508         * tests/test-frexpl.c: New file.
4509
4510         * modules/frexpl: New file.
4511         * m4/frexpl.m4: New file.
4512         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
4513         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
4514         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
4515         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
4516         (Depends-on): Add frexpl. Remove isnanl-nolibm.
4517         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
4518
4519 2007-03-22  Bruno Haible  <bruno@clisp.org>
4520
4521         * lib/frexpl.c: Share code with lib/frexp.c.
4522         * modules/mathl (Files): Add lib/frexp.c.
4523         (Depends-on): Add isnanl-nolibm.
4524
4525 2007-03-22  Bruno Haible  <bruno@clisp.org>
4526
4527         * modules/printf-frexp (Files): Add m4/frexp.m4.
4528         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
4529         only if the found frexp function actually works.
4530
4531 2007-03-22  Bruno Haible  <bruno@clisp.org>
4532
4533         * lib/frexp.c: Remove older implementation that uses divisions.
4534
4535 2007-03-21  Bruno Haible  <bruno@clisp.org>
4536
4537         * modules/frexp-tests: New file.
4538         * tests/test-frexp.c: New file.
4539
4540         * modules/frexp: New file.
4541         * lib/frexp.c: New file.
4542         * m4/frexp.m4: New file.
4543         * lib/math_.h (frexp): New declaration.
4544         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
4545         REPLACE_FREXP.
4546         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
4547
4548 2007-03-21  Bruno Haible  <bruno@clisp.org>
4549
4550         * modules/isnanl-tests: New file.
4551         * tests/test-isnanl.c: New file.
4552
4553         * modules/isnanl: New file.
4554         * lib/isnanl.h: New file.
4555         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
4556         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
4557         gl_FUNC_ISNANL_WORKS.
4558         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
4559         New macros.
4560
4561 2007-03-21  Bruno Haible  <bruno@clisp.org>
4562
4563         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
4564         lib/isnanl.h.
4565         (Include): Update.
4566         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
4567         * lib/vasnprintf.c: Update.
4568         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
4569         tests/test-isnanl.h, remove tests/test-isnanl.c.
4570         (Makefile.am): Update.
4571         * tests/test-isnanl-nolibm.c: New file.
4572         * tests/test-isnanl.h: New file.
4573         * tests/test-isnanl.c: Remove file.
4574
4575 2007-03-21  Jim Meyering  <jim@meyering.net>
4576
4577         When trying to open ".", treat ESTALE like EACCES.
4578         * lib/savewd.c (savewd_save): Resort to forking not just upon
4579         failure with EACCES, but also when errno is ESTALE.
4580
4581 2007-03-20  Bruno Haible  <bruno@clisp.org>
4582
4583         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
4584         Needed on AIX 5.1. Reported by Matthew Woehlke.
4585
4586 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
4587
4588         Suggestions by Bruno Haible:
4589         * lib/acl-internal.h: Include "gettext.h" rather than rolling
4590         our own.
4591         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
4592         * modules/acl (Depends-on): Add gettext.
4593
4594 2007-03-19  Bruno Haible  <bruno@clisp.org>
4595
4596         * modules/iconvme: Remove file.
4597         * lib/iconvme.h: Remove file.
4598         * lib/iconvme.c: Remove file.
4599         * m4/iconvme.m4: Remove file.
4600
4601 2007-03-19  Bruno Haible  <bruno@clisp.org>
4602
4603         * doc/relocatable-maint.texi: Break long shell script line.
4604         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
4605
4606 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
4607
4608         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
4609         handle file_has_acl.
4610         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
4611         * lib/acl.c: Move header inclusions and related macro defns into
4612         lib/acl-internal.h.
4613         (S_ISLNK): Remove defn, since that's now done for us.
4614         (file_has_acl): Move to lib/file-has-acl.c.
4615         Call acl_trivial if available.  This is the crucial part of the fix.
4616         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
4617         shared within the library.  Rewrite a bit, partly to make it compatible
4618         with the GNU coding style.
4619         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
4620         Remove unnecessary double-quotes.
4621         Don't test for acl_to_text; the build will catch that.
4622         Replace acl_entries if it doesn't exist and it is needed.
4623         Check for -lsec and acl_trivial (as used on Solaris 10).
4624         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
4625         lib/file-has-acl.c.
4626         (Depends-on): Add sys_stat, for S_ISLNK.
4627
4628 2007-03-19  Ben Pfaff  <blp@gnu.org>
4629
4630         * doc/gnulib.texi: Fix typos.
4631         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
4632
4633 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
4634
4635         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
4636         If size is zero here, buf must be zero.
4637
4638 2007-03-19  Simon Josefsson  <simon@josefsson.org>
4639
4640         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
4641         <bruno@clisp.org>.
4642
4643 2007-03-18  Bruno Haible  <bruno@clisp.org>
4644
4645         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
4646         Suggested by Eric Blake.
4647
4648 2007-03-18  Ben Pfaff  <blp@gnu.org>
4649
4650         * doc/relocatable.texi: Recommend using as prefix a directory
4651         that does not exist and will never be created.  Based on
4652         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
4653         and others.
4654
4655 2007-03-17  Bruno Haible  <bruno@clisp.org>
4656
4657         * lib/fchownat.c: Include lchown.h.
4658
4659 2007-03-17  Bruno Haible  <bruno@clisp.org>
4660
4661         Fix endless loop when the given allocated size was > INT_MAX.
4662         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
4663         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
4664         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
4665         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
4666         * lib/sprintf.c (sprintf): Likewise.
4667
4668 2007-03-17  Bruno Haible  <bruno@clisp.org>
4669
4670         * tests/test-argp-2.sh (func_compare): Output a context diff.
4671
4672 2007-03-17  Bruno Haible  <bruno@clisp.org>
4673
4674         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
4675         locale's decimal-point character.
4676
4677 2007-03-17  Bruno Haible  <bruno@clisp.org>
4678
4679         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
4680         before comparing it. Needed because on some platforms (e.g. x86) a
4681         'long double' occupies less bytes than sizeof (long double).
4682
4683 2007-03-17  Bruno Haible  <bruno@clisp.org>
4684
4685         * tests/test-crc.c (main): Make printf statements 64-bit clean.
4686         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
4687         * tests/test-getaddrinfo.c (simple): Likewise.
4688         * tests/test-read-file.c (main): Likewise.
4689
4690 2007-03-17  Bruno Haible  <bruno@clisp.org>
4691
4692         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
4693
4694 2007-03-17  Bruno Haible  <bruno@clisp.org>
4695
4696         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
4697         unused variable.
4698
4699 2007-03-17  Bruno Haible  <bruno@clisp.org>
4700
4701         * tests/test-c-strcasecmp.c: Include c-strcase.h.
4702         * tests/test-c-strncasecmp.c: Likewise.
4703
4704 2007-03-17  Bruno Haible  <bruno@clisp.org>
4705
4706         * modules/stdlib (Depends-on): Add unistd.
4707         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
4708         Needed for MacOS X 10.3.
4709
4710 2007-03-17  Bruno Haible  <bruno@clisp.org>
4711
4712         * lib/unistr/u-strdup.h: Include <stdlib.h>.
4713
4714 2007-03-17  Bruno Haible  <bruno@clisp.org>
4715
4716         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
4717
4718 2007-03-17  Bruno Haible  <bruno@clisp.org>
4719
4720         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
4721         to reflect files copied from gnulib (with or without modifications).
4722         Suggested by Jim Meyering.
4723
4724 2007-03-17  Eric Blake  <ebb9@byu.net>
4725
4726         * NEWS: Document stdlib change from 2007-02-18.
4727
4728 2007-03-17  Jim Meyering  <jim@meyering.net>
4729
4730         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
4731         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
4732         someone uses a name containing shell meta-characters.
4733         Reported by Alfred M. Szmidt.
4734
4735         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
4736
4737 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
4738
4739         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
4740         and copy gettext configuration files only if configure.ac contains
4741         a use of AM_GNU_GETTEXT_VERSION.
4742
4743 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
4744
4745         * build-aux/bootstrap (gnulib_name): New variable.
4746         (gnulib_tool_options): Use it.
4747
4748 2007-03-13  Simon Josefsson  <simon@josefsson.org>
4749
4750         * tests/test-des.c: Use new namespace.
4751
4752 2007-03-15  Bruno Haible  <bruno@clisp.org>
4753
4754         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
4755         Reported by James Youngman <jay@gnu.org>.
4756
4757 2007-03-15  Bruno Haible  <bruno@clisp.org>
4758
4759         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
4760         declared prototype. Needed with cc on OSF/1 5.1.
4761
4762 2007-03-15  Bruno Haible  <bruno@clisp.org>
4763
4764         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
4765         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
4766         (struct gl_list_implementation): Add dispose_fn argument to the
4767         'create_empty', 'create' methods.
4768         (struct gl_list_impl_base): Add field 'dispose_fn'.
4769         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
4770         argument.
4771         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
4772         dispose_fn argument.
4773         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
4774         dispose_fn on the dropped values.
4775         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
4776         dispose_fn argument.
4777         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
4778         dropped values.
4779         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
4780         (gl_tree_remove_node): Call dispose_fn on the dropped value.
4781         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
4782         (gl_tree_remove_node): Call dispose_fn on the dropped value.
4783         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
4784         argument.
4785         (gl_tree_list_free): Call dispose_fn on the dropped values.
4786         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
4787         the dropped values.
4788         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
4789         Add dispose_fn argument.
4790         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
4791         Call dispose_fn on the dropped values.
4792         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
4793         Add dispose_fn argument.
4794         (gl_sublist_create): Initialize the 'dispose_fn' field.
4795         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
4796         * tests/test-array_list.c (main): Update.
4797         * tests/test-carray_list.c (main): Update.
4798         * tests/test-avltree_list.c (main): Update.
4799         * tests/test-rbtree_list.c (main): Update.
4800         * tests/test-avltreehash_list.c (main): Update.
4801         * tests/test-rbtreehash_list.c (main): Update.
4802         * tests/test-linked_list.c (main): Update.
4803         * tests/test-linkedhash_list.c (main): Update.
4804         * tests/test-array_oset.c (main): Update.
4805
4806 2007-03-15  Bruno Haible  <bruno@clisp.org>
4807
4808         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
4809         (gl_oset_create_empty): Add dispose_fn argument.
4810         (struct gl_oset_implementation): Add dispose_fn argument to
4811         'create_empty' method.
4812         (struct gl_oset_impl_base): Add dispose_fn field.
4813         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
4814         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
4815         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
4816         values.
4817         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
4818         (gl_tree_oset_free): Call dispose_fn on the dropped values.
4819         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
4820         dropped value.
4821         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
4822         dropped value.
4823         * tests/test-array_oset.c (main): Update.
4824         * tests/test-avltree_oset.c (main): Update.
4825         * tests/test-rbtree_oset.c (main): Update.
4826         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
4827
4828 2007-03-13  Bruno Haible  <bruno@clisp.org>
4829
4830         * tests/test-stdbool.c (i): Update after last patch.
4831
4832 2007-03-12  Bruno Haible  <bruno@clisp.org>
4833
4834         * lib/quotearg.c: Include <wctype.h> early, before the definition of
4835         the iswprint macro. Needed on Solaris 2.5.1.
4836
4837 2007-03-12  Bruno Haible  <bruno@clisp.org>
4838
4839         * tests/test-printf-frexp.c (main): Declare x as volatile.
4840
4841 2007-03-12  Simon Josefsson  <simon@josefsson.org>
4842
4843         * doc/gnulib.texi (Build robot for gnulib): New section.
4844
4845 2007-03-12  Jim Meyering  <jim@meyering.net>
4846
4847         * build-aux/bootstrap: New file.
4848         * build-aux/bootstrap.conf: New file, from coreutils.
4849
4850 2007-03-11  Bruno Haible  <bruno@clisp.org>
4851
4852         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
4853
4854 2007-03-12  Simon Josefsson  <simon@josefsson.org>
4855
4856         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
4857         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
4858         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
4859
4860 2007-03-11  Bruno Haible  <bruno@clisp.org>
4861
4862         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
4863         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
4864
4865 2007-03-11  Bruno Haible  <bruno@clisp.org>
4866
4867         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
4868         formula. Needed for SunPRO C 5.0.
4869
4870 2007-03-11  Bruno Haible  <bruno@clisp.org>
4871
4872         * modules/long-options (Depends-on): Add getopt.
4873
4874 2007-03-11  Bruno Haible  <bruno@clisp.org>
4875
4876         * modules/modechange (Depends-on): Add stdbool.
4877
4878 2007-03-11  Bruno Haible  <bruno@clisp.org>
4879
4880         * modules/i-ring (Depends-on): Add stdbool.
4881
4882 2007-03-11  Bruno Haible  <bruno@clisp.org>
4883
4884         * modules/gc-des (Depends-on): Add stdbool.
4885
4886 2007-03-11  Bruno Haible  <bruno@clisp.org>
4887
4888         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
4889
4890 2007-03-11  Bruno Haible  <bruno@clisp.org>
4891
4892         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
4893
4894 2007-03-11  Bruno Haible  <bruno@clisp.org>
4895
4896         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
4897
4898 2007-03-11  Bruno Haible  <bruno@clisp.org>
4899
4900         * lib/vasnprintf.c (sprintf): Undefine.
4901
4902 2007-03-11  Bruno Haible  <bruno@clisp.org>
4903
4904         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
4905         initializers in SunPRO C and Compaq C compilers.
4906
4907 2007-03-11  Bruno Haible  <bruno@clisp.org>
4908
4909         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
4910         decrementing code ANSI C compliant.
4911
4912 2007-03-11  Bruno Haible  <bruno@clisp.org>
4913
4914         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
4915         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
4916
4917 2007-03-11  Bruno Haible  <bruno@clisp.org>
4918
4919         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
4920         <stdbool.h> substitute doesn't pass.
4921
4922 2007-03-11  Bruno Haible  <bruno@clisp.org>
4923
4924         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
4925
4926 2007-03-11  Bruno Haible  <bruno@clisp.org>
4927
4928         * gnulib-tool (func_create_megatestdir): Create also an autobuild
4929         script, for submission to autobuild.josefsson.org.
4930
4931 2007-03-10  Bruno Haible  <bruno@clisp.org>
4932
4933         * modules/canonicalize-lgpl-tests: New file.
4934         * tests/test-canonicalize-lgpl.sh: New file.
4935         * tests/test-canonicalize-lgpl.c: New file.
4936
4937         * modules/c-strcase-tests: New file.
4938         * tests/test-c-strcase.sh: New file.
4939         * tests/test-c-strcasecmp.c: New file.
4940         * tests/test-c-strncasecmp.c: New file.
4941
4942         * modules/atexit-tests: New file.
4943         * tests/test-atexit.sh: New file.
4944         * tests/test-atexit.c: New file.
4945
4946 2007-03-10  Bruno Haible  <bruno@clisp.org>
4947
4948         * tests/test-binary-io.sh: Use temporary filenames that are not so
4949         likely to clash with those of other tests (in a parallel make).
4950         * tests/test-binary-io.c: Likewise.
4951
4952 2007-03-10  Bruno Haible  <bruno@clisp.org>
4953
4954         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
4955         fallback; use #error instead.
4956         Suggested by Simon Josefsson.
4957
4958 2007-03-10  Bruno Haible  <bruno@clisp.org>
4959
4960         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
4961         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
4962         first and the last.
4963
4964 2007-03-10  Bruno Haible  <bruno@clisp.org>
4965
4966         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
4967
4968 2007-03-10  Bruno Haible  <bruno@clisp.org>
4969
4970         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
4971         "make distcheck".
4972         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
4973         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
4974         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
4975
4976 2007-03-10  Bruno Haible  <bruno@clisp.org>
4977
4978         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
4979         variable.
4980         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
4981         variable.
4982
4983 2007-03-09  Eric Blake  <ebb9@byu.net>
4984         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
4985
4986         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
4987         types are not being provided by gnulib.
4988         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
4989         types are supported.
4990
4991 2007-03-10  Bruno Haible  <bruno@clisp.org>
4992
4993         * lib/stdio_.h (__attribute__): New macro.
4994         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
4995         vsprintf): Specify __attribute__ __format__ for GCC.
4996         Suggested by Eric Blake.
4997
4998 2007-03-09  Bruno Haible  <bruno@clisp.org>
4999
5000         * modules/printf-posix-tests: New file.
5001         * tests/test-printf-posix.sh: New file.
5002         * tests/test-printf-posix.c: New file.
5003
5004         * modules/printf-posix: New file.
5005         * lib/printf.c: New file.
5006         * m4/printf-posix-rpl.m4: New file.
5007         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
5008         REPLACE_PRINTF.
5009         * lib/stdio_.h (printf): New declaration.
5010         (format, __format__, ____printf____, ____scanf____, ____strftime____,
5011         ____strfmon____): New macros.
5012         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
5013         REPLACE_PRINTF.
5014
5015 2007-03-09  Bruno Haible  <bruno@clisp.org>
5016
5017         * tests/test-vasnprintf-posix2.sh: New file.
5018         * tests/test-vasnprintf-posix2.c: New file.
5019         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
5020         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
5021         (Makefile.am): Activate test-vasnprintf-posix2.sh.
5022
5023         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
5024         a locale dependent decimal point, rather than always '.'.
5025
5026 2007-03-09  Eric Blake  <ebb9@byu.net>
5027
5028         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
5029         spite of platforms like Tandem/NSK that define it to -1.
5030
5031 2007-03-08  Bruno Haible  <bruno@clisp.org>
5032
5033         * modules/vprintf-posix-tests: New file.
5034         * tests/test-vprintf-posix.sh: New file.
5035         * tests/test-vprintf-posix.c: New file.
5036         * tests/test-printf-posix.h: New file.
5037
5038         * modules/vprintf-posix: New file.
5039         * lib/vprintf.c: New file.
5040         * m4/vprintf-posix.m4: New file.
5041         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
5042         REPLACE_VPRINTF.
5043         * lib/stdio_.h (vprintf): New declaration.
5044         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
5045         REPLACE_VPRINTF.
5046
5047 2007-03-08  Bruno Haible  <bruno@clisp.org>
5048
5049         * modules/fprintf-posix-tests: New file.
5050         * tests/test-fprintf-posix.sh: New file.
5051         * tests/test-fprintf-posix.c: New file.
5052
5053         * modules/fprintf-posix: New file.
5054         * lib/fprintf.c: New file.
5055         * m4/fprintf-posix.m4: New file.
5056         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
5057         REPLACE_FPRINTF.
5058         * lib/stdio_.h (fprintf): New declaration.
5059         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
5060         REPLACE_FPRINTF.
5061
5062 2007-03-08  Bruno Haible  <bruno@clisp.org>
5063
5064         * modules/vfprintf-posix-tests: New file.
5065         * tests/test-vfprintf-posix.sh: New file.
5066         * tests/test-vfprintf-posix.c: New file.
5067         * tests/test-fprintf-posix.h: New file.
5068         * tests/test-fprintf-posix.out: New file.
5069
5070         * modules/vfprintf-posix: New file.
5071         * lib/vfprintf.c: New file.
5072         * m4/vfprintf-posix.m4: New file.
5073         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
5074         REPLACE_VFPRINTF.
5075         * lib/stdio_.h (vfprintf): New declaration.
5076         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
5077         REPLACE_VFPRINTF.
5078
5079 2007-03-08  Bruno Haible  <bruno@clisp.org>
5080
5081         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
5082
5083 2007-03-08  Bruno Haible  <bruno@clisp.org>
5084
5085         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
5086         instead of 'expr' invocations.
5087         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
5088         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
5089         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
5090         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
5091         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
5092         Suggested by Paul Eggert.
5093
5094 2007-03-08  Bruno Haible  <bruno@clisp.org>
5095
5096         * modules/fseterr-tests: New file.
5097         * tests/test-fseterr.c: New file.
5098
5099         * modules/fseterr: New file.
5100         * lib/fseterr.h: New file.
5101         * lib/fseterr.c: New file.
5102
5103 2007-03-08  Bruno Haible  <bruno@clisp.org>
5104
5105         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
5106         * lib/getopt_.h: Likewise.
5107         * lib/mbswidth.h: Likewise.
5108         * lib/setenv.h: Likewise.
5109         * lib/vasnprintf.h: Likewise.
5110         * lib/vasprintf.h: Likewise.
5111         * lib/verror.h: Likewise.
5112         * lib/xsetenv.h: Likewise.
5113         * lib/xvasprintf.h: Likewise.
5114
5115 2007-03-08  Jim Meyering  <jim@meyering.net>
5116
5117         * users.txt: Add parted.
5118
5119         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
5120
5121 2007-03-07  Bruno Haible  <bruno@clisp.org>
5122
5123         * m4/printf.m4: Make the shell script snippets copy&pastable.
5124
5125 2007-03-02  Bruno Haible  <bruno@clisp.org>
5126
5127         * lib/netinet_in_.h: New file.
5128         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
5129         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
5130         * modules/netinet_in (Files): Add lib/netinet_in_.h.
5131         (Depends-on): Add absolute-header.
5132         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
5133         into netinet/in.h.
5134
5135 2007-03-03  Bruno Haible  <bruno@clisp.org>
5136
5137         * lib/sys_select_.h: New file.
5138         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
5139         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
5140         * modules/sys_select (Files): Add lib/sys_select_.h.
5141         (Depends-on): Add absolute-header.
5142         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
5143         into sys/select.h.
5144
5145 2007-03-02  Bruno Haible  <bruno@clisp.org>
5146
5147         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
5148         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
5149         values.
5150         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
5151         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
5152         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
5153         * modules/sys_socket (Depends-on): Add absolute-header.
5154         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
5155         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
5156         (Include): Remove requirement of inclusion of <sys/types.h>.
5157
5158 2007-03-02  Bruno Haible  <bruno@clisp.org>
5159
5160         * lib/byteswap_.h (bswap_32): Fix formula.
5161
5162 2007-03-06  Bruno Haible  <bruno@clisp.org>
5163
5164         * modules/sprintf-posix-tests: New file.
5165         * tests/test-sprintf-posix.c: New file.
5166
5167         * modules/sprintf-posix: New file.
5168         * lib/sprintf.c: New file.
5169         * m4/sprintf-posix.m4: New file.
5170         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
5171         REPLACE_SPRINTF.
5172         * lib/stdio_.h (sprintf): New declaration.
5173         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
5174         REPLACE_SPRINTF.
5175
5176 2007-03-06  Bruno Haible  <bruno@clisp.org>
5177
5178         * modules/vsprintf-posix-tests: New file.
5179         * tests/test-vsprintf-posix.c: New file.
5180         * tests/test-sprintf-posix.h: New file.
5181
5182         * modules/vsprintf-posix: New file.
5183         * lib/vsprintf.c: New file.
5184         * m4/vsprintf-posix.m4: New file.
5185         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
5186         REPLACE_VSPRINTF.
5187         * lib/stdio_.h (vsprintf): New declaration.
5188         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
5189         REPLACE_VSPRINTF.
5190
5191 2007-03-06  Bruno Haible  <bruno@clisp.org>
5192
5193         * modules/vsnprintf (Depend-on): Remove minmax.
5194
5195 2007-03-06  Bruno Haible  <bruno@clisp.org>
5196
5197         * modules/snprintf-posix-tests: New file.
5198         * tests/test-snprintf-posix.c: New file.
5199
5200         * modules/snprintf-posix: New file.
5201         * m4/snprintf-posix.m4: New file.
5202         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
5203         gl_FUNC_SNPRINTF.
5204         (gl_FUNC_SNPRINTF): Invoke it.
5205         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
5206         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
5207         is set.
5208         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
5209
5210 2007-03-06  Bruno Haible  <bruno@clisp.org>
5211
5212         * modules/vsnprintf-posix-tests: New file.
5213         * tests/test-vsnprintf-posix.c: New file.
5214         * tests/test-snprintf-posix.h: New file.
5215
5216         * modules/vsnprintf-posix: New file.
5217         * m4/vsnprintf-posix.m4: New file.
5218         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
5219         gl_FUNC_VSNPRINTF.
5220         (gl_FUNC_VSNPRINTF): Invoke it.
5221         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
5222         * lib/stdio_.h (vsnprintf): Define as a replacement if
5223         REPLACE_VSNPRINTF is set.
5224         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
5225
5226 2007-03-06  Bruno Haible  <bruno@clisp.org>
5227
5228         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
5229         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
5230
5231 2007-03-06  Bruno Haible  <bruno@clisp.org>
5232
5233         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
5234         (asinl): Declare also if HAVE_DECL_ASINL is set.
5235         (atanl): Declare also if HAVE_DECL_ATANL is set.
5236         (ceill): Declare also if HAVE_DECL_CEILL is set.
5237         (cosl): Declare also if HAVE_DECL_COSL is set.
5238         (expl): Declare also if HAVE_DECL_EXPL is set.
5239         (floorl): Declare also if HAVE_DECL_FLOORL is set.
5240         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
5241         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
5242         (logl): Declare also if HAVE_DECL_LOGL is set.
5243         (sinl): Declare also if HAVE_DECL_SINL is set.
5244         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
5245         (tanl): Declare also if HAVE_DECL_TANL is set.
5246         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
5247         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
5248         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
5249         declaration of frexpl, ldexpl.
5250         * modules/printf-frexpl (Depends-on): Add math.
5251         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
5252
5253 2007-03-05  Bruno Haible  <bruno@clisp.org>
5254
5255         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
5256         frexpl and ldexpl are declared.
5257         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
5258
5259 2007-03-05  Bruno Haible  <bruno@clisp.org>
5260
5261         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
5262         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
5263
5264 2007-03-05  Bruno Haible  <bruno@clisp.org>
5265
5266         * lib/stdio_.h: Include <stddef.h>.
5267
5268 2007-03-05  Bruno Haible  <bruno@clisp.org>
5269
5270         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
5271
5272 2007-03-05  Bruno Haible  <bruno@clisp.org>
5273
5274         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
5275         NetBSD 4, from Ralf Wildenhues.
5276
5277 2007-03-04  Bruno Haible  <bruno@clisp.org>
5278
5279         * lib/vasprintf.h: Update #if logic for the case when the functions
5280         exist but are overridden.
5281
5282 2007-03-04  Bruno Haible  <bruno@clisp.org>
5283
5284         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
5285         implementations: glibc-2.4 and MacOS X 10.3.
5286         * tests/test-vasnprintf-posix.c (test_function): Test also the case
5287         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
5288         * tests/test-vasprintf-posix.c (test_function): Likewise.
5289
5290 2007-03-04  Bruno Haible  <bruno@clisp.org>
5291
5292         * modules/vasprintf-posix-tests: New file.
5293         * tests/test-vasprintf-posix.c: New file.
5294
5295         * modules/vasprintf-posix: New file.
5296         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
5297         defined.
5298         * m4/vasprintf-posix.m4: New file.
5299         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
5300         gl_FUNC_VASPRINTF.
5301         (gl_FUNC_VASPRINTF): Invoke it.
5302         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
5303         here.
5304         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
5305
5306 2007-03-04  Bruno Haible  <bruno@clisp.org>
5307
5308         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
5309         REPLACE_GETTIMEOFDAY.
5310         * modules/sys_time (Makefile.am): Likewise.
5311         * m4/sys_time_h.m4: Likewise.
5312         * m4/gettimeofday.m4: Likewise.
5313
5314 2007-03-04  Bruno Haible  <bruno@clisp.org>
5315
5316         * modules/vasnprintf-posix-tests: New file.
5317         * tests/test-vasnprintf-posix.c: New file.
5318
5319         * modules/vasnprintf-posix: New file.
5320         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
5321         printf-frexpl.h.
5322         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
5323         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
5324         REPLACE_VASNPRINTF is defined.
5325         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
5326         gl_FUNC_VASNPRINTF.
5327         (gl_FUNC_VASNPRINTF): Invoke it.
5328         * m4/vasnprintf-posix.m4: New file.
5329         * m4/printf.m4: New file.
5330
5331 2007-03-04  Bruno Haible  <bruno@clisp.org>
5332
5333         Compile progreloc.c only if --enable-relocatable is specified.
5334         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
5335         if --enable-relocatable was specified.
5336         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
5337         lib_SOURCES.
5338
5339 2007-03-04  Jim Meyering  <jim@meyering.net>
5340
5341         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
5342         Use it consistently, rather than enumerating errno constants.
5343
5344 2007-03-04  Bruno Haible  <bruno@clisp.org>
5345
5346         * modules/xvasprintf-tests: New file.
5347         * tests/test-xvasprintf.c: New file.
5348
5349         * modules/vasprintf-tests: New file.
5350         * tests/test-vasprintf.c: New file.
5351
5352         * modules/vasnprintf-tests: New file.
5353         * tests/test-vasnprintf.c: New file.
5354
5355         * modules/vsnprintf-tests: New file.
5356         * tests/test-vsnprintf.c: New file.
5357
5358         * modules/snprintf-tests: New file.
5359         * tests/test-snprintf.c: New file.
5360
5361 2007-03-04  Bruno Haible  <bruno@clisp.org>
5362
5363         Compile relocatable.c only if --enable-relocatable is specified.
5364         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
5365         gl_RELOCATABLE_LIBRARY.
5366         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
5367         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
5368         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
5369         gl_RELOCATABLE_LIBRARY.
5370         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
5371         (Makefile.am): Remove lib_SOURCES.
5372         * modules/relocatable-lib-lgpl (configure.ac): Invoke
5373         gl_RELOCATABLE_LIBRARY.
5374         (Makefile.am): Remove lib_SOURCES.
5375         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
5376         always.
5377         * modules/relocatable-prog-wrapper (configure.ac): Invoke
5378         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
5379
5380 2007-03-04  Bruno Haible  <bruno@clisp.org>
5381
5382         * modules/argmatch-tests: New file.
5383         * tests/test-argmatch.c: New file.
5384
5385         * tests/test-allocsa.c (main): Halve the number of loop runs.
5386
5387         * modules/alloca-opt-tests: New file.
5388         * tests/test-alloca-opt.c: New file.
5389
5390 2007-03-04  Jim Meyering  <jim@meyering.net>
5391
5392         Work around difference between Linux ACLs and Solaris 10 ZFS.
5393         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
5394         for EINVAL.
5395
5396 2007-03-03  Bruno Haible  <bruno@clisp.org>
5397
5398         * modules/relocatable-prog (Depends-on): Add back progreloc's
5399         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
5400
5401 2007-03-03  Bruno Haible  <bruno@clisp.org>
5402
5403         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
5404         * modules/relocatable-lib: New file.
5405
5406 2007-03-03  Bruno Haible  <bruno@clisp.org>
5407
5408         * modules/relocatable-prog: Renamed from modules/relocatable.
5409         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
5410
5411 2007-03-03  Bruno Haible  <bruno@clisp.org>
5412
5413         * modules/relocatable-script (Files): Add doc/relocatable.texi,
5414         m4/relocatable-lib.m4.
5415         (Depends-on): Remove 'relocatable'.
5416         (configure.ac): Add gl_RELOCATABLE_NOP.
5417
5418 2007-03-03  Bruno Haible  <bruno@clisp.org>
5419
5420         * modules/relocatable-prog-wrapper: New file.
5421         * modules/relocatable (Depends-on): Add it. Remove all other
5422         dependencies except progname.
5423         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
5424
5425         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
5426         (gl_FUNC_STRERROR): Nop.
5427         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
5428
5429         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
5430         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
5431
5432         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
5433         (gl_FUNC_READLINK): Update.
5434
5435         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
5436
5437 2007-03-03  Bruno Haible  <bruno@clisp.org>
5438
5439         * lib/xreadlink.c: Include <unistd.h> unconditionally.
5440         * modules/xreadlink (Depends-on): Add unistd.
5441         * modules/xreadlink-with-size (Depends-on): Likewise.
5442
5443 2007-03-03  Bruno Haible  <bruno@clisp.org>
5444
5445         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
5446         extracted from gt_FUNC_SETENV.
5447         (gt_FUNC_SETENV): Remove macro.
5448         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
5449         remove gt_FUNC_SETENV.
5450
5451 2007-03-03  Bruno Haible  <bruno@clisp.org>
5452
5453         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
5454         ENABLE_RELOCATABLE here.
5455         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
5456
5457 2007-03-03  Bruno Haible  <bruno@clisp.org>
5458
5459         * modules/rbtreehash-list-tests (Depends-on): Add progname.
5460         * tests/test-rbtreehash_list.c: Include progname.h.
5461         (main): Call set_program_name.
5462
5463         * modules/rbtree-oset-tests (Depends-on): Add progname.
5464         * tests/test-rbtree_oset.c: Include progname.h.
5465         (main): Call set_program_name.
5466
5467         * modules/rbtree-list-tests (Depends-on): Add progname.
5468         * tests/test-rbtree_list.c: Include progname.h.
5469         (main): Call set_program_name.
5470
5471         * modules/linked-list-tests (Depends-on): Add progname.
5472         * tests/test-linked_list.c: Include progname.h.
5473         (main): Call set_program_name.
5474
5475 2007-03-03  Bruno Haible  <bruno@clisp.org>
5476
5477         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
5478         All uses of __restrict changed to _Restrict_.
5479         * lib/glob_.h (__restrict): Remove macro.
5480
5481 2007-03-02  Bruno Haible  <bruno@clisp.org>
5482
5483         * modules/gettext (configure.ac): Require gettext infrastructure
5484         from version 0.16.1.
5485
5486 2007-03-02  Bruno Haible  <bruno@clisp.org>
5487
5488         * modules/linkedhash-list-tests (Depends-on): Add progname.
5489         * tests/test-linkedhash_list.c: Include progname.h.
5490         (main): Call set_program_name.
5491
5492         * modules/carray-list-tests (Depends-on): Add progname.
5493         * tests/test-carray_list.c: Include progname.h.
5494         (main): Call set_program_name.
5495
5496         * modules/avltreehash-list-tests (Depends-on): Add progname.
5497         * tests/test-avltreehash_list.c: Include progname.h.
5498         (main): Call set_program_name.
5499
5500         * modules/avltree-oset-tests (Depends-on): Add progname.
5501         * tests/test-avltree_oset.c: Include progname.h.
5502         (main): Call set_program_name.
5503
5504         * modules/avltree-list-tests (Depends-on): Add progname.
5505         * tests/test-avltree_list.c: Include progname.h.
5506         (main): Call set_program_name.
5507
5508         * modules/array-oset-tests (Depends-on): Add progname.
5509         * tests/test-array_oset.c: Include progname.h.
5510         (main): Call set_program_name.
5511
5512         * modules/array-list-tests (Depends-on): Add progname.
5513         * tests/test-array_list.c: Include progname.h.
5514         (main): Call set_program_name.
5515
5516         * modules/argp-tests (Depends-on): Add progname.
5517         * tests/test-argp.c: Include argp.h first. Include progname.h.
5518         (main): Call set_program_name.
5519
5520 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
5521
5522         * doc/gnulib-tool.texi (Initial import): Reword description of
5523         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
5524         limited effect even if defined after the first system include.
5525
5526 2007-03-01  Bruno Haible  <bruno@clisp.org>
5527
5528         * build-aux/config.libpath: Update to libtool-1.5.22.
5529         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
5530
5531 2007-03-01  Bruno Haible  <bruno@clisp.org>
5532
5533         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
5534         foo_CFLAGS.
5535         Reported by Ralf Wildenhues.
5536
5537 2007-03-01  Bruno Haible  <bruno@clisp.org>
5538
5539         * build-aux/install-reloc: Remove object files left over by some
5540         compilers.
5541         Reported by Ralf Wildenhues.
5542
5543 2007-03-01  Bruno Haible  <bruno@clisp.org>
5544
5545         * build-aux/install-reloc: Break long lines.
5546
5547 2007-03-01  Bruno Haible  <bruno@clisp.org>
5548
5549         * doc/relocatable.texi: Document that it may not work on OpenBSD.
5550         Reported by Ralf Wildenhues.
5551
5552 2007-03-01  Bruno Haible  <bruno@clisp.org>
5553
5554         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
5555         include ordering constraints.
5556
5557 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
5558
5559         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
5560         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
5561         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
5562         as another example.
5563         * lib/time_.h: Fix misspelling.
5564         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
5565         Require gl_HEADER_TIME_H_DEFAULTS.
5566         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
5567         * m4/time_r.m4 (gl_TIME_R): Likewise.
5568         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
5569
5570 2007-03-01  Bruno Haible  <bruno@clisp.org>
5571
5572         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
5573         * m4/utimens.m4 (gl_UTIMENS): Likewise.
5574
5575 2007-03-01  Jim Meyering  <jim@meyering.net>
5576
5577         * modules/xreadlink (Maintainer): Add my name.
5578         * modules/xreadlink-with-size (Depends-on): Alphabetize.
5579
5580 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
5581             Bruno Haible  <bruno@clisp.org>
5582
5583         * build-aux/install-reloc: Compile also c-ctype.c.
5584         * build-aux/relocatable.sh.in: New file.
5585         * doc/relocatable.texi: New file.
5586         * doc/relocatable-maint.texi: New file.
5587         * doc/gnulib.texi: Include relocatable-maint.texi.
5588         * lib/progreloc.c: Include unistd.h unconditionally.
5589         * lib/relocwrapper.c: Include unistd.h unconditionally.
5590         Include c-ctype.h.
5591         (add_dotbin): Use c_tolower.
5592         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
5593         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
5594         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
5595         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
5596         to m4/relocatable-lib.m4.
5597         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
5598         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
5599         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
5600         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
5601         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
5602         * modules/relocatable: New file.
5603         * modules/relocatable-lib: New file.
5604         * modules/relocatable-script: New file.
5605
5606 2007-02-28  Bruno Haible  <bruno@clisp.org>
5607
5608         Import --enable-relocatable infrastructure.
5609         * build-aux/config.libpath: New file, from GNU gettext.
5610         * build-aux/install-reloc: New file, from GNU gettext.
5611         * build-aux/reloc-ldflags: New file, from GNU gettext.
5612         * lib/relocatable.h: New file, from GNU gettext.
5613         * lib/relocatable.c: New file, from GNU gettext.
5614         * lib/relocwrapper.c: New file, from GNU gettext.
5615         * m4/relocatable.m4: New file, from GNU gettext.
5616
5617 2007-02-28  Bruno Haible  <bruno@clisp.org>
5618
5619         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
5620
5621         * modules/xreadlink: New file, from GNU gettext with modifications.
5622         * lib/xreadlink.c: New file, from GNU gettext.
5623         * lib/xreadlink.h: Add comments.
5624         (xreadlink): New declaration.
5625
5626         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
5627         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
5628         lib/xreadlink-with-size.c.
5629         (configure.ac): Remove gl_XREADLINK invocation.
5630         (Makefile.am): Augment lib_SOURCES.
5631         * m4/xreadlink.m4: Remove file.
5632         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
5633         (xreadlink_with_size): Renamed from xreadink.
5634         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
5635         * modules/canonicalize (Depends-on): Replace xreadlink with
5636         xreadlink-with-size.
5637         * lib/canonicalize.c (canonicalize_filename_mode): Update.
5638
5639 2007-02-25  Jim Meyering  <jim@meyering.net>
5640
5641         * build-aux/announce-gen: When complaining about excess arguments,
5642         list them.
5643
5644 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
5645
5646         * README: Document signed integer overflow situation more
5647         accurately.
5648
5649 2007-02-25  Bruno Haible  <bruno@clisp.org>
5650
5651         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
5652         'a' or 'A' conversion.
5653
5654 2007-02-25  Bruno Haible  <bruno@clisp.org>
5655
5656         * modules/filename: Renamed from modules/pathname.
5657         (Files): Replace lib/pathname.h with lib/filename.h. Replace
5658         lib/concatpath.c with lib/concat-filename.c.
5659         (Makefile.am): Update.
5660         (Include): Replace pathname.h with filename.h.
5661         * lib/filename.h: Renamed from lib/pathname.h.
5662         (concatenated_filename): Renamed from concatenated_pathname.
5663         * lib/concat-filename.c: Renamed from lib/concatpath.c.
5664         (concatenated_filename): Renamed from concatenated_pathname.
5665         * lib/findprog.c: Include filename.h instead of pathname.h.
5666         (find_in_path): Update.
5667         * lib/javacomp.c: Include filename.h instead of pathname.h.
5668         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
5669         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
5670         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
5671         is_oldgcj_14_13_usable, is_javac_usable): Update.
5672         * lib/javaexec.c: Include filename.h instead of pathname.h.
5673         (execute_java_class): Update.
5674         * modules/findprog: Update.
5675         * modules/javacomp: Update.
5676         * modules/javaexec: Update.
5677         * MODULES.html.sh (File system functions): Add 'filename', remove
5678         'pathname'.
5679
5680 2007-02-25  Bruno Haible  <bruno@clisp.org>
5681
5682         * modules/printf-frexpl-tests: New file.
5683         * tests/test-printf-frexpl.c: New file.
5684
5685         * modules/printf-frexpl: New file.
5686         * lib/printf-frexpl.h: New file.
5687         * lib/printf-frexpl.c: New file.
5688         * m4/printf-frexpl.m4: New file.
5689
5690 2007-02-25  Bruno Haible  <bruno@clisp.org>
5691
5692         * modules/printf-frexp-tests: New file.
5693         * tests/test-printf-frexp.c: New file.
5694
5695         * modules/printf-frexp: New file.
5696         * lib/printf-frexp.h: New file.
5697         * lib/printf-frexp.c: New file.
5698         * m4/printf-frexp.m4: New file.
5699
5700 2007-02-25  Bruno Haible  <bruno@clisp.org>
5701
5702         Assume automake >= 1.10 for the tests.
5703         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
5704         * modules/arctwo-tests: Likewise.
5705         * modules/argp-tests: Likewise.
5706         * modules/avltree-list-tests: Likewise.
5707         * modules/avltree-oset-tests: Likewise.
5708         * modules/avltreehash-list-tests: Likewise.
5709         * modules/carray-list-tests: Likewise.
5710         * modules/crc-tests: Likewise.
5711         * modules/des-tests: Likewise.
5712         * modules/gc-arcfour-tests: Likewise.
5713         * modules/gc-arctwo-tests: Likewise.
5714         * modules/gc-des-tests: Likewise.
5715         * modules/gc-hmac-md5-tests: Likewise.
5716         * modules/gc-hmac-sha1-tests: Likewise.
5717         * modules/gc-md2-tests: Likewise.
5718         * modules/gc-md4-tests: Likewise.
5719         * modules/gc-md5-tests: Likewise.
5720         * modules/gc-pbkdf2-sha1-tests: Likewise.
5721         * modules/gc-rijndael-tests: Likewise.
5722         * modules/gc-sha1-tests: Likewise.
5723         * modules/gc-tests: Likewise.
5724         * modules/getaddrinfo-tests: Likewise.
5725         * modules/hmac-md5-tests: Likewise.
5726         * modules/hmac-sha1-tests: Likewise.
5727         * modules/linked-list-tests: Likewise.
5728         * modules/linkedhash-list-tests: Likewise.
5729         * modules/lock-tests: Likewise.
5730         * modules/md2-tests: Likewise.
5731         * modules/md4-tests: Likewise.
5732         * modules/md5-tests: Likewise.
5733         * modules/rbtree-list-tests: Likewise.
5734         * modules/rbtree-oset-tests: Likewise.
5735         * modules/rbtreehash-list-tests: Likewise.
5736         * modules/read-file-tests: Likewise.
5737         * modules/rijndael-tests: Likewise.
5738         * modules/stdint-tests: Likewise.
5739         * modules/tls-tests: Likewise.
5740
5741 2007-02-24  Bruno Haible  <bruno@clisp.org>
5742
5743         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
5744         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
5745         function; instead check whether isnan with a double argument links.
5746         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
5747         function; instead check whether isnan with a 'long double' argument
5748         links.
5749         Reported by Eric Blake <ebb9@byu.net>.
5750
5751 2007-02-24  Bruno Haible  <bruno@clisp.org>
5752
5753         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
5754         defined.
5755         * lib/isnanl.c: Remove all code. Just include isnan.c.
5756         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
5757
5758 2007-02-25  Jim Meyering  <jim@meyering.net>
5759
5760         Avoid conflicting types for 'unsetenv' on FreeBSD.
5761         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
5762         conflicting with FreeBSD's (5.0 and 6.1) function declaration
5763         in stdlib.h.
5764
5765 2007-02-24  Bruno Haible  <bruno@clisp.org>
5766
5767         * modules/isnanl-nolibm-tests: New file.
5768         * tests/test-isnanl.c: New file.
5769
5770         * modules/isnanl-nolibm: New file.
5771         * lib/isnanl.h: New file.
5772         * lib/isnanl.c: New file.
5773         * m4/isnanl.m4: New file.
5774
5775 2007-02-24  Bruno Haible  <bruno@clisp.org>
5776
5777         * modules/isnan-nolibm-tests: New file.
5778         * tests/test-isnan.c: New file.
5779
5780         * modules/isnan-nolibm: New file.
5781         * lib/isnan.h: New file.
5782         * lib/isnan.c: New file.
5783         * m4/isnan.m4: New file.
5784
5785 2007-02-24  Bruno Haible  <bruno@clisp.org>
5786
5787         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
5788         assume that an exponent fits in 20 bits.
5789
5790 2007-02-24  Jim Meyering  <jim@meyering.net>
5791
5792         * m4/regex.m4: Update the description of the configure-time option,
5793         --without-included-regex, to state accurately what the defaults are,
5794         and perhaps to give people an idea why using this option is risky.
5795
5796 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
5797
5798         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
5799         loops on small arguments.  This attempts to avoid the problem
5800         Bruno Haible reported for AIX 4.3.2 in
5801         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
5802
5803 2007-02-23  Bruno Haible  <bruno@clisp.org>
5804
5805         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
5806         Needed for help2man.
5807
5808 2007-02-23  Karl Berry  <karl@gnu.org>
5809
5810         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
5811         exists, foo.h should be cvs-ignored, not committed.
5812
5813 2007-02-23  Eric Blake  <ebb9@byu.net>
5814
5815         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
5816         * lib/stat-time.h (includes): Likewise.
5817         * lib/utimecmp.c (includes): Likewise.
5818         * lib/utimens.h (includes): Likewise.
5819         * lib/getdate.y (includes): Also include "timespec.h" for use
5820         internal to the module.
5821         * modules/utimens (Depends-on): Revert yesterday's patch.
5822         * modules/nanosleep (Depends-on): Add missing dependency.
5823
5824 2007-02-22  Bruno Haible  <bruno@clisp.org>
5825
5826         * lib/glob.c: Don't include getlogin_r.h.
5827
5828 2007-02-22  Jim Meyering  <jim@meyering.net>
5829
5830         * modules/utimens (Depends-on): Add timespec, required for
5831         utimens.h's inclusion of timespec.h.
5832
5833 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
5834
5835         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
5836         long unreadable paths in GNU/Linux.  Problem reported by Andreas
5837         Schwab in
5838         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
5839         I'll try to think of a better way to fix the Solaris problem.
5840
5841         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
5842         like glibc; on Solaris 10, it fails with errno == EINVAL.
5843         POSIX says the behavior is unspecified if the first argument is NULL,
5844         so play it safe and never pass NULL to the system getcwd.
5845
5846 2007-02-21  Jim Meyering  <jim@meyering.net>
5847
5848         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
5849         of gettimeofday.  It would conflict with the one now always
5850         provided via sys_time_.h.  Reported by Matthew Woehlke, as
5851         an IRIX 6.5 build failure.
5852
5853 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
5854
5855         Minor fixups to port to Solaris 10 with Sun C 5.8.
5856         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
5857         * modules/getcwd (Depends-on): Add dirfd.
5858         * lib/putenv.c (putenv): #undef it.
5859         (rpl_putenv): New decl.
5860         (malloc, free): Include <stdlib.h> rather than prototyping separately.
5861
5862 2007-02-20  Bruno Haible  <bruno@clisp.org>
5863
5864         * modules/stdio-tests: New file.
5865         * tests/test-stdio.c: New file.
5866
5867         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
5868         (Depends-on): Add stdio.
5869         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
5870         (Include): Use <stdio.h> instead of vsnprintf.h.
5871         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
5872         HAVE_DECL_VSNPRINTF.
5873         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
5874
5875         * modules/snprintf (Files): Remove lib/snprintf.h.
5876         (Depends-on): Add stdio.
5877         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
5878         (Include): Use <stdio.h> instead of snprintf.h.
5879         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
5880         HAVE_DECL_SNPRINTF.
5881         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
5882         * lib/getaddrinfo.c: Likewise.
5883
5884         * modules/stdio: New file.
5885         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
5886         * lib/snprintf.h: Remove file.
5887         * lib/vsnprintf.h: Remove file.
5888         * lib/.cppi-disable: Remove snprintf.h.
5889         * m4/stdio_h.m4: New file.
5890         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
5891
5892 2007-02-20  Jim Meyering  <jim@meyering.net>
5893
5894         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
5895         used by e.g., mingw.  From Bruno Haible.
5896
5897 2007-02-19  Bruno Haible  <bruno@clisp.org>
5898
5899         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
5900         warnings.
5901         Reported by Ben Pfaff <blp@cs.stanford.edu>.
5902
5903 2007-02-19  Bruno Haible  <bruno@clisp.org>
5904
5905         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
5906         from mingw users.
5907
5908 2007-02-19  Bruno Haible  <bruno@clisp.org>
5909
5910         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
5911         warnings.
5912         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
5913
5914 2007-02-19  Jim Meyering  <jim@meyering.net>
5915
5916         Don't use FD after a successful "fdopendir (fd)".
5917         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
5918         Reset it by calling dirfd on the just-obtained DIR*.
5919
5920         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
5921         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
5922
5923 2007-02-18  Bruno Haible  <bruno@clisp.org>
5924
5925         * lib/readlink.c: Include <unistd.h>.
5926         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
5927         HAVE_READLINK.
5928         * modules/readlink (Depends-on): Add unistd.
5929         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5930         (Include): Add <unistd.h>.
5931
5932         * lib/getlogin_r.h: Remove file.
5933         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
5934         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
5935         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
5936         HAVE_DECL_GETLOGIN_R.
5937         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
5938         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5939         (Include): Use <unistd.h> instead of getlogin_r.h.
5940
5941         * lib/getcwd.h: Remove file.
5942         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
5943         * lib/xgetcwd.c: Likewise.
5944         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
5945         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
5946         * modules/getcwd (Files): Remove lib/getcwd.h.
5947         (Depends-on): Add unistd.
5948         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5949         (Include): Use <unistd.h> instad of getcwd.h.
5950
5951         * lib/ftruncate.c: Include <unistd.h> first.
5952         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
5953         Set HAVE_FTRUNCATE.
5954         * modules/ftruncate (Depends-on): Add unistd.
5955         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5956
5957         * lib/fchdir.c: Include <unistd.h> first.
5958         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
5959         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
5960         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
5961         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5962         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
5963
5964         * lib/dup2.c: Include <unistd.h> first.
5965         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
5966         HAVE_DUP2.
5967         * modules/dup2 (Depends-on): Add unistd.
5968         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5969
5970         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
5971         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
5972         REPLACE_CHOWN. Don't define chown as a macro here.
5973         * modules/chown (Depends-on): Add unistd.
5974         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5975
5976         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
5977         Add definition for GL_LINK_WARNING.
5978         (chown, dup2): New declarations.
5979         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
5980         link warning.
5981         (ftruncate): New declaration.
5982         (getcwd): New declaration, taken from old getcwd.h.
5983         (getlogin_r): New declaration, taken from old getlogin_r.h.
5984         (readlink): New declaration.
5985         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
5986         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
5987         (gl_PREREQ_UNISTD): Remove macro.
5988         (gl_UNISTD_MODULE_INDICATOR): New macro.
5989         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
5990         many new variables. Don't set UNISTD_H.
5991         * modules/unistd (Description): Change.
5992         (Depends-on): Add link-warning.
5993         (configure.ac): Update.
5994         (Makefile.am): Create unistd.h always. Substitute many new variables
5995         into it.
5996
5997 2007-02-18  Bruno Haible  <bruno@clisp.org>
5998
5999         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
6000         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
6001         HAVE_GETSUBOPT.
6002         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
6003         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
6004         * lib/getsubopt.h: Remove file.
6005         * modules/getsubopt (Files): Remove lib/getsubopt.h.
6006         (Depends-on): Add stdlib.
6007         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
6008         (Includes): Use <stdlib.h> instead of getsubopt.h.
6009         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
6010         Set HAVE_GETSUBOPT.
6011         * lib/getsubopt.c: Don't include getsubopt.h.
6012
6013 2007-02-18  Bruno Haible  <bruno@clisp.org>
6014
6015         * modules/fchdir (Depends-on): Add dup2.
6016
6017 2007-02-18  Bruno Haible  <bruno@clisp.org>
6018
6019         * lib/stdlib_.h: Handle glibc's special invocation convention
6020         specially.
6021
6022 2007-02-18  Bruno Haible  <bruno@clisp.org>
6023
6024         * modules/stdlib-tests: New file.
6025         * tests/test-stdlib.c: New file.
6026
6027         * modules/mkstemp (Files): Remove lib/mkstemp.h.
6028         (Depends-on): Add stdlib.
6029         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
6030         (Includes): Use <stdlib.h> instead of mkstemp.h.
6031         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
6032         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
6033         * lib/mkstemp.c: Don't include mkstemp.h.
6034         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
6035         * lib/stdlib--.h: Don't include mkstemp.h.
6036
6037         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
6038         (Depends-on): Add stdlib.
6039         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
6040         (Includes): Use <stdlib.h> instead of mkdtemp.h.
6041         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
6042         HAVE_MKDTEMP.
6043         * lib/mkdtemp.c: Don't include mkdtemp.h.
6044         * lib/clean-temp.c: Don't include mkdtemp.h.
6045
6046         * modules/exit (Files): Remove lib/exit.h.
6047         (Depends-on): Add stdlib.
6048         (Makefile.am): Remove lib_SOURCES.
6049         (Include): Use <stdlib.h> instead of exit.h.
6050         * lib/argmatch.c: Don't include exit.h.
6051         * lib/execute.c: Likewise.
6052         * lib/pagealign_alloc.c: Likewise.
6053         * lib/pipe.c: Likewise.
6054         * lib/wait-process.c: Likewise.
6055         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
6056         * lib/exitfail.c: Likewise.
6057         * lib/savewd.c: Likewise.
6058         * lib/xsetenv.c: Likewise.
6059
6060         * modules/stdlib: New file.
6061         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
6062         and extra comments about mkstemp().
6063         * lib/exit.h: Remove file.
6064         * lib/mkdtemp.h: Remove file.
6065         * lib/mkstemp.h: Remove file.
6066         * m4/stdlib_h.m4: New file.
6067         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
6068
6069 2007-02-18  Bruno Haible  <bruno@clisp.org>
6070
6071         * modules/math-tests: New file.
6072         * tests/test-math.c: New file.
6073
6074         * modules/math: New file.
6075         * modules/mathl (Files): Remove lib/mathl.h.
6076         (Depends-on): Add math.
6077         (Makefile.am): Don't mention mathl.h.
6078         (Include): Use <math.h> instead of mathl.h.
6079         * lib/math_.h: New file.
6080         * lib/mathl.h: Remove file.
6081         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
6082         mathl.h.
6083         * lib/asinl.c: Likewise.
6084         * lib/atanl.c: Likewise.
6085         * lib/ceill.c: Likewise.
6086         * lib/cosl.c: Likewise.
6087         * lib/expl.c: Likewise.
6088         * lib/floorl.c: Likewise.
6089         * lib/frexpl.c: Likewise.
6090         * lib/ldexpl.c: Likewise.
6091         * lib/logl.c: Likewise.
6092         * lib/sincosl.c: Likewise.
6093         * lib/sinl.c: Likewise.
6094         * lib/sqrtl.c: Likewise.
6095         * lib/tanl.c: Likewise.
6096         * lib/trigl.c: Likewise.
6097         * m4/math_h.m4: New file.
6098         * MODULES.html.sh (Mathematics): Add math.
6099
6100 2007-02-17  Bruno Haible  <bruno@clisp.org>
6101
6102         * modules/wctype-tests: New file.
6103         * tests/test-wctype.c: New file.
6104
6105         * modules/wchar-tests: New file.
6106         * tests/test-wchar.c: New file.
6107
6108         * modules/unistd-tests: New file.
6109         * tests/test-unistd.c: New file.
6110
6111         * modules/time-tests: New file.
6112         * tests/test-time.c: New file.
6113
6114         * modules/sysexits-tests: New file.
6115         * tests/test-sysexits.c: New file.
6116
6117         * modules/sys_time-tests: New file.
6118         * tests/test-sys_time.c: New file.
6119
6120         * modules/sys_stat-tests: New file.
6121         * tests/test-sys_stat.c: New file.
6122
6123         * modules/sys_socket-tests: New file.
6124         * tests/test-sys_socket.c: New file.
6125
6126         * modules/sys_select-tests: New file.
6127         * tests/test-sys_select.c: New file.
6128
6129         * modules/string-tests: New file.
6130         * tests/test-string.c: New file.
6131
6132         * modules/stdbool-tests: New file.
6133         * tests/test-stdbool.c: New file.
6134
6135         * modules/netinet_in-tests: New file.
6136         * tests/test-netinet_in.c: New file.
6137
6138         * modules/inttypes-tests: New file.
6139         * tests/test-inttypes.c: New file.
6140
6141         * modules/fcntl-tests: New file.
6142         * tests/test-fcntl.c: New file.
6143
6144         * modules/byteswap-tests: New file.
6145         * tests/test-byteswap.c: New file.
6146
6147         * modules/arpa_inet-tests: New file.
6148         * tests/test-arpa_inet.c: New file.
6149
6150 2007-02-17  Bruno Haible  <bruno@clisp.org>
6151
6152         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
6153         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
6154         if the corresponding module is not enabled. Emit link warnings if
6155         the function is used nevertheless.
6156         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
6157         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
6158         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
6159         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
6160         * modules/inttypes (Depends-on): Add link-warning.
6161         (Makefile.am): Copy the contents of build-aux/link-warning.h into
6162         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
6163         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
6164         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
6165         * modules/imaxdiv (configure.ac): Likewise.
6166         * modules/strtoimax (configure.ac): Likewise.
6167         * modules/strtoumax (configure.ac): Likewise.
6168
6169 2007-02-17  Bruno Haible  <bruno@clisp.org>
6170
6171         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
6172         gl_STRING_MODULE_INDICATOR_DEFAULTS.
6173         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
6174         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
6175
6176 2007-02-17  Bruno Haible  <bruno@clisp.org>
6177
6178         * modules/link-warning: New file.
6179         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
6180         * lib/string_.h (GL_LINK_WARNING): Remove definition.
6181         * modules/string (Depends-on): Add link-warning.
6182         (Makefile.am): Copy the contents of build-aux/link-warning.h into
6183         string.h.
6184         * MODULES.html.sh (Support for building libraries and executables): Add
6185         link-warning.
6186
6187 2007-02-17  Bruno Haible  <bruno@clisp.org>
6188
6189         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
6190         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
6191         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
6192         long lines.
6193
6194 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
6195             Bruno Haible  <bruno@clisp.org>
6196
6197         * modules/tmpfile: New file.
6198         * lib/tmpfile.c: New file.
6199         * m4/tmpfile.m4: New file.
6200         * MODULES.html.sh (func_all_modules): New section "Input/output".
6201
6202 2007-02-15  Bruno Haible  <bruno@clisp.org>
6203
6204         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
6205         (supports_delete_on_close): New function.
6206         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
6207
6208 2007-02-14  Bruno Haible  <bruno@clisp.org>
6209
6210         * modules/mbspcasecmp-tests: New file.
6211         * tests/test-mbspcasecmp.sh: New file.
6212         * tests/test-mbspcasecmp.c: New file.
6213
6214         New module mbspcasecmp.
6215         * modules/mbspcasecmp: New file.
6216         * lib/mbspcasecmp.c: New file.
6217         * lib/string_.h (strncasecmp): Change warning message.
6218         (mbspcasecmp): New declaration.
6219         * m4/mbspcasecmp.m4: New file.
6220         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6221         GNULIB_MBSPCASECMP.
6222         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
6223         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
6224
6225 2007-02-14  Bruno Haible  <bruno@clisp.org>
6226
6227         * modules/mbsncasecmp-tests: New file.
6228         * tests/test-mbsncasecmp.sh: New file.
6229         * tests/test-mbsncasecmp.c: New file.
6230
6231         New module mbsncasecmp.
6232         * modules/mbsncasecmp: New file.
6233         * lib/mbsncasecmp.c: New file.
6234         * lib/string_.h (mbsncasecmp): New declaration.
6235         * m4/mbsncasecmp.m4: New file.
6236         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6237         GNULIB_MBSNCASECMP.
6238         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
6239         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
6240
6241 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
6242
6243         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
6244         Verify that it doesn't overlap with our flags.
6245         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
6246         do not have the desired effect in multibyte locales; instead, use
6247         mbscasecmp.
6248         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
6249         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
6250         we don't require GNU fnmatch ourselves (if our users require it, they
6251         should do so explicitly).
6252
6253         Fix regex code so it doesn't rely on strcasecmp.
6254         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
6255         Otherwise, include gnulib's langinfo.h.
6256         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
6257         undesirable behavior in non-C locales.  Instead, rely on localecharset.
6258         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
6259         * modules/regex (FILES): Remove m4/codeset.m4.
6260         (Depends-on): Add localcharset.  Remove strcase.
6261
6262 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6263
6264         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
6265         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
6266
6267 2007-02-13  Bruno Haible  <bruno@clisp.org>
6268
6269         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
6270         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
6271
6272 2007-02-12  Bruno Haible  <bruno@clisp.org>
6273
6274         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
6275         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
6276         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
6277         time warning rather than a link error.
6278
6279 2007-02-12  Bruno Haible  <bruno@clisp.org>
6280
6281         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
6282         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
6283         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
6284
6285 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
6286
6287         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
6288         args, not 2.
6289
6290 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
6291
6292         New module 'time', so that apps can include <time.h> as per
6293         POSIX and GNU instead of separate include files like time_r.h
6294         and timegm.h.  This implementation tries out a simpler approach
6295         for replacing decls in standard include files (as compared to
6296         the string module), somewhat as an experiment.
6297
6298         * config/srclist.txt: Comment out mktime.c for now.
6299         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
6300         since it doesn't apply any more.  Use generic wording instead.
6301         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
6302         'time'.
6303         * lib/time_.h, m4/time_h.m4, modules/time: New files.
6304         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
6305         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
6306         Don't include <sys/types.h>; no longer needed since we assume C89.
6307         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
6308         * lib/strftime.c: Likewise.
6309         * lib/time_r.c: Likewise.
6310         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
6311         * lib/nanosleep.c: Include <time.h> first, to check interface.
6312         * lib/strptime.c: Likewise.
6313         * lib/time_r.c: Likewise.
6314         * lib/timegm.c: Likewise.
6315         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
6316         needed.
6317         * lib/timegm.c: Don't include timegm.h; no longer needed.
6318         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
6319         time.h now handles any problems in that area.
6320         (struct timespec, nanosleep): Remove; time.h now arranges for these.
6321         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
6322         that time.h defines struct timespec.
6323         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
6324         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
6325         handles that.
6326         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
6327         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
6328         needed.  Set REPLACE_LOCALTIME.
6329         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
6330         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
6331         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
6332         nanosleep; time_h.m4 now does that.  Don't require
6333         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
6334         module handles this now.
6335         * modules/getdate (Depends-on): Remove timespec.  Add time.
6336         * modules/nanosleep (Depends-on): Likewise.
6337         * modules/stat-time (Depends-on): Likewise.
6338         * modules/nanosleep (Include): Include time.h, not timespec.h.
6339         * modules/strptime (Files): Remove lib/strptime.h.
6340         (Depends-on): Add extensions, time.
6341         (Include): Include time.h, not strptime.h.
6342         * modules/time_r (Files): Remove lib/time_r.h.
6343         (Depends-on): Add time.
6344         (Include): Include time.h, not time_r.h.
6345         * modules/timegm: Likewise.
6346         * modules/timespec (Description): Now does timespec-related decls
6347         of our own, instead of struct timespec itself.
6348         (Depends-on): Add time; remove extensions.
6349         (Maintainer): Add self.
6350         * modules/utimecmp (Depends-on): Add time; remove timespec.
6351         * modules/utimens (Depends-on): Likewise.
6352         * modules/xnanosleep (Depends-on): Likewise.
6353
6354 2007-02-11  Bruno Haible  <bruno@clisp.org>
6355
6356         * lib/c-strstr.c: Include allocsa.h.
6357         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
6358         * lib/c-strcasestr.c: Include allocsa.h.
6359         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
6360         * lib/strcasestr.c: Include allocsa.h.
6361         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
6362         * lib/mbsstr.c: Include allocsa.h.
6363         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
6364         allocsa/freesa instead of malloc/free.
6365         * lib/mbscasestr.c: Include allocsa.h.
6366         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
6367         allocsa/freesa instead of malloc/free.
6368         * modules/c-strstr (Depends-on): Add allocsa.
6369         * modules/c-strcasestr (Depends-on): Likewise.
6370         * modules/strcasestr (Depends-on): Likewise.
6371         * modules/mbsstr (Depends-on): Likewise.
6372         * modules/mbscasestr (Depends-on): Likewise.
6373
6374 2007-02-11  Bruno Haible  <bruno@clisp.org>
6375
6376         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
6377
6378         * modules/mbsspn-tests: New file.
6379         * tests/test-mbsspn.sh: New file.
6380         * tests/test-mbsspn.c: New file.
6381
6382 2007-02-11  Bruno Haible  <bruno@clisp.org>
6383
6384         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
6385
6386         * modules/mbspbrk-tests: New file.
6387         * tests/test-mbspbrk.sh: New file.
6388         * tests/test-mbspbrk.c: New file.
6389
6390 2007-02-11  Bruno Haible  <bruno@clisp.org>
6391
6392         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
6393         unneeded cast.
6394
6395         * modules/mbscspn-tests: New file.
6396         * tests/test-mbscspn.sh: New file.
6397         * tests/test-mbscspn.c: New file.
6398
6399 2007-02-11  Bruno Haible  <bruno@clisp.org>
6400
6401         * modules/mbscasecmp-tests: New file.
6402         * tests/test-mbscasecmp.sh: New file.
6403         * tests/test-mbscasecmp.c: New file.
6404
6405 2007-02-11  Bruno Haible  <bruno@clisp.org>
6406
6407         Ensure O(n) worst-case complexity of mbscasestr.
6408         * lib/mbscasestr.c: Include stdbool.h.
6409         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
6410         functions.
6411         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
6412         the bookkeeping indicates that it's worth it.
6413         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
6414
6415         * modules/mbscasestr-tests: New file.
6416         * tests/test-mbscasestr1.c: New file.
6417         * tests/test-mbscasestr2.sh: New file.
6418         * tests/test-mbscasestr2.c: New file.
6419         * tests/test-mbscasestr3.sh: New file.
6420         * tests/test-mbscasestr3.c: New file.
6421         * tests/test-mbscasestr4.sh: New file.
6422         * tests/test-mbscasestr4.c: New file.
6423         * m4/locale-tr.m4: New file.
6424
6425 2007-02-11  Bruno Haible  <bruno@clisp.org>
6426
6427         Ensure O(n) worst-case complexity of mbsstr.
6428         * lib/mbsstr.c: Include stdbool.h.
6429         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
6430         functions.
6431         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
6432         bookkeeping indicates that it's worth it.
6433         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
6434
6435         * modules/mbsstr-tests: New file.
6436         * tests/test-mbsstr1.c: New file.
6437         * tests/test-mbsstr2.sh: New file.
6438         * tests/test-mbsstr2.c: New file.
6439         * tests/test-mbsstr3.sh: New file.
6440         * tests/test-mbsstr3.c: New file.
6441         * m4/locale-fr.m4: New file.
6442
6443 2007-02-11  Bruno Haible  <bruno@clisp.org>
6444
6445         * lib/mbsrchr.c (mbsrchr): Fix bug.
6446
6447         * modules/mbsrchr-tests: New file.
6448         * tests/test-mbsrchr.sh: New file.
6449         * tests/test-mbsrchr.c: New file.
6450
6451 2007-02-11  Bruno Haible  <bruno@clisp.org>
6452
6453         * lib/mbschr.c (mbschr): Fix bug.
6454
6455         * modules/mbschr-tests: New file.
6456         * tests/test-mbschr.sh: New file.
6457         * tests/test-mbschr.c: New file.
6458         * m4/locale-zh.m4: New file.
6459
6460 2007-02-11  Bruno Haible  <bruno@clisp.org>
6461
6462         Support for copying multibyte string iterators.
6463         * lib/mbiter.h: Include <string.h>.
6464         (mbiter_multi_copy): New function.
6465         (mbi_copy): New macro.
6466         * lib/mbuiter.h: Include <string.h>.
6467         (mbuiter_multi_copy): New function.
6468         (mbui_copy): New macro.
6469
6470 2007-02-11  Bruno Haible  <bruno@clisp.org>
6471
6472         New module mbslen.
6473         * modules/mbslen: New file.
6474         * lib/mbslen.c: New file.
6475         * lib/string_.h (mbslen): New declaration.
6476         * m4/mbslen.m4: New file.
6477         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6478         GNULIB_MBSLEN.
6479         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
6480         * MODULES.html.sh (Internationalization functions): Add mbslen.
6481
6482 2007-02-11  Bruno Haible  <bruno@clisp.org>
6483
6484         Ensure O(n) worst-case complexity of strcasestr substitute.
6485         * lib/strcasestr.c: Include stdbool.h.
6486         (knuth_morris_pratt): New function.
6487         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
6488         bookkeeping indicates that it's worth it.
6489         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
6490
6491         * modules/strcasestr-tests: New file.
6492         * tests/test-strcasestr.c: New file.
6493
6494 2007-02-11  Bruno Haible  <bruno@clisp.org>
6495
6496         Ensure O(n) worst-case complexity of c_strcasestr.
6497         * lib/c-strcasestr.c: Include stdbool.h, string.h.
6498         (knuth_morris_pratt): New function.
6499         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
6500         the bookkeeping indicates that it's worth it.
6501         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
6502
6503         * modules/c-strcasestr-tests: New file.
6504         * tests/test-c-strcasestr.c: New file.
6505
6506 2007-02-11  Bruno Haible  <bruno@clisp.org>
6507
6508         Ensure O(n) worst-case complexity of c_strstr.
6509         * lib/c-strstr.c: Include stdbool.h, string.h.
6510         (knuth_morris_pratt): New function.
6511         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
6512         bookkeeping indicates that it's worth it.
6513         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
6514
6515         * lib/c-strstr.c: Complete rewrite for maintainability.
6516
6517         * modules/c-strstr-tests: New file.
6518         * tests/test-c-strstr.c: New file.
6519
6520 2007-02-11  Bruno Haible  <bruno@clisp.org>
6521
6522         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
6523         5.2.1 and earlier, whereby \055 was treated just like the range
6524         delimiter '-'.
6525         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
6526
6527 2007-02-08  Bruno Haible  <bruno@clisp.org>
6528
6529         * modules/regex (Depends-on): Add stdbool.
6530         Reported by Dalibor Topic <robilad@kaffe.org>.
6531
6532 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
6533
6534         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
6535         Prefer returning from main to exiting from it.
6536         Remove unnecessary parens after sizeof.
6537
6538 2007-02-05  Bruno Haible  <bruno@clisp.org>
6539
6540         New module mbssep.
6541         * modules/mbssep: New file.
6542         * lib/mbssep.c: New file.
6543         * lib/string_.h (strsep): Add a conditional link warning.
6544         (mbssep): New declaration.
6545         * m4/mbssep.m4: New file.
6546         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6547         GNULIB_MBSSEP.
6548         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
6549         * MODULES.html.sh (Internationalization functions): Add mbssep.
6550
6551 2007-02-05  Bruno Haible  <bruno@clisp.org>
6552
6553         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
6554         Optimize search in case of 1 delimiter.
6555
6556 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
6557
6558         * lib/acl.h: Include sys/types.h before sys/acl.h.
6559
6560 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
6561
6562         Merge upstream fix for glibc bugzilla #3957:
6563
6564         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
6565
6566         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
6567         bit for RE_HAT_LISTS_NOT_NEWLINE.
6568         (build_charclass_op): Remove bogus comment.
6569
6570 2007-02-05  Simon Josefsson  <simon@josefsson.org>
6571
6572         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
6573
6574 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
6575
6576         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
6577         * lib/memmem.c [!defined _LIBC]: Include config.h.
6578
6579 2007-02-04  Bruno Haible  <bruno@clisp.org>
6580
6581         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
6582         warning message.
6583
6584 2007-02-04  Bruno Haible  <bruno@clisp.org>
6585
6586         New module mbstok_r.
6587         * modules/mbstok_r: New file.
6588         * lib/mbstok_r.c: New file.
6589         * lib/string_.h (strtok_r): Change argument names to match the
6590         comments. Add a conditional link warning.
6591         (mbstok_r): New declaration.
6592         * m4/mbstok_r.m4: New file.
6593         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6594         GNULIB_MBSTOK_R.
6595         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
6596         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
6597
6598 2007-02-04  Bruno Haible  <bruno@clisp.org>
6599
6600         New module mbsspn.
6601         * modules/mbsspn: New file.
6602         * lib/mbsspn.c: New file.
6603         * lib/string_.h (strspn): Add a conditional link warning.
6604         (mbsspn): New declaration.
6605         * m4/mbsspn.m4: New file.
6606         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6607         GNULIB_MBSSPN.
6608         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
6609         * MODULES.html.sh (Internationalization functions): Add mbsspn.
6610
6611 2007-02-04  Bruno Haible  <bruno@clisp.org>
6612
6613         New module mbspbrk.
6614         * modules/mbspbrk: New file.
6615         * lib/mbspbrk.c: New file.
6616         * lib/string_.h (strpbrk): Add a conditional link warning.
6617         (mbspbrk): New declaration.
6618         * m4/mbspbrk.m4: New file.
6619         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6620         GNULIB_MBSPBRK.
6621         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
6622         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
6623
6624 2007-02-04  Bruno Haible  <bruno@clisp.org>
6625
6626         New module mbscspn.
6627         * modules/mbscspn: New file.
6628         * lib/mbscspn.c: New file.
6629         * lib/string_.h (strcspn): Add a conditional link warning.
6630         (mbscspn): New declaration.
6631         * m4/mbscspn.m4: New file.
6632         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6633         GNULIB_MBSCSPN.
6634         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
6635         * MODULES.html.sh (Internationalization functions): Add mbscspn.
6636
6637 2007-02-04  Bruno Haible  <bruno@clisp.org>
6638
6639         New module mbscasestr, reduced goal of strcasestr.
6640         * modules/mbscasestr: New file.
6641         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
6642         (mbscasestr): Renamed from strcasestr.
6643         * lib/strcasestr.c: Don't include mbuiter.h.
6644         (strcasestr): Remove support for multibyte locales.
6645         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
6646         Change the conditional link warning.
6647         (mbscasestr): New declaration.
6648         * m4/mbscasestr.m4: New file.
6649         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
6650         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
6651         REPLACE_STRCASESTR.
6652         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
6653         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
6654         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
6655         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
6656         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
6657         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
6658         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
6659         (Depends-on): Remove mbuiter.
6660         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
6661
6662 2007-02-04  Bruno Haible  <bruno@clisp.org>
6663
6664         Simplify handling of strncasecmp.
6665         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
6666         the conditional link warning.
6667         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
6668         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
6669         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
6670         * modules/strcase (configure.ac): Don't invoke
6671         gl_STRING_MODULE_INDICATOR.
6672         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
6673
6674 2007-02-04  Bruno Haible  <bruno@clisp.org>
6675
6676         New module mbscasecmp, reduced goal of strcasecmp.
6677         * modules/mbscasecmp: New file.
6678         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
6679         (mbscasecmp): Renamed from strcasecmp.
6680         * lib/strcasecmp.c: Don't include mbuiter.h.
6681         (strcasecmp): Remove support for multibyte locales.
6682         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
6683         Change the conditional link warning.
6684         (mbscasecmp): New declaration.
6685         * m4/mbscasecmp.m4: New file.
6686         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
6687         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
6688         REPLACE_STRCASECMP.
6689         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
6690         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6691         GNULIB_MBSCASECMP.
6692         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
6693         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
6694         * modules/strcase (Files): Remove m4/mbrtowc.m4.
6695         (Depends-on): Remove mbuiter.
6696         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
6697
6698 2007-02-04  Bruno Haible  <bruno@clisp.org>
6699
6700         New module mbsstr. Remove module strstr.
6701         * modules/mbsstr: New file.
6702         * modules/strstr: Remove file.
6703         * lib/mbsstr.c: Renamed from lib/strstr.c.
6704         (mbsstr): Renamed from strstr.
6705         * lib/string_.h (strstr): Remove declaration. Change the conditional
6706         link warning.
6707         (mbsstr): New declaration.
6708         * m4/mbsstr.m4: New file.
6709         * m4/strstr.m4: Remove file.
6710         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
6711         REPLACE_STRSTR.
6712         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
6713         Don't initialize GNULIB_STRSTR.
6714         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
6715         substitute GNULIB_STRSTR and REPLACE_STRSTR.
6716         * MODULES.html.sh (Internationalization functions): Add mbsstr.
6717         (Support for systems lacking ANSI C 89): Remove strstr.
6718
6719 2007-02-04  Bruno Haible  <bruno@clisp.org>
6720
6721         New module mbsrchr.
6722         * modules/mbsrchr: New file.
6723         * lib/mbsrchr.c: New file.
6724         * lib/string_.h (strrchr): Add a conditional link warning.
6725         (mbsrchr): New declaration.
6726         * m4/mbsrchr.m4: New file.
6727         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6728         GNULIB_MBSRCHR.
6729         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
6730         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
6731
6732 2007-02-04  Bruno Haible  <bruno@clisp.org>
6733
6734         New module mbschr.
6735         * modules/mbschr: New file.
6736         * lib/mbschr.c: New file.
6737         * lib/string_.h (strchr): Add a conditional link warning.
6738         (mbschr): New declaration.
6739         * m4/mbschr.m4: New file.
6740         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6741         GNULIB_MBSCHR.
6742         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
6743         * MODULES.html.sh (Internationalization functions): Add mbschr.
6744
6745 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
6746
6747         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
6748
6749         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
6750
6751 2007-02-04  Bruno Haible  <bruno@clisp.org>
6752
6753         New module description section 'configure.ac-early'.
6754         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
6755         (func_get_autoconf_early_snippet): New function.
6756         (func_import, func_create_testdir): Use it. Remove special cases for
6757         modules 'extensions' and 'lock'.
6758         * modules/extensions (configure.ac-early): Require
6759         gl_USE_SYSTEM_EXTENSIONS.
6760         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
6761
6762 2007-02-04  Bruno Haible  <bruno@clisp.org>
6763
6764         Make use of gcj-4.3's -fsource and -ftarget option.
6765         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
6766         and if so try the options -fsource and -ftarget.
6767         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
6768         source_version, ftarget_option, target_version arguments.
6769         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
6770         (is_envjavac_oldgcj_14_14_usable): Renamed from
6771         is_envjavac_gcj_14_14_usable.
6772         (is_envjavac_oldgcj_14_13_usable): Renamed from
6773         is_envjavac_gcj_14_13_usable.
6774         (is_gcj_present): Update.
6775         (is_gcj_43, is_gcj43_usable): New functions.
6776         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
6777         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
6778         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
6779         try the options -fsource and -ftarget.
6780
6781 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
6782
6783         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
6784         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
6785         larger value.
6786
6787 2007-02-03  Jim Meyering  <jim@meyering.net>
6788
6789         Give tools a better chance to allocate space for very large buffers.
6790         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
6791
6792         Make pwd and readlink work also when run with an unreadable parent dir
6793         on systems with openat support.
6794         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
6795         provided getcwd function, even when we have openat support.
6796         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
6797
6798 2007-02-02  Bruno Haible  <bruno@clisp.org>
6799
6800         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
6801         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
6802         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
6803         portability problems if one of these functions is only used on specific
6804         platforms.
6805         Reported by Paul Eggert.
6806
6807 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
6808
6809         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
6810         is causing more trouble than it's curing.
6811         * lib/regex_internal.h (__mempcpy): Remove.
6812         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
6813         (and make the code a tad smaller to boot).
6814         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
6815
6816 2007-02-02  Jim Meyering  <jim@meyering.net>
6817
6818         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
6819         section, not in the Makefile.am: one.
6820
6821 2007-02-02  Eric Blake  <ebb9@byu.net>
6822
6823         * lib/strchrnul.c: Always include config.h first.
6824
6825         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
6826         gnulib strstr is not necessary here.
6827
6828 2007-02-02  Simon Josefsson  <simon@josefsson.org>
6829
6830         * m4/socklen.m4: Fix typo.
6831
6832 2007-02-02  Eric Blake  <ebb9@byu.net>
6833
6834         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
6835         * modules/netinet_in (Makefile.am): Likewise.
6836
6837 2007-02-01  Bruno Haible  <bruno@clisp.org>
6838
6839         * lib/string_.h (GL_LINK_WARNING): New macro.
6840         (strcasecmp, strstr, strcasestr): If provided by the system,
6841         conditionally define as a macro that leads to a warning instead of to
6842         an error.
6843         (strncasecmp): Conditionally define as a macro that leads to a warning.
6844
6845 2007-02-01  Karl Berry  <karl@gnu.org>
6846
6847         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
6848
6849 2007-02-01  Bruno Haible  <bruno@clisp.org>
6850
6851         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
6852         renamings.
6853
6854 2007-02-01  Eric Blake  <ebb9@byu.net>
6855
6856         * modules/regex (Depends-on): Revert dependence on mempcpy.
6857         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
6858         module's definition of mempcpy.
6859         Reported by Paul Eggert.
6860
6861 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
6862
6863         * lib/string_.h: If the gnulib module XYZ is not present, undefine
6864         the symbol XYZ before redefining it.  This fixes a problem with
6865         programs that don't use XYZ, when compiled on systems that define
6866         XYZ to something else.
6867
6868 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
6869
6870         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
6871         occurs when "mkdir -m foo" creates a setgid directory that is (1)
6872         writeable to group or other and (2) is intended to have a special
6873         mode bit that is set or cleared.  In such a case, the directory
6874         should be neither group- nor other-writeable until the special
6875         mode bits are right.
6876
6877 2007-01-31  Eric Blake  <ebb9@byu.net>
6878
6879         * modules/mountlist (Depends-on): Add strstr.
6880
6881         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
6882         bug.
6883         * modules/string (Makefile.am): Remove redundant replacement.
6884         * modules/regex (Depends-on): Add mempcpy.
6885
6886 2007-01-31  Bruno Haible  <bruno@clisp.org>
6887
6888         New module description field 'Link'.
6889         * gnulib-tool (func_usage): Document --extract-link-directive.
6890         (sed_extract_prog): Recognize 'Link' directive.
6891         (func_get_link_directive): New function.
6892         (func_import): Show summary of link directives.
6893         Handle --extract-link-directive option.
6894         * modules/acl (Link): New section.
6895         * modules/clock-time (Link): New section.
6896         * modules/euidaccess (Link): New section.
6897         * modules/gettext (Link): New section.
6898         * modules/iconv (Link): New section.
6899         * modules/lock (Link): New section.
6900         * modules/nanosleep (Link): New section.
6901         * modules/readline (Link): New section.
6902
6903 2007-01-27  Bruno Haible  <bruno@clisp.org>
6904
6905         Enforce the use of gnulib modules for unportable <string.h> functions.
6906         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
6907         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
6908         (gl_HEADER_STRING_H_BODY): Require it.
6909         * lib/string_.h: If the gnulib module XYZ is not present, redefine
6910         the symbol XYZ to one that gives a link error.
6911         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
6912         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
6913         * modules/mempcpy (configure.ac): Likewise.
6914         * modules/memrchr (configure.ac): Likewise.
6915         * modules/stpcpy (configure.ac): Likewise.
6916         * modules/stpncpy (configure.ac): Likewise.
6917         * modules/strcase (configure.ac): Likewise.
6918         * modules/strcasestr (configure.ac): Likewise.
6919         * modules/strchrnul (configure.ac): Likewise.
6920         * modules/strdup (configure.ac): Likewise.
6921         * modules/strndup (configure.ac): Likewise.
6922         * modules/strnlen (configure.ac): Likewise.
6923         * modules/strpbrk (configure.ac): Likewise.
6924         * modules/strsep (configure.ac): Likewise.
6925         * modules/strstr (configure.ac): Likewise.
6926         * modules/strtok_r (configure.ac): Likewise.
6927
6928 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
6929
6930         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
6931
6932 2007-01-30  Jim Meyering  <jim@meyering.net>
6933
6934         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
6935
6936 2007-01-29  Bruno Haible  <bruno@clisp.org>
6937
6938         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
6939         * lib/execute.c: Likewise.
6940         * lib/pipe.c: Likewise.
6941         * lib/printf-args.h: Likewise.
6942         * lib/printf-args.c: Likewise.
6943         * lib/printf-parse.c: Likewise.
6944         * lib/vasnprintf.c: Likewise.
6945
6946 2007-01-29  Eric Blake  <ebb9@byu.net>
6947
6948         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
6949         declaration.
6950
6951 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
6952
6953         * lib/strptime.h (strptime): Use 'restrict' for args where
6954         POSIX requires this.
6955         * lib/strptime.c (strptime): Likewise.
6956         Change license notice from LGPL to GPL, since gnulib-tool will
6957         change this as needed.
6958         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
6959         defined.
6960         Include "strptime.h" first, to check interface.
6961         Do not #undef _LIBC and _NL_CURRENT.
6962         Do not include <stdlib.h>; no longer needed.
6963         Include "time_r.h" and declare ptime_locale_status
6964         only if _LIBC is not defined.
6965         (__P): Remove unused macro.
6966         (match_string): Bring back glibc version, but use it only if _LIBC
6967         is defined.
6968         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
6969         Remove unnecessary assertion and abort() call.
6970         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
6971         * m4/strptime.m4: Fix serial number comment.
6972         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
6973         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
6974         (Depends-on): Add time_r.
6975
6976 2007-01-29  Bruno Haible  <bruno@clisp.org>
6977
6978         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
6979         strptime.
6980         * modules/strptime (Depends-on): Add stdbool.
6981         * lib/strptime.h: Include <time.h> always. Add comments.
6982
6983 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
6984
6985         * modules/strptime: New file.
6986         * lib/strptime.h: New file.
6987         * lib/strptime.c: New file.
6988         * m4/strptime.m4: New file.
6989
6990 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
6991
6992         * MODULES.html.sh: New module mpsort.
6993         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
6994
6995         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
6996         a circularity problem with HP-UX ia64 reported by Bob Proulx in
6997         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
6998         All uses changed.
6999         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
7000         All uses changed.
7001         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
7002         to _Restrict_.
7003         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
7004         the parameter matches the prototype.
7005
7006 2007-01-28  Jim Meyering  <jim@meyering.net>
7007
7008         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
7009         sys/time.h here, reverting that part of the previous patch:
7010         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
7011
7012 2007-01-28  Bruno Haible  <bruno@clisp.org>
7013
7014         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
7015         value of $(SYS_TIME_H).
7016         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
7017         remove it conditionally, too. [added by Jim Meyering]
7018         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
7019         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
7020         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
7021         GETTIMEOFDAY_REPLACEMENT to 1.
7022
7023 2007-01-28  Bruno Haible  <bruno@clisp.org>
7024
7025         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
7026         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
7027         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
7028         Set UNISTD_H instead of UNISTD_H2.
7029         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
7030
7031 2007-01-28  Bruno Haible  <bruno@clisp.org>
7032
7033         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
7034         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
7035
7036 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7037
7038         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
7039         (func_create_testdir): Ensure C locale for `grep' and `tr'
7040         character ranges.
7041         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
7042         ACLOCAL_AMFLAGS parsing state machine.
7043
7044 2007-01-27  Bruno Haible  <bruno@clisp.org>
7045
7046         * modules/unistr/base: Update.
7047
7048 2007-01-27  Bruno Haible  <bruno@clisp.org>
7049
7050         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
7051         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
7052         * modules/unistr/u32-mbtouc-unsafe: Renamed from
7053         modules/unistr/u32-mbtouc.
7054         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
7055         * lib/unistr.h: Update.
7056         * lib/linebreak.c: Update.
7057         * modules/unistr/u32-mbtouc: Renamed from
7058         modules/unistr/u32-mbtouc-safe.
7059         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
7060         * lib/unistr.h: Update.
7061         * lib/unistr/u32-to-u8.c: Update.
7062         * lib/unistr/u32-to-u16.c: Update.
7063
7064 2007-01-27  Bruno Haible  <bruno@clisp.org>
7065
7066         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
7067         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
7068         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
7069         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
7070         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
7071         * modules/unistr/u16-mbtouc-unsafe: Renamed from
7072         modules/unistr/u16-mbtouc.
7073         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
7074         * lib/unistr.h: Update.
7075         * lib/linebreak.c: Update.
7076         * modules/linebreak: Update.
7077         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
7078         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
7079         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
7080         * modules/unistr/u16-mbtouc: Renamed from
7081         modules/unistr/u16-mbtouc-safe.
7082         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
7083         * lib/unistr.h: Update.
7084         * lib/unistr/u16-to-u8.c: Update.
7085         * modules/unistr/u16-to-u8: Update.
7086         * lib/unistr/u16-to-u32.c: Update.
7087         * modules/unistr/u16-to-u32: Update.
7088
7089 2007-01-27  Bruno Haible  <bruno@clisp.org>
7090
7091         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
7092         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
7093         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
7094         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
7095         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
7096         * modules/unistr/u8-mbtouc-unsafe: Renamed from
7097         modules/unistr/u8-mbtouc.
7098         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
7099         * lib/unistr.h: Update.
7100         * lib/striconveh.c: Update.
7101         * modules/striconveh: Update.
7102         * lib/linebreak.c: Update.
7103         * modules/linebreak: Update.
7104         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
7105         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
7106         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
7107         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
7108         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
7109         * lib/unistr.h: Update.
7110         * lib/striconveh.c: Update.
7111         * modules/striconveh: Update.
7112         * lib/unistr/u8-to-u16.c: Update.
7113         * modules/unistr/u8-to-u16: Update.
7114         * lib/unistr/u8-to-u32.c: Update.
7115         * modules/unistr/u8-to-u32: Update.
7116
7117 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7118
7119         Sync from Libtool.
7120         * lib/argz.c: Do not include strings.h nor memory.h, include
7121         string.h unconditionally.  Patch by Simon Josefsson.
7122
7123 2007-01-27  Bruno Haible  <bruno@clisp.org>
7124
7125         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
7126         from gl_HEADER_STRING_H_BODY.
7127         (gl_HEADER_STRING_H_BODY): Require it.
7128         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
7129         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
7130         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
7131         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
7132         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
7133         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
7134         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
7135         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
7136         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
7137         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
7138         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
7139         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
7140         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
7141         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
7142         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
7143
7144 2007-01-27  Bruno Haible  <bruno@clisp.org>
7145
7146         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
7147         check_PROGRAMS into noinst_PROGRAMS.
7148         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
7149         check_PROGRAMS in this case.
7150         (func_import): Set for_test to false.
7151         (func_create_testdir): Set for_test to true.
7152
7153 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
7154             Bruno Haible  <bruno@clisp.org>
7155
7156         * modules/strcasestr (Files): Remove lib/strcasestr.h.
7157         (Depends-on): Add string.
7158         (Includes): Use <string.h> instead of strcasestr.h.
7159         * modules/string (Makefile.am): Also substitute the value of
7160         REPLACE_STRCASESTR.
7161         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
7162         assume strcasestr is declared in <string.h> not <strings.h>. Also
7163         set REPLACE_STRCASESTR.
7164         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
7165         REPLACE_STRCASESTR.
7166         * lib/strcasestr.h: Remove file.
7167         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
7168         * lib/string_.h (strcasestr): New declaration.
7169
7170 2007-01-27  Bruno Haible  <bruno@clisp.org>
7171
7172         * lib/string_.h: Use 'extern'.
7173
7174 2007-01-27  Jim Meyering  <jim@meyering.net>
7175
7176         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
7177         of set-but-not-used local, "q".
7178
7179         * lib/mempcpy.c: Include <config.h> before <string.h>.
7180         This fixes a compilation error on HP-UX, due to the system's
7181         "restrict"-using mempcpy prototype.
7182
7183 2007-01-26  Bruno Haible  <bruno@clisp.org>
7184
7185         Small optimization.
7186         * lib/javacomp.c: Include c-strstr.h.
7187          (is_envjavac_gcj): Use c_strstr instead of strstr.
7188         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
7189
7190 2007-01-26  Bruno Haible  <bruno@clisp.org>
7191
7192         * MODULES.html.sh (Unicode string functions): Add the new modules.
7193
7194         * modules/uniconv/u32-strconv-to-locale: New file.
7195         * lib/uniconv/u32-strconv-to-locale.c: New file.
7196
7197         * modules/uniconv/u16-strconv-to-locale: New file.
7198         * lib/uniconv/u16-strconv-to-locale.c: New file.
7199
7200         * modules/uniconv/u8-strconv-to-locale: New file.
7201         * lib/uniconv/u8-strconv-to-locale.c: New file.
7202
7203         * modules/uniconv/u32-strconv-from-locale: New file.
7204         * lib/uniconv/u32-strconv-from-locale.c: New file.
7205
7206         * modules/uniconv/u16-strconv-from-locale: New file.
7207         * lib/uniconv/u16-strconv-from-locale.c: New file.
7208
7209         * modules/uniconv/u8-strconv-from-locale: New file.
7210         * lib/uniconv/u8-strconv-from-locale.c: New file.
7211
7212         * modules/uniconv/u32-strconv-to-enc: New file.
7213         * lib/uniconv/u32-strconv-to-enc.c: New file.
7214         * modules/uniconv/u32-strconv-to-enc-tests: New file.
7215         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
7216
7217         * modules/uniconv/u16-strconv-to-enc: New file.
7218         * lib/uniconv/u16-strconv-to-enc.c: New file.
7219         * lib/uniconv/u-strconv-to-enc.h: New file.
7220         * modules/uniconv/u16-strconv-to-enc-tests: New file.
7221         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
7222
7223         * modules/uniconv/u8-strconv-to-enc: New file.
7224         * lib/uniconv/u8-strconv-to-enc.c: New file.
7225         * modules/uniconv/u8-strconv-to-enc-tests: New file.
7226         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
7227
7228         * modules/uniconv/u32-strconv-from-enc: New file.
7229         * lib/uniconv/u32-strconv-from-enc.c: New file.
7230         * modules/uniconv/u32-strconv-from-enc-tests: New file.
7231         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
7232
7233         * modules/uniconv/u16-strconv-from-enc: New file.
7234         * lib/uniconv/u16-strconv-from-enc.c: New file.
7235         * modules/uniconv/u16-strconv-from-enc-tests: New file.
7236         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
7237
7238         * modules/uniconv/u8-strconv-from-enc: New file.
7239         * lib/uniconv/u8-strconv-from-enc.c: New file.
7240         * lib/uniconv/u-strconv-from-enc.h: New file.
7241         * modules/uniconv/u8-strconv-from-enc-tests: New file.
7242         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
7243
7244         * modules/uniconv/u32-conv-from-enc: New file.
7245         * lib/uniconv/u32-conv-from-enc.c: New file.
7246         * modules/uniconv/u32-conv-from-enc-tests: New file.
7247         * tests/uniconv/test-u32-conv-from-enc.c: New file.
7248
7249         * modules/uniconv/u16-conv-from-enc: New file.
7250         * lib/uniconv/u16-conv-from-enc.c: New file.
7251         * lib/uniconv/u-conv-from-enc.h: New file.
7252         * modules/uniconv/u16-conv-from-enc-tests: New file.
7253         * tests/uniconv/test-u16-conv-from-enc.c: New file.
7254
7255         * modules/uniconv/u8-conv-from-enc: New file.
7256         * lib/uniconv/u8-conv-from-enc.c: New file.
7257         * modules/uniconv/u8-conv-from-enc-tests: New file.
7258         * tests/uniconv/test-u8-conv-from-enc.c: New file.
7259
7260         * modules/uniconv/base: New file.
7261         * lib/uniconv.h: New file.
7262
7263 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
7264
7265         * doc/gnulib-tool.texi (Initial import): Update to match current
7266         behavior with strdup module.
7267         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
7268         * lib/memmem.h: Remove; all uses removed.  This is now done
7269         by <string.h>.
7270         * lib/mempcpy.h: Likewise.
7271         * lib/memrchr.h: Likewise.
7272         * lib/stpcpy.h: Likewise.
7273         * lib/stpncpy.h: Likewise.
7274         * lib/strcase.h: Likewise.
7275         * lib/strchrnul.h: Likewise.
7276         * lib/strdup.h: Likewise.
7277         * lib/strndup.h: Likewise.
7278         * lib/strnlen.h: Likewise.
7279         * lib/strpbrk.h: Likewise.
7280         * lib/strsep.h: Likewise.
7281         * lib/strstr.h: Likewise.
7282         * lib/strtok_r.h: Likewise.
7283         * lib/string_.h: New file.
7284         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
7285         Rely on <string.h> instead.
7286         * lib/canon-host.c: Likewise.
7287         * lib/chdir-long.c: Likewise.
7288         * lib/concatpath.c: Likewise.
7289         * lib/exclude.c: Likewise.
7290         * lib/fchdir.c: Likewise.
7291         * lib/getaddrinfo.c: Likewise.
7292         * lib/getcwd.c: Likewise.
7293         * lib/getsubopt.c: Likewise.
7294         * lib/glob.c: Likewise.
7295         * lib/hard-locale.c: Likewise.
7296         * lib/iconvme.c: Likewise.
7297         * lib/javacomp.c: Likewise.
7298         * lib/mempcpy.c: Likewise.
7299         * lib/memrchr.c: Likewise.
7300         * lib/regex_internal.h: Likewise.
7301         * lib/stpncpy.c: Likewise.
7302         * lib/strcasecmp.c: Likewise.
7303         * lib/strchrnul.c: Likewise.
7304         * lib/strdup.c: Likewise.
7305         * lib/striconv.c: Likewise.
7306         * lib/striconveh.c: Likewise.
7307         * lib/striconveha.c: Likewise.
7308         * lib/strncasecmp.c: Likewise.
7309         * lib/strndup.c: Likewise.
7310         * lib/strnlen.c: Likewise.
7311         * lib/strsep.c: Likewise.
7312         * lib/strstr.c: Likewise.
7313         * lib/strtok_r.c: Likewise.
7314         * lib/userspec.c: Likewise.
7315         * lib/w32spawn.h: Likewise.
7316         * lib/xstrndup.c: Likewise.
7317         * lib/mountlist.c (strstr): Remove decl.
7318         * m4/string_h.m4: New file.
7319         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
7320         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
7321         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
7322         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
7323         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
7324         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
7325         Set REPLACE_STRCASECMP if necessary.
7326         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
7327         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
7328         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
7329         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
7330         HAVE_DECL_STRDUP if necessary.
7331         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
7332         since gl_FUNC_STRNDUP does that now.
7333         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
7334         Check for decl here...
7335         (gl_PREREQ_STRNLEN): ... not here.
7336         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
7337         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
7338         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
7339         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
7340         necessary.
7341         * modules/string: New file.
7342         * modules/memmem (Files): Remove special-purpose include file.
7343         (Depends-on): Add string.
7344         (Include): Include <string.h>, not the removed file.
7345         * modules/mempcpy: Likewise.
7346         * modules/memrchr: Likewise.
7347         * modules/stpcpy: Likewise.
7348         * modules/stpncpy: Likewise.
7349         * modules/strcase: Likewise.
7350         * modules/strchrnul: Likewise.
7351         * modules/strdup: Likewise.
7352         * modules/strndup: Likewise.
7353         * modules/strnlen: Likewise.
7354         * modules/strpbrk: Likewise.
7355         * modules/strsep: Likewise.
7356         * modules/strstr: Likewise.
7357         * modules/strtok_r: Likewise.
7358         * tests/test-dirname.c: Don't include "strdup.h", since
7359         <string.h> now suffices.
7360         * tests/test-memmem.c: Don't include "memmem.h", since
7361         <string.h> now suffices.
7362
7363 2007-01-25  Bruno Haible  <bruno@clisp.org>
7364
7365         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
7366         *resultp is 0.
7367
7368         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
7369         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
7370         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
7371         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
7372
7373         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
7374         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
7375         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
7376         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
7377         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
7378         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
7379
7380 2007-01-24  Bruno Haible  <bruno@clisp.org>
7381
7382         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
7383         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
7384         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
7385         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
7386         gl_FUNC_FTS_CORE.
7387         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
7388         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
7389         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
7390         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
7391         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
7392         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
7393         gl_FUNC_FCHOWNAT.
7394         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
7395         gl_FUNC_STRFTIME.
7396         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
7397         Reported by Ralf Wildenhues.
7398
7399 2007-01-24  Bruno Haible  <bruno@clisp.org>
7400
7401         Drop AC_REQUIRE calls that are redundant with the module dependencies.
7402         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
7403         gl_GETADDRINFO.
7404         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
7405         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
7406         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
7407
7408 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
7409
7410         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
7411         Don't use 'exit'; just return from 'main'.
7412         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
7413
7414         * lib/fnmatch_.h: Readjust white space and comments to match
7415         glibc, to avoid spurious diffs.
7416
7417 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
7418
7419         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
7420         2004-12-01 change by Jakub Jelinek, since this code won't compile
7421         if !LIBC.  Problem reported by Bob Proulx.
7422
7423 2007-01-23  Bruno Haible  <bruno@clisp.org>
7424
7425         * lib/striconveh.c: Include c-strcaseeq.h.
7426         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
7427         * modules/striconveh (Depends-on): Add c-strcaseeq.
7428
7429 2007-01-23  Bruno Haible  <bruno@clisp.org>
7430
7431         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
7432
7433         * modules/c-strcaseeq: New file.
7434         * lib/c-strcaseeq.h: New file.
7435
7436         * modules/streq: New file.
7437         * lib/streq.h: New file.
7438
7439 2007-01-23  Bruno Haible  <bruno@clisp.org>
7440
7441         * modules/striconveha-tests: New file.
7442         * tests/test-striconveha.c: New file.
7443
7444         * lib/striconveha.h: Include <stdbool.h>.
7445         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
7446         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
7447         (mem_iconveha_notranslit): Renamed from mem_iconveha.
7448         (mem_iconveha): New function.
7449         (str_iconveha_notranslit): Renamed from str_iconveha.
7450         (str_iconveha): New function.
7451         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
7452         c-strcase.
7453
7454 2007-01-23  Bruno Haible  <bruno@clisp.org>
7455
7456         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
7457         encodings without forgiving before trying any encoding with handler.
7458         (str_iconveha): Try all encodings without forgiving before trying any
7459         encoding with handler.
7460
7461 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
7462
7463         Import the following changes from libc.
7464
7465         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
7466
7467         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
7468
7469         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
7470
7471         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
7472         normal_bracket label.
7473
7474         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
7475
7476         [BZ #361]
7477         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
7478         to normal_bracket after fetching the next character.
7479
7480 2007-01-22  Bruno Haible  <bruno@clisp.org>
7481
7482         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
7483         argument.
7484         * lib/striconveh.c (iconv_carefully_1): New function.
7485         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
7486         argument.
7487         (str_cd_iconveh): Update.
7488         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
7489         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
7490         * tests/test-striconveh.c (MAGIC): New macro.
7491         (new_offsets): New function.
7492         (main): Test call with and without offsets.
7493
7494 2007-01-22  Bruno Haible  <bruno@clisp.org>
7495
7496         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
7497         * modules/sys_select (Makefile.am): Likewise.
7498         * modules/sys_socket (Makefile.am): Likewise.
7499         * modules/sys_time (Makefile.am): Likewise.
7500
7501 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
7502
7503         * modules/gettimeofday (License): Change from GPL to LGPL, since
7504         gettimeofday is a library function.
7505
7506 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7507
7508         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
7509
7510 2007-01-21  Bruno Haible  <bruno@clisp.org>
7511
7512         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
7513
7514 2007-01-21  Bruno Haible  <bruno@clisp.org>
7515
7516         * modules/striconveha: New file.
7517         * lib/striconveha.h: New file.
7518         * lib/striconveha.c: New file.
7519         * MODULES.html.sh (Internationalization functions): Add striconveha.
7520         * lib/striconv.c (str_iconv): Optimize the case of an empty input
7521         string.
7522         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
7523
7524 2007-01-21  Bruno Haible  <bruno@clisp.org>
7525
7526         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
7527         * lib/striconveh.c (str_iconveh): Likewise.
7528
7529 2007-01-21  Bruno Haible  <bruno@clisp.org>
7530
7531         * lib/striconveh.h (mem_iconveh): New declaration.
7532         * lib/striconveh.c (mem_iconveh): New function.
7533         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
7534
7535 2007-01-21  Bruno Haible  <bruno@clisp.org>
7536
7537         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
7538
7539         * lib/striconveh.h (mem_cd_iconveh): Change specification.
7540         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
7541         original result buffer.
7542         (str_cd_iconveh): Update.
7543         * tests/test-striconveh.c (main): Update.
7544
7545         * lib/striconv.h (mem_cd_iconv): Change specification.
7546         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
7547         result buffer.
7548         (str_cd_iconv): Update.
7549         * tests/test-striconv.c (main): Update.
7550
7551 2007-01-21  Bruno Haible  <bruno@clisp.org>
7552
7553         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
7554
7555 2007-01-20  Jim Meyering  <jim@meyering.net>
7556
7557         * lib/userspec.c (parse_with_separator): If a user or group string
7558         starts with "+", skip the corresponding name-to-ID look-up, since
7559         such a look-up must fail: user and group names may not include "+".
7560
7561 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
7562
7563         * lib/poll.c: Include sys/time.h and time.h unconditionally,
7564         since we now assume the sys_time module.
7565         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
7566         check for sys/time.h; no longer needed.
7567         * modules/poll (Depends-on): Depend on sys_time.
7568
7569 2007-01-18  Bruno Haible  <bruno@clisp.org>
7570
7571         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
7572         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
7573
7574         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
7575         gettimeofday.
7576
7577         * tests/test-gettimeofday.c: Include <time.h>.
7578         (dummy): Remove variable.
7579
7580         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
7581         gl_HEADER_SYS_TIME_H.
7582         (gl_HEADER_SYS_TIME_H): New macro.
7583
7584         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
7585         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
7586         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
7587         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
7588         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
7589         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
7590         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
7591         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
7592         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
7593         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
7594         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
7595
7596         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
7597         last change; it caused a compilation error when cross-compiling to
7598         Cygwin.
7599
7600 2007-01-18  Jim Meyering  <jim@meyering.net>
7601
7602         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
7603         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
7604         than the race-prone "test -d sys || mkdir sys".
7605         (configure.ac): Use AC_PROG_MKDIR_P.
7606         * modules/sys_select: Likewise.
7607         * modules/sys_socket: Likewise.
7608         * modules/sys_time: Likewise.
7609
7610 2007-01-18  Eric Blake  <ebb9@byu.net>
7611
7612         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
7613         replace gettimeofday.
7614         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
7615         name, to avoid infinite recursion.
7616
7617 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
7618
7619         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
7620         module sys_time.
7621         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
7622         assume timespec.h defines struct timeval.
7623         * lib/settime.c: Likewise.
7624         * lib/utimens.c: Likewise.
7625         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
7626         since we now assume the gettimeofday module.
7627         * lib/tempname.c (__gen_tempname): Likewise.
7628         * lib/gettimeofday.h: Remove.
7629         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
7630         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
7631         Include <time.h>, for 'time()'.
7632         (localtime_buffer_addr): Also use this workaround if
7633         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
7634         to simplify the uses.  All uses changed.
7635         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
7636         that #undef is inside {}, and 'const' follows type name consistently.
7637         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
7638         (gettimeofday): Do not use the maximum possible value for
7639         tv->tv_usec, since that might break usages other than ls.c.
7640         Instead, we'll leave ls.c alone.  This undoes today's patch
7641         by Bruno.  Add a compile-time warning for 1s-clock resolution;
7642         we've never observed the problem but might as well keep the
7643         canary.
7644         * lib/nanosleep.c: Include timespec.h first, for interface check.
7645         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
7646         now assume the sys_time module.
7647         * lib/tempname.c: Likewise.
7648         * lib/timespec.h: Likewise.
7649         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
7650         needed.
7651         * lib/strftime.c: Likewise.
7652         * lib/timespec.h: Likewise.
7653         * lib/posixtm.c: Include posixtm.h first, for interface check.
7654         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
7655         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
7656         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
7657         * lib/sys_time_.h: New file.
7658         * lib/timespec.h (struct timespec): Use long int, not long.
7659         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
7660         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
7661         Remove obsolescent call to AC_HEADER_TIME.
7662         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
7663         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
7664         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
7665         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
7666         Likewise.
7667         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
7668         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
7669         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
7670         into the sys_time module.  Check for gettimeofday just once.
7671         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
7672         for gettimeofday signature to just check the signature.  Merely
7673         compile it, since linking doesn't test signature.  Improve test for
7674         whether gettimeofday.o is actually needed.
7675         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
7676         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
7677         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
7678         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
7679         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
7680         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
7681         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
7682         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
7683         than worrying about sys/time.h.
7684         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
7685         Don't bother worrying about TIME_WITH_SYS_TIME.
7686         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
7687         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
7688         * m4/sys_time_h.m4: New file.
7689         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
7690         Don't include sys/time.h.  Return from main rather than exiting.
7691         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
7692         all uses changed.
7693         * modules/gethrxtime (Depends-on): Add sys_time.
7694         * modules/gettime (Depends-on): Likewise.
7695         * modules/gettimeofday (Depends-on): Likewise.
7696         * modules/nanosleep (Depends-on): Likewise.
7697         * modules/settime (Depends-on): Likewise.
7698         * modules/tempname (Depends-on): Likewise.
7699         * modules/utimens (Depends-on): Likewise.
7700         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
7701         (Include:) Change back to <sys/time.h>.
7702         (Maintainer:) Add self.
7703         * modules/sys_time: New file.
7704         * modules/tempname (Depends-on): Add gettimeofday.
7705         * tests/test-gettimeofday.c: Include <sys/time.h>
7706         rather than gettimeofday.h.
7707
7708 2007-01-17  Bruno Haible  <bruno@clisp.org>
7709
7710         * gnulib-tool (func_get_license): Revert last patch. Instead, let
7711         the license default to GPL.
7712         (func_create_testdir): Don't complain if a module is LGPL and its
7713         tests module depends on GPLed modules.
7714
7715 2007-01-17  Bruno Haible  <bruno@clisp.org>
7716
7717         * lib/gettimeofday.c (gettimeofday): Add code for the case
7718         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
7719         maximum possible value for tv->tv_usec, rather than the minimum one.
7720
7721 2005-10-08  Martin Lambers  <marlam@marlam.de>
7722 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
7723 2007-01-16  Bruno Haible  <bruno@clisp.org>
7724
7725         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
7726         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
7727         gl_FUNC_GETTIMEOFDAY.
7728         (Include): Add gettimeofday.h.
7729         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
7730         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
7731         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
7732         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
7733         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
7734         * lib/gettimeofday.h: New file.
7735         * lib/gettimeofday.c: Include <sys/timeb.h>.
7736         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
7737         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
7738         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
7739         fall back on time().
7740
7741         * tests/test-gettimeofday.c: New file.
7742         * modules/gettimeofday-tests: New file.
7743
7744 2007-01-16  Eric Blake  <ebb9@byu.net>
7745
7746         * modules/fnmatch (Depends-on): Depend on wchar.
7747         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
7748         * m4/fnmatch.m4: Likewise.
7749         * modules/mbchar (Makefile.am): Assume <wchar.h>.
7750         * m4/mbchar.m4: Likewise.
7751         * modules/mbswidth (Depends-on): Depend on wchar.
7752         * lib/mbswidth.c: Assume <wchar.h>.
7753         * m4/mbswidth.m4: Likewise.
7754         * modules/quotearg (Depends-on): Depend on wchar.
7755         * lib/quotearg.c: Assume <wchar.h>.
7756         * m4/quotearg.m4: Likewise.
7757         * modules/regex (Depends-on): Depend on wchar.
7758         * lib/regex_internal.h: Assume <wchar.h>.
7759         * m4/regex.m4: Likewise.
7760         * modules/stdint (Depends-on): Depend on wchar.
7761         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
7762         * m4/stdint.m4: Likewise.
7763         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
7764         * modules/strftime (Depends-on): Depend on wchar.
7765         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
7766         * modules/strtol (Depends-on): Depend on wchar.
7767         * lib/strtol.c: Assume <wchar.h>.
7768         * modules/wcwidth (Depends-on): Depend on wchar.
7769         * lib/wcwidth.h: Assume <wchar.h>.
7770         * m4/wcwidth.m4: Likewise.
7771
7772 2007-01-16  Bruno Haible  <bruno@clisp.org>
7773
7774         * modules/csharpexec-script: New, created from...
7775         * modules/csharpexec: ... this.
7776
7777 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
7778
7779         * modules/javaexec-script: New, created from...
7780         * modules/javaexec: ... this.
7781
7782 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7783
7784         * modules/poll (Dependencies): Add sys_select.
7785
7786 2007-01-15  Jim Meyering  <jim@meyering.net>
7787
7788         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
7789         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
7790         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
7791         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
7792
7793 2007-01-15  Bruno Haible  <bruno@clisp.org>
7794
7795         * modules/striconveh: New file.
7796         * lib/striconveh.h: New file.
7797         * lib/striconveh.c: New file.
7798         * MODULES.html.sh (Internationalization functions): Add striconveh.
7799
7800         * modules/striconveh-tests: New file.
7801         * tests/test-striconveh.c: New file.
7802
7803 2007-01-15  Bruno Haible  <bruno@clisp.org>
7804
7805         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
7806         not from GNU libiconv or GNU libc.
7807
7808 2007-01-15  Bruno Haible  <bruno@clisp.org>
7809
7810         * doc/gnulib-intro.texi (Copyright): Explain the different license
7811         terms for module descriptions, autoconf macros, tests, documentation.
7812
7813 2007-01-14  Bruno Haible  <bruno@clisp.org>
7814
7815         * modules/striconv-tests: New file.
7816         * tests/test-striconv.c: New file.
7817
7818 2007-01-14  Bruno Haible  <bruno@clisp.org>
7819
7820         * modules/iconv-tests: New file.
7821         * tests/test-iconv.c: New file.
7822
7823 2007-01-14  Bruno Haible  <bruno@clisp.org>
7824
7825         * gnulib-tool (func_get_license): For test modules, use the license of
7826         the main module.
7827
7828 2007-01-14  Bruno Haible  <bruno@clisp.org>
7829
7830         * modules/iconv (Include): Clarify that <iconv.h> can only be included
7831         if iconv is found to exist.
7832
7833 2007-01-14  Bruno Haible  <bruno@clisp.org>
7834
7835         * modules/c-ctype-tests: New file.
7836         * tests/test-c-ctype.c: New file.
7837
7838 2007-01-14  Bruno Haible  <bruno@clisp.org>
7839
7840         * modules/binary-io-tests: New file.
7841         * tests/test-binary-io.sh: New file.
7842         * tests/test-binary-io.c: New file.
7843
7844 2007-01-14  Bruno Haible  <bruno@clisp.org>
7845
7846         * modules/array-oset-tests: New file.
7847         * tests/test-array_oset.c: New file.
7848
7849 2007-01-14  Bruno Haible  <bruno@clisp.org>
7850
7851         * modules/array-list-tests: New file.
7852         * tests/test-array_list.c: New file.
7853
7854 2007-01-14  Bruno Haible  <bruno@clisp.org>
7855
7856         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
7857         and make.
7858         Reported by Simon Josefsson in
7859         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
7860
7861 2007-01-14  Bruno Haible  <bruno@clisp.org>
7862
7863         * modules/allocsa-tests: New file.
7864         * tests/test-allocsa.c: New file.
7865
7866 2007-01-14  Bruno Haible  <bruno@clisp.org>
7867
7868         * modules/fchdir (Depends-on): Add absolute-header.
7869         * modules/unistd (Depends-on): Likewise.
7870
7871 2006-12-30  Bruno Haible  <bruno@clisp.org>
7872
7873         * modules/fchdir: New file.
7874         * modules/unistd (Files): Add lib/unistd_.h.
7875         (Makefile.am): Generate unistd.h from unistd_.h.
7876         * lib/fchdir.c: New file.
7877         * lib/dirent_.h: New file.
7878         * lib/unistd_.h: New file.
7879         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
7880         * m4/fchdir.m4: New file.
7881         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
7882         (gl_HEADER_UNISTD): Invoke it.
7883         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
7884         function.
7885         * lib/backupfile.c (opendir, closedir): Undefine.
7886         * lib/chown.c (open, close): Undefine.
7887         * lib/clean-temp.c (open, close): Undefine.
7888         * lib/copy-file.c (open, close): Undefine.
7889         * lib/execute.c (open, close): Undefine.
7890         * lib/fsusage.c (open, close): Undefine.
7891         * lib/gc-gnulib.c (open, close): Undefine.
7892         * lib/getcwd.c (opendir, closedir): Undefine.
7893         * lib/glob.c (opendir, closedir): Undefine.
7894         * lib/javacomp.c (open, close): Undefine.
7895         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
7896         * lib/openat-proc.c (open, close): Undefine.
7897         * lib/pagealign_alloc.c (open, close): Undefine.
7898         * lib/pipe.c (open, close): Undefine.
7899         * lib/progreloc.c (open, close): Undefine.
7900         * lib/savedir.c (opendir, closedir): Undefine.
7901         * lib/utime.c (open, close): Undefine.
7902         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
7903
7904 2007-01-10  Bruno Haible  <bruno@clisp.org>
7905
7906         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
7907
7908 2007-01-12  Eric Blake  <ebb9@byu.net>
7909
7910         Provide a robust <wchar.h>.  Further simplifications are now
7911         possible in other modules, but not included here.
7912         * modules/wchar: New module.
7913         * m4/wchar.m4: New file.
7914         * lib/wchar_.h: Likewise.
7915         * modules/mbchar (Depends-on): Depend on wchar, as the first use
7916         of the new module.
7917         * MODULES.html.sh (Extended multibyte and wide character utilities):
7918         New section.
7919
7920 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
7921
7922         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
7923         to a reasonable default for memory allocation.
7924         (xreadlink): Don't allocate a huge buffer, to work around a buggy
7925         file system that reports garbage st_size values for symlinks.
7926         Problem reported by Liyang Hu.
7927
7928 2007-01-11  Simon Josefsson  <simon@josefsson.org>
7929
7930         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
7931         Emacs .#* auto-save files).
7932
7933 2007-01-11  Bruno Haible  <bruno@clisp.org>
7934
7935         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
7936         directory.
7937
7938 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
7939
7940         Use @...@ consistently in lib/wctype_.h.
7941         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
7942         on it being set to 1 or 0.
7943         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
7944         go back to AC_SUBSTing it.
7945         * modules/wctype (Makefile.am): Undo previous change.
7946
7947 2007-01-10  Eric Blake  <ebb9@byu.net>
7948
7949         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
7950         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
7951         * modules/wctype (Makefile.am): Likewise.
7952         Reported by Chris McGuire.
7953
7954 2007-01-10  Jim Meyering  <jim@meyering.net>
7955
7956         fts.c: a small readability/maintainability improvement
7957         * lib/fts.c (fts_read): Make this code slightly more readable and
7958         maintainable by hoisting the "sp->fts_cur = p" assignments to
7959         immediately follow the statements that set P.  Derived from
7960         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
7961
7962 2007-01-10  Eric Blake  <ebb9@byu.net>
7963
7964         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
7965         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
7966         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
7967         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
7968         Reported by Chris McGuire.
7969
7970 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7971
7972         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
7973         in sed script.
7974
7975 2007-01-09  Bruno Haible  <bruno@clisp.org>
7976
7977         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
7978         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
7979         variables.
7980         (func_module): Use them.
7981
7982 2007-01-09  Bruno Haible  <bruno@clisp.org>
7983
7984         * modules/unistr/base: New file.
7985         * lib/unistr.h: New file.
7986
7987         * modules/unistr/u8-to-u16: New file.
7988         * lib/unistr/u8-to-u16.c: New file.
7989
7990         * modules/unistr/u8-to-u32: New file.
7991         * lib/unistr/u8-to-u32.c: New file.
7992
7993         * modules/unistr/u16-to-u8: New file.
7994         * lib/unistr/u16-to-u8.c: New file.
7995
7996         * modules/unistr/u16-to-u32: New file.
7997         * lib/unistr/u16-to-u32.c: New file.
7998
7999         * modules/unistr/u32-to-u8: New file.
8000         * lib/unistr/u32-to-u8.c: New file.
8001
8002         * modules/unistr/u32-to-u16: New file.
8003         * lib/unistr/u32-to-u16.c: New file.
8004
8005         * modules/unistr/u8-check: New file.
8006         * modules/unistr/u16-check: New file.
8007         * modules/unistr/u32-check: New file.
8008         * lib/unistr/u8-check.c: New file.
8009         * lib/unistr/u16-check.c: New file.
8010         * lib/unistr/u32-check.c: New file.
8011
8012         * modules/unistr/u8-chr: New file.
8013         * modules/unistr/u16-chr: New file.
8014         * modules/unistr/u32-chr: New file.
8015         * lib/unistr/u8-chr.c: New file.
8016         * lib/unistr/u16-chr.c: New file.
8017         * lib/unistr/u32-chr.c: New file.
8018
8019         * modules/unistr/u8-cmp: New file.
8020         * modules/unistr/u16-cmp: New file.
8021         * modules/unistr/u32-cmp: New file.
8022         * lib/unistr/u8-cmp.c: New file.
8023         * lib/unistr/u16-cmp.c: New file.
8024         * lib/unistr/u32-cmp.c: New file.
8025
8026         * modules/unistr/u8-cpy: New file.
8027         * modules/unistr/u16-cpy: New file.
8028         * modules/unistr/u32-cpy: New file.
8029         * lib/unistr/u8-cpy.c: New file.
8030         * lib/unistr/u16-cpy.c: New file.
8031         * lib/unistr/u32-cpy.c: New file.
8032         * lib/unistr/u-cpy.h: New file.
8033
8034         * modules/unistr/u8-cpy-alloc: New file.
8035         * modules/unistr/u16-cpy-alloc: New file.
8036         * modules/unistr/u32-cpy-alloc: New file.
8037         * lib/unistr/u8-cpy-alloc.c: New file.
8038         * lib/unistr/u16-cpy-alloc.c: New file.
8039         * lib/unistr/u32-cpy-alloc.c: New file.
8040         * lib/unistr/u-cpy-alloc.h: New file.
8041
8042         * modules/unistr/u8-endswith: New file.
8043         * modules/unistr/u16-endswith: New file.
8044         * modules/unistr/u32-endswith: New file.
8045         * lib/unistr/u8-endswith.c: New file.
8046         * lib/unistr/u16-endswith.c: New file.
8047         * lib/unistr/u32-endswith.c: New file.
8048         * lib/unistr/u-endswith.h: New file.
8049
8050         * modules/unistr/u8-mblen: New file.
8051         * modules/unistr/u16-mblen: New file.
8052         * modules/unistr/u32-mblen: New file.
8053         * lib/unistr/u8-mblen.c: New file.
8054         * lib/unistr/u16-mblen.c: New file.
8055         * lib/unistr/u32-mblen.c: New file.
8056
8057         * modules/unistr/u8-mbtouc: New file.
8058         * modules/unistr/u16-mbtouc: New file.
8059         * modules/unistr/u32-mbtouc: New file.
8060         * lib/unistr/u8-mbtouc.c: New file.
8061         * lib/unistr/u16-mbtouc.c: New file.
8062         * lib/unistr/u32-mbtouc.c: New file.
8063
8064         * modules/unistr/u8-mbtouc-safe: New file.
8065         * modules/unistr/u16-mbtouc-safe: New file.
8066         * modules/unistr/u32-mbtouc-safe: New file.
8067         * lib/unistr/u8-mbtouc-safe.c: New file.
8068         * lib/unistr/u16-mbtouc-safe.c: New file.
8069         * lib/unistr/u32-mbtouc-safe.c: New file.
8070
8071         * modules/unistr/u8-move: New file.
8072         * modules/unistr/u16-move: New file.
8073         * modules/unistr/u32-move: New file.
8074         * lib/unistr/u8-move.c: New file.
8075         * lib/unistr/u16-move.c: New file.
8076         * lib/unistr/u32-move.c: New file.
8077         * lib/unistr/u-move.h: New file.
8078
8079         * modules/unistr/u8-next: New file.
8080         * modules/unistr/u16-next: New file.
8081         * modules/unistr/u32-next: New file.
8082         * lib/unistr/u8-next.c: New file.
8083         * lib/unistr/u16-next.c: New file.
8084         * lib/unistr/u32-next.c: New file.
8085
8086         * modules/unistr/u8-prev: New file.
8087         * modules/unistr/u16-prev: New file.
8088         * modules/unistr/u32-prev: New file.
8089         * lib/unistr/u8-prev.c: New file.
8090         * lib/unistr/u16-prev.c: New file.
8091         * lib/unistr/u32-prev.c: New file.
8092
8093         * modules/unistr/u8-set: New file.
8094         * modules/unistr/u16-set: New file.
8095         * modules/unistr/u32-set: New file.
8096         * lib/unistr/u8-set.c: New file.
8097         * lib/unistr/u16-set.c: New file.
8098         * lib/unistr/u32-set.c: New file.
8099         * lib/unistr/u-set.h: New file.
8100
8101         * modules/unistr/u8-startswith: New file.
8102         * modules/unistr/u16-startswith: New file.
8103         * modules/unistr/u32-startswith: New file.
8104         * lib/unistr/u8-startswith.c: New file.
8105         * lib/unistr/u16-startswith.c: New file.
8106         * lib/unistr/u32-startswith.c: New file.
8107         * lib/unistr/u-startswith.h: New file.
8108
8109         * modules/unistr/u8-stpcpy: New file.
8110         * modules/unistr/u16-stpcpy: New file.
8111         * modules/unistr/u32-stpcpy: New file.
8112         * lib/unistr/u8-stpcpy.c: New file.
8113         * lib/unistr/u16-stpcpy.c: New file.
8114         * lib/unistr/u32-stpcpy.c: New file.
8115         * lib/unistr/u-stpcpy.h: New file.
8116
8117         * modules/unistr/u8-stpncpy: New file.
8118         * modules/unistr/u16-stpncpy: New file.
8119         * modules/unistr/u32-stpncpy: New file.
8120         * lib/unistr/u8-stpncpy.c: New file.
8121         * lib/unistr/u16-stpncpy.c: New file.
8122         * lib/unistr/u32-stpncpy.c: New file.
8123         * lib/unistr/u-stpncpy.h: New file.
8124
8125         * modules/unistr/u8-strcat: New file.
8126         * modules/unistr/u16-strcat: New file.
8127         * modules/unistr/u32-strcat: New file.
8128         * lib/unistr/u8-strcat.c: New file.
8129         * lib/unistr/u16-strcat.c: New file.
8130         * lib/unistr/u32-strcat.c: New file.
8131         * lib/unistr/u-strcat.h: New file.
8132
8133         * modules/unistr/u8-strchr: New file.
8134         * modules/unistr/u16-strchr: New file.
8135         * modules/unistr/u32-strchr: New file.
8136         * lib/unistr/u8-strchr.c: New file.
8137         * lib/unistr/u16-strchr.c: New file.
8138         * lib/unistr/u32-strchr.c: New file.
8139
8140         * modules/unistr/u8-strcmp: New file.
8141         * modules/unistr/u16-strcmp: New file.
8142         * modules/unistr/u32-strcmp: New file.
8143         * lib/unistr/u8-strcmp.c: New file.
8144         * lib/unistr/u16-strcmp.c: New file.
8145         * lib/unistr/u32-strcmp.c: New file.
8146
8147         * modules/unistr/u8-strcpy: New file.
8148         * modules/unistr/u16-strcpy: New file.
8149         * modules/unistr/u32-strcpy: New file.
8150         * lib/unistr/u8-strcpy.c: New file.
8151         * lib/unistr/u16-strcpy.c: New file.
8152         * lib/unistr/u32-strcpy.c: New file.
8153         * lib/unistr/u-strcpy.h: New file.
8154
8155         * modules/unistr/u8-strcspn: New file.
8156         * modules/unistr/u16-strcspn: New file.
8157         * modules/unistr/u32-strcspn: New file.
8158         * lib/unistr/u8-strcspn.c: New file.
8159         * lib/unistr/u16-strcspn.c: New file.
8160         * lib/unistr/u32-strcspn.c: New file.
8161         * lib/unistr/u-strcspn.h: New file.
8162
8163         * modules/unistr/u8-strdup: New file.
8164         * modules/unistr/u16-strdup: New file.
8165         * modules/unistr/u32-strdup: New file.
8166         * lib/unistr/u8-strdup.c: New file.
8167         * lib/unistr/u16-strdup.c: New file.
8168         * lib/unistr/u32-strdup.c: New file.
8169         * lib/unistr/u-strdup.h: New file.
8170
8171         * modules/unistr/u8-strlen: New file.
8172         * modules/unistr/u16-strlen: New file.
8173         * modules/unistr/u32-strlen: New file.
8174         * lib/unistr/u8-strlen.c: New file.
8175         * lib/unistr/u16-strlen.c: New file.
8176         * lib/unistr/u32-strlen.c: New file.
8177         * lib/unistr/u-strlen.h: New file.
8178
8179         * modules/unistr/u8-strmblen: New file.
8180         * modules/unistr/u16-strmblen: New file.
8181         * modules/unistr/u32-strmblen: New file.
8182         * lib/unistr/u8-strmblen.c: New file.
8183         * lib/unistr/u16-strmblen.c: New file.
8184         * lib/unistr/u32-strmblen.c: New file.
8185
8186         * modules/unistr/u8-strmbtouc: New file.
8187         * modules/unistr/u16-strmbtouc: New file.
8188         * modules/unistr/u32-strmbtouc: New file.
8189         * lib/unistr/u8-strmbtouc.c: New file.
8190         * lib/unistr/u16-strmbtouc.c: New file.
8191         * lib/unistr/u32-strmbtouc.c: New file.
8192
8193         * modules/unistr/u8-strncat: New file.
8194         * modules/unistr/u16-strncat: New file.
8195         * modules/unistr/u32-strncat: New file.
8196         * lib/unistr/u8-strncat.c: New file.
8197         * lib/unistr/u16-strncat.c: New file.
8198         * lib/unistr/u32-strncat.c: New file.
8199         * lib/unistr/u-strncat.h: New file.
8200
8201         * modules/unistr/u8-strncmp: New file.
8202         * modules/unistr/u16-strncmp: New file.
8203         * modules/unistr/u32-strncmp: New file.
8204         * lib/unistr/u8-strncmp.c: New file.
8205         * lib/unistr/u16-strncmp.c: New file.
8206         * lib/unistr/u32-strncmp.c: New file.
8207
8208         * modules/unistr/u8-strncpy: New file.
8209         * modules/unistr/u16-strncpy: New file.
8210         * modules/unistr/u32-strncpy: New file.
8211         * lib/unistr/u8-strncpy.c: New file.
8212         * lib/unistr/u16-strncpy.c: New file.
8213         * lib/unistr/u32-strncpy.c: New file.
8214         * lib/unistr/u-strncpy.h: New file.
8215
8216         * modules/unistr/u8-strnlen: New file.
8217         * modules/unistr/u16-strnlen: New file.
8218         * modules/unistr/u32-strnlen: New file.
8219         * lib/unistr/u8-strnlen.c: New file.
8220         * lib/unistr/u16-strnlen.c: New file.
8221         * lib/unistr/u32-strnlen.c: New file.
8222         * lib/unistr/u-strnlen.h: New file.
8223
8224         * modules/unistr/u8-strpbrk: New file.
8225         * modules/unistr/u16-strpbrk: New file.
8226         * modules/unistr/u32-strpbrk: New file.
8227         * lib/unistr/u8-strpbrk.c: New file.
8228         * lib/unistr/u16-strpbrk.c: New file.
8229         * lib/unistr/u32-strpbrk.c: New file.
8230         * lib/unistr/u-strpbrk.h: New file.
8231
8232         * modules/unistr/u8-strrchr: New file.
8233         * modules/unistr/u16-strrchr: New file.
8234         * modules/unistr/u32-strrchr: New file.
8235         * lib/unistr/u8-strrchr.c: New file.
8236         * lib/unistr/u16-strrchr.c: New file.
8237         * lib/unistr/u32-strrchr.c: New file.
8238
8239         * modules/unistr/u8-strspn: New file.
8240         * modules/unistr/u16-strspn: New file.
8241         * modules/unistr/u32-strspn: New file.
8242         * lib/unistr/u8-strspn.c: New file.
8243         * lib/unistr/u16-strspn.c: New file.
8244         * lib/unistr/u32-strspn.c: New file.
8245         * lib/unistr/u-strspn.h: New file.
8246
8247         * modules/unistr/u8-strstr: New file.
8248         * modules/unistr/u16-strstr: New file.
8249         * modules/unistr/u32-strstr: New file.
8250         * lib/unistr/u8-strstr.c: New file.
8251         * lib/unistr/u16-strstr.c: New file.
8252         * lib/unistr/u32-strstr.c: New file.
8253         * lib/unistr/u-strstr.h: New file.
8254
8255         * modules/unistr/u8-strtok: New file.
8256         * modules/unistr/u16-strtok: New file.
8257         * modules/unistr/u32-strtok: New file.
8258         * lib/unistr/u8-strtok.c: New file.
8259         * lib/unistr/u16-strtok.c: New file.
8260         * lib/unistr/u32-strtok.c: New file.
8261         * lib/unistr/u-strtok.h: New file.
8262
8263         * modules/unistr/u8-uctomb: New file.
8264         * modules/unistr/u16-uctomb: New file.
8265         * modules/unistr/u32-uctomb: New file.
8266         * lib/unistr/u8-uctomb.c: New file.
8267         * lib/unistr/u16-uctomb.c: New file.
8268         * lib/unistr/u32-uctomb.c: New file.
8269
8270         * MODULES.html.sh (Unicode string functions): Add the new modules.
8271
8272 2007-01-08  Bruno Haible  <bruno@clisp.org>
8273
8274         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
8275         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
8276         subdirectories.
8277
8278 2007-01-08  Karl Berry  <karl@gnu.org>
8279
8280         * doc/error.texi: mention that main() fns must set program_name
8281         when progname is used.
8282
8283 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
8284
8285         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
8286         WCTYPE_H is empty, for the benefit of builds from non-distclean
8287         directories.  Problem reported by Eric Blake in
8288         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
8289
8290 2007-01-08  Bruno Haible  <bruno@clisp.org>
8291
8292         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
8293         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
8294         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
8295         PROVIDE_CANONICALIZE_FILENAME_MODE.
8296         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
8297
8298 2007-01-08  Bruno Haible  <bruno@clisp.org>
8299
8300         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
8301         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
8302         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
8303         * lib/fts.c: Likewise.
8304         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
8305
8306 2006-12-25  Bruno Haible  <bruno@clisp.org>
8307
8308         * modules/utf8-ucs4-safe: New file.
8309         * lib/utf8-ucs4-safe.h: New file.
8310         * lib/unistr/utf8-ucs4-safe.c: New file.
8311
8312         * modules/utf16-ucs4-safe: New file.
8313         * lib/utf16-ucs4-safe.h: New file.
8314         * lib/unistr/utf16-ucs4-safe.c: New file.
8315
8316         * MODULES.html.sh (Unicode string functions): Add the new modules.
8317
8318 2007-01-08  Bruno Haible  <bruno@clisp.org>
8319
8320         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
8321         (Depends-on): Add unitypes.
8322         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
8323         (u8_mbtouc_aux): Move out to separate file.
8324         (u8_mbtouc): Use ucs4_t, uint8_t types.
8325         * lib/unistr/utf8-ucs4.c: New file.
8326
8327         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
8328         (Depends-on): Add unitypes.
8329         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
8330         (u16_mbtouc_aux): Move out to separate file.
8331         (u16_mbtouc): Use ucs4_t, uint16_t types.
8332         * lib/unistr/utf16-ucs4.c: New file.
8333
8334         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
8335         (Depends-on): Add unitypes.
8336         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
8337         (u8_uctomb_aux): Move out to separate file.
8338         (u8_uctomb): Use ucs4_t, uint8_t types.
8339         * lib/unistr/ucs4-utf8.c: New file.
8340
8341         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
8342         (Depends-on): Add unitypes.
8343         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
8344         (u16_uctomb_aux): Move out to separate file.
8345         (u16_uctomb): Use ucs4_t, uint16_t types.
8346         * lib/unistr/ucs4-utf16.c: New file.
8347
8348 2006-12-25  Bruno Haible  <bruno@clisp.org>
8349
8350         * modules/unitypes: New file.
8351         * lib/unitypes.h: New file.
8352         * MODULES.html.sh (func_all_modules): New section "Unicode string
8353         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
8354         this section. Add unitypes.
8355
8356 2007-01-08  Bruno Haible  <bruno@clisp.org>
8357
8358         Avoid variable names that conflict with those from libtool.
8359         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
8360         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
8361         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
8362         library_names_spec to acl_library_names_spec, hardcode_* to
8363         acl_hardcode_*.
8364         Reported by Ralf Wildenhues.
8365
8366 2007-01-08  Bruno Haible  <bruno@clisp.org>
8367
8368         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
8369         definition.
8370         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
8371         definition.
8372         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
8373         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
8374         definition.
8375         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
8376         definition.
8377         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
8378         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
8379         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
8380         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
8381         definition.
8382         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
8383         definition.
8384         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
8385         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
8386         GC_USE_<algorithm>.
8387         * lib/gc-libgcrypt.c: Likewise.
8388         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
8389         * modules/gc-arctwo (configure.ac): Likewise.
8390         * modules/gc-des (configure.ac): Likewise.
8391         * modules/gc-hmac-md5 (configure.ac): Likewise.
8392         * modules/gc-hmac-sha1 (configure.ac): Likewise.
8393         * modules/gc-md2 (configure.ac): Likewise.
8394         * modules/gc-md4 (configure.ac): Likewise.
8395         * modules/gc-md5 (configure.ac): Likewise.
8396         * modules/gc-random (configure.ac): Likewise.
8397         * modules/gc-rijndael (configure.ac): Likewise.
8398         * modules/gc-sha1 (configure.ac): Likewise.
8399
8400 2007-01-08  Bruno Haible  <bruno@clisp.org>
8401
8402         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
8403         macro definition.
8404         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
8405         definition.
8406         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
8407         definition.
8408         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
8409         * modules/fcntl-safer (configure.ac): Likewise.
8410         * modules/fopen-safer (configure.ac): Likewise.
8411         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
8412         GNULIB_FWRITEERROR macro definition.
8413
8414 2007-01-08  Bruno Haible  <bruno@clisp.org>
8415
8416         * m4/gnulib-common.m4: New file.
8417         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
8418         (func_get_filelist): Add m4/gnulib-common.m4.
8419
8420 2007-01-08  Bruno Haible  <bruno@clisp.org>
8421
8422         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
8423         command.
8424
8425 2007-01-08  Jim Meyering  <jim@meyering.net>
8426
8427         Use a more robust test for a "can't happen" condition.
8428         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
8429         narrowed the st_size value.  Presuming the "can't happen" condition
8430         is true, that narrowing could conceivably convert an invalid st_size
8431         value into a valid one.  Instead, use a change based on Matthew
8432         Woehlke's original patch.
8433
8434         Slight readability improvement: use an assert-like macro
8435         in place of literal "abort ()" uses.
8436         * lib/fts.c (fts_assert): Define.
8437         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
8438         Use this macro instead of a bare 'abort'.
8439
8440 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
8441
8442         Don't worry about using IRIX 5.3's wctype.h broken definitions;
8443         simply work around them.
8444         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
8445         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
8446         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
8447         declaring.
8448         Don't bother to define as macros, since the standard doesn't require it.
8449         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
8450         longer worry about IRIX 5.3.
8451         (HAVE_WCTYPE_CTMP_BUG): Remove.
8452
8453 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
8454
8455         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
8456         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
8457         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
8458         Problems reported by Georg Schwarz for IRIX 5.3.
8459
8460         * gnulib-tool (autoconf_minversion): Take the maximum version number
8461         found, not the minimum.  Problem reported by James Youngman.
8462
8463 2007-01-03  Karl Berry  <karl@gnu.org>
8464
8465         * doc/error.texi: new file, explaining interaction with progname.
8466         * doc/gnulib.texi: include it.  Update copyright.
8467
8468 2007-01-03  Simon Josefsson  <simon@josefsson.org>
8469
8470         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
8471         AC_CANONICAL_HOST, to improve autobuild outputs.
8472
8473 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
8474             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
8475
8476         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
8477         sockets, server sockets, and other file descriptors.  Count errors
8478         to compute the return value.  Reorder the code a bit to be easier
8479         to follow.  Don't set event bits that were not requested (except
8480         POLLERR and POLLHUP).
8481
8482 2007-01-01  Bruno Haible  <bruno@clisp.org>
8483
8484         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
8485
8486 2007-01-03  Jim Meyering  <jim@meyering.net>
8487
8488         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
8489
8490 2007-01-02  Bruno Haible  <bruno@clisp.org>
8491
8492         * modules/settime (Include): Require timespec.h.
8493         * modules/nanosleep (Include): Likewise.
8494
8495 2007-01-01  Bruno Haible  <bruno@clisp.org>
8496
8497         * gnulib-tool (func_emit_copyright_notice): Bump year.
8498         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
8499
8500 2007-01-01  Bruno Haible  <bruno@clisp.org>
8501
8502         Improve support for OpenBSD.
8503         * build-aux/config.rpath (libname_spec): Export.
8504         (library_names_spec): New variable. Export.
8505         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
8506         library_names_spec from the config.rpath output. Locate shared library
8507         through the name pattern in library_names_spec.
8508
8509 2007-01-01  Eric Blake  <ebb9@byu.net>
8510
8511         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
8512
8513 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
8514
8515         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
8516         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
8517         assume the C locale, and avoid an "eval" that could cause trouble.
8518         Problem with SORT reported by Bob Proulx.
8519
8520         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
8521         Define.  Trivial patch from Henning Nielsen Lund, originally
8522         sent to bug-grep@gnu.org today.
8523
8524 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
8525
8526         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
8527         struct stat.  Problem reported by Henning Nielsen Lund.
8528         * lib/acl.c: Include acl.h first, to check interface.  Don't
8529         bother to include sys/types.h and sys/stat.h again.
8530
8531 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
8532
8533         Import the following change from libc; problem reported by
8534         Sven Verdoolaege.
8535
8536         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
8537
8538         [BZ #1373]
8539         * lib/argp.h: Remove __NTH for __argp_usage inline function.
8540
8541 2006-12-28  Jim Meyering  <jim@meyering.net>
8542
8543         * build-aux/announce-gen: Do not assume that the package
8544         builds any of tar.gz, tar.bz2, and .xdelta files.
8545         Suggestion from Simon Josefsson.
8546
8547 2006-12-28  Simon Josefsson  <simon@josefsson.org>
8548
8549         * modules/announce-gen: New file.
8550
8551 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
8552
8553         * lib/mbchar.h: Just include <wctype.h>; the wctype module
8554         handles its gotchas now.
8555         * lib/mbswidth.c: Likewise.
8556         * lib/wcwidth.h: Likewise.
8557         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
8558         and iswcntrl; the wctype module does this stuff now.
8559         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
8560         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
8561         * modules/mbchar (Depends-on): Add wctype.
8562         * modules/mbswidth (Depends-on): Likewise.
8563         * modules/wcwidth (Depends-on): Likewise.
8564
8565 2006-12-27  Eric Blake  <ebb9@byu.net>
8566
8567         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
8568         module uses more than what <wctype.h> is required to provide.
8569
8570 2006-12-26  Eric Blake  <ebb9@byu.net>
8571
8572         * gnulib-tool (sed_extract_prog): Avoid space-tab.
8573
8574 2006-12-26  Eric Blake  <ebb9@byu.net>
8575
8576         * modules/absolute-header: New module.
8577         * modules/fcntl (Depends-on): Depend on it.
8578         * modules/inttypes (Depends-on): Likewise.
8579         * modules/stdint (Depends-on): Likewise.
8580         * modules/sys_stat (Depends-on): Likewise.
8581         * modules/wctype (Depends-on): Likewise.
8582         * MODULES.html.sh (Support for building libraries and
8583         executables): Document it.
8584
8585 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
8586
8587         * gnulib-tool (SED): Remove, undoing previous change.
8588         The problem was that it broke coreutils on Solaris, because
8589         "sed --posix" leaked into a makefile.
8590         (sed): New alias, if 'alias' and GNU sed.
8591
8592 2006-12-24  Jim Meyering  <jim@meyering.net>
8593
8594         Work around an fchownat bug in glibc-2.4:
8595         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
8596         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
8597         in spite of the -P option.
8598         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
8599         New macros.
8600         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
8601         * modules/openat (Files): Add lib/fchownat.c.
8602         * lib/openat.c (fchownat): Don't define here.  Move to...
8603         * lib/fchownat.c: ...this new file.
8604
8605 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
8606
8607         Fix bug reported by Bruno Haible in
8608         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
8609         where quotearg.c didn't compile on Mac OS X 10.2 because it
8610         lacks <wchar.h> and wint_t.
8611         * lib/wctype_.h (__wctype_wint_t): New type.
8612         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
8613         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
8614         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
8615         Arg is now of type __wctype_wint_t, not wint_t.
8616         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
8617         substitute HAVE_WINT_T.
8618         * modules/wctype (Files): Add m4/wint_t.m4.
8619         (wctype.h): Substitute HAVE_WINT_T.
8620
8621 2006-12-23  Bruno Haible  <bruno@clisp.org>
8622
8623         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
8624
8625 2006-12-23  Bruno Haible  <bruno@clisp.org>
8626
8627         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
8628         S_ISLNK.
8629         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
8630         mingw.
8631
8632 2006-12-22  Bruno Haible  <bruno@clisp.org>
8633
8634         * lib/copy-file.c: Include acl.h.
8635         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
8636         Close the file descriptors only after being done with copy_acl.
8637         * modules/copy-file (Depends-on): Add acl.
8638
8639 2006-12-22  Bruno Haible  <bruno@clisp.org>
8640
8641         * gnulib-tool (SED): New variable.
8642         Use $SED instead of sed everywhere.
8643
8644 2006-12-22  Bruno Haible  <bruno@clisp.org>
8645
8646         * modules/no-c++: New file.
8647         * m4/no-c++.m4: New file.
8648         * MODULES.html.sh (Support for building libraries and executables):
8649         Add no-c++.
8650
8651 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
8652
8653         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
8654         Include <limits.h>, and use its INT_MAX to rewrite the
8655         j loop so that it does not overflow 'int'.  Problem reported by
8656         Ralf Wildenhues in
8657         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
8658         Play it safe by shifting left by 1 rather than multiplying by 2,
8659         as GCC is less likely to optimize this away when the value
8660         is signed (when it assumes overflow leads to undefined behavior).
8661         Also, don't assume time_t uses two's complement.
8662
8663 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
8664
8665         * MODULES.html.sh: New module wctype.
8666         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
8667         * lib/fnmatch.c: Don't bother to include <wchar.h> before
8668         <wctype.h>, since the new wctype module should fix this.
8669         * lib/quotearg.c: Include <wctype.h> unconditionally, since
8670         the wctype module should arrange for it.
8671         * lib/regex_internal.h: Likewise.
8672         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
8673         since the wctype module should handle this now.
8674         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
8675         * modules/fnmatch (Depends-on): Add wctype.
8676         * modules/quotearg (Depends-on): Likewise.
8677         * modules/regex (Depends-on): Likewise.
8678
8679 2006-12-19  Bruno Haible  <bruno@clisp.org>
8680
8681         * lib/strdup.h [C++]: Wrap definitions in extern "C".
8682         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
8683
8684 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8685
8686         * modules/savewd (Depends-on): Fix dependency on fcntl.
8687
8688 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
8689
8690         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
8691         conforms to C99, rather than relying on the user's environment
8692         setting of STDINT_H.
8693
8694 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
8695         and Eric Blake  <ebb9@byu.net>
8696
8697         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
8698         This is more consistent with the other defines here.
8699         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
8700         Port to z/OS.  Problem reported by Paul Gilmartin.
8701         Change local vars to use gl_ prefix rather than ac_.
8702         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
8703         with other defines.
8704         * modules/double-slash-root: New module.
8705         * modules/dirname (Files): Remove m4/double-slash-root.m4.
8706         (Depends-on): Add double-slash-root.
8707         * MODULES.html.sh (File system functions): Mention new module.
8708
8709 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
8710
8711         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
8712         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
8713         This is for the benefit of gzip, which doesn't do i18n.
8714
8715 2006-12-12  Jim Meyering  <jim@meyering.net>
8716
8717         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
8718         Reported by Andreas Schwab <schwab@suse.de>.
8719
8720 2006-12-12  Bruno Haible  <bruno@clisp.org>
8721
8722         Merge these changes.
8723         2006-09-05  Bruno Haible  <bruno@clisp.org>
8724         * lib/iconvme.c (iconv_string): No need to save and restore errno when
8725         iconv_alloc succeeded.
8726         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
8727         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
8728         test for " && dest " at the end - dest is always != NULL there. Call
8729         iconv with 4xNULL arguments initially, to reset the state. Call iconv
8730         with 2xNULL arguments, also to flush the state storage. Handle the
8731         IRIX iconv behaviour. Realloc the final result, to throw away unused
8732         memory.
8733
8734 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
8735
8736         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
8737         and fchmodat unconditionally, since glibc 2.4 has them.
8738         Problem reported by Arkadiusz Miskiewicz.
8739
8740 2006-12-10  Bruno Haible  <bruno@clisp.org>
8741
8742         * gnulib-tool (func_import): Show the include files only for those
8743         modules that are copied and specified.
8744         Reported by Karl Berry.
8745
8746 2006-12-08  Jim Meyering  <jim@meyering.net>
8747
8748         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
8749         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
8750
8751         * build-aux/announce-gen: Add two new options, both optional:
8752         --bootstrap-tools=TOOL_LIST
8753               a comma-separated list of tools, e.g.,
8754               autoconf,automake,bison,gnulib
8755         --gnulib-snapshot-date=DATE
8756               if gnulib is in the bootstrap tool list,
8757               then report this as the snapshot date.
8758               If not specified, use the current date/time.
8759               If you specify a date here, be sure it's UTC.
8760
8761 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8762
8763         * tests/test-argp-2.sh: Fix test to match actual output.
8764         (func_compare): Fix sed script to be portable.
8765
8766 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
8767
8768         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
8769         workaround for this case.  It is not autoconfigured now; offhand
8770         it's hard to see how to autoconfigure it.
8771
8772 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
8773
8774         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
8775         a directory that is about to be chowned.  Such a directory's
8776         initial file permissions should permit the owner only and this
8777         should not be changed until after the chown, since the group and
8778         other bits would be incorrect if they granted permission before
8779         the chown.
8780
8781         Fix porting problem for iswctype reported by Georg Schwarz in:
8782         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
8783         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
8784         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
8785         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
8786         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
8787
8788 2006-12-03  Jim Meyering  <jim@meyering.net>
8789
8790         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
8791         p->fts_statp may not yet be defined.
8792         (fts_read): Instead, set it in the caller, once p->fts_statp is
8793         sure to be defined, and corresponds to a top-level directory.
8794         This bug made du -x fail.  Here's the coreutils test case:
8795         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
8796         Reported by Mike Frysinger.
8797
8798 2006-12-01  Jim Meyering  <jim@meyering.net>
8799
8800         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
8801         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
8802         Reported by Simon Josefsson.
8803
8804 2006-11-30  Jim Meyering  <jim@meyering.net>
8805
8806         * m4/warning.m4: Use the all-permissive copyright notice
8807         recommended by RMS (rather than LGPL).
8808         * m4/vararrays.m4: Likewise.
8809         * m4/flexmember.m4: Likewise.
8810
8811 2006-11-29  Bruno Haible  <bruno@clisp.org>
8812
8813         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
8814         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
8815         using +=.
8816         Reported by Simon Josefsson <simon@josefsson.org>.
8817
8818 2006-11-28  James Youngman <jay@gnu.org>
8819
8820         * README: Advise users that they might find the bug-gnulib@gnu.org
8821         and autotools-announce@gnu.org mailing lists useful.
8822
8823 2006-11-28  Bruno Haible  <bruno@clisp.org>
8824
8825         * m4/ptrdiff_max.m4: Remove file.
8826
8827 2006-11-21  Bruno Haible  <bruno@clisp.org>
8828
8829         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
8830         _AC_COMPUTE_INT.
8831         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
8832         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
8833         _AC_COMPUTE_INT.
8834         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
8835         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
8836         _AC_COMPUTE_INT.
8837         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
8838
8839 2006-11-28  Jim Meyering  <jim@meyering.net>
8840
8841         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
8842         warning from "gcc -Wshadow" about shadowing the builtin.
8843
8844 2006-11-27  Bruno Haible  <bruno@clisp.org>
8845
8846         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
8847         _AC_COMPUTE_INT.
8848         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
8849
8850 2006-11-27  Bruno Haible  <bruno@clisp.org>
8851             Paul Eggert  <eggert@cs.ucla.edu>
8852
8853         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
8854
8855 2006-11-26  Bruno Haible  <bruno@clisp.org>
8856
8857         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
8858         noinst_LTLIBRARIES.
8859
8860 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
8861             Bruno Haible  <bruno@clisp.org>
8862
8863         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
8864         if compiling with "gcc -ansi".
8865
8866 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
8867
8868         Fix some incompatibilities with gcc -ansi -pedantic.
8869         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
8870         if compiling pedantically with GCC, unless it's C99 or later.
8871         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
8872         it mishandles gcc -ansi -pedantic as well.
8873         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
8874         if gcc -pedantic.
8875         * lib/regexec.c (check_node_accept_bytes): Don't use auto
8876         initializers for struct if -pedantic, unless it's C99 or later.
8877
8878 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
8879
8880         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
8881         Don't close an fd more than once. Identical atimes indicate
8882         success, not failure.
8883
8884 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
8885
8886         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
8887
8888 2006-11-23  Jim Meyering  <jim@meyering.net>
8889
8890         * build-aux/announce-gen: New file.  From coreutils.
8891
8892 2006-11-22  Jim Meyering  <jim@meyering.net>
8893
8894         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
8895         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
8896         (fts_read): Use a temporary to narrow the overused st_size member
8897         before using it in a switch statement.  Reported by Matthew Woehlke.
8898
8899         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
8900         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
8901
8902 2006-11-20  Bruno Haible  <bruno@clisp.org>
8903
8904         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
8905         changequote instead of pairs of brackets.
8906         Reported by Andreas Schwab <schwab@suse.de>.
8907
8908 2006-11-21  Jim Meyering  <jim@meyering.net>
8909
8910         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
8911         so as to remain compatible with older compilers.
8912         Patch from Michael Deutschmann.
8913
8914 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
8915
8916         * MODULES.html.sh (File system functions): Add openat.
8917
8918         * lib/openat.h (rpl_fstatat): New macro, if
8919         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
8920         (fstatat): Define to rpl_fstatat under the same conditions,
8921         unless COMPILING_FSTATAT.
8922         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
8923         seems to have the bug.
8924         * lib/fstatat.c: New file.
8925         * modules/openat (Files): Add it.
8926
8927 2006-11-20  Bruno Haible  <bruno@clisp.org>
8928
8929         * Makefile: New file.
8930
8931 2006-11-20  Jim Meyering  <jim@meyering.net>
8932
8933         The beginnings of syntax-related checks for gnulib.
8934         * lib/Makefile: New file.
8935         * lib/t-idcache: New script.  Ensure that the two halves of
8936         idcache.c stay in sync.
8937
8938         * lib/idcache.c: Adjust comments in user- and group- portions to
8939         be more accurate, and to be consistent with one another.
8940
8941 2006-11-20  Jim Meyering  <jim@meyering.net>
8942
8943         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
8944         continue using the flexible array member (thus, this module performs
8945         half as many malloc calls), with the addition that...
8946         (getgroup, getuser): Consistently record a non-match via an empty
8947         "name" string, and map an empty string match to a NULL return value.
8948         * modules/idcache (Depends-on): Re-add flexmember.
8949
8950         * lib/idcache.c (getuser): Remove all uses of the register keyword.
8951         (getuidbyname, getgroup, getgidbyname): Likewise.
8952
8953         Use cleaner syntax: NULL rather than 0.
8954         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
8955
8956 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
8957
8958         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
8959         It mishandled the case where the group was missing.
8960         Problem reported by Greg Schafer.
8961         * modules/idcache: Likewise.
8962
8963 2006-11-18  Jim Meyering  <jim@meyering.net>
8964
8965         * check-module (%exempt_header): Add exception for some
8966         conditionally-included headers.
8967
8968         * modules/i-ring (Depends-on): Add verify.
8969         (License): Change to LGPL.
8970
8971 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
8972
8973         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
8974         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
8975         and inttostr.h.  Use snprintf rather than uinttostr, so that
8976         LGPLed code doesn't depend on GPLed.
8977
8978 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
8979
8980         * modules/inline (License): Change from GPL to LGPL.
8981
8982 2006-11-17  Jim Meyering  <jim@meyering.net>
8983
8984         * modules/d-type (License): Switch to LGPL.
8985
8986 2006-11-15  Bruno Haible  <bruno@clisp.org>
8987
8988         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
8989
8990 2006-11-15  Eric Blake  <ebb9@byu.net>
8991
8992         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
8993         the module dependency.
8994
8995 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
8996             Bruno Haible  <bruno@clisp.org>
8997
8998         * gnulib-tool (func_create_testdir): Add license consistency check.
8999
9000 2006-11-15  Eric Blake  <ebb9@byu.net>
9001
9002         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
9003         random "(cached)" in configure output.
9004
9005 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9006
9007         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
9008         test for conforming inttypes.h is both announced and cached.
9009
9010         * MODULES.html.sh (seen_modules, seen_files): New variables.
9011         (func_module): Rewrite to use a few less gnulib-tool and sed
9012         invocations.  Avoid a couple of quadratic algorithms for ...
9013         (missed_modules, missed_files): ... these, with ...
9014         (func_append, func_tmpdir): ... these new functions, from
9015         gnulib-tool.  Analogously, install traps for cleanup.
9016
9017         * tests/test-gc.c (main): Remove unused variables.
9018         * tests/test-read-file.c: Include stdlib.h, for 'free'.
9019
9020 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
9021
9022         * modules/inttostr (License): Change to LGPL.
9023
9024 2006-11-14  Eric Blake  <ebb9@byu.net>
9025
9026         * modules/tempname (License): Change to LGPL.
9027
9028 2006-11-14  Eric Blake  <ebb9@byu.net>
9029
9030         * doc/functions.texi (Function Portability): *printf functions on
9031         Cygwin now understand all POSIX size specifiers.
9032
9033 2006-11-14  Bruno Haible  <bruno@clisp.org>
9034
9035         * modules/c-ctype (License): Change to LGPL.
9036
9037 2006-11-12  Bruno Haible  <bruno@clisp.org>
9038
9039         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
9040         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
9041         for GNOME libraries, for which the include files are installed in
9042         subdirectories of $prefix/include.
9043
9044 2006-11-12  Bruno Haible  <bruno@clisp.org>
9045
9046         * m4/lib-link.m4: Require at least autoconf-2.54.
9047         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
9048         name to underscores for the --with option.
9049
9050 2006-11-13  Bruno Haible  <bruno@clisp.org>
9051
9052         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
9053         the tests directory.
9054         Reported by Ralf Wildenhues.
9055
9056 2006-11-13  Bruno Haible  <bruno@clisp.org>
9057
9058         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
9059         (func_emit_initmacro_end): Undo the override here.
9060         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
9061         Works around the famous automake error in coreutils.
9062
9063 2006-11-13  Eric Blake  <ebb9@byu.net>
9064
9065         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
9066         element, not its node.
9067
9068 2006-11-12  Bruno Haible  <bruno@clisp.org>
9069
9070         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
9071         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
9072
9073 2006-11-12  Bruno Haible  <bruno@clisp.org>
9074
9075         * gnulib-tool: New option --local-symlink.
9076         (func_usage): Document it.
9077         (lsymbolic): New variable.
9078         (func_import, func_create_testdir): If --symlink was not specified,
9079         test whether --local-symlink was specified and the file comes from
9080         the local_gnulib_dir.
9081
9082 2006-11-12  Bruno Haible  <bruno@clisp.org>
9083
9084         * gnulib-tool (func_ln): New function.
9085         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
9086
9087 2006-11-12  Bruno Haible  <bruno@clisp.org>
9088
9089         Finish support for source files in subdirectories.
9090         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
9091         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
9092         AUTOMAKE_OPTIONS.
9093         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
9094
9095 2006-11-12  Bruno Haible  <bruno@clisp.org>
9096
9097         * gnulib-tool (func_get_automake_snippet): Synthesize also an
9098         EXTRA_lib_SOURCES augmentation.
9099         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
9100
9101 2006-11-12  Jim Meyering  <jim@meyering.net>
9102
9103         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
9104         file descriptors.  This also averts a failure on systems with
9105         native openat support when a traversed directory lacks "x" access.
9106         * lib/fts_.h: Include "i-ring.h"
9107         (struct FTS) [fts_fd_ring]: New member.
9108         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
9109         (FCHDIR): Add parentheses.
9110         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
9111         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
9112         When descending, rather than simply closing the previous
9113         fts_cwd_fd value, push that file descriptor onto the ring.
9114         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
9115         (fts_open): Initialize the new fd_ring member.
9116         (fts_close): Clear the ring.
9117         (fts_safe_changedir): When possible, use our new fd_ring to skip
9118         the diropen and fstat and dev/ino comparison that would normally
9119         accompany a virtual `chdir ("..")'.
9120
9121         * modules/fts (Depends-on): Add i-ring.
9122         * modules/i-ring: New module.
9123         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
9124         * m4/i-ring.m4: New file.
9125
9126 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9127
9128         * gnulib-tool (func_create_testdir): Fix replacement of
9129         `build-aux' in configure.ac.  Run autotools in gltests
9130         subdirectory.
9131         (func_create_testdir, func_create_megatestdir, test): There is
9132         no need for '--force' in most autotool invocations in a new
9133         tree.  Actually fail the whole test if any of the tools, or the
9134         configure or make stages fail.
9135
9136         Sync from Automake.
9137         * build-aux/gnupload: Revert last change.  Add pointer to upload
9138         instructions of the GNU Maintenance Instructions.
9139         Suggestion by Karl Berry.
9140
9141 2006-11-10  Jim Meyering  <jim@meyering.net>
9142
9143         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
9144
9145 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
9146
9147         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
9148         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
9149         (bind_textdomain_codeset) [! ENABLE_NLS]:
9150         Evaluate all the arguments.  That way, callers get compatible behavior
9151         if the arguments have side effects.  Also, it avoids some GCC
9152         diagnostics in some cases; Joel E. Denny reported problems when Bison
9153         was configured with --enable-gcc-warnigs.
9154
9155 2006-11-10  Jim Meyering  <jim@meyering.net>
9156
9157         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
9158         relevant options in CFLAGS (like -O, -fno-inline) are taken into
9159         account.
9160
9161 2006-11-10  Jim Meyering  <jim@meyering.net>
9162
9163         * modules/inline: New file/module.
9164         * modules/xalloc (Files): Remove m4/inline.m4.
9165         (Depends-on): Add inline, instead.
9166         * modules/oset: Likewise.
9167         * modules/list: Likewise.
9168
9169 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
9170
9171         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
9172         Problem reported by Matthew Woehlke.
9173
9174 2006-11-09  Bruno Haible  <bruno@clisp.org>
9175
9176         * lib/tempname.c (gen_tempname): Remove variant that invokes
9177         __gen_tempname.
9178         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
9179         __gen_tempname.
9180
9181 2006-11-08  Bruno Haible  <bruno@clisp.org>
9182
9183         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
9184         to 'yes' instead of 'cross-compiling'.
9185
9186 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
9187
9188         * lib/quotearg.h (quotearg_free): New decl.
9189         * lib/quotearg.c (quotearg_free): New function.
9190         (slot0, nslots, slotvec0, slotvec):
9191         Now file-scope so that quotearg_free can get at them.
9192
9193 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9194
9195         Sync from Automake.
9196         * build-aux/gnupload: Add missing 'gnu' to example URL.
9197         Report by Karl Berry.
9198
9199 2006-11-08  Bruno Haible  <bruno@clisp.org>
9200
9201         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
9202         Suggested by Paul Eggert.
9203
9204 2006-11-08  Jim Meyering  <jim@meyering.net>
9205
9206         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
9207         It's already included if !_LIBC.
9208         (fts_safe_changedir): Add a comment.
9209
9210 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
9211
9212         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
9213         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
9214         Matthew Woehlke.
9215
9216         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
9217         definitions up, to avoid colliding with change below.
9218         (static_inline) [HAVE_INLINE]: New macro.
9219         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
9220         Provide extern decls when !HAVE_INLINE.  Do not define unless
9221         static_inline is defined, either by us or by xmalloc.c.  Use
9222         static_inline rather than static inline.
9223         (XCALLOC): Optimize sizeof(T) = 1 case.
9224         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
9225
9226 2006-11-07  Bruno Haible  <bruno@clisp.org>
9227
9228         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
9229         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
9230         AC_C_INLINE.
9231         * modules/xalloc (Files): Add m4/inline.m4.
9232
9233 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9234
9235         * README: Fix typo.
9236         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
9237         (Miscellanous Notes): ...from this.
9238
9239 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
9240
9241         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
9242         Mention that offsetof should be used instead of sizeof.
9243         From Bruno Haible.
9244
9245 2006-11-07  Bruno Haible  <bruno@clisp.org>
9246
9247         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
9248
9249 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
9250
9251         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
9252         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
9253         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
9254         (gl_tree_add_before, gl_tree_add_after):
9255         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
9256         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
9257         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
9258         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
9259         (gl_linked_add_after, gl_linked_add_at): Likewise.
9260         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
9261         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
9262         (gl_tree_add_before, gl_tree_add_after): Likewise.
9263         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
9264         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
9265         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
9266
9267 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9268
9269         * lib/gl_oset.h: Use C comment style, not C++ comment style.
9270
9271 2006-11-06  Bruno Haible  <bruno@clisp.org>
9272
9273         * m4/inline.m4: New file.
9274         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
9275         * modules/list (Files): Add m4/inline.m4.
9276         * modules/oset (Files): Likewise.
9277
9278 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
9279
9280         * lib/idcache.c: Include <stddef.h>, for offsetof.
9281         (struct userid.name): Change from char * to a flexible array member.
9282         All uses changed.
9283         * modules/idcache (Depends-on): Add flexmember.
9284
9285         * MODULES.html.sh (Core language properties): New module flexmember.
9286         * modules/flexmember, m4/flexmember.m4: New files.
9287
9288         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
9289         inline functions that are identical with the old xnmalloc_inline,
9290         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
9291         that we can avoid some unnecessary integer multiplications and
9292         divisions in the common case where the element size is known at
9293         compile time.
9294         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
9295         needed.
9296         (xnboundedmalloc): Remove.
9297         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
9298         arguments, for consistency with rest of this header.
9299         (xcharalloc): Rewrite using XNMALLOC.
9300         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
9301         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
9302         versions have been moved to lib/xalloc.h and renamed to be the
9303         non-*_inline versions.
9304         (xmalloc, xrealloc): Implement without reference to the xnmalloc
9305         and xnrealloc functions, since those functions are now inline and
9306         now call us.
9307         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
9308         renaming described above.
9309         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
9310         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
9311         captures the dependency in AC_C_INLINE.
9312
9313         New module canonicalize-lgpl, proposed by Charles Wilson in
9314         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
9315         with a few small changes afterwards.
9316         * MODULES.html.sh (File system functions): New module
9317         canonicalize-lgpl.
9318         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
9319         and canonicalize_file_name.
9320         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
9321         * modules/canonicalize-lgpl: New files.
9322
9323 2006-11-05  Bruno Haible  <bruno@clisp.org>
9324
9325         * gnulib-tool (func_import, func_create_testdir): Create directories
9326         also for files in subdirectories of lib/.
9327
9328 2006-11-05  Bruno Haible  <bruno@clisp.org>
9329
9330         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
9331         ANSI C compliant.
9332
9333 2006-11-03  Bruno Haible  <bruno@clisp.org>
9334
9335         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
9336         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
9337         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
9338         (xnboundedmalloc): New inline function.
9339         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
9340         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
9341         xmalloc.
9342         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
9343         xmalloc.
9344         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
9345         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
9346         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
9347         xmalloc.
9348         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
9349         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
9350         xmalloc.
9351         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
9352         gl_tree_add_after): Use XMALLOC instead of xmalloc.
9353         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
9354         xmalloc.
9355         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
9356         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
9357         gl_tree_add_after): Use XMALLOC instead of xmalloc.
9358         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
9359         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
9360         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
9361         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
9362
9363 2006-11-03  Bruno Haible  <bruno@clisp.org>
9364
9365         * lib/c-ctype.h [C++]: Define functions without name mangling.
9366         * lib/fwriteerror.h [C++]: Likewise.
9367         * lib/gcd.h [C++]: Likewise.
9368         * lib/linebreak.h [C++]: Likewise.
9369
9370 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
9371
9372         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
9373         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
9374         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
9375         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
9376         Check for functions and headers just once.
9377         Check for declaration of canonicalize_file_name.
9378         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
9379
9380 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
9381
9382         * gnulib-tool (func_import): Fix typo in actioncmd.
9383
9384 2006-11-02  Bruno Haible  <bruno@clisp.org>
9385
9386         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
9387         newline sequence in the Makefile.am snippet as a space, like "make"
9388         does.
9389         Reported by Roger Persson <perrog@gmail.com>.
9390
9391 2006-11-01  Bruno Haible  <bruno@clisp.org>
9392
9393         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
9394         already declared in <string.h>.
9395         * lib/strcase.h (strncasecmp): Don't declare it if yes.
9396
9397 2006-11-01  Bruno Haible  <bruno@clisp.org>
9398
9399         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
9400         * lib/strcase.h: Include <string.h>.
9401         (strcasecmp): Define to rpl_strcasecmp here.
9402
9403 2006-11-01  Bruno Haible  <bruno@clisp.org>
9404
9405         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
9406
9407 2006-11-01  Eric Blake  <ebb9@byu.net>
9408
9409         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
9410
9411         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
9412
9413 2006-10-29  Bruno Haible  <bruno@clisp.org>
9414
9415         Make it compile in C++ mode.
9416         * lib/full-write.c (full_rw): Add a cast.
9417
9418 2006-11-01  Bruno Haible  <bruno@clisp.org>
9419
9420         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
9421         be POSIX compliant.
9422         Reported by Roger Persson <perrog@gmail.com>.
9423
9424 2006-11-01  Eric Blake  <ebb9@byu.net>
9425
9426         * lib/getopt_.h: Fix comments.
9427
9428 2006-10-31  Eric Blake  <ebb9@byu.net>
9429
9430         * modules/tmpdir (Depends-on): Add sys_stat.
9431         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
9432         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
9433         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
9434         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
9435         tempname.
9436
9437 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
9438
9439         Avoid some C++ diagnostics reported by Bruno Haible.
9440         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
9441         xmalloc.
9442         (quotearg_alloc): Use xcharalloc rather than xmalloc.
9443         (struct slotvec): Move to top level.
9444         (quotearg_n_options): Rewrite to avoid xmalloc.
9445         * lib/xalloc.h (xcharalloc): New function.
9446         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
9447         [defined __cplusplus]: Add function template that provides result
9448         type propagation.  This part of the change is from Bruno Haible.
9449
9450 2006-10-29  Bruno Haible  <bruno@clisp.org>
9451
9452         Make it compile in C++ mode.
9453         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
9454         * lib/strnlen1.c (strnlen1): Cast memchr result.
9455         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
9456         * lib/clean-temp.c (string_equals, string_hash): Add casts.
9457         (create_temp_dir): Rename local variable 'template'.
9458         (compile_csharp_using_sscli): Add cast.
9459         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
9460         * lib/findprog.c (find_in_path): Likewise.
9461         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
9462         * lib/wait-process.c (register_slave_subprocess): Likewise.
9463
9464 2006-10-22  Bruno Haible  <bruno@clisp.org>
9465
9466         * modules/tsearch: New file.
9467         * lib/tsearch.h: New file.
9468         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
9469         * m4/tsearch.m4: New file.
9470         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
9471
9472 2006-10-29  Eric Blake  <ebb9@byu.net>
9473
9474         * lib/arcfour.c: Assume config.h.
9475         * lib/arctwo.c: Likewise.
9476         * lib/base64.c: Likewise.
9477         * lib/check-version.c: Likewise.
9478         * lib/crc.c: Likewise.
9479         * lib/des.c: Likewise.
9480         * lib/gc-gnulib.c: Likewise.
9481         * lib/gc-libgcrypt.c: Likewise.
9482         * lib/gc-pbkdf2-sha1.c: Likewise.
9483         * lib/getaddrinfo.c: Likewise.
9484         * lib/getdelim.c: Likewise.
9485         * lib/getline.c: Likewise.
9486         * lib/hmac-md5.c: Likewise.
9487         * lib/hmac-sha1.c: Likewise.
9488         * lib/iconvme.c: Likewise.
9489         * lib/md2.c: Likewise.
9490         * lib/md4.c: Likewise.
9491         * lib/memxor.c: Likewise.
9492         * lib/read-file.c: Likewise.
9493         * lib/readline.c: Likewise.
9494         * lib/rijndael-alg-fst.c: Likewise.
9495         * lib/rijndael-api-fst.c: Likewise.
9496         * lib/xgetdomainname.c: Likewise.
9497
9498 2006-10-28  Eric Blake  <ebb9@byu.net>
9499
9500         * lib/xstrndup.c: Assume config.h.
9501
9502 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
9503
9504         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
9505         stat-macros.h is now for our own macros, whereas stat_h is for
9506         macros in the <sys/stat.h> name space.
9507         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
9508         (STAT_MACROS_H): Remove.
9509         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
9510         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
9511         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
9512         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
9513         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
9514         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
9515         Move these macros to ...
9516         * lib/stat_.h: here.  Don't include stat-macros.h.
9517         * lib/canonicalize.c: Don't include stat-macros.h.
9518         * lib/chown.c: Likewise.
9519         * lib/euidaccess.c: Likewise.
9520         * lib/file-type.c: Likewise.
9521         * lib/filemode.c: Likewise.
9522         * lib/glob.c: Likewise.
9523         * lib/isapipe.c: Likewise.
9524         * lib/lchown.c: Likewise.
9525         * lib/lstat.c: Likewise.
9526         * lib/mkdir-p.c: Likewise.
9527         * lib/rmdir.c: Likewise.
9528         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
9529         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
9530         unless mkdir isn't declared, to speed up 'configure'.
9531         Always create sys/stat.h, since it's unlikely any real sys/stat.h
9532         would define all the S_* symbols.
9533         * modules/canonicalize (Depends-on):
9534         Depend on sys_stat, not stat-macros.
9535         * modules/chown: Likewise.
9536         * modules/euidaccess: Likewise.
9537         * modules/filemode: Likewise.
9538         * modules/file-type: Likewise.
9539         * modules/glob: Likewise.
9540         * modules/isapipe: Likewise.
9541         * modules/lchown: Likewise.
9542         * modules/lstat: Likewise.
9543         * modules/mkancesdirs: Likewise.
9544         * modules/rmdir: Likewise.
9545         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
9546         * modules/modechange: Likewise.
9547         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
9548         (configure.ac): Remove gl_STAT_MACROS.
9549         * modules/sys_stat (Depends-on): Remove stat-macros.
9550
9551 2006-10-27  Bruno Haible  <bruno@clisp.org>
9552
9553         * m4/signed.m4: Remove file.
9554         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
9555         invocation.
9556         * modules/vasnprintf (Files): Remove m4/signed.m4.
9557
9558 2006-10-27  Bruno Haible  <bruno@clisp.org>
9559
9560         Update to GNU gettext 0.16.
9561         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
9562         m4/inttypes-h.m4, m4/signed.m4.
9563         * m4/gettext.m4: Update to GNU gettext 0.16.
9564         * m4/intl.m4: New file, from GNU gettext.
9565         * m4/intldir.m4: New file, from GNU gettext.
9566         * config/srclist.txt: Update
9567
9568 2006-10-27  Eric Blake  <ebb9@byu.net>
9569
9570         * MODULES.html.sh: Document tempname.
9571         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
9572         dependencies.
9573         (Files): Move lib/tempname.c...
9574         * modules/tempname: ...to this new module.
9575         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
9576         (gl_PREREQ_TEMPNAME): Move...
9577         * m4/tempname.m4: ...to this new file.
9578         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
9579         * modules/sys_stat (Depends-on): Add stat-macros.
9580         * lib/stat_.h (includes): Pick up stat macros.
9581         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
9582         if stat macros are broken.
9583         * lib/tempname.c (includes): No need to include "stat-macros.h".
9584         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
9585         (direxists, __path_search) [!_LIBC]: Don't compile these in
9586         gnulib; the tmpdir module covers that.
9587         * lib/tempname.h: New file.
9588
9589 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
9590
9591         * COPYING: Explain how gnulib-tool converts licence headers.
9592         Almost all wording by Eric Blake.
9593
9594 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
9595
9596         * lib/mbchar.h (is_basic_table): Make read-only.
9597         * lib/mbchar.c (is_basic_table): Likewise.
9598         Reported by John Darrington.
9599
9600 2006-10-25  Bruno Haible  <bruno@clisp.org>
9601
9602         * lib/progname.h (set_program_name): Undefine before defining.
9603
9604 2006-10-25  Bruno Haible  <bruno@clisp.org>
9605
9606         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
9607         false for non-gcc C++ compilers.
9608         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
9609
9610 2006-10-24  Bruno Haible  <bruno@clisp.org>
9611
9612         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
9613         iconv implementations like Irix iconv.
9614
9615 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
9616
9617         * modules/vararrays: New file.
9618         * m4/vararrays.m4: New file, taken from diffutils.
9619         * MODULES.html.sh: New module vararrays.
9620
9621 2006-10-24  Karl Berry  <karl@gnu.org>
9622
9623         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
9624         Don't call GNU Unix.
9625
9626 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9627
9628         * users.txt: Add Libtool.
9629
9630         Sync from Libtool:
9631
9632         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
9633
9634         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
9635         to gnulib's policy of including config.h unconditionally.
9636
9637 2006-10-24  Bruno Haible  <bruno@clisp.org>
9638
9639         * modules/wcwidth (Files): Add m4/wint_t.m4.
9640         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
9641         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
9642
9643 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
9644
9645         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
9646         to pacify GCC with some -W flags enabled.  Problem reported by
9647         Bruno Haible.
9648
9649 2006-10-24  Jim Meyering  <jim@meyering.net>
9650
9651         * MODULES.html.sh: Remove uinttostr.  It's not a module.
9652         Reported by Karl Berry.
9653
9654 2006-10-23  Bruno Haible  <bruno@clisp.org>
9655
9656         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
9657
9658 2006-10-24  Bruno Haible  <bruno@clisp.org>
9659
9660         * lib/gl_list.h: Use C comment style, not C++ comment style.
9661
9662 2006-10-23  Eric Blake  <ebb9@byu.net>
9663
9664         * lib/getaddrinfo.c (includes): Add missing include.
9665
9666 2006-10-23  Bruno Haible  <bruno@clisp.org>
9667             Paul Eggert  <eggert@cs.ucla.edu>
9668
9669         Ability to rename obstack_free.
9670         * lib/obstack.h (__obstack_free): New macro. Declare instead of
9671         obstack_free.
9672         (obstack_free): Invoke the __obstack_free macro.
9673         * lib/obstack.c (obstack_free): Use __obstack_free macro.
9674
9675 2006-10-23  Bruno Haible  <bruno@clisp.org>
9676             Paul Eggert  <eggert@cs.ucla.edu>
9677
9678         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
9679         __argc, __argv from the declaration. (They are defined as macros on
9680         mingw.)
9681
9682 2006-10-22  Bruno Haible  <bruno@clisp.org>
9683
9684         * doc/gnulib-intro.texi: New file.
9685         * doc/gnulib.texi: Include it.
9686
9687 2006-10-21  Bruno Haible  <bruno@clisp.org>
9688
9689         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
9690         "Introduction", "Miscellanous Notes", "Particular Modules".
9691
9692 2006-10-21  Bruno Haible  <bruno@clisp.org>
9693
9694         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9695         Change mostlyclean-local rule to avoid sh syntax error from bash
9696         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
9697
9698 2006-10-23  Jim Meyering  <jim@meyering.net>
9699
9700         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
9701         in place of snprintf.
9702
9703         * modules/inttostr (Files): Add lib/uinttostr.c.
9704         * lib/uinttostr.c (inttostr): New file/function.
9705         * lib/inttostr.h (uinttostr): Declare.
9706         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
9707         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
9708         Add uinttostr.
9709         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
9710
9711 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
9712
9713         * lib/canonicalize.c (ELOOP): Define if not already defined.
9714         Problem reported by Bruno Haible in
9715         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
9716
9717 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
9718
9719         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
9720         Problem reported by Perry Smith and Ville Laurikari.
9721
9722         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
9723         uses.
9724
9725 2006-10-19  Bruno Haible  <bruno@clisp.org>
9726
9727         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
9728         for mingw.
9729
9730 2006-10-19  Bruno Haible  <bruno@clisp.org>
9731
9732         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
9733         Needed for mingw.
9734
9735 2006-10-19  Bruno Haible  <bruno@clisp.org>
9736
9737         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
9738
9739 2006-10-19  Bruno Haible  <bruno@clisp.org>
9740
9741         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
9742         it.
9743
9744 2006-10-19  Bruno Haible  <bruno@clisp.org>
9745
9746         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
9747         invocation.
9748
9749 2006-10-19  Bruno Haible  <bruno@clisp.org>
9750
9751         * gnulib-tool (func_create_testdir): Don't include ftruncate and
9752         mountlist by default.
9753
9754 2006-10-16  Bruno Haible  <bruno@clisp.org>
9755
9756         * lib/c-strstr.c: Include c-strstr.h.
9757
9758 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
9759
9760         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
9761         in a slash.
9762
9763 2006-10-18  Bruno Haible  <bruno@clisp.org>
9764
9765         * lib/lock.h [C++]: Wrap definitions in extern "C".
9766
9767 2006-10-18  Bruno Haible  <bruno@clisp.org>
9768
9769         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
9770         gl_LIBOBJS list.
9771
9772 2006-10-18  Bruno Haible  <bruno@clisp.org>
9773
9774         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
9775
9776 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
9777
9778         * lib/xstrtol.h: Include gettext.h.
9779         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
9780         Problem reported by Eric Blake.
9781         * modules/xstrtol (Depends-on): Add gettext-h.
9782
9783 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
9784
9785         * lib/strftime.c (advance): New macro.
9786         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
9787         incomplete type, so you can't add 0 to it.  Problem and patch
9788         reported by Eelco Dolstra for dietlibc.
9789
9790 2006-10-18  Jim Meyering  <jim@meyering.net>
9791
9792         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
9793         type for a local, and rename it: s/up/user_proc/.
9794
9795 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
9796
9797         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
9798         READ_UTMP_USER_PROCESS.
9799         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
9800
9801 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
9802
9803         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
9804         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
9805
9806 2006-10-17  Eric Blake  <ebb9@byu.net>
9807
9808         * lib/sigprocmask.c (sigprocmask): Fix typo.
9809
9810         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
9811
9812         * modules/clean-temp (Makefile.am): Don't add to make output...
9813         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
9814         config.h.
9815
9816 2006-10-17  Bruno Haible  <bruno@clisp.org>
9817
9818         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
9819         differently if DEFAULT_TEXT_DOMAIN is set.
9820
9821 2006-10-16  Bruno Haible  <bruno@clisp.org>
9822
9823         * lib/clean-temp.c: Include fwriteerror.h.
9824
9825 2006-10-16  Bruno Haible  <bruno@clisp.org>
9826
9827         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
9828
9829 2006-10-16  Bruno Haible  <bruno@clisp.org>
9830
9831         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
9832         * lib/sigprocmask.h: Include <sys/types.h>.
9833         (sigset_t): Use the system's definition if present.
9834
9835 2006-10-17  Eric Blake  <ebb9@byu.net>
9836
9837         * lib/xvasprintf.c (includes): Assume config.h.
9838         * lib/xasprintf.c (includes): Likewise.
9839
9840 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
9841
9842         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
9843         at least as wide as intmax_t.
9844
9845 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
9846
9847         (Imported from Automake.)
9848         * build-aux/gnupload: Update to version 1.1 of directive file.
9849
9850 2006-10-16  Eric Blake  <ebb9@byu.net>
9851
9852         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
9853         match Automake 1.10a.
9854
9855 2006-10-14  Bruno Haible  <bruno@clisp.org>
9856
9857         * modules/sigprocmask: New file.
9858         * lib/sigprocmask.h: New file.
9859         * lib/sigprocmask.c: New file.
9860         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
9861         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
9862         request sigprocmask.o.
9863         (gl_PREREQ_SIGPROCMASK): New macro.
9864         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
9865         (Depends-on): Add sigprocmask.
9866         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
9867         gt_SIGNALBLOCKING. Test for 'raise' only once.
9868         * lib/fatal-signal.c: Include sigprocmask.h.
9869         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
9870         unblock_fatal_signals): Define always.
9871         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
9872         sigprocmask.
9873
9874 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
9875
9876         Sync from Automake.
9877         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
9878         which incorrectly sets the mode of an existing destination
9879         directory.  In some cases the unpatched install-sh could do the
9880         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
9881         system.  We hope this is rare in practice, but it's clearly worth
9882         fixing.  Problem reported by Alex Unleashed in
9883         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
9884         Also, don't bother to check for -m bugs unless we're using -m;
9885         suggested by Stepan Kasal.
9886
9887 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9888
9889         Sync from Automake.
9890         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
9891         `-c' flag, so they appear at the same position as in %FASTDEP%
9892         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
9893         which ignores unknown options only after the first non-option.
9894         Bug report against M4 by Nelson H. F. Beebe.
9895
9896 2006-10-13  Jim Meyering  <jim@meyering.net>
9897
9898         Fix a bug in yesterday's change.
9899         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
9900         p->fts_statp->st_dev would be used uninitialized.
9901         Ensures that we always call fts_stat on the very first entry.
9902         Miklos Szeredi reported that find -xdev stopped working.
9903
9904 2006-10-12  Bruno Haible  <bruno@clisp.org>
9905
9906         * gnulib-tool (func_get_automake_snippet): Append an automatically
9907         computed EXTRA_DIST augmentation.
9908         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
9909         * modules/alloca-opt (Makefile.am): Likewise.
9910         * modules/allocsa (Makefile.am): Likewise.
9911         * modules/arcfour (Makefile.am): Likewise.
9912         * modules/arctwo (Makefile.am): Likewise.
9913         * modules/argmatch (Makefile.am): Likewise.
9914         * modules/argz (Makefile.am): Likewise.
9915         * modules/atexit (Makefile.am): Likewise.
9916         * modules/backupfile (Makefile.am): Likewise.
9917         * modules/byteswap (Makefile.am): Likewise.
9918         * modules/c-strtod (Makefile.am): Likewise.
9919         * modules/c-strtold (Makefile.am): Likewise.
9920         * modules/calloc (Makefile.am): Likewise.
9921         * modules/canon-host (Makefile.am): Likewise.
9922         * modules/canonicalize (Makefile.am): Likewise.
9923         * modules/chdir-long (Makefile.am): Likewise.
9924         * modules/chdir-safer (Makefile.am): Likewise.
9925         * modules/check-version (Makefile.am): Likewise.
9926         * modules/chown (Makefile.am): Likewise.
9927         * modules/cloexec (Makefile.am): Likewise.
9928         * modules/close-stream (Makefile.am): Likewise.
9929         * modules/closeout (Makefile.am): Likewise.
9930         * modules/crc (Makefile.am): Likewise.
9931         * modules/csharpexec (Makefile.am): Likewise.
9932         * modules/cycle-check (Makefile.am): Likewise.
9933         * modules/des (Makefile.am): Likewise.
9934         * modules/dev-ino (Makefile.am): Likewise.
9935         * modules/dirfd (Makefile.am): Likewise.
9936         * modules/dirname (Makefile.am): Likewise.
9937         * modules/dup2 (Makefile.am): Likewise.
9938         * modules/eealloc (Makefile.am): Likewise.
9939         * modules/error (Makefile.am): Likewise.
9940         * modules/euidaccess (Makefile.am): Likewise.
9941         * modules/exclude (Makefile.am): Likewise.
9942         * modules/exitfail (Makefile.am): Likewise.
9943         * modules/fcntl-safer (Makefile.am): Likewise.
9944         * modules/fcntl (Makefile.am): Likewise.
9945         * modules/file-type (Makefile.am): Likewise.
9946         * modules/fileblocks (Makefile.am): Likewise.
9947         * modules/filemode (Makefile.am): Likewise.
9948         * modules/filenamecat (Makefile.am): Likewise.
9949         * modules/fnmatch (Makefile.am): Likewise.
9950         * modules/fopen-safer (Makefile.am): Likewise.
9951         * modules/fpending (Makefile.am): Likewise.
9952         * modules/fprintftime (Makefile.am): Likewise.
9953         * modules/free (Makefile.am): Likewise.
9954         * modules/fsusage (Makefile.am): Likewise.
9955         * modules/ftruncate (Makefile.am): Likewise.
9956         * modules/fts (Makefile.am): Likewise.
9957         * modules/gc-arcfour (Makefile.am): Likewise.
9958         * modules/gc-des (Makefile.am): Likewise.
9959         * modules/gc-hmac-md5 (Makefile.am): Likewise.
9960         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
9961         * modules/gc-md4 (Makefile.am): Likewise.
9962         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
9963         * modules/gc-sha1 (Makefile.am): Likewise.
9964         * modules/gc (Makefile.am): Likewise.
9965         * modules/getaddrinfo (Makefile.am): Likewise.
9966         * modules/getcwd (Makefile.am): Likewise.
9967         * modules/getdelim (Makefile.am): Likewise.
9968         * modules/getdomainname (Makefile.am): Likewise.
9969         * modules/getgroups (Makefile.am): Likewise.
9970         * modules/gethostname (Makefile.am): Likewise.
9971         * modules/gethrxtime (Makefile.am): Likewise.
9972         * modules/getline (Makefile.am): Likewise.
9973         * modules/getloadavg (Makefile.am): Likewise.
9974         * modules/getlogin_r (Makefile.am): Likewise.
9975         * modules/getndelim2 (Makefile.am): Likewise.
9976         * modules/getopt (Makefile.am): Likewise.
9977         * modules/getpagesize (Makefile.am): Likewise.
9978         * modules/getpass-gnu (Makefile.am): Likewise.
9979         * modules/getpass (Makefile.am): Likewise.
9980         * modules/getsubopt (Makefile.am): Likewise.
9981         * modules/gettime (Makefile.am): Likewise.
9982         * modules/gettimeofday (Makefile.am): Likewise.
9983         * modules/getugroups (Makefile.am): Likewise.
9984         * modules/getusershell (Makefile.am): Likewise.
9985         * modules/glob (Makefile.am): Likewise.
9986         * modules/group-member (Makefile.am): Likewise.
9987         * modules/hard-locale (Makefile.am): Likewise.
9988         * modules/hash (Makefile.am): Likewise.
9989         * modules/hmac-md5 (Makefile.am): Likewise.
9990         * modules/hmac-sha1 (Makefile.am): Likewise.
9991         * modules/human (Makefile.am): Likewise.
9992         * modules/idcache (Makefile.am): Likewise.
9993         * modules/imaxabs (Makefile.am): Likewise.
9994         * modules/imaxdiv (Makefile.am): Likewise.
9995         * modules/inet_ntop (Makefile.am): Likewise.
9996         * modules/inet_pton (Makefile.am): Likewise.
9997         * modules/intprops (Makefile.am): Likewise.
9998         * modules/inttostr (Makefile.am): Likewise.
9999         * modules/inttypes (Makefile.am): Likewise.
10000         * modules/isapipe (Makefile.am): Likewise.
10001         * modules/javaversion (Makefile.am): Likewise.
10002         * modules/lchmod (Makefile.am): Likewise.
10003         * modules/lchown (Makefile.am): Likewise.
10004         * modules/localcharset (Makefile.am): Likewise.
10005         * modules/long-options (Makefile.am): Likewise.
10006         * modules/lstat (Makefile.am): Likewise.
10007         * modules/malloc (Makefile.am): Likewise.
10008         * modules/mathl (Makefile.am): Likewise.
10009         * modules/mbchar (Makefile.am): Likewise.
10010         * modules/md2 (Makefile.am): Likewise.
10011         * modules/md4 (Makefile.am): Likewise.
10012         * modules/md5 (Makefile.am): Likewise.
10013         * modules/memcasecmp (Makefile.am): Likewise.
10014         * modules/memchr (Makefile.am): Likewise.
10015         * modules/memcmp (Makefile.am): Likewise.
10016         * modules/memcoll (Makefile.am): Likewise.
10017         * modules/memcpy (Makefile.am): Likewise.
10018         * modules/memmem (Makefile.am): Likewise.
10019         * modules/memmove (Makefile.am): Likewise.
10020         * modules/mempcpy (Makefile.am): Likewise.
10021         * modules/memrchr (Makefile.am): Likewise.
10022         * modules/memset (Makefile.am): Likewise.
10023         * modules/memxor (Makefile.am): Likewise.
10024         * modules/mkancesdirs (Makefile.am): Likewise.
10025         * modules/mkdir-p (Makefile.am): Likewise.
10026         * modules/mkdir (Makefile.am): Likewise.
10027         * modules/mkdtemp (Makefile.am): Likewise.
10028         * modules/mkstemp (Makefile.am): Likewise.
10029         * modules/mktime (Makefile.am): Likewise.
10030         * modules/modechange (Makefile.am): Likewise.
10031         * modules/mountlist (Makefile.am): Likewise.
10032         * modules/nanosleep (Makefile.am): Likewise.
10033         * modules/obstack (Makefile.am): Likewise.
10034         * modules/openat (Makefile.am): Likewise.
10035         * modules/pagealign_alloc (Makefile.am): Likewise.
10036         * modules/pathmax (Makefile.am): Likewise.
10037         * modules/physmem (Makefile.am): Likewise.
10038         * modules/poll (Makefile.am): Likewise.
10039         * modules/posixtm (Makefile.am): Likewise.
10040         * modules/posixver (Makefile.am): Likewise.
10041         * modules/putenv (Makefile.am): Likewise.
10042         * modules/quote (Makefile.am): Likewise.
10043         * modules/quotearg (Makefile.am): Likewise.
10044         * modules/raise (Makefile.am): Likewise.
10045         * modules/read-file (Makefile.am): Likewise.
10046         * modules/readline (Makefile.am): Likewise.
10047         * modules/readlink (Makefile.am): Likewise.
10048         * modules/readtokens (Makefile.am): Likewise.
10049         * modules/readutmp (Makefile.am): Likewise.
10050         * modules/realloc (Makefile.am): Likewise.
10051         * modules/regex (Makefile.am): Likewise.
10052         * modules/rename-dest-slash (Makefile.am): Likewise.
10053         * modules/rename (Makefile.am): Likewise.
10054         * modules/rijndael (Makefile.am): Likewise.
10055         * modules/rmdir (Makefile.am): Likewise.
10056         * modules/rpmatch (Makefile.am): Likewise.
10057         * modules/safe-read (Makefile.am): Likewise.
10058         * modules/safe-write (Makefile.am): Likewise.
10059         * modules/same-inode (Makefile.am): Likewise.
10060         * modules/same (Makefile.am): Likewise.
10061         * modules/save-cwd (Makefile.am): Likewise.
10062         * modules/savedir (Makefile.am): Likewise.
10063         * modules/setenv (Makefile.am): Likewise.
10064         * modules/settime (Makefile.am): Likewise.
10065         * modules/sha1 (Makefile.am): Likewise.
10066         * modules/sig2str (Makefile.am): Likewise.
10067         * modules/snprintf (Makefile.am): Likewise.
10068         * modules/stat-macros (Makefile.am): Likewise.
10069         * modules/stat-time (Makefile.am): Likewise.
10070         * modules/stdbool (Makefile.am): Likewise.
10071         * modules/stdint (Makefile.am): Likewise.
10072         * modules/stdlib-safer (Makefile.am): Likewise.
10073         * modules/stpcpy (Makefile.am): Likewise.
10074         * modules/stpncpy (Makefile.am): Likewise.
10075         * modules/strcase (Makefile.am): Likewise.
10076         * modules/strcasestr (Makefile.am): Likewise.
10077         * modules/strchrnul (Makefile.am): Likewise.
10078         * modules/strcspn (Makefile.am): Likewise.
10079         * modules/strdup (Makefile.am): Likewise.
10080         * modules/strerror (Makefile.am): Likewise.
10081         * modules/strftime (Makefile.am): Likewise.
10082         * modules/strndup (Makefile.am): Likewise.
10083         * modules/strnlen (Makefile.am): Likewise.
10084         * modules/strpbrk (Makefile.am): Likewise.
10085         * modules/strsep (Makefile.am): Likewise.
10086         * modules/strstr (Makefile.am): Likewise.
10087         * modules/strtod (Makefile.am): Likewise.
10088         * modules/strtoimax (Makefile.am): Likewise.
10089         * modules/strtok_r (Makefile.am): Likewise.
10090         * modules/strtol (Makefile.am): Likewise.
10091         * modules/strtoll (Makefile.am): Likewise.
10092         * modules/strtoul (Makefile.am): Likewise.
10093         * modules/strtoull (Makefile.am): Likewise.
10094         * modules/strtoumax (Makefile.am): Likewise.
10095         * modules/strverscmp (Makefile.am): Likewise.
10096         * modules/sys_socket (Makefile.am): Likewise.
10097         * modules/sys_stat (Makefile.am): Likewise.
10098         * modules/sysexits (Makefile.am): Likewise.
10099         * modules/time_r (Makefile.am): Likewise.
10100         * modules/timegm (Makefile.am): Likewise.
10101         * modules/timespec (Makefile.am): Likewise.
10102         * modules/tmpfile-safer (Makefile.am): Likewise.
10103         * modules/trim (Makefile.am): Likewise.
10104         * modules/unistd-safer (Makefile.am): Likewise.
10105         * modules/unlinkdir (Makefile.am): Likewise.
10106         * modules/unlocked-io (Makefile.am): Likewise.
10107         * modules/userspec (Makefile.am): Likewise.
10108         * modules/utime (Makefile.am): Likewise.
10109         * modules/utimecmp (Makefile.am): Likewise.
10110         * modules/utimens (Makefile.am): Likewise.
10111         * modules/vasnprintf (Makefile.am): Likewise.
10112         * modules/vasprintf (Makefile.am): Likewise.
10113         * modules/vsnprintf (Makefile.am): Likewise.
10114         * modules/xalloc (Makefile.am): Likewise.
10115         * modules/xgetcwd (Makefile.am): Likewise.
10116         * modules/xnanosleep (Makefile.am): Likewise.
10117         * modules/xreadlink (Makefile.am): Likewise.
10118         * modules/xstrtod (Makefile.am): Likewise.
10119         * modules/xstrtol (Makefile.am): Likewise.
10120         * modules/xstrtold (Makefile.am): Likewise.
10121         * modules/yesno (Makefile.am): Likewise.
10122         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
10123
10124 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
10125
10126         * modules/error (Makefile.am): Distribute files through
10127         EXTRA_DIST, not lib_SOURCES.
10128
10129 2006-10-12  Eric Blake  <ebb9@byu.net>
10130
10131         * modules/error (Makefile.am): Distribute files in /lib.
10132         * modules/obstack (Makefile.am): Likewise.
10133
10134 2006-10-12  Bruno Haible  <bruno@clisp.org>
10135
10136         * modules/acl (Makefile.am): Distribute all files in lib/ through
10137         EXTRA_DIST.
10138         * modules/arcfour (Makefile.am): Likewise.
10139         * modules/arctwo (Makefile.am): Likewise.
10140         * modules/argmatch (Makefile.am): Likewise.
10141         * modules/argz (Makefile.am): Likewise.
10142         * modules/atexit (Makefile.am): Likewise.
10143         * modules/backupfile (Makefile.am): Likewise.
10144         * modules/c-strtod (Makefile.am): Likewise.
10145         * modules/c-strtold (Makefile.am): Likewise.
10146         * modules/calloc (Makefile.am): Likewise.
10147         * modules/canon-host (Makefile.am): Likewise.
10148         * modules/canonicalize (Makefile.am): Likewise.
10149         * modules/chdir-long (Makefile.am): Likewise.
10150         * modules/chdir-safer (Makefile.am): Likewise.
10151         * modules/check-version (Makefile.am): Likewise.
10152         * modules/chown (Makefile.am): Likewise.
10153         * modules/cloexec (Makefile.am): Likewise.
10154         * modules/close-stream (Makefile.am): Likewise.
10155         * modules/closeout (Makefile.am): Likewise.
10156         * modules/crc (Makefile.am): Likewise.
10157         * modules/cycle-check (Makefile.am): Likewise.
10158         * modules/des (Makefile.am): Likewise.
10159         * modules/dirfd (Makefile.am): Likewise.
10160         * modules/dirname (Makefile.am): Likewise.
10161         * modules/dup2 (Makefile.am): Likewise.
10162         * modules/euidaccess (Makefile.am): Likewise.
10163         * modules/exclude (Makefile.am): Likewise.
10164         * modules/exitfail (Makefile.am): Likewise.
10165         * modules/fcntl-safer (Makefile.am): Likewise.
10166         * modules/file-type (Makefile.am): Likewise.
10167         * modules/fileblocks (Makefile.am): Likewise.
10168         * modules/filemode (Makefile.am): Likewise.
10169         * modules/filenamecat (Makefile.am): Likewise.
10170         * modules/fnmatch (Makefile.am): Likewise.
10171         * modules/fopen-safer (Makefile.am): Likewise.
10172         * modules/fpending (Makefile.am): Likewise.
10173         * modules/fprintftime (Makefile.am): Likewise.
10174         * modules/free (Makefile.am): Likewise.
10175         * modules/fsusage (Makefile.am): Likewise.
10176         * modules/ftruncate (Makefile.am): Likewise.
10177         * modules/fts (Makefile.am): Likewise.
10178         * modules/gc (Makefile.am): Likewise.
10179         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
10180         * modules/getaddrinfo (Makefile.am): Likewise.
10181         * modules/getcwd (Makefile.am): Likewise.
10182         * modules/getdelim (Makefile.am): Likewise.
10183         * modules/getdomainname (Makefile.am): Likewise.
10184         * modules/getgroups (Makefile.am): Likewise.
10185         * modules/gethostname (Makefile.am): Likewise.
10186         * modules/gethrxtime (Makefile.am): Likewise.
10187         * modules/getline (Makefile.am): Likewise.
10188         * modules/getloadavg (Makefile.am): Likewise.
10189         * modules/getlogin_r (Makefile.am): Likewise.
10190         * modules/getopt (Makefile.am): Likewise.
10191         * modules/getpass (Makefile.am): Likewise.
10192         * modules/getpass-gnu (Makefile.am): Likewise.
10193         * modules/getsubopt (Makefile.am): Likewise.
10194         * modules/gettime (Makefile.am): Likewise.
10195         * modules/gettimeofday (Makefile.am): Likewise.
10196         * modules/getugroups (Makefile.am): Likewise.
10197         * modules/getusershell (Makefile.am): Likewise.
10198         * modules/glob (Makefile.am): Likewise.
10199         * modules/group-member (Makefile.am): Likewise.
10200         * modules/hard-locale (Makefile.am): Likewise.
10201         * modules/hash (Makefile.am): Likewise.
10202         * modules/hmac-md5 (Makefile.am): Likewise.
10203         * modules/hmac-sha1 (Makefile.am): Likewise.
10204         * modules/human (Makefile.am): Likewise.
10205         * modules/idcache (Makefile.am): Likewise.
10206         * modules/imaxabs (Makefile.am): Likewise.
10207         * modules/imaxdiv (Makefile.am): Likewise.
10208         * modules/inet_ntop (Makefile.am): Likewise.
10209         * modules/inet_pton (Makefile.am): Likewise.
10210         * modules/inttostr (Makefile.am): Likewise.
10211         * modules/isapipe (Makefile.am): Likewise.
10212         * modules/lchown (Makefile.am): Likewise.
10213         * modules/long-options (Makefile.am): Likewise.
10214         * modules/lstat (Makefile.am): Likewise.
10215         * modules/malloc (Makefile.am): Likewise.
10216         * modules/mathl (Makefile.am): Likewise.
10217         * modules/mbchar (Makefile.am): Likewise.
10218         * modules/md2 (Makefile.am): Likewise.
10219         * modules/md4 (Makefile.am): Likewise.
10220         * modules/md5 (Makefile.am): Likewise.
10221         * modules/memcasecmp (Makefile.am): Likewise.
10222         * modules/memchr (Makefile.am): Likewise.
10223         * modules/memcmp (Makefile.am): Likewise.
10224         * modules/memcoll (Makefile.am): Likewise.
10225         * modules/memcpy (Makefile.am): Likewise.
10226         * modules/memmem (Makefile.am): Likewise.
10227         * modules/memmove (Makefile.am): Likewise.
10228         * modules/mempcpy (Makefile.am): Likewise.
10229         * modules/memrchr (Makefile.am): Likewise.
10230         * modules/memset (Makefile.am): Likewise.
10231         * modules/memxor (Makefile.am): Likewise.
10232         * modules/mkancesdirs (Makefile.am): Likewise.
10233         * modules/mkdir (Makefile.am): Likewise.
10234         * modules/mkdir-p (Makefile.am): Likewise.
10235         * modules/mkdtemp (Makefile.am): Likewise.
10236         * modules/mkstemp (Makefile.am): Likewise.
10237         * modules/mktime (Makefile.am): Likewise.
10238         * modules/modechange (Makefile.am): Likewise.
10239         * modules/mountlist (Makefile.am): Likewise.
10240         * modules/nanosleep (Makefile.am): Likewise.
10241         * modules/openat (Makefile.am): Likewise.
10242         * modules/pagealign_alloc (Makefile.am): Likewise.
10243         * modules/physmem (Makefile.am): Likewise.
10244         * modules/poll (Makefile.am): Likewise.
10245         * modules/posixtm (Makefile.am): Likewise.
10246         * modules/posixver (Makefile.am): Likewise.
10247         * modules/putenv (Makefile.am): Likewise.
10248         * modules/quote (Makefile.am): Likewise.
10249         * modules/quotearg (Makefile.am): Likewise.
10250         * modules/raise (Makefile.am): Likewise.
10251         * modules/read-file (Makefile.am): Likewise.
10252         * modules/readline (Makefile.am): Likewise.
10253         * modules/readlink (Makefile.am): Likewise.
10254         * modules/readtokens (Makefile.am): Likewise.
10255         * modules/readutmp (Makefile.am): Likewise.
10256         * modules/realloc (Makefile.am): Likewise.
10257         * modules/regex (Makefile.am): Likewise.
10258         * modules/rename (Makefile.am): Likewise.
10259         * modules/rename-dest-slash (Makefile.am): Likewise.
10260         * modules/rijndael (Makefile.am): Likewise.
10261         * modules/rmdir (Makefile.am): Likewise.
10262         * modules/rpmatch (Makefile.am): Likewise.
10263         * modules/safe-read (Makefile.am): Likewise.
10264         * modules/safe-write (Makefile.am): Likewise.
10265         * modules/same (Makefile.am): Likewise.
10266         * modules/save-cwd (Makefile.am): Likewise.
10267         * modules/savedir (Makefile.am): Likewise.
10268         * modules/setenv (Makefile.am): Likewise.
10269         * modules/settime (Makefile.am): Likewise.
10270         * modules/sha1 (Makefile.am): Likewise.
10271         * modules/sig2str (Makefile.am): Likewise.
10272         * modules/snprintf (Makefile.am): Likewise.
10273         * modules/stdlib-safer (Makefile.am): Likewise.
10274         * modules/stpcpy (Makefile.am): Likewise.
10275         * modules/stpncpy (Makefile.am): Likewise.
10276         * modules/strcase (Makefile.am): Likewise.
10277         * modules/strcasestr (Makefile.am): Likewise.
10278         * modules/strchrnul (Makefile.am): Likewise.
10279         * modules/strcspn (Makefile.am): Likewise.
10280         * modules/strdup (Makefile.am): Likewise.
10281         * modules/strerror (Makefile.am): Likewise.
10282         * modules/strftime (Makefile.am): Likewise.
10283         * modules/strndup (Makefile.am): Likewise.
10284         * modules/strnlen (Makefile.am): Likewise.
10285         * modules/strpbrk (Makefile.am): Likewise.
10286         * modules/strsep (Makefile.am): Likewise.
10287         * modules/strstr (Makefile.am): Likewise.
10288         * modules/strtod (Makefile.am): Likewise.
10289         * modules/strtoimax (Makefile.am): Likewise.
10290         * modules/strtok_r (Makefile.am): Likewise.
10291         * modules/strtol (Makefile.am): Likewise.
10292         * modules/strtoll (Makefile.am): Likewise.
10293         * modules/strtoul (Makefile.am): Likewise.
10294         * modules/strtoull (Makefile.am): Likewise.
10295         * modules/strtoumax (Makefile.am): Likewise.
10296         * modules/strverscmp (Makefile.am): Likewise.
10297         * modules/time_r (Makefile.am): Likewise.
10298         * modules/timegm (Makefile.am): Likewise.
10299         * modules/tmpfile-safer (Makefile.am): Likewise.
10300         * modules/unistd-safer (Makefile.am): Likewise.
10301         * modules/unlinkdir (Makefile.am): Likewise.
10302         * modules/userspec (Makefile.am): Likewise.
10303         * modules/utime (Makefile.am): Likewise.
10304         * modules/utimecmp (Makefile.am): Likewise.
10305         * modules/utimens (Makefile.am): Likewise.
10306         * modules/vasnprintf (Makefile.am): Likewise.
10307         * modules/vasprintf (Makefile.am): Likewise.
10308         * modules/vsnprintf (Makefile.am): Likewise.
10309         * modules/xalloc (Makefile.am): Likewise.
10310         * modules/xgetcwd (Makefile.am): Likewise.
10311         * modules/xnanosleep (Makefile.am): Likewise.
10312         * modules/xreadlink (Makefile.am): Likewise.
10313         * modules/xstrtod (Makefile.am): Likewise.
10314         * modules/xstrtol (Makefile.am): Likewise.
10315         * modules/xstrtold (Makefile.am): Likewise.
10316         * modules/yesno (Makefile.am): Likewise.
10317
10318 2006-10-12  Jim Meyering  <jim@meyering.net>
10319
10320         * m4/getloadavg.m4: Revert the change below.
10321
10322         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
10323         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
10324         fail with a symlink, which is what coreutils' ./bootstrap now
10325         creates by default.
10326
10327 2006-10-12  Bruno Haible  <bruno@clisp.org>
10328
10329         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
10330         mingw.
10331         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
10332         MSVC and mingw explicitly.
10333
10334 2006-10-11  Simon Josefsson  <jas@extundo.com>
10335             Bruno Haible  <bruno@clisp.org>
10336
10337         Add support for multiple gnulib-tool invocations in the scope of a
10338         single configure.ac file.
10339         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
10340         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
10341         with the same contents as the _LIBADD variable.
10342         (func_emit_initmacro_start, func_emit_initmacro_end,
10343         func_emit_initmacro_done): New functions.
10344         (func_import, func_create_testdir): Invoke them. Allow the identifiers
10345         gl_LIBOBJS and gl_LTLIBOBJS.
10346
10347 2006-10-11  Bruno Haible  <bruno@clisp.org>
10348
10349         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
10350         (func_create_testdir): Don't create po/Makefile.am, don't invoke
10351         autoreconf. Instead, invoke autopoint explicitly but move back the
10352         *.m4 files from gnulib.
10353
10354 2006-10-11  Bruno Haible  <bruno@clisp.org>
10355
10356         * gnulib-tool (func_usage): Make module names after --create-testdir
10357         optional.
10358         (func_create_testdir): If no module was specified, use nearly all
10359         modules.
10360
10361 2006-10-12  Jim Meyering  <jim@meyering.net>
10362
10363         Big performance improvement for fts-based tools that use FTS_NOSTAT.
10364         Avoid spurious inode-mismatch problems on non-POSIX file systems.
10365         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
10366         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
10367         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
10368         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
10369         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
10370         (fts_set_stat_required): New function.
10371         (fts_open): Defer the calls to fts_stat, if possible or requested.
10372         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
10373         into fts_stat itself.
10374         (fts_read): Perform any required (deferred) fts_stat call.
10375         (fts_build): Likewise, for the directory we're about to open and read.
10376         In the readdir loop, carefully decide whether each entry will require
10377         an eventual call to fts_stat, using dirent.d_type info if available.
10378         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
10379         a command line argument into this function.  Update all callers.
10380         Map a return value of FTS_DOT to FTS_D for a command line argument.
10381         * modules/fts (Depends-on): Add d-type.  Alphabetize.
10382         Thanks to Miklos Szeredi for his tenacity and for the initial
10383         bug report about "find" failing on a FUSE-based file system.
10384
10385         * lib/fts.c (fts_open): Use consistent indentation.
10386
10387 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
10388
10389         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
10390         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
10391         reported by Jim Meyering.  All uses of cache variables renamed
10392         to match Autoconf's.
10393         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
10394         the other one.
10395
10396         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
10397         Fix misspelling in diagnostic.
10398
10399 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
10400
10401         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
10402         defined.  Problem reported by Matthew Woehlke.
10403
10404         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
10405         Add support for Tandem NonStop R series.
10406         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
10407         Use new macro.
10408
10409         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
10410         (has_trailing_slash): Omit size arg; all callers changed.
10411         Omit 'inline', since it doesn't help performance and we'd
10412         need to configure it.
10413         Don't count //, ///, etc. as having a trailing slash.
10414         As a side effect, this removes a C99ism reported by Matthew Woehlke.
10415         (rpl_rename_dest_slash): On failure, use rename's errno rather
10416         than (in some cases) an incorrect or junk errno.
10417         Simplify code by removing need to compute length; this does
10418         cause it to make two passes instead of one over the file name,
10419         but it's worth it.
10420
10421         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
10422         change, since Autoconf's version may no longer be appropriate now
10423         that we are using CVS Autoconf's version.  Add support for Tandem.
10424
10425 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
10426             Bruno Haible  <bruno@clisp.org>
10427
10428         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
10429         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
10430         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
10431         gl_AC_TYPE_LONG_LONG.
10432
10433         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
10434         instead of HAVE_LONG_LONG.
10435         * lib/printf-args.c (printf_fetchargs): Likewise.
10436         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
10437         * lib/vasnprintf.c (VASNPRINTF): Likewise.
10438         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
10439         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
10440         gl_AC_TYPE_LONG_LONG.
10441
10442 2006-10-11  Bruno Haible  <bruno@clisp.org>
10443
10444         * m4/longlong.m4: Add comments.
10445         * m4/ulonglong.m4: Likewise.
10446
10447 2006-10-10  Bruno Haible  <bruno@clisp.org>
10448
10449         Make it possible to #define stpcpy, strdup to aliases.
10450         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
10451         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
10452
10453 2006-10-10  Bruno Haible  <bruno@clisp.org>
10454
10455         Make it possible to #define gcd to an alias.
10456         * lib/gcd.c: Include config.h.
10457
10458 2006-10-10  Bruno Haible  <bruno@clisp.org>
10459
10460         Make it possible to #define c_isascii to an alias.
10461         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
10462         defined. Undefine the macros before defining them, to avoid gcc
10463         warnings.
10464         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
10465         define NO_C_CTYPE_MACROS early.
10466
10467 2006-10-10  Bruno Haible  <bruno@clisp.org>
10468
10469         Make it possible to #define set_program_name to an alias.
10470         * lib/progname.c: Don't undefine set_program_name; instead, undefine
10471         ENABLE_RELOCATABLE early.
10472
10473 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
10474
10475         Port to Tandem NSK OSS, which has 64-bit signed int but at most
10476         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
10477         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
10478         More generally, don't assume that 64-bit signed int is available
10479         if unsigned int is, and vice versa.
10480         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
10481         unsigned symbols, not on their signed counterparts.
10482         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
10483         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
10484         (UINT64_C, UINTMAX_C):
10485         Likewise.
10486         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
10487         unsigned counterparts.
10488         (Have_long_long, Unsigned): New macros.
10489         (Int): Renamed from INT.
10490         (strtoimax): Use the new macros.
10491         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
10492         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
10493         * modules/inttypes (inttypes.h): Substitute
10494         HAVE_UNSIGNED_LONG_LONG_INT.
10495         * modules/stdint (stdint.h): Likewise.
10496         (Files): Add m4/ulonglong.m4.
10497
10498 2006-10-10  Bruno Haible  <bruno@clisp.org>
10499
10500         Fix a gcc -Wshadow warning.
10501         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
10502         to 'bucket'.
10503         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
10504         gl_linked_indexof_from_to): Likewise.
10505         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
10506         Likewise.
10507         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
10508         Likewise.
10509         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
10510         Reported by Eric Blake.
10511
10512 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
10513
10514         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
10515         for NetBSD.  Problem reported by Bruno Haible.
10516
10517 2006-10-09  Jim Meyering  <jim@meyering.net>
10518
10519         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
10520         Patch from Bruno Haible.
10521
10522 2006-10-09  Jim Meyering  <jim@meyering.net>
10523
10524         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
10525         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
10526         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
10527
10528 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
10529
10530         Don't include <config.h> twice; this doesn't work in some cases,
10531         e.g., when config.h has "#define intmax_t long long int" and
10532         we include <config.h>, <inttypes.h>, <config.h> in that order.
10533         Problem reported by Matthew Woehlke in:
10534         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
10535         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
10536         * lib/fts-cycle.c: Don't include config.h.
10537         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
10538         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
10539         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
10540         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
10541         inttypes.h.
10542         * lib/xstrtoumax.c: Likewise.
10543         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
10544         __strtol and the like, so that this module is more like its siblings.
10545         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
10546         Remove; no longer needed now that we assume gnulib inttypes.h.
10547
10548 2006-10-08  Bruno Haible  <bruno@clisp.org>
10549
10550         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
10551         option.
10552
10553 2006-10-07  Jim Meyering  <jim@meyering.net>
10554
10555         * modules/inttypes (inttypes.h): Revert what seems to have been
10556         an inadvertent part of today's change: use "|", not "/" in the
10557         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
10558
10559 2006-10-07  Bruno Haible  <bruno@clisp.org>
10560
10561         * modules/sublist: New file.
10562
10563 2006-10-07  Bruno Haible  <bruno@clisp.org>
10564
10565         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
10566         * modules/argz (argz.h): Likewise.
10567         * modules/arpa_inet (arpa/inet.h): Likewise.
10568         * modules/byteswap (byteswap.h): Likewise.
10569         * modules/configmake (configmake.h): Likewise.
10570         * modules/fcntl (fcntl.h): Likewise.
10571         * modules/fnmatch (fnmatch.h): Likewise.
10572         * modules/getopt (getopt.h): Likewise.
10573         * modules/glob (glob.h): Likewise.
10574         * modules/inttypes (inttypes.h): Likewise.
10575         * modules/netinet_in (netinet/in.h): Likewise.
10576         * modules/poll (poll.h): Likewise.
10577         * modules/stdbool (stdbool.h): Likewise.
10578         * modules/stdint (stdint.h): Likewise.
10579         * modules/sys_select (sys/select.h): Likewise.
10580         * modules/sys_socket (sys/socket.h): Likewise.
10581         * modules/sys_stat (sys/stat.h): Likewise.
10582         * modules/sysexits (sysexits.h): Likewise.
10583         * modules/unistd (unistd.h): Likewise.
10584         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
10585         Add a "DO NOT EDIT" comment to the generated file.
10586         (func_import): Likewise for gnulib-comp.m4.
10587
10588 2006-10-07  Bruno Haible  <bruno@clisp.org>
10589
10590         * lib/gl_sublist.h: New file.
10591         * lib/gl_sublist.c: New file.
10592
10593 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
10594
10595         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
10596         name (relative to the original working directory) and the file
10597         name component (relative to the temporary working directory).  All
10598         callers changed.
10599         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
10600         * lib/mkdir-p.c (make_dir_parents): Likewise.
10601         * lib/mkdir-p.h (make_dir_parents): Likewise.
10602
10603 2006-10-06  Eric Blake  <ebb9@byu.net>
10604
10605         Define several macros for use by the clean-temp module.
10606         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
10607         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
10608         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
10609
10610         * lib/clean-temp.h (close_stream_temp): New declaration.
10611         * lib/clean-temp.c (includes): Pull in headers according to what
10612         other modules are in use.
10613         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
10614
10615 2006-10-06  Bruno Haible  <bruno@clisp.org>
10616
10617         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
10618         instead of fopen, fwriteerror.
10619
10620 2006-10-06  Bruno Haible  <bruno@clisp.org>
10621
10622         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
10623         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
10624         int.
10625         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
10626         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
10627         Return an error indicator.
10628         Suggested by Eric Blake.
10629
10630 2006-10-06  Bruno Haible  <bruno@clisp.org>
10631
10632         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
10633         Reported by Eric Blake.
10634
10635 2006-10-06  Bruno Haible  <bruno@clisp.org>
10636
10637         * modules/closeout (Description): Mention stderr too.
10638
10639 2006-10-06  Bruno Haible  <bruno@clisp.org>
10640         and Paul Eggert  <eggert@cs.ucla.edu>
10641
10642         * lib/closeout.c (close_stdout): Also close stderr.
10643         * lib/closeout.h: Update comment.
10644
10645 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
10646
10647         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
10648         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
10649         * lib/dirchownmod.c: Include lchown.h.
10650         * lib/lchown.c: Don't include files that lchown.h now includes.
10651         Don't declare chown, since lchown.h now does that.
10652         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
10653         (lchown): Define to rpl_chown if lchown is declared but
10654         does not exist.  Declare using a prototype if lchown is not
10655         declared.  Add a copyright notice.
10656         * lib/mkstemp.h: Include <unistd.h>.
10657         * lib/openat.c: Include lchown.h.
10658
10659         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
10660         we now test for that separately.
10661         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
10662         rather than O_NOFOLLOW, when testing whether it's possible to
10663         avoid a race condition reliably.
10664         * lib/savewd.c (savewd_chdir): Likewise.
10665
10666         Remove macros that are no longer needed now that stdint.h is
10667         reliable.
10668         * lib/fsusage.c (UINTMAX_MAX): Remove.
10669         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
10670         * lib/utimecmp.c (SIZE_MAX): Remove.
10671
10672         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
10673
10674         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
10675         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
10676         O_NOATIME works.
10677
10678 2006-10-05  Bruno Haible  <bruno@clisp.org>
10679
10680         * lib/gl_list.h (gl_sortedlist_search_from_to,
10681         gl_sortedlist_indexof_from_to): New declarations.
10682         (gl_list_implementation): New fields sortedlist_search_from_to,
10683         sortedlist_indexof_from_to.
10684         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
10685         inline functions.
10686         * lib/gl_list.c (gl_sortedlist_search_from_to,
10687         gl_sortedlist_indexof_from_to): New functions.
10688         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
10689         function.
10690         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
10691         (gl_array_sortedlist_search_from_to): New function.
10692         (gl_array_list_implementation): Update.
10693         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
10694         function.
10695         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
10696         (gl_carray_sortedlist_search_from_to): New function.
10697         (gl_carray_list_implementation): Update.
10698         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
10699         gl_linked_sortedlist_indexof_from_to): New functions.
10700         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
10701         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
10702         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
10703         gl_tree_sortedlist_indexof_from_to): New functions.
10704         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
10705         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
10706         Update.
10707         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
10708         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
10709         Update.
10710
10711 2006-10-05  Bruno Haible  <bruno@clisp.org>
10712
10713         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
10714         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
10715         (struct gl_list_implementation): Add fields search_from_to,
10716         indexof_from_to. Remove fields search, indexof.
10717         (gl_list_search): Use the search_from_to method.
10718         (gl_list_search_from, gl_list_search_from_to): New functions.
10719         (gl_list_indexof): Use the indexof_from_to method.
10720         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
10721         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
10722         (gl_list_search_from, gl_list_search_from_to): New functions.
10723         (gl_list_indexof): Use the indexof_from_to method.
10724         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
10725         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
10726         gl_array_indexof. Add start_index, end_index arguments.
10727         (gl_array_search_from_to): Renamed from gl_array_search. Add
10728         start_index, end_index arguments.
10729         (gl_array_remove, gl_array_list_implementation): Update.
10730         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
10731         gl_carray_indexof. Add start_index, end_index arguments.
10732         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
10733         start_index, end_index arguments.
10734         (gl_carray_remove, gl_carray_list_implementation): Update.
10735         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
10736         gl_linked_search. Add start_index, end_index arguments.
10737         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
10738         start_index, end_index arguments.
10739         (gl_linked_remove): Update.
10740         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
10741         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
10742         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
10743         field to 'size_t'.
10744         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
10745         gl_tree_search. Add start_index, end_index arguments.
10746         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
10747         start_index, end_index arguments.
10748         (gl_tree_remove): Update.
10749         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
10750         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
10751         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
10752         function.
10753         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
10754         gl_tree_search. Add start_index, end_index arguments.
10755         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
10756         start_index, end_index arguments.
10757         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
10758         Update.
10759         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
10760
10761 2006-10-05  Bruno Haible  <bruno@clisp.org>
10762
10763         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
10764
10765         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
10766         fwriteerror_temp): New declarations.
10767         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
10768         (descriptors): New variable.
10769         (cleanup): First, close the descriptors.
10770         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
10771         fclose_temp, fwriteerror_temp): New functions.
10772
10773 2006-10-04  Jim Meyering  <jim@meyering.net>
10774
10775         * lib/fts.c (fts_open): Tiny comment change.
10776
10777 2006-10-04  Bruno Haible  <bruno@clisp.org>
10778
10779         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
10780         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
10781         gl_LOCK_BODY.
10782         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
10783         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
10784         gl_LOCK_EARLY_BODY.
10785         (gl_LOCK): Require gl_LOCK_BODY.
10786
10787 2006-10-04  Bruno Haible  <bruno@clisp.org>
10788
10789         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
10790         (gl_oset_search_atleast): New declaration.
10791         (struct gl_oset_implementation): Add field 'search_atleast'.
10792         (gl_oset_search_atleast): New inline function.
10793         * lib/gl_oset.c (gl_oset_search_atleast): New function.
10794         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
10795         (gl_array_oset_implementation): Update.
10796         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
10797         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
10798         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
10799
10800 2006-10-04  Bruno Haible  <bruno@clisp.org>
10801
10802         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
10803
10804 2006-10-03  Bruno Haible  <bruno@clisp.org>
10805
10806         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
10807         from gl_avltreehash_list_implementation.
10808
10809 2006-10-03  Bruno Haible  <bruno@clisp.org>
10810
10811         * lib/gl_oset.c (gl_oset_add): Fix return type.
10812
10813 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
10814
10815         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
10816
10817 2006-10-02  Eric Blake  <ebb9@byu.net>
10818
10819         * modules/strnlen (Depends-on): Add extensions.
10820
10821 2006-10-02  Eric Blake  <ebb9@byu.net>
10822
10823         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
10824         definition in 2.60+.
10825
10826 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
10827
10828         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
10829         checks.
10830
10831 2006-10-02  Bruno Haible  <bruno@clisp.org>
10832
10833         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
10834         to the AUTOMAKE_OPTIONS.
10835         Reported by Jim Meyering.
10836
10837 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
10838
10839         Work around bug in Solaris 10 /proc file system:
10840         /proc/self/fd/NNN/.. isn't the parent directory of
10841         the directory whose file descriptor is NNN.  This needs to
10842         be worked around at run time, not compile time, since a
10843         program might be built on Solaris 8, where things work, and
10844         run on Solaris 10.
10845         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
10846         to use the following interface instead:
10847         (OPENAT_BUFFER_SIZE): New macro.
10848         (openat_proc_name): New function.
10849         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
10850         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
10851         Likewise.
10852         * lib/openat-proc.c: New file.
10853         * modules/openat (Files): Add lib/openat-proc.c.
10854         (Depends-on): Add same-inode, stdbool.
10855         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
10856
10857 2006-09-29  Bruno Haible  <bruno@clisp.org>
10858
10859         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
10860         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
10861         argument. Set stdout_closed before testing for ferror, not after.
10862         (fwriteerror, fwriteerror_no_ebadf): New functions.
10863
10864 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10865
10866         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
10867
10868 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
10869
10870         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
10871         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
10872
10873 2006-09-28  Jim Meyering  <jim@meyering.net>
10874
10875         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
10876         Include <unistd.h>.
10877
10878 2006-09-28  Bruno Haible  <bruno@clisp.org>
10879
10880         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
10881         * modules/linkedhash-list (Depends-on): Likewise.
10882         * modules/rbtreehash-list (Depends-on): Likewise.
10883
10884 2006-09-28  Bruno Haible  <bruno@clisp.org>
10885
10886         * lib/strndup.h: Simplify the redefinition of strndup.
10887         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
10888         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
10889
10890 2006-09-28  Bruno Haible  <bruno@clisp.org>
10891
10892         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
10893         * lib/gl_linkedhash_list.c: Likewise.
10894         * lib/gl_rbtreehash_list.c: Likewise.
10895
10896 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
10897
10898         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
10899         getaddrinfo.
10900
10901         * lib/__fpending.h: Don't include <stdio_ext.h> unless
10902         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
10903         it causes <stdio_ext.h> to cause a compile-time error.
10904         Problem reported by Nelson H. F. Beebe.
10905         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
10906         of HAVE_DECL___PENDING.
10907
10908         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
10909         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
10910         declaration.
10911
10912 2006-09-27  Jim Meyering  <jim@meyering.net>
10913
10914         This file could end up with a definition for a function
10915         named __strndup, rather than rpl_strndup on a system with
10916         incomplete weak_alias support.
10917         * lib/strndup.c (strndup): Rename from __strndup.
10918         Remove #defines that used to map __strndup to strndup.
10919         Don't use K&R prototypes.
10920         Remove LIBC-related code, since this file is not sync'd with glibc.
10921         * lib/strndup.h: Revamp, accordingly.
10922         * m4/strndup.m4: Modernize.
10923
10924 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
10925
10926         * modules/savewd (Depends-on): Add 'raise'.
10927         * lib/savewd.c: Include <signal.h>, for 'raise'.
10928
10929 2006-09-26  Jim Meyering  <jim@meyering.net>
10930
10931         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
10932         when we detect Darwin 8.7.0's acl_get_file bug.
10933         Rearrange to perform the new (below) run-test while $LIBS
10934         contains any acl-related library.  Set USE_ACL at the end.
10935         (gl_ACL_GET_FILE): New function.
10936
10937 2006-09-26  Eric Blake  <ebb9@byu.net>
10938
10939         * lib/verror.c: Include <config.h> unconditionally.
10940
10941 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
10942
10943         * modules/clock-time (Maintainer): Add self.
10944         * modules/getlogin_r (Depends-on): Add extensions.
10945
10946 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10947
10948         * modules/clock-time: New module.
10949         * modules/nanosleep (Depends-on): Add clock-time.
10950         * modules/gethrxtime (Depends-on): Likewise.
10951         * modules/gettime (Depends-on): Likewise.
10952         * modules/settime (Depends-on): Likewise.
10953
10954         * modules/fts-lgpl: Depend on openat.
10955         * modules/mkancesdirs: Depend on savewd.
10956         * modules/mkdir-p: Likewise.
10957
10958 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10959
10960         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
10961
10962         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
10963         `gl_have_arbitrary_file_name_length_limit' to
10964         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
10965         actually works between configure runs.
10966
10967 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10968             Bruno Haible  <bruno@clisp.org>
10969
10970         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
10971
10972 2006-09-25  Jim Meyering  <jim@meyering.net>
10973
10974         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
10975         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
10976
10977 2006-09-25  Eric Blake  <ebb9@byu.net>
10978
10979         * gnulib-tool (func_import, func_create_testdir): Fix typos in
10980         exec's in 2006-09-18 patch when shuffling fds.
10981
10982 2006-09-25  Bruno Haible  <bruno@clisp.org>
10983
10984         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
10985         Reported by Jim Meyering.
10986
10987 2006-09-24  Jim Meyering  <jim@meyering.net>
10988
10989         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
10990         compare a pointer against a literal "0".  That caused failures with
10991         at least HP-UX's hpcc.
10992
10993 2006-09-22  Simon Josefsson  <jas@extundo.com>
10994
10995         * modules/gc-sha1:
10996         * modules/gc-md4:
10997         * modules/gc-hmac-sha1:
10998         * modules/gc-hmac-md5:
10999         * modules/gc-des:
11000         * modules/gc-arcfour: Distribute more files.
11001
11002 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11003
11004         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
11005         (gl_linked_iterator_from_to): Initialize struct completely.
11006         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
11007         (gl_tree_iterator_from_to): Likewise
11008         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
11009         * lib/gl_array_list.c [lint] (gl_array_iterator)
11010         (gl_array_iterator_from_to): Likewise.
11011         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
11012         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
11013         (gl_carray_iterator_from_to): Likewise.
11014
11015         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
11016         * lib/md4.c (md4_process_block): Remove unused variable.
11017         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
11018         parentheses for clarity.
11019
11020 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11021
11022         * modules/bison-i18n (Depends-on): Add gettext.
11023
11024 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11025
11026         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
11027         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
11028         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
11029         also add missing comma that caused broken test.
11030         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
11031         stdlib.h, for `abort'.
11032         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
11033         variables.
11034         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
11035         include unistd.h if present, for `rmdir'.
11036         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
11037         variables.
11038         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
11039         in the process include standard headers for prototypes.
11040         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
11041         gets declared on GNU/Linux.
11042         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
11043         unistd.h, for `rmdir'.
11044         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
11045
11046         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
11047         always true.
11048         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
11049
11050         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
11051
11052 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11053
11054         * gnulib-tool (func_version): Create output all at once.  This
11055         may help avoid triggering unnecessary SIGPIPEs, and at any
11056         rate it doesn't hurt.
11057
11058 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11059             Bruno Haible  <bruno@clisp.org>
11060
11061         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
11062         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
11063         * m4/signed.m4 (bh_C_SIGNED): Likewise.
11064
11065         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
11066         (gl_FUNC_VASPRINTF): Invoke it.
11067
11068 2006-09-22  Bruno Haible  <bruno@clisp.org>
11069
11070         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
11071         getloadavg.c as first argument.
11072
11073 2006-09-22  Bruno Haible  <bruno@clisp.org>
11074
11075         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
11076         at the beginning of the gl_INIT macro.
11077         * modules/getloadavg (configure.ac): Pass $gl_source_base to
11078         gl_GETLOADAVG.
11079
11080 2006-09-22  Bruno Haible  <bruno@clisp.org>
11081
11082         * gnulib-tool (func_create_megatestdir): Don't include the config-h
11083         module.
11084         Suggested by Ralf Wildenhues.
11085
11086 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
11087
11088         Import this patch from libc:
11089
11090         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
11091
11092         * lib/regex_internal.c (re_string_reconstruct): Handle
11093         offset < pstr->valid_raw_len && pstr->offsets_needed case.
11094         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
11095         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
11096         re_string_context_at.
11097
11098         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
11099         now requires it.
11100         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
11101         gl_REGEX now does it for us.
11102         (gl_REGEX): Add test taken from
11103         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
11104
11105         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
11106         Check that large offsets work.  Modernize Autoconf usages.
11107         Prefer "yes" to mean a good thing rather than a bad.
11108         Don't put "#define mkstemp" in config.h, as this might interfere
11109         with standard system headers that "#define mkstemp mkstemp64".
11110
11111         * modules/mkstemp (Depends-on): Add extensions, so that
11112         mkstemp is visible on some platforms.
11113         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
11114         (Include): Change to "mkstemp.h" from <stdlib.h>.
11115         (Files): Add mkstemp.h.
11116
11117         * lib/mkstemp.h: New file, since some standard headers
11118         #define mkstemp.
11119         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
11120         Include "mkstemp.h".
11121         Make the _LIBC code resemble glibc original more,
11122         e.g., use K&R style.
11123         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
11124         (mkstemp): Remove, since mkstemp.h does this for us.
11125         * lib/stdlib--.h: Include mkstemp.h.
11126
11127         Import this patch from libc:
11128
11129         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
11130
11131         * lib/tempname.c (__gen_tempname): Change attempts_min
11132         into a macro.  Use preprocessor to decide how to initialize
11133         attempts [Coverity CID 67].
11134
11135 2006-09-20  Bruno Haible  <bruno@clisp.org>
11136
11137         * lib/mkdtemp.c: Import from libc.
11138         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
11139                 * sysdeps/posix/tempname.c (__gen_tempname): Change
11140                 attempts_min into a macro.  Use preprocessor to decide how to
11141                 initialize attempts [Coverity CID 67].
11142         2001-11-27  Paul Eggert  <eggert@twinsun.com>
11143                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
11144                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
11145
11146 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11147
11148         * gnulib-tool (func_exit): New function, to allow to pass the
11149         exit status portably through the trap.  Use everywhere.
11150         (--help, --version): Signal a write error.
11151         (trap): catch SIGPIPE, for write errors.
11152         Exit at the end of the trap, with the correct exit status.
11153
11154 2006-09-19  Karl Berry  <karl@gnu.org>
11155
11156         * doc/gnulib.texi: note about the license texinfo files.
11157
11158 2006-09-19  Eric Blake  <ebb9@byu.net>
11159
11160         * gnulib-tool: Avoid space-tab.
11161
11162 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
11163
11164         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
11165         that prevented coreutils 6.1 from building.  Problem reported
11166         by Petter Reinholdtsen.
11167
11168 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
11169
11170         * gnulib-tool (avoidlist): Fix typo that broke options like
11171         --avoid=lock that are used by coreutils bootstrap.
11172
11173 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
11174
11175         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
11176         more systematically.
11177
11178 2006-09-18  Jim Meyering  <jim@meyering.net>
11179
11180         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
11181
11182 2006-09-18  Bruno Haible  <bruno@clisp.org>
11183
11184         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
11185
11186 2006-09-18  Bruno Haible  <bruno@clisp.org>
11187
11188         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
11189         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
11190         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
11191         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
11192         * m4/gettext.m4: Require autoconf >= 2.52.
11193         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
11194         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
11195         of gl_cv_header_inttypes_h.
11196
11197 2006-09-18  Bruno Haible  <bruno@clisp.org>
11198
11199         * lib/javaversion.c: Include configmake.h.
11200
11201 2006-09-18  Bruno Haible  <bruno@clisp.org>
11202
11203         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
11204         avoid that the while loops be executed in a subshell.
11205
11206 2006-09-18  Bruno Haible  <bruno@clisp.org>
11207
11208         * MODULES.html.sh (func_module): Break long lines.
11209         Suggested by Bruce Korb <bkorb@gnu.org>.
11210
11211 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11212
11213         Speed up by a factor of 1.12.
11214         * gnulib-tool (nl): New variable.
11215         (func_import): Rewrite include directive extraction to only read each
11216         directive once.
11217
11218 2006-09-17  Bruno Haible  <bruno@clisp.org>
11219
11220         * modules/javaversion (Makefile.am): Remove DEFS setting.
11221         (Depends-on): Add configmake, for PKGDATADIR definition.
11222
11223 2006-09-17  Bruno Haible  <bruno@clisp.org>
11224
11225         * gnulib-tool (func_create_testdir): Rewrite all files at once.
11226
11227 2006-09-17  Bruno Haible  <bruno@clisp.org>
11228
11229         * gnulib-tool (func_append): New function, stolen from libtool.m4.
11230         (func_modules_transitive_closure, func_modules_add_dummy,
11231         func_modules_to_filelist, func_import, func_create_testdir,
11232         func_create_megatestdir, ...): Use it wherever possible.
11233         Suggested by Ralf Wildenhues.
11234
11235 2006-09-16  Karl Berry  <karl@gnu.org>
11236
11237         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
11238         to avoid sectioning errors.
11239         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
11240         [ifinfo]: blank line after @center-ed titles.
11241         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
11242         Spell FSF address consistently with others.
11243         (These changes approved by rms.)
11244
11245 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11246
11247         Speed up by a factor of 1.61.
11248         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
11249         already checked module names again.
11250
11251 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11252
11253         Speed up by a factor of 1.13.
11254         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
11255         for new_files, and the input to func_add_or_update.
11256
11257 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11258
11259         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
11260         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
11261
11262 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
11263
11264         * modules/mkancesdirs (Depends-on): Add fcntl.
11265         * modules/savewd: New file.
11266         * MODULES.html.sh (File system functions): Add savewd.
11267
11268         * modules/configmake (Makefile.am): Add support for the
11269         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
11270
11271 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
11272
11273         * m4/savewd.m4: New file.
11274
11275 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
11276
11277         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
11278         (dirchownmod): New arg FD.  All callers changed.
11279         Use FD rather than opening the directory ourself, as opening is
11280         now the caller's responsibility.
11281         * lib/dirchownmod.h: Likewise.
11282         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
11283         hosts that require <sys/types.h> before <sys/stat.h>.  Include
11284         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
11285         (test_dir): Remove.
11286         (mkancesdirs): Return length of prefix of FILE that has already
11287         been made, or -2 if there is a child doing the work.  Redo
11288         algorithm so that it is O(N) rather than O(N**2).  Optimize away
11289         ".", and treat ".." specially since it might stray back into
11290         already-created areas.  Use a subprocess if necessary.  New arg
11291         WD; all users changed.  MAKE_DIR function should now return 1
11292         if it creates a directory that is not readable.  Return -2 if
11293         a child process is spun off.
11294         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
11295         Adjust signature to match code.
11296         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
11297         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
11298         all users changed.
11299         * lib/savewd.c, lib/savewd.h: New files.
11300
11301 2006-09-15  Jim Meyering  <jim@meyering.net>
11302
11303         * modules/rename-dest-slash: New module.
11304         * MODULES.html.sh (posix_compat): Add it here.
11305
11306         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
11307
11308 2006-09-15  Jim Meyering  <jim@meyering.net>
11309
11310         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
11311         file.
11312
11313         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
11314
11315 2006-09-15  Jim Meyering  <jim@meyering.net>
11316
11317         * lib/rename-dest-slash.c (has_trailing_slash): Use
11318         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
11319         (rpl_rename_dest_slash): Perform the cheaper trailing slash
11320         test before testing whether SRC is a directory.
11321         Suggestions from Bruno Haible.
11322
11323         Avoid a warning about an unused variable.
11324         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
11325         into the #ifdef block where it's used.
11326
11327         * lib/rename-dest-slash.c: New file.
11328
11329 2006-09-14  Bruno Haible  <bruno@clisp.org>
11330
11331         * lib/allocsa.c: Include <config.h> unconditionally.
11332         * lib/asnprintf.c: Likewise.
11333         * lib/asprintf.c: Likewise.
11334         * lib/c-strcasecmp.c: Likewise.
11335         * lib/c-strcasestr.c: Likewise.
11336         * lib/c-strncasecmp.c: Likewise.
11337         * lib/c-strstr.c: Likewise.
11338         * lib/classpath.c: Likewise.
11339         * lib/clean-temp.c: Likewise.
11340         * lib/concatpath.c: Likewise.
11341         * lib/copy-file.c: Likewise.
11342         * lib/csharpcomp.c: Likewise.
11343         * lib/csharpexec.c: Likewise.
11344         * lib/execute.c: Likewise.
11345         * lib/fatal-signal.c: Likewise.
11346         * lib/findprog.c: Likewise.
11347         * lib/fwriteerror.c: Likewise.
11348         * lib/gl_array_list.c: Likewise.
11349         * lib/gl_array_oset.c: Likewise.
11350         * lib/gl_avltree_list.c: Likewise.
11351         * lib/gl_avltree_oset.c: Likewise.
11352         * lib/gl_avltreehash_list.c: Likewise.
11353         * lib/gl_carray_list.c: Likewise.
11354         * lib/gl_linked_list.c: Likewise.
11355         * lib/gl_linkedhash_list.c: Likewise.
11356         * lib/gl_list.c: Likewise.
11357         * lib/gl_oset.c: Likewise.
11358         * lib/gl_rbtree_list.c: Likewise.
11359         * lib/gl_rbtree_oset.c: Likewise.
11360         * lib/gl_rbtreehash_list.c: Likewise.
11361         * lib/imaxabs.c: Likewise.
11362         * lib/imaxdiv.c: Likewise.
11363         * lib/javacomp.c: Likewise.
11364         * lib/javaexec.c: Likewise.
11365         * lib/javaversion.c: Likewise.
11366         * lib/linebreak.c: Likewise.
11367         * lib/localcharset.c: Likewise.
11368         * lib/lock.c: Likewise.
11369         * lib/mbchar.c: Likewise.
11370         * lib/mbswidth.c: Likewise.
11371         * lib/mkdtemp.c: Likewise.
11372         * lib/pipe.c: Likewise.
11373         * lib/printf-args.c: Likewise.
11374         * lib/printf-parse.c: Likewise.
11375         * lib/progname.c: Likewise.
11376         * lib/progreloc.c: Likewise.
11377         * lib/readlink.c: Likewise.
11378         * lib/sh-quote.c: Likewise.
11379         * lib/stpcpy.c: Likewise.
11380         * lib/stpncpy.c: Likewise.
11381         * lib/strcasecmp.c: Likewise.
11382         * lib/strcasestr.c: Likewise.
11383         * lib/strcspn.c: Likewise.
11384         * lib/striconv.c: Likewise.
11385         * lib/strncasecmp.c: Likewise.
11386         * lib/strnlen1.c: Likewise.
11387         * lib/strstr.c: Likewise.
11388         * lib/strtok_r.c: Likewise.
11389         * lib/tls.c: Likewise.
11390         * lib/tmpdir.c: Likewise.
11391         * lib/unicodeio.c: Likewise.
11392         * lib/unsetenv.c: Likewise.
11393         * lib/vasnprintf.c: Likewise.
11394         * lib/vasprintf.c: Likewise.
11395         * lib/wait-process.c: Likewise.
11396         * lib/xallocsa.c: Likewise.
11397         * lib/xsetenv.c: Likewise.
11398         * lib/xstriconv.c: Likewise.
11399
11400 2006-09-13  Simon Josefsson  <jas@extundo.com>
11401
11402         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
11403         that internally, suggested by Ralf Wildenhues
11404         <Ralf.Wildenhues@gmx.de>.
11405
11406 2006-09-13  Simon Josefsson  <jas@extundo.com>
11407
11408         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
11409         @LIBOBJS@.
11410         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11411
11412 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
11413
11414         * lib/_fpending.c: Include <config.h> unconditionally, since we no
11415         longer worry about uses that don't define HAVE_CONFIG_H.
11416         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
11417         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
11418         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
11419         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
11420         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
11421         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
11422         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
11423         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
11424         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
11425         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
11426         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
11427         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
11428         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
11429         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
11430         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
11431         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
11432         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
11433         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
11434         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
11435         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
11436         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
11437         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
11438         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
11439         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
11440         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
11441         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
11442         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
11443         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
11444         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
11445         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
11446         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
11447         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
11448         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
11449         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
11450         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
11451         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
11452         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
11453         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
11454         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
11455         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
11456         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
11457         Likewise.
11458
11459 2006-09-13  Eric Blake  <ebb9@byu.net>
11460
11461         * lib/getopt.c: Fix typo in last commit.
11462
11463 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
11464
11465         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
11466         dgettext.
11467
11468 2006-09-12  Jim Meyering  <jim@meyering.net>
11469
11470         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
11471         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
11472         Reported by Nelson H. F. Beebe.
11473
11474 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
11475
11476         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
11477         program_invocation_name and program_invocation_short_name are
11478         initialized.
11479         * lib/argp-namefrob.h: Move declarations of program_invocation_name
11480         and program_invocation_short_name to argp.h, so they are visible
11481         to user programs.
11482         * lib/argp.h: Likewise
11483
11484 2006-09-10  Bruno Haible  <bruno@clisp.org>
11485
11486         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
11487         m4/inttypes_h.m4, m4/uintmax_t.m4.
11488
11489 2006-09-10  Bruno Haible  <bruno@clisp.org>
11490
11491         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
11492         gl_AC_TYPE_UINTMAX_T.
11493
11494 2006-09-10  Bruno Haible  <bruno@clisp.org>
11495
11496         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
11497
11498 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
11499
11500         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
11501         convention.  Text proposed by Bruno Haible.
11502         (struct argp_option): Document the use of N_() wrappers.
11503
11504         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
11505         '\v', and translate the two parts separately, instead of feeding
11506         the whole string to gettext.  This allows to exclude
11507         '\v' from the strings visible to the translator by writing doc
11508         strings as N_("..") "\v" N_("..").
11509
11510 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
11511
11512         * config/srclist.txt: Undo latest change; the bug was fixed.
11513
11514 2006-09-09  Bruno Haible  <bruno@clisp.org>
11515
11516         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
11517         assignments if building a library without libtool.
11518         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
11519         in func_emit_lib_Makefile_am.
11520         (func_import): When building a static library libfoo.a, arrange to
11521         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
11522         (func_create_testdir): Likewise.
11523         * modules/gc (configure.ac, Makefile.am): If building statically,
11524         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
11525         * modules/iconvme (configure.ac, Makefile.am): Likewise.
11526         * modules/striconv (configure.ac, Makefile.am): Likewise.
11527         Based on a suggestion by Ralf Wildenhues.
11528
11529 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
11530
11531         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
11532         Check for unistd.h too, since Autoconf doesn't assume POSIX.
11533         Also:
11534
11535         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
11536         Add year_2050_test to catch glibc bug 2821
11537         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
11538
11539         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
11540         Prefer #ifdef to #if.
11541
11542         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
11543         Return from 'main' instead of calling 'exit'.
11544
11545 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
11546
11547         * lib/mktime.c (guess_time_tm): Fix bug where mktime
11548         returned the maximum time_t value rather than (time_t) -1.
11549         Problem originally reported by William Bardwell
11550         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
11551
11552         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
11553         Moved to here ...
11554         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
11555         ... from here.
11556
11557 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
11558
11559         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
11560         2821 is fixed.
11561
11562 2006-09-08  Jim Meyering  <jim@meyering.net>
11563
11564         Don't make generated files read-only.  That would bother too many
11565         people.  However, do retain the ability to work when targets are
11566         read-only: remove the destination and temporary files before writing
11567         them (when generated via sed or echo), or by using the -f option for
11568         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
11569         * modules/alloca-opt, modules/argz, modules/arpa_inet:
11570         * modules/byteswap, modules/configmake, modules/fcntl:
11571         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
11572         * modules/localcharset, modules/netinet_in, modules/poll:
11573         * modules/stdbool, modules/stdint, modules/sys_select:
11574         * modules/sys_socket, modules/sys_stat, modules/sysexits:
11575
11576 2006-09-08  Jim Meyering  <jim@meyering.net>
11577
11578         Avoid new build failure on FreeBSD 6.0.
11579         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
11580         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
11581         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
11582
11583 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11584
11585         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
11586
11587 2006-09-07  Jim Meyering  <jim@meyering.net>
11588
11589         Fix global typo in last change: use chmod u-w, not chmod u-x.
11590         Spotted by Paul Eggert and Bruce Korb.
11591         * modules/alloca-opt, modules/argz, modules/arpa_inet:
11592         * modules/byteswap, modules/configmake, modules/fcntl:
11593         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
11594         * modules/localcharset, modules/netinet_in, modules/poll:
11595         * modules/stdbool, modules/stdint, modules/sys_select:
11596         * modules/sys_socket, modules/sys_stat, modules/sysexits:
11597
11598 2006-09-06  Jim Meyering  <jim@meyering.net>
11599
11600         Make generated files be read-only.
11601         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
11602         Ensure that each generated file is now read-only.
11603         * modules/argz: Likewise.
11604         * modules/arpa_inet: Likewise.
11605         * modules/byteswap: Likewise.
11606         * modules/configmake: Likewise.
11607         * modules/fcntl: Likewise.
11608         * modules/fnmatch: Likewise.
11609         * modules/getopt: Likewise.
11610         * modules/glob: Likewise.
11611         * modules/inttypes: Likewise.
11612         * modules/netinet_in: Likewise.
11613         * modules/poll: Likewise.
11614         * modules/stdbool: Likewise.
11615         * modules/stdint: Likewise.
11616         * modules/sys_select: Likewise.
11617         * modules/sys_socket: Likewise.
11618         * modules/sys_stat: Likewise.
11619         * modules/sysexits: Likewise.
11620         * modules/localcharset: Same as above, but continue using temporary
11621         file named "t-$@" (why different?) rather than the "$@-t" used
11622         everywhere else.
11623
11624         * modules/sysexits (Makefile.am): Replace literal occurrences
11625         of "sysexit.h" more readable, and more consistent, "$@".
11626
11627 2006-09-06  Bruno Haible  <bruno@clisp.org>
11628
11629         * modules/striconv: New file.
11630         * modules/xstriconv: New file.
11631         * MODULES.html.sh (Internationalization functions): Add striconv,
11632         xstriconv.
11633
11634 2006-09-06  Bruno Haible  <bruno@clisp.org>
11635
11636         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
11637         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
11638         not using libtool correctly.
11639
11640 2006-09-06  Bruno Haible  <bruno@clisp.org>
11641
11642         * lib/striconv.h: New file.
11643         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
11644         iconvstring.c.
11645         * lib/xstriconv.h: New file.
11646         * lib/xstriconv.c: New file.
11647
11648 2006-09-06  Bruno Haible  <bruno@clisp.org>
11649
11650         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
11651         lib_..._LDFLAGS.
11652
11653 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11654
11655         * lib/argz_.h: Sync from Libtool.
11656
11657         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
11658                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
11659
11660         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
11661
11662 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
11663
11664         * modules/trim: New file.
11665
11666 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
11667
11668         * lib/trim.h: New file.
11669         * lib/trim.c: New file.
11670
11671 2006-09-05  Bruno Haible  <bruno@clisp.org>
11672
11673         * MODULES.html.sh (String handling): Add trim.
11674
11675 2006-09-04  Karl Berry  <karl@gnu.org>
11676
11677         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
11678         until next release.
11679
11680 2006-09-03  Bruno Haible  <bruno@clisp.org>
11681
11682         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
11683         correctly.
11684
11685 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
11686
11687         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
11688         not gl_GETLOADAVG.  Omit unneeded semicolons.
11689         Problems reported by Ralf Wildenhues in
11690         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
11691         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
11692         at the end, which is the usual gnulib style.
11693
11694         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
11695         of doing all the work ourselves.
11696         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
11697         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
11698
11699 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
11700
11701         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
11702         Problem reported by Ralf Wildenhues in
11703         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
11704
11705         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
11706         HAVE_STRUCT_STATFS_F_FSTYPENAME.
11707
11708 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
11709
11710         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
11711         yesterday's patch by changing test -n to test -z.
11712
11713 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
11714
11715         * modules/getloadavg (Files): Add m4/getloadavg.m4.
11716         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
11717         the former is now obsolescent.
11718
11719         * modules/chdir-long (Depends-on): Add fcntl.
11720
11721 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
11722
11723         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
11724         obsolescent, and programs should use gnulib instead.
11725         * m4/getloadavg.m4: New file, with contents taken from Autoconf
11726         but with prefixes changed.
11727
11728 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
11729
11730         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
11731         or stdbool.h, because they might not exist while configuring.
11732
11733         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
11734         Don't include unistd.h or limits.h; not needed, since chdir-long.h
11735         does that for us.
11736         (O_DIRECTORY): Remove.
11737
11738 2006-08-31  Eric Blake  <ebb9@byu.net>
11739
11740         * gnulib-tool: Don't let emacs change spaces to TAB.
11741
11742 2006-08-31  Bruno Haible  <bruno@clisp.org>
11743
11744         * gnulib-tool: When calling func_import more than once, do it in a
11745         subshell.
11746         Reported by Eric Blake <ebb9@byu.net>.
11747
11748 2006-08-31  Bruno Haible  <bruno@clisp.org>
11749
11750         * gnulib-tool (nl): Remove variable.
11751         (sed_transform_lib_file): Use more robust test for config-h module.
11752         (func_import): Fix typo in 2006-08-25 patch.
11753
11754 2006-08-31  Bruno Haible  <bruno@clisp.org>
11755
11756         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
11757         specified, augment Makefile.am variables instead of assigning them.
11758
11759 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
11760
11761         Work around a bug in both the Linux and SunOS 64-bit kernels:
11762         nanosleep mishandles sleeps for longer than 2**31 seconds.
11763         Problem reported by Frank v Waveren in
11764         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
11765         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
11766         Check for nanosleep bug.
11767         (LIB_NANOSLEEP): Append clock_gettime library if needed.
11768
11769 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
11770
11771         Work around a bug in both the Linux and SunOS 64-bit kernels:
11772         nanosleep mishandles sleeps for longer than 2**31 seconds.
11773         Problem reported by Frank v Waveren in
11774         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
11775         * lib/nanosleep.c (BILLION): New constant.
11776         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
11777         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
11778         implementation.
11779
11780 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
11781
11782         * modules/nanosleep (Depends-on): Add gettime.
11783
11784 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
11785         and Simon Josefsson  <jas@extundo.com>
11786         and Oskar Liljeblad  <oskar@osk.mine.nu>
11787
11788         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
11789         * gnulib-tool (func_import): New license type 'unmodifiable license
11790         text'.
11791         * modules/fdl: Use it.  Longer description.
11792         * module/gpl, module/lgpl: New files.
11793
11794 2006-08-30  Jim Meyering  <jim@meyering.net>
11795
11796         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
11797         shadowing the parameter.
11798
11799 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11800
11801         Sync from Libtool:
11802
11803         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11804
11805         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
11806         sharing with gnulib.  Report by Eric Blake.
11807
11808 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
11809
11810         * modules/isapipe: New file.
11811         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
11812
11813 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
11814
11815         * modules/configmake (Makefile.am): Add a comment, and omit
11816         the CONFIGMAKE_ prefix from generated macro names.  Suggested
11817         by Bruno Haible.
11818
11819 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
11820
11821         * m4/isapipe.m4: New file.
11822
11823 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
11824
11825         * lib/isapipe.c, lib/isapipe.h: New files.
11826
11827 2006-08-29  Jim Meyering  <jim@meyering.net>
11828
11829         * modules/configmake (Makefile.am): Make configmake.h depend on
11830         Makefile.  Otherwise, a stale configmake.h could hang around.
11831
11832 2006-08-29  Eric Blake  <ebb9@byu.net>
11833
11834         * lib/error.c (error_at_line, print_errno_message): Match libc, after
11835         resolution of upstream bug 3044.
11836
11837 2006-08-29  Bruno Haible  <bruno@clisp.org>
11838
11839         * modules/localcharset (Depends-on): Add configmake.
11840         (Makefile.am): Remove setting of LIBDIR through DEFS.
11841
11842 2006-08-29  Bruno Haible  <bruno@clisp.org>
11843
11844         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
11845         defined.
11846
11847 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
11848
11849         * modules/fcntl: New file.
11850         * modules/chdir-safer (Depends-on): Add fcntl.
11851         * modules/fts: Likewise.
11852         * modules/mkdir-p: Likewise.
11853
11854         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
11855         This undoes the most recent change, since we're now addressing the
11856         problem in a different way.
11857
11858         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
11859         into output, since the output might be called Makefile.am even
11860         if $makefile_name is something different.
11861         (func_import): Use $makefile_am rather than
11862         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
11863         empty.
11864
11865         * modules/inttypes (Files): Add m4/inttypes-h.m4.
11866
11867 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
11868
11869         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
11870         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
11871         recent change to stdint.m4, since we're now addressing the problem in a
11872         different way.
11873
11874 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
11875
11876         * m4/fcntl_h.m4: New file.
11877
11878 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
11879
11880         * lib/fcntl_.h: New file.
11881         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
11882         the fcntl module.
11883         * lib/dirchownmod.c: Likewise.
11884         * lib/fts.c: Likewise.
11885
11886         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
11887         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
11888         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
11889         just before including <inttypes.h>, to avoid circular inclusion.
11890
11891 2006-08-28  Jim Meyering  <jim@meyering.net>
11892
11893         * doc/visibility.texi: Actually read and correct the grammar of the
11894         sentence affected by yesterday's change.
11895
11896 2006-08-28  Eric Blake  <ebb9@byu.net>
11897
11898         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
11899         needs wrapper.
11900
11901 2006-08-28  Eric Blake  <ebb9@byu.net>
11902
11903         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
11904
11905 2006-08-28  Eric Blake  <ebb9@byu.net>
11906
11907         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
11908
11909 2006-08-28  Bruno Haible  <bruno@clisp.org>
11910
11911         * modules/c-strstr: New file, from GNU gettext.
11912         * MODULES.html.sh (String handling): Add c-strstr.
11913
11914 2006-08-28  Bruno Haible  <bruno@clisp.org>
11915
11916         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
11917         macros.
11918         Reported by Eric Blake.
11919
11920 2006-08-28  Bruno Haible  <bruno@clisp.org>
11921
11922         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
11923         (VASNPRINTF): Return a string of length > INT_MAX without failing.
11924         * lib/vasprintf.c: Include errno.h, limits.h.
11925         (EOVERFLOW): New fallback definition.
11926         (vasprintf): Test here whether the string length is > INT_MAX.
11927         * lib/vsnprintf.c: Include errno.h, limits.h.
11928         (EOVERFLOW): New fallback definition.
11929         (vsnprintf): Fix bug when generated string was too long for the buffer.
11930         Test here whether the string length is > INT_MAX.
11931
11932 2006-08-28  Bruno Haible  <bruno@clisp.org>
11933
11934         * lib/inttypes_.h (SCNX*): Remove definitions.
11935         Reported by Eric Blake.
11936
11937 2006-08-28  Bruno Haible  <bruno@clisp.org>
11938
11939         * lib/c-strstr.h: New file, from GNU gettext.
11940         * lib/c-strstr.c: New file, from GNU gettext.
11941
11942 2006-08-28  Bruno Haible  <bruno@clisp.org>
11943
11944         * gnulib-tool: Reorder some statements.
11945
11946 2006-08-28  Bruno Haible  <bruno@clisp.org>
11947
11948         * gnulib-tool: New option --makefile-name.
11949         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
11950         $makefile_name.
11951         (func_import): Write $makefile_name to the cache file, and read it from
11952         there unless explicitly specified. Use $makefile_name as file name
11953         instead of Makefile.am. Adjust the recommendations accordingly.
11954
11955 2006-08-28  Bruno Haible  <bruno@clisp.org>
11956
11957         * gnulib-tool (func_verify_module): Check against misapplying patch.
11958
11959 2006-08-28  Bruno Haible  <bruno@clisp.org>
11960
11961         * gnulib-tool (func_relativize, func_relconcat): New functions.
11962         Give an error if --local-dir is given with --update.
11963         Remove trailing slashes from $local_gnulib_dir.
11964         (func_import): Store the relativized $local_gnulib_dir in
11965         gnulib-cache.m4, and read it from there if not specified explicitly.
11966
11967 2006-08-28  Bruno Haible  <bruno@clisp.org>
11968
11969         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
11970         is the current directory. Respect also $local_gnulib_dir.
11971
11972 2006-08-28  Bruno Haible  <bruno@clisp.org>
11973             Simon Josefsson  <jas@extundo.com>
11974
11975         BeOS portability.
11976         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
11977
11978 2006-08-27  Jim Meyering  <jim@meyering.net>
11979
11980         * doc/visibility.texi: Remove duplicate word: "pointer".
11981
11982 2006-08-26  Bruno Haible  <bruno@clisp.org>
11983
11984         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
11985         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
11986         (Makefile.am): Create inttypes.h from inttypes_.h.
11987         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
11988
11989         * modules/imaxabs: New file.
11990
11991         * modules/imaxdiv: New file.
11992
11993 2006-08-26  Bruno Haible  <bruno@clisp.org>
11994
11995         * m4/inttypes.m4: New file.
11996         * m4/_inttypes_h.m4: Remove file.
11997         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
11998         PRI_MACROS_BROKEN.
11999         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
12000
12001         * m4/imaxabs.m4: New file.
12002
12003         * m4/imaxdiv.m4: New file.
12004
12005 2006-08-26  Bruno Haible  <bruno@clisp.org>
12006
12007         * lib/inttypes_.h: New file.
12008         * lib/inttypes.h: Remove file.
12009         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
12010
12011         * lib/imaxabs.c: New file.
12012
12013         * lib/imaxdiv.c: New file.
12014
12015 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
12016
12017         New config-h module, so that "make" output needn't be cluttered
12018         by -DHAVE_CONFIG_H.
12019         * MODULES.html.sh (Support for building libraries and executables):
12020         Add config-h.
12021         * modules/config-h: New file.
12022         * gnulib-tool (nl, sed_transform_lib_file): New vars.
12023         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
12024         the config-h module is used.
12025
12026         New configmake module, so that "make" output needn't be cluttered
12027         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
12028         * MODULES.html.sh (Support for building libraries and executables):
12029         Add configmake.
12030         * modules/configmake: New file.
12031
12032 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
12033
12034         * m4/config-h.m4: New file.
12035
12036 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
12037
12038         * config/srclist.txt: Add elisp-comp.
12039
12040 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
12041
12042         * MODULES.html.sh (Support for building libraries and executables):
12043         Add elisp-comp.
12044         * build-aux/elisp-comp: New file.
12045         * modules/elisp-comp: New file.
12046
12047 2006-08-24  Bruno Haible  <bruno@clisp.org>
12048
12049         * gnulib-tool (func_create_testdir): Use non-default values of
12050         sourcebase and m4base.
12051
12052 2006-08-24  Bruno Haible  <bruno@clisp.org>
12053
12054         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
12055         HTML structure.
12056
12057 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
12058
12059         * modules/openat (Depends-on): Add lchown.
12060
12061 2006-08-23  Bruno Haible  <bruno@clisp.org>
12062
12063         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
12064         of gl_LOCK_EARLY instead of gl_LOCK.
12065
12066 2006-08-23  Bruno Haible  <bruno@clisp.org>
12067
12068         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
12069         on OSF/1 to no.
12070         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
12071
12072 2006-08-23  Bruno Haible  <bruno@clisp.org>
12073
12074         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
12075         as unusable.
12076
12077         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
12078         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
12079         (gl_LOCK): New macro.
12080
12081 2006-08-22  Simon Josefsson  <jas@extundo.com>
12082
12083         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
12084         to md5 module.
12085
12086 2006-08-22  Simon Josefsson  <jas@extundo.com>
12087
12088         * MODULES.html.sh: Add "Support for maintaining and release
12089         projects".
12090
12091         * build-aux/gnupload: New file, from coreutils.
12092
12093 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
12094
12095         Avoid the need for AC_LIBSOURCES in m4 macros.
12096         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
12097         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
12098         * modules/check-version (EXTRA_DIST): Add check-version.h.
12099         * modules/crc (EXTRA_DIST): Add crc.h.
12100         * modules/des (EXTRA_DIST): Add des.h.
12101         * modules/gc (EXTRA_DIST): Add gc.h.
12102         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
12103         * modules/getline (EXTRA_DIST): Add getline.h.
12104         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
12105         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
12106         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
12107         * modules/md2 (EXTRA_DIST): Add md2.h.
12108         * modules/md4 (EXTRA_DIST): Add md4.h.
12109         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
12110         * modules/read-file (EXTRA_DIST): Add read-file.h.
12111         * modules/readline (EXTRA_DIST): Add readline.h.
12112         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
12113         rijndael-api-fst.h.
12114
12115 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
12116
12117         * m4/rijndael.m4 (gl_ARCFOUR):
12118         * m4/arctwo.m4 (gl_ARCTWO):
12119         * m4/check-version.m4 (gl_CHECK_VERSION):
12120         * m4/crc.m4 (gl_CRC):
12121         * m4/des.m4 (gl_DES):
12122         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
12123         * m4/gc.m4 (gl_GC):
12124         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
12125         * m4/getline.m4 (gl_FUNC_GETLINE):
12126         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
12127         * m4/hmac-md5.m4 (gl_HMAC_MD5):
12128         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
12129         * m4/md2.m4 (gl_MD2):
12130         * m4/md4.m4 (gl_MD4):
12131         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
12132         * m4/read-file.m4 (gl_FUNC_READ_FILE):
12133         * m4/readline.m4 (gl_FUNC_READLINE):
12134         * m4/rijndael.m4 (gl_RIJNDAEL):
12135         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
12136         to get the necessary .h files and whatnot.
12137
12138 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
12139
12140         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
12141         gnulib rather than the other way around.
12142         * config/srclistvars.sh (COREUTILS): Remove.
12143
12144 2006-08-22  Jim Meyering  <jim@meyering.net>
12145
12146         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
12147
12148         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
12149
12150 2006-08-22  Eric Blake  <ebb9@byu.net>
12151
12152         * modules/regexprops-generic: New file.
12153         * MODULES.html.sh (Support for building documentation): List it.
12154
12155 2006-08-22  Eric Blake  <ebb9@byu.net>
12156
12157         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
12158         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
12159         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
12160         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
12161
12162 2006-08-22  Bruno Haible  <bruno@clisp.org>
12163
12164         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
12165         and lib_LTLIBRARIES like the other lib_* variables.
12166
12167 2006-08-22  Bruno Haible  <bruno@clisp.org>
12168
12169         * build-aux/x-to-1.in: New file, from GNU gettext.
12170
12171 2006-08-22  Bruno Haible  <bruno@clisp.org>
12172
12173         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
12174         <utmpx.h> exists.
12175
12176 2006-08-22  Bruno Haible  <bruno@clisp.org>
12177
12178         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
12179         <utmpx.h> exists.
12180
12181 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
12182
12183         BeOS portability.
12184         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
12185         exist.
12186         Problem reported by Bruno Haible.
12187
12188 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
12189
12190         Avoid the need for AC_LIBSOURCES in m4 macros.
12191         * modules/acl (EXTRA_DIST): Add acl.h.
12192         * modules/argmatch (Files): Add m4/argmatch.m4.
12193         (configure.ac): Add gl_ARGMATCH.
12194         (EXTRA_DIST): Renamed from lib_SOURCES, for
12195         consistency with the other modules.  Remove argmatch.c.
12196         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
12197         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
12198         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
12199         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
12200         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
12201         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
12202         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
12203         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
12204         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
12205         * modules/closeout (EXTRA_DIST): Add closeout.h.
12206         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
12207         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
12208         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
12209         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
12210         dirname.h; remove basename.c and stripslash.c.
12211         * modules/exclude (EXTRA_DIST): Add exclude.h.
12212         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
12213         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
12214         * modules/file-type (EXTRA_DIST): Add file-type.h.
12215         * modules/filemode (EXTRA_DIST): Add filemode.h.
12216         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
12217         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
12218         * modules/fpending (EXTRA_DIST): Add __fpending.h.
12219         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
12220         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
12221         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
12222         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
12223         * modules/getdate (EXTRA_DIST): Add getdate.c.
12224         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
12225         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
12226         * modules/getpass (EXTRA_DIST): Add getpass.h.
12227         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
12228         * modules/group-member (EXTRA_DIST): Add group-member.h.
12229         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
12230         * modules/hash (EXTRA_DIST): Add hash.h.
12231         * modules/human (EXTRA_DIST): Add human.h.
12232         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
12233         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
12234         * modules/lchown (EXTRA_DIST): Add lchown.h.
12235         * modules/long-options (EXTRA_DIST): Add long-options.h.
12236         * modules/lstat (EXTRA_DIST): Add lstat.h.
12237         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
12238         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
12239         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
12240         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
12241         * modules/memxor (EXTRA_DIST): Add memxor.h.
12242         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
12243         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
12244         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
12245         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
12246         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
12247         * modules/physmem (EXTRA_DIST): Add physmem.h.
12248         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
12249         * modules/posixver (EXTRA_DIST): Add posixver.h.
12250         * modules/quote (EXTRA_DIST): Add quote.h.
12251         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
12252         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
12253         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
12254         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
12255         regex_internal.h regexec.c.
12256         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
12257         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
12258         * modules/same (EXTRA_DIST): Add same.h.
12259         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
12260         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
12261         * modules/savedir (EXTRA_DIST): Add savedir.h.
12262         * modules/sha1 (EXTRA_DIST): Add sha1.h.
12263         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
12264         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
12265         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
12266         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
12267         * modules/strdup (EXTRA_DIST): Add strdup.h.
12268         * modules/strftime (EXTRA_DIST): Add strftime.h.
12269         * modules/strndup (EXTRA_DIST): Add strndup.h.
12270         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
12271         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
12272         * modules/time_r (EXTRA_DIST): Add time_r.h.
12273         * modules/timespec (EXTRA_DIST): Add timespec.h.
12274         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
12275         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
12276         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
12277         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
12278         * modules/userspec (EXTRA_DIST): Add userspec.h.
12279         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
12280         * modules/utimens (EXTRA_DIST): Add utimens.h.
12281         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
12282         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
12283         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
12284         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
12285         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
12286         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
12287         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
12288         * modules/yesno (EXTRA_DIST): Add yesno.h.
12289
12290 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
12291
12292         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
12293
12294         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
12295         * m4/dev-ino.m4, same-inode.m4: Remove.
12296
12297         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
12298         * m4/acl.m4 (AC_FUNC_ACL):
12299         * m4/backupfile.m4 (gl_BACKUPFILE):
12300         * m4/c-strtod.m4 (gl_C99_STRTOLD):
12301         * m4/canon-host.m4 (gl_CANON_HOST):
12302         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
12303         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
12304         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
12305         * m4/cloexec.m4 (gl_CLOEXEC):
12306         * m4/close-stream.m4 (gl_CLOSE_STREAM):
12307         * m4/closeout.m4 (gl_CLOSEOUT):
12308         * m4/dirfd.m4 (gl_FUNC_DIRFD):
12309         * m4/dirname.m4 (gl_DIRNAME):
12310         * m4/exclude.m4 (gl_EXCLUDE):
12311         * m4/exitfail.m4 (gl_EXITFAIL):
12312         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
12313         * m4/file-type.m4 (gl_FILE_TYPE):
12314         * m4/filemode.m4 (gl_FILEMODE):
12315         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
12316         * m4/fpending.m4 (gl_FUNC_FPENDING):
12317         * m4/fprintftime.m4 (gl_FPRINTFTIME):
12318         * m4/fts.m4 (gl_FUNC_FTS):
12319         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
12320         * m4/getdate.m4 (gl_GETDATE):
12321         * m4/gethrxtime.m4 (gl_GETHRXTIME):
12322         * m4/getpagesize.m4 (gl_GETPAGESIZE):
12323         * m4/getpass.m4 (gl_FUNC_GETPASS):
12324         * m4/gettime.m4 (gl_GETTIME):
12325         * m4/getugroups.m4 (gl_GETUGROUPS):
12326         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
12327         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
12328         * m4/hard-locale.m4 (gl_HARD_LOCALE):
12329         * m4/hash.m4 (gl_HASH):
12330         * m4/idcache.m4 (gl_IDCACHE):
12331         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
12332         * m4/lchown.m4 (gl_FUNC_LCHOWN):
12333         * m4/long-options.m4 (gl_LONG_OPTIONS):
12334         * m4/lstat.m4 (gl_FUNC_LSTAT):
12335         * m4/md5.m4 (gl_MD5):
12336         * m4/memcasecmp.m4 (gl_MEMCASECMP):
12337         * m4/memcoll.m4 (gl_MEMCOLL):
12338         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
12339         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
12340         * m4/memxor.m4 (gl_MEMXOR):
12341         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
12342         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
12343         * m4/modechange.m4 (gl_MODECHANGE):
12344         * m4/mountlist.m4 (gl_MOUNTLIST):
12345         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
12346         * m4/openat.m4 (gl_FUNC_OPENAT):
12347         * m4/pathmax.m4 (gl_PATHMAX):
12348         * m4/physmem.m4 (gl_PHYSMEM):
12349         * m4/posixtm.m4 (gl_POSIXTM):
12350         * m4/posixver.m4 (gl_POSIXVER):
12351         * m4/quote.m4 (gl_QUOTE):
12352         * m4/quotearg.m4 (gl_QUOTEARG):
12353         * m4/readtokens.m4 (gl_READTOKENS):
12354         * m4/readutmp.m4 (gl_READUTMP):
12355         * m4/regex.m4 (gl_REGEX):
12356         * m4/safe-read.m4 (gl_SAFE_READ):
12357         * m4/safe-write.m4 (gl_SAFE_WRITE):
12358         * m4/same.m4 (gl_SAME):
12359         * m4/save-cwd.m4 (gl_SAVE_CWD):
12360         * m4/savedir.m4 (gl_SAVEDIR):
12361         * m4/settime.m4 (gl_SETTIME):
12362         * m4/sha1.m4 (gl_SHA1):
12363         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
12364         * m4/stat-macros.m4 (gl_STAT_MACROS):
12365         * m4/stat-time.m4 (gl_STAT_TIME):
12366         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
12367         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
12368         * m4/strdup.m4 (gl_FUNC_STRDUP):
12369         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
12370         * m4/strndup.m4 (gl_FUNC_STRNDUP):
12371         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
12372         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
12373         * m4/time_r.m4 (gl_TIME_R):
12374         * m4/timespec.m4 (gl_TIMESPEC):
12375         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
12376         * m4/unlinkdir.m4 (gl_UNLINKDIR):
12377         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
12378         * m4/userspec.m4 (gl_USERSPEC):
12379         * m4/utimecmp.m4 (gl_UTIMECMP):
12380         * m4/utimens.m4 (gl_UTIMENS):
12381         * m4/xalloc.m4 (gl_XALLOC):
12382         * m4/xgetcwd.m4 (gl_XGETCWD):
12383         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
12384         * m4/xreadlink.m4 (gl_XREADLINK):
12385         * m4/xstrtod.m4 (gl_XSTRTOD):
12386         * m4/yesno.m4 (gl_YESNO):
12387         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
12388         to get the necessary .h files and whatnot.
12389
12390 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
12391             Bruno Haible  <bruno@clisp.org>
12392
12393         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
12394         /bin/sh understanding of '!' conditional negation.
12395
12396 2006-08-21  Jim Meyering  <jim@meyering.net>
12397
12398         * modules/openat (Depends-on): Really alphabetize.
12399
12400         * modules/acl (Depends-on): Add error and quote.
12401
12402         * check-module (find_included_lib_files): Add at-func.c to the
12403         ok-to-include-more-than-once white list.
12404
12405         * modules/openat (Depends-on): Add lstat.  Alphabetize.
12406
12407 2006-08-21  Bruno Haible  <bruno@clisp.org>
12408
12409         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
12410         Emit a pkgdata_DATA variable only if some snippets add contents to it.
12411         Reported by Martin Lambers <marlam@marlam.de>.
12412
12413 2006-08-21  Bruno Haible  <bruno@clisp.org>
12414
12415         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
12416         specify an installation location, don't emit a noinst_LIBRARIES or
12417         noinst_LTLIBRARIES assignment.
12418
12419 2006-08-21  Bruno Haible  <bruno@clisp.org>
12420
12421         BeOS portability.
12422         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
12423         BeOS has mbrtowc() but no <wctype.h>.
12424
12425 2006-08-21  Bruno Haible  <bruno@clisp.org>
12426
12427         BeOS portability.
12428         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
12429         exist.
12430
12431 2006-08-21  Bruno Haible  <bruno@clisp.org>
12432
12433         BeOS portability.
12434         * lib/mbchar.h: Include <wctype.h> only if it exists.
12435
12436 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
12437
12438         Remove files that are no longer needed by their respective modules.
12439         * m4/obstack.m4: Remove.
12440         * m4/strerror_r.m4: Remove.
12441         * m4/uint32_t.m4: Remove.
12442         * m4/uintptr_t.m4: Remove.
12443         * m4/ullong_max.m4: Remove.
12444         * m4/xstrtoimax.m4: Remove.
12445         * m4/xstrtoumax.m4: Remove.
12446
12447         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
12448         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
12449         dependencies now capture this.
12450
12451         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
12452         Do not use AC_LIBSOURCES, since gnulib modules now do this.
12453         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
12454         * m4/human.m4 (gl_HUMAN): Likewise.
12455         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
12456         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
12457
12458         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
12459
12460         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
12461         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
12462         stdint.
12463         * m4/human.m4 (gl_HUMAN): Likewise.
12464         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
12465         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
12466         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
12467         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
12468         * m4/xstrtol (gl_XSTRTOL): Likewise.
12469
12470         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
12471         AC_TYPE_LONG_LONG_INT.
12472         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
12473         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
12474         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
12475         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
12476
12477         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
12478         on stdbool.
12479
12480         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
12481         (gl_PREREQ_XSTRTOUL): Remove.
12482
12483         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
12484
12485         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
12486         mode.
12487
12488 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
12489
12490         Add and change modules to make it easier for coreutils to use
12491         gnulib-tool.
12492         * modules/backupfile (Files): Remove m4/d-ino.m4.
12493         (Depends-on): Add d-ino.
12494         * modules/cycle-check (Depends-on): Add stdint.
12495         (lib_SOURCES): Add cycle-check.h.
12496         * modules/d-ino: New module.
12497         * modules/d-type: New module.
12498         * modules/error (Files): Remove m4/strerror_r.m4.
12499         * modules/filemode (Files): Add m4/st_dm_mode.m4.
12500         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
12501         m4/inttypes_h.m4, m4/uintmax_t.m4.
12502         (Depends-on): Add stdint.
12503         (lib_SOURCES): Add fsusage.h.
12504         * modules/getcwd (Files): Remove d-ino.m4.
12505         (Depends-on): Add d-ino.
12506         * modules/getndelim2 (Depends-on): Add stdint.
12507         * modules/glob (Files): Remove m4/d-type.m4.
12508         (Depends-on): Add d-type.
12509         * modules/host-os: New module.
12510         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
12511         m4/inttypes_h.m4, m4/uintmax_t.m4.
12512         * Depends-on: Add stdint.
12513         (lib_SOURCES): Add human.h.
12514         * modules/inttostr (Files): Remove m4/intmax_t.m4,
12515         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
12516         m4/uintmax_t.m4, m4/ulonglong.m4.
12517         (Depends-on): Add stdint.
12518         (EXTRA_DIST): Add inttostr.h.
12519         * modules/lchmod: New module.
12520         * modules/link-follow: New module.
12521         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
12522         (Depends-on): Add lchmod.
12523         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
12524         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
12525         (Depends-on): Add stdint.
12526         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
12527         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
12528         (Depends-on): Add stdint.
12529         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
12530         * modules/perl: New module.
12531         * modules/regex (Depends-on): Add stdint.
12532         * modules/rmdir-errno: New module.
12533         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
12534         m4/intmax_t.m4.
12535         (Depends-on): Add stdint.
12536         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
12537         m4/uintmax_t.m4.
12538         (Depends-on): Add stdint.
12539         * modules/unlink-busy: New module.
12540         * modules/utimecmp (Depends-on): Add stdint.
12541         * modules/uptime: New module.
12542         * modules/winsz-ioctl: New module.
12543         * modules/winsz-termios: New module.
12544         * modules/xnanosleep (Depends-on): Add nanosleep.
12545         * modules/ullong_max: Remove.
12546         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
12547         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
12548         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
12549         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
12550         (Depends-on): Add inttypes.
12551         (lib_SOURCES): Add xstrtol.h.
12552         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
12553         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
12554         * MODULES.html.sh: Move 'assert' into the assert section.
12555         Move 'dummy' into the linking section.
12556         Remove ullong_max.
12557         Add section for compatibility checks for POSIX:2001 functions,
12558         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
12559         winsz-ioctl, and winsz-termios into it.
12560         Add lchmod.
12561         Add top-level Misc section and put host-os, perl, and uptime
12562         into it.
12563
12564 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
12565
12566         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
12567         now assume the stdint module.  Do not include inttypes.h.
12568         * lib/fsusage.h: Likewise.
12569         * lib/getndelim2.c: Likewise.
12570         * lib/human.h: Likewise.
12571         * lib/inttostr.h: Likewise.
12572         * lib/obstack.c: Likewise.
12573         * lib/regex_internal.h: Likewise.
12574         * lib/tempname.c: Likewise.
12575         * lib/utimecmp.c: Likewise.
12576         * lib/xstrtol.h: Likewise.
12577
12578         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
12579
12580         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
12581         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
12582         * lib/xtime.h: Likewise.
12583
12584 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
12585
12586         * modules/openat (Files): Add lib/fchmodat.c.
12587         Fixes problem reported by Jay Youngman.
12588
12589 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
12590
12591         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
12592         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
12593
12594 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
12595             Bruno Haible  <bruno@clisp.org>
12596
12597         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
12598         and is a script that invokes bison. Tighten the code. Add comments.
12599
12600 2006-08-18  Jim Meyering  <jim@meyering.net>
12601
12602         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
12603         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
12604         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
12605         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
12606
12607 2006-08-18  Bruno Haible  <bruno@clisp.org>
12608
12609         * modules/bison-i18n: New file.
12610         * MODULES.html.sh (Internationalization functions): Add it.
12611
12612 2006-08-18  Bruno Haible  <bruno@clisp.org>
12613
12614         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
12615         sys/statvfs.h. When getmntinfo was found, check its declaration and
12616         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
12617
12618 2006-08-18  Bruno Haible  <bruno@clisp.org>
12619
12620         * m4/bison-i18n.m4: New file, from bison.
12621
12622 2006-08-18  Bruno Haible  <bruno@clisp.org>
12623
12624         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
12625         (ME_DUMMY): Treat "kernfs" as a dummy.
12626         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
12627
12628 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
12629
12630         Update from coreutils.
12631
12632         2006-08-15  Jim Meyering  <jim@meyering.net>
12633
12634         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
12635
12636         2006-01-17  Jim Meyering  <jim@meyering.net>
12637
12638         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
12639
12640         2006-01-11  Jim Meyering  <jim@meyering.net>
12641
12642         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
12643         Check for the lchmod function.
12644
12645 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
12646
12647         Update from coreutils.
12648
12649         * lib/__fpending.h: Add copyright notice.
12650         * lib/fprintftime.h: Likewise.
12651         * lib/savedir.c: Use (C) in copyright notice.
12652         * lib/savedir.h: Likewise.
12653
12654         2006-08-15  Jim Meyering  <jim@meyering.net>
12655
12656         * lib/at-func.c: New file, with the logic of all emulated at-functions.
12657         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
12658         in support of the EXPECTED_ERRNO macro.
12659         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
12660         definitions.  Instead, define the appropriate symbols and include
12661         "at-func.c".
12662         * lib/mkdirat.c (mkdirat): Likewise.
12663         * lib/fchmodat.c (fchmodat): Likewise.
12664         (ENOSYS): Remove definition.
12665         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
12666         it.  Don't include "unistd--.h" -- it wasn't ever used.
12667
12668         2006-01-17  Jim Meyering  <jim@meyering.net>
12669
12670         Rewrite fts.c not to change the current working directory,
12671         by using openat, fstatat, fdopendir, etc..
12672
12673         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
12674         (HAVE_OPENAT_SUPPORT): Define.
12675         [_LIBC] (fchdir): Don't undef or define; no longer used.
12676         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
12677         Now, this `function' always succeeds, and consumes its file descriptor
12678         parameter -- so callers must not close such FDs.  Update callers.
12679         (diropen_fd, opendirat, cwd_advance_fd): New functions.
12680         (diropen): Add parameter, SP.  Adjust all callers.
12681         Implement using diropen_fd, rather than open.
12682         (fts_open): Initialize new member, fts_cwd_fd.
12683         Remove fts_rft-setting code.
12684         (fts_close): Close fts_cwd_fd, if necessary.
12685         (__opendir2): Define in terms of opendir or opendirat,
12686         depending on whether the FST_NOCHDIR flag is set.
12687         (fts_build): Since fts_safe_changedir consumes its FD, and since
12688         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
12689         and close the dup'd file descriptor upon failure.
12690         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
12691         (fts_safe_changedir): Tweak semantics to reflect that this function
12692         now calls cwd_advance_fd and hence consumes its FD argument.
12693         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
12694         [struct FTS] (fts_rft): Remove now-unused member.
12695         [struct FTS] (fts_cycle.state): Improve comment.
12696
12697         * lib/openat.c (openat_needs_fchdir): New function.
12698         * lib/openat.h (openat_needs_fchdir): Declare it.
12699
12700 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
12701
12702         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
12703         Problem and fix reported by Pádraig Brady in
12704         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
12705
12706 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
12707
12708         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
12709
12710 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
12711
12712         * lib/memcoll.c (memcoll): Optimize for the common case where the
12713         arguments are bytewise equal.
12714
12715 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
12716
12717         * doc/regexprops-generic.texi: Add a copyright notice.
12718
12719 2006-08-15  Bruno Haible  <bruno@clisp.org>
12720
12721         * modules/tmpdir (License): Change to LGPL.
12722
12723 2006-08-15  Bruno Haible  <bruno@clisp.org>
12724
12725         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
12726         module.
12727
12728 2006-08-14  Simon Josefsson  <jas@extundo.com>
12729
12730         * config/srclist.txt: Add gnupload.
12731
12732 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
12733
12734         Change copyright notice from LGPL 2 to GPL 2, since that's the
12735         standard form used in the gnulib repository.
12736         * tests/test-lock.c: Likewise.
12737         * tests/test-stdint.c: Likewise.
12738         * tests/test-tls.c: Likewise.
12739
12740         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
12741         prelude-manager.  User shorter URLs for GNU projects, without '?'.
12742         Add copyright notice.
12743
12744         * check-module: Add copyright notice.  Output a copyright
12745         notice if "--version" is specified.
12746         * modules/COPYING: New file.
12747         * tests/test-getaddrinfo.c: Add copyright notice.
12748         * tests/test-verify.c: Likewise.
12749
12750 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
12751
12752         Change copyright notice from LGPL 2 to GPL 2, since that's the
12753         standard form used in the gnulib repository.
12754         * lib/lock.c: LGPL -> GPL.
12755         * lib/lock.h: Likewise.
12756         * lib/strnlen1.c: Likewise.
12757         * lib/strnlen1.h: Likewise.
12758         * lib/tls.c: Likewise.
12759         * lib/tls.h: Likewise.
12760         * lib/tmpdir.c: Likewise.
12761
12762         * lib/TODO: Remove; this belongs only in coreutils.
12763
12764 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
12765
12766         Add copyright notices to long-enough files that lack them, since
12767         otherwise the files aren't clearly free.  Use the same notice that
12768         getdate.texi already uses.
12769         * doc/alloca-opt.texi: Add copyright notice.
12770         * doc/alloca.texi: Likewise.
12771         * doc/ctime.texi: Likewise.
12772         * doc/functions.texi: Likewise.
12773         * doc/gcd.texi: Likewise.
12774         * doc/gnulib-tool.texi: Likewise.
12775         * doc/inet_ntoa.texi: Likewise.
12776         * doc/visibility.texi: Likewise.
12777
12778         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
12779         * doc/quote.texi: Add copyright notice.
12780
12781         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
12782         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
12783         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
12784         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
12785         is now obsolete, and give a pointer to the Sun list.
12786         Add copyright notice.
12787
12788 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
12789
12790         * config/srclistvars.sh: Add copyright notice.
12791
12792 2006-08-14  Eric Blake  <ebb9@byu.net>
12793
12794         Import the following change from libc:
12795
12796         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
12797
12798         Upstream bug 2997.
12799         * lib/misc/error.c: Add space between program name and message if file
12800         name is missing.
12801
12802 2006-08-12  Karl Berry  <karl@gnu.org>
12803
12804         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
12805         remove, these originate in gnulib now.
12806
12807 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12808
12809         * doc/Makefile (standards.info standards.html standards.dvi):
12810         Also depend on make-stds.texi.
12811
12812 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
12813
12814         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
12815         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
12816
12817         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
12818         in wchar_t.  Problem reported by Eric Blake.
12819
12820         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
12821         LEN is smaller than SIZE.  Suggested by Bruno Haible.
12822         Also, help the compiler to keep LEN in a register.
12823
12824 2006-08-11  Eric Blake  <ebb9@byu.net>
12825
12826         * users.txt: Sort.  Add tar.
12827
12828 2006-08-11  Bruno Haible  <bruno@clisp.org>
12829
12830         * users.txt: New file.
12831
12832 2006-08-11  Bruno Haible  <bruno@clisp.org>
12833
12834         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
12835         before <wchar.h>. Needed for OSF/1 and BSD/OS.
12836
12837 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
12838
12839         * modules/snprintf (Depends-on): Remove minmax.
12840         (Maintainer): Add self and Bruno.
12841
12842 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
12843
12844         * lib/.cppi-disable: Add snprintf.h, socket_.h.
12845         * lib/snprintf.c: Include <errno.h> and <limits.h>.
12846         (EOVERFLOW): Define if the system does not.
12847         Do not include "minmax.h"; it wasn't used.
12848         (snprintf): Don't assume size_t promotes to an unsigned type.
12849         Fix bug when generated string was too long for the buffer: the
12850         buffer's contents are supposed to be the initial prefix of the
12851         output.  Don't assume vasnprintf returns EOVERFLOW if the size
12852         exceeds INT_MAX; do the check ourselves.
12853
12854         Import the following changes from libc:
12855
12856         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
12857
12858         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
12859         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
12860         set wc to the byte which couldn't be converted.
12861         (re_string_reconstruct): Don't clear valid_raw_len before calling
12862         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
12863         tip_context using re_string_context_at.
12864
12865         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
12866
12867         * lib/posix/regex.h: g++ still cannot handled [restrict].
12868
12869         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
12870
12871         * lib/posix/regex.h: Remove special handling for VMS.
12872
12873 2006-08-10  Jim Meyering  <jim@meyering.net>
12874
12875         * modules/same-inode: New module.
12876         * modules/dev-ino: New module.
12877         * modules/cycle-check: Depend on these modules, rather than simply
12878         including their .h files.
12879         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
12880         required via m4/cycle-check.m4.
12881         * modules/same: Depend on new same-inode module, rather than
12882         including same-inode.h.
12883         * modules/chdir-safer: New file.
12884
12885         * modules/chown (Depends-on): Add stat-macros.
12886
12887 2006-08-10  Jim Meyering  <jim@meyering.net>
12888
12889         * m4/cycle-check.m4: New file.
12890         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
12891         * m4/dev-ino.m4, m4/same-inode.m4: New files.
12892
12893 2006-08-10  Eric Blake  <ebb9@byu.net>
12894
12895         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
12896         in from original proposal.
12897
12898 2006-08-10  Eric Blake  <ebb9@byu.net>
12899         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
12900
12901         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
12902         namespace.
12903
12904 2006-08-10  Bruno Haible  <bruno@clisp.org>
12905
12906         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
12907         as well.
12908
12909 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
12910
12911         Sync from coreutils.
12912
12913         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
12914
12915         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
12916         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
12917
12918 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
12919
12920         * modules/restrict: Remove; no longer needed now that we assume
12921         Autoconf 2.59 or later.
12922         * MODULES.html.sh: Remove 'restrict'.
12923         * modules/argp (Depends-on): Remove 'restrict'.
12924         * modules/base64 (Depends-on): Likewise.
12925         * modules/gc (Depends-on): Likewise.
12926         * modules/getaddrinfo (Depends-on): Likewise.
12927         * modules/glob (Depends-on): Likewise.
12928         * modules/inet_ntop (Depends-on): Likewise.
12929         * modules/inet_pton (Depends-on): Likewise.
12930         * modules/memxor (Depends-on): Likewise.
12931         * modules/regex (Depends-on): Likewise.
12932         * modules/strtok_r (Depends-on): Likewise.
12933         * modules/time_r (Depends-on): Likewise.
12934
12935 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
12936
12937         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
12938         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
12939         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
12940         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
12941         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
12942         * m4/memxor.m4 (gl_MEMXOR): Likewise.
12943         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
12944         gl_C_RESTRICT replaced by AC_C_RESTRICT.
12945
12946         Merge from coreutils.
12947         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
12948         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
12949         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
12950         * m4/time_r.m4 (gl_TIME_R): Likewise.
12951
12952 2006-08-09  Karl Berry  <karl@gnu.org>
12953
12954         * config/srclist.txt: no more gettext-tools, per Bruno.
12955
12956 2006-08-08  Eric Blake  <ebb9@byu.net>
12957
12958         * modules/verror: New module.
12959         * MODULES.html.sh: Document it.
12960
12961 2006-08-08  Eric Blake  <ebb9@byu.net>
12962
12963         * lib/verror.h, lib/verror.c: New files.
12964
12965 2006-08-08  Eric Blake  <ebb9@byu.net>
12966
12967         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
12968         verror_at_line output complies with GNU Coding Standards even when
12969         file is NULL.
12970
12971 2006-08-07  Bruno Haible  <bruno@clisp.org>
12972
12973         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
12974         versions of AIX.
12975         Reported by Ralf Wildenhues.
12976
12977 2006-08-07  Bruno Haible  <bruno@clisp.org>
12978
12979         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
12980         in an AC_DEFUN. Needed so that the autoconf snippets can use
12981         AC_REQUIRE.
12982
12983 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12984
12985         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
12986         Initialize pkgdata_DATA.
12987         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
12988         overriding it.
12989
12990 2006-08-06  Eric Blake  <ebb9@byu.net>
12991
12992         * lib/error.h: Fold in some upstream changes from glibc.
12993         * lib/error.c: Likewise.
12994
12995 2006-08-04  Bruno Haible  <bruno@clisp.org>
12996
12997         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
12998         Make the mostlyclean-local rule depend on mostlyclean-generic.
12999         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
13000
13001 2006-07-31  Bruno Haible  <bruno@clisp.org>
13002
13003         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
13004         <stdlib.h>, <string.h>.
13005
13006 2006-07-30  Bruno Haible  <bruno@clisp.org>
13007
13008         * modules/readlink (License): Change to LGPL.
13009
13010 2006-07-30  Bruno Haible  <bruno@clisp.org>
13011
13012         * modules/javaversion (Makefile.am): Distribute javaversion.java and
13013         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
13014         set PKGDATADIR to point to it.
13015
13016 2006-07-30  Bruno Haible  <bruno@clisp.org>
13017
13018         * modules/csharpexec (configure.ac): Comment out macro invocation.
13019         * modules/javaexec (configure.ac): Likewise.
13020         * modules/javacomp-script (configure.ac): Likewise.
13021
13022         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
13023
13024 2006-07-30  Bruno Haible  <bruno@clisp.org>
13025
13026         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
13027         linked-list.
13028
13029 2006-07-30  Bruno Haible  <bruno@clisp.org>
13030
13031         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
13032
13033 2006-07-30  Bruno Haible  <bruno@clisp.org>
13034
13035         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
13036         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
13037         get removed.
13038
13039 2006-07-29  Bruno Haible  <bruno@clisp.org>
13040
13041         Make it possible for gnulib-tool to work with locally modified or
13042         augmented gnulib repositories.
13043         * gnulib-tool (func_usage): Document --local-dir option.
13044         (local_gnulib_dir): New variable.
13045         Handle --local-dir option.
13046         (func_lookup_file): New function.
13047         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
13048         (func_get_description, func_get_filelist, func_get_description,
13049         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
13050         func_get_automake_snippet, func_get_include_directive,
13051         func_get_license, func_get_maintainer): Use func_lookup_file.
13052         (func_import, func_create_testdir): Use func_lookup_file.
13053
13054 2006-07-29  Bruno Haible  <bruno@clisp.org>
13055
13056         * modules/setenv (Depends-on): Add unistd.
13057
13058 2006-07-29  Bruno Haible  <bruno@clisp.org>
13059
13060         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
13061
13062 2006-07-29  Bruno Haible  <bruno@clisp.org>
13063
13064         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
13065
13066 2006-07-29  Bruno Haible  <bruno@clisp.org>
13067
13068         * gnulib-tool (import, update): If there is no Makefile.am, look at
13069         aclocal.m4, instead of bailing out.
13070
13071 2006-07-29  Bruno Haible  <bruno@clisp.org>
13072
13073         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
13074         Categorize the options by when they are useful.
13075
13076 2006-07-29  Bruno Haible  <bruno@clisp.org>
13077
13078         * gnulib-tool (func_usage): Document option --no-libtool.
13079         Handle option --no-libtool.
13080         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
13081         for changed semantics of $libtool variable.
13082         (func_import): Likewise. If libtool is not used, show this through
13083         an option --no-libtool.
13084         (func_create_testdir): Update.
13085
13086 2006-07-29  Bruno Haible  <bruno@clisp.org>
13087
13088         * gnulib-tool (func_import): Extend error message about missing
13089         --doc-base.
13090
13091 2006-07-29  Bruno Haible  <bruno@clisp.org>
13092
13093         * gnulib-tool (func_import): Don't create the $docbase directory if
13094         there is no file to store there.
13095
13096 2006-07-29  Bruno Haible  <bruno@clisp.org>
13097
13098         * gnulib-tool (autoconf_minversion): If a --dir option is given and
13099         relevant, look for configure.ac there, not in the current directory.
13100         Also use a simple search for AC_PREREQ, not "autoconf --trace".
13101
13102 2006-07-29  Bruno Haible  <bruno@clisp.org>
13103
13104         * gnulib-tool (SORT): New variable.
13105         (func_usage): Undocument --assume-autoconf option.
13106         Remove --assume-autoconf option handling.
13107         (autoconf_minversion): Determine from the contents of configure.ac.
13108         (func_import): Remove autoconf_minversion handling.
13109         Suggested by Eric Blake.
13110
13111 2006-07-29  Bruno Haible  <bruno@clisp.org>
13112
13113         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
13114
13115 2006-07-29  Bruno Haible  <bruno@clisp.org>
13116
13117         * config/srclist.txt (*setenv.[ch]): Remove rules.
13118
13119 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13120
13121         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
13122
13123 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13124
13125         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
13126         arpa/inet.h.
13127
13128 2006-07-28  Simon Josefsson  <jas@extundo.com>
13129
13130         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
13131         * modules/inet_pton (Depends-on): Likewise.
13132
13133 2006-07-28  Simon Josefsson  <jas@extundo.com>
13134
13135         * m4/netinet_in_h.m4: New file.
13136
13137 2006-07-28  Simon Josefsson  <jas@extundo.com>
13138
13139         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
13140         #include's.
13141
13142 2006-07-28  Simon Josefsson  <jas@extundo.com>
13143
13144         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
13145         #include's.
13146
13147 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
13148
13149         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
13150         setgid on directories only if they set these bits.
13151         * lib/modechange.h: Remove obsolete comment about masks.
13152
13153 2006-07-28  Eric Blake  <ebb9@byu.net>
13154
13155         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
13156         macro expansion.
13157
13158 2006-07-28  Bruno Haible  <bruno@clisp.org>
13159
13160         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
13161
13162 2006-07-28  Bruno Haible  <bruno@clisp.org>
13163
13164         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
13165
13166 2006-07-28  Bruno Haible  <bruno@clisp.org>
13167
13168         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
13169         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
13170         Define fallbacks.
13171         Avoids link error on FreeBSD 4.x.
13172         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
13173
13174         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
13175         encoding.
13176         * lib/mbswidth.c (iswcntrl): Likewise.
13177
13178 2006-07-27  Bruno Haible  <bruno@clisp.org>
13179
13180         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
13181         test.
13182
13183 2006-07-27  Bruno Haible  <bruno@clisp.org>
13184
13185         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
13186         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
13187         defined.
13188
13189 2006-07-26  Eric Blake  <ebb9@byu.net>
13190
13191         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
13192
13193 2006-07-26  Eric Blake  <ebb9@byu.net>
13194
13195         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
13196         like mingw that lack mkstemp.
13197         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
13198         avoid compilation warning on mingw.
13199
13200 2006-07-26  Bruno Haible  <bruno@clisp.org>
13201
13202         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
13203         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
13204         INT_FAST*_MIN, INTPTR_MIN.
13205
13206 2006-07-25  Bruno Haible  <bruno@clisp.org>
13207
13208         * modules/version-etc (Depends-on): Add stdarg.
13209
13210 2006-07-25  Bruno Haible  <bruno@clisp.org>
13211
13212         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
13213         complex commands.
13214
13215 2006-07-25  Bruno Haible  <bruno@clisp.org>
13216
13217         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
13218         defined in <stdarg.h> or config.h.
13219
13220 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
13221
13222         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
13223         (gl_STDIO_SAFER): Remove.
13224
13225 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
13226
13227         * MODULES.html.sh (File stream based Input/Output):
13228         Add fopen-safer, tmpfile-safer; remove stdio-safer.
13229         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
13230         * modules/fopen-safer, modules/tmpfile-safer: New files.
13231         * modules/stdio-safer: Remove.
13232
13233 2006-07-24  Bruno Haible  <bruno@clisp.org>
13234
13235         * modules/tmpdir: New file.
13236         * MODULES.html.sh (File system functions): Add it.
13237
13238 2006-07-24  Bruno Haible  <bruno@clisp.org>
13239
13240         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
13241         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
13242
13243 2006-07-24  Bruno Haible  <bruno@clisp.org>
13244
13245         * modules/clean-temp: New file.
13246
13247 2006-07-24  Bruno Haible  <bruno@clisp.org>
13248
13249         * m4/tmpdir.m4: New file, from GNU gettext.
13250
13251 2006-07-24  Bruno Haible  <bruno@clisp.org>
13252
13253         * lib/tmpdir.h: New file, from GNU gettext.
13254         * lib/tmpdir.c: New file, from GNU gettext.
13255
13256 2006-07-24  Bruno Haible  <bruno@clisp.org>
13257
13258         * lib/clean-temp.h: New file, from GNU gettext.
13259         * lib/clean-temp.c: New file, from GNU gettext.
13260
13261 2006-07-23  Eric Blake  <ebb9@byu.net>
13262
13263         * modules/stdio-safer (Files): Add tmpfile-safer.c.
13264         (Depends-on): Add binary-io.
13265
13266 2006-07-23  Eric Blake  <ebb9@byu.net>
13267
13268         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
13269
13270 2006-07-23  Eric Blake  <ebb9@byu.net>
13271
13272         * lib/tmpfile-safer.c: New file.
13273         * lib/stdio-safer.h (fopen_safer): Add prototype.
13274         * lib/stdio--.h (tmpfile): Make safer.
13275
13276 2006-07-23  Bruno Haible  <bruno@clisp.org>
13277
13278         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
13279         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
13280         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
13281         gl_linked_remove_at): Use it.
13282
13283 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13284         and Simon Josefsson <jas@extundo.com>
13285
13286         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
13287
13288         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
13289
13290 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
13291
13292         * modules/close-stream: New file.
13293         * modules/closeout (Description): Make it clear that it exits
13294         with a diagnostic on error.
13295         (Depends-on): Add close-stream.  Remove fpending, stdbool.
13296         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
13297
13298 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
13299
13300         * m4/close-stream.m4: New file.
13301
13302 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
13303
13304         * lib/close-stream.c, lib/close-stream.h: New files.
13305
13306 2006-07-22  Bruno Haible  <bruno@clisp.org>
13307
13308         Merge from GNU gettext 0.15.
13309
13310         2006-05-01  Bruno Haible  <bruno@clisp.org>
13311
13312                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
13313
13314         2006-07-22  Bruno Haible  <bruno@clisp.org>
13315
13316                 * modules/javaversion: New file.
13317                 * MODULES.html.sh (Java): Add javaversion.
13318
13319         2006-03-12  Bruno Haible  <bruno@clisp.org>
13320
13321                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
13322
13323         2005-12-04  Bruno Haible  <bruno@clisp.org>
13324
13325                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
13326                 (untested).
13327
13328         2006-06-21  Bruno Haible  <bruno@clisp.org>
13329
13330                 Avoid warnings from recent versions of mcs.
13331                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
13332                 -o, -L, -r any more. Use options documented since mcs-1.0
13333                 instead. Similarly for -g.
13334
13335         2005-12-04  Bruno Haible  <bruno@clisp.org>
13336
13337                 * build-aux/csharpcomp.sh.in: Suffix for resources is
13338                 .resources, not .resource.
13339
13340         2005-07-09  Bruno Haible  <bruno@clisp.org>
13341
13342                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
13343                 add a .dll suffix.
13344                 Reported by Mark Junker <mjscod@gmx.de>.
13345
13346         2006-07-22  Bruno Haible  <bruno@clisp.org>
13347
13348                 * modules/gettext: Upgrade to gettext-0.15.
13349                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
13350                 m4/visibility.m4.
13351                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
13352
13353 2006-07-22  Bruno Haible  <bruno@clisp.org>
13354
13355         Merge from GNU gettext 0.15.
13356
13357         2006-03-25  Bruno Haible  <bruno@clisp.org>
13358
13359                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
13360
13361         2006-07-21  Bruno Haible  <bruno@clisp.org>
13362
13363                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
13364                 "1.1".
13365
13366         2006-05-09  Bruno Haible  <bruno@clisp.org>
13367
13368                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
13369                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
13370                 for the conftestver execution.
13371
13372         2006-05-01  Bruno Haible  <bruno@clisp.org>
13373
13374                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
13375                 optional target-version argument. Verify that the compiler
13376                 groks source of the specified source-version, or add -source
13377                 option as necessary. Verify that the compiler produces
13378                 bytecode in the specified target-version, or add -target and
13379                 -source options as necessary. Make the result of the test
13380                 available as variable CONF_JAVAC. Also log error output in
13381                 config.log.
13382
13383         2006-03-11  Bruno Haible  <bruno@clisp.org>
13384
13385                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
13386
13387         2006-05-09  Bruno Haible  <bruno@clisp.org>
13388
13389                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
13390                 CLASSPATH_SEPARATOR to a semicolon.
13391
13392         2006-03-12  Bruno Haible  <bruno@clisp.org>
13393
13394                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
13395                 available as variable CONF_JAVA, for subsequent autoconf
13396                 tests. Also log error output in config.log.
13397
13398         2006-07-19  Bruno Haible  <bruno@clisp.org>
13399
13400                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
13401                 that getline works on glibc2 systems. Needed to avoid trouble
13402                 in relocatable.c.
13403                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
13404
13405         2005-12-04  Bruno Haible  <bruno@clisp.org>
13406
13407                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
13408                 launcher (untested).
13409
13410         2005-12-04  Bruno Haible  <bruno@clisp.org>
13411
13412                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
13413
13414         2006-07-22  Bruno Haible  <bruno@clisp.org>
13415
13416                 * gettext.m4: Update from GNU gettext-0.15.
13417                 * nls.m4: Likewise.
13418                 * po.m4: Likewise.
13419                 * inttypes-pri.m4: Likewise.
13420                 * inttypes-h.m4: Renamed from inttypes.m4.
13421                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
13422
13423 2006-07-22  Bruno Haible  <bruno@clisp.org>
13424
13425         Merge from GNU gettext 0.15.
13426
13427         2005-07-05  Bruno Haible  <bruno@clisp.org>
13428
13429                 * printf-args.c (printf_fetchargs): Work around broken
13430                 definition of wint_t on mingw.
13431
13432         2005-02-12  Bruno Haible  <bruno@clisp.org>
13433
13434                 * xallocsa.h: Add extern "C" for C++.
13435
13436         2006-05-17  Bruno Haible  <bruno@clisp.org>
13437
13438                 Cygwin portability.
13439                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
13440
13441         2006-04-30  Bruno Haible  <bruno@clisp.org>
13442
13443                 * progreloc.c: Include <mach-o/dyld.h> if available.
13444                 (find_executable): Use _NSGetExecutablePath when possible.
13445
13446         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
13447
13448                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
13449                 function.
13450
13451         2005-12-29  Bruno Haible  <bruno@clisp.org>
13452
13453                 * progreloc.c (set_program_name_and_installdir): Fix
13454                 compilation error.
13455
13456         2005-12-04  Bruno Haible  <bruno@clisp.org>
13457
13458                 Cygwin portability.
13459                 * progreloc.c: Include <windows.h> also on Cygwin.
13460                 (find_executable): Add support for Cygwin.
13461                 (set_program_name_and_installdir): Handle also platforms with
13462                 nonempty EXEEXT.
13463
13464         2006-07-11  Bruno Haible  <bruno@clisp.org>
13465
13466                 * javacomp.c: Fix a comment.
13467                 Reported by Jim Meyering.
13468
13469         2006-04-30  Bruno Haible  <bruno@clisp.org>
13470
13471                 * javacomp.h (compile_java_class): Add source_version,
13472                 target_version arguments.
13473                 * javacomp.c: Rewritten to choose only a compiler that
13474                 respects the specified source_version and target_version.
13475
13476         2006-06-27  Bruno Haible  <bruno@clisp.org>
13477
13478                 Assume correct S_ISDIR macro.
13479                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
13480
13481         2006-07-22  Bruno Haible  <bruno@clisp.org>
13482
13483                 * javaversion.h: New file, from GNU gettext.
13484                 * javaversion.c: New file, from GNU gettext.
13485                 * javaversion.java: New file, from GNU gettext.
13486                 * javaversion.class: New file, from GNU gettext.
13487
13488         2006-05-17  Bruno Haible  <bruno@clisp.org>
13489
13490                 Cygwin portability.
13491                 * javaexec.c (execute_java_class): Test for jview program
13492                 also on Cygwin.
13493
13494         2006-04-09  Bruno Haible  <bruno@clisp.org>
13495
13496                 * fatal-signal.c: Don't include string.h.
13497                 (at_fatal_signal): Use a copying loop instead of memcpy.
13498
13499         2005-12-04  Bruno Haible  <bruno@clisp.org>
13500
13501                 * csharpexec.c: Add support for 'clix' launcher (untested).
13502                 (execute_csharp_using_sscli): New function.
13503                 (execute_csharp_program): Call it.
13504
13505         2006-06-21  Bruno Haible  <bruno@clisp.org>
13506
13507                 Avoid warnings from recent versions of mcs.
13508                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
13509                 -o, -L, -r any more. Use options documented since mcs-1.0
13510                 instead. Similarly for -g.
13511
13512         2005-07-09  Bruno Haible  <bruno@clisp.org>
13513
13514                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
13515                 add a .dll suffix.
13516                 Reported by Mark Junker <mjscod@gmx.de>.
13517
13518         2006-06-17  Bruno Haible  <bruno@clisp.org>
13519
13520                 * config.charset: Update for NetBSD 3.0.
13521
13522         2006-05-17  Bruno Haible  <bruno@clisp.org>
13523
13524                 Cygwin portability.
13525                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
13526
13527         2006-05-16  Bruno Haible  <bruno@clisp.org>
13528
13529                 * localcharset.c [CYGWIN]: Include <windows.h>.
13530                 (get_charset_aliases): For Cygwin, return the same CPxxx
13531                 aliases list as under WIN32.
13532                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
13533                 the environment variables. Fall back to GetACP().
13534
13535         2006-04-05  Bruno Haible  <bruno@clisp.org>
13536
13537                 * config.charset: Update Juan Manuel Guerrero's address.
13538
13539         2005-02-12  Bruno Haible  <bruno@clisp.org>
13540
13541                 * allocsa.h: Add extern "C" for C++.
13542
13543         2005-02-10  Bruno Haible  <bruno@clisp.org>
13544
13545                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
13546                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
13547
13548         2006-07-22  Bruno Haible  <bruno@clisp.org>
13549
13550                 * gettext.h: Update to GNU gettext-0.15.
13551
13552 2006-07-22  Bruno Haible  <bruno@clisp.org>
13553
13554         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
13555         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
13556         lib-prefix.m4, longdouble.m4, ssize_t.m4.
13557
13558 2006-07-21  Eric Blake  <ebb9@byu.net>
13559
13560         * modules/stdlib-safer: New file.
13561         * MODULES.html.sh (File stream based Input/Output): Add
13562         stdlib-safer.
13563
13564 2006-07-21  Eric Blake  <ebb9@byu.net>
13565
13566         * lib/stdlib-safer.h: New file from coreutils, required by
13567         stdlib--.h.
13568
13569 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
13570
13571         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
13572
13573 2006-07-20  Bruno Haible  <bruno@clisp.org>
13574
13575         * gnulib-tool: Recognize new option --assume-autoconf.
13576         (autoconf_minversion): New variable.
13577         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
13578
13579 2006-07-20  Bruno Haible  <bruno@clisp.org>
13580
13581         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
13582
13583 2006-07-19  Derek R. Price  <derek@ximbiot.com>
13584
13585         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
13586         Reindent and repaginate.
13587
13588 2006-07-19  Derek Price  <derek@ximbiot.com>
13589
13590         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
13591         Correct grammar.
13592
13593 2006-07-17  Bruno Haible  <bruno@clisp.org>
13594
13595         * modules/list: New file.
13596         * modules/array-list: New file.
13597         * modules/carray-list, modules/carray-list-tests: New files.
13598         * modules/linked-list, modules/linked-list-tests: New files.
13599         * modules/avltree-list, modules/avltree-list-tests: New files.
13600         * modules/rbtree-list, modules/rbtree-list-tests: New files.
13601         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
13602         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
13603         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
13604         * modules/oset: New file.
13605         * modules/array-oset: New file.
13606         * modules/avltree-oset, modules/avltree-oset-tests: New files.
13607         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
13608         * tests/test-carray_list.c: New file.
13609         * tests/test-linked_list.c: New file.
13610         * tests/test-avltree_list.c: New file.
13611         * tests/test-rbtree_list.c: New file.
13612         * tests/test-linkedhash_list.c: New file.
13613         * tests/test-avltreehash_list.c: New file.
13614         * tests/test-rbtreehash_list.c: New file.
13615         * tests/test-avltree_oset.c: New file.
13616         * tests/test-rbtree_oset.c: New file.
13617         * MODULES.html.sh (Container data structures): New section.
13618
13619 2006-07-17  Bruno Haible  <bruno@clisp.org>
13620
13621         * m4/gl_list.m4: New file.
13622
13623 2006-07-17  Bruno Haible  <bruno@clisp.org>
13624
13625         * lib/gl_list.h: New file.
13626         * lib/gl_list.c: New file.
13627         * lib/gl_array_list.h: New file.
13628         * lib/gl_array_list.c: New file.
13629         * lib/gl_carray_list.h: New file.
13630         * lib/gl_carray_list.c: New file.
13631         * lib/gl_linked_list.h: New file.
13632         * lib/gl_linked_list.c: New file.
13633         * lib/gl_anylinked_list1.h: New file.
13634         * lib/gl_anylinked_list2.h: New file.
13635         * lib/gl_avltree_list.h: New file.
13636         * lib/gl_avltree_list.c: New file.
13637         * lib/gl_anyavltree_list1.h: New file.
13638         * lib/gl_anyavltree_list2.h: New file.
13639         * lib/gl_rbtree_list.h: New file.
13640         * lib/gl_rbtree_list.c: New file.
13641         * lib/gl_anyrbtree_list1.h: New file.
13642         * lib/gl_anyrbtree_list2.h: New file.
13643         * lib/gl_anytree_list1.h: New file.
13644         * lib/gl_anytree_list2.h: New file.
13645         * lib/gl_linkedhash_list.h: New file.
13646         * lib/gl_linkedhash_list.c: New file.
13647         * lib/gl_anyhash_list1.h: New file.
13648         * lib/gl_anyhash_list2.h: New file.
13649         * lib/gl_avltreehash_list.h: New file.
13650         * lib/gl_avltreehash_list.c: New file.
13651         * lib/gl_rbtreehash_list.h: New file.
13652         * lib/gl_rbtreehash_list.c: New file.
13653         * lib/gl_anytreehash_list1.h: New file.
13654         * lib/gl_anytreehash_list2.h: New file.
13655
13656         * lib/gl_oset.h: New file.
13657         * lib/gl_oset.c: New file.
13658         * lib/gl_array_oset.h: New file.
13659         * lib/gl_array_oset.c: New file.
13660         * lib/gl_avltree_oset.h: New file.
13661         * lib/gl_avltree_oset.c: New file.
13662         * lib/gl_rbtree_oset.h: New file.
13663         * lib/gl_rbtree_oset.c: New file.
13664         * lib/gl_anytree_oset.h: New file.
13665
13666 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
13667
13668         * m4/mkancesdirs.m4: New file.
13669         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
13670         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
13671         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
13672         it.
13673
13674 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
13675
13676         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
13677         * lib/mkancesdirs.h: New files.
13678         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
13679         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
13680         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
13681         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
13682         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
13683         callers changed.  Revamp internals significantly, by not
13684         attempting to create directories that are temporarily more
13685         permissive than the final results.  Do not attempt to use
13686         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
13687         This removes some race conditions, fixes some bugs, and simplifies
13688         things.  Use new dirchownmod function to do owner and mode changes.
13689         * lib/mkdir-p.h: Likewise.
13690         * lib/modechange.c (octal_to_mode): New function.
13691         (struct mode_change): New member mentioned.
13692         (make_node_op_equals): New arg mentioned.  All callers changed.
13693         (mode_compile): Keep track of which mode bits the user has explicitly
13694         mentioned.
13695         (mode_adjust): New arg DIR, so that we implement the X op correctly.
13696         New arg PMODE_BITS, to keep track of which mode bits the user
13697         mentioned; it treats S_ISUID and S_ISGID speciall.
13698         All callers changed.
13699         * lib/modechange.h: Likewise.
13700
13701 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
13702
13703         * MODULES.html.sh: Add mkancestors.
13704         * modules/mkancesdirs: New module.
13705         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
13706         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
13707         The chdir-safer and afs files are now orphans; I'll remove them
13708         unless someone speaks up.
13709         Add lib/dirchownmod.c, lib/dirchownmod.h.
13710         (Depends-on): Remove alloca, chown, save-cwd, dirname.
13711         Add lchown, mkancesdirs.
13712         (Maintainer): Add self.
13713
13714 2006-07-15  Karl Berry  <karl@gnu.org>
13715
13716         * gnulib-tool: help message wording/arrangement.
13717
13718 2006-07-14  Simon Josefsson  <jas@extundo.com>
13719
13720         * doc/gnulib.texi (Libtool and Windows): New section.
13721
13722 2006-07-12  Simon Josefsson  <jas@extundo.com>
13723
13724         * modules/gendocs (License): Fix license, approved by Karl.
13725
13726 2006-07-12  Eric Blake  <ebb9@byu.net>
13727
13728         * MODULES.html.sh: Add gendocs.
13729
13730 2006-07-11  Eric Blake  <ebb9@byu.net>
13731
13732         * modules/fdl: New module, to install doc/fdl.texi.
13733         * MODULES.html.sh: Add new section for documentation modules.
13734         * gnulib-tool: Avoid space-tab.
13735         (--doc-base): New option, to manage files from doc.
13736
13737 2006-07-11  Eric Blake  <ebb9@byu.net>
13738
13739         * m4/absolute-header.m4: Fix comments to match recent change.
13740
13741 2006-07-11  Eric Blake  <ebb9@byu.net>
13742
13743         * gnulib-tool: List --doc-base before --tests-base.
13744
13745 2006-07-11  Derek R. Price  <derek@ximbiot.com>
13746
13747         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
13748
13749 2006-07-11  Bruno Haible  <bruno@clisp.org>
13750
13751         * README: Mention where to put documentation.
13752
13753 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13754
13755         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
13756
13757 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
13758
13759         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
13760         to stdint.m4.
13761
13762 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
13763
13764         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
13765         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
13766         "no/such/file/stdint.h" when there is no such file, so that
13767         the resulting C code can be parsed by dodgy compilers.
13768         Problems reported by Bob Proulx.
13769
13770 2006-07-10  Derek R. Price  <derek@ximbiot.com>
13771
13772         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
13773         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
13774         macros into the GNU _D_EXACT_NAMLEN.
13775         * lib/savedir.c:  Likewise.
13776         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
13777
13778 2006-07-10  Derek R. Price  <derek@ximbiot.com>
13779         and Paul Eggert  <eggert@cs.ucla.edu>
13780
13781         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
13782         * m4/savedir.m4:
13783         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
13784         macros into the GNU _D_EXACT_NAMLEN.
13785
13786 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
13787
13788         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
13789         around the absolute name, to work around a problem with the HP-UX
13790         11.23 native C compiler, reported by Bob Proulx.
13791
13792 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
13793
13794         * doc/maintain.texi, make-stds.texi: Sync from
13795         <http://savannah.gnu.org/projects/gnustandards>.
13796
13797 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
13798
13799         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
13800
13801 2006-07-09  Jim Meyering  <jim@meyering.net>
13802
13803         * m4/glob.m4: Remove a doubled word in a comment.
13804
13805 2006-07-09  Jim Meyering  <jim@meyering.net>
13806
13807         * lib/argp-pv.c: Remove a doubled word in a comment.
13808         * lib/check-version.c (check_version): Likewise.
13809         * lib/javacomp.c (compile_java_class): Likewise.
13810
13811 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
13812
13813         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
13814         for the benefit of people using Autoconf 2.60.  If you want to
13815         support older Autoconf versions you can copy m4/onceonly_2_57.m4
13816         (or m4/onceonly.m4, if pre-2.57) manually.
13817
13818 2006-07-08  Jim Meyering  <jim@meyering.net>
13819
13820         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
13821         comment.
13822         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
13823         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
13824         comment.
13825
13826 2006-07-08  Jim Meyering  <jim@meyering.net>
13827
13828         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
13829
13830 2006-07-07  Simon Josefsson  <jas@extundo.com>
13831
13832         * tests/test-crc.c: Change expected crc value, the test vector
13833         were probably computed using the old broken crc.c?
13834
13835 2006-07-06  Simon Josefsson  <jas@extundo.com>
13836
13837         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
13838         now the canonical place for the M4 file).
13839
13840         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
13841         from the sys_socket dependency now.
13842
13843         * modules/inet_pton (Files): Ditto.
13844
13845         * modules/inet_ntop (Files): Ditto.
13846
13847 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
13848
13849         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
13850         not gl_PREREQ_GETUSERSHELL.
13851
13852 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13853
13854         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
13855         with only one argument, for Autoconf 2.60.
13856         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
13857         expand to nothing, so add a shell command to avoid syntax error.
13858         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
13859
13860 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13861
13862         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
13863
13864 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
13865
13866         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
13867         no longer needed.  Check for isblank decl.
13868         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
13869         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
13870         of existence.
13871
13872 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
13873
13874         * lib/getloadavg.c: Use __VMS, not VMS.
13875         * lib/getopt.c: Likewise.
13876         * lib/getpagesize.h: Likewise.
13877         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
13878         and probably does not work.
13879
13880 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
13881
13882         * lib/.cppi-disable: Add wcwidth.
13883         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
13884         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
13885         (ISGRAPH): Remove.  All uses changed to isgraph.
13886         (FOLD) [!defined _LIBC]: Remove special case.
13887         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
13888         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
13889         HAVE_ISBLANK.
13890         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
13891         case.
13892
13893 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
13894
13895         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
13896         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
13897         brackets.  Other minor changes to suppress some compiler
13898         warnings.
13899
13900 2006-07-06  Derek R. Price  <derek@ximbiot.com>
13901         and Paul Eggert  <eggert@cs.ucla.edu>
13902
13903         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
13904         of invoking obsolescent AC_HEADER_DIRENT macro.
13905         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
13906         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
13907         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
13908         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
13909         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
13910         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
13911         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
13912         * m4/readdir.m4: Remove; no longer needed.
13913
13914 2006-07-06  Derek R. Price  <derek@ximbiot.com>
13915         and Paul Eggert  <eggert@cs.ucla.edu>
13916
13917         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
13918         Don't worry about this obsolete case any more.
13919         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
13920         directories.
13921         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
13922         worry about this obsolete case any more.
13923         * lib/fts.c: Likewise.
13924         * lib/getcwd.c: Likewise.
13925         * lib/glob.h: Likewise.
13926         * lib/savedir.c: Likewise.
13927
13928 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
13929
13930         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
13931         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
13932         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
13933         needed.
13934         All uses removed.
13935         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
13936         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
13937         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
13938         needed.
13939         * m4/getdate.m4 (gl_GETDATE): Likewise.
13940         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
13941         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
13942         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
13943         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
13944         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
13945         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
13946         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
13947         needed.
13948
13949 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
13950
13951         * lib/memcasecmp.c: Include <limits.h>.
13952         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
13953         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
13954         Don't assume isdigit succeeds only on '0' through '9'.
13955
13956 2006-07-05  Eric Blake  <ebb9@byu.net>
13957
13958         * modules/getaddrinfo (Depends-on): Add snprintf.
13959
13960 2006-07-05  Eric Blake  <ebb9@byu.net>
13961
13962         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
13963         to avoid 'header present but could not be compiled' on cygwin.
13964
13965 2006-07-05  Eric Blake  <ebb9@byu.net>
13966
13967         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
13968         missing from netdb.h.
13969         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
13970
13971 2006-07-05  Derek R. Price  <derek@ximbiot.com>
13972
13973         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
13974         no longer needed.
13975         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
13976         * m4/getdate.m4 (gl_GETDATE): Likewise.
13977         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
13978         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
13979         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
13980         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
13981         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
13982
13983 2006-07-05  Derek R. Price  <derek@ximbiot.com>
13984
13985         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
13986         All uses of is_space replaced by isspace.
13987         * lib/exit.h: Don't talk about STDC_HEADERS.
13988         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
13989         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
13990         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
13991         replaced by isprint etc.
13992         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
13993         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
13994         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
13995         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
13996         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
13997         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
13998
13999 2006-07-05  Bruno Haible  <bruno@clisp.org>
14000
14001         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
14002         the function exists, before testing against AIX.
14003         Reported by Martin Lambers <marlam@marlam.de>.
14004
14005 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
14006
14007         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
14008         From Mark D. Baushke.
14009
14010 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
14011
14012         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
14013         to the absolute name, not just one, to bypass Sun C 5.8's
14014         "warning: #include of /usr/include/... may be non-portable".
14015
14016 2006-07-04  Eric Blake  <ebb9@byu.net>
14017
14018         * modules/dirname-tests: New test module.
14019         * tests/test-dirname.c: New file, replacing dirname.c
14020         TEST_DIRNAME section that was recently deleted.
14021
14022 2006-07-04  Bruno Haible  <bruno@clisp.org>
14023
14024         Assume ANSI C header files and <ctype.h> functions.
14025         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
14026         (mbsnwidth): Use isprint, iscntrl instead.
14027
14028 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
14029
14030         Merge from coreutils.
14031         * MODULES.html.sh: Add xstrtold.
14032         * modules/xstrtold: New file.
14033         * modules/cycle-check (Files): Add lib/same-inode.h.
14034         * modules/dirname (Files): Add m4/double-slash-root.m4.
14035         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
14036         * modules/mkdir-p (Files): Add lib/same-inode.h.
14037         * modules/same (Files): Add lib/same-inode.h.
14038
14039 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
14040
14041         * m4/absolute-header.m4: Renamed from full-header-path.m4.
14042         This is to keep the terminology clean; POSIX talks about
14043         "absolute pathnames", not "full pathnames", but the GNU
14044         Coding Standards say to use "path" for something else;
14045         so use "absolute" to keep both sides happy.
14046         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
14047         Set gl_absolute_header, not gl_full_header_path.
14048         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
14049         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
14050         All uses changed.
14051
14052         Merge from coreutils.
14053
14054         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
14055
14056         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
14057         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
14058         want to require the building of c-strtod.o.
14059         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
14060         needs -lm directly.
14061         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
14062
14063         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
14064
14065         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
14066         --as-needed option if available.  Problem reported by Albert Chin in
14067         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
14068         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
14069         cc merely issues a bunch of annoying warnings for --as-needed
14070         (this problem was reported by Bob Proulx).  Also, try linking with
14071         -lm to detect a bug in binutils 2.16 (this problem was reported
14072         by Ralf Wildenhues).
14073
14074         2006-06-18  Jim Meyering  <jim@meyering.net>
14075
14076         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
14077         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
14078         macro.
14079         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
14080         also check for glibc-2.4's abort-inducing bug.
14081
14082         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
14083         Low-probability clean-up should be to use rmdir to get rid of
14084         the just-created directory, not unlink.
14085
14086         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
14087         configure fail, and request a bug report to inform us about it.
14088         Add a comment that, barring reports to the contrary, in 2007 we'll
14089         assume ftruncate is universally available.
14090
14091         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
14092
14093         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
14094
14095         2006-03-12  Jim Meyering  <jim@meyering.net>
14096
14097         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
14098         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
14099         * m4/same.m4 (gl_SAME): Likewise.
14100         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
14101
14102         2006-03-11  Eric Blake  <ebb9@byu.net>
14103
14104         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
14105         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
14106         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
14107         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
14108
14109 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
14110
14111         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
14112         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
14113         reported by Mark D. Baushke, one in
14114         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
14115
14116         Merge from coreutils.
14117
14118         * lib/.cppi-disable: Add stdint_.h.
14119         * lib/.cvsignore: Add stdint.h.
14120
14121         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
14122
14123         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
14124         both double and long double versions.
14125         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
14126         * lib/xstrtold.c: New file.
14127         * lib/xstrtod.h (xstrtold): New decl.
14128
14129         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
14130
14131         * lib/filemode.c (setst): Remove.
14132         (strmode): Rewrite to avoid setst.  This makes the code shorter,
14133         (arguably) clearer, and the generated code is a bit smaller on my
14134         Debian GNU/Linux stable x86 host.
14135
14136         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
14137
14138         * lib/filemode.c: Include "filemode.h" first, to test the interface.
14139         Assume that filemode.h includes sys/types.h and sys/stat.h.
14140         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
14141         (ftypelet): Reorder to put common cases first, for efficiency.
14142         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
14143         to do 'M'.
14144         (strmode): Renamed from mode_string, and now stores 12 bytes instead
14145         of 10, for compatibility with FreeBSD.  All callers changed.
14146         (filemodestring): Now stores 12 bytes instead of 10, and sets file
14147         types that can't be deduced solely from st_mode.  First arg is now a
14148         const pointer.
14149         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
14150         (strmode): Renamed from mode_string.
14151         (filemodestring): New decl.
14152         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
14153         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
14154         needed.
14155         (S_ISPORT, S_ISWHT): New macros, if not already defined.
14156
14157         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
14158
14159         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
14160         fsusage.h now does that.  Include fsusage.h first, to test interface.
14161         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
14162         at most one method (the old code could have generated decls that
14163         didn't conform to C89, not that this was ever exercised).
14164         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
14165
14166         2006-03-19  Jim Meyering  <jim@meyering.net>
14167
14168         Work even in a chroot where d_ino values for entries in "/"
14169         don't match the stat.st_ino values for the same names.
14170         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
14171         number, iterate through all entries again, using lstat instead.
14172         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
14173         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
14174
14175         * lib/getcwd.c (__getcwd): Clarify a comment.
14176         Use memcpy in place of a call to strcpy.
14177
14178         2006-03-12  Jim Meyering  <jim@meyering.net>
14179
14180         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
14181         matches that of the current directory (which we're about to chdir ".."
14182         out of), then save the dev-ino of the parent, instead.
14183
14184         * lib/same-inode.h (SAME_INODE): New file/macro.
14185         * lib/chdir-safer.c (SAME_INODE): Remove definition.
14186         Include "same-inode.h", instead.
14187         * lib/same.c: Likewise.
14188         * lib/cycle-check.h: Include "same-inode.h".
14189         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
14190         * lib/cycle-check.c (SAME_INODE): Remove definition.
14191         * lib/root-dev-ino.h: Include "same-inode.h".
14192
14193         2006-03-11  Eric Blake  <ebb9@byu.net>
14194
14195         * lib/same.c (same_name): s/base_name/last_component/
14196         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
14197         * lib/filenamecat.c (file_name_concat): Likewise.
14198
14199         2006-03-11  Eric Blake  <ebb9@byu.net>,
14200                     Paul Eggert  <eggert@cs.ucla.edu>
14201
14202         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
14203         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
14204         drive prefix.
14205         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
14206         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
14207         (last_component): New method.
14208         * lib/dirname.c (dir_len): Determine when drive letters need a
14209         subsequent slash.  Preserve // when it is special.
14210         (dir_name): Don't append dot when drive letter is absolute.
14211         [TEST_DIRNAME]: Move into a full-blown gnulib test.
14212         * lib/basename.c (base_name): New semantics - malloc the result.
14213         Preserve // when it is special.  Preserve relative files that look
14214         like drive letters.
14215         (base_len): Preserve // when it is special.
14216         (last_component): New method, similar to old base_name semantics.
14217         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
14218         base_name.  Strip redundant slashes from ///.
14219
14220 2006-07-03  Jim Meyering  <jim@meyering.net>
14221
14222         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
14223         macro is used before the first cycle_check call.
14224
14225 2006-07-03  Eric Blake  <ebb9@byu.net>
14226
14227         * modules/dirname (Depends-on): Add xstrndup.
14228
14229 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
14230
14231         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
14232         test cases, so that config.log is a bit easier to follow.
14233
14234 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
14235
14236         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
14237         both are 64 bits, since this seems to be the tradition, and this
14238         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
14239         we ever run into a host that prefers long long to long in this
14240         case, we'll need another configure-time test.  Problem reported by
14241         Jim Meyering.
14242
14243 2006-07-02  Eric Blake  <ebb9@byu.net>
14244
14245         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
14246
14247 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
14248
14249         * modules/inttypes (Depends-on): No longer depends on stdint.
14250         * modules/stdint (Description): Say more about assumptions.
14251         Say that the fast types might differ.  Say macros are used.
14252         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
14253         (Makefile.am): Revise list of substituted symbols to match
14254         new stdint.m4.
14255         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
14256         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
14257         * tests/test-stdint.c (verify_same_types)
14258         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
14259         the code conforms to C99/C89.
14260         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
14261         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
14262
14263 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
14264
14265         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
14266         but fix a bug, by requiring at least 64 bits.
14267         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
14268         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
14269         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
14270         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
14271
14272         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
14273         changes.  Make 2.59 a prerequisite.  Check and substitute for
14274         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
14275         inttypes.h.  Do not use special include files; just use the
14276         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
14277         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
14278         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
14279         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
14280         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
14281         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
14282         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
14283         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
14284         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
14285         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
14286         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
14287         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
14288         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
14289         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
14290         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
14291         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
14292         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
14293         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
14294         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
14295         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
14296         WINT_MAX.  Check for C99 conformance more strictly, by detecting
14297         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
14298         not check for things that C99 does not require, e.g., int8_t.  If
14299         a test isn't needed unless <stdint.h> isn't working, and is
14300         unlikely to be needed for any other reason, then don't do it
14301         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
14302         size_t, since we assume C89 freestanding at least.  Do not check
14303         for sig_atomic_t, wchar_t, or wint_t, since the code now does
14304         the right thing even if the types are not defined.  Instead use:
14305         (gl_STDINT_TYPE_PROPERTIES): New macro.
14306         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
14307         testing whether <sys/types.h> clashes, as Autoconf does this for
14308         us now.  All uses removed.
14309         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
14310         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
14311         (gl_CHECK_TYPE_SAME):
14312         Remove; no longer needed.
14313         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
14314         exists, since we'll return 0 anyway in that case.
14315         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
14316
14317 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
14318
14319         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
14320         possible collision with system files.
14321         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
14322         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
14323         WCHAR_MIN and WCHAR_MAX in this case.
14324         (<stddef.h>): Do not include; no longer needed.
14325         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
14326         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
14327         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
14328         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
14329         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
14330         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
14331         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
14332         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
14333         !defined(__c99))]: Include in this case too, since it's harmless
14334         now.
14335         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
14336         dangerous to do so.
14337         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
14338         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
14339         (_STDINT_MIN, _STDINT_MAX): New macros.
14340         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
14341         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
14342         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
14343         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
14344         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
14345         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
14346         macros, not typedefs; this simplifies things quite a bit.
14347         Use long int for all types narrower than int64_t.
14348         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
14349         Define in terms of long long int or int64_t or long int,
14350         not int64_t or int32_t.  This saves some compile-time testing.
14351         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
14352         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
14353         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
14354         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
14355         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
14356         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
14357         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
14358         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
14359         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
14360         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
14361         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
14362         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
14363         undef any previous version and define our own version, for
14364         simplicity and consistency with the new macros for types.
14365         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
14366         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
14367         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
14368         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
14369         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
14370         @WINT_T_SUFFIX@ to keep things simple here.
14371         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
14372         Simplify by assuming typical 8/16/32/64 host, since we're
14373         already doing that elsewhere anyway.
14374         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
14375         and assume long long int is 64 bits if available.  This
14376         speeds up 'configure'.
14377
14378 2006-07-01  Eric Blake  <ebb9@byu.net>
14379
14380         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
14381         Reported by Andreas Buening.
14382
14383 2006-07-01  Eric Blake  <ebb9@byu.net>
14384
14385         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
14386
14387 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
14388
14389         * lib/getaddrinfo.c: fixed typo
14390
14391 2006-06-29  Jim Meyering  <jim@meyering.net>
14392
14393         * modules/strftime (Maintainer): Add my name, since with the
14394         FPRINTFTIME changes strftime.c has forked from glibc.
14395
14396 2006-06-29  Eric Blake  <ebb9@byu.net>
14397
14398         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
14399
14400 2006-06-29  Eric Blake  <ebb9@byu.net>
14401
14402         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
14403
14404 2006-06-29  Eric Blake  <ebb9@byu.net>
14405
14406         * lib/stat_.h: New file.
14407
14408 2006-06-29  Eric Blake  <ebb9@byu.net>
14409
14410         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
14411         unused static function.
14412
14413 2006-06-29  Eric Blake  <ebb9@byu.net>
14414
14415         * doc/functions.texi (Function Portability): Document missing lstat
14416         on mingw.
14417
14418 2006-06-29  Eric Blake  <ebb9@byu.net>
14419
14420         * MODULES.html.sh: Add sys_stat.
14421         * modules/sys_stat: New module.
14422         * modules/mkstemp (Depends-on): Add sys_stat.
14423
14424 2006-06-29  Derek R. Price  <derek@ximbiot.com>
14425
14426         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
14427
14428 2006-06-29  Derek R. Price  <derek@ximbiot.com>
14429
14430         * m4/c-bs-a.m4: Removed.
14431
14432 2006-06-29  Derek R. Price  <derek@ximbiot.com>
14433
14434         * lib/strftime.c: Assume strftime() exists.
14435
14436 2006-06-29  Derek Price  <derek@ximbiot.com>
14437
14438         * modules/c-bs-a: Removed - \a is C89.
14439         * MODULES.html.sh: Remove c-bs-a.
14440
14441 2006-06-29  Bruno Haible  <bruno@clisp.org>
14442
14443         * modules/wcwidth (License): Change to LGPL.
14444
14445 2006-06-28  Simon Josefsson  <jas@extundo.com>
14446
14447         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
14448         on _WIN32.
14449
14450         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
14451         getnameinfo.
14452
14453 2006-06-28  Simon Josefsson  <jas@extundo.com>
14454
14455         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
14456
14457 2006-06-28  Simon Josefsson  <jas@extundo.com>
14458
14459         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
14460         functions there.  It will succeed on Windows XP, but on Windows
14461         2000 and (presumably) earlier, it will fail, and use the internal
14462         re-implementation.
14463         (use_win32_p): New function.
14464         (getaddrinfo): Use strtoul on servname, to support numeric ports.
14465         Support AI_NUMERICSERV to disable getservbyname.
14466         (getnameinfo): New function, only supports
14467         NI_NUMERICHOST|NI_NUMERICSERV for now.
14468
14469         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
14470         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
14471         getnameinfo.
14472
14473 2006-06-28  Eric Blake  <ebb9@byu.net>
14474
14475         * modules/wcwidth: New file.
14476         * modules/mbchar (Depends-on): Add wcwidth.
14477         * modules/mbswidth (Depends-on): Add wcwidth.
14478         * MODULES.html.sh: Add wcwidth.
14479
14480 2006-06-28  Eric Blake  <ebb9@byu.net>
14481
14482         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
14483         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
14484
14485 2006-06-28  Eric Blake  <ebb9@byu.net>
14486
14487         * lib/xvasprintf.h: Fix comments.
14488
14489 2006-06-28  Eric Blake  <ebb9@byu.net>
14490
14491         * lib/mbchar.h (wcwidth): Include wcwidth.h.
14492         * lib/mbswidth.c (wcwidth): Move from here...
14493         * lib/wcwidth.h: ...to this new file.
14494
14495 2006-06-28  Derek R. Price  <derek@ximbiot.com>
14496
14497         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
14498
14499         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
14500         it's obsolete.
14501         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
14502
14503 2006-06-28  Derek R. Price  <derek@ximbiot.com>
14504
14505         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
14506         Autoconf 2.60 says this stuff was obsolete.
14507
14508 2006-06-28  Bruno Haible  <bruno@clisp.org>
14509
14510         * modules/wcwidth (Files): Add m4/wchar_t.m4.
14511
14512 2006-06-28  Bruno Haible  <bruno@clisp.org>
14513
14514         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
14515         gt_TYPE_WCHAR_T.
14516
14517 2006-06-28  Bruno Haible  <bruno@clisp.org>
14518
14519         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
14520         declaration for wcwidth.
14521         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
14522
14523 2006-06-28  Bruno Haible  <bruno@clisp.org>
14524
14525         * lib/mkdtemp.c [MINGW]: Include <io.h>.
14526         (mkdir): Define using _mkdir.
14527
14528 2006-06-28  Bruno Haible  <bruno@clisp.org>
14529
14530         * lib/getaddrinfo.h: Fix POSIX URL.
14531         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
14532         _WIN32.
14533         (use_win32_p): Make static.
14534         (getaddrinfo): Reject service name if it is empty or does not consist
14535         solely of decimal digits, or if its value is > 65535.
14536         (getnameinfo): Remove useless casts.
14537
14538 2006-06-27  Simon Josefsson  <jas@extundo.com>
14539
14540         * modules/sys_select: New file, suggested by Bruno Haible, Paul
14541         Eggert and Martin Lambers.
14542
14543 2006-06-27  Simon Josefsson  <jas@extundo.com>
14544
14545         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
14546         Eggert and Martin Lambers.
14547
14548 2006-06-27  Bruno Haible  <bruno@clisp.org>
14549
14550         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
14551         result to 0, not to empty.
14552         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
14553
14554 2006-06-27  Bruno Haible  <bruno@clisp.org>
14555
14556         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
14557
14558 2006-06-26  Simon Josefsson  <jas@extundo.com>
14559
14560         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
14561         present.
14562
14563 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
14564
14565         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
14566         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
14567         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
14568
14569 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
14570
14571         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
14572
14573 2006-06-26  Bruno Haible  <bruno@clisp.org>
14574
14575         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
14576
14577 2006-06-26  Bruno Haible  <bruno@clisp.org>
14578
14579         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
14580
14581 2006-06-26  Bruno Haible  <bruno@clisp.org>
14582
14583         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
14584         SGI C compiler in pre-C99 mode.
14585         Suggested by Mark D. Baushke and Larry Jones.
14586
14587 2006-06-26  Bruno Haible  <bruno@clisp.org>
14588
14589         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
14590         WCHAR_MAX.
14591         Reported by Mark D. Baushke and Larry Jones.
14592
14593 2006-06-26  Bruno Haible  <bruno@clisp.org>
14594
14595         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
14596         in pre-C99 mode.
14597         Suggested by Mark D. Baushke and Larry Jones.
14598
14599 2006-06-23  Simon Josefsson  <jas@extundo.com>
14600             Bruno Haible  <bruno@clisp.org>
14601
14602         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
14603         Emit mostlyclean-local rule.
14604         (func_emit_tests_Makefile_am): Likewise.
14605         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
14606
14607 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
14608
14609         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
14610
14611 2006-06-23  Bruno Haible  <bruno@clisp.org>
14612
14613         * tests/test-stdint.c: Update to match ISO C 99 Technical
14614         Corrigendum 1.
14615
14616 2006-06-23  Bruno Haible  <bruno@clisp.org>
14617
14618         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
14619
14620 2006-06-23  Bruno Haible  <bruno@clisp.org>
14621
14622         * lib/stdint_.h: Treat IRIX like OpenBSD.
14623
14624 2006-06-23  Bruno Haible  <bruno@clisp.org>
14625
14626         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
14627         ISO C 99 Technical Corrigendum 1.
14628
14629 2006-06-22  Simon Josefsson  <jas@extundo.com>
14630
14631         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
14632         MinGW.
14633
14634 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
14635
14636         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
14637         needed.  Some compiler complained about some of them.  Problem reported
14638         by Larry Jones in
14639         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
14640
14641 2006-06-21  Simon Josefsson  <jas@extundo.com>
14642
14643         * tests/test-getaddrinfo.c: New file.
14644
14645         * modules/getaddrinfo-tests: New file.
14646
14647         * MODULES.html.sh: Add inet_pton.
14648
14649         * modules/inet_pton: New file.
14650
14651 2006-06-21  Simon Josefsson  <jas@extundo.com>
14652
14653         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
14654         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
14655         of using the (limited) gnulib implementation on Windows XP.
14656
14657         * m4/inet_pton.m4: New file.
14658
14659 2006-06-21  Simon Josefsson  <jas@extundo.com>
14660
14661         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
14662         variable.
14663
14664         * lib/socket_.h: Don't define WINVER.
14665
14666         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
14667         slightly modified to work in gnulib.
14668
14669 2006-06-21  Simon Josefsson  <jas@extundo.com>
14670
14671         * doc/gnulib.texi (Windows sockets): Add.
14672
14673 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
14674
14675         * lib/read-file.c (fread_file): Start with buffer allocation of
14676         0 bytes rather than 1 byte; this simplifies the code.
14677         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
14678         code to free buffer and save/restore errno.
14679         (internal_read_file): Remove unused local.
14680
14681 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
14682
14683         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
14684         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
14685         Problem reported by Denis Excoffier in
14686         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
14687
14688 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14689
14690         * modules/sys_socket, modules/socklen: Include sys/types since
14691         FreeBSD 4.x's sys/socket.h needs it.
14692
14693 2006-06-19  Simon Josefsson  <jas@extundo.com>
14694
14695         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
14696
14697 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
14698
14699         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
14700
14701 2006-06-19  Bruno Haible  <bruno@clisp.org>
14702
14703         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
14704         and FULL_PATH_INTTYPES_H in angle brackets.
14705         Reported by Mark D. Baushke <mdb@gnu.org>.
14706
14707 2006-06-17  Eric Blake  <ebb9@byu.net>
14708
14709         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
14710         errno.
14711
14712 2006-06-17  Bruno Haible  <bruno@clisp.org>
14713
14714         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
14715         <sys/inttypes.h>.
14716
14717 2006-06-17  Bruno Haible  <bruno@clisp.org>
14718
14719         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
14720         whether errno is declared. Assume <errno.h> declares errno.
14721
14722 2006-06-17  Bruno Haible  <bruno@clisp.org>
14723
14724         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
14725
14726 2006-06-17  Bruno Haible  <bruno@clisp.org>
14727
14728         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
14729         problem on Solaris 2.5.1.
14730
14731 2006-06-16  Eric Blake  <ebb9@byu.net>
14732
14733         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
14734         * lib/unicodeio.c [!defined errno]: Likewise.
14735         * lib/strtol.c [!defined errno]: Likewise.
14736         * lib/strtod.c [!defined errno]: Likewise.
14737
14738 2006-06-15  Eric Blake  <ebb9@byu.net>
14739
14740         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
14741
14742 2006-06-15  Eric Blake  <ebb9@byu.net>
14743
14744         * config/srclist.txt (ssize_t.m4): Lose sync.
14745
14746 2006-06-15  Bruno Haible  <bruno@clisp.org>
14747
14748         * modules/stdint (Files): Include m4/full-header-path.m4,
14749         m4/size_max.m4, m4/wchar_t.m4.
14750         (Makefile.am): Many more substitutions.
14751         * modules/stdint-tests: New file.
14752         * tests/test-stdint.c: New file.
14753
14754 2006-06-15  Bruno Haible  <bruno@clisp.org>
14755
14756         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
14757         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
14758         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
14759         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
14760         gl_CHECK_TYPE_SAME): New macros.
14761
14762 2006-06-15  Bruno Haible  <bruno@clisp.org>
14763
14764         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
14765
14766 2006-06-15  Bruno Haible  <bruno@clisp.org>
14767
14768         * lib/stdint_.h: Rewritten to be fully auto-configured.
14769         Fixes bug on HP-UX/IA64.
14770
14771 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
14772
14773         * lib/getdate.y (__attribute__): Don't define if already defined.
14774         Problem reported by Larry Jones.
14775         * lib/utimens.c (__attribute__): Likewise.
14776
14777 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
14778
14779         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
14780         reported by Andreas Schwab.
14781
14782 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14783             Bruno Haible  <bruno@clisp.org>
14784
14785         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
14786         check for the declaration of strnlen and a run test that exposes the
14787         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
14788         rpl_strndup.
14789
14790 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14791             Bruno Haible  <bruno@clisp.org>
14792
14793         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
14794
14795 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14796
14797         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
14798         compile test, for Tru64 4.0D.
14799
14800 2006-05-28  Karl Berry  <karl@gnu.org>
14801
14802         * config/srclist.txt (printf-args.c): lose sync.
14803
14804 2006-05-26  Martin Lambers  <marlam@marlam.de>
14805
14806         * lib/getpass.c: Updates the test for the native W32 API, and adds
14807         missing includes, thus fixing compilation warnings.
14808
14809 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
14810
14811         * lib/exclude.c (exclude_fnmatch): New function.
14812         (excluded_file_name): Call exclude_fnmatch.
14813         * lib/exclude.h (excluded_file_name): New prototype
14814
14815 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
14816
14817         * lib/tempname.c (small_open, large_open): New macros.
14818         (__open, __open64) [!_LIBC]: Remove.
14819         (__gen_tempname): Use small_open and large_open instead of __open
14820         and __open64.  This fixes a portability bug on HP-UX 11.11i
14821         reported by Simon Wing-Tang in
14822         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
14823
14824 2006-05-24  Bruno Haible  <bruno@clisp.org>
14825
14826         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
14827         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
14828         Reported by Thorsten Maerz <torte@netztorte.de> via
14829         Aaron Stone <aaron@serendipity.cx>.
14830
14831 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
14832
14833         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
14834         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
14835         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
14836         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
14837         not really conditional on the cache.
14838         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
14839
14840 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
14841
14842         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
14843         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
14844         (my_usleep): Don't mishandle maximum value.
14845
14846 2006-05-19  Jim Meyering  <jim@meyering.net>
14847
14848         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
14849
14850 2006-05-17  Bruno Haible  <bruno@clisp.org>
14851
14852         Cygwin portability.
14853         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
14854
14855 2006-05-17  Bruno Haible  <bruno@clisp.org>
14856
14857         * lib/stdint_.h: Fix recognition of Cygwin.
14858
14859 2006-05-15  Bruno Haible  <bruno@clisp.org>
14860
14861         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
14862         on libtool patch by Ralf Wildenhues.
14863
14864 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
14865
14866         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
14867         test for C99 conformance; (bool) 0.5 is an integer constant
14868         expression, but (bool) -0.5 is not.  Problem reported by Fedor
14869         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
14870
14871 2006-05-11  Simon Josefsson  <jas@extundo.com>
14872
14873         * m4/xvasprintf.m4: Fix obvious typo.
14874
14875 2006-05-11  Jim Meyering  <jim@meyering.net>
14876
14877         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
14878         James Lemley.
14879
14880 2006-05-10  Simon Josefsson  <jas@extundo.com>
14881
14882         * lib/md4.c: Typo fix, update copyright years.
14883         (K1, K2): Don't use L because it turn computations into 64-bit on
14884         64-bit platforms.
14885
14886 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
14887
14888         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
14889         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
14890         unwanted sign propagation, e.g., on hosts with 64-bit int.
14891         There still are some problems with reeelly weird theoretical hosts
14892         (e.g., 33-bit int) but it's not worth worrying about now.
14893         * lib/sha1.c (rol): Likewise.
14894         (K1, K2, K3, K4): Remove unnecessary L suffix.
14895
14896 2006-05-10  Bruno Haible  <bruno@clisp.org>
14897
14898         * lib/des.c: Cast to avoid warnings.
14899
14900 2006-05-09  Bruno Haible  <bruno@clisp.org>
14901
14902         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
14903         (Depends-on): Depend also on xsize, stdarg.
14904         (configure.ac): Add gl_XVASPRINTF.
14905
14906 2006-05-09  Bruno Haible  <bruno@clisp.org>
14907
14908         * m4/xvasprintf.m4: New file.
14909
14910 2006-05-09  Bruno Haible  <bruno@clisp.org>
14911
14912         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
14913         (EOVERFLOW): Define fallback value.
14914         (xstrcat): New function.
14915         (xvasprintf): Recognize the special case of a string concatenation.
14916
14917 2006-05-08  Eric Blake  <ebb9@byu.net>
14918
14919         * gnulib-tool (func_version): Base copyright year on CVS date.
14920         (func_emit_copyright_notice): New function.
14921         (func_emit_lib_Makefile_am): Use it.
14922         (func_emit_tests_Makefile_am): Likewise.
14923         (func_import): Likewise.
14924
14925 2006-05-08  Bruno Haible  <bruno@clisp.org>
14926
14927         * modules/stdarg: New file.
14928         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
14929
14930 2006-05-08  Bruno Haible  <bruno@clisp.org>
14931
14932         * m4/stdarg.m4: New file, from GNU gettext.
14933
14934 2006-05-08  Bruno Haible  <bruno@clisp.org>
14935
14936         * config/srclist.txt (build-aux/config.rpath): different from latest
14937         release.
14938
14939 2006-05-08  Bruno Haible  <bruno@clisp.org>
14940
14941         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
14942
14943 2006-05-05  Jim Meyering  <jim@meyering.net>
14944
14945         * m4/warning.m4: New file, derived from bison's file by the same name.
14946
14947 2006-05-03  Bruno Haible  <bruno@clisp.org>
14948
14949         * lib/stdint_.h: Shorter URL.
14950         * lib/inttypes.h: Likewise.
14951
14952 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
14953
14954         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
14955
14956 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
14957
14958         * lib/verify.h: Document the internals better.  Most of this change
14959         was written by Bruno Haible.
14960
14961 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
14962
14963         * doc/verify.texi: New file, partly based on a proposal by
14964         Bruno Haible.
14965
14966 2006-05-02  Bruno Haible  <bruno@clisp.org>
14967
14968         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
14969         test from here...
14970         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
14971
14972 2006-04-29  Bruno Haible  <bruno@clisp.org>
14973
14974         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
14975         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
14976
14977 2006-04-29  Bruno Haible  <bruno@clisp.org>
14978
14979         * gnulib-tool: Make --update option actually work.
14980
14981 2006-04-29  Bruno Haible  <bruno@clisp.org>
14982
14983         * doc/gcd.texi: New file.
14984         * doc/gnulib.texi: Include it.
14985
14986 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
14987
14988         * lib/getdate.y (get_date): When adding relative date, start with the
14989         initial time, not with the result of the first mktime call.
14990
14991 2006-04-25  Bruno Haible  <bruno@clisp.org>
14992
14993         * gnulib-tool (func_import): Output the include directives in three
14994         blocks, sorted separately.
14995         Reported by Ben Pfaff <blp@cs.stanford.edu>.
14996
14997 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
14998
14999         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
15000         to define main with arguments, for C++.  Reported by Eric Blake.
15001         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
15002         Prefer 'int main ()' to 'int main (void)', for C++.
15003         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
15004         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
15005         for 'main', for C99 and C++.
15006
15007 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
15008
15009         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
15010         Don't assume that exit status -1 is valid.
15011         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
15012         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
15013         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
15014         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
15015         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
15016         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
15017         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
15018         functions can be used without declaring them, or that you can
15019         exit with status -1.
15020         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
15021
15022 2006-04-24  Karl Berry  <karl@gnu.org>
15023
15024         * config/srclist.txt (longdouble.m4): sync lost.
15025
15026 2006-04-24  Eric Blake  <ebb9@byu.net>
15027
15028         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
15029
15030 2006-04-24  Bruno Haible  <bruno@clisp.org>
15031
15032         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
15033         poll() implementation in AIX.
15034         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
15035
15036 2006-04-24  Bruno Haible  <bruno@clisp.org>
15037
15038         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
15039         assigned exactly once.
15040
15041 2006-04-23  Claudio Fontana  <claudio@gnu.org>
15042             Bruno Haible  <bruno@clisp.org>
15043
15044         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
15045         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
15046         for AM_CPPFLAGS.
15047
15048 2006-04-23  Bruno Haible  <bruno@clisp.org>
15049
15050         * modules/copy-file: Depend on unistd.
15051         * modules/execute: Likewise.
15052         * modules/fatal-signal: Likewise.
15053         * modules/findprog: Likewise.
15054         * modules/mkdtemp : Likewise.
15055         * modules/pipe: Likewise.
15056         * modules/wait-process: Likewise.
15057
15058 2006-04-23  Bruno Haible  <bruno@clisp.org>
15059
15060         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
15061         condition was already detected.
15062         Reported by Ben Pfaff <blp@cs.stanford.edu>.
15063
15064 2006-04-23  Bruno Haible  <bruno@clisp.org>
15065
15066         * lib/copy-file.c: Include <unistd.h> unconditionally.
15067         * lib/execute.c: Likewise.
15068         * lib/fatal-signal.c: Likewise.
15069         * lib/findprog.c: Likewise.
15070         * lib/mkdtemp.c: Likewise.
15071         * lib/pipe.h: Likewise.
15072         * lib/pipe.c: Likewise.
15073         * lib/wait-process.h: Likewise.
15074
15075 2006-04-23  Bruno Haible  <bruno@clisp.org>
15076
15077         * gnulib-tool (func_usage): Fix --import description. Document
15078         --update.
15079         (func_import): Create temporary file in a temporary directory, if
15080         --dry-run is specified. Silence errors from 'grep' when there are no
15081         m4 files in $m4dir.
15082         (func_create_testdir): Silence errors from 'grep' when there are no
15083         m4 files in $m4dir.
15084         Reported by Karl Berry <karl@freefriends.org>.
15085
15086 2006-04-20  Bruno Haible  <bruno@clisp.org>
15087
15088         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
15089         one argument, so that the code will be portable to Autoconf 2.60.
15090         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
15091         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
15092         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
15093
15094 2006-04-19  Derek Price  <derek@ximbiot.com>
15095             Eric Blake  <ebb9@byu.net>
15096
15097         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
15098         rather than "/full/path.h".  Update comment to match.  Shorten &
15099         generalize m4_translit call via AS_TR_CPP.
15100
15101 2006-04-19  Derek Price  <derek@ximbiot.com>
15102             Eric Blake  <ebb9@byu.net>
15103
15104         * lib/inttypes.h: Correct grammar in comment.
15105
15106 2006-04-18  Derek Price  <derek@ximbiot.com>
15107             Paul Eggert  <eggert@cs.ucla.edu>
15108
15109         * modules/inttypes: New file.
15110         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
15111
15112 2006-04-18  Derek Price  <derek@ximbiot.com>
15113             Paul Eggert  <eggert@cs.ucla.edu>
15114
15115         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
15116         New files.
15117
15118 2006-04-18  Derek Price  <derek@ximbiot.com>
15119             Paul Eggert  <eggert@cs.ucla.edu>
15120
15121         * lib/inttypes.h: New file.
15122         * lib/strtoimax.c: Assume <inttypes.h>.
15123
15124 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
15125
15126         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
15127         isn't mounted.  Problem reported by Kir Kolyshkin.
15128
15129 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
15130
15131         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
15132         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
15133         Derek R. Price.
15134         * lib/regex.h (RE_DUP_MAX): Update comment to match current
15135         implementation.
15136
15137 2006-04-12  Eric Blake  <ebb9@byu.net>
15138
15139         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
15140         is now done automatically by the corresponding Autoconf macro.
15141
15142 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
15143
15144         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
15145         time_r.h.
15146
15147 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
15148
15149         Merge regex changes from libc, removing some of our
15150         POSIX-conformance changes that were rejected and redoing them in a
15151         less-intrusive way.
15152
15153         * lib/regcomp.c (re_compile_internal, init_dfa):
15154         Length arg is now size_t, not Idx.  All uses changed.
15155         (peek_token): Forward decl now says internal_function.
15156         (__re_error_msgid, __re_error_msgid_idx):
15157         Now static rather than extern with attribute_hidden.
15158         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
15159         For some reason libc prefers K&R style defns for external functions.
15160         (regerror) [!defined _LIBC]: Likewise.
15161         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
15162         (seek_collating_symbol_entry, lookup_collation_sequence_value):
15163         (build_range_exp, build_collating_symbol):
15164         Use K&R-style defn.
15165         (re_compile_fastmap): Use '\0' to memset, not 0.
15166         (utf8_sb_map): Make the calculations more obvious.
15167         (init_dfa, parse_bracket_exp, build_charclass_op):
15168         Call calloc and cast result, as glibc does.
15169         (init_word_char, fetch_token, peek_token, peek_token_bracket):
15170         (build_range_exp, build_collating_symbol):
15171         Now internal functions.
15172
15173         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
15174
15175         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
15176         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
15177         Don't depend on VMS; depend on __VMS instead, for POSIX
15178         namespace cleanness.
15179         (regoff_t): Define to ssize_t, not long int.
15180
15181         Remove the REG_ macros named below.  Instead, make the old names
15182         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
15183         __USE_GNU_REGEX.
15184         (REG_BACKSLASH_ESCAPE_IN_LISTS):
15185         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
15186         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
15187         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
15188         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
15189         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
15190         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
15191         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
15192         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
15193         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
15194         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
15195         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
15196         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
15197         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
15198         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
15199         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
15200         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
15201         (REG_NREGS):
15202         Remove.  All uses replaced by the old RE_* names.
15203         (RE_BACKSLASH_ESCAPE_IN_LISTS):
15204         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
15205         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
15206         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
15207         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
15208         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
15209         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
15210         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
15211         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
15212         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
15213         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
15214         Don't bother having these macros be independent of each others'
15215         values, since they no longer exist in the POSIX name space.
15216
15217         Rename the following member names back to their old names,
15218         unless !__USE_GNU_REGEX.  All uses changed back.
15219         (buffer): Renamed from re_buffer.
15220         (allocated): Renamed from re_allocated.
15221         (used): Renamed from re_used.
15222         (syntax): Renamed from re_syntax.
15223         (fastmap): Renamed from re_fastmap.
15224         (translate): Renamed from re_translate.
15225         (can_be_null): Renamed from re_can_be_null.
15226         (regs_allocated): Renamed from re_regs_allocated.
15227         (fastmap_accurate): Renamed from re_fastmap_accurate.
15228         (no_sub): Renamed from re_no_sub.
15229         (not_bol): Renamed from re_not_bol.
15230         (not_eol): Renamed from re_not_eol.
15231         (newline_anchor): Renamed from re_newline_anchor.
15232         (num_regs): Renamed from rm_num_regs.
15233         (start): Renamed from rm_start.
15234         (end): Renamed from rm_end.
15235
15236         (free_state): Move up a bit.
15237
15238         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
15239         #define to be empty.
15240         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
15241         when that is what is intended.
15242         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
15243         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
15244         (MAX): New macro.
15245         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
15246         All uses changed back to re_malloc, etc.  It's now the caller's
15247         responsibility to check for overflow; all callers changed.
15248         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
15249         (re_x2nrealloc): Remove.
15250         (free_state): Remove decl.
15251
15252         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
15253         (re_set_registers, re_exec):
15254         Use K&R-style defn.
15255
15256         2006-01-31  Roland McGrath  <roland@redhat.com>
15257
15258         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
15259         Reported by Mike Frysinger <vapier@gentoo.org>.
15260
15261         2006-01-15  Andreas Jaeger  <aj@suse.de>
15262
15263         [BZ #1950]
15264         * lib/regex_internal.c (re_string_reconstruct): Adjust for
15265         build_wcs_upper_buffer change.
15266         (build_wcs_upper_buffer): Change return type.
15267
15268         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
15269
15270         * lib/regex_internal.h: Include <stdint.h> if available.
15271
15272         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
15273
15274         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
15275
15276         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
15277
15278         * lib/regcomp.c: Adjust for changed secondary hash function.
15279
15280         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
15281
15282         * lib/regex.h: Pretty printing.
15283         Clean up namespace a bit.
15284
15285         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
15286
15287         * lib/regexec.c (update_cur_sifted_state, check_arrival,
15288         check_arrival_add_next_nodes): Avoid using uninitialized variable.
15289
15290         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
15291                     Ulrich Drepper  <drepper@redhat.com>
15292
15293         [BZ #1302]
15294         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
15295         changed.
15296         (bitset_word_t): Renamed from bitset_word.  All uses changed.
15297
15298         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
15299
15300         [BZ #281]
15301         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
15302         * lib/regcomp.c: Remove unnecessary uses of
15303         unsigned RE_TRANSLATE_TYPE.
15304         * lib/regex_internal.h: Likewise.
15305         * lib/regex_internal.c: Likewise.
15306         * lib/regexec.c: Likewise.
15307         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
15308
15309         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
15310
15311         * lib/regexec.c (find_recover_state): Remove unnecessary
15312         initialization.
15313         (transit_state_bkref): Make DFA a const pointer.
15314         (get_subexp): Likewise.
15315         (check_arrival): Likewise.
15316         (update_cur_sifted_state): Likewise.
15317         (re_search_internal): Likewise.
15318         (prune_impossible_nodes): Likewise.
15319         (acquire_init_state_context): Likewise.
15320         (proceed_next_node): Likewise.
15321         (set_regs): Likewise.
15322         (free_fail_stack_return): Likewise.
15323         (check_arrival_expand_ecl): Mark DFA parameter as const.
15324         (check_arrival_expand_ecl_sub): Likewise.
15325         (check_subexp_limits): Likewise.
15326         (sub_epsilon_src_nodes):  Likewise.
15327         (add_epsilon_src_nodes):  Likewise.
15328         (merge_state_array): Likewise.
15329         (update_regs): Likewise.
15330         (build_trtable): Likewise.
15331         (sift_states_backward): Mark MCTX parameter as const.
15332         (build_sifted_states): Likewise.
15333         (update_cur_sifted_state): Likewise.
15334         (sift_states_mkref): Likewise.
15335         (check_arrival_expand_ecl): Mark eclosure as const.
15336         (check_dst_limits_calc_pos_1): Likewise.
15337         * lib/regex_internal.h (re_match_context_t): Make dfa a const
15338         pointer.
15339
15340         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
15341
15342         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
15343         (transit_state_sb): Likewise.
15344         (transit_state_mb): Likewise.
15345         (sift_states_iter_mb): Likewise.
15346         (check_arrival_add_next_nodes): Likewise.
15347         (check_node_accept_bytes): Change first parameter to pointer-to-const.
15348         [_LIBC] (re_search_2_stub): Use mempcpy.
15349
15350         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
15351         mbrtowc for very simple UTF-8 case.
15352
15353         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
15354         a pointer-to-const.
15355         (re_acquire_state_context): Likewise.
15356         * lib/regex_internal.h: Adjust prototypes.
15357
15358         * lib/regex.c: Prevent using C++ compilers.
15359
15360         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
15361         (re_acquire_state_context): Likewise.
15362
15363 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
15364
15365         * modules/regex (Depends-on): Add ssize_t.
15366
15367 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
15368
15369         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
15370         translation table.
15371
15372 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
15373
15374         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
15375
15376 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
15377             Bruno Haible  <bruno@clisp.org>
15378
15379         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
15380         <sys/types.h> and <inttypes.h>.
15381
15382 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15383
15384         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
15385         `__error_t_defined', so argp.h will not typedef the former.
15386
15387 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
15388
15389         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
15390         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
15391         glibc names.  Even if glibc is changed to conform to POSIX, the
15392         traditional names will be available anyway, since regex depends on
15393         the extensions module.  Also, fix a longstanding typo in the
15394         implementation of Spencer ERE test #75 from grep 2.3.  Problems
15395         reported by Emanuele Giaquinta.  Also, change sense of cached
15396         variable, so that the message makes sense.
15397
15398 2006-03-24  Simon Josefsson  <jas@extundo.com>
15399
15400         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
15401         including some doc fixes.
15402         (base64_encode_alloc): Fix +1 bug on allocation failures.
15403
15404 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15405
15406         * lib/base64.c (base64_encode): Do not read past end of array with
15407         unsanitized input on systems with CHAR_BIT > 8.
15408
15409 2006-03-24  Eric Blake  <ebb9@byu.net>
15410
15411         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
15412
15413 2006-03-22  Karl Berry  <karl@gnu.org>
15414
15415         * config/srclist.txt (*setenv.[ch]): get from coreutils.
15416         * config/srclistvars.sh (COREUTILS): new var.
15417
15418 2006-03-17  Jim Meyering  <jim@meyering.net>
15419
15420         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
15421         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
15422
15423 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
15424
15425         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
15426         no longer needs it.  Instead, check that regoff_t is as least
15427         as wide as ptrdiff_t.
15428
15429         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
15430         so that our regex.h stays compatible with the installed regex.
15431         This is helpful for installers who configure --without-included-regex.
15432         Problem reported by Emanuele Giaquinta.
15433
15434 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
15435
15436         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
15437         Typedef to long int, not to off_, as POSIX will likely change
15438         in that direction.
15439
15440 2006-03-15  Eric Blake  <ebb9@byu.net>
15441
15442         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
15443
15444 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
15445
15446         * lib/argp-help.c (validate_uparams): Fix typo
15447         * lib/argp-parse.c (argp_default_options): Consistently begin help
15448         messages with a lowercase letter.
15449
15450 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
15451
15452         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
15453         overrun buffers and shouldn't be used (much as gets shouldn't be
15454         used).
15455         * lib/time_r.c (asctime_r, ctime_r): Likewise.
15456
15457 2006-03-08  Simon Josefsson  <jas@extundo.com>
15458
15459         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
15460         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
15461
15462 2006-03-08  Simon Josefsson  <jas@extundo.com>
15463
15464         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
15465         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
15466
15467 2006-03-08  Simon Josefsson  <jas@extundo.com>
15468
15469         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
15470         signal that configure disabled the device.
15471
15472 2006-03-08  Simon Josefsson  <jas@extundo.com>
15473
15474         * build-aux/maint.mk: Fix refresh-po, to handle no translated
15475         languages.
15476
15477 2006-03-07  Simon Josefsson  <jas@extundo.com>
15478
15479         * modules/getopt (Depends-on): Add unistd.
15480
15481         * modules/unistd: New file.
15482
15483 2006-03-07  Simon Josefsson  <jas@extundo.com>
15484
15485         * modules/gc-random: New file.
15486
15487 2006-03-07  Simon Josefsson  <jas@extundo.com>
15488
15489         * m4/unistd_h.m4: New file.
15490
15491 2006-03-07  Simon Josefsson  <jas@extundo.com>
15492
15493         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
15494         test to be side-effect free by storing the result in the cache
15495         variable gl_cv_lib_readline, and moving the assignment of
15496         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
15497         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
15498
15499 2006-03-07  Simon Josefsson  <jas@extundo.com>
15500
15501         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
15502         error on missing devices (the functions will return an error).
15503
15504         * m4/gc.m4: Move random stuff to gc-random.m4
15505
15506 2006-03-07  Simon Josefsson  <jas@extundo.com>
15507
15508         * lib/unistd_.h: New file.
15509
15510 2006-03-07  Simon Josefsson  <jas@extundo.com>
15511
15512         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
15513
15514 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
15515
15516         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
15517         Problem reported by Juan Manuel Guerrero.
15518
15519 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
15520
15521         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
15522         the unistd module.
15523         * lib/getlogin_r.c: Likewise.
15524         * lib/getlogin_r.h: Likewise.
15525         * lib/glob.c: Likewise.
15526         * lib/pagealign_alloc.c: Likewise.
15527         * lib/unistd_.h: Remove; no longer needed.
15528
15529 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
15530
15531         * MODULES.html.sh (Support for systems lacking POSIX:2001):
15532         Add unistd.
15533         * modules/c-stack (Depends-on): Add unistd.
15534         * modules/getlogin_r: Likewise.
15535         * modules/glob: Likewise.
15536         * modules/pagealign_alloc: Likewise.
15537         * modules/unistd (Files): Remove lib/unistd_.h.
15538         (EXTRA_DIST): Remove.
15539         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
15540         need unistd_.h.
15541         (MOSTLYCLEANFILES): Remove unistd.h-t.
15542
15543 2006-03-03  Simon Josefsson  <jas@extundo.com>
15544
15545         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
15546
15547 2006-03-03  Simon Josefsson  <jas@extundo.com>
15548
15549         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
15550         libidn and bison.
15551
15552 2006-03-03  Simon Josefsson  <jas@extundo.com>
15553
15554         * build-aux/maint.mk: Add indent target.
15555
15556 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
15557
15558         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
15559         our replacement poll.h in any case, to avoid a differing
15560         declaration from a system header.  Seen on AIX.
15561
15562 2006-03-01  Simon Josefsson  <jas@extundo.com>
15563
15564         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
15565         <kasal@ucw.cz>.
15566
15567 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
15568
15569         * modules/gettime (Depends-on): Add extensions module.
15570         * modules/nanosleep (Depends-on): Likewise.
15571         * modules/settime (Depends-on): Likewise.
15572
15573 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
15574
15575         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
15576         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
15577         pedantically.
15578         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
15579         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
15580
15581         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
15582         not "==".  Reported by Ralf Wildenhues.
15583
15584 2006-03-01  Karl Berry  <karl@gnu.org>
15585
15586         * doc/Copyright/request-*: new files, synced from gnuorg.
15587
15588 2006-03-01  Karl Berry  <karl@gnu.org>
15589
15590         * config/srclist.txt (Copyright/*): new entries.
15591
15592 2006-02-28  Simon Josefsson  <jas@extundo.com>
15593
15594         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
15595
15596 2006-02-27  Simon Josefsson  <jas@extundo.com>
15597
15598         * lib/base64.h: Indent #define's.  From Jim Meyering
15599         <jim@meyering.net>.
15600
15601 2006-02-27  Jim Meyering  <jim@meyering.net>
15602
15603         Revert the change of 2006-02-24, so these files can continue
15604         to be sync'd from gettext.
15605         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
15606         of `config.h'.
15607
15608 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
15609
15610         * modules/intprops: New file.
15611         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
15612         Add intprops.
15613         * modules/getloadavg (Files): Remove lib/intprops.h.
15614         (Depends-on): Add intprops.
15615         * modules/human: Likewise.
15616         * modules/inttostr: Likewise.
15617         * modules/openat: Likewise.
15618         * modules/sig2str: Likewise.
15619         * modules/userspec: Likewise.
15620         * modules/utimecmp: Likewise.
15621         * modules/xnanosleep: Likewise.
15622         * modules/xstrtol: Likewise.
15623
15624 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
15625
15626         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
15627         * modules/lock-tests (TESTS): Use $(EXEEXT).
15628         * modules/tls-tests: Likewise.
15629         * modules/argp-tests: Likewise.
15630         (check_PROGRAMS): New var, replacing...
15631         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
15632
15633 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15634
15635         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
15636         `config.h'.
15637
15638 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
15639
15640         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
15641
15642 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15643
15644         Sync from coreutils.
15645         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
15646         gl_CHDIR_SAFER.
15647
15648 2006-02-22  Jim Meyering  <jim@meyering.net>
15649
15650         Sync from coreutils.
15651         * m4/chdir-safer.m4: New file.
15652
15653 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
15654
15655         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
15656         AT_FDCWD exceeds INT_MAX.
15657         * lib/openat.h (AT_FDCWD): Likewise.
15658
15659 2006-02-17  Eric Blake  <address@hidden>
15660
15661         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
15662
15663 2006-02-16  Simon Josefsson  <jas@extundo.com>
15664
15665         * modules/getaddrinfo (Depends-on): Add sys_socket.
15666
15667 2006-02-15  Simon Josefsson  <jas@extundo.com>
15668
15669         * build-aux/maint.mk: Add dsyntax-check rule.
15670
15671 2006-02-15  Eric Blake  <ebb9@byu.net>
15672
15673         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
15674         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
15675         'present but cannot compile' warnings on cygwin.
15676         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
15677         use ws2tcpip.h if sys/socket.h works.
15678         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
15679         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
15680
15681 2006-02-14  Simon Josefsson  <jas@extundo.com>
15682
15683         * modules/maintainer-makefile (Files): Rename.
15684
15685         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
15686         and (the local) Makefile.cfg to maint-cfg.mk.
15687
15688         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
15689         to the latter.
15690
15691         * modules/maintainer-makefile: New module.
15692
15693         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
15694         severaly stripped to make it possible to build it up from scratch
15695         with reliable tests.
15696
15697         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
15698         fixes to permit overriding the default actions when configure and
15699         makefile are not available.
15700
15701 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
15702
15703         Sync from coreutils.
15704         * modules/lstat (Depends-on): Don't depend on xalloc.
15705         (License): Change from GPL to LGPL, since this is now simply a
15706         replacement for a libc function.
15707
15708 2006-02-14  Jim Meyering  <jim@meyering.net>
15709
15710         Sync from coreutils.
15711
15712         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
15713         failure on deficient systems, and simplify gnulib lgpl dependencies.
15714         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
15715         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
15716
15717         * lib/xalloc-die.c: Remove unused definition of N_.
15718
15719 2006-02-14  Jim Meyering  <jim@meyering.net>
15720
15721         Sync from coreutils.
15722         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
15723         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
15724         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
15725         double-quote uses of that variable, to accommodate the rare case in
15726         which getmntent is available in none of the libraries checked.  This
15727         happens at least on FreeBSD 5.0.
15728
15729 2006-02-13  Simon Josefsson  <jas@extundo.com>
15730
15731         * gnulib-tool (Usage): Fix --import, from
15732         karl@freefriends.org (Karl Berry).
15733
15734 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
15735
15736         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
15737
15738 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
15739
15740         * lib/argp-namefrob.h: Restore changes accidentally lost during the
15741         "autoupdate" on 2005-12-12.
15742
15743 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
15744
15745         * modules/closeout (Depends-on): Remove atexit.
15746
15747 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
15748
15749         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
15750         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
15751
15752 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
15753
15754         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
15755         __EXTENSIONS__ if this causes compilation to fail.  Problem
15756         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
15757         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
15758
15759 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
15760
15761         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
15762         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
15763         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
15764         All uses changed.
15765
15766 2006-01-26  Simon Josefsson  <jas@extundo.com>
15767
15768         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
15769         prototype is visible on mingw32.
15770
15771         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
15772         for mingw32.
15773
15774         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
15775         mingw32).
15776
15777 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
15778
15779         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
15780         attempt to open for write; this always fails, at least on POSIX
15781         hosts.  This reinstates the 2006-01-09 change, which was
15782         inadvertently removed.
15783
15784 2006-01-26  Bruno Haible  <bruno@clisp.org>
15785
15786         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
15787         Reported by Paul Eggert.
15788
15789 2006-01-26  Bruno Haible  <bruno@clisp.org>
15790             Paul Eggert  <eggert@cs.ucla.edu>
15791
15792         * lib/stdbool_.h (_Bool)
15793         [(! (defined __cplusplus || defined __BEOS__)
15794           && !defined __GNUC__
15795           && !(defined __HP_cc || defined __xlc__
15796                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
15797                || defined __sgi))]:
15798         #define to signed char in these cases too; this simplifies
15799         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
15800         etc., separately) and makes it more conservative.
15801
15802 2006-01-25  Simon Josefsson  <jas@extundo.com>
15803
15804         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
15805         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
15806         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
15807
15808 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
15809
15810         * lib/argp-namefrob.h: Bugfix. Remove stray #
15811
15812 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
15813
15814         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
15815         so that we test the test.
15816         Check for yet another HP-UX cc bug involving *bool |= bool.
15817
15818 2006-01-25  Karl Berry  <karl@gnu.org>
15819
15820         * config/srclist.txt (vasnprintf.c): sync lost.
15821
15822 2006-01-25  Jim Meyering  <jim@meyering.net>
15823
15824         Sync from the stable (b5) branch of coreutils:
15825
15826         * lib/fts.c (fts_children): Don't let close() clobber errno from
15827         failed fchdir().
15828
15829         * lib/fts.c (fts_stat): When following a symlink-to-directory,
15830         don't necessarily interpret stat-fails+lstat-succeeds as indicating
15831         a dangling symlink.  That can also happen at least for ELOOP.
15832         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
15833         FYI, this bug predates the inclusion of fts.c in coreutils.
15834
15835         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
15836         in their own block, so pre-c99 compilers don't object.
15837
15838         Avoid the double-free (first in fts_read, second in fts_close) that
15839         would occur when an `active' directory is made inaccessible (e.g.,
15840         via chmod a-x) during a traversal.
15841         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
15842         before returning.  Reproduce this failure by
15843         mkdir -p a/b; cd a; chmod a-x . b
15844         Reported by Stavros Passas.
15845
15846 2006-01-25  Jim Meyering  <jim@meyering.net>
15847
15848         * lib/fileblocks.c: Remove more useless parentheses.
15849         * lib/readutmp.h: Likewise.
15850
15851 2006-01-25  Bruno Haible  <bruno@clisp.org>
15852
15853         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
15854         warnings.
15855         Reported by Paul Eggert.
15856
15857 2006-01-25  Bruno Haible  <bruno@clisp.org>
15858
15859         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
15860         rid of a trap command. For Solaris sh.
15861         Reported by Mark D. Baushke <mdb@gnu.org>.
15862
15863 2006-01-24  Simon Josefsson  <jas@extundo.com>
15864
15865         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
15866         Bruno.
15867
15868 2006-01-24  Karl Berry  <karl@gnu.org>
15869
15870         * config/srclist.txt (argp-namefrob.h): sync lost.
15871
15872 2006-01-24  Jim Meyering  <jim@meyering.net>
15873
15874         * modules/openat (Files): Add lib/intprops.h.
15875         From Mark D. Baushke.
15876
15877 2006-01-24  Jim Meyering  <jim@meyering.net>
15878
15879         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
15880         Reported by Mark D. Baushke.
15881
15882 2006-01-24  Jim Meyering  <jim@meyering.net>
15883
15884         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
15885
15886 2006-01-24  Bruno Haible  <bruno@clisp.org>
15887
15888         * modules/strnlen (Maintainer): Change from glibc to all.
15889
15890 2006-01-24  Bruno Haible  <bruno@clisp.org>
15891
15892         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
15893         Patch by Paul Eggert.
15894
15895 2006-01-24  Bruno Haible  <bruno@clisp.org>
15896
15897         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
15898         already has it.
15899         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
15900         2005-11-26.
15901
15902         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
15903         'signed char' to avoid problems with the built-in _Bool type.
15904         Reported by Paul Eggert on 2005-11-26.
15905
15906 2006-01-24  Bruno Haible  <bruno@clisp.org>
15907
15908         * gnulib-tool (func_import): Avoid constructing complicated sed
15909         expressions inside backquote.
15910         Report and solution by Mark D. Baushke <mdb@gnu.org>.
15911
15912 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
15913
15914         These changes imported from libc.
15915         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
15916         test and two separate function calls.
15917         * lib/strndup.c (__strndup): Add libc_hidden_def.
15918
15919 2006-01-23  Simon Josefsson  <jas@extundo.com>
15920
15921         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
15922         Remove the test_*_SOURCES variable: automake infers it by default.
15923         * modules/tls-tests: Likewise.
15924
15925 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
15926
15927         Work around porting bugs reported by Dieter in
15928         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
15929         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
15930         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
15931         Include "getopt.h" first, to check interface.
15932         (getenv): Declare only if defined HAVE_DECL_GETENV &&
15933         !HAVE_DECL_GETENV.
15934         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
15935         (__strndup): Revert to K&R-style function dfns, the glibc style.
15936         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
15937         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
15938         Include strnlen.h first, to get prototype properly.
15939         (strnlen): Renamed from __strnlen.
15940         Remove weak alias.
15941
15942 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
15943
15944         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
15945
15946 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
15947
15948         * config/srclist.txt: Adjust to reflect glibc reorganization.
15949         This affects only comments.
15950
15951 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
15952
15953          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
15954          Reported by Bruce Korb <bkorb@gnu.org>.
15955
15956 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
15957
15958         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
15959         to pacify gcc -Wswitch-default.
15960
15961 2006-01-22  Bruno Haible  <bruno@clisp.org>
15962
15963         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
15964         temporary buffer for sprintf, take into account the precision also
15965         for 'd', 'i', 'u', 'o', 'x', 'X'.
15966
15967 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
15968
15969         * modules/argp-tests: New module
15970         * tests/test-argp.c: New file
15971         * tests/test-argp-2.sh: New file
15972
15973 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
15974
15975         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
15976         (__argp_base_name): Removed
15977         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
15978         typo.
15979         (__argp_base_name): Provide macro definition or extern declaration
15980         depending on the configuration
15981
15982 2006-01-20  Simon Josefsson  <jas@extundo.com>
15983
15984         * modules/inet_ntop (Depends-on): Depend on sys_socket.
15985
15986 2006-01-20  Simon Josefsson  <jas@extundo.com>
15987
15988         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
15989
15990 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
15991
15992         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
15993         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
15994         Suggested by Bruno Haible.
15995
15996 2006-01-20  Karl Berry  <karl@gnu.org>
15997
15998         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
15999         until changes propagate, I guess.
16000
16001 2006-01-19  Simon Josefsson  <jas@extundo.com>
16002
16003         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
16004
16005 2006-01-19  Simon Josefsson  <jas@extundo.com>
16006
16007         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
16008
16009 2006-01-19  Simon Josefsson  <jas@extundo.com>
16010
16011         * gnulib-tool: Set check_PROGRAMS.
16012
16013         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
16014         modules/des-tests, modules/gc-arcfour-tests,
16015         modules/gc-arctwo-tests, modules/gc-des-tests,
16016         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
16017         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
16018         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
16019         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
16020         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
16021         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
16022         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
16023         test_*_SOURCES.
16024
16025 2006-01-18  Simon Josefsson  <jas@extundo.com>
16026
16027         * modules/socklen (Depends-on): Depend on sys_socket.
16028
16029 2006-01-18  Simon Josefsson  <jas@extundo.com>
16030
16031         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
16032         modules/des-tests, modules/gc-arcfour-tests,
16033         modules/gc-arctwo-tests, modules/gc-des-tests,
16034         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
16035         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
16036         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
16037         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
16038         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
16039         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
16040         $(EXEEXT) to automake TESTS variable, for mingw32.
16041
16042 2006-01-17  Simon Josefsson  <jas@extundo.com>
16043
16044         * modules/socklen (Include): Need sys/socket.h.
16045
16046 2006-01-17  Bruno Haible  <bruno@clisp.org>
16047
16048         * modules/ssize_t (Include): Add <sys/types.h>.
16049
16050 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
16051
16052         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
16053         it's not portable and it doesn't work with cross-compiles.
16054         Problem reported by Bruno Haible.  Fix missing-$ typo in
16055         'test "gl_cv_ignore_unused_libraries" ...' that prevented
16056         -zignore from being used with Sun's C compiler.
16057
16058 2006-01-12  Simon Josefsson  <jas@extundo.com>
16059
16060         * lib/base64.c: Fix warning, reported by Bruno Haible
16061         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
16062
16063 2006-01-12  Bruno Haible  <bruno@clisp.org>
16064
16065         * modules/ldd: New file.
16066         * build-aux/ldd.sh.in: New file.
16067         * MODULES.html.sh (Support for building libraries and executables): Add
16068         ldd.
16069
16070 2006-01-12  Bruno Haible  <bruno@clisp.org>
16071
16072         * m4/ldd.m4: New file.
16073
16074 2006-01-12  Bruno Haible  <bruno@clisp.org>
16075
16076         * gnulib-tool (func_import, func_create_testdir): Don't go into an
16077         endless loop while replacing $auxdir with build-aux.
16078
16079 2006-01-11  Simon Josefsson  <jas@extundo.com>
16080
16081         * lib/stdint_.h (SIZE_MAX): Add missing (.
16082
16083 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
16084
16085         Sync from coreutils.
16086         * lib/md5.c: Fix commentary typos.
16087         (alignof, UNALIGNED_P): No need for a GCC-specific version.
16088         * lib/md5.h (__attribute__): Remove; unused.
16089         * lib/sha1.c: Fix commentary to match md5 better.
16090         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
16091         so that we don't need to worry about alignment.  All uses changed.
16092         This merges the 2005-10-28 md5 change into sha1.
16093
16094 2006-01-11  Jim Meyering  <jim@meyering.net>
16095
16096         Sync from coreutils.
16097         * lib/md5.c (OP): Fix spacing.
16098
16099 2006-01-11  Bruno Haible  <bruno@clisp.org>
16100
16101         Ensure automatic ordering between gl_LOCK and gl_ARGP.
16102         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
16103         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
16104
16105 2006-01-11  Bruno Haible  <bruno@clisp.org>
16106
16107         Ensure automatic ordering between gl_LOCK and gl_ARGP.
16108         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
16109         the "early" section as well.
16110
16111 2006-01-11  Bruno Haible  <bruno@clisp.org>
16112
16113         Avoid "ar: no archive members specified" error on MacOS X.
16114         * gnulib-tool (func_modules_add_dummy): New function.
16115         (func_import, func_create_testdir): Invoke it.
16116
16117 2006-01-11  Bruno Haible  <bruno@clisp.org>
16118
16119         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
16120         with $auxdir in AC_CONFIG_FILES statements.
16121
16122 2006-01-11  Bruno Haible  <bruno@clisp.org>
16123
16124         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
16125         Initialize also noinst_HEADERS to empty.
16126
16127 2006-01-11  Bruno Haible  <bruno@clisp.org>
16128
16129         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
16130         variables.
16131         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
16132         autoreconf.
16133
16134 2006-01-11  Bruno Haible  <bruno@clisp.org>
16135
16136         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
16137         overridable by the user.
16138         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
16139
16140 2006-01-10  Simon Josefsson  <jas@extundo.com>
16141
16142         * modules/sys_socket: New file.
16143
16144 2006-01-10  Simon Josefsson  <jas@extundo.com>
16145
16146         * m4/sys_socket_h.m4: New file.
16147
16148 2006-01-10  Simon Josefsson  <jas@extundo.com>
16149
16150         * lib/socket_.h: New file.
16151
16152 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
16153
16154         * modules/readutmp (Maintainer): Add myself.
16155
16156 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
16157
16158         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
16159         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
16160         People who are still concerned with buggy memcmp implementations
16161         can invoke gl_FUNC_MEMCMP themselves.
16162
16163 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
16164
16165         * lib/regex_internal.h (BITSET_WORD_BITS):
16166         Work around a bug in 64-bit PGC (before version 6.1-2), where the
16167         preprocessor mishandles large unsigned values as if they were signed.
16168         Problem reported by Claudio Fontana in
16169         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
16170
16171 2006-01-10  Jim Meyering  <jim@meyering.net>
16172
16173         Avoid the double-free (first in fts_read, second in fts_close) that
16174         would occur when an `active' directory is made inaccessible (e.g.,
16175         via chmod a-x) during a traversal.
16176         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
16177         before returning.  Reproduce this failure by
16178         mkdir -p a/b; cd a; chmod a-x . b
16179         Reported by Stavros Passas.
16180
16181         Sync from coreutils.
16182         * lib/sha1.c: Tweak grammar in a comment.
16183
16184 2006-01-10  Jim Meyering  <jim@meyering.net>
16185
16186         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
16187         Patch by Joerg Sonnenberger.
16188
16189 2006-01-10  Bruno Haible  <bruno@clisp.org>
16190
16191         * modules/readutmp: Depend on module free.
16192         * modules/strtok_r: Depend on module restrict.
16193
16194 2006-01-10  Bruno Haible  <bruno@clisp.org>
16195
16196         * modules/gettext (configure.ac): Add an invocation of
16197         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
16198
16199 2006-01-10  Bruno Haible  <bruno@clisp.org>
16200
16201         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
16202         Reported by Werner Lemberg <wl@gnu.org>.
16203
16204 2006-01-10  Bruno Haible  <bruno@clisp.org>
16205
16206         * lib/localcharset.c: Update from GNU gettext.
16207
16208 2006-01-10  Bruno Haible  <bruno@clisp.org>
16209
16210         * lib/argp.h (__const): Remove macro. Use const instead.
16211         * lib/argp-fmtstream.h (__const): Likewise.
16212         * lib/glob_.h (__const): Remove macro.
16213         * lib/glob-libc.h: Use const instead of __const.
16214
16215 2006-01-10  Bruno Haible  <bruno@clisp.org>
16216
16217         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
16218         variable.
16219         Needed to avoid an automake error regarding the 'gettext' module.
16220
16221 2006-01-09  Simon Josefsson  <jas@extundo.com>
16222
16223         * modules/inet_ntop (Depends-on): Add restrict.
16224
16225 2006-01-09  Simon Josefsson  <jas@extundo.com>
16226
16227         * modules/gc-rijndael-tests (License): Put under LGPL.
16228
16229         * modules/gc-des-tests (License): Likewise.
16230
16231         * modules/gc-arcfour-tests (License): Likewise.
16232
16233         * modules/gc-arctwo-tests (License): Likewise.
16234
16235         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
16236
16237         * modules/gc-hmac-sha1-tests (Files): Likewise.
16238
16239         * modules/gc-hmac-md5-tests (License): Likewise.
16240
16241         * modules/gc-sha1-tests (License): Likewise.
16242
16243         * modules/gc-md5-tests (License): Likewise.
16244
16245         * modules/gc-md4-tests (License): Likewise.
16246
16247         * modules/gc-md2-tests (License): Likewise.
16248
16249         * modules/gc-tests (License): Likewise.
16250
16251         * modules/des-tests (License): Likewise.
16252
16253         * modules/md4-tests (License): Likewise.
16254
16255         * modules/md2-tests (License): Likewise.
16256
16257 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
16258
16259         Sync from coreutils:
16260
16261         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
16262         * modules/lib-ignore: New file.
16263         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
16264         chdir-safer.m4, lchmod.m4.
16265         * modules/openat: Add mkdirat.c, openat-priv.h.
16266
16267 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
16268
16269         Sync from coreutils.
16270         * m4/lib-ignore.m4: New file.
16271         * m4/lchmod.m4: New file.
16272
16273 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
16274
16275         Sync from coreutils.
16276         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
16277         for write access: POSIX says that must fail.
16278         * lib/fts.c (diropen): Likewise.
16279         * lib/save-cwd.c (save_cwd): Likewise.
16280         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
16281         well, for minor improvements on hosts that lack O_DIRECTORY.
16282         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
16283         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
16284         Fall back on chown if open failed with EACCES.
16285
16286         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
16287         Report an error at compile-time if only a 1-second nominal clock
16288         resolution is found.
16289
16290         * lib/lchmod.h: New file.
16291         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
16292         (make_dir_parents): Use lchown rather than chown, and
16293         lchmod rather than chmod.
16294
16295         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
16296         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
16297         "proc" reported by n0dalus.
16298
16299         * lib/mountlist.c: Include <limits.h>.
16300         (dev_from_mount_options)
16301         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
16302         New function.  It no longer assumes "dev=" has the System V meaning
16303         on Linux (since it doesn't).  It also parses "dev=" more carefully.
16304         (read_file_system_list)
16305         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
16306         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
16307         dev= in that case.
16308
16309         * lib/posixtm.h (PDS_PRE_2000): New macro.
16310         * lib/posixtm.c (year): Arg is now syntax_bits rather than
16311         allow_century.  All usages changed.  Reject dates outside the range
16312         1969-1999 if PDS_PRE_2000 is used.
16313
16314 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
16315
16316         Sync from coreutils.
16317         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
16318         (Time of day items): Mention the possibility of leap seconds.
16319         Problem reported by Dr. David Alan Gilbert.
16320
16321 2006-01-09  Jim Meyering  <jim@meyering.net>
16322
16323         Sync from coreutils.
16324
16325         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
16326
16327         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
16328
16329         * lib/modechange.c (mode_compile): Reject an invalid mode string
16330         that starts with an octal digit.  From Andreas Gruenbacher.
16331
16332         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
16333         and dup to open_safer and dup_safer, respectively.
16334         (openat_permissive): Fix typo in comment.
16335
16336         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
16337         "gettext.h"; either no longer needed or are guaranteed by openat.h.
16338         (_): Remove; no longer needed.
16339         (openat): Renamed from rpl_openat; no need for rpl_openat
16340         since openat.h renames openat for us.
16341         Replace most of the body with a call to openat_permissive,
16342         to avoid duplicate code.
16343         Port to (probably hypothetical) environments were mode_t is
16344         wider than int.
16345         (openat_permissive): Require mode arg, so that we can check
16346         types better.  Put it just after flags.  Change cwd failure
16347         indicator from pointer-to-bool to pointer-to-errno-value.
16348         All callers changed.
16349         Invoke openat_save_fail and/or openat_restore_fail if
16350         cwd_errno is null, so that openat can call us.
16351         (openat_permissive, fdopendir, fstatat, unlinkat):
16352         Simplify errno handling to avoid some duplicate code,
16353         as it's OK to set errno on success.
16354         * lib/openat.h: Revamp code so that function macros depend on
16355         __OPENAT_PREFIX only, not also on AT_FDCWD.
16356         (openat_ro): Remove.  Caller changed to use openat_permissive.
16357         (openat_permissive): Now a macro, if not a function.
16358         (openat_restore_fail, openat_save_fail): Now always functions,
16359         since mkdirat needs them even if __OPENAT_PREFIX is defined.
16360
16361         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
16362         and openat.c.
16363         * lib/mkdirat.c: Include openat-priv.h.
16364         Remove definitions of macros defined therein.
16365         * lib/openat.c: Likewise.
16366
16367         * lib/mkdirat.c (mkdirat): New file and function.
16368         * lib/openat.h (mkdirat): Declare.
16369
16370         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
16371
16372         * lib/openat.h (openat_permissive): Declare.
16373         (openat_ro): Define.
16374
16375         * lib/openat.c (EXPECTED_ERRNO): New macro.
16376         (openat_permissive): New function -- used in remove.c rewrite.
16377         (all functions): Set errno just before returning, only if there
16378         was an actual failure.
16379         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
16380
16381         Emulate openat-family functions using Linux's procfs, if possible.
16382         Idea and some code based on Ulrich Drepper's glibc changes.
16383
16384         * lib/openat.c: (BUILD_PROC_NAME): New macro.
16385         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
16386         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
16387         before falling back on save_cwd and restore_cwd.
16388         (fdopendir, fstatat, unlinkat): Likewise.
16389
16390         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
16391         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
16392
16393         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
16394         as second argument to va_arg.  Otherwise, some versions of gcc
16395         warn that `if this code is reached, the program will abort'.
16396
16397 2006-01-09  Jim Meyering  <jim@meyering.net>
16398
16399         Sync from coreutils.
16400         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
16401         Require openat-priv.h.
16402
16403 2006-01-09  Bruno Haible  <bruno@clisp.org>
16404
16405         * modules/strnlen (Include): Use strnlen.h.
16406
16407 2006-01-09  Bruno Haible  <bruno@clisp.org>
16408
16409         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
16410
16411 2006-01-09  Bruno Haible  <bruno@clisp.org>
16412
16413         * lib/sysexit_.h (EX_OK): New macro.
16414         Suggested by Martin Lambers <marlam@marlam.de>.
16415
16416 2006-01-09  Bruno Haible  <bruno@clisp.org>
16417
16418         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
16419         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
16420
16421 2006-01-09  Bruno Haible  <bruno@clisp.org>
16422
16423         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
16424         numbers.
16425
16426 2006-01-09  Bruno Haible  <bruno@clisp.org>
16427
16428         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
16429         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
16430         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
16431         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
16432
16433 2006-01-09  Bruno Haible  <bruno@clisp.org>
16434
16435         * build-aux/javacomp.sh.in: New file, moved from lib/.
16436         * modules/javacomp-script (Files): Update.
16437         (configure.ac): Add AC_CONFIG_FILES invocation.
16438         (EXTRA_DIST): Remove variable.
16439
16440         * build-aux/javaexec.sh.in: New file, moved from lib/.
16441         * modules/javaexec (Files): Update.
16442         (configure.ac): Add AC_CONFIG_FILES invocation.
16443         (EXTRA_DIST): Remove javaexec.sh.in.
16444
16445         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
16446         * modules/csharpcomp-script (Files): Update.
16447         (configure.ac): Add AC_CONFIG_FILES invocation.
16448         (EXTRA_DIST): Remove variable.
16449
16450         * build-aux/csharpexec.sh.in: New file, moved from lib/.
16451         * modules/csharpexec (Files): Update.
16452         (configure.ac): Add AC_CONFIG_FILES invocation.
16453         (EXTRA_DIST): Remove csharpexec.sh.in.
16454
16455 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
16456
16457         Sync from coreutils.
16458
16459         Add POSIX ACL support
16460         * lib/acl.h (copy_acl, set_acl): Add declarations.
16461         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
16462         systems other than Linux.
16463         (chmod_or_fchmod): New function: use fchmod when possible,
16464         and chmod otherwise.
16465         (file_has_acl): Add a POSIX ACL implementation, with a
16466         Linux-specific subcase.
16467         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
16468         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
16469         acls are unsupported.
16470         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
16471         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
16472         are unsupported.
16473
16474 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
16475
16476         Sync from coreutils.
16477         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
16478
16479 2006-01-07  Bruno Haible  <bruno@clisp.org>
16480
16481         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
16482         gl_EARLY.
16483
16484 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
16485
16486         * lib/strftime.c (tzname): Don't declare if it is already #defined.
16487         Problem reported for Mingw by Mark Junker.
16488
16489 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
16490
16491         * README: Gnulib normally doesn't generate a tarball.
16492
16493 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
16494
16495         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
16496         long int, not int, for nanosecond counts, so that people who are
16497         used to POSIX struct timespec won't be surprised.  Reported by Jim
16498         Meyering.
16499
16500 2005-12-28  Bruno Haible  <bruno@clisp.org>
16501
16502         * build-aux/config.rpath: Update from GNU gettext.
16503
16504 2005-12-16  Jim Meyering  <jim@meyering.net>
16505
16506         * modules/fprintftime: New module.
16507         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
16508
16509 2005-12-16  Jim Meyering  <jim@meyering.net>
16510
16511         * m4/fprintftime.m4: New file.
16512
16513 2005-12-16  Jim Meyering  <jim@meyering.net>
16514
16515         * lib/fprintftime.c, lib/fprintftime.h: New files.
16516
16517 2005-12-15  Simon Josefsson  <jas@extundo.com>
16518
16519         * modules/socklen (configure.ac): Fix M4 macro name, to align with
16520         new m4/socklen.m4.
16521
16522 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
16523
16524         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
16525         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
16526
16527 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
16528
16529         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
16530         * lib/argp-help.c (fill_in_uparams): Check if the constructed
16531         struct uparams is valid. Fall back to the default values if it is
16532         not.
16533
16534 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
16535
16536         * modules/argp (Files): Add argp-pin.c
16537         (Depends-on): dirname
16538         (lib_SOURCES): Add argp-pin.c
16539
16540 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
16541
16542         * m4/argp.m4:  Check if program_invocation_name and
16543         program_invocation_short_name are declared and define appropriate
16544         macros if they are not.
16545
16546 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
16547
16548         * lib/argp-help.c (__argp_base_name): New function
16549         (__argp_short_program_name): Rewrite using __argp_base_name
16550         * lib/argp-namefrob.h: Define program_invocation_name and
16551         program_invocation_short_name if requested
16552         (__argp_base_name): Add prototype
16553         * lib/argp-parse.c (argp_def): Use gettext wrappers
16554         (argp_default_parser): Use __argp_base_name
16555         * lib/argp-pin.c: New file. Defines program_invocation_name and
16556         program_invocation_short_name on systems that lack them.
16557
16558 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
16559
16560         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
16561         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
16562         porting problem reported by Georg Schwarz in
16563         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
16564
16565 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
16566
16567         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
16568         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
16569         porting problem reported by Georg Schwarz in
16570         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
16571
16572 2005-12-05  Bruno Haible  <bruno@clisp.org>
16573
16574         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
16575         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
16576         Reported by Mark Junker <mjscod@gmx.de>.
16577
16578 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
16579
16580         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
16581         Use implementation from Albert Chin, with some
16582         comments/corrections by Stepan Kasal and myself.
16583
16584 2005-12-02  Bruno Haible  <bruno@clisp.org>
16585
16586         * gnulib-tool (func_import): Accept GPLed build tool modules when
16587         --lgpl is given.
16588         * modules/csharpcomp-script: New file.
16589         * modules/csharpcomp: Depend on it.
16590         * modules/javacomp-script: New file.
16591         * modules/javacomp: Depend on it.
16592         Suggested by Simon Josefsson.
16593
16594 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
16595
16596         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
16597         statement, to work around an HP-UX 10.20 compiler bug reported by
16598         Peter O'Gorman.
16599
16600 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
16601
16602         * modules/savedir (Depends-on): Add openat.
16603
16604 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
16605
16606         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
16607         (uintmax_t) [defined uintmax_t]: Do not declare.
16608         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
16609         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
16610         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
16611         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
16612         sake of portability to weird hosts that C allows (though we don't
16613         know of any practical examples).
16614
16615         * lib/savedir.h (fdsavedir): New decl.
16616         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
16617         contains most of the former guts of savedir.
16618         (savedir): Use savedirstream.
16619         Include "openat.h".
16620
16621 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
16622
16623         * modules/obstack (Files): Add m4/ulonglong.m4.
16624         Problem reported by Davide Angelocola.
16625
16626 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
16627
16628         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
16629         coreutils no longer futzes with rounding modes.
16630
16631 2005-11-14  Jim Meyering  <jim@meyering.net>
16632
16633         * lib/mkstemp-safer.c: Include <config.h>, required for possible
16634         replacement of mkstemp.
16635
16636 2005-11-10  Simon Josefsson  <jas@extundo.com>
16637
16638         * lib/readline.c: Remove EOL.
16639
16640 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
16641
16642         * modules/gethrxtime (Depends-on): Add gettime.
16643
16644 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
16645
16646         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
16647         or gettimeofday; no longer needed.
16648
16649 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
16650
16651         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
16652         time business.
16653         (gethrxtime) [! (HAVE_NANOUPTIME
16654         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
16655         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
16656         our own approximation.
16657
16658 2005-11-08  Eric Blake  <ebb9@byu.net>
16659
16660         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
16661
16662 2005-11-08  Eric Blake  <ebb9@byu.net>
16663
16664         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
16665
16666 2005-11-04  Bruno Haible  <bruno@clisp.org>
16667
16668         * gnulib-tool: Implement --update mode.
16669
16670 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
16671
16672         Fix porting problem reported by Theodoros V. Kalamatianos.
16673         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
16674         Don't assume that futimes failing means we must fail.
16675
16676 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
16677
16678         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
16679         variables to suggest the intended function of the PATH_MAX check.
16680
16681 2005-10-30  Kean Johnston  <jkj@sco.com>
16682
16683         Trivial changes to support SCO systems.
16684         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
16685         as PATH_MAX.
16686         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
16687         where __ptr is null when no I/O is pending.
16688
16689 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
16690
16691         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
16692         leave errno alone.  Problem reported by Dmitry V. Levin.
16693
16694 2005-10-28  Simon Josefsson  <jas@extundo.com>
16695
16696         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
16697         Test more.
16698
16699         * tests/test-gc-md2.c, tests/test-md2.c: New files.
16700
16701         * modules/md2, modules/md2-tests: New files.
16702
16703 2005-10-28  Simon Josefsson  <jas@extundo.com>
16704
16705         * m4/inet_ntop.m4: More tests.
16706
16707         * m4/gc-md2.m4, md2.m4: New file.
16708
16709 2005-10-28  Simon Josefsson  <jas@extundo.com>
16710
16711         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
16712         "restrict" keywords, as per POSIX.  Protect the function
16713         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
16714         Don't use K&R prototypes.  Check the sprintf return values.
16715         Re-define EAFNOSUPPORT if not present.  Indent.
16716
16717         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
16718         suggested by Bruno Haible <bruno@clisp.org>.
16719
16720         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
16721
16722         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
16723
16724         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
16725         libgcrypt).
16726
16727         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
16728
16729         * lib/md2.h, lib/md2.c: New files.
16730
16731 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
16732
16733         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
16734         errno alone.  Problem reported by Frederic Jolliton.
16735
16736 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
16737
16738         * modules/verify (License): Change from GPL to LGPL.  This is a
16739         tiny module and there are apparently near-equivalents that are
16740         under the BSD license.
16741
16742 2005-10-24  Simon Josefsson  <jas@extundo.com>
16743
16744         * modules/sha1: Relicense to LGPL.
16745
16746 2005-10-24  Simon Josefsson  <jas@extundo.com>
16747
16748         * lib/md4.h: Shrink buffer size, now that we changed the type.
16749
16750 2005-10-23  Simon Josefsson  <jas@extundo.com>
16751
16752         * gnulib-tool (func_import): Fix --tests-base.
16753
16754 2005-10-22  Simon Josefsson  <jas@extundo.com>
16755
16756         * modules/arcfour (Depends-on): Need stdint.
16757
16758 2005-10-22  Simon Josefsson  <jas@extundo.com>
16759
16760         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
16761         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
16762
16763 2005-10-22  Simon Josefsson  <jas@extundo.com>
16764
16765         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
16766         suggested by Bruno Haible <bruno@clisp.org>.
16767
16768 2005-10-22  Simon Josefsson  <jas@extundo.com>
16769
16770         * lib/crc.h: Include stddef.h, for size_t.
16771
16772 2005-10-22  Simon Josefsson  <jas@extundo.com>
16773
16774         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
16775         arcfour_context struct (simplify test vector testing in GNU
16776         Shishi).
16777
16778 2005-10-21  Simon Josefsson  <jas@extundo.com>
16779
16780         * modules/des, modules/des-tests: New files.
16781
16782         * modules/gc-des, modules/gc-des-tests: New files.
16783
16784         * tests/test-des.c, tests/test-gc-des.c: New file.
16785
16786 2005-10-21  Simon Josefsson  <jas@extundo.com>
16787
16788         * modules/arctwo, modules/arctwo-tests: New files.
16789
16790         * tests/test-arctwo.c: New file.
16791
16792         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
16793
16794         * tests/test-gc-arctwo.c: New file.
16795
16796 2005-10-21  Simon Josefsson  <jas@extundo.com>
16797
16798         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
16799         Bruno Haible <bruno@clisp.org>.
16800
16801         * m4/gc-des.m4: New file.
16802
16803 2005-10-21  Simon Josefsson  <jas@extundo.com>
16804
16805         * m4/arctwo.m4: New file.
16806
16807         * m4/gc-arctwo.m4: New file.
16808
16809 2005-10-21  Simon Josefsson  <jas@extundo.com>
16810
16811         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
16812         block.
16813
16814 2005-10-21  Simon Josefsson  <jas@extundo.com>
16815
16816         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
16817         <bruno@clisp.org>.
16818
16819         * lib/hmac-sha1.c (hmac_sha1): Likewise.
16820
16821         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
16822         Bruno Haible <bruno@clisp.org>.
16823
16824         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
16825         <bruno@clisp.org>.
16826
16827 2005-10-21  Simon Josefsson  <jas@extundo.com>
16828
16829         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
16830
16831 2005-10-21  Simon Josefsson  <jas@extundo.com>
16832
16833         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
16834
16835 2005-10-21  Simon Josefsson  <jas@extundo.com>
16836
16837         * lib/des.h, lib/des.c: New files.
16838
16839         * lib/gc-gnulib.c: Support DES.c
16840
16841 2005-10-21  Simon Josefsson  <jas@extundo.com>
16842
16843         * lib/arctwo.h, lib/arctwo.c: New files.
16844
16845         * lib/gc-gnulib.c: Support ARCTWO.
16846
16847 2005-10-21  Simon Josefsson  <jas@extundo.com>
16848
16849         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
16850         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
16851
16852 2005-10-21  Simon Josefsson  <jas@extundo.com>
16853
16854         * gnulib-tool (func_import, func_create_testdir): Define automake
16855         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
16856         Makefile.am snippet),
16857         suggested by Bruno Haible <bruno@clisp.org>.
16858
16859         * modules/gc (Makefile.am): Use it.
16860
16861 2005-10-21  Bruno Haible  <bruno@clisp.org>
16862
16863         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
16864         patch.
16865
16866 2005-10-19  Simon Josefsson  <jas@extundo.com>
16867
16868         * tests/test-gc-rijndael.c: New file.
16869
16870         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
16871
16872 2005-10-19  Simon Josefsson  <jas@extundo.com>
16873
16874         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
16875         interface too.
16876
16877 2005-10-19  Simon Josefsson  <jas@extundo.com>
16878
16879         * tests/test-gc-arcfour.c: New file.
16880
16881         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
16882
16883 2005-10-19  Simon Josefsson  <jas@extundo.com>
16884
16885         * modules/gc-md4, modules/gc-md4-tests: New file.
16886
16887         * tests/test-gc-md4.c: New file.
16888
16889 2005-10-19  Simon Josefsson  <jas@extundo.com>
16890
16891         * m4/gc-md4.m4: New file.
16892
16893 2005-10-19  Simon Josefsson  <jas@extundo.com>
16894
16895         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
16896         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
16897         <kasal@ucw.cz>.
16898
16899 2005-10-19  Simon Josefsson  <jas@extundo.com>
16900
16901         * m4/gc-arcfour.m4: New file.
16902
16903         * m4/gc-rijndael.m4: New file.
16904
16905 2005-10-19  Simon Josefsson  <jas@extundo.com>
16906
16907         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
16908
16909 2005-10-19  Simon Josefsson  <jas@extundo.com>
16910
16911         * lib/gc-gnulib.c: Support ARCFOUR.
16912
16913 2005-10-19  Simon Josefsson  <jas@extundo.com>
16914
16915         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
16916         support.
16917
16918         * lib/gc.h: Add ECB enum type.
16919
16920         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
16921
16922 2005-10-18  Simon Josefsson  <jas@extundo.com>
16923
16924         * tests/test-md5.c: New file.
16925
16926         * modules/md5-tests: New file.
16927
16928 2005-10-18  Simon Josefsson  <jas@extundo.com>
16929
16930         * tests/test-md4.c: New file.
16931
16932         * modules/md4, modules/md4-tests: New files.
16933
16934 2005-10-18  Simon Josefsson  <jas@extundo.com>
16935
16936         * m4/md4.m4: New file.
16937
16938 2005-10-18  Simon Josefsson  <jas@extundo.com>
16939
16940         * lib/md4.h, lib/md4.c: New files, based on md5.?.
16941
16942 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
16943
16944         * gnulib-tool (func_create_testdir): Omit the second check whether
16945         BUILT_SOURCES in nonempty.
16946
16947 2005-10-17  Simon Josefsson  <jas@extundo.com>
16948
16949         * tests/test-rijndael.c: New file.
16950
16951 2005-10-17  Simon Josefsson  <jas@extundo.com>
16952
16953         * modules/sha1: Depend on stdint instead of md5.
16954
16955         * modules/md5: Depend on stdint, remove uint32_t.
16956
16957 2005-10-17  Simon Josefsson  <jas@extundo.com>
16958
16959         * modules/gc-sha1-tests: New file.
16960
16961         * tests/test-gc-sha1.c: New file.
16962
16963 2005-10-17  Simon Josefsson  <jas@extundo.com>
16964
16965         * m4/md5.m4: Remove call to uint32_t.m4.
16966
16967 2005-10-17  Simon Josefsson  <jas@extundo.com>
16968
16969         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
16970
16971         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
16972         md5.h.
16973
16974         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
16975
16976         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
16977
16978 2005-10-17  Simon Josefsson  <jas@extundo.com>
16979
16980         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
16981
16982 2005-10-17  Simon Josefsson  <jas@extundo.com>
16983
16984         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
16985
16986 2005-10-17  Simon Josefsson  <jas@extundo.com>
16987
16988         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
16989
16990         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
16991
16992 2005-10-17  Bruno Haible  <bruno@clisp.org>
16993
16994         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
16995         that it can also be used in a test.
16996
16997 2005-10-16  Bruno Haible  <bruno@clisp.org>
16998
16999         * gnulib-tool (func_emit_tests_Makefile_am): Also define
17000         TESTS_ENVIRONMENT, so that individual tests can augment it.
17001
17002         * gnulib-tool (func_create_testdir): Use an intermediate target for
17003         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
17004         macros, like $(ALLOCA_H), which cannot be passed through the command
17005         line.
17006
17007 2005-10-15  Simon Josefsson  <jas@extundo.com>
17008
17009         * modules/rijndael-tests: New file.
17010
17011         * modules/rijndael: New file.
17012
17013 2005-10-15  Simon Josefsson  <jas@extundo.com>
17014
17015         * m4/rijndael.m4: New file.
17016
17017 2005-10-15  Simon Josefsson  <jas@extundo.com>
17018
17019         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
17020
17021         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
17022
17023 2005-10-14  Simon Josefsson  <jas@extundo.com>
17024
17025         * tests/test-arcfour.c: New file.
17026
17027         * modules/arcfour, modules/arcfour-tests: New files.
17028
17029 2005-10-14  Simon Josefsson  <jas@extundo.com>
17030
17031         * m4/arcfour.m4: New file.
17032
17033 2005-10-14  Simon Josefsson  <jas@extundo.com>
17034
17035         * lib/arcfour.h, lib/arcfour.c: New files.
17036
17037 2005-10-14  Roland McGrath  <roland@redhat.com>
17038
17039         Import from libc.  [BZ #1331]
17040         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
17041         macro argument.
17042         Reported by Matej Vela <vela@debian.org>.
17043
17044 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
17045
17046         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
17047         include <wchar.h>; no longer needed.
17048
17049 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
17050
17051         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
17052
17053 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
17054         and  Ulrich Drepper  <drepper@redhat.com>
17055
17056         Import from libc.
17057         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
17058         instead of inline stream orientation test and two separate
17059         function calls.  Pay no attention to USE_IN_LIBIO.
17060
17061 2005-10-13  Simon Josefsson  <jas@extundo.com>
17062
17063         * modules/gc-hmac-md5-tests: New file.
17064
17065         * tests/test-gc-hmac-sha1.c: New file.
17066
17067         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
17068
17069         * modules/gc-hmac-md5-tests: New file.
17070
17071         * tests/test-gc-md5.c: New file.
17072
17073         * modules/gc-md5-tests: New file.
17074
17075 2005-10-13  Simon Josefsson  <jas@extundo.com>
17076
17077         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
17078         Move memory allocation outside of loop.
17079
17080 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
17081
17082         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
17083         intermediate directory is in a read-only file system.  Problem
17084         reported by Eric Blake.
17085
17086 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
17087
17088         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
17089
17090 2005-10-12  Simon Josefsson  <jas@extundo.com>
17091
17092         * tests/test-hmac-sha1.c: New file.
17093
17094         * modules/hmac-sha1-tests: New file.
17095
17096         * modules/hmac-sha1: New file.
17097
17098 2005-10-12  Simon Josefsson  <jas@extundo.com>
17099
17100         * modules/gc-sha1: New file.
17101
17102 2005-10-12  Simon Josefsson  <jas@extundo.com>
17103
17104         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
17105
17106         * tests/test-gc-pbkdf2-sha1.c: New file.
17107
17108 2005-10-12  Simon Josefsson  <jas@extundo.com>
17109
17110         * modules/gc-md5, modules/gc-hmac-md5: New files.
17111
17112         * modules/gc (Files): Remove md5, memxor and hmac files.
17113
17114 2005-10-12  Simon Josefsson  <jas@extundo.com>
17115
17116         * m4/gc-pbkdf2-sha1.m4: New file.
17117
17118         * m4/gc-hmac-sha1.m4: New file.
17119
17120         * m4/gc-sha1: New file.
17121
17122         * m4/hmac-sha1.m4: New file.
17123
17124 2005-10-12  Simon Josefsson  <jas@extundo.com>
17125
17126         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
17127
17128         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
17129
17130 2005-10-12  Simon Josefsson  <jas@extundo.com>
17131
17132         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
17133         suggested by Bruno Haible <bruno@clisp.org>.
17134
17135 2005-10-12  Simon Josefsson  <jas@extundo.com>
17136
17137         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
17138
17139 2005-10-12  Simon Josefsson  <jas@extundo.com>
17140
17141         * lib/gc-pbkdf2-sha1.c: New file.
17142
17143         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
17144
17145 2005-10-12  Simon Josefsson  <jas@extundo.com>
17146
17147         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
17148
17149         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
17150
17151 2005-10-12  Simon Josefsson  <jas@extundo.com>
17152
17153         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
17154         GC_USE_HMAC_MD5, respectively.
17155
17156         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
17157         (gc_md5): Fix typo.
17158
17159         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
17160
17161         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
17162
17163         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
17164
17165 2005-10-12  Bruno Haible  <bruno@clisp.org>
17166
17167         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
17168         Reported by Stepan Kasal <kasal@ucw.cz>.
17169
17170 2005-10-11  Simon Josefsson  <jas@extundo.com>
17171
17172         * tests/test-crc.c: New file.
17173
17174         * modules/crc, modules/crc-tests: New files.
17175
17176 2005-10-11  Simon Josefsson  <jas@extundo.com>
17177
17178         * m4/crc.m4: New file.
17179
17180 2005-10-11  Simon Josefsson  <jas@extundo.com>
17181
17182         * lib/gc.h: Add gc_hash and gc_hash_buffer.
17183
17184         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
17185
17186         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
17187
17188 2005-10-11  Simon Josefsson  <jas@extundo.com>
17189
17190         * lib/crc.h, lib/crc.c: New files.
17191
17192         * lib/gc.h (gc_hash_buffer): Add doc.
17193
17194 2005-10-11  Bruno Haible  <bruno@clisp.org>
17195
17196         * modules/c-strcasestr: New file.
17197         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
17198
17199 2005-10-11  Bruno Haible  <bruno@clisp.org>
17200
17201         * modules/c-strcase: New file.
17202         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
17203
17204 2005-10-11  Bruno Haible  <bruno@clisp.org>
17205
17206         * lib/strcasecmp.c: Include limits.h.
17207         (strcasecmp): Avoid integer overflow on exotic platforms.
17208         * lib/strncasecmp.c: Include limits.h.
17209         (strncasecmp): Avoid integer overflow on exotic platforms.
17210         Reported by Paul Eggert.
17211
17212 2005-10-11  Bruno Haible  <bruno@clisp.org>
17213
17214         * lib/c-strcasestr.h: New file, from GNU gettext.
17215         * lib/c-strcasestr.c: New file, from GNU gettext.
17216
17217 2005-10-11  Bruno Haible  <bruno@clisp.org>
17218
17219         * lib/c-strcase.h: New file, from GNU gettext.
17220         * lib/c-strcasecmp.c: New file, from GNU gettext.
17221         * lib/c-strncasecmp.c: New file, from GNU gettext.
17222
17223 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
17224
17225         * modules/mempcpy (License): GPL -> LGPL.
17226         * modules/strchrnul (License): Likewise.
17227         * modules/sysexits (License): Likewise.
17228
17229 2005-10-08  Simon Josefsson  <jas@extundo.com>
17230
17231         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
17232
17233 2005-10-07  Simon Josefsson  <jas@extundo.com>
17234
17235         * m4/memxor.m4: Remove gl_C_RESTRICT call.
17236
17237 2005-10-06  Simon Josefsson  <jas@extundo.com>
17238
17239         * tests/test-hmac-md5.c: New file.
17240
17241         * modules/hmac-md5-tests: New file.
17242
17243         * modules/hmac-md5: New file.
17244
17245 2005-10-06  Simon Josefsson  <jas@extundo.com>
17246
17247         * m4/hmac-md5.m4: New file.
17248
17249         * m4/memxor.m4: Require gl_C_RESTRICT.
17250
17251 2005-10-06  Simon Josefsson  <jas@extundo.com>
17252
17253         * lib/memxor.c (memxor): Avoid casts and warnings.
17254
17255 2005-10-06  Simon Josefsson  <jas@extundo.com>
17256
17257         * lib/hmac-md5.c: New file.
17258
17259         * lib/hmac.h: New file.
17260
17261 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
17262
17263         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
17264         promotes to int, not unsigned int, to catch the AIX 5.3
17265         compiler bug.
17266
17267 2005-10-05  Simon Josefsson  <jas@extundo.com>
17268
17269         * modules/memxor: New file.
17270
17271         * modules/iconv (Files): Move config.rpath to havelib, it is used
17272         there.
17273
17274         * modules/havelib (Files): Add config.rpath.
17275
17276 2005-10-05  Simon Josefsson  <jas@extundo.com>
17277
17278         * m4/memxor.m4: New file.
17279
17280 2005-10-05  Simon Josefsson  <jas@extundo.com>
17281
17282         * lib/memxor.c (memxor): Fix compiler error.
17283
17284         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
17285         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
17286
17287         * lib/memxor.h, lib/memxor.c: New files.
17288
17289         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
17290         we assume all systems have it, suggested by Jim Meyering
17291         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
17292         any systems lack sys/socket.h; mingw32 is known to lack it, but we
17293         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
17294         same reasons.
17295
17296 2005-10-05  Simon Josefsson  <jas@extundo.com>
17297
17298         * config/srclist.txt: Add glibc bug 1423 for md5.h.
17299
17300 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
17301
17302         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
17303         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
17304         needed, since the source code now assumes these .h files.
17305
17306 2005-10-05  Derek Price  <derek@ximbiot.com>
17307
17308         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
17309
17310 2005-10-05  Bruno Haible  <bruno@clisp.org>
17311
17312         * modules/stdint (License): Change to LGPL.
17313
17314 2005-10-04  Simon Josefsson  <jas@extundo.com>
17315
17316         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
17317         D. Baushke" <mdb@gnu.org>.
17318
17319 2005-10-04  Bruno Haible  <bruno@clisp.org>
17320
17321         * lib/verify.h (verify_true): Provide alternative definition for C++.
17322
17323 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
17324
17325         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
17326         (SSIZE_MAX): New macro, if not already defined.
17327         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
17328         than 2 GiB.
17329
17330 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
17331
17332         Sync from coreutils.
17333         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
17334         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
17335         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
17336         ULLONG_MAX doesn't work with 2.7.2.1.
17337
17338 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
17339
17340         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
17341         From Ben Pfaff.
17342
17343         * modules/exclude (Depends-on): Depend on verify.
17344         * modules/strtoimax (Depends-on): Likewise.
17345         * modules/utimecmp (Depends-on): Likewise.
17346
17347 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
17348
17349         * lib/exclude.c: Include verify.h.
17350         (verify): Remove.  All callers changed to use verify.h's version.
17351         * lib/strtoimax.c: Likewise.
17352         * lib/utimecmp.c: Likewis.e
17353
17354         Sync from coreutils.
17355         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
17356         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
17357         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
17358         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
17359         bother returning ENOSYS if settimeofday or stime fails; just let
17360         them return whatever errno they want to return.
17361         * lib/utimens.c: Include unistd.h, for dup2.
17362         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
17363         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
17364
17365 2005-10-02  Jim Meyering  <jim@meyering.net>
17366
17367         Sync from coreutils.
17368         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
17369         from glibc-2.2.5 that fails for read-only files.
17370
17371 2005-10-02  Jim Meyering  <jim@meyering.net>
17372
17373         Sync from coreutils.
17374         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
17375         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
17376         `#if HAVE_CONFIG_H'.
17377         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
17378         Remove AT_FDCWD test.
17379         Do not consume the fd unless successful.
17380         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
17381         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
17382         block, so that we don't even try to compile it if settimeofday is
17383         available.  This works around a compilation failure on OSF1 V5.1,
17384         due to stime requiring a `long int*' while tv_sec is `int'.
17385
17386 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
17387
17388         Sync from coreutils.
17389         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
17390         against `yes', rather than just testing for nonempty.
17391
17392 2005-10-01  Simon Josefsson  <jas@extundo.com>
17393
17394         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
17395         and Darwin.
17396
17397         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
17398         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
17399         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
17400         freeaddrinfo and gai_strerror are declared by the POSIX headers.
17401         Check if struct addrinfo is declared.
17402
17403 2005-10-01  Simon Josefsson  <jas@extundo.com>
17404
17405         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
17406         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
17407         AI_* and EAI_* definitions.  Protect function declarations.
17408
17409 2005-10-01  Jim Meyering  <jim@meyering.net>
17410
17411         Sync from coreutils.
17412
17413         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
17414         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
17415         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
17416         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
17417         in the inet and nsl libraries.  Required on Solaris 5.7.
17418
17419 2005-10-01  Jim Meyering  <jim@meyering.net>
17420
17421         Sync from coreutils.
17422         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
17423         in the inet and nsl libraries.  Required on Solaris 5.7.
17424
17425 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
17426
17427         * lib/getdelim.c (getdelim): Remove unused variables.
17428
17429 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
17430
17431         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
17432         so that the code works even with ancient cpp.  Portability problem
17433         with GCC 2.7.2.1 reported by Thomas M.Ott.
17434
17435 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
17436
17437         * modules/regex (Depends-on): Add strcase.
17438
17439         * modules/gethostname (Licence): Change from GPL to LGPL, since
17440         gethostname.c is a trivial implementation of a standard library
17441         function.
17442         * modules/poll (License): Change from GPL to LGPL, since it's
17443         derived from LGPL code.
17444
17445 2005-09-27  Jim Meyering  <jim@meyering.net>
17446
17447         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
17448         HAVE_CONFIG_H.
17449
17450         * lib/intprops.h (signed_type_or_expr__): Define.
17451         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
17452         for unsigned types.
17453
17454 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
17455
17456         * lib/verify.h (verify_expr): Remove, replacing with:
17457         (verify_true): New macro that returns true instead of void.
17458         (verify_type__): Remove.
17459         (verify): Use verify_true rather than verify_type__.
17460
17461 2005-09-26  Bruno Haible  <bruno@clisp.org>
17462
17463         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
17464         is necessary.
17465         (lib_SOURCES): Remove mbchar.c.
17466         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
17467         (Files): Add m4/mbrtowc.m4.
17468         * modules/mbiter: Likewise.
17469         * modules/mbuiter: Likewise.
17470
17471 2005-09-26  Bruno Haible  <bruno@clisp.org>
17472
17473         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
17474         compile mbchar.c if they are not both present.
17475         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
17476         * m4/mbiter.m4 (gl_MBITER): Likewise.
17477         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
17478         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
17479         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
17480
17481 2005-09-25  Jim Meyering  <jim@meyering.net>
17482
17483         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
17484         also uses socklen_t.
17485
17486 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
17487
17488         * lib/utimens.c (ENOSYS): Define if not already defined.
17489         (futimens): Support having a null PATH if the file descriptor
17490         is nonnegative.
17491
17492         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
17493         Remove.
17494         (__attribute): Define to empty unless GCC 3.1 or later.
17495         This works around a core dump on OpenBSD 3.4, which has GCC
17496         2.95.3, which dumps core when given __attribute__(()).  It also
17497         simplifies other tests, since we really don't want to bother with
17498         worrying about which ancient version of GCC supported what.
17499         Original problem reported by Yoann Vandoorselaere, with part of
17500         the fix suggested by Derek Price.
17501
17502 2005-09-24  Jim Meyering  <jim@meyering.net>
17503
17504         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
17505         so we can once again use a positive bitfield width of 1 -- now we
17506         don't have to explain why we were using a bitfield width of 2.
17507
17508 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
17509
17510         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
17511         and similarly for the other external symbols.  Problem reported
17512         by James Gallager.
17513
17514         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
17515         bug reported by Jim Meyering.
17516
17517         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
17518         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
17519         not needed, since socklen is a prerequisite module.
17520
17521 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
17522
17523         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
17524         Problem reported by Eric Blake.
17525         (getaddrinfo): Initialize se so that it's not garbage.
17526         Redo internal storage allocation so that it doesn't make unportable
17527         assumptions about alignment.
17528         Fix a memory leak.
17529
17530         * lib/utimens.c (futimens): Use futimesat if available.
17531         Prefer it to futimes since it doesn't have the futimes bug.
17532
17533         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
17534         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
17535         Instead, declare a function that returns a pointer to an array,
17536         and use verify_type__ to declare the size of the array.
17537         Problem and germ of a solution reported by Bruno Haible.
17538         (verify_type__): Use 2, not 1, for bitfield size, to avoid
17539         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
17540
17541 2005-09-23  Jim Meyering  <jim@meyering.net>
17542
17543         Sync from coreutils.
17544         Correct build failure (socklen_t not defined) on at least
17545         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
17546         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
17547
17548 2005-09-23  Jim Meyering  <jim@meyering.net>
17549
17550         * modules/getaddrinfo (Depends-on): Add socklen.
17551
17552 2005-09-23  Bruno Haible  <bruno@clisp.org>
17553
17554         * tests/test-verify.c: New file.
17555
17556 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
17557
17558         Sync from coreutils.
17559
17560         * modules/argmatch (Depends-on): Add verify.
17561         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
17562         unistd-safer.
17563         * modules/save-cwd (Depends-on): Likewise.
17564
17565         * modules/openat (Files): Add lib/openat-die.c.
17566         (Depends-on): Remove error, exitfail.
17567         Add dirname.
17568
17569         * modules/verify: New file.
17570         * MODULES.html.sh (Diagnostics <assert.h>): New section,
17571         with "verify" module.
17572
17573 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
17574
17575         Sync from coreutils.
17576
17577         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
17578         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
17579         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
17580         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
17581         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
17582         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
17583         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
17584         Don't bother checking for string.h, stdlib.h, unistd.h.
17585         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
17586         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
17587         module's job.
17588         * m4/jm-macros.m4 (gl_MACROS): Likewise.
17589         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
17590
17591         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
17592         (gl_GETDATE): Use it.
17593
17594         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
17595
17596 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
17597
17598         Sync from coreutils.
17599
17600         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
17601         stat-time.h.
17602         * lib/argmatch.h: Include verify.h
17603         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
17604         (ARGMATCH_ASSERT): Remove; unused.
17605         * lib/canonicalize.c: Assume STDC_HEADERS.
17606         * lib/exclude.c: Include "strcase.h".
17607         * lib/regex_internal.h [!defined _LIBC]: Likewise.
17608         * lib/getusershell.c: Include stdio--.h rather than stdio.h
17609         and stdio-safer.h.
17610         (getusershell): Call fopen, not fopen_safer.
17611         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
17612         Do not include unistd-safer.h.
17613         (save_cwd): Don't call fd_safer; no longer needed
17614         now that we include fcntl--.h.
17615
17616         * lib/getdate.y (relative_time): New type.
17617         (RELATIVE_TIME_0): New constant.
17618         (parser_control): Use relative_time instead of doing it ourselves.
17619         (%union): Add new relative_time rel member.
17620         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
17621         Now typeless.
17622         (relunit, relunit_snumber): Now of type rel.
17623         (zone, rel, relunit, get_date): Adjust to above changes.
17624
17625         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
17626         Do not include unistd-safer.h.
17627         (getloadavg): Don't call fd_safer; no longer needed
17628         now that we include fcntl--.h.
17629
17630         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
17631         (make_dir_parents): Treat ENOSYS like EEXIST.
17632
17633         Improve quality of diagnostics on restore_cwd failure.
17634         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
17635         (make_dir_parents): Last arg is now int * (for errno), not bool *.
17636         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
17637         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
17638         each time through the loop.  Do not diagnose restore_cwd failure;
17639         that is the caller's job (and perhaps the caller does not care).
17640
17641         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
17642         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
17643         If the file already exists but is not a directory, don't bother
17644         to try to make its parents.
17645         Close potential file descriptor leak if we can't chdir("/") (!).
17646         Don't always return true if chdir($PWD) fails; return true only
17647         if the requested action was done successfully (except for the
17648         chdir($PWD)).
17649         Don't log final directory unless we actually made it.
17650         Refactor to avoid duplicate code to fix up permissions.
17651         Don't attempt to fix up parent permissions if chdir($PWD) fails.
17652
17653         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
17654         to make it a bit faster and (I hope) clearer.
17655         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
17656         Fix bug in formats like %2N.
17657
17658         * lib/verify.h: New file.
17659
17660 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
17661
17662         Sync from coreutils.
17663         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
17664
17665 2005-09-22  Jim Meyering  <jim@meyering.net>
17666
17667         Sync from coreutils.
17668
17669         * m4/lstat.m4 (gl_FUNC_LSTAT):
17670         Use AC_LIBSOURCES to require lstat.c and lstat.h.
17671         Remove obsolete comment.
17672         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
17673         * m4/xstrtod.m4: Likewise.
17674
17675         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
17676
17677 2005-09-22  Jim Meyering  <jim@meyering.net>
17678
17679         Sync from coreutils.
17680
17681         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
17682
17683         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
17684         the .tm_year member, since otherwise gcc-4.0 would now warn about
17685         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
17686
17687         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
17688         order to avoid an unsuppressible warning from gcc on 64-bit systems.
17689
17690         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
17691         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
17692         when run in a time zone for which daylight savings time is in effect
17693         for the starting date.
17694
17695         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
17696         stop us from restricting permissions of just-created absolute-named
17697         directories.
17698         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
17699         to restore initial working directory.
17700         * lib/mkdir-p.c (make_dir_parents): New parameter:
17701         different_working_dir, to tell caller if/when we change the working
17702         directory and are unable to return to the initial one.
17703         * lib/mkdir-p.h (make_dir_parents): Update prototype.
17704         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
17705         `return false'.  This fixes a bug introduced on 2004-07-30.
17706
17707         * lib/openat.c (fdopendir): Be sure to close the supplied
17708         file descriptor before returning.  This makes our replacement
17709         implementation a little closer to Solaris's, where fdopendir
17710         ties the file descriptor to the returned DIR* pointer.
17711         * lib/openat.c (unlinkat): New function.
17712         * lib/openat.h (unlinkat): Add prototype.
17713         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
17714         (openat_restore_fail): Rename from openat_restore_die.
17715         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
17716
17717         Provide an alternative to exiting immediately upon save_cwd or
17718         restore_cwd failure.  Now, an application can arrange e.g.,
17719         to perform a longjump in that case.
17720         * lib/openat.c: Include dirname.h.
17721         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
17722         (rpl_openat, fdopendir, fstatat): Call openat_save_die
17723         and openat_restore_die rather than calling error directly.
17724         Don't include "error.h" or "exitfail.h"; they're no longer needed.
17725
17726         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
17727         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
17728         define.
17729
17730         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
17731         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
17732                             int utc, int nanoseconds);
17733         Background:
17734         date should not have to allocate a megabyte of virtual memory to
17735         handle a format argument like +%1048575T.  When implemented with
17736         strftime, it must allocate such a buffer, use strftime to fill it
17737         in, print it, then free it.
17738         With fprintftime, it simply prints everything and exits.
17739         With no need for memory allocation, that's one fewer way to fail.
17740         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
17741         optional field width, not before, so we accept %9:z, not %:9z.
17742         (my_strftime): Be sure to use L_('x') for literals.
17743
17744         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
17745         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
17746         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
17747         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
17748         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
17749         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
17750         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
17751         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
17752         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
17753         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
17754         * lib/xgethostname.c, lib/xreadlink.c:
17755         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
17756
17757         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
17758         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
17759         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
17760         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
17761         and don't include <sys/file.h>).
17762
17763 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
17764
17765         Sync from coreutils.
17766
17767         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
17768         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
17769         [!LDAV_DONE]: Avoid unused variable warning.
17770
17771 2005-09-21  Bruno Haible  <bruno@clisp.org>
17772
17773         * lib/unicodeio.h (unicode_to_mb): New declaration.
17774
17775 2005-09-20  Derek Price  <derek@ximbiot.com>
17776
17777         * lib/getaddrinfo.c: Don't include <netdb.h> included from
17778         getaddrinfo.h.
17779
17780 2005-09-20  Bruno Haible  <bruno@clisp.org>
17781
17782         * gnulib-tool: Remove trailing slashes from the values specified for
17783         --source-base, --m4-base, --tests-base, --aux-dir.
17784         Suggested by Simon Josefsson <jas@extundo.com>.
17785
17786 2005-09-20  Bruno Haible  <bruno@clisp.org>
17787
17788         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
17789         func_modules_to_filelist, func_import, func_create_testdir): Make all
17790         sorting results locale-independent, so that gnulib-cache.m4 doesn't
17791         change when gnulib-tool is invoked in a different locale.
17792
17793 2005-09-19  Simon Josefsson  <jas@extundo.com>
17794
17795         * m4/socklen.m4: Fix typo.
17796
17797 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17798
17799         Use a consistent style for including <config.h>.
17800         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
17801         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
17802         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
17803         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
17804         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
17805         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
17806         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
17807         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
17808         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
17809         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
17810         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
17811         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
17812         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
17813         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
17814         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
17815         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
17816         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
17817         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
17818         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
17819         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
17820         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
17821         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
17822         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
17823         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
17824         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
17825         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
17826         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
17827         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
17828         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
17829         lib/xstrtoumax.c, lib/yesno.c:
17830         Standardize inclusion of config.h.
17831         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
17832         lib/inttostr.h:  Removed inclusion of config.h from header files.
17833         * lib/inttostr.c:  Adjusted in-tree users.
17834         * lib/timespec.h: Remove superfluous warning to include config.h.
17835         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
17836         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
17837         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
17838         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
17839         config.h with HAVE_CONFIG_H.
17840
17841 2005-09-19  Jim Meyering  <jim@meyering.net>
17842
17843         * modules/pathmax (License): Change to LGPL.
17844
17845 2005-09-19  Derek Price  <derek@ximbiot.com>
17846
17847         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
17848
17849 2005-09-19  Bruno Haible  <bruno@clisp.org>
17850
17851         * gnulib-tool (import): Provide default for --tests-base.
17852
17853 2005-09-19  Bruno Haible  <bruno@clisp.org>
17854
17855         * doc/quote.texi: New file, extracted from gnulib.texi.
17856         * doc/ctime.texi: New file, extracted from gnulib.texi.
17857         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
17858         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
17859         * doc/gnulib.texi: Include them.
17860
17861 2005-09-18  Bruno Haible  <bruno@clisp.org>
17862
17863         Portability fix.
17864         * gnulib-tool (func_readlink): New function.
17865         (func_ln_if_changed): Use it.
17866
17867 2005-09-18  Bruno Haible  <bruno@clisp.org>
17868
17869         * gnulib-tool: Support --with-tests also with --import.
17870         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
17871         (func_import): Use variables $testsbase and $inctests. Emit a
17872         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
17873         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
17874         SUBDIRS += $testsdir.
17875         (func_create_testdir): Update.
17876
17877 2005-09-18  Bruno Haible  <bruno@clisp.org>
17878
17879         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
17880         instead of $dry_run.
17881         (func_cp_if_changed, func_mv_if_changed): Remove functions.
17882         (func_ln_if_changed): Don't handle dry-run here.
17883         (func_import): In dry-run mode, detect more precisely which actions
17884         would be performed, and don't use "...ing" verbs.
17885
17886 2005-09-18  Bruno Haible  <bruno@clisp.org>
17887
17888         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
17889         (func_import): Use join on two temporary files instead of three nested
17890         loops, in order to determine which files are new or old.
17891
17892 2005-09-18  Bruno Haible  <bruno@clisp.org>
17893
17894         * gnulib-tool (func_import): Comment out code that spits out the
17895         new files with --dry-run.
17896
17897 2005-09-18  Bruno Haible  <bruno@clisp.org>
17898
17899         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
17900
17901 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
17902
17903         * lib/stat-time.h: New file.
17904         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
17905         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
17906         in a different way.
17907         (timespec_cmp): New function.
17908         * lib/utimecmp.c: Include stat-time.h.
17909         (SYSCALL_RESOLUTION): Depend on whether various struct stat
17910         members exist, not on the obsolescent ST_MTIM_NSEC.
17911         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
17912
17913 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
17914
17915         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
17916
17917 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
17918
17919         * MODULES.html.sh (File system functions): Add stat-time.
17920         * modules/stat-time: New file.
17921         * modules/timespec (Files): Remove m4/st_mtim.m4; this
17922         is now done in a different way, by the stat-time module.
17923         * modules/utimecmp (Depends-on): Add stat-time.
17924
17925 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
17926
17927         * m4/st_mtim.m4: Remove.  Superseded by...
17928         * m4/stat-time.m4: New file.
17929         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
17930         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
17931
17932 2005-09-15  Derek Price  <derek@ximbiot.com>
17933
17934         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
17935
17936 2005-09-15  Derek Price  <derek@ximbiot.com>
17937
17938         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
17939         * lib/regex_internal.c: Ditto, using this...
17940         (__GNUC_PREREQ): ...new macro.
17941         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
17942         using...
17943         (__GNUC_PREREQ): ...this new macro.
17944
17945         * lib/strstr.h: Include string.h. Define strstr as a macro here.
17946
17947 2005-09-15  Derek Price  <derek@ximbiot.com>
17948             Paul Eggert  <eggert@cs.ucla.edu>
17949
17950         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
17951         changes, consolidating in...
17952         * lib/regex_internal.h: ...this file.
17953
17954 2005-09-13  Jim Meyering  <jim@meyering.net>
17955
17956         * lib/canon-host.c: Filter through gnu indent and reword comments
17957         slightly.
17958         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
17959
17960 2005-09-13  Derek Price  <derek@ximbiot.com>
17961
17962         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
17963         failure.
17964         Reported by Jim Meyering  <jim@meyering.net>.
17965
17966 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
17967
17968         * lib/base64.c: Typo.
17969         (base64_encode): Put b64str in initialized data section.
17970
17971 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
17972
17973         Merge glibc and coreutils changes into gnulib, plus a few
17974         extra fixes.
17975         * lib/md5.c: Use #error rather than a string.
17976         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
17977         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
17978         (__attribute__): Define to empty for non recent-GCC.
17979         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
17980         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
17981         Renamed from their non-__ counterparts, with new macros replacing
17982         them if not _LIBC.  Add __THROW attribute.
17983         (rol): Remove.
17984         (struct md5_ctx): Align buffer if using GCC.
17985         * lib/sha1.h (struct sha1_ctx): Likewise.
17986         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
17987         The old name was backwards.
17988         (NOTSWAP): Remove; not used.
17989         (rol): New macro, moved here from md5.h.
17990         (sha1_process_block): Remove a FIXME that doesn't make sense.
17991
17992 2005-09-12  Derek Price  <derek@ximbiot.com>
17993
17994         Return usable errors from canon-host.
17995         * lib/canon-host.h: New file.
17996         * lib/canon-host.c (canon_host): Wrap...
17997         (canon_host_r): ...this new function, which now relies exclusively on
17998         getaddrinfo.
17999         (ch_strerror): New function.
18000         (last_cherror): New global.
18001         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
18002         interface.
18003         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
18004         void *.
18005         (freeaddrinfo): Free ai->ai_canonname when set.
18006
18007 2005-09-12  Derek Price  <derek@ximbiot.com>
18008
18009         Make canon-host require getaddrinfo.
18010         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
18011         AC_LIBSOURCE canon-host.h.  Call...
18012         (gl_PREREQ_CANON_HOST): ...this new function, which requires
18013         gl_GETADDRINFO.
18014         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
18015
18016 2005-09-12  Derek Price  <derek@ximbiot.com>
18017
18018         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
18019         LGPL.
18020         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
18021
18022 2005-09-12  Derek Price  <derek@ximbiot.com>
18023
18024         * lib/gai_strerror.c: Include config.h when available.  Include
18025         getaddrinfo.h before other headers to test interface.
18026         Reported by Larry Jones <lawrence.jones@ugs.com>.
18027
18028 2005-09-12  Derek Price  <derek@ximbiot.com>
18029             Paul Eggert  <eggert@cs.ucla.edu>
18030
18031         * modules/glob (Files): Add glob-libc.h.
18032
18033 2005-09-12  Derek Price  <derek@ximbiot.com>
18034             Paul Eggert  <eggert@cs.ucla.edu>
18035
18036         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
18037         glob_.h, glob-libc.h.
18038         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
18039
18040 2005-09-12  Derek Price  <derek@ximbiot.com>
18041             Paul Eggert  <eggert@cs.ucla.edu>
18042
18043         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
18044         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
18045         protecting things that should be done only in gnulib contexts.
18046         * lib/glob_.h: New file, containing only the glob things needed for
18047         gnulib.
18048         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
18049         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
18050         (glob, globfree, glob_pattern_p): Now defined simply in terms of
18051         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
18052         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
18053         and to respect the namespace rules better.
18054
18055 2005-09-08  Simon Josefsson  <jas@extundo.com>
18056
18057         * modules/socklen: New file.
18058
18059 2005-09-08  Simon Josefsson  <jas@extundo.com>
18060
18061         * m4/socklen.m4: New file.
18062
18063 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
18064
18065         * modules/utimens (Files): Add m4/utimbuf.m4, since
18066         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
18067         Reported by Sergey Poznyakoff.
18068
18069 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
18070
18071         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
18072         definitions, since that's the preferred style in glibc.
18073         Fix a minor spacing issue, and update copyright notice to match
18074         glibc's.
18075
18076 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
18077
18078         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
18079
18080 2005-09-06  Simon Josefsson  <jas@extundo.com>
18081
18082         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
18083         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
18084
18085 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
18086
18087         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
18088         warning.
18089
18090 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
18091
18092         * config/srclist.txt: Add glibc bug 1302.
18093
18094 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
18095
18096         Change bitset word type from unsigned int to unsigned long int,
18097         as this has better performance on typical 64-bit hosts.
18098         Port bitset code to hosts with unusual word sizes.
18099         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
18100         (build_collating_symbol):
18101         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
18102         argument is a bitset.  This is merely a style issue, but it makes
18103         it clearer that an entire array is expected.
18104         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
18105         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
18106         Port to the case where bitset_word is not the same as unsigned int.
18107         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
18108         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
18109         Likewise.
18110         * lib/regexec.c (check_dst_limits_calc_pos_1,
18111         check_subexp_matching_top):
18112         (build_trtable, group_nodes_into_DFAstates):
18113         Likewise.
18114         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
18115         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
18116         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
18117         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
18118         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
18119         * lib/regcomp.c (optimize_subexps, lower_subexp):
18120         Work even if bitset_word has holes in its bitwise representation.
18121         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
18122         * lib/regexec.c (check_dst_limits_calc_pos_1,
18123         check_subexp_matching_top):
18124         Likewise.
18125         * lib/regex_internal.c (re_string_reconstruct):
18126         Don't assume UCHAR_MAX == 255.
18127         * lib/regex_internal.h (bitset_set_all): Likewise.
18128         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
18129         All uses changed.
18130         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
18131         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
18132         All uses changed.
18133         (BITSET_WORD_MAX): New macro.
18134         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
18135         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
18136         (bitset_empty, bitset_copy):
18137         Prefer sizeof (bitset) to multiplying it out ourselves.
18138         (bitset_not_merge): Remove; unused.
18139         (bitset_contain): Return bool, not unsigned int with one bit on.
18140         All callers changed.
18141         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
18142         alignment than re_node_set; do this by defining a new internal
18143         type struct dests_alloc and using it to allocate memory.
18144
18145 2005-09-05  Bruno Haible  <bruno@clisp.org>
18146
18147         * gnulib-tool (func_import): Fix comparison in handling of symbolic
18148         links.
18149
18150 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
18151
18152         * modules/size_max (Makefile.am): Add size_max.h
18153
18154 2005-09-04  Derek Price  <derek@ximbiot.com>
18155
18156         * gnulib-tool (func_import): Fix reversed $symbolic logic.
18157
18158 2005-09-03  Simon Josefsson  <jas@extundo.com>
18159
18160         * gnulib-tool: Fix typo.
18161
18162 2005-09-03  Simon Josefsson  <jas@extundo.com>
18163
18164         * config/srclist.txt: Add glibc bug 1293.
18165
18166 2005-09-03  Derek Price  <derek@ximbiot.com>
18167
18168         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
18169         From Larry Jones <lawrence.jones@ugs.com>.
18170
18171 2005-09-02  Simon Josefsson  <jas@extundo.com>
18172
18173         * modules/socklen: New file.
18174
18175 2005-09-02  Simon Josefsson  <jas@extundo.com>
18176
18177         * modules/havelib: New module.
18178
18179         * modules/gettext, modules/iconv, modules/lock, modules/readline:
18180         Use havelib.
18181
18182 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
18183
18184         Check for arithmetic overflow when calculating sizes, to prevent
18185         some buffer-overflow issues.  These patches are conservative, in the
18186         sense that when I couldn't determine whether an overflow was possible,
18187         I inserted a run-time check.
18188         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
18189         macros.
18190         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
18191         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
18192         (re_xnrealloc, re_x2nrealloc): New inline functions.
18193         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
18194         parse_bracket_exp):
18195         (build_equiv_class, build_charclass): Check for arithmetic overflow
18196         in size expression calculations.
18197         * lib/regex_internal.c (re_string_realloc_buffers):
18198         (build_wcs_upper_buffer, re_node_set_add_intersect):
18199         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
18200         (re_dfa_add_node, register_state): Likewise.
18201         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
18202         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
18203         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
18204         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
18205
18206 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
18207
18208         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
18209         m4/ulonglong.m4.  Problem reported by Martin Lambers.
18210
18211 2005-09-02  Bruno Haible  <bruno@clisp.org>
18212
18213         Support for lib vs. lib64 distinction on biarch platforms.
18214         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
18215         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
18216         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
18217
18218 2005-09-02  Bruno Haible  <bruno@clisp.org>
18219
18220         * gnulib-tool (import): In the other first-use case, provide defaults
18221         as well.
18222
18223 2005-09-02  Bruno Haible  <bruno@clisp.org>
18224
18225         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
18226         patches not yet found in the latest gettext release.
18227
18228 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
18229
18230         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
18231         to avoid a collision with bits/local_lim.h in glibc.
18232         All uses changed.  Problem reported by Dmitry V. Levin in
18233         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
18234
18235         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
18236         bugs in int versus size_t comparisons.
18237         (re_string_context_at): Fix bug where the code assumed that
18238         Idx is signed.
18239
18240         Use bool where appropriate.
18241         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
18242         All callers changed.
18243         (calc_eclosure_iter): Likewise, for ROOT arg.
18244         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
18245         (build_charclass_op): Likewise, for NON_MATCH arg.
18246         * lib/regex_internal.c (re_string_allocate, re_string_construct):
18247         (re_string_construct_common): Likewise, for ICASE arg.
18248         * lib/regexec.c (re_search_2_stub, re_search_stub):
18249         Likewise, for RET_LEN arg.
18250         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
18251         (set_regs): Likewise, for FL_BACKTRACK arg.
18252         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
18253         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
18254         (calc_eclosure_iter, parse_bracket_exp):
18255         Use bool for internal variables that are booleans.
18256         * lib/regexec.c (re_search_internal, check_matching,
18257         proceed_next_node):
18258         (set_regs, build_sifted_states, sift_states_bkref):
18259         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
18260         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
18261         (find_collation_sequence_value):
18262         Likewise.
18263         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
18264         (re_node_set_compare):
18265         Return bool, not int. All callers changed.
18266         * lib/regexec.c (check_halt_node_context, check_dst_limits):
18267         (build_trtable, check_node_accept): Likewise.
18268         * lib/regex_internal.h: Include stdbool.h.
18269
18270         Fix bugs uncovered when converting to bool.
18271         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
18272         failure instead of charging ahead blindly.
18273         * lib/regex_internal.c (register_state): Likewise.
18274         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
18275         for freeing internal storage.
18276         (group_nodes_into_DFA_states): Use unsigned int, not int, for
18277         bitset pieces used as boolean, to avoid undefined behavior
18278         on hosts that do int overflow checking.
18279
18280 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
18281
18282         * config/srclist.txt: Add glibc bugs 1285-1287.
18283
18284 2005-09-01  Jim Meyering  <jim@meyering.net>
18285
18286         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
18287         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
18288         Require gl_STAT_MACROS, too.
18289
18290 2005-09-01  Bruno Haible  <bruno@clisp.org>
18291
18292         * gnulib-tool (import): In the first-use case, provide defaults.
18293
18294 2005-09-01  Bruno Haible  <bruno@clisp.org>
18295
18296         * gnulib-tool (func_import): Remove the .tmp files.
18297
18298 2005-09-01  Bruno Haible  <bruno@clisp.org>
18299
18300         * gnulib-tool (func_import): Fix handling of symbolic links.
18301
18302 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
18303
18304         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
18305         old glibc regex code mishandles strings longer than 2**31 bytes.
18306         This patch fixes this when the regex code is used in gnulib
18307         (i.e., outside glibc).
18308
18309         This patch should not affect the use of the regex code inside
18310         glibc.  No doubt this problem also needs to be handled for glibc
18311         as well, but the result will be an incompatible change to the
18312         glibc ABI, and the old ABI will have to be supported too.  That
18313         can be the the subject for another patch.
18314
18315         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
18316         governing whether the rest of this patch is active.  By default,
18317         the macro is disabled and the patch has no effect.
18318         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
18319         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
18320         (struct re_pattern_buffer, re_search, re_search_2, re_match):
18321         (re_match_2, re_set_registers): Use the new types.
18322         * lib/regex_internal.h (Idx, re_hashval_t): New types.
18323         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
18324         New macros.
18325         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
18326         (re_string_context_at, bin_tree_t, re_dfastate_t):
18327         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
18328         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
18329         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
18330         (re_string_char_size_at, re_string_wchar_at):
18331         (re_string_elem_size_at):
18332         Use the new types and macros to port to 64-bit hosts.
18333         Use unsigned types for internal values, so that the code
18334         mostly works even for arrays larger than SSIZE_MAX.
18335         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
18336         (search_duplicated_node, calc_eclosure_iter, fetch_number):
18337         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
18338         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
18339         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
18340         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
18341         (calc_inveclosure, parse_dup_op, build_range_exp):
18342         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
18343         (fetch_number, create_token_tree, mark_opt_subexp):
18344         Likewise.
18345         * lib/regex_internal.c (re_string_construct_common,
18346         create_ci_newstate):
18347         (create_cd_newstate, re_string_allocate, re_string_construct):
18348         (re_string_realloc_buffers, build_wcs_upper_buffer):
18349         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
18350         (re_string_reconstruct, re_string_peek_byte_case):
18351         (re_string_fetch_byte_case, re_string_context_at):
18352         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
18353         (re_node_set_init_copy, re_node_set_add_intersect):
18354         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
18355         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
18356         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
18357         (re_acquire_state, re_acquire_state_context, register_state):
18358         Likewise.
18359         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
18360         search_cur_bkref_entry):
18361         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
18362         (re_search_internal, re_search_2_stub, re_search_stub)
18363         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
18364         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
18365         (update_cur_sifted_state, check_dst_limits):
18366         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
18367         (check_subexp_limits, sift_states_bkref, merge_state_array):
18368         (check_subexp_matching_top, get_subexp, get_subexp_sub):
18369         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
18370         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
18371         (expand_bkref_cache, check_node_accept_bytes):
18372         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
18373         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
18374         (acquire_init_state_context, check_halt_node_context):
18375         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
18376         (sift_states_backward, clean_state_log_if_needed):
18377         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
18378         (find_recover_state, transit_state_sb, transit_state_mb):
18379         (transit_state_bkref, build_trtable, match_ctx_clean):
18380         Likewise.
18381         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
18382         to work around an assumption that REG_MISSING is negative.
18383
18384         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
18385         (seek_collating_symbol_entry) [defined _LIBC]:
18386         (lookup_collation_sequence_value) [defined _LIBC]:
18387         (build_range_exp, build_collating_symbol) [defined _LIBC]:
18388         Use prototypes rather than old-style function definitions.
18389         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
18390         (transit_state_sb) [0]:
18391         (find_collation_sequence_value) [defined _LIBC]: Likewise.
18392
18393         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
18394         rm_eo.
18395
18396         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
18397         (optimize_subexps, lower_subexp):
18398         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
18399         since the signed shift might overflow.  Use 1u<<31 instead.
18400         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
18401         Likewise.
18402         * lib/regexec.c (check_dst_limits_calc_pos_1,
18403         check_subexp_matching_top): Likewise.
18404
18405         * lib/regcomp.c (optimize_subexps, lower_subexp):
18406         Use CHAR_BIT rather than 8, for clarity.
18407         * lib/regexec.c (check_dst_limits_calc_pos_1):
18408         (check_subexp_matching_top): Likewise.
18409         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
18410         have to worry about portability issues when shifting it left.
18411         Remove no-longer-needed test for table_size > 0.
18412         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
18413         in a word, as the resulting behavior is undefined.
18414         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
18415         in one case, a <= should have been an <, and in another case the
18416         whole test was missing.
18417         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
18418         the standard name CHAR_BIT.
18419         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
18420         this is not true on one's complement and signed-magnitude hosts.
18421
18422         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
18423         next_last_offset.
18424         (struct re_dfa_t): Remove unused member states_alloc.
18425         * lib/regcomp.c (init_dfa): Don't initialize unused members.
18426
18427 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
18428
18429         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
18430         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
18431         and large-file glibc and in 32-bit large-file Solaris.
18432
18433 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
18434
18435         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
18436         lengths fit in regoff_t; this isn't true if regoff_t is the same
18437         width as size_t.
18438         * lib/regex.c (re_search_internal): 5th arg is LAST_START
18439         (= START + RANGE) instead of RANGE.  This avoids overflow
18440         problems when regoff_t is the same width as size_t.
18441         All callers changed.
18442         (re_search_2_stub): Check for overflow when adding the
18443         sizes of the two strings.
18444         (re_search_stub): Check for overflow when adding START
18445         to RANGE; if it occurs, substitute the extreme value.
18446
18447 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
18448
18449         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
18450
18451 2005-08-31  Jim Meyering  <jim@meyering.net>
18452
18453         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
18454         a pointer-to-const.
18455         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
18456         (register_state): Likewise.
18457         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
18458         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
18459         (group_nodes_into_DFAstates): Likewise.
18460
18461 2005-08-31  Jim Meyering  <jim@meyering.net>
18462
18463         * check-module: Add a FIXME comment.
18464
18465 2005-08-31  Eric Blake  <ebb9@byu.net>
18466
18467         * modules/unistd-safer (Files): Add unistd--.h.
18468         * modules/stdio-safer (Files): Add stdio--.h.
18469
18470 2005-08-31  Derek Price  <derek@ximbiot.com>
18471
18472         * lib/getdelim.c (getdelim): Return EOF on EOF.
18473         Reported by Larry Jones <lawrence.jones@ugs.com>.
18474
18475 2005-08-31  Bruno Haible  <bruno@clisp.org>
18476
18477         Avoid unnecessary diffs in the generated lib/Makefile.am.
18478         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
18479         the generated files.
18480         (func_import): Don't set cmd.
18481
18482 2005-08-31  Bruno Haible  <bruno@clisp.org>
18483
18484         * lib/strstr.c: Include <stddef.h>, for NULL.
18485         * lib/strcasestr.c: Likewise.
18486         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
18487
18488 2005-08-31  Bruno Haible  <bruno@clisp.org>
18489
18490         * gnulib-tool: New option --macro-prefix.
18491         (func_import): Use macro_prefix.
18492         (import): Handle option --macro-prefix.
18493
18494 2005-08-31  Bruno Haible  <bruno@clisp.org>
18495
18496         * gnulib-tool (import): Rename most ac_* variables to cached_*.
18497         Also use new variables cached_lgpl, cached_libtool.
18498
18499 2005-08-31  Bruno Haible  <bruno@clisp.org>
18500
18501         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
18502         always instantiating them.
18503
18504 2005-08-31  Bruno Haible  <bruno@clisp.org>
18505
18506         * gnulib-tool (func_import): Read the previous cached settings
18507         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
18508         earlier added by gnulib but are now dropped. Warn when a gnulib file
18509         overwrites a non-gnulib file.
18510
18511 2005-08-31  Bruno Haible  <bruno@clisp.org>
18512
18513         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
18514         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
18515         projects that don't keep autogenerated files in CVS. Put into
18516         actioncmd only the specified modules, not the transitive closure.
18517
18518 2005-08-31  Bruno Haible  <bruno@clisp.org>
18519
18520         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
18521         Create directories that shall be filled.
18522         (import): Don't look for gl_* macros in configure.ac. Recurse across
18523         all directories containing a gnulib-cache.m4 files, if meaningful.
18524
18525 2005-08-31  Bruno Haible  <bruno@clisp.org>
18526
18527         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
18528         (import): Set seen_libtool when we see gl_LIBTOOL.
18529
18530 2005-08-31  Bruno Haible  <bruno@clisp.org>
18531
18532         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
18533         declaration macro definitions from generated gnulib.m4.
18534
18535 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
18536
18537         * lib/iconvme.h: Add prototype for iconv_alloc.
18538
18539 2005-08-29  Simon Josefsson  <jas@extundo.com>
18540
18541         * lib/iconvme.c: Fix errno.
18542
18543 2005-08-29  Bruno Haible  <bruno@clisp.org>
18544
18545         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
18546         that it works when the directory contains spaces.
18547
18548 2005-08-29  Bruno Haible  <bruno@clisp.org>
18549
18550         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
18551
18552 2005-08-29  Bruno Haible  <bruno@clisp.org>
18553
18554         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
18555         Emit more advice.
18556
18557 2005-08-29  Bruno Haible  <bruno@clisp.org>
18558         and Stepan Kasal  <kasal@ucw.cz>
18559
18560         * check-module: If more parameters are given, check each of them
18561         separately; add more exceptions, as noted by Jim Meyering.
18562         (check_module): New procedure.
18563         (%exempt_header): Now contains all exceptions.
18564
18565 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
18566
18567         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
18568
18569 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
18570
18571         * lib/iconvme.c: Split iconv_string into iconv_alloc.
18572
18573 2005-08-28  Bruno Haible  <bruno@clisp.org>
18574
18575         * m4/gnulib-tool.m4: New file.
18576
18577 2005-08-27  Jim Meyering  <jim@meyering.net>
18578
18579         * modules/unistd-safer (Files): Add pipe-safer.c.
18580         * modules/fcntl-safer (Files): Add creat-safer.c.
18581
18582 2005-08-27  Jim Meyering  <jim@meyering.net>
18583
18584         * m4/stdlib-safer.m4: New file.  From coreutils.
18585         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
18586         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
18587         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
18588         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
18589         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
18590
18591 2005-08-27  Jim Meyering  <jim@meyering.net>
18592
18593         * lib/fopen-safer.c: Merge minor changes from coreutils.
18594         * lib/dup-safer.c: Likewise.
18595         * lib/fd-safer.c: Likewise.
18596
18597         Merge from coreutils.
18598         * lib/stdio--.h: New file.
18599         * lib/stdlib--.h: New file.
18600         * lib/mkstemp-safer.c: New file.
18601
18602         GNU tar needs these.
18603         * lib/pipe-safer.c: New file.
18604         * lib/creat-safer.c: New file.
18605         * lib/fcntl--.h (creat): Define to creat_safer.
18606         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
18607         * lib/unistd--.h (pipe): Define to pipe_safer.
18608         * lib/unistd-safer.h: Declare pipe_safer.
18609
18610 2005-08-26  Simon Josefsson  <jas@extundo.com>
18611
18612         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
18613         Haible <bruno@clisp.org>.
18614
18615 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
18616
18617         * lib/regex_internal.h: Remove all references to
18618         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
18619         or better.
18620         (bitset_not, bitset_merge, bitset_not_merge):
18621         (bitset_mask, re_string_allocate, re_string_construct):
18622         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
18623         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
18624         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
18625         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
18626         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
18627         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
18628         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
18629         (re_acquire_state_context):
18630         Remove unnecessary forward decls.
18631         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
18632         Put __attribute at function definition,
18633         now that the function decl has been removed.
18634         * lib/regex_internal.c (re_string_peek_byte_case):
18635         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
18636         Likewise.
18637
18638 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
18639
18640         * m4/regex.m4: Add AC_PREREQ(2.50).
18641         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
18642
18643 2005-08-25  Simon Josefsson  <jas@extundo.com>
18644
18645         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
18646         __fsetlocking.
18647
18648 2005-08-25  Simon Josefsson  <jas@extundo.com>
18649
18650         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
18651         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
18652         GLIBC specific code.
18653
18654 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
18655
18656         Make regex safe for g++.  This fixes one real bug (an "err"
18657         that should have been "*err").  g++ problem reported by
18658         Sam Steingold.
18659         * lib/regex_internal.h (re_calloc): New macro, consistent with
18660         re_malloc etc.  All callers of calloc changed to use re_calloc.
18661         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
18662         not int.  All callers changed.
18663         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
18664         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
18665         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
18666         (find_recover_state): Change "err" to "*err"; this fixes what
18667         appears to be a real bug.
18668         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
18669         versus int.
18670
18671 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
18672
18673         * modules/regex (Depends-on): Add malloc, since the code
18674         assumes that !malloc(0) means failure.
18675
18676 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
18677
18678         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
18679
18680         alloca modernization/simplification for regex.
18681         * lib/regex.c: Remove portability cruft for alloca.  This no longer
18682         needs to be at the start of the file, and can be moved into
18683         regex_internal.h and simplified.
18684         * lib/regex_internal.h: Include <alloca.h>.
18685         (__libc_use_alloca) [!defined _LIBC]: New macro.
18686         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
18687         now works outside glibc.
18688
18689 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
18690
18691         * config/srclist.txt: Add glibc bugs 1241, 1245.
18692
18693 2005-08-25  Jim Meyering  <jim@meyering.net>
18694
18695         * lib/open-safer.c: Include <config.h>.
18696         Otherwise, we'd lose LARGEFILE support in any file using
18697         e.g. "fcntl--.h"
18698
18699 2005-08-25  Bruno Haible  <bruno@clisp.org>
18700
18701         * m4/minmax.m4: Require autoconf 2.52.
18702         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
18703         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
18704         alternatives of translit over the alphabet.
18705         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
18706
18707 2005-08-24  Simon Josefsson  <jas@extundo.com>
18708
18709         * tests/test-getpass.c: New file.
18710
18711 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
18712
18713         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
18714         for GNU regex features.
18715
18716 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
18717
18718         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
18719         * lib/regex.h (regerror): Likewise.
18720
18721         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
18722         requires this.  (The code never needed it.)
18723
18724         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
18725         All uses of recently-renamed identifiers changed to use the new,
18726         POSIX-compliant names.  The code will build and run just fine
18727         without these changes, but it's better to eat our own dog food
18728         and use the standard-conforming names.
18729
18730         * lib/regex.h: Fix a multitude of POSIX name space violations.
18731         These changes have an effect only for programs that define
18732         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
18733         do not change anything for programs compiled in the normal way.
18734         Also, there is no effect on the ABI.
18735
18736         (_REGEX_SOURCE): New macro.
18737         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
18738         defined and _GNU_SOURCE is not; this fixes a name space violation.
18739
18740         Rename the following macros to obey POSIX requirements.
18741         The old names are still visible as macros if _REGEX_SOURCE is defined.
18742         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
18743         RE_BACKSLASH_ESCAPE_IN_LISTS.
18744         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
18745         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
18746         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
18747         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
18748         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
18749         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
18750         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
18751         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
18752         (REG_INTERVALS): renamed from RE_INTERVALS.
18753         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
18754         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
18755         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
18756         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
18757         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
18758         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
18759         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
18760         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
18761         RE_UNMATCHED_RIGHT_PAREN_ORD.
18762         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
18763         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
18764         (REG_DEBUG): renamed from RE_DEBUG.
18765         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
18766         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
18767         unusual, since we can't clash with the POSIX REG_ICASE.
18768         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
18769         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
18770         (REG_NO_SUB): renamed from RE_NO_SUB.
18771         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
18772         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
18773         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
18774         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
18775         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
18776         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
18777         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
18778         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
18779         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
18780         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
18781         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
18782         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
18783         RE_SYNTAX_POSIX_MINIMAL_BASIC.
18784         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
18785         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
18786         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
18787         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
18788         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
18789         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
18790         (REG_FIXED): Renamed from REGS_FIXED.
18791         (REG_NREGS): Renamed from RE_NREGS.
18792
18793         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
18794         of other REG_* macros, since POSIX says the user is allowed to
18795         #undef these macros selectively.
18796
18797         (reg_errcode_t): Update comment stating what other tables need
18798         to be consistent.
18799
18800         Rename the following enum values to obey POSIX requirements.
18801         The old names are still visible as macros.
18802         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
18803         is not defined, since GNU is supposed to be a superset of POSIX as
18804         much as possible, and since we want reg_errcode_t to be a signed
18805         type for implementation consistency.
18806         (_REG_NOERROR): Renamed from REG_NOERROR.
18807         (_REG_NOMATCH): Renamed from REG_NOMATCH.
18808         (_REG_BADPAT): Renamed from REG_BADPAT.
18809         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
18810         (_REG_ECTYPE): Renamed from REG_ECTYPE.
18811         (_REG_EESCAPE): Renamed from REG_EESCAPE.
18812         (_REG_ESUBREG): Renamed from REG_ESUBREG.
18813         (_REG_EBRACK): Renamed from REG_EBRACK.
18814         (_REG_EPAREN): Renamed from REG_EPAREN.
18815         (_REG_EBRACE): Renamed from REG_EBRACE.
18816         (_REG_BADBR): Renamed from REG_BADBR.
18817         (_REG_ERANGE): Renamed from REG_ERANGE.
18818         (_REG_ESPACE): Renamed from REG_ESPACE.
18819         (_REG_BADRPT): Renamed from REG_BADRPT.
18820         (_REG_EEND): Renamed from REG_EEND.
18821         (_REG_ESIZE): Renamed from REG_ESIZE.
18822         (_REG_ERPAREN): Renamed from REG_ERPAREN.
18823         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
18824         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
18825         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
18826         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
18827
18828         (_REG_RE_NAME, _REG_RM_NAME): New macros.
18829         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
18830         changed.  But support the old name if the new one is not defined
18831         and if _REGEX_SOURCE.
18832
18833         Change the following member names in struct re_pattern_buffer.
18834         The old names are still supported if !_REGEX_SOURCE.
18835         The new names are always supported, regardless of _REGEX_SOURCE.
18836         (re_buffer): Renamed from buffer.
18837         (re_allocated): Renamed from allocated.
18838         (re_used): Renamed from used.
18839         (re_syntax): Renamed from syntax.
18840         (re_fastmap): Renamed from fastmap.
18841         (re_translate): Renamed from translate.
18842         (re_can_be_null): Renamed from can_be_null.
18843         (re_regs_allocated): Renamed from regs_allocated.
18844         (re_fastmap_accurate): Renamed from fastmap_accurate.
18845         (re_no_sub): Renamed from no_sub.
18846         (re_not_bol): Renamed from not_bol.
18847         (re_not_eol): Renamed from not_eol.
18848         (re_newline_anchor): Renamed from newline_anchor.
18849
18850         Change the following member names in struct re_registers.
18851         The old names are still supported if !_REGEX_SOURCE.
18852         The new names are always supported, regardless of _REGEX_SOURCE.
18853         (rm_num_regs): Renamed from num_regs.
18854         (rm_start): Renamed from start.
18855         (rm_end): Renamed from end.
18856
18857         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
18858         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
18859         Prepend __ to parameter names.
18860
18861         Undo yesterday's changes.
18862
18863 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
18864
18865         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
18866         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
18867         lib/regex.c.
18868
18869 2005-08-24  Jim Meyering  <jim@meyering.net>
18870
18871         Sync from coreutils.
18872         * m4/fcntl-safer.m4: New file.
18873
18874         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
18875         and object files for this module.
18876
18877 2005-08-24  Jim Meyering  <jim@meyering.net>
18878
18879         Sync from coreutils.
18880         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
18881
18882 2005-08-24  Jim Meyering  <jim@meyering.net>
18883
18884         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
18885         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
18886
18887 2005-08-24  Jim Meyering  <jim@meyering.net>
18888
18889         * modules/fcntl-safer: New module.
18890         * modules/fts (Depends-on): Add fcntl-safer.
18891         * MODULES.html.sh (File descriptor based Input/Output):
18892         Add fcntl-safer.
18893
18894 2005-08-24  Bruno Haible  <bruno@clisp.org>
18895
18896         Support for unit test modules.
18897         * modules/README: Mention tests modules.
18898         * modules/TEMPLATE-TESTS: New file.
18899         * gnulib-tool: New options --extract-tests-module, --with-tests and
18900         --tests-base (unused for the moment).
18901         (testsbase, inctests): New variables.
18902         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
18903         (func_verify_module): Exclude TEMPLATE-TESTS.
18904         (func_verify_nontests_module, func_verify_tests_module): New functions.
18905         (func_get_dependencies): Add implicit dependency for tests modules.
18906         (func_get_tests_module): New function.
18907         (func_modules_transitive_closure): When --with-tests was specified,
18908         include the unit tests as well, unless explicitly avoided.
18909         (func_emit_lib_Makefile_am): Ignore the tests modules here.
18910         (func_emit_tests_Makefile_am): New function.
18911         (func_create_testdir): When --with-tests was specified, emit a
18912         tests/ directory.
18913         * MODULES.html.sh (Future developments): Update.
18914
18915 2005-08-24  Bruno Haible  <bruno@clisp.org>
18916
18917         * modules/tls-tests: New file.
18918         * tests/test-tls.c: New file, from GNU gettext.
18919
18920 2005-08-24  Bruno Haible  <bruno@clisp.org>
18921
18922         * modules/lock-tests: New file.
18923         * tests/test-lock.c: New file, from GNU gettext.
18924
18925 2005-08-24  Bruno Haible  <bruno@clisp.org>
18926
18927         * lib/lock.h: Add multiple inclusion guard.
18928         * lib/tls.h: Add multiple inclusion guard.
18929
18930 2005-08-24  Bruno Haible  <bruno@clisp.org>
18931
18932         * gnulib-tool: Add support for the --aux-dir option to
18933         --create-testdir, --create-megatestdir, --test, --megatest.
18934         (func_create_testdir, func_create_megatestdir): Optionally emit a
18935         AC_CONFIG_AUX_DIR directive.
18936         (create-testdir, create-megatestdir, test, megatest): Provide a
18937         default value for $auxdir.
18938
18939 2005-08-24  Bruno Haible  <bruno@clisp.org>
18940
18941         * gnulib-tool (import): Use compound statement instead of subshell
18942         where possible.
18943
18944 2005-08-24  Bruno Haible  <bruno@clisp.org>
18945
18946         * gnulib-tool (import): Change --aux-dir default to "build-aux".
18947
18948 2005-08-24  Bruno Haible  <bruno@clisp.org>
18949
18950         * gnulib-tool (func_version): Update.
18951
18952 2005-08-24  Bruno Haible  <bruno@clisp.org>
18953
18954         * gnulib-tool (func_import, func_create_testdir,
18955         func_create_megatestdir): Quote all autoconf macro arguments.
18956
18957 2005-08-24  Bruno Haible  <bruno@clisp.org>
18958
18959         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
18960         option --force, because --force causes the aclocal.m4 of each
18961         subdirectory to be newer than the corresponding config.h.in.
18962
18963 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
18964
18965         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
18966         All contents moved to gl_REGEX.
18967         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
18968         assume that it does.
18969
18970 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
18971
18972         * lib/regex.h (REG_NOSYS)
18973         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
18974         Define, since POSIX requires it as of 2001.
18975         (_REG_ENOSYS)
18976         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
18977         New private symbol, used to keep the enum signed in all cases.
18978         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
18979         Youngman in
18980         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
18981
18982         * lib/regex_internal.c (re_string_skip_chars, register_state):
18983         (calc_state_hash):
18984         Remove forward decls; no longer needed now that we use prototypes.
18985         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
18986         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
18987         (clean_state_log_if_needed): Likewise.
18988
18989 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
18990
18991         * config/srclist.txt: Add glibc bugs 1231-1233.
18992
18993 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
18994
18995         Fix problems reported by Sam Steingold in
18996         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
18997         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
18998         assumed that reg_errcode_t is a signed type, which is not
18999         necessarily true if _XOPEN_SOURCE is not defined.
19000         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
19001         since some compilers warn about it otherwise.
19002
19003 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
19004
19005         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
19006         (init_word_char, create_initial_state, duplicate_node_closure):
19007         (fetch_token, peek_token_bracket, build_range_exp):
19008         (build_collating_symbol): Remove forward decls; no longer needed
19009         now that we use prototypes.
19010
19011         * lib/regcomp.c:
19012         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
19013         (re_compile_fastmap_iter, regcomp, regerror, regfree):
19014         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
19015         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
19016         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
19017         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
19018         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
19019         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
19020         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
19021         (build_range_exp, build_collating_symbol, parse_bracket_exp):
19022         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
19023         (build_charclass, build_charclass_op, fetch_number, create_tree):
19024         (create_token_tree, mark_opt_subexp, duplicate_tree):
19025         Use prototypes rather than old-style definitions.
19026
19027         * lib/regex_internal.c:
19028         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
19029         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
19030         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
19031         (re_string_reconstruct, re_string_peek_byte_case):
19032         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
19033         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
19034         (re_node_set_init_copy, re_node_set_add_intersect):
19035         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
19036         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
19037         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
19038         (re_acquire_state, re_acquire_state_context, register_state):
19039         (create_ci_newstate, create_cd_newstate, free_state):
19040         Likewise.
19041         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
19042         re_search_2):
19043         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
19044         (re_search_internal, prune_impossible_nodes):
19045         (acquire_init_state_context, check_matching, static):
19046         (check_halt_node_context, check_halt_state_context, proceed_next_node):
19047         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
19048         (update_regs, sift_states_backward, build_sifted_states):
19049         (clean_state_log_if_needed, merge_state_array):
19050         (update_cur_sifted_state, add_epsilon_src_nodes):
19051         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
19052         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
19053         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
19054         (find_recover_state, check_subexp_matching_top, transit_state_mb):
19055         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
19056         (check_arrival, check_arrival_add_next_nodes):
19057         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
19058         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
19059         (check_node_accept_bytes, check_node_accept, extend_buffers):
19060         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
19061         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
19062         (sift_ctx_init):
19063         Likewise.
19064
19065         * lib/regex_internal.h:
19066         (re_string_allocate, re_string_construct, re_string_reconstruct):
19067         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
19068         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
19069         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
19070         (re_string_context_at, re_string_peek_byte_case):
19071         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
19072         is defined, since we now use prototypes always.
19073
19074         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
19075         C89 or better.  All uses removed.
19076
19077 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
19078
19079         * config/srclist.txt: Add glibc bugs 1220-1227.
19080
19081 2005-08-20  Jim Meyering  <jim@meyering.net>
19082
19083         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
19084         of unused local, dfa.
19085
19086 2005-08-20  Bruno Haible  <bruno@clisp.org>
19087
19088         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
19089
19090 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
19091
19092         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
19093         (re_node_set_insert_last, re_dfa_add_node):
19094         Rename local variables to avoid GCC shadowing warnings.
19095
19096 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
19097
19098         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
19099         [defined lint]: Suppress bogus uninitialized-variable warnings.
19100
19101         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
19102         and let the caller return REG_ESPACE if out of space.  This
19103         removes an uninitialied-variable warning with GCC 4.0.1, and also
19104         avoids taking the address of a local variable.  All callers
19105         changed.
19106
19107 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
19108
19109         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
19110         $LIBCSRC/posix/regexec.c.
19111         Add glibc bug 1217 for regcomp.c.
19112
19113 2005-08-19  Jim Meyering  <jim@meyering.net>
19114
19115         * lib/regexec.c (proceed_next_node): Redo local variables to
19116         avoid GCC shadowing warnings.
19117
19118 2005-08-18  Bruno Haible  <bruno@clisp.org>
19119
19120         * lib/strstr.c (strstr): Fix return value in multibyte case.
19121         * lib/strcasestr.c (strcasestr): Likewise.
19122
19123 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
19124
19125         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
19126
19127 2005-08-17  Jim Meyering  <jim@meyering.net>
19128
19129         Make the %s format (seconds since the epoch) work for a negative
19130         number and when used with a zero-padded field width, e.g. %015s.
19131
19132         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
19133         label so that it precedes the code to set `digits'.  Otherwise,
19134         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
19135         print `00-22'.  Now, it prints `-0022', as it should.
19136
19137 2005-08-17  Bruno Haible  <bruno@clisp.org>
19138
19139         * modules/strstr (Files): Add m4/mbrtowc.m4.
19140         (Depends-on): Add mbuiter.
19141
19142 2005-08-17  Bruno Haible  <bruno@clisp.org>
19143
19144         * modules/strcasestr: New file.
19145         * MODULES.html.sh (String handling, based on ANSI C 89): Add
19146         strcasestr.
19147
19148 2005-08-17  Bruno Haible  <bruno@clisp.org>
19149
19150         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
19151
19152 2005-08-17  Bruno Haible  <bruno@clisp.org>
19153
19154         * modules/mbuiter: New file.
19155         * MODULES.html.sh (Extended multibyte and wide character utilities):
19156         Add mbuiter.
19157
19158 2005-08-17  Bruno Haible  <bruno@clisp.org>
19159
19160         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
19161         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
19162
19163 2005-08-17  Bruno Haible  <bruno@clisp.org>
19164
19165         * m4/strcasestr.m4: New file.
19166
19167 2005-08-17  Bruno Haible  <bruno@clisp.org>
19168
19169         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
19170         * lib/strstr.c: Completely rewritten, with multibyte locale support.
19171
19172 2005-08-17  Bruno Haible  <bruno@clisp.org>
19173
19174         * lib/strcasestr.h: New file.
19175         * lib/strcasestr.c: New file.
19176
19177 2005-08-17  Bruno Haible  <bruno@clisp.org>
19178
19179         * lib/strcasecmp.c: Use mbuiter.h.
19180
19181 2005-08-17  Bruno Haible  <bruno@clisp.org>
19182
19183         * lib/mbuiter.h: New file.
19184
19185 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
19186
19187         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
19188         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
19189         and gl_GETOPT are both invoked via different paths (as happens
19190         with GNU tar CVS because it uses both argp and getopt), the former
19191         wins.
19192
19193 2005-08-16  Bruno Haible  <bruno@clisp.org>
19194
19195         * modules/tls: New file.
19196         * MODULES.html.sh (Multithreading): Add tls.
19197
19198 2005-08-16  Bruno Haible  <bruno@clisp.org>
19199
19200         * modules/strnlen1: New file.
19201         * MODULES.html.sh (String handling): Add strnlen1.
19202
19203 2005-08-16  Bruno Haible  <bruno@clisp.org>
19204
19205         * modules/strcase (Files): Add m4/mbrtowc.m4.
19206         (Depends-on): Add strnlen1, mbchar.
19207
19208 2005-08-16  Bruno Haible  <bruno@clisp.org>
19209
19210         * modules/mbiter: New file.
19211         * MODULES.html.sh (Extended multibyte and wide character utilities):
19212         Add mbiter.
19213
19214 2005-08-16  Bruno Haible  <bruno@clisp.org>
19215
19216         * modules/mbfile: New file.
19217         * MODULES.html.sh (Extended multibyte and wide character utilities):
19218         Add mbfile.
19219
19220 2005-08-16  Bruno Haible  <bruno@clisp.org>
19221
19222         * modules/mbchar: New file.
19223         * MODULES.html.sh (Extended multibyte and wide character utilities):
19224         New section.
19225
19226 2005-08-16  Bruno Haible  <bruno@clisp.org>
19227
19228         * m4/tls.m4: New file, from GNU gettext.
19229
19230 2005-08-16  Bruno Haible  <bruno@clisp.org>
19231
19232         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
19233         always.
19234         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
19235
19236 2005-08-16  Bruno Haible  <bruno@clisp.org>
19237
19238         * m4/mbiter.m4: New file.
19239
19240 2005-08-16  Bruno Haible  <bruno@clisp.org>
19241
19242         * m4/mbfile.m4: New file.
19243
19244 2005-08-16  Bruno Haible  <bruno@clisp.org>
19245
19246         * m4/mbchar.m4: New file.
19247
19248 2005-08-16  Bruno Haible  <bruno@clisp.org>
19249
19250         * lib/tls.h: New file, from GNU gettext.
19251         * lib/tls.c: New file, from GNU gettext.
19252
19253 2005-08-16  Bruno Haible  <bruno@clisp.org>
19254
19255         * lib/strnlen1.h: New file.
19256         * lib/strnlen1.c: New file.
19257
19258 2005-08-16  Bruno Haible  <bruno@clisp.org>
19259
19260         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
19261         (mbi_init): Update.
19262         (mbi_avail, mbi_advance): Let the iteration end before the terminating
19263         NUL byte, not after it.
19264
19265 2005-08-16  Bruno Haible  <bruno@clisp.org>
19266
19267         * lib/strcase.h (strcasecmp): Add note in comments.
19268         * lib/strncasecmp.c: Use code from strcasecmp.c.
19269         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
19270         (strcasecmp): Work correctly in multibyte locales.
19271
19272 2005-08-16  Bruno Haible  <bruno@clisp.org>
19273
19274         * lib/mbiter.h: New file.
19275
19276 2005-08-16  Bruno Haible  <bruno@clisp.org>
19277
19278         * lib/mbfile.h: New file.
19279
19280 2005-08-16  Bruno Haible  <bruno@clisp.org>
19281
19282         * lib/mbchar.h: New file.
19283         * lib/mbchar.c: New file.
19284
19285 2005-08-16  Bruno Haible  <bruno@clisp.org>
19286
19287         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
19288         the valid ones. Makes the comparison operations transitive:
19289         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
19290         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
19291
19292 2005-08-15  Simon Josefsson  <jas@extundo.com>
19293
19294         * modules/ssize_t (License): Change to 'unlimited'.
19295
19296         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
19297
19298 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
19299
19300         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
19301         Add comments for each pending glibc patch.
19302
19303 2005-08-15  Bruno Haible  <bruno@clisp.org>
19304
19305         * lib/regex.h (__restrict_arr): Don't define to __restrict if
19306         __cplusplus is defined.
19307
19308 2005-08-14  Jim Meyering  <jim@meyering.net>
19309
19310         Sync from coreutils.
19311
19312         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
19313         Use the hash-table-based cycle-detection code not just when
19314         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
19315         Reported by James Youngman in
19316         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
19317         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
19318         FTS_TIGHT_CYCLE_CHECK.
19319         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
19320         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
19321         once again.
19322         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
19323         * lib/fts.c (fd_safer): Remove decl.
19324         Include fcntl--.h rather than unistd-safer.h
19325         (fts_safe_changedir): Don't call fd_safer; no longer needed
19326         now that we include fcntl--.h.
19327
19328 2005-08-12  Simon Josefsson  <jas@extundo.com>
19329
19330         * modules/getndelim2: Use ssize_t module.
19331         * modules/getnline: Likewise.
19332         * modules/safe-read: Likewise.
19333         * modules/xreadlink: Likewise.
19334
19335         * modules/ssize_t: New file.
19336
19337 2005-08-12  Simon Josefsson  <jas@extundo.com>
19338
19339         * m4/readline.m4: Look for termcap, curses or ncurses if required.
19340
19341 2005-08-12  Simon Josefsson  <jas@extundo.com>
19342
19343         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
19344         ssize_t.
19345
19346 2005-08-12  Simon Josefsson  <jas@extundo.com>
19347
19348         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
19349         readline, getdelim and check_version.
19350         (Support for systems lacking ISO C 99: Sizes of integer types):
19351         Add size_max.
19352
19353 2005-08-12  Bruno Haible  <bruno@clisp.org>
19354
19355         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
19356
19357 2005-08-11  Simon Josefsson  <jas@extundo.com>
19358
19359         * modules/readline: New file.
19360
19361         * modules/strnlen (Files): Add strnlen.h.
19362
19363 2005-08-11  Simon Josefsson  <jas@extundo.com>
19364
19365         * m4/readline.m4: New file.
19366
19367 2005-08-11  Simon Josefsson  <jas@extundo.com>
19368
19369         * lib/readline.h, readline.c: New file.
19370
19371 2005-08-11  Simon Josefsson  <jas@extundo.com>
19372
19373         * doc/gnulib.texi (Initial import, Finishing touches): Mention
19374         gl_AVOID.
19375
19376 2005-08-11  Bruno Haible  <bruno@clisp.org>
19377
19378         * lib/strnlen.h (strnlen): Change parameter name to match comment.
19379
19380 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
19381
19382         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
19383
19384 2005-08-10  Simon Josefsson  <jas@extundo.com>
19385
19386         * tests/test-iconvme.c: New file.
19387
19388 2005-08-10  Simon Josefsson  <jas@extundo.com>
19389
19390         * m4/strnlen.m4: New file.
19391
19392         * m4/strndup.m4: Don't check for strnlen declaration, done in
19393         strnlen.m4.
19394
19395 2005-08-10  Simon Josefsson  <jas@extundo.com>
19396
19397         * lib/strndup.c: Use strnlen.h.
19398
19399         * lib/strnlen.h: New file.
19400
19401 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
19402
19403         * README: Typos.
19404
19405 2005-08-02  Simon Josefsson  <jas@extundo.com>
19406
19407         * modules/readline: New file.
19408
19409 2005-08-02  Simon Josefsson  <jas@extundo.com>
19410
19411         * modules/getdelim: New file.
19412
19413         * modules/getline: Rewrite, don't use getndelim2.
19414
19415 2005-08-02  Simon Josefsson  <jas@extundo.com>
19416
19417         * m4/getline.m4: Separate out getdelim stuff into separate module.
19418
19419         * m4/getdelim.m4: New file.
19420
19421 2005-08-02  Simon Josefsson  <jas@extundo.com>
19422
19423         * lib/getline.h, getline.c: Rewrite.
19424
19425         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
19426
19427 2005-07-31  Bruno Haible  <bruno@clisp.org>
19428
19429         * lib/lock.h (gl_lock_initializer): New macro.
19430         (gl_lock_define_initialized): Use it.
19431         (gl_rwlock_initializer): New macro.
19432         (gl_rwlock_define_initialized): Use it.
19433         (gl_recursive_lock_initializer): New macro.
19434         (gl_recursive_lock_define_initialized): Use it.
19435
19436 2005-07-30  Karl Berry  <karl@gnu.org>
19437
19438         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
19439         Report from Ben Pfaff, regarding getopt.
19440
19441 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
19442
19443         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
19444         normal way.
19445         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
19446         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
19447         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
19448         (gl_GETOPT): Use the new macros.  Most of the implementation
19449         is moved to the new macros.  This is for programs like Emacs
19450         that don't want all the functionality of gl_GETOPT.
19451
19452 2005-07-26  Bruno Haible  <bruno@clisp.org>
19453
19454         * m4/lock.m4: Update from GNU gettext.
19455
19456 2005-07-26  Bruno Haible  <bruno@clisp.org>
19457
19458         * lib/lock.h: Update from GNU gettext.
19459         * lib/lock.c: Update from GNU gettext.
19460
19461 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
19462
19463         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
19464         obsolescent AC_TRY_RUN.  Include the default includes files, for
19465         'exit'.
19466
19467 2005-07-24  Bruno Haible  <bruno@clisp.org>
19468
19469         * modules/visibility: New file.
19470         * MODULES.html.sh (Misc): Add visibility.
19471
19472 2005-07-24  Bruno Haible  <bruno@clisp.org>
19473
19474         * m4/visibility.m4: New file.
19475
19476 2005-07-24  Bruno Haible  <bruno@clisp.org>
19477
19478         * doc/visibility.texi: New file.
19479
19480 2005-07-22  Bruno Haible  <bruno@clisp.org>
19481
19482         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
19483         $(ALLOCA_H), redundant through BUILT_SOURCES.
19484         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
19485         redundant through BUILT_SOURCES.
19486         * modules/byteswap (Makefile.am): Remove explicit dependency on
19487         $(BYTESWAP_H), redundant through BUILT_SOURCES.
19488         * modules/fnmatch (Makefile.am): Remove explicit dependency on
19489         $(FNMATCH_H), redundant through BUILT_SOURCES.
19490         * modules/getopt (Makefile.am): Remove explicit dependency on
19491         $(GETOPT_H), redundant through BUILT_SOURCES.
19492         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
19493         redundant through BUILT_SOURCES.
19494         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
19495         redundant through BUILT_SOURCES.
19496         * modules/stdbool (Makefile.am): Remove explicit dependency on
19497         $(STDBOOL_H), redundant through BUILT_SOURCES.
19498         * modules/stdint (Makefile.am): Remove explicit dependency on
19499         $(STDINT_H), redundant through BUILT_SOURCES.
19500         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
19501         Remove explicit dependency on $(SYSEXITS_H).
19502         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
19503
19504 2005-07-18  Simon Josefsson  <jas@extundo.com>
19505
19506         * lib/check-version.c (check_version): Accept identical versions too.
19507
19508 2005-07-18  Bruno Haible  <bruno@clisp.org>
19509
19510         * modules/lock: New file.
19511         * MODULES.html.sh (Multithreading): New section.
19512
19513 2005-07-18  Bruno Haible  <bruno@clisp.org>
19514
19515         * m4/lock.m4: New file, from GNU gettext.
19516
19517 2005-07-18  Bruno Haible  <bruno@clisp.org>
19518
19519         * lib/lock.h: New file, from GNU gettext.
19520         * lib/lock.c: New file, from GNU gettext.
19521
19522 2005-07-18  Bruno Haible  <bruno@clisp.org>
19523
19524         * lib/lock.h (gl_once_t): New type.
19525         (gl_once_define, gl_once): New macros.
19526         * lib/lock.c (fresh_once): New variable.
19527         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
19528         functions.
19529
19530 2005-07-16  Simon Josefsson  <jas@extundo.com>
19531
19532         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
19533         workaround, suggested by Bruno.
19534
19535 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
19536
19537         * modules/xalloc (Depends-on): Add xalloc-die.
19538         * modules/xvasprintf (Depends-on): Add xalloc-die.
19539
19540 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
19541
19542         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
19543         with a minor change.
19544
19545 2005-07-15  Bruno Haible  <bruno@clisp.org>
19546
19547         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
19548         When using lib/poll.c, define poll as rpl_poll.
19549
19550 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
19551
19552         * modules/argp (Depends-on): Remove unlocked-io.
19553
19554 2005-07-14  Derek Price  <derek@ximbiot.com>
19555
19556         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
19557         for glob symlink bug.
19558
19559 2005-07-14  Bruno Haible  <bruno@clisp.org>
19560
19561         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
19562         Instead, test for *_unlocked function declarations directly.
19563
19564 2005-07-11  Simon Josefsson  <jas@extundo.com>
19565
19566         * modules/size_max: New file.
19567
19568         * modules/xsize: Depend on size_max module for size_max.m4.
19569
19570 2005-07-11  Simon Josefsson  <jas@extundo.com>
19571
19572         * lib/size_max.h: New file.
19573
19574 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
19575
19576         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
19577         copyright symbol and the year.
19578         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
19579         (version_etc_va): Use parameterized copyright notice.
19580         Reword to conform to the current GNU coding standards.
19581
19582 2005-07-11  Karl Berry  <karl@gnu.org>
19583
19584         * doc/gnulib.texi (Quoting): new node.
19585         (Initial import): more info, from Patrice.
19586
19587 2005-07-11  Bruno Haible  <bruno@clisp.org>
19588
19589         * gnulib-tool (func_usage): Document option --avoid.
19590         (Command line options): Handle --avoid.
19591         (func_acceptable): New function.
19592         (func_modules_transitive_closure): Use it.
19593
19594 2005-07-11  Bruno Haible  <bruno@clisp.org>
19595
19596         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
19597         Reported by Jim Meyering.
19598
19599 2005-07-10  Bruno Haible  <bruno@clisp.org>
19600
19601         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
19602         Needed when size_t is smaller than 'unsigned int'.
19603         Reported by Paul Eggert.
19604
19605 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
19606
19607         * modules/argp (Depends-on): Add unlocked-io
19608
19609 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
19610
19611         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
19612         block of defines.
19613
19614 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
19615
19616         * config/srclist.txt: Comment out regcomp.c, since we have a porting
19617         fix now.
19618
19619 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
19620         and Paul Eggert  <eggert@cs.ucla.edu>
19621
19622         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
19623         in wint_t, not wchar_t.  Remove now-unnecessary cast.
19624
19625 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
19626
19627         * modules/regex (Files): Add lib/regex_internal.c,
19628         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
19629         (Depends-on): Add extensions.
19630         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
19631
19632 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
19633
19634         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
19635         pathconf.
19636         * m4/same.m4 (gl_SAME): Likewise.
19637         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
19638
19639         * m4/regex.m4: Adjust to new libc regex implementation.
19640         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
19641         all the .c and .h parts of (the new) regex.
19642         Quote the m4 stuff better.
19643         Check for RE_ICASE bug of old gnulib.
19644         Check for REG_STARTEND of recent libc.
19645         Rename local variables from jm_* to gl_*.
19646         Quote operand of "test -f".
19647         Say "recent enough" version of libc, not "version 2".
19648         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
19649         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
19650         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
19651         Remove check for btowc, isascii.
19652         Require AM_LANGINFO_CODESET.
19653
19654 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
19655
19656         * lib/regex.c, regex.h: Sync from libc.
19657         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
19658         * lib/regexec.c:
19659         New files, synced from libc, except that regex_internal.h
19660         currently has a small porting fix.
19661
19662 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
19663
19664         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
19665         regex_internal.c, regexec.c.
19666         Add regex_internal.h too, but as a comment, since the libc version
19667         is currently broken in gnulib mode.
19668
19669 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
19670
19671         Support programs like Emacs that use gnulib but not gettext.
19672         * MODULES.html.sh (Internationalization functions): Add gettext-h.
19673         * modules/gettext-h: New file.
19674         * modules/gettext (Files): Remove lib/gettext.h.
19675         (Depends-on): Add gettext-h.
19676         (Makefile.am): Remove lib_SOURCES.
19677         * modules/argmatch, modules/c-stack, modules/closeout:
19678         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
19679         * modules/execute, modules/file-type, modules/getaddrinfo:
19680         * modules/getopt, modules/human, modules/javacomp:
19681         * modules/javaexec, modules/mkdir-p, modules/obstack:
19682         * modules/openat, modules/pagealign_alloc, modules/pipe:
19683         * modules/quotearg, modules/regex, modules/rpmatch:
19684         * modules/unicodeio, modules/userspec, modules/version-etc:
19685         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
19686         * modules/xsetenv:
19687         Depend on gettext-h, not gettext.
19688
19689 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
19690
19691         * gnulib-tool (func_import): Add support for 'public domain' license.
19692         * modules/alloca, modules/atexit, modules/memmove:
19693         Now public domain, not GPL.
19694         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
19695         * modules/realloc, modules/strerror, modules/strtod:
19696         Now LGPL, not GPL.
19697
19698 2005-07-05  Bruno Haible  <bruno@clisp.org>
19699
19700         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
19701         autoconf CVS. Needed for mingw.
19702
19703 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
19704
19705         Remove the dependency of the strftime module on the tzset module.
19706         * modules/strftime (Depends-on): Remove dependency on tzset.
19707
19708 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
19709
19710         Remove the dependency of the strftime module on the tzset module.
19711         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
19712         gl_FUNC_TZSET_CLOBBER.
19713
19714 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
19715
19716         Remove the dependency of the strftime module on the tzset module.
19717         * lib/strftime.c (my_strftime)
19718         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
19719         Copy the input structure, to work around some of the bug with
19720         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
19721         Solaris releases, you should also use the tzset module, but we won't
19722         require it as a dependency any more since we don't want LGPLed code
19723         to depend on GPLed code.
19724
19725 2005-07-02  Jim Meyering  <jim@meyering.net>
19726
19727         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
19728         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
19729         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
19730         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
19731
19732 2005-07-02  Jim Meyering  <jim@meyering.net>
19733
19734         * lib/backupfile.c (backup_args): Change a `0' to NULL.
19735
19736 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
19737
19738         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
19739         declares only 'struct timespec;' (!).
19740
19741 2005-07-01  Jim Meyering  <jim@meyering.net>
19742
19743         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
19744         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
19745         * lib/save-cwd.c, tempname.c:
19746         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
19747         and don't include <sys/file.h>).
19748
19749 2005-06-29  Jim Meyering  <jim@meyering.net>
19750
19751         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
19752         type name.  Use the variable name instead.
19753         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
19754         Likewise.
19755
19756 2005-06-28  Simon Josefsson  <jas@extundo.com>
19757
19758         * modules/check-version (Files): Add check-version.m4.
19759
19760 2005-06-28  Simon Josefsson  <jas@extundo.com>
19761
19762         * m4/check-version.m4: New file, suggested by Jim Meyering
19763         <jim@meyering.net>.
19764
19765 2005-06-28  Simon Josefsson  <jas@extundo.com>
19766
19767         * lib/check-version.h, lib/check-version.c: New files.
19768
19769 2005-06-28  Simon Josefsson  <jas@extundo.com>
19770
19771         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
19772         collision with global variable.  Better indentation.  Don't
19773         increment buffer pointer beyond buffer end.  Based on comments
19774         from Paul Eggert <eggert@cs.ucla.edu>.
19775
19776         * lib/base64.h: Indent.
19777
19778 2005-06-28  Simon Josefsson  <jas@extundo.com>
19779
19780         * doc/gnulib.texi (Library version handling): New section.
19781
19782 2005-06-28  Jim Meyering  <jim@meyering.net>
19783
19784         * check-module (find_included_lib_files): Hard-code another
19785         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
19786         but modules/fts-lgpl (correctly) does not list those files.
19787
19788         * modules/canonicalize (Files): Add lib/pathmax.h.
19789
19790 2005-06-25  Simon Josefsson  <jas@extundo.com>
19791
19792         * modules/check-version: New file.
19793
19794 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
19795
19796         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
19797         initializer of struct addrinfo, as an indication that we don't
19798         care how many members the structure has.
19799
19800 2005-06-24  Derek Price  <derek@ximbiot.com>
19801         and Bruno Haible  <bruno@clisp.org>
19802
19803         Remove stat module & update lstat.
19804         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
19805         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
19806         * m4/stat.m4: Remove this file.
19807
19808 2005-06-24  Derek Price  <derek@ximbiot.com>
19809         and Bruno Haible  <bruno@clisp.org>
19810
19811         Remove stat module & update lstat.
19812         * lib/stat.c: Remove this file...
19813         (slash_aware_lstat): ...moving this content and its support...
19814         * lib/lstat.c (rpl_lstat): ...into here.
19815         * lib/lstat.h: New file.
19816
19817 2005-06-24  Derek Price  <derek@ximbiot.com>
19818         and Bruno Haible  <bruno@clisp.org>
19819
19820         Remove stat module & update lstat.
19821         * config/srclist.txt (libc sources): Remove stat.
19822
19823 2005-06-24  Derek Price  <derek@ximbiot.com>
19824         and Bruno Haible  <bruno@clisp.org>
19825
19826         Remove stat module & update lstat.
19827         * MODULES.html.sh (stat): Remove.
19828         * MODULES.html: Regenerated.
19829         * modules/lstat (Description): Correct function name.
19830         (Files): Add "lstat.h".
19831         (Depends-on): Remove stat, add xalloc, stat-macros.
19832         * modules/stat: Remove this file.
19833         (Include): Add "lstat.h", remove <sys/stat.h>.
19834
19835 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
19836
19837         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
19838         (ranged_convert): Don't save conversion in a temporary struct.
19839         This causes a warning with GCC 4.0.0, and anyway in the typical
19840         case it's not worth the extra 100 bytes or so of code.
19841         (ranged_convert, __mktime_internal): When calling a function via a
19842         pointer P, use P () rather than (*P) (), as we now assume C89 or
19843         better.
19844
19845 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
19846
19847         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
19848         "who -r" failed to give output.  Problem reported by Tim Waugh.
19849
19850         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
19851         (xcalloc): Use it to avoid needless tests.
19852         Problem reported by Jim Meyering.
19853
19854 2005-06-20  Derek Price  <derek@ximbiot.com>
19855
19856         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
19857         unnecessary for Autoconfs > 2.59c.
19858
19859 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
19860
19861         * lib/argp.h (__option_is_short): Check upper limit of
19862         __key. Isprint() requires its argument to have the value
19863         of an unsigned char or EOF.
19864
19865 2005-06-16  Jim Meyering  <jim@meyering.net>
19866
19867         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
19868         when either N or S is zero.
19869
19870 2005-06-16  Derek Price  <derek@ximbiot.com>
19871
19872         * m4/bison.m4: Declare YACC & YFLAGS precious.
19873
19874 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
19875
19876         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
19877         multibyte string or pattern, fall back on unibyte matching.
19878         Problem reported by James Youngman.
19879
19880 2005-06-08  Bruno Haible  <bruno@clisp.org>
19881
19882         * modules/csharpcomp: New file.
19883         * MODULES.html.sh (C#): Add csharpcomp.
19884
19885 2005-06-08  Bruno Haible  <bruno@clisp.org>
19886
19887         * m4/csharpcomp.m4: New file, from GNU gettext.
19888
19889 2005-06-08  Bruno Haible  <bruno@clisp.org>
19890
19891         * lib/csharpcomp.h: New file, from GNU gettext.
19892         * lib/csharpcomp.c: New file, from GNU gettext.
19893         * lib/csharpcomp.sh.in: New file, from GNU gettext.
19894
19895 2005-06-08  Bruno Haible  <bruno@clisp.org>
19896
19897         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
19898         warning on mingw.
19899
19900 2005-06-07  Derek Price  <derek@ximbiot.com>
19901
19902         Sync from CVS.
19903         * lib/glob_.h: Indent nested #ifdef.
19904
19905 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
19906
19907         Sync from coreutils.
19908         Use "file name" when talking about file names, instead of "filename"
19909         or "path", as per the GNU coding standards.
19910         * lib/mkdir-p.c: Renamed from makepath.c.
19911         (make_dir_parents): Renamed from make_path.  All callers changed.
19912         * lib/mkdir-p.h: Likewise.  All includers changed.
19913         * lib/filenamecat.c: Renamed from path-concat.c.
19914         (file_name_concat): Renamed from path_concat.  All callers changed.
19915         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
19916         * lib/filenamecat.h: Likewise.  All includers changed.
19917         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
19918         in comments or local variable names.
19919         * lib/basename.c: Likewise.
19920         * lib/canonicalize.c, canonicalize.h: Likewise.
19921         * lib/dirname.c, dirname.h: Likewise.
19922         * lib/euidaccess.c: Likewise.
19923         * lib/exclude.c: Likewise
19924         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
19925         * lib/fsusage.c, fsuage.h: Likewise.
19926         * lib/fts.c, fts_.h: Likewise.
19927         * lib/getcwd.c: Likewise.
19928         * lib/getloadavg.c: Likewise.
19929         * lib/mkstemp.c: Likewise.
19930         * lib/mountlist.c, mountlist.h: Likewise.
19931         * lib/openat.c, openat.h: Likewise.
19932         * lib/readlink-stub.c: Likewise.
19933         * lib/readutmp.c, readutmp.h: Likewise.
19934         * lib/rename.c: Likewise.
19935         * lib/rmdir.c: Likewise.
19936         * lib/same.c: Likewise.
19937         * lib/savedir.c: Likewise.
19938         * lib/stripslash.c: Likewise.
19939         * lib/tempname.c: Likewise.
19940         * lib/xreadlink.c: Likewise.
19941         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
19942         All uses changed.
19943         * lib/exclude.h: Likewise.
19944
19945         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
19946         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
19947         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
19948         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
19949         * lib/pathmax.h: Include <limits.h> unconditionally, since other
19950         files have been getting away with it for years (MORE/BSD 4.3
19951         is extinct now).
19952         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
19953         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
19954
19955         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
19956         Define to 256, not 255, as per modern POSIX.
19957
19958 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
19959
19960         Sync from coreutils.
19961         Use "file name" when talking about file names, instead of "filename"
19962         or "path", as per the GNU coding standards.
19963         * MODULES.html.sh: mkdir-p renamed from makepath.
19964         filenamecat renamed from path-concat.
19965         * modules/filenamecat: Renamed from modules/path-concat.
19966         (Files): filenamecat.h and filenamecat.c renamed from
19967         path-concat.h and path-concat.c.
19968         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
19969         (Include): filenamecat.h, not path-concat.h.
19970         * modules/mkdir-p: Renamed from modules/makepath.
19971         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
19972         makepath.c.
19973         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
19974         (Include): mkdir-p.h, not makepath.h.
19975
19976 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
19977
19978         Sync from coreutils.
19979         * m4/mkdir-p.m4: Renamed from makepath.m4.
19980         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
19981         Rename files from makepath.c to mkdir-p.c, and from
19982         makepath.h to mkdir-p.h.
19983         * m4/filenamecat.m4: Renamed from path-concat.m4.
19984         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
19985         Rename files from path-concat.c to filenamecat.c,
19986         and from path-concat.h to filenamecat.h.
19987         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
19988         "file name" in local variables or comments.
19989         * m4/rename.m4: Likewise.
19990
19991 2005-06-01  Bruno Haible  <bruno@clisp.org>
19992
19993         * modules/csharpexec: New file.
19994         * MODULES.html.sh (C#): New section.
19995
19996 2005-06-01  Bruno Haible  <bruno@clisp.org>
19997
19998         * m4/csharp.m4: New file, from GNU gettext.
19999         * m4/csharpexec.m4: New file, from GNU gettext.
20000
20001 2005-06-01  Bruno Haible  <bruno@clisp.org>
20002
20003         * lib/csharpexec.h: New file, from GNU gettext.
20004         * lib/csharpexec.c: New file, from GNU gettext.
20005         * lib/csharpexec.sh.in: New file, from GNU gettext.
20006
20007 2005-05-31  Derek Price  <derek@ximbiot.com>
20008             Paul Eggert  <eggert@cs.ucla.edu>
20009
20010         Sync from cvs.
20011         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
20012
20013 2005-05-31  Derek Price  <derek@ximbiot.com>
20014             Paul Eggert  <eggert@cs.ucla.edu>
20015
20016         Sync from cvs.
20017         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
20018
20019 2005-05-29  Derek Price  <derek@ximbiot.com>
20020
20021         * config/srclist.txt (glob_.h, glob.c): Add these files.
20022
20023 2005-05-29  Derek Price  <derek@ximbiot.com>
20024
20025         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
20026         * modules/glob: New file.
20027         * modules/getlogin_r: Add link to POSIX spec in description.
20028
20029 2005-05-29  Derek Price  <derek@ximbiot.com>
20030             Paul Eggert  <eggert@cs.ucla.edu>
20031
20032         * m4/glob.m4: New file.
20033
20034 2005-05-29  Derek Price  <derek@ximbiot.com>
20035             Paul Eggert  <eggert@cs.ucla.edu>
20036
20037         * lib/glob_.h, lib/glob.c: New files.
20038
20039 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
20040
20041         * modules/fts (Files): Remove m4/inttypes-pri.m4.
20042         * modules/fts-lgpl (Depends-on): Remove gettext.
20043
20044 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
20045
20046         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
20047         and don't require gt_INTTYPES_PRI.
20048
20049 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
20050
20051         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
20052
20053         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
20054         the configuration hassle isn't worth it.
20055         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
20056         (LONGEST_MODIFIER, PRIuMAX): Remove.
20057
20058 2005-05-27  Bruno Haible  <bruno@clisp.org>
20059
20060         * lib/getlogin_r.h: Remove second include of <stddef.h>.
20061
20062 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
20063
20064         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
20065         _POSIX_PTHREAD_SEMANTICS for Solaris.
20066
20067 2005-05-25  Derek Price  <derek@ximbiot.com>
20068
20069         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
20070
20071 2005-05-25  Derek Price  <derek@ximbiot.com>
20072             Paul Eggert  <eggert@cs.ucla.edu>
20073
20074         * modules/getlogin_r, m4/getlogin_r.m4: New files.
20075         * lib/getlogin_r.c, getlogin_r.h: New files.
20076
20077 2005-05-25  Bruno Haible  <bruno@clisp.org>
20078             Derek Price  <derek@ximbiot.com>
20079
20080         * lib/getlogin_r.h: Simplify API documentation.
20081
20082 2005-05-23  Derek Price  <derek@ximbiot.com>
20083
20084         * modules/minmax (Files): Add m4/minmax.m4.
20085         (configure.ac): Add gl_MINMAX.
20086
20087 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
20088
20089         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
20090         so that unistd-safer.h (GPL'ed code) need not be included.
20091
20092 2005-05-22  Bruno Haible  <bruno@clisp.org>
20093
20094         * m4/minmax.m4: New file.
20095         Based on a patch by Derek Price <derek@ximbiot.com>.
20096
20097 2005-05-22  Bruno Haible  <bruno@clisp.org>
20098
20099         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
20100         (INT64_MIN): Fix definition.
20101         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
20102
20103         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
20104         NEED_SIGNED_INT_TYPES.
20105
20106         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
20107         HAVE_SYSTEM_INTTYPES.
20108
20109 2005-05-22  Bruno Haible  <bruno@clisp.org>
20110
20111         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
20112         Also include <sys/param.h> if it defines MIN, MAX.
20113         Based on a patch by Derek Price <derek@ximbiot.com>.
20114
20115 2005-05-21  Jim Meyering  <jim@meyering.net>
20116
20117         * modules/fts (Files): Add m4/inttypes-pri.m4.
20118         (Depends-on): Add lstat and remove gettext.  Alphabetize.
20119
20120 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
20121
20122         New fts module.
20123         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
20124         (setup_dir, free_dir): New functions.
20125         (enter_dir, leave_dir): Define trivial
20126         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
20127         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
20128         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
20129         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
20130         Move to fts-cycle.c.
20131         (fts_open): Use setup_dir.
20132         (fts_close): Use free_dir.
20133         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
20134         This adds a label and some gotos, but the alternatives were messier.
20135         Check for memory allocation failure when entering a dir.
20136         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
20137         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
20138         (FTS): New member fts_cycle, that is a union that contains the
20139         old active_dir_ht and cycle_state.  All uses changed to mention
20140         fts_cycle.ht and fts_cycle.state.
20141         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
20142         fts.c, with the following changes:
20143         (setup_dir, free_dir): New functions.
20144         (enter_dir): Now returns bool.  Return true if successful, false
20145         if memory exhausted.  All callers changed.
20146         Do not bother partly cleaning up on
20147         memory allocation failure; that is free_dir's job.
20148         However, free ad if hash_insert fails, to avoid memory leak.
20149         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
20150         fts->fts_options to see which union member to use.
20151
20152 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
20153
20154         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
20155         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
20156
20157 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
20158
20159         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
20160
20161 2005-05-20  Jim Meyering  <jim@meyering.net>
20162
20163         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
20164         Now a macro, to pacify GCC.
20165
20166 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
20167
20168         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
20169         of -1.
20170
20171 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
20172
20173         * lib/chown.c (rpl_chown): Return -1 on failure.
20174
20175 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
20176
20177         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
20178         Don't check for stddef.h.
20179         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
20180         don't use its results.
20181         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
20182         since we include them unconditionally.  Don't require
20183         AM_STDBOOL_H, since stdbool is a prerequisite.
20184         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
20185         since we assume C89 or better.
20186         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
20187         as we don't use their results.
20188         Don't check for fchdir, memmove, memset, strrchr, as we use
20189         them unconditionally.
20190         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
20191         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
20192
20193 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
20194
20195         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
20196         Include <stddef.h> unconditionally, since we assume C89 now.
20197         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
20198         * lib/fts.c: Include fts_.h first, to check interface.
20199         Do not include intprops.h; no longer needed.
20200         Include cycle-check.h and hash.h, since fts_.h no longer does.
20201         Remove unnecessary casts of closedir to void.
20202         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
20203         decide whether to decrement nlinks.
20204         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
20205         (FTS): Use struct hash_table * instead of Hash_table, so that
20206         we no longer need to include hash.h here.
20207
20208 2005-05-18  Jim Meyering  <jim@meyering.net>
20209
20210         * modules/dirfd (License): Change to LGPL.  Most of the code
20211         is already in the public domain.
20212
20213 2005-05-18  Jim Meyering  <jim@meyering.net>
20214
20215         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
20216         Reported by Yoann Vandoorselaere.
20217
20218 2005-05-17  Jim Meyering  <jim@meyering.net>
20219
20220         * m4/fts.m4: New file, from coreutils.
20221
20222 2005-05-17  Jim Meyering  <jim@meyering.net>
20223
20224         * lib/fts.c, lib/fts_.h: New files, from coreutils.
20225
20226 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
20227
20228         Sync from coreutils.
20229         * m4/unlinkdir.m4: New file.
20230
20231 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
20232
20233         Sync from coreutils.
20234         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
20235         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
20236         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
20237         White space changes only.
20238         * lib/makepath.c (make_path): Port to hosts where leading "//" is
20239         special.
20240         * lib/yesno.c: Include getline.h, not ctype.h.
20241         (yesno): Don't remove leading white space; POSIX doesn't allow it.
20242         Use getline to remove arbitrary restriction on response length.
20243
20244 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
20245
20246         * config/srclist-update: Spell out "Street" in FSF postal
20247         mail address; this is the style the FSF seems to prefer.
20248
20249         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
20250         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
20251         this updates FSF postal mail address.
20252
20253         Sync from coreutils.
20254         * modules/unlinkdir: New file.
20255         * modules/yesno (Depends-on): Add getline.
20256         * MODULES.html.sh (File system functions): Add unlinkdir.
20257
20258 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
20259
20260         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
20261         lib/strsep.h:
20262         Change the initial comment to refer to GPL, not LGPL.
20263         gnulib-tool will change it to LGPL as needed.
20264
20265         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
20266         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
20267         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
20268         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
20269         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
20270         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
20271         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
20272         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
20273         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
20274         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
20275         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
20276         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
20277         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
20278         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
20279         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
20280         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
20281         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
20282         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
20283         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
20284         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
20285         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
20286         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
20287         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
20288         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
20289         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
20290         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
20291         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
20292         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
20293         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
20294         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
20295         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
20296         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
20297         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
20298         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
20299         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
20300         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
20301         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
20302         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
20303         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
20304         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
20305         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
20306         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
20307         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
20308         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
20309         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
20310         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
20311         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
20312         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
20313         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
20314         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
20315         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
20316         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
20317         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
20318         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
20319         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
20320         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
20321         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
20322         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
20323         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
20324         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
20325         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
20326         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
20327         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
20328         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
20329         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
20330         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
20331         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
20332         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
20333         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
20334         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
20335         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
20336         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
20337         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
20338         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
20339         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
20340         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
20341         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
20342         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
20343         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
20344         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
20345         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
20346         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
20347         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
20348         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
20349         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
20350         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
20351         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
20352         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
20353         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
20354         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
20355         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
20356         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
20357         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
20358         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
20359         lib/yesno.c, lib/yesno.h:
20360         Update FSF postal mail address.
20361
20362 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
20363
20364         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
20365         tests/test-memmem.c, tests/test-stpncpy.c:
20366         Update FSF postal mail address.
20367
20368 2005-05-13  Bruno Haible  <bruno@clisp.org>
20369
20370         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
20371         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
20372         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
20373         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
20374         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
20375         Add support for 64-bit integers in the MSVC compiler.
20376
20377 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20378
20379         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
20380
20381 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
20382
20383         * gnulib-tool (func_import): Sort and uniquify recommended includes.
20384
20385 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
20386
20387         * doc/getdate.texi (General date syntax): Don't say that date
20388         date --iso-8601=ns generates acceptable dates; it doesn't yet.
20389         Problem reported by Nic Ferrier.
20390
20391 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20392
20393         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
20394         specified in ai_socktype. Fix invalid ai_protocol
20395         check. ai_protocol is usually set to 0 or depending on
20396         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
20397         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
20398         ai_socktype / ai_protocol in the returned addrinfo structure.
20399
20400 2005-05-10  Simon Josefsson  <jas@extundo.com>
20401
20402         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
20403         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
20404
20405 2005-05-10  Karl Berry  <karl@gnu.org>
20406
20407         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
20408         (from http://www.gnu.org/licenses).
20409         * doc/COPYING.LIB: also rename to COPYING.LESSER.
20410         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
20411         fdl.texi suffices.
20412
20413 2005-05-10  Karl Berry  <karl@gnu.org>
20414
20415         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
20416         (COPYING.DOC): remove.
20417
20418         * config/srclist-update: new FSF address.
20419
20420 2005-05-10  Derek Price  <derek@ximbiot.com>
20421
20422         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
20423         possible.
20424
20425 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20426             Bruno Haible  <bruno@clisp.org>
20427
20428         * modules/inet_ntop: New file.
20429         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
20430         inet_ntop.
20431
20432 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20433             Bruno Haible  <bruno@clisp.org>
20434
20435         * m4/inet_ntop.m4: New file.
20436
20437 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20438             Bruno Haible  <bruno@clisp.org>
20439
20440         * lib/inet_ntop.h: New file.
20441         * lib/inet_ntop.c: New file, from glibc with modifications.
20442
20443 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
20444
20445         * modules/time_r (License): Change to LGPL.
20446         * modules/extensions (License): Change to LGPL.  Actually,
20447         the license is more permissive than that, but currently gnulib-tool
20448         doesn't know how to handle more-permissive licenses.
20449
20450         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
20451         Problem reported by Dave Love.
20452
20453 2005-05-08  Jim Meyering  <jim@meyering.net>
20454
20455         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
20456         blank.
20457
20458 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
20459
20460         * modules/argmatch (Depends-on): Add stdbool.
20461         * modules/backupfile (Depends-on): Likewise.
20462         * modules/chdir-long (Depends-on): Likewise.
20463         * modules/closeout (Depends-on): Likewise.
20464         * modules/cycle-check (Depends-on): Likewise.
20465         * modules/dirname (Depends-on): Likewise.
20466         * modules/fnmatch (Depends-on): Likewise.
20467         * modules/fsusage (Depends-on): Likewise.
20468         * modules/fwriteerror (Depends-on): Likewise.
20469         * modules/getcwd (Depends-on): Likewise.
20470         * modules/getloadavg (Depends-on): Likewise.
20471         * modules/hard-locale (Depends-on): Likewise.
20472         * modules/makepath (Depends-on): Likewise.
20473         * modules/mountlist (Depends-on): Likewise.
20474         * modules/nanosleep (Depends-on): Likewise.
20475         * modules/posixtm (Depends-on): Likewise.
20476         * modules/quotearg (Depends-on): Likewise.
20477         * modules/readtokens (Depends-on): Likewise.
20478         * modules/readtokens0 (Depends-on): Likewise.
20479         * modules/readutmp (Depends-on): Likewise.
20480         * modules/save-cwd (Depends-on): Likewise.
20481         * modules/strftime (Depends-on): Likewise.
20482         * modules/userspec (Depends-on): Likewise.
20483         * modules/utimecmp (Depends-on): Likewise.
20484         * modules/xgetcwd (Depends-on): Likewise.
20485         * modules/xnanosleep (Depends-on): Likewise.
20486         * modules/xstrtod (Depends-on): Likewise.
20487         * modules/yesno (Depends-on): Likewise.
20488
20489 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
20490
20491         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
20492         needless checks.
20493
20494 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
20495
20496         Merge from coreutils.  Among other things,
20497         add bulletproofing for cases where stdin, stdout, or stderr are closed.
20498         * lib/fd-safer.c: New file.
20499         * lib/fcntl-safer.h, open-safer.c: Remove.
20500         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
20501         * lib/dup-safer.c: Include unistd-safer.h first.
20502         Don't include errno.h.
20503         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
20504         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
20505         * lib/file-type.c: Rely on file-type.h change.
20506         * lib/getloadavg.c: Include unistd-safer.h.
20507         (getloadavg): Use safer open.
20508         * lib/getusershell.c: Include "stdio-safer.h".
20509         (getusershell): Use safer fopen.
20510         * lib/long-options.c (long_options): Use NULL rather than 0.
20511         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
20512         'free'.
20513         * lib/modechange.c: Likewise.
20514         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
20515         (MODE_DONE): New constant.
20516         (struct mode_change): Remove 'next' member.
20517         (make_node_op_equals): New function; like the old one of the
20518         same name, except it allocates an array.
20519         (mode_compile, mode_create_from_ref): Use it.
20520         (mode_compile): Allocate result as an array, not a linked list.
20521         Parse octal string ourself, so that we catch mistakes like "+0".
20522         (mode_adjust): Arg is an array, not a linked list.
20523         * lib/modechange.c: Include stat-macros.h, xalloc.h.
20524         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
20525         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
20526         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
20527         Remove.  This is now stat-macros.h's job.
20528         (talloc): Remove.  All callers replaced by xalloc, so that
20529         our invokers don't have to worry about reporting memory failures.
20530         (make_node_op_equals): Remove.
20531         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
20532         New constants.
20533         (struct mode_change): Moved here from modechange.h.
20534         (mode_append_entry): Remove.
20535         (mode_compile): Remove MASKED_OPS arg, since it encouraged
20536         apps to have incorrect behavior.  Use simpler algorithm for head
20537         and tail.  Don't futz with umask; that's now the job of mode_adjust.
20538         Detect more invalid usages rather than having somewhat-random behavior.
20539         Don't insert an "a=" action, as that leads to incorrect behavior.
20540         (mode_compile, mode_create_from_ref): Return NULL on error instead
20541         of an enum, since now there's only one way to have an error.  All
20542         callers changed.
20543         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
20544         at the correct time.  Simplify calculation of "+u" and its ilk.
20545         Don't mishandle "+X".
20546         (mode_free): Remove "register" and localize decls.
20547         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
20548         (struct mode_change): Move to modechange.c; callers don't
20549         need to see this stuff.
20550         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
20551         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
20552         (mode_change, mode_adjust): Reflect the new signatures noted above.
20553         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
20554         that might redefine system include files.
20555         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
20556         (my_usleep): Use NULL rather than (void *) 0.
20557         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
20558         Use siginterrupt to specify that system calls should be interrupted.
20559         (rpl_nanosleep): Move initialization of suspended closer to call of
20560         my_usleep.
20561         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
20562         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
20563         (desirable_utmp_entry): New function.
20564         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
20565         using x2nrealloc, to simplify logic.
20566         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
20567         size calculation.  Do not assume utmp file is a regular file.
20568         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
20569         (READ_UTMP_CHECK_PIDS): New constant.
20570         * lib/save-cwd.c: Include unistd-safer.h.
20571         (save_cwd): Use fd_safer.
20572         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
20573         [!_LIBC] Include "stat-macros.h" instead.
20574         * lib/unistd-safer.h (fd_safer): New decl.
20575
20576 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
20577
20578         * modules/getloadavg (Depends-on): Add unistd-safer.
20579         * modules/getusershell (Depends-on): Add stdio-safer.
20580         * modules/lstat (Depends-on): Remove xalloc.
20581         * modules/mkstemp (Depends-on): Add stat-macros.
20582         * modules/modechange (Depends-on): Remove xstrtol.
20583         Add stat-macros, xalloc.
20584         * modules/save-cwd (Depends-on): Add unistd-safer.
20585         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
20586         * modules/unistd-safer (Files): Add lib/fd-safer.c
20587         (Makefile.am): Remove lib_SOURCES.
20588
20589         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
20590         Remove fcntl-safer; unistd-safer supersedes it.
20591
20592 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
20593
20594         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
20595         AC_HEADER_STAT.
20596         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
20597         (gl_PREREQ_CHOWN): Remove.
20598         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
20599         it.  Don't require AC_HEADER_STAT.
20600         (gl_PREREQ_LSTAT): Remove.
20601         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
20602         Don't require AC_HEADER_STAT.
20603         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
20604         (gl_PREREQ_RMDIR): Remove.
20605         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
20606         mention stat-macros.h or AC_HEADER_STAT, since we'll make
20607         the stat-macros module a prerequisite.
20608         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
20609         * m4/filemode.m4 (gl_FILEMODE): Likewise.
20610         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
20611         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
20612         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
20613         variable names.
20614         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
20615         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
20616         variable prefixes.
20617         * m4/fcntl-safer.m4: Remove.
20618         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
20619         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
20620         Invoke gl_PREREQ_FD_SAFER.
20621         (gl_PREREQ_FD_SAFER): New macro.
20622         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
20623         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
20624         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
20625         Remove duplicate call to AC_LIBOBJ(readutmp).
20626         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
20627
20628         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
20629         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
20630
20631 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
20632
20633         * MODULES.html.sh (Misc): Add byteswap.
20634
20635 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
20636
20637         * modules/getcwd (Depends-on): Add extensions.
20638         * modules/openat (Depends-on): Likewise.
20639
20640 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
20641
20642         * modules/byteswap: New file.
20643
20644 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
20645
20646         * m4/byteswap.m4: New file.
20647
20648 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
20649
20650         * lib/byteswap_.h: New file.
20651
20652 2005-04-25  Karl Berry  <karl@gnu.org>
20653
20654         * m4/gettext.m4: Update from GNU gettext 0.14.4.
20655
20656 2005-04-25  Albert Chin  <china@thewrittenword.com>
20657
20658         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
20659         Toolkit C bug.
20660
20661 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
20662
20663         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
20664         (func_ln_if_changed) Remove forcibly for no error message
20665         in case file does not exist.
20666
20667 2005-04-19  Simon Josefsson  <jas@extundo.com>
20668
20669         * gnulib-tool (Options): Make --symlink mean --symbolic.
20670
20671 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
20672
20673         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
20674
20675 2005-04-16  Simon Josefsson  <jas@extundo.com>
20676
20677         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
20678
20679 2005-04-15  Simon Josefsson  <jas@extundo.com>
20680
20681         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
20682
20683 2005-04-15  Simon Josefsson  <jas@extundo.com>
20684
20685         * gnulib-tool: Rename --symlink to --symbolic.
20686
20687 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
20688
20689         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
20690         symbolic links to files instead of copying/moving.  Add --aux-dir,
20691         specifying directory relative --dir where auxiliary build tools
20692         are placed.
20693
20694 2005-04-14  Bruno Haible  <bruno@clisp.org>
20695
20696         * modules/allocsa (License): Change to LGPL.
20697         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
20698
20699 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
20700
20701         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
20702         that "UTC +1 second" continues to work.  Problem reported
20703         by Dmitry V. Levin.
20704         (relunit_snumber): New rule.
20705         (relunit): Use it.
20706
20707 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
20708
20709         * lib/getdate.y (universal_time_zone_table): New constant.
20710         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
20711         universal_time_zone_table.
20712         (lookup_zone): Prefer universal_time_zone_table to
20713         local_time_zone_table, so that "GMT" time stamps are allowed in
20714         London during the summer.  Problem reported by Ian Abbott.
20715
20716 2005-04-12  Jim Meyering  <jim@meyering.net>
20717
20718         * lib/human.c (humblock): Set *options even when returning due to
20719         xstrtoumax conversion failure.  Thanks to a used-uninitialized
20720         warning from gcc-4.
20721
20722 2005-04-09  Jim Meyering  <jim@meyering.net>
20723
20724         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
20725         -Wuninitialized: initialize tm0.tm_year.
20726
20727 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
20728
20729         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
20730         count, since there's no maximum.  All uses changed.
20731         Add member dsts_seen.
20732         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
20733         not being INT_MAX.
20734         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
20735         Use pc_rels_seen to decide whther a date is absolute.
20736
20737         * lib/getdate.y (number): Don't overwrite year.
20738         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
20739         check.
20740
20741 2005-04-02  Simon Josefsson  <jas@extundo.com>
20742
20743         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
20744         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
20745
20746 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
20747
20748         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
20749         where no absolute path name can be longer than PATH_MAX.
20750
20751 2005-03-27  Jim Meyering  <jim@meyering.net>
20752
20753         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
20754
20755 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
20756
20757         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
20758         "one's complement" -> "ones' complement" in comment, as per Knuth.
20759         "value of type" -> "type or expression" in comment.
20760         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
20761
20762 2005-03-26  Jim Meyering  <jim@meyering.net>
20763
20764         Comment nits.
20765         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
20766         Correct typos: s/or/of/.
20767
20768 2005-03-26  Jim Meyering  <jim@meyering.net>
20769
20770         * modules/check-include-files: Move to ../ and rename to...
20771         * check-module: ...this.
20772
20773 2005-03-25  Jim Meyering  <jim@meyering.net>
20774
20775         * modules/xvasprintf (Files): Add xalloc.h.
20776
20777 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
20778
20779         * modules/gettext (Files): config/config.rpath ->
20780         build-aux/config.rpath
20781         * modules/iconv (Files): Likewise.
20782         Problem reported by Oskar Liljeblad.
20783
20784 2005-03-23  Jim Meyering  <jim@meyering.net>
20785
20786         * modules/check-include-files: New script to check for
20787         missing dependencies, multiple includes, etc.
20788
20789         * modules/c-strtold (Depends-on): Add xalloc.
20790         * modules/c-strtod (Depends-on): Add xalloc.
20791         * modules/hash (Depends-on): Add xalloc.
20792         (Files): Remove lib/xalloc.h.
20793
20794         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
20795         * modules/userspec (Files): Add lib/inttostr.h.
20796
20797 2005-03-23  Jim Meyering  <jim@meyering.net>
20798
20799         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
20800
20801 2005-03-22  Jim Meyering  <jim@meyering.net>
20802
20803         * modules/stat-macros: New module.
20804         * modules/canonicalize, modules/euidaccess, modules/file-type,
20805         * modules/filemode, modules/lchown, modules/makepath,
20806         * modules/rmdir, modules/stat: Depend on new stat-macros module
20807         rather than listing lib/stat-macros.h manually.
20808         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
20809
20810 2005-03-22  Jim Meyering  <jim@meyering.net>
20811
20812         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
20813
20814 2005-03-22  Bruno Haible  <bruno@clisp.org>
20815
20816         * config/srclist.txt: Replace target directory 'config' with
20817         'build-aux'.
20818         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
20819         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
20820         ../build-aux/.
20821
20822 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
20823
20824         * modules/chdir-long (Depends-on): Add mempcpy.
20825
20826         * modules/acl, modules/backupfile, modules/c-strtod,
20827         modules/c-strtold, modules/canon-host, modules/canonicalize,
20828         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
20829         modules/exclude, modules/exitfail, modules/file-type,
20830         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
20831         modules/getdate, modules/getline, modules/getpagesize,
20832         modules/getpass, modules/getugroups, modules/group-member,
20833         modules/hard-locale, modules/hash, modules/human, modules/idcache,
20834         modules/inttostr, modules/long-options, modules/makepath,
20835         modules/md5, modules/memcasecmp, modules/memcoll,
20836         modules/modechange, modules/mountlist, modules/path-concat,
20837         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
20838         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
20839         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
20840         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
20841         modules/strftime, modules/strndup, modules/strverscmp,
20842         modules/timespec, modules/unlocked-io, modules/userspec,
20843         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
20844         modules/yesno:
20845         Remove lib_SOURCES line from Makefile.am section, as this is now
20846         done automatically by the corresponding Autoconf macro.
20847
20848 2005-03-21  Jim Meyering  <jim@meyering.net>
20849
20850         Changes imported from coreutils.
20851
20852         * lib/cycle-check.c: Don't include xalloc.h.
20853
20854         * lib/path-concat.c: Don't include assert.h.
20855         (path_concat): Remove assertion that would have triggered
20856         for ABASE starting with more than one slash.
20857         Reported by Andreas Schwab.
20858
20859         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
20860         properly when ABASE is an absolute file name.
20861         Correct the description of this function.
20862         Include <assert.h>.
20863         Add an assertion and a test driver.
20864         This fixes a bug introduced on 2004-07-02.
20865         Andreas Schwab reported the resulting failure of cp --parents:
20866         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
20867
20868 2005-03-21  Jim Meyering  <jim@meyering.net>
20869
20870         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
20871         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
20872
20873 2005-03-21  Jim Meyering  <jim@meyering.net>
20874         and  Paul Eggert  <eggert@cs.ucla.edu>
20875
20876         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
20877         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
20878         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
20879         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
20880         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
20881         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
20882         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
20883         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
20884         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
20885         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
20886         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
20887         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
20888         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
20889         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
20890         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
20891         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
20892         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
20893         for these modules.
20894
20895 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
20896
20897         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
20898         (which shouldn't happen), generate nothing instead of returning 0
20899         immediately, so that nstrftime (NULL, ...) doesn't return 0.
20900
20901 2005-03-16  Bruno Haible  <bruno@clisp.org>
20902
20903         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
20904         HAVE_LONGLONG_64BIT.
20905
20906 2005-03-16  Bruno Haible  <bruno@clisp.org>
20907
20908         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
20909         HAVE_LONGLONG_64BIT.
20910
20911 2005-03-16  Bruno Haible  <bruno@clisp.org>
20912
20913         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
20914         HAVE_LONGLONG_64BIT.
20915
20916 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
20917
20918         * lib/strftime.c (my_strftime): Prepend space to format so that we can
20919         reliably distinguish strftime failure from empty output on POSIX
20920         hosts.
20921
20922 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
20923
20924         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
20925         (iconv_string): Don't guess a size-zero buffer, as that might cause
20926         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
20927         result would be 'too large', where 'too large' is (heuristically)
20928         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
20929         overflow concerns.  This will prevent some unwanted malloc failures
20930         when the inputs are very large.
20931
20932 2005-03-15  Karl Berry  <karl@gnu.org>
20933
20934         * config/srclist.txt (config.rpath): from gettext.
20935         * config/config.rpath: update.
20936
20937 2005-03-15  Bruno Haible  <bruno@clisp.org>
20938
20939         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
20940         to 'negate'.
20941
20942         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
20943         variable.
20944
20945         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
20946         results.
20947
20948 2005-03-14  Simon Josefsson  <jas@extundo.com>
20949
20950         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
20951         <fx@gnu.org>.
20952
20953 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
20954
20955         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
20956         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
20957         intprops.h.
20958         * lib/strtol.c: Likewise.
20959
20960 2005-03-14  Jim Meyering  <jim@meyering.net>
20961
20962         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
20963         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
20964         to be nonzero so that we (and caller) can detect the difference
20965         between a valid zero-length expansion and an error return, even
20966         when the underlying strftime fails before writing anything into
20967         that location.
20968
20969 2005-03-14  Bruno Haible  <bruno@clisp.org>
20970
20971         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
20972         Update from GNU gettext 0.14.3.
20973
20974 2005-03-10  Jim Meyering  <jim@meyering.net>
20975
20976         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
20977
20978 2005-03-10  Jim Meyering  <jim@meyering.net>
20979
20980         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
20981         so that this module works on systems without fchdir.
20982
20983 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
20984
20985         Factor int-properties macros into a single file, except for
20986         glibc-related files.
20987         * lib/intprops.h: New file.
20988         * lib/getloadavg.c: Include it instead of limits.h.
20989         (INT_STRLEN_BOUND): Remove.
20990         * lib/human.c: Include intprops.h.
20991         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
20992         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
20993         302/1000.
20994         * lib/inttostr.h: Include intprops.h instead of limits.h.
20995         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
20996         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
20997         for consistency with intprops.h.
20998         (time_t_is_integer, twos_complement_arithmetic): Use them.
20999         * lib/sig2str.h: Include <signal.h>, intprops.h.
21000         (INT_STRLEN_BOUND): Remove.
21001         * lib/strftime.c (TYPE_SIGNED): Remove.
21002         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
21003         * lib/strtol.c: Adjust comments to match intprops.h.
21004         * lib/userspec.c: Include intprops.h.
21005         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
21006         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
21007         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
21008         instead of rolling our own expressions.
21009         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
21010
21011         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
21012         instead of int.
21013         (my_strftime): Do not mishandle years close to INT_MAX, by doing
21014         the right thing even if adding 1900 would overflow.  Similarly
21015         for tm_mon + 1 and tm_yday + 1.
21016         Make %Y always equivalent to %C%y, and similarly for %G and %g.
21017         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
21018         (DO_SIGNED_NUMBER): New macro.
21019         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
21020
21021 2005-03-07  Bruno Haible  <bruno@clisp.org>
21022
21023         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
21024
21025 2005-03-07  Bruno Haible  <bruno@clisp.org>
21026
21027         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
21028
21029 2005-03-04  Derek R. Price  <derek@ximbiot.com>
21030
21031         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
21032         (func_import): Only replace files via --import when they have actually
21033         changed.
21034
21035 2005-03-03  Derek R. Price  <derek@ximbiot.com>
21036
21037         * m4/mmap-anon.m4: New file.
21038         * m4/pagealign_alloc.m4: New file.
21039
21040 2005-03-03  Derek R. Price  <derek@ximbiot.com>
21041             Bruno Haible  <bruno@clisp.org>
21042
21043         * modules/pagealign_alloc: New file.
21044         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
21045
21046 2005-03-03  Derek R. Price  <derek@ximbiot.com>
21047             Bruno Haible  <bruno@clisp.org>
21048
21049         * lib/pagealign_alloc.h: New file.
21050         * lib/pagealign_alloc.c: New file.
21051
21052 2005-03-03  Bruno Haible  <bruno@clisp.org>
21053
21054         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
21055         Use an all-permissive copyright notice, recommended by RMS.
21056
21057 2005-03-02  Bruno Haible  <bruno@clisp.org>
21058
21059         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
21060         of AIX, the replacement has to be done only after <string.h> is
21061         included, therefore not in config.h. stpncpy.h does the replacement,
21062         and stpncpy.c uses it.
21063
21064 2005-03-02  Bruno Haible  <bruno@clisp.org>
21065
21066         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
21067         stpncpy.c uses it.
21068
21069 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
21070
21071         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
21072         The workaround isn't strictly needed for POSIX conformance, and
21073         it's too much of a pain to configure and maintain.  We'll ask
21074         people to fix their kernels instead.
21075         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
21076         (NANOSLEEP_BUG_WORKAROUND): Remove.
21077         (xnanosleep): Remove the workaround.
21078
21079 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
21080
21081         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
21082         Reported by Derek Price.
21083         (Include): Add "timespec.h".
21084
21085         * modules/xnanosleep (Depends-on): Remove gethrxtime.
21086
21087 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
21088
21089         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
21090         to detect nanosleep bug.
21091
21092 2005-03-01  Bruno Haible  <bruno@clisp.org>
21093
21094         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
21095
21096 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
21097
21098         * modules/gethrxtime: New file.
21099         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
21100         (Depends-on): Add gethrxtime.
21101         (configure.ac): Add gl_XNANOSLEEP.
21102         (Makefile.am): Remove lib_SOURCES line.
21103
21104 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
21105
21106         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
21107         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
21108
21109 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
21110
21111         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
21112         * lib/timespec.h (gettime): Return void, since it always
21113         succeeds now.  All uses changed.
21114         * lib/gettime.c (gettime) Likewise.
21115         [HAVE_NANOTIME]: Prefer nanotime.
21116         Assume gettimeofday succeeds, as POSIX requires.
21117         Assime time () succeeds, since other code already does.
21118         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
21119         (timespec_subtract): Remove.
21120         (NANOSLEEP_BUG_WORKAROUND): New constant.
21121         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
21122         things considerably.  Use it only on GNU/Linux hosts, since the
21123         workaround shouldn't be needed elsewhere.
21124
21125 2005-02-24  Bruno Haible  <bruno@clisp.org>
21126
21127         * modules/gettext (Files): Add m4/glibc2.m4.
21128
21129 2005-02-24  Bruno Haible  <bruno@clisp.org>
21130
21131         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
21132         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
21133         * m4/progtest.m4:
21134         Update from GNU gettext 0.14.2.
21135         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
21136
21137 2005-02-24  Bruno Haible  <bruno@clisp.org>
21138
21139         * lib/localcharset.c: Update from GNU gettext 0.14.2.
21140         * lib/config.charset: Update from GNU gettext 0.14.2.
21141
21142 2005-02-24  Bruno Haible  <bruno@clisp.org>
21143
21144         * lib/gettext.h: Update from GNU gettext 0.14.2.
21145
21146 2005-02-23  Simon Josefsson  <jas@extundo.com>
21147
21148         * m4/iconvme.m4: New file.
21149
21150 2005-02-23  Jim Meyering  <jim@meyering.net>
21151
21152         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
21153         change.
21154         Thanks to Bruno Haible for catching it.
21155
21156 2005-02-22  Simon Josefsson  <jas@extundo.com>
21157
21158         * modules/iconvme: New file.
21159
21160         * MODULES.html.sh: Add iconvme.
21161
21162 2005-02-22  Simon Josefsson  <jas@extundo.com>
21163
21164         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
21165
21166 2005-02-22  Simon Josefsson  <jas@extundo.com>
21167
21168         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
21169
21170 2005-02-22  Jim Meyering  <jim@meyering.net>
21171
21172         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
21173         s/ifndef/ifdef/.
21174
21175 2005-02-20  Neil Conway  <neilc@samurai.com>
21176
21177         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
21178         returned by OSX/Darwin if the specified buffer is not large
21179         enough for the hostname.
21180
21181 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21182
21183         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
21184         pass it to _help, otherwise the latter coredumps trying to
21185         dereference state.root_argp.
21186
21187 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
21188
21189         * modules/chdir-long (Depends-on): Add memrchr.
21190         * modules/memrchr (Files): Add lib/memrchr.h.
21191         (Include): "memrchr.h".
21192
21193 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
21194
21195         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
21196
21197 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
21198
21199         * lib/memrchr.h: New file.
21200         * lib/chdir-long.c: Include it.
21201         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
21202         Don't bother including stddef.h.
21203
21204 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
21205
21206         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
21207         inclusion.
21208         Include <sys/types.h>, for dev_t.
21209         (ME_DUMMY, ME_REMOTE): Move from here....
21210         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
21211         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
21212         Dmitry V. Levin.
21213         Include mountlist.h first, to test the interface.
21214
21215 2005-01-29  Bruno Haible  <bruno@clisp.org>
21216
21217         * lib/progname.c (program_name): Initialize.
21218         Needed when linking statically on MacOS X.
21219
21220 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
21221
21222         Sync from coreutils.
21223         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
21224         (Depends-on): Add c-strtod.
21225         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
21226
21227 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
21228
21229         Sync from coreutils.
21230         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
21231
21232         Remove files that are specific to coreutils.
21233         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
21234
21235 2005-01-28  Bruno Haible  <bruno@clisp.org>
21236
21237         * modules/javacomp: New file.
21238         * MODULES.html.sh (Java): Add javacomp.
21239
21240 2005-01-28  Bruno Haible  <bruno@clisp.org>
21241
21242         * m4/javacomp.m4: New file, from GNU gettext.
21243
21244 2005-01-28  Bruno Haible  <bruno@clisp.org>
21245
21246         * lib/javacomp.sh.in: New file, from GNU gettext.
21247         * lib/javacomp.h: New file, from GNU gettext.
21248         * lib/javacomp.c: New file, from GNU gettext.
21249
21250 2005-01-26  Simon Josefsson  <jas@extundo.com>
21251
21252         * lib/gai_strerror.c: Use GPL in header.
21253
21254 2005-01-26  Bruno Haible  <bruno@clisp.org>
21255
21256         * modules/javaexec: New file.
21257         * MODULES.html.sh (Java): Add javaexec.
21258
21259 2005-01-26  Bruno Haible  <bruno@clisp.org>
21260
21261         * m4/javaexec.m4: New file, from GNU gettext.
21262
21263 2005-01-26  Bruno Haible  <bruno@clisp.org>
21264
21265         * lib/javaexec.sh.in: New file, from GNU gettext.
21266         * lib/javaexec.h: New file, from GNU gettext.
21267         * lib/javaexec.c: New file, from GNU gettext.
21268
21269 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21270
21271         * modules/lchown (Depends-on): Remove lchown.h
21272
21273 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21274
21275         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
21276         must be defined if the header file was not found, in order
21277         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
21278
21279 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21280
21281         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
21282         initializers for struct pentry_state.
21283         (__argp_error): Check return value of __asprintf
21284         (__argp_failure): Translate error message
21285
21286         * lib/argp-parse.c: Removed braces around the expansion of N_()
21287
21288 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
21289
21290         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
21291         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
21292         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
21293         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
21294         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
21295         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
21296         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
21297         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
21298         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
21299         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
21300         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
21301         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
21302         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
21303         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
21304         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
21305         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
21306         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
21307         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
21308         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
21309         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
21310         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
21311         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
21312         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
21313         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
21314         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
21315         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
21316         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
21317         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
21318         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
21319         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
21320         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
21321         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
21322         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
21323         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
21324         xstrtol.m4, xstrtoumax.m4, yesno.m4:
21325         Use an all-permissive copyright notice, recommended by RMS.
21326
21327 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
21328
21329         * modules/chdir-long (Depends-on): Remove mempcpy.
21330
21331 2005-01-21  Jim Meyering  <jim@meyering.net>
21332
21333         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
21334         same value as for Solaris 9.
21335
21336         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
21337         component length.  This included changing the parameter to be
21338         of type `char *' rather than `char const *'.
21339         * lib/chdir-long.h (chdir_long): Update prototype.
21340
21341         * lib/openat.c (fdopendir, fstatat): New functions.
21342         * lib/openat.h: Include headers required for use of DIR and struct
21343         stat.
21344         [AT_SYMLINK_NOFOLLOW]: Define.
21345         (fdopendir, fstatat): Add prototypes.
21346
21347 2005-01-21  Bruno Haible  <bruno@clisp.org>
21348
21349         * modules/classpath: New file.
21350         * MODULES.html.sh (Java): Add classpath.
21351
21352 2005-01-21  Bruno Haible  <bruno@clisp.org>
21353
21354         * lib/classpath.h: New file, from GNU gettext.
21355         * lib/classpath.c: New file, from GNU gettext.
21356
21357 2005-01-20  Simon Josefsson  <jas@extundo.com>
21358
21359         * modules/version-etc-fsf: New file.
21360
21361 2005-01-20  Simon Josefsson  <jas@extundo.com>
21362
21363         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
21364         * lib/version-etc.c: Remove version_etc_copyright.
21365         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
21366         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
21367
21368 2005-01-20  Simon Josefsson  <jas@extundo.com>
21369
21370         * lib/base64.h (isbase64): Add.
21371
21372         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
21373         using a unsigned prototype, don't inline.
21374         (base64_decode): Use it.
21375
21376 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
21377
21378         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
21379         it.
21380
21381 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
21382
21383         * lib/save-cwd.c (save_cwd): Remove code to support the case
21384         where fchdir is missing or flaky.
21385
21386 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
21387
21388         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
21389
21390 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
21391
21392         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
21393         AC_LIBSOURCES now does this.
21394         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
21395         with new ullong_max module.
21396
21397 2005-01-19  Bruno Haible  <bruno@clisp.org>
21398
21399         * modules/sh-quote: New file.
21400         * MODULES.html.sh (Executing programs): Add sh-quote.
21401
21402 2005-01-19  Bruno Haible  <bruno@clisp.org>
21403
21404         * lib/sh-quote.h: New file, from GNU gettext.
21405         * lib/sh-quote.c: New file, from GNU gettext.
21406
21407 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
21408
21409         Merge from coreutils.
21410         * m4/ullong_max.m4: New file.
21411         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
21412         (gl_MACROS): Assume localeconv exists.
21413
21414 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
21415
21416         Merge changes from coreutils, as described below in several
21417         changelogs dated today.
21418
21419         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
21420         (O_DIRECTORY): Remove; not needed here, since "." must be
21421         a directory.  All uses removed.
21422         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
21423         universal on Suns, and we also need to test for IRIX.
21424         Revamp code to use 'if' rather than '#if'.
21425         Avoid unnecessary comparison of cwd->desc to 0.
21426
21427         * lib/utimens.c (futimens): Robustify the previous patch, by checking
21428         for known valid error numbers rather than observed invalid ones.
21429
21430 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
21431
21432         * modules/ullong_max: New file.
21433
21434         * modules/chdir-long, modules/openat: New files.
21435         * modules/save-cwd (Depends-on): Depend on chdir-long.
21436         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
21437
21438 2005-01-18  Jim Meyering  <jim@meyering.net>
21439
21440         Merge from coreutils.
21441         * m4/chdir-long.m4, m4/openat.m4: New files.
21442         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
21443         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
21444         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
21445         is sane and DOES follow symlinks.  Besides, testing 20 different
21446         systems found no broken chown implementations.
21447         Prompted by a change in rsync's copy of this macro.
21448         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
21449
21450         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
21451
21452         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
21453         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
21454         NULL-means-set-to-current-time semantics.
21455         Remove temporary file immediately, rather than waiting
21456         for configure's at-exit trap code to do it.
21457
21458 2005-01-18  Jim Meyering  <jim@meyering.net>
21459
21460         * lib/version-etc.c (version_etc_copyright): Update copyright date.
21461
21462         * lib/utimens.c (futimens): Account for the fact that futimes
21463         can also fail with errno == ENOSYS or errno == ENOENT.
21464         Patch from Dmitry V. Levin.
21465
21466         Change the name of the robust chdir function from chdir to chdir_long.
21467         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
21468         (restore_cwd): Use chdir_long, not chdir.
21469         * lib/chdir-long.c: Renamed from chdir.c.
21470         * lib/chdir-long.h: Renamed from chdir.h.
21471         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
21472         Hurd.
21473
21474 2005-01-18  Bruno Haible  <bruno@clisp.org>
21475
21476         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
21477         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
21478         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
21479         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
21480         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
21481         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
21482         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
21483         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
21484         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
21485         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
21486         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
21487         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
21488         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
21489         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
21490         Use an all-permissive copyright notice, recommended by RMS.
21491
21492 2005-01-18  Bob Proulx  <bob@proulx.com>
21493
21494         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
21495         simplify offsetof() macro construct to avoid compile failure with
21496         native HP-UX 11.0 ANSI C compiler.
21497
21498 2005-01-17  Bruno Haible  <bruno@clisp.org>
21499
21500         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
21501         redundant because stpncpy.m4 takes care of it.
21502
21503 2005-01-17  Bruno Haible  <bruno@clisp.org>
21504
21505         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
21506
21507 2005-01-17  Bruno Haible  <bruno@clisp.org>
21508
21509         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
21510         used.
21511
21512 2005-01-17  Bruno Haible  <bruno@clisp.org>
21513
21514         * lib/fwriteerror.h (fwriteerror): Change specification to include
21515         fclose.
21516         * lib/fwriteerror.c: Include <stdbool.h>.
21517         (fwriteerror): At the end, close the file stream. Record whether
21518         stdout was already closed.
21519
21520 2005-01-17  Bruno Haible  <bruno@clisp.org>
21521
21522         * lib/execute.c (environ): Declare if needed.
21523         * lib/pipe.c (environ): Likewise.
21524         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
21525
21526 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21527
21528         * modules/argp: Depend on vsnprintf
21529
21530 2005-01-10  Jim Meyering  <jim@meyering.net>
21531
21532         * modules/closeout (Depends-on): Add atexit.
21533
21534 2005-01-06  Bruno Haible  <bruno@clisp.org>
21535
21536         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
21537
21538 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
21539
21540         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
21541         definitions to be after all include files, to avoid collisions.
21542         Problem reported by Bob Proulx.
21543
21544 2005-01-04  Jim Meyering  <jim@meyering.net>
21545
21546         Changes imported from coreutils.
21547         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
21548         as the mkstemp template, use a temporary directory and an
21549         8.3-friendly template to avoid trouble on systems like DJGPP.
21550         Reported by Juan M. Guerrero via Stepan Kasal.
21551         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
21552         close. Remove the temporary directory right away, rather than waiting
21553         for configure's at-exit trap code to do it.
21554         Suggestion from Stepan Kasal.
21555
21556 2005-01-01  Simon Josefsson  <jas@extundo.com>
21557
21558         * gnulib-tool: Print #include directives when --import'ing.
21559
21560 2004-12-28  Simon Josefsson  <jas@extundo.com>
21561
21562         * tests/test-base64.c: Include required header files.  Remove
21563         unused variables.
21564
21565 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
21566
21567         * modules/error (Depends-on): Remove gettext.
21568
21569 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
21570
21571         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
21572         not needed.  This removes a dependency on the gettext module.
21573         [defined _LIBC]: Do not include <libintl.h>; not needed.
21574
21575 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
21576
21577         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
21578         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
21579
21580 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
21581
21582         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
21583         HAVE_DECL_STRTOLD.
21584
21585 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
21586
21587         * modules/getdate (Depends-on): Remove alloca-opt.
21588
21589 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
21590
21591         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
21592
21593 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
21594
21595         * lib/argp-parse.c: Include <stddef.h>.
21596         (alignof, alignto): New macros.
21597         (parser_init): Don't assume that void * is aligned sufficiently
21598         for struct option.
21599
21600         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
21601         need to extend the stack.
21602         (YYINITDEPTH): New macro, so that the initial stack isn't overly
21603         large.
21604
21605 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21606
21607         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
21608
21609 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
21610
21611         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
21612         (2004-10-24) change.  Apparently this was a false alarm.
21613
21614         * modules/getdate: Depend on alloca-opt, not alloca.
21615
21616 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
21617
21618         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
21619         Remove now-obsolete comment about AIX.
21620         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
21621         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
21622         (YYMAXDEPTH): New macro.
21623
21624 2004-12-18  Simon Josefsson  <jas@extundo.com>
21625
21626         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
21627
21628 2004-12-18  Bruno Haible  <bruno@clisp.org>
21629
21630         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
21631
21632 2004-12-18  Bruno Haible  <bruno@clisp.org>
21633
21634         * lib/fatal-signal.c (fatal_signals): Make non-const.
21635         (init_fatal_signals): New function.
21636         (uninstall_handlers, install_handlers): Ignore signals that were set to
21637         SIG_IGN.
21638         (at_fatal_signal): Call init_fatal_signals.
21639         (init_fatal_signal_set): Likewise. Ignore signals that were set to
21640         SIG_IGN.
21641         Reported by Paul Eggert.
21642
21643 2004-12-18  Bruno Haible  <bruno@clisp.org>
21644
21645         * doc/alloca.texi: New file.
21646         * doc/alloca-opt.texi: New file.
21647
21648 2004-12-17  Jim Meyering  <jim@meyering.net>
21649
21650         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
21651         Otherwise, install-sh could exit with improper exit status when
21652         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
21653
21654 2004-12-16  Simon Josefsson  <jas@extundo.com>
21655
21656         * tests/test-base64.c: Add license.
21657
21658 2004-12-15  Stepan Kasal  <address@hidden>
21659
21660         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
21661
21662 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
21663
21664         * modules/getcwd (Files): Add m4/d-ino.m4.
21665         Suggested by Mark D. Baushke.
21666
21667 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
21668
21669         * lib/getdate.y (textint): New member "negative".
21670         (time_zone_hhmm): New function.
21671         Expect 14 shift-reduce conflicts, not 13.
21672         (o_colon_minutes): New rule.
21673         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
21674         (yylex): Set the "negative" member of signed numbers.
21675
21676 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
21677
21678         * doc/getdate.texi (Time of day items, Time zone items):
21679         Describe new formats +00:00, UTC+00:00.
21680
21681 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
21682
21683         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
21684         spurious "-l"s.  Problem reported by Stepan Kasal.
21685
21686 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
21687
21688         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
21689         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
21690
21691 2004-12-04  Simon Josefsson  <jas@extundo.com>
21692
21693         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
21694         Vandoorselaere <yoann@prelude-ids.org>.
21695
21696 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
21697
21698         Changes imported from coreutils.
21699         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
21700         exist.
21701         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
21702
21703 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
21704
21705         Changes imported from coreutils.
21706         * lib/hard-locale.c: Assume <locale.h> exists.
21707         Include "strdup.h".
21708         (GLIBC_VERSION): New macro.
21709         (hard_locale): Assume setlocale exists.
21710         Rewrite to avoid #ifdef.
21711         Use strdup rather than malloc + strcpy.
21712         * lib/human.c: Assume <locale.h> exists.
21713         (human_readable): Assume localeconv exists.
21714
21715 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
21716
21717         * modules/hard-locale (Depends-on): Add strdup.
21718
21719 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
21720
21721         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
21722         convert T2, not T.  (Imported from libc.)
21723
21724 2004-11-30  Simon Josefsson  <jas@extundo.com>
21725
21726         * modules/restrict (License): Change to LGPL.
21727
21728 2004-11-30  Simon Josefsson  <jas@extundo.com>
21729
21730         * m4/restrict.m4: Add copyright and copying conditions.
21731
21732 2004-11-30  Simon Josefsson  <jas@extundo.com>
21733
21734         * m4/base64.m4: New file.
21735
21736 2004-11-30  Simon Josefsson  <jas@extundo.com>
21737
21738         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
21739         base64.
21740
21741         * tests/test-base64.c: New file.
21742
21743         * modules/base64: New file.
21744
21745 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
21746
21747         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
21748         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
21749
21750         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
21751
21752 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
21753
21754         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
21755         (__getcwd.c): Don't restore errno; glibc doesn't.
21756         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
21757         first, falling back to our code only if its results look suspicious.
21758         Ensure that the resulting buffer is only as large as necessary.
21759
21760         * lib/readutmp.c: Include readutmp.h first.
21761         Include <errno.h>, since readutmp.h no longer does that.
21762         * lib/readutmp.h: Don't include <errno.h>,
21763         <sys/param.h>, <time.h>; not needed to establish interface.
21764         (errno): Remove decl.
21765         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
21766         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
21767         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
21768
21769 2004-11-28  Simon Josefsson  <jas@extundo.com>
21770
21771         * lib/base64.h, base64.c: New file.
21772
21773 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
21774
21775         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
21776
21777 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
21778
21779         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
21780         (Depends-on): Remove pathmax, same.  Add mempcpy.
21781         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
21782         (Makefile.am): Append getcwd.h to lib_SOURCES.
21783         (Include): Add getcwd.h.
21784         (Maintainer): Change from Jim Meyering to "all, glibc",
21785         since getdate now uses intended-for-glibc code.
21786         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
21787         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
21788
21789 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
21790
21791         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
21792         HP's ANSI C compiler.
21793         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
21794         Declaring int functions causes warnings on some modern systems and
21795         shouldn't be needed to compile on ancient ones.
21796         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
21797         defined.
21798
21799         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
21800         with the following changes.
21801         (__set_errno): Parenthesize properly.
21802         Include <stdbool.h>.
21803         (MIN, MAX, MATCHING_INO): New macros.
21804         (__getcwd): Define with prototype, not K&R form.
21805         Use heuristics to allocate default buffer on stack if possible.
21806         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
21807         behavior, and to avoid the PATH_MAX limit when computing
21808         ../../../../...
21809         Use MATCHING_INO to compare inode number to file.
21810         Check for arithmetic overflow in size calculations.
21811         Fix bug in reallocation of dot array that caused getcwd to fail
21812         on directories nested deeper than 75.
21813         Be more careful about saving errno on error.
21814         Do not use realloc; use only free+malloc, as this is a bit
21815         more flexible and avoids a needless copy operation.
21816         Do not inspect st_dev and st_ino for symbolic links; POSIX
21817         doesn't specify the latter.
21818         Check for closedir errors.
21819         Avoid needless casts.
21820         Use "#ifdef weak_alias" around weak_alias, to be like other
21821         glibc code.
21822         The following changes to getcwd.c have effect only when used in
21823         gnulib; they have no effect inside glibc proper.
21824         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
21825         as alloca isn't used.
21826         (alloca, __alloca): Likewise.
21827         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
21828         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
21829         unconditionally, as gnulib assumes C89 or better.
21830         Do not include <sys/param.h>.
21831         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
21832         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
21833         better.
21834         (NULL) [!defined NULL]: Remove; we assume C89 or better.
21835         Include <dirent.h> in a way that is compatible with modern Autoconf.
21836         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
21837         New macros, if not already defined.
21838         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
21839         Use "_LIBC", not "defined _LIBC", for consistency.
21840         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
21841         a mempcpy module.
21842         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
21843         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
21844         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
21845         credit only to Jim Meyering and adjust the copyright dates.
21846         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
21847         <stdlib.h>, <unistd.h>, "pathmax.h".
21848         Instead, include "xgetcwd.h" (first) and "getcwd.h".
21849         (INITIAL_BUFFER_SIZE): Remove.
21850         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
21851
21852 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
21853
21854         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
21855         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
21856         Use the _ONCE methods, for efficiency.
21857         Check for fcntl.h.  In test program, include <errno.h>
21858         and <fcntl.h> if available.  Remove old K&R cruft from
21859         test program.  Check for common errors in GNU/Linux,
21860         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
21861         don't do AC_LIBOBJ, as that's getcwd.m4's job.
21862         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
21863         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
21864         name accordingly.
21865         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
21866         accommodate new getcwd.c.
21867         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
21868         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
21869         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
21870         that's all we need now.
21871
21872 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21873
21874         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
21875         argp-parse.c depends on getopt internals, that means we should
21876         always use our getopt, to be on the safe side.
21877         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
21878         order not to spoil the result of an eventual previous invocation
21879         of gl_GETOPT_SUBSTITUTE.
21880
21881 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21882
21883         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
21884         redefinition warnings. To avoid them, include the defines
21885         in `#if !defined __need_getopt ... #endif'. The only place
21886         where __getopt_argv_const is used is in definitions
21887         of getopt_long and getopt_long_only below, which are as well
21888         protected by `#ifndef __need_getopt'.
21889         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
21890         __need_getopt after including <stdio.h> and <unistd.h> These
21891         headers might have defined it.
21892
21893 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
21894
21895         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
21896
21897 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
21898
21899         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
21900         (futimens): New function, which uses futimes if available.
21901         (futimens, utimens): Support timespec==NULL, with same semantics
21902         as utime and utimens.
21903         * lib/utimens.h (futimens): New decl.
21904
21905 2004-11-23  Jim Meyering  <jim@meyering.net>
21906
21907         * lib/getopt_.h: Remove trailing blanks.
21908
21909 2004-11-23  Jim Meyering  <jim@meyering.net>
21910
21911         * lib/__fpending.c: Add comment.
21912
21913 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
21914
21915         * modules/canonicalize (Depends-on): Add xreadlink.
21916         Problem reported by James Youngman.
21917
21918 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
21919
21920         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
21921         New macros.
21922         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
21923         optopt): Use them instead of invoking ## directly; otherwise, the
21924         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
21925
21926 2004-11-19  Bruno Haible  <bruno@clisp.org>
21927
21928         * lib/strtok_r.c: Move comments from here...
21929         * lib/strtok_r.h: ... to here.
21930
21931 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
21932
21933         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
21934         implementations that mishandle size_t overflow.
21935
21936 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
21937
21938         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
21939         might fail.  Problem reported by Yoann Vandoorselaere.
21940         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
21941         implementations that mishandle size_t overflow.
21942
21943 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
21944
21945         * modules/canon-host (Depends-on): Add strdup.
21946
21947 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
21948
21949         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
21950
21951 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
21952
21953         * lib/canon-host.c: Include "strdup.h".
21954         (canon_host): Use getaddrinfo if available, so that IPv6 works.
21955         Use strdup instead of malloc/strcpy to duplicate strings.
21956
21957         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
21958         (human_space_before_unit): New constant.
21959         * lib/human.c (human_readable): Support it.
21960
21961         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
21962         (xgetcwd): Set errno correctly when failing.
21963         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
21964         the failure is actually due to a PATH_MAX problem.
21965
21966         Further getopt changes to make it more likely that glibc will
21967         buy the changes back.
21968         * lib/getopt.c (POSIXLY_CORRECT): New constant.
21969         (getopt): Use it, so to preserve glibc semantic
21970         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
21971         when compiling for libc.
21972         * lib/getopt_.h (__getopt_argv_const): Bring it back.
21973         (getopt_long, getopt_long_only): Use it.
21974
21975         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
21976         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
21977         (getopt): Argv is now char * const *, as per standard.
21978         (_getopt_internal_r, _getopt_internal): Argv is now char **,
21979         not char *__getopt_argv_const *.
21980         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
21981         _getopt_long_only_r): Likewise.
21982         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
21983         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
21984         _getopt_long_r, _getopt_long_only_r): Likewise.
21985         * lib/getopt_.h (__getopt_argv_const): Remove.
21986         (getopt): Argv is now char * const *, as per standard.
21987
21988         * lib/getdate.y (tORDINAL): New token.
21989         (day, relunit): Allow it for relative times.
21990         (relative_time_table): Use tORDINAL for ordinals.
21991
21992 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
21993
21994         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
21995         Document that "second" isn't allowed as an ordinal number.
21996
21997 2004-11-16  Jim Meyering  <jim@meyering.net>
21998
21999         * modules/closeout (Depends-on): Add fpending.
22000
22001 2004-11-15  Jim Meyering  <jim@meyering.net>
22002
22003         * lib/closeout.c: Include "__fpending.h" once again.
22004         Include <stdbool.h>.
22005         (close_stdout): Don't fail just because stdout was closed initially,
22006         since some programs don't write to stdout in the normal course of
22007         operation (other than --version and --help), and we don't want this
22008         function to make e.g. `touch file >&-' fail.
22009         But do fail if it was closed and someone has tried to write to it.
22010         E.g., `printf foo >&-' must fail.
22011
22012 2004-11-13  Jim Meyering  <jim@meyering.net>
22013
22014         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
22015
22016 2004-11-12  Simon Josefsson  <jas@extundo.com>
22017
22018         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
22019         small doc fix is still pending.
22020
22021 2004-11-11  Simon Josefsson  <jas@extundo.com>
22022
22023         * modules/strtok_r: New file.
22024
22025         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
22026         strtok_r.
22027
22028 2004-11-11  Simon Josefsson  <jas@extundo.com>
22029
22030         * m4/strtok_r.m4: New file.
22031
22032         * m4/getopt.m4: Replace opterr.
22033
22034 2004-11-11  Simon Josefsson  <jas@extundo.com>
22035
22036         * lib/strtok_r.h, strtok_r.c: New file.
22037
22038 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
22039
22040         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
22041         of replacing opterr, getopt, etc.  This should handle the
22042         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
22043
22044 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
22045
22046         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
22047         we can stop lying to compilers about the constness of argv when we
22048         are compiled outside glibc.
22049         (getopt, getopt_long, getopt_long_only): Use it.
22050         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
22051         _getopt_internal, getopt): Likewise.
22052         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
22053         _getopt_long_only_r): Likewise.
22054         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
22055         _getopt_long_r, _getopt_long_only_r): Likewise.
22056
22057         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
22058         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
22059         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
22060         the other external symbols.
22061         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
22062         declaration, since the above renaming now works around collisions.
22063
22064 2004-11-11  Jim Meyering  <jim@meyering.net>
22065
22066         * lib/linebreak.c: Remove trailing blanks.
22067         * lib/alloca_.h: Likewise.
22068         * lib/acosl.c: Likewise.
22069         * lib/euidaccess.c: Likewise.
22070         * lib/allocsa.h: Likewise.
22071
22072 2004-11-10  Simon Josefsson  <jas@extundo.com>
22073
22074         * m4/getaddrinfo.m4: New file.
22075
22076 2004-11-10  Simon Josefsson  <jas@extundo.com>
22077
22078         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
22079
22080 2004-11-10  Simon Josefsson  <jas@extundo.com>
22081
22082         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
22083         getaddrinfo.
22084
22085         * modules/getaddrinfo: New file.
22086
22087 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
22088
22089         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
22090
22091 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
22092
22093         * lib/mktime.c (SHR): New macro, which is a portable
22094         substitute for >> that should work even on Crays.
22095         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
22096         Problem reported by Mark D. Baushke in
22097         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
22098         * lib/getdate.y (SHR): Likewise.
22099         (tm_diff): Use it.
22100         * lib/strftime.c (SHR): Likewise.
22101         (tm_diff): Use it.
22102         * lib/quotearg.c (struct quoting_options): Use unsigned int for
22103         quote_these_too, so that right shifts are well defined.  All uses
22104         changed.
22105
22106 2004-11-10  Jim Meyering  <jim@meyering.net>
22107
22108         Ensure that no close failure goes unreported.
22109         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
22110         return early when it seems there's nothing to flush.
22111         Don't include __fpending.h.
22112
22113 2004-11-10  Jim Meyering  <jim@meyering.net>
22114
22115         * modules/closeout (Depends-on): Remove fpending.
22116
22117 2004-11-10  Jim Meyering  <jim@meyering.net>
22118
22119         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
22120
22121 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
22122
22123         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
22124         gl_FUNC_STRFTIME.
22125         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
22126         and AC_REQUIRE when possible, to avoid duplicate checks.
22127         Check for <wchar.h>.
22128
22129 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
22130
22131         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
22132
22133 2004-11-09  Bruno Haible  <bruno@clisp.org>
22134
22135         * m4/sockpfaf.m4: New file.
22136
22137 2004-11-05  Bruno Haible  <bruno@clisp.org>
22138
22139         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
22140         Reported by Mark D. Baushke <mdb@cvshome.org>.
22141
22142 2004-11-04  Bruno Haible  <bruno@clisp.org>
22143
22144         2004-09-11  Bruno Haible  <bruno@clisp.org>
22145                 * allocsa.valgrind: New file.
22146         2004-02-06  Bruno Haible  <bruno@clisp.org>
22147                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
22148                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
22149                 Reported by Christopher Seip <chris.seip@hp.com>.
22150
22151 2004-11-04  Bruno Haible  <bruno@clisp.org>
22152
22153         * modules/allocsa (Files): Add lib/allocsa.valgrind.
22154         (Makefile.am): Distribute it.
22155
22156 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
22157
22158         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
22159         with errno == ERANGE if the buffer is too small.
22160         Problem reported by Mark D. Baushke.
22161
22162 2004-11-03  Albert Chin  <china@thewrittenword.com>
22163             Paul Eggert  <eggert@cs.ucla.edu>
22164
22165         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
22166         equivalent, substitute $ac_type for equivalent type rather than
22167         blindly using uint32_t *always* which won't work if uint32_t is not
22168         available.  Define _UINT32_T to work around typedef of uint32_t if
22169         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
22170         2.5.1.
22171
22172 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
22173
22174         * m4/jm-macros.m4: Sync from coreutils.
22175         (gl_MACROS): Check for mbrlen, for pathchk.
22176         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
22177
22178 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
22179
22180         * lib/xreadlink.c (MAXSIZE): New macro.
22181         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
22182         size does not exceed MAXSIZE.  Avoid cast.
22183         As suggested by Mark D. Baushke in
22184         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
22185         if readlink fails with buffer size just under MAXSIZE, try again
22186         with MAXSIZE.
22187
22188 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
22189
22190         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
22191
22192 2004-11-02  Derek R. Price  <derek@ximbiot.com>
22193         and  Paul Eggert  <eggert@cs.ucla.edu>
22194
22195         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
22196         (get_date): Overparenthesize to avoid GCC warning.
22197
22198 2004-11-02  Bruno Haible  <bruno@clisp.org>
22199
22200         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
22201         returns void.
22202
22203 2004-11-02  Bruno Haible  <bruno@clisp.org>
22204
22205         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
22206         function returns void.
22207
22208 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
22209
22210         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
22211         fflush_unlocked, flockfile, funlockfile, funlockfile,
22212         fputs_unlocked, putc_unlocked.
22213
22214 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
22215
22216         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
22217         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
22218         already declared.
22219
22220 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
22221
22222         * modules/getdate (Files): Add doc/getdate.texi.
22223         (Depends-on): Add setenv, xalloc.
22224
22225 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
22226
22227         * lib/getdate.y: Add support for TZ="foo" within a date string.
22228         Fix some bugs near time_t boundaries.  Reject dates with
22229         out-of-range components, e.g., "Sept 31".
22230         Include <stdlib.h>, "setenv.h", "xalloc.h".
22231         (ISDIGIT_LOCALE): Remove; unused.
22232         Note that the TZ and time functions used here are not reentrant.
22233         (mktime_ok, get_tz): New functions.
22234         (TZBUFSIZE): New constant.
22235         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
22236         This requires that we sometimes generate our own TZ="XXX..." setting.
22237
22238 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
22239
22240         * doc/getdate.texi: New file, from coreutils with modifications for
22241         the new TZ parsing.
22242
22243 2004-10-27  Derek R. Price  <derek@ximbiot.com>
22244
22245         * lib/mktime.c (not_equal_tm): Remove redundant check.
22246
22247 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
22248
22249         * modules/regex (lib_SOURCES): Add regex.c.
22250         Reported by James Youngman in
22251         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
22252
22253 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
22254
22255         * lib/getdate.y: Use Bison 1.875 features, and some minor
22256         code cleanups.  This change does not affect semantics.
22257         Don't include <stdlib.h>; no longer needed.
22258         Don't include unlocked-io.h; only the "#if TEST" code uses
22259         stdio, and performance isn't crucial there.
22260         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
22261         Bison 1.875 features as described below.
22262         All uses of "PC." replaced by "pc->".
22263         (YYSTYPE): Add a forward declaration.
22264         (yylex, yyerror): Use full prototypes in forward decls.
22265         Use "%pure-parser" rather than obsolescent "%pure_parser".
22266         Use %parse-param and %lex-param instead of obsolescent
22267         YYPARSE_PARAM and YYLEX_PARAM.
22268         (meridian_table, month_and_day_table, time_units_table,
22269         relative_time_table, time_zone_table, military_table,
22270         lookup_zone, lookup_word, get_date):
22271         Use NULL instead of 0 where appropriate.
22272         (to_hour): Avoid abort (), to avoid a dependency on
22273         stdlib.h.
22274         (yyerror, yylex): Now accepts parser_control * arg.
22275         (main) [TEST]: Use '\0' rather than 0 for char.
22276
22277 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
22278
22279         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
22280
22281 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
22282
22283         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
22284         It's now the caller's responsibility to handle the case where
22285         !HAVE_GETPAGESIZE && !defined getpagesize.
22286
22287         * lib/mktime.c (leapyear): Arg is long int, not int.
22288
22289 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
22290
22291         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
22292
22293 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
22294
22295         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
22296         missing.  Problem reported by James Youngman.
22297
22298 2004-10-16  Simon Josefsson  <jas@extundo.com>
22299
22300         * gnulib-tool: Fix comments.  Fix parse problem.
22301         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
22302
22303 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
22304
22305         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
22306         implementation of getopt_long.  Problem reported by Alexander Taler in:
22307         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
22308
22309 2004-10-15  Bruno Haible  <bruno@clisp.org>
22310
22311         * gnulib-tool: Untabify. Initialize supplied_libname.
22312         (func_usage): More homogenous output.
22313         (func_modules_transitive_closure, func_modules_to_filelist,
22314         func_emit_lib_Makefile_am): New functions.
22315         (func_import): New function, extracted from big case statement. Use
22316         func_get_license, func_modules_transitive_closure,
22317         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
22318         opt_lgpl. Don't use test -a, as it's not portable.
22319         (func_create_testdir): Use func_modules_transitive_closure,
22320         func_modules_to_filelist, func_emit_lib_Makefile_am.
22321
22322 2004-10-15  Bruno Haible  <bruno@clisp.org>
22323
22324         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
22325
22326 2004-10-15  Bruno Haible  <bruno@clisp.org>
22327
22328         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
22329         the portions belonging to each module.
22330         Suggested by Derek Robert Price <derek@ximbiot.com>.
22331
22332 2004-10-12  Simon Josefsson  <jas@extundo.com>
22333
22334         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
22335         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
22336         to real functions.
22337
22338 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
22339
22340         * modules/vsnprintf: New file.
22341
22342 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
22343
22344         * m4/vsnprintf.m4: New file.
22345
22346 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
22347
22348         * lib/vsnprintf.h: New file.
22349         * lib/vsnprintf.c: New file.
22350
22351 2004-10-11  Bruno Haible  <bruno@clisp.org>
22352
22353         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
22354         vsnprintf.
22355
22356 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
22357
22358         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
22359
22360 2004-10-07  Bruno Haible  <bruno@clisp.org>
22361
22362         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
22363         fits into the provided buffer.
22364
22365 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
22366
22367         * lib/diacrit.c, diacrit.h: Add GPL notice.
22368
22369         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
22370         notice.
22371         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
22372         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
22373         This avoids a potential constant-folding bug.
22374
22375 2004-10-05  Bruno Haible  <bruno@clisp.org>
22376
22377         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
22378         for the declaration of strsep.
22379
22380 2004-10-05  Bruno Haible  <bruno@clisp.org>
22381
22382         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
22383
22384 2004-10-04  Simon Josefsson  <jas@extundo.com>
22385
22386         * modules/memmem: New file.
22387         * tests/test-memmem.c: New file.
22388         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
22389
22390 2004-10-04  Simon Josefsson  <jas@extundo.com>
22391
22392         * m4/memmem.m4: New file.
22393
22394 2004-10-04  Simon Josefsson  <jas@extundo.com>
22395
22396         * lib/memmem.h: New file.
22397         * lib/memmem.c: New file, taken from glibc.
22398
22399 2004-10-04  Simon Josefsson  <jas@extundo.com>
22400
22401         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
22402         '#ifdef USE_UNLOCKED_IO'.
22403
22404 2004-10-04  Simon Josefsson  <jas@extundo.com>
22405
22406         * config/srclist.txt: Add memmem from glibc.
22407
22408 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
22409
22410         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
22411
22412         * modules/argmatch, modules/argp, modules/closeout, modules/error,
22413         modules/exclude, modules/getdate, modules/getline,
22414         modules/getndelim2, modules/getpass, modules/getpass-gnu,
22415         modules/getusershell, modules/linebuffer, modules/md5,
22416         modules/mountlist, modules/posixtm, modules/readtokens,
22417         modules/readutmp, modules/regex, modules/sha1,
22418         modules/version-etc, modules/yesno:
22419         Remove dependency on unlocked-io.
22420
22421 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
22422
22423         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
22424
22425         * m4/unlocked-io.m4: Add copyright notice.
22426         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
22427
22428 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
22429
22430         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
22431         * lib/xmalloc.c (xmemdup): Likewise.
22432         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
22433         XFREE): Remove these long-obsolescent macros.
22434         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
22435         * lib/xstrdup.c: Remove.
22436
22437         * lib/regex.c (re_comp): Cast gettext return value to char *,
22438         Problem reported by Martin Neitzel via Mark D. Baushke.
22439
22440 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
22441
22442         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
22443         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
22444         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
22445         regex.c, sha1.c, version-etc.c, yesno.c:
22446         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
22447         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
22448         the includer's responsibility.
22449
22450         Sync from coreutils.
22451
22452         * lib/modechange.c (mode_compile): Don't decrement a pointer that
22453         points to the start of a string, as the C Standard says the
22454         resulting behavior is undefined.
22455
22456         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
22457         simple -> simple_backups, numbered_existing ->
22458         numbered_existing_backups, numbered -> numbered_backups
22459         to avoid shadowing problems.  All uses changed.
22460         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
22461         * lib/backupfile.c (check_extension, numbered_backup):
22462         Rename locals to avoid shadowing 'basename'.
22463         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
22464         once.
22465
22466         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
22467         * lib/.cvsignore: Add getopt.h.
22468
22469 2004-10-04  Bruno Haible  <bruno@clisp.org>
22470
22471         * modules/README: New file.
22472         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
22473         not a module.
22474
22475 2004-10-02  Jim Meyering  <jim@meyering.net>
22476
22477         * lib/dirfd.h, getpagesize.h: Add copyright notice.
22478
22479 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
22480
22481         * modules/strsep: New file.
22482
22483 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
22484
22485         * m4/strsep.m4: New file.
22486
22487 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
22488
22489         * lib/strsep.h: New file.
22490         * lib/strsep.c: New file.
22491
22492 2004-10-01  Simon Josefsson  <jas@extundo.com>
22493
22494         * lib/snprintf.c (snprintf): Handle size==0.
22495
22496 2004-10-01  Simon Josefsson  <jas@extundo.com>
22497             Bruno Haible  <bruno@clisp.org>
22498
22499         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
22500         (snprintf): Declare 'args'.
22501
22502 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
22503
22504         * lib/snprintf.c: Remove comments as to why each header is needed.
22505
22506 2004-10-01  Bruno Haible  <bruno@clisp.org>
22507
22508         * MODULES.html.sh: Add strsep.
22509
22510 2004-09-30  Simon Josefsson  <jas@extundo.com>
22511
22512         * modules/snprintf: New file.
22513
22514 2004-09-30  Simon Josefsson  <jas@extundo.com>
22515
22516         * m4/snprintf.m4: New file.
22517
22518 2004-09-30  Simon Josefsson  <jas@extundo.com>
22519
22520         * lib/snprintf.h, lib/snprintf.c: New files.
22521
22522 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
22523
22524         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
22525         (hol_entry_help): Never translate an empty string.
22526         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
22527         * lib/argp.h (OPTION_NO_TRANS): New option.
22528
22529 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
22530
22531         * modules/argp (Maintainer): Replace Simon Josefsson
22532         by Sergey Poznyakoff.
22533
22534 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
22535
22536         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
22537         changes merged back into glibc.
22538
22539 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
22540
22541         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
22542
22543 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
22544
22545         * lib/xvasprintf.c: Include xalloc.h.
22546         (xvasprintf): Use xalloc_die, not xmalloc_die.
22547
22548 2004-09-29  Bruno Haible  <bruno@clisp.org>
22549
22550         * modules/alloca-opt: New file, derived from modules/alloca.
22551         * modules/allocsa: Depend on alloca-opt instead of alloca.
22552         * modules/setenv: Likewise.
22553         * modules/vasnprintf: Likewise.
22554         * MODULES.html.sh: Add alloca-opt.
22555
22556 2004-09-28  Simon Josefsson  <jas@extundo.com>
22557
22558         * gnulib-tool: New parameter --lgpl, to asseert that modules are
22559         LGPL, and to replace license template from GPL to LGPL.
22560
22561 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
22562
22563         * modules/dummy: Change license to LGPL.
22564
22565 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
22566
22567         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
22568
22569 2004-09-24  Simon Josefsson  <jas@extundo.com>
22570
22571         * modules/minmax (License): Change from GPL to LGPL.
22572
22573 2004-09-23  Simon Josefsson  <jas@extundo.com>
22574
22575         * gnulib-tool (--import): Typo.
22576
22577 2004-09-23  Simon Josefsson  <jas@extundo.com>
22578
22579         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
22580
22581 2004-09-22  Bruno Haible  <bruno@clisp.org>
22582
22583         * modules/*: Add 'License' field.
22584         * gnulib-tool: Accept --extract-license option.
22585         (func_get_license): New function.
22586
22587 2004-09-21  Bruno Haible  <bruno@clisp.org>
22588
22589         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
22590         Reported by Simon Josefsson.
22591
22592 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
22593
22594         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
22595         gl_AC_TYPE_LONG_LONG.
22596
22597 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
22598
22599         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
22600
22601 2004-09-18  Simon Josefsson  <jas@extundo.com>
22602         and  Paul Eggert  <eggert@cs.ucla.edu>
22603
22604         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
22605         calls with autoreconf.  Define GL_LIB.
22606
22607 2004-09-14  Karl Berry  <karl@gnu.org>
22608
22609         * config/srclist.txt: unsync setenv.c, sigh.
22610
22611 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
22612
22613         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
22614         Problem reported by Bruno Haible in:
22615         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
22616
22617 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
22618
22619         * config/srclist.txt: Comment out argp-pvh.c.
22620
22621 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
22622
22623         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
22624         in case some system header has #define'd it.  Problem reported by
22625         Soeren D. Schulze in
22626         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
22627
22628 2004-09-09  Karl Berry  <karl@gnu.org>
22629
22630         * regex.[ch]: delete from the root.  These were supposed to be
22631                 synced with emacs cvs, but this has not happened for about
22632                 a year, and anyway nothing else uses emacs regex.[ch].
22633                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
22634                 lib/regex[.ch] is untouched.
22635
22636 2004-09-09  Bruno Haible  <bruno@clisp.org>
22637
22638         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
22639
22640 2004-09-09  Bruno Haible  <bruno@clisp.org>
22641
22642         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
22643         modifications.
22644         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
22645
22646 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
22647
22648         * modules/xvasprintf: New file.
22649         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
22650
22651 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
22652
22653         * lib/xvasprintf.h: New file.
22654         * lib/xvasprintf.c: New file.
22655         * lib/xasprintf.c: New file.
22656
22657 2004-09-08  Bruno Haible  <bruno@clisp.org>
22658
22659         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
22660
22661 2004-09-08  Bruno Haible  <bruno@clisp.org>
22662
22663         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
22664         length is > INT_MAX.
22665         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
22666         more.
22667
22668 2004-09-08  Bruno Haible  <bruno@clisp.org>
22669
22670         * lib/stdint_.h: New file, taken from GNU clisp.
22671
22672 2004-09-08  Bruno Haible  <bruno@clisp.org>
22673             Oskar Liljeblad  <oskar@osk.mine.nu>
22674
22675         * modules/stdint: New file.
22676         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
22677
22678 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
22679
22680         Import from coreutils.
22681         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
22682         strings on unbounded length.  alloca's performance benefits aren't
22683         that important here.
22684         (V_STRDUP): Remove.
22685         (parse_with_separator): New function, with most of the internals
22686         of the old parse_user_spec.  Allow user to omit both user and group,
22687         for compatibility with FreeBSD.
22688         Clone only the user name, not the entire spec.
22689         Do not set *uid, *gid unless entirely successful.
22690         Avoid memory leak in some failing cases.
22691         Fix regression for USER.GROUP reported by Dmitry V. Levin in
22692         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
22693         (parse_user_spec): Rewrite to use parse_with_separator.
22694
22695 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
22696
22697         * modules/userspec: Don't depend on alloca.
22698
22699 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
22700
22701         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
22702
22703 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
22704
22705         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
22706         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
22707         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
22708
22709 2004-08-16  Simon Josefsson  <jas@extundo.com>
22710
22711         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
22712         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
22713         Add --dry-run for --import.
22714         Let user provided command line parameters override configure.ac
22715         settings.
22716
22717 2004-08-12  Simon Josefsson  <jas@extundo.com>
22718
22719         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
22720         as discussed with Paul Eggert in threads rooted at
22721         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
22722         and
22723         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
22724         Before, the test was empty, and relied on ELIDE_CODE in source
22725         code.)
22726         (gl_PREREQ_GETOPT): New macro.
22727         (gl_GETOPT): Use them.
22728
22729 2004-08-12  Simon Josefsson  <jas@extundo.com>
22730
22731         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
22732         * lib/getopt_.h: Renamed from getopt.h.
22733
22734 2004-08-12  Simon Josefsson  <jas@extundo.com>
22735
22736         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
22737         Change default library name from libfoo to libgnu.
22738         Now, if you have a configure.ac that says:
22739                 gl_SOURCE_BASE(gl)
22740                 gl_M4_BASE(gl/m4)
22741                 gl_MODULES(error getopt etcetera)
22742                 gl_INIT
22743         you can import all you need by running:
22744                 ../gnulib/gnulib-tool --import
22745
22746         * modules/getopt (Files): Rename getopt.h to getopt_.h.
22747         (Makefile.am): Rewrite, use logic from argz.
22748         (Include): Use <getopt.h> instead of "getopt.h".
22749
22750 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
22751
22752         * modules/argp (Files): Add m4/unlocked-io.m4.
22753         (Depends-on): Add extensions.
22754
22755 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
22756
22757         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
22758         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
22759         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
22760         Check for program_invocation_name, program_invocation_short_name,
22761         flockfile, funlockfile, features.h, _getopt_long_only_r.
22762
22763 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
22764
22765         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
22766         its complicated substitute.
22767         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
22768         and program_invocation_name.
22769         (__argp_basename) [!_LIBC]: Remove; the only use was
22770         replaced by its body.
22771         (__argp_short_program_name): Change condition from
22772         !defined __argp_short_program_name to
22773         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
22774         to match argp-namefrob.h.
22775         (__argp_failure): Don't assume strerror_r returns char *.
22776         * lib/argp-parse.c (N_): Define unconditionally.
22777         (argp_default_options): Fill out initializers with 0 to avoid
22778         gcc warnings.
22779
22780 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
22781
22782         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
22783         getopt1.c.
22784
22785 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
22786
22787         Merge from coreutils.
22788
22789         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
22790
22791         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
22792         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
22793
22794 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
22795
22796         Merge from coreutils.
22797
22798         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
22799         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
22800         for Reliant Unix 5.43.
22801
22802         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
22803         (union fooround): Use uintmax_t, not long int.
22804         The rest is a merge from libc:
22805         [defined _LIBC]: Include <shlib-compat.h>.
22806         (_obstack) [defined _LIBC]: Remove after 2.3.4.
22807
22808         * lib/settime.c (settime): Recode to avoid warning with
22809         Sun Forte C 6U2.
22810
22811         * lib/strverscmp.c: Convert to UTF-8.
22812
22813 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
22814
22815         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
22816         m4/uintmax_t.m4.
22817
22818 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
22819
22820         * modules/xalloc-die: New file.
22821         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
22822
22823         * modules/md5 (Files): Add m4/uint32_t.m4.
22824         * modules/sha1: Renamed from modules/sha.
22825         (Files):
22826         Rename lib/sha.h to lib/sha1.h.
22827         Rename lib/sha.c to lib/sha1.c.
22828         Rename m4/sha.m4 to m4/sha1.m4.
22829         (lib_SOURCES): Likewise.
22830         (configure.ac): Rename gl_SHA to gl_SHA1.
22831         (Include): sha.h -> sha1.h.
22832
22833 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
22834
22835         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
22836         * m4/sha1.m4: Renamed from sha.m4.
22837         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
22838
22839 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
22840
22841         * lib/obstack.h (obstack_empty_p):
22842         Don't assume that chunk->contents is suitably aligned.
22843         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
22844         Likewise. Problem reported by Benno in
22845         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
22846
22847         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
22848         readable.  This could be improved further but it'd take some work.
22849
22850 2004-08-08  Simon Josefsson  <jas@extundo.com>
22851
22852         * modules/xgethostname (Depends-on): Remove exit and error (not
22853         used).
22854
22855         * modules/getpass-gnu: Add getpass.h.
22856         (Depends-on): Add stdbool.
22857         * modules/getpass: Add getpass.h.
22858
22859 2004-08-08  Simon Josefsson  <jas@extundo.com>
22860
22861         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
22862         Check getpass declaration.
22863
22864 2004-08-08  Simon Josefsson  <jas@extundo.com>
22865
22866         * lib/xgethostname.c: Don't include error.h (not used).
22867
22868         * lib/getpass.h: Add.
22869         * lib/getpass.c: Include getpass.h first.
22870
22871 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
22872
22873         * lib/xalloc-die.c: New file.
22874         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
22875         All uses removed.
22876         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
22877         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
22878         xalloc-die.c.
22879         (_, N_, xalloc_die): Move to xalloc-die.c.
22880         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
22881         so that we needn't mess with xalloc_msg_memory_exhausted.
22882
22883         * lib/sha1.h: Renamed from sha.h.
22884         (SHA1_H): Renamed from _SHA_H.
22885         (sha1_ctx): Renamed from sha_ctx.
22886         (sha1_init_ctx): Renamed from sha_init_ctx.
22887         (sha1_process_block): Renamed from sha_process_block.
22888         (sha1_process_bytes): Renamed from sha_process_bytes.
22889         (sha1_finish_ctx): Renamed from sha_finish_ctx.
22890         (sha1_read_ctx): Renamed from sha_read_ctx.
22891         (sha1_stream): Renamed from sha_stream.
22892         (sha1_buffer): Renamed from sha_buffer.
22893         * lib/sha1.c: Likewise; renamed from sha.c.
22894         Do not include <sys/types.h>.
22895         Include <stddef.h> rather than <stdlib.h>.
22896
22897 2004-08-08  Bruno Haible  <bruno@clisp.org>
22898
22899         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
22900         FILESYSTEM_PREFIX_LEN.
22901         * lib/progreloc.c: Likewise.
22902         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
22903
22904 2004-08-06  Simon Josefsson  <jas@extundo.com>
22905
22906         * modules/progname (Depends-on): Don't depend on stdbool.
22907
22908 2004-08-06  Simon Josefsson  <jas@extundo.com>
22909
22910         * modules/getsubopt: New file.
22911         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
22912         getsubopt.
22913
22914 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
22915
22916         More merge from coreutils.
22917
22918         * m4/utimens.m4, m4/utimecmp.m4: New files.
22919         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
22920         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
22921         prereq.m4, sha.m4: Import changes from coreutils.
22922
22923 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
22924
22925         More merge from coreutils.
22926         * modules/raise, modules/readtokens0, modules/utimens:
22927         * modules/utimecmp, module/xnanosleep: New files.
22928         * modules/strftime: Add lib/strftime.h.
22929         Change include from <time.h> to "strftime.h".
22930         * modules/yesno: Add lib/yesno.h.
22931         * modules/backupfile: Remove lib/addext.c.
22932         * modules/euidaccess: Add stat-macros.h.
22933         * modules/canonicalize, modules/euidaccess,
22934         modules/filemode, modules/lchown, modules/makepath,
22935         modules/rmdir, modules/stat: Likewise.
22936
22937 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
22938
22939         Merge from tar.
22940         * lib/argp-help.c (make_hol, hol_append): Don't assume that
22941         SIZE_MAX is a valid preprocessor constant.
22942         (__argp_basename): Change from "#ifndef _LIBC"
22943         to "#ifndef __argp_short_program_name", so that
22944         we don't compile these functions for tar.
22945
22946         More merges from coreutils.
22947         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
22948         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
22949         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
22950         * lib/addext.c: Remove; no longer needed.
22951         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
22952         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
22953         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
22954         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
22955         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
22956         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
22957         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
22958         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
22959         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
22960         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
22961         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
22962         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
22963         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
22964         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
22965         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
22966         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
22967         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
22968         Import changes from coreutils.
22969
22970 2004-08-05  Simon Josefsson  <jas@extundo.com>
22971
22972         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
22973
22974 2004-08-05  Simon Josefsson  <jas@extundo.com>
22975
22976         * m4/getsubopt.m4: New file.
22977
22978 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
22979
22980         Merge from coreutils.
22981
22982         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
22983         * m4/getcwd-path-max.m4: New files.
22984
22985         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
22986         FILESYSTEM_PREFIX_LEN ->
22987         FILE_SYSTEM_PREFIX_LEN.
22988         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
22989         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
22990         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
22991         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
22992
22993         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
22994         prerequisite modules now handle the DOS stuff.
22995         Don't check for unistd.h.
22996
22997 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
22998
22999         Merge from coreutils.
23000
23001         * lib/.gdb-history: Remove; this doesn't belong here.
23002
23003         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
23004         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
23005         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
23006         * lib/getcwd.c: New files.
23007
23008         * lib/dirname.h: Include <stdbool.h>.
23009         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
23010         for consistency with POSIX terminology.  All uses changed.
23011         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
23012         (strip_trailing_slashes): Use bool for booleans.
23013         * lib/stripslash.c (strip_trailing_slashes): Likewise.
23014
23015         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
23016         sometimes returns a positive errno value even when it succeeds.
23017         (print_errno_message) [!LIBC]: Fall back on strerror if
23018         __strerror_r fails.
23019
23020         * lib/path-concat.c (mempcpy): Don't define if a system header defines
23021         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
23022         (longest_relative_suffix): New function.
23023         (path_concat): Use it.  Assume first argument is not NULL.
23024         Port to DOS.  Omit redundant separators.
23025         Report an error instead of returning NULL.
23026         Use mempcpy instead of memcpy.
23027         (xpath_concat): Remove: not declared or used.
23028
23029         * lib/same.h: Include <stdbool.h>
23030         (same_name): Return bool, not int.
23031         * lib/same.c (same_name): Likewise.
23032         (errno): Don't declare; we assume C89 or better now.
23033
23034         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
23035         if not already defined.
23036
23037         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
23038         * lib/dup-safer.c (errno): Likewise.
23039
23040 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
23041
23042         Merge from coreutils.
23043         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
23044         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
23045         * modules/path-concat: Don't depend on strdup.
23046
23047 2004-08-03  Simon Josefsson  <jas@extundo.com>
23048
23049         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
23050         * lib/progname.h: Don't include stdbool.h.
23051
23052 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
23053
23054         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
23055         * MODULES.html.sh (func_all_modules): Remove fatal.
23056
23057 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
23058
23059         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
23060
23061 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
23062
23063         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
23064         working.
23065
23066 2004-08-02  Simon Josefsson  <jas@extundo.com>
23067
23068         * lib/getsubopt.h: New file, with comments from Bruno Haible.
23069         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
23070         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
23071
23072 2004-08-01  Simon Josefsson  <jas@extundo.com>
23073
23074         * lib/xgetdomainname.c: Include stdlib.h, for free().
23075
23076 2004-07-19  Bruno Haible  <bruno@clisp.org>
23077
23078         * MODULES.html.sh (func_all_modules): Add dummy.
23079
23080 2004-07-16  Simon Josefsson  <jas@extundo.com>
23081
23082         * modules/dummy: New file.
23083
23084 2004-07-16  Simon Josefsson  <jas@extundo.com>
23085
23086         * lib/dummy.c: New file.
23087
23088 2004-07-16  Bruno Haible  <bruno@clisp.org>
23089
23090         * lib/backupfile.h: Add extern "C" for C++.
23091         * lib/closeout.h: Likewise.
23092         * lib/copy-file.h: Likewise.
23093         * lib/findprog.h: Likewise.
23094         * lib/full-write.h: Likewise.
23095         * lib/pathname.h: Likewise.
23096         * lib/progname.h: Likewise.
23097         * lib/stpcpy.h: Likewise.
23098         * lib/stpncpy.h: Likewise.
23099         * lib/strcase.h: Likewise.
23100         * lib/strstr.h: Likewise.
23101         * lib/xalloc.h: Likewise.
23102
23103         * lib/mbswidth.h: Add extern "C" for C++.
23104         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
23105
23106 2004-07-13  Robert Millan  <robertmh@gnu.org>
23107
23108         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
23109
23110 2004-07-09  Simon Josefsson  <jas@extundo.com>
23111
23112         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
23113         failed without this.)
23114
23115 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
23116
23117         * modules/chown (Files): Add lib/fchown-stub.c, since
23118         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
23119
23120 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
23121
23122         * lib/fchown-stub.c: New file.
23123
23124 2004-06-24  Jim Meyering  <jim@meyering.net>
23125
23126         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
23127
23128 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
23129
23130         * modules/argz: Omit "#include".
23131
23132         * MODULES.html.sh (func_all_modules): Add calloc, to match
23133         2004-06-01 addition of calloc module.
23134
23135 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
23136
23137         * m4/argz.m4: New file, which is autoupdated from libtool.
23138
23139 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
23140
23141         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
23142         libtool.
23143
23144 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
23145
23146         * config/srclist-update: Don't insist on "USA." before the
23147         close-comment, as libtool omits the period and puts the */ on a
23148         separate line.
23149         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
23150         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
23151
23152 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
23153
23154         * modules/argz: New file.
23155         * MODULES.html.sh (func_all_modules): Add argz.
23156
23157 2004-06-12  Jim Meyering  <jim@meyering.net>
23158         and  Paul Eggert  <eggert@cs.ucla.edu>
23159
23160         * modules/hash (Files): Add lib/xalloc.h.
23161         * modules/pipe (Depends-on): Add wait-process.
23162         * modules/stat (Depends-on): Add xalloc.
23163         * modules/userspec (Files): Add lib/userspec.h.
23164         * modules/xstrto
23165
23166         Upgrade from gettext-0.13.
23167         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
23168         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
23169         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
23170
23171 2004-06-10  Jim Meyering  <jim@meyering.net>
23172
23173         * lib/calloc.c: New file.
23174
23175 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
23176
23177         * lib/getdate.y (yylex): Allow space between sign and number.
23178         Problem reported by Dan Jacobson.
23179
23180 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
23181
23182         Merge from coreutils CVS.
23183
23184         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
23185         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
23186         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
23187         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
23188         xstrtol.m4: Fix copyright date and/or serial number.
23189
23190         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
23191         See if we need an fchown replacement.
23192         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
23193         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
23194         and use the replacement function if we detect either defect.
23195
23196         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
23197         gl_UTIMECMP.
23198
23199 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
23200         and  Jim Meyering  <jim@meyering.net>
23201
23202         Merge from coreutils CVS.
23203
23204         * lib/stat-macros.h: New file, with contents from file-type.h
23205         and coreutils' system.h.
23206         * lib/file-type.c: Include "stat-macros.h".
23207         * lib/file-type.h (file_type): Move all macro definitions to new file,
23208         stat-macros.h.
23209
23210         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
23211         Wrap old code with this conditional.
23212         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
23213         function that does not dereference symlinks.
23214         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
23215
23216         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
23217         dependency problems.
23218         (xreadlink): Accept new arg SIZE, for efficiency.
23219         All decls and uses changed.
23220         * lib/xreadlink.h: Include <stddef.h>, for size_t.
23221
23222         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
23223         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
23224
23225         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
23226         sysexits.h.
23227
23228 2004-06-01  Jim Meyering  <jim@meyering.net>
23229
23230         * m4/calloc.m4: New file.
23231
23232 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
23233
23234         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
23235         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
23236         Also, fix a typo in a diagnostic.
23237
23238 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
23239
23240         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
23241         or AC_FUNC_REALLOC.
23242
23243 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
23244
23245         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
23246         macros to be defined.
23247         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
23248         the allocator returns NULL because the requested size is zero.
23249
23250 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
23251
23252         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
23253         var.  Add comment explaining why libc still defines it.  This
23254         merges the following patch from glibc:
23255         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
23256
23257 2004-05-20  Andreas Schwab  <schwab@suse.de>
23258
23259         * m4/free.m4: Replace free if it not known to work, not the other
23260         way round.
23261
23262 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
23263
23264         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
23265         present in glibc since revision 1.1 of this file.
23266         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
23267         obstack_alignment_mask, obstack_alloc, obstack_base,
23268         obstack_blank, obstack_blank_fast, obstack_chunk_size,
23269         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
23270         obstack_grow0, obstack_init, obstack_int_grow,
23271         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
23272         obstack_next_free, obstack_object_size, obstack_ptr_grow,
23273         obstack_ptr_grow_fast, obstack_room): Remove declarations of
23274         nonexistent functions.
23275
23276 2004-05-18  Karl Berry  <karl@gnu.org>
23277
23278         * config/srclist.txt: break link for vasnprintf.c.
23279
23280 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
23281
23282         Port obstack to the AS/400, where pointers are 16 bytes wide and
23283         you cannot cast an integer to a valid pointer.  This patch is
23284         currently waiting to be integrated into glibc; see
23285         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
23286
23287         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
23288         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
23289         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
23290         (struct obstack): temp member is now a union of a pointer and
23291         an integer, instead of an integer.  All integer uses changed.
23292         This does not affect the physical layout of struct obstack,
23293         except on hosts (like the AS/400) where the size or alignment of
23294         void * is greater than that of ptrdiff_t.
23295         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
23296         __STDC__)]: Store temporary in pointer member of union, not
23297         integer member.
23298         * lib/obstack.c: Include <stddef.h>, for offsetof.
23299         (struct fooalign): Remove; it doesn't need a name.
23300         (union fooround): Change double to long double, and add void *.
23301         (DEFAULT_ALIGNMENT): Use offsetof to compute.
23302         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
23303         not a macro.  Hence the values are always int; so remove all
23304         casts-to-int in uses.
23305
23306 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
23307
23308         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
23309         we can get this patch merged into glibc.
23310
23311 2004-05-17  Derek R. Price  <derek@ximbiot.com>
23312             Paul Eggert  <eggert@cs.ucla.edu>
23313
23314         * m4/argp: Depend on alloca.
23315
23316 2004-05-17  Derek R. Price  <derek@ximbiot.com>
23317             Paul Eggert  <eggert@cs.ucla.edu>
23318
23319         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
23320         freecoding.
23321
23322 2004-05-17  Bruno Haible  <bruno@clisp.org>
23323
23324         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
23325         precision that consists of a '.' followed by an empty digit string.
23326         Patch by Tor Lillqvist <tml@iki.fi>.
23327
23328 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
23329
23330         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
23331         for backward compatibility with older code.  We need our own
23332         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
23333         it under some other name, and our alloca.h will define it.
23334
23335 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
23336             Derek Price  <derek@ximbiot.com>
23337
23338         * lib/alloca.c: Include <alloca.h>, to get our interface.
23339         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
23340         include <alloca.h> first.  Use C89 prototype for alloca; this
23341         requires including <stddef.h> for size_t.  Use extern "C" if C++.
23342         Use #elif for simplicity, since we can assume C89 now.
23343         Don't try to source the system alloca.h since it will not be found
23344         and to prevent recursively including its replacement.
23345         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
23346         * lib/regex.c: Likewise.
23347
23348 2004-05-16  Derek Price  <derek@ximbiot.com>
23349             Paul Eggert  <eggert@cs.ucla.edu>
23350
23351         getline cleanup.  This changes the getndelim2 API: both order of
23352         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
23353         no delimiter).
23354
23355         * lib/getline.c: Don't include stddef.h or stdio.h, since our
23356         interface does that.
23357         (getline): Always use getdelim, so that we don't have two
23358         copies of this code.
23359         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
23360         if available.
23361         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
23362         (GETNDELIM2_MAXIMUM): New macro.
23363         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
23364         instead of the old practice of delim2==0.  All callers changed.
23365         Return -1 on overflow, instead of returning junk.
23366         Do not set *linesize unless allocation succeeds.
23367         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
23368         that we include sys/types.h.
23369         * lib/getnline.h: Likewise.
23370         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
23371         (getndelim2): Reorder arguments.
23372         * lib/getnline.c (getnline, getndelim):
23373         Don't discard the NMAX argument.
23374         (getnline): Invoke getndelim, to avoid code duplication.
23375         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
23376         of (size_t) -1 by callers of the getnline family.
23377
23378 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
23379
23380         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
23381         Check for gettimeofday.
23382         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
23383         Check for settimeofday, stime.
23384
23385 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
23386
23387         * lib/nanosleep.c (suspended): Change its type from int to
23388         sig_atomic_t volatile.
23389         (first_call): Make it private to rpl_nanosleep, and have it
23390         be zero initially as that's a bit faster.
23391         (my_usleep): Round up fractional times instead of truncating them,
23392         as this is the usual meaning for 'sleep'.
23393
23394         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
23395         doesn't work.
23396         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
23397         (ENOSYS): Define if not defined.
23398         (settime): Fall back on stime if it exists and settimeofday fails.
23399         But don't bother with fallbacks if a method fails with errno == EPERM.
23400
23401 2004-05-11  Jim Meyering  <jim@meyering.net>
23402
23403         Prior to this change, the save_cwd caller required read access to the
23404         current directory on most systems (ones with the fchdir function).
23405
23406         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
23407         fails, try write-only, and finally, resort to using xgetcwd.
23408
23409 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
23410
23411         * lib/obstack.c, obstack.h: Import changes from libc.
23412
23413 2004-04-28  Bruno Haible  <bruno@clisp.org>
23414
23415         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
23416         also implicitly appends .exe to executables.
23417         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
23418         accepts Windows pathnames.
23419         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
23420         Treat Cygwin like Windows, since it now accepts Windows pathnames.
23421         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
23422         Treat Cygwin like Windows, since it now accepts Windows pathnames.
23423         Reported by Derek Robert Price <derek@ximbiot.com>.
23424
23425 2004-04-21  Karl Berry  <karl@gnu.org>
23426
23427         * config/srclist.txt (localcharset.c): break sync.
23428
23429 2004-04-20  Paul Eggert  <eggert@twinsun.com>
23430
23431         * m4/host-os.m4: Add a copyright notice.
23432
23433 2004-04-20  Jim Meyering  <jim@meyering.net>
23434
23435         Change UTILS_ to gl_ in AC_DEFINE'd names.
23436         Change utils_- and jm_-prefixed variables, too.
23437         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
23438         UTILS_FUNC_MKDIR_TRAILING_SLASH.
23439         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
23440
23441         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
23442         Don't emit trailing blanks.
23443         Also rename jm_-prefixed variables to have gl_ prefix.
23444
23445         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
23446         Also rename jm_-prefixed variables to have gl_ prefix.
23447
23448         * m4/jm-macros.m4: Reflect the renamings.
23449         * m4/prereq.m4: Likewise.
23450
23451 2004-04-20  Jim Meyering  <jim@meyering.net>
23452
23453         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
23454         memory.
23455
23456 2004-04-20  Jim Meyering  <jim@meyering.net>
23457             Bruno Haible  <bruno@clisp.org>
23458
23459         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
23460         memory when realloc fails.
23461
23462 2004-04-19  Jim Meyering  <jim@meyering.net>
23463
23464         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
23465         now that readutmp.c may call `free (0)'.
23466
23467 2004-04-19  Bruno Haible  <bruno@clisp.org>
23468
23469         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
23470         * m4/inttypes_h.m4: Likewise.
23471         * m4/stdint_h.m4: Likewise.
23472         * m4/intmax_t.m4: Likewise.
23473         * m4/uintmax_t.m4: Likewise.
23474
23475 2004-04-18  Jim Meyering  <jim@meyering.net>
23476
23477         * m4/prereq.m4: Don't forbid jm_ prefix.
23478
23479         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
23480         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
23481         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
23482         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
23483         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
23484         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
23485         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
23486         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
23487         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
23488         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
23489         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
23490         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
23491         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
23492         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
23493         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
23494         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
23495         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
23496         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
23497         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
23498
23499 2004-04-18  Jim Meyering  <jim@meyering.net>
23500
23501         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
23502         failure, don't leak memory and do call END_UTMP_ENT.
23503
23504 2004-04-16  Jim Meyering  <jim@meyering.net>
23505
23506         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
23507         coreutils' stat program.
23508         (gl_PREREQ): Don't require jm_PREREQ_STAT.
23509
23510 2004-04-11  Paul Eggert  <eggert@twinsun.com>
23511
23512         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
23513         C89.
23514         (CHAR_BIT): Remove, since we assume C89.
23515         Include <stdint.h> if available, as per current Autoconf CVS advice.
23516
23517 2004-03-31  Jim Meyering  <jim@meyering.net>
23518
23519         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
23520         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
23521         * m4/xalloc.m4: Likewise.
23522
23523 2004-03-30  Paul Eggert  <eggert@twinsun.com>
23524
23525         Merge from coreutils.
23526
23527         * m4/inttostr.m4: New file.
23528         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
23529         Require AM_STDBOOL_H and gl_TIMESPEC instead.
23530         Require gl_CLOCK_TIME.
23531         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
23532
23533 2004-03-30  Paul Eggert  <eggert@twinsun.com>
23534
23535         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
23536         not bool, to be more consistent with Unix conventions.
23537         Suggested by Bruno Haible.
23538
23539         Merge from coreutils.
23540
23541         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
23542         * lib/umaxtostr.c: New files.
23543
23544         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
23545         the usual <time.h> dance.
23546         (get_date): Change signature to support fractional time stamps.
23547         All callers changed.
23548         * lib/getdate.y: Include "getdate.h" first, as we can now
23549         assume C89 and don't need to worry about 'const'.
23550         Similarly, include "unlocked-io.h" near start, not in middle.
23551         Include <limits.h>.
23552         (textint.value): Use long int rather than int.
23553         (textint.digits): Use size_t rather than int.
23554         (BILLION, LOG10_BILLION): New constants.
23555         (parser_control): New member rel_ns.  Members day_ordinal,
23556         time_zone, month, day, hour, minutes, rel_year, rel_month,
23557         rel_day, rel_hour, rel_minutes, rel_seconds
23558         are now long int, not int.  Member seconds is now struct timespec,
23559         not int.  New member timespec_seen.  Members dates_seen, days_seen,
23560         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
23561         not int.
23562         (%union.intval): Now long int, not int.
23563         New member timespec.
23564         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
23565         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
23566         (spec): Now is a timespec or an item list.
23567         (timespec, items): New nonterminals.
23568         (time, rel, relunit, number, get_date):
23569         Add support for fractional seconds.
23570         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
23571         (gmtime, localtime, mktime): Remove decls; not needed with C89.
23572         (to_hour): First arg is now long int, not int.
23573         (to_year): Returns long int, not int.
23574         Don't treat year -70 like 70.
23575         (tm_diff): Returns long int, not int.
23576         (lookup_word): Use bool instead of int when appropriate.
23577         (yylex): Use size_t for count, not int.
23578         Detect overflow when parsing large integer constants.
23579         Add support for fractions.
23580         (get_date): Make pointers 'const' if possible.
23581         Use more-portable code to detect integer overflow.
23582         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
23583         Don't use ctime; it's not reliable if the year has >4 digits.
23584
23585         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
23586         This is for compatibility with BSD.
23587
23588         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
23589         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
23590         From coreutils' system.h.
23591
23592         * lib/userspec.c: Don't include "posixver.h".
23593         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
23594         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
23595         compatible extension.  Simplify code by removing a boolean int
23596         that was always nonzero if a string was nonnull.
23597
23598 2004-03-30  Jim Meyering  <jim@meyering.net>
23599
23600         Merge from coreutils.
23601
23602         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
23603         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
23604         on some systems one must include <grp.h> before it.
23605         Reported by Christian Krackowizer.
23606
23607 2004-03-30  Jim Meyering  <jim@meyering.net>
23608
23609         Merge from coreutils.
23610
23611         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
23612
23613         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
23614         an empty input stream.
23615
23616         * lib/readtokens.c: Include <stdbool.h>.
23617         (readtoken): Use `size_t' rather than int/long.
23618         All callers adjusted.
23619         Use `bool' rather than `int' where appropriate.
23620         Use memset rather than an explicit loop.
23621         Use x2nrealloc rather than xrealloc.
23622         Allow the use of `\0' as a delimiter.
23623         (readtokens): Likewise.
23624         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
23625
23626 2004-03-30  Jim Meyering  <jim@meyering.net>
23627
23628         * m4/realloc.m4: Remove file, since now it does no more than
23629         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
23630         the `configure.ac' section of module/realloc.
23631         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
23632
23633 2004-03-30  Bruno Haible  <bruno@clisp.org>
23634
23635         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
23636         nonnull.
23637
23638 2004-03-29  Paul Eggert  <eggert@twinsun.com>
23639
23640         Merge changes to getloadavg.c from coreutils and Emacs.
23641
23642         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
23643         Define to an expression, not to the empty string.
23644         Include cloexec.h and xalloc.h.
23645         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
23646         Use set_cloexec_flag rather than rolling our own.
23647         * lib/cloexec.c, lib/cloexec.h: New files.
23648
23649 2004-03-29  Paul Eggert  <eggert@twinsun.com>
23650
23651         * m4/cloexec.m4: New file.
23652
23653 2004-03-18  Paul Eggert  <eggert@twinsun.com>
23654
23655         * lib/getopt.h: Sync with libc CVS.
23656
23657 2004-03-18  Paul Eggert  <eggert@twinsun.com>
23658             Bruno Haible  <bruno@clisp.org>
23659
23660         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
23661         mbswidth.
23662
23663 2004-03-18  Paul Eggert  <eggert@twinsun.com>
23664             Bruno Haible  <bruno@clisp.org>
23665
23666         * lib/mbswidth.h: Include <wchar.h> only if
23667         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
23668         <wchar.h>.
23669         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
23670
23671 2004-03-09  Paul Eggert  <eggert@twinsun.com>
23672
23673         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
23674         Sync with libc CVS.
23675         * lib/getopt_int.h: New file, also synced from libc.
23676
23677 2004-03-09  Paul Eggert  <eggert@twinsun.com>
23678
23679         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
23680         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
23681         Bring back getopt.c, getopt.h, getopt1.c.
23682
23683 2004-03-07  Paul Eggert  <eggert@twinsun.com>
23684
23685         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
23686         All uses changed.  Check for sa_sigaction member; this fixes
23687         a bug first reported by Jason Andrade in
23688         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
23689
23690 2004-03-07  Paul Eggert  <eggert@twinsun.com>
23691
23692         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
23693         '#if' expressions.  Unlike the code it replaces, it does not
23694         depend on (defined _SC_PAGESIZE).  However, it does depend on
23695         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
23696         first reported by Jason Andrade in
23697         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
23698
23699 2004-02-25  Simon Josefsson  <jas@extundo.com>
23700
23701         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
23702
23703 2004-02-25  Simon Josefsson  <jas@extundo.com>
23704
23705         * lib/strdup.h: New file.
23706         * lib/strdup.c: Include it.
23707         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
23708         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
23709
23710 2004-02-23  Karl Berry  <karl@gnu.org>
23711
23712         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
23713         (from fencepost.gnu.org:/gd/gnuorg).
23714
23715 2004-02-23  Karl Berry  <karl@gnu.org>
23716
23717         * config/srclistvars.sh (GNUORG) [karl]: redefine.
23718         * config/srclist.txt: add maintain/standards documents.
23719
23720 2004-02-18  Bruno Haible  <bruno@clisp.org>
23721
23722         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
23723         Reported by Derek Robert Price <derek@ximbiot.com>.
23724
23725 2004-02-16  Karl Berry  <karl@gnu.org>
23726
23727         * config/mkinstalldirs, install-sh: update from automake.
23728
23729 2004-02-06  Karl Berry  <karl@gnu.org>
23730
23731         * m4/po.m4: update from gettext 0.14.1.
23732
23733 2004-02-06  Karl Berry  <karl@gnu.org>
23734
23735         * lib/config.charset: update from gettext 0.14.1.
23736
23737 2004-02-05  Paul Eggert  <eggert@twinsun.com>
23738
23739         Add comments and code, prompted by suggestions from Bruno Haible
23740         for sh-quote.
23741         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
23742         describing the enum quoting_style values.
23743         * lib/quotearg.c (quotearg_alloc): New function.
23744         (quotearg_buffer_restyled): Treat lone { and } as special.
23745         Treat = as special.  Work around bug with older shells
23746         that "see" a '\' that is really the 2nd byte of a multibyte char.
23747         Quote empty string with shell_quoting_style.
23748
23749 2004-02-03  Bruno Haible  <bruno@clisp.org>
23750
23751         * m4/pipe.m4: New file, from GNU gettext.
23752
23753 2004-02-03  Bruno Haible  <bruno@clisp.org>
23754
23755         * lib/pipe.h: New file, from GNU gettext.
23756         * lib/pipe.c: New file, from GNU gettext.
23757
23758 2004-01-27  Bruno Haible  <bruno@clisp.org>
23759
23760         * m4/execute.m4: New file, from GNU gettext.
23761
23762 2004-01-27  Bruno Haible  <bruno@clisp.org>
23763
23764         * lib/execute.h: New file, from GNU gettext.
23765         * lib/execute.c: New file, from GNU gettext.
23766         * lib/w32spawn.h: New file, from GNU gettext.
23767
23768 2004-01-24  Paul Eggert  <eggert@twinsun.com>
23769
23770         Merge from diffutils.
23771
23772         * lib/file-type.c (file_type): Add typed memory objects.
23773         * lib/file-type.h (S_TYPEISTMO): New macro.
23774
23775         * lib/c-stack.h (c_stack_action): Remove argv argument.
23776         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
23777         (die): Don't calculate message unless segv_action returns.
23778         (get_stack_location, min_address_from_argv, max_address_from_argv,
23779         volatile stack_base, volatile_stack_size): Remove.
23780         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
23781         that every segmentation violation is a stack overflow.  (Ouch!)
23782         See Debian bug 136249 (still outstanding) for more info about why
23783         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
23784
23785 2004-01-24  Paul Eggert  <eggert@twinsun.com>
23786
23787         Exit-status fix from coreutils.
23788
23789         Use exit_failure consistently in place of EXIT_FAILURE,
23790         so that program exit statuses are consistent on failure.
23791
23792         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
23793         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
23794         * lib/argmatch.h: Comment fix to match the above.
23795         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
23796         Now a macro referring to exit_failure, instead of a separate
23797         variable.  Include "exitfail.h" to get it.
23798         * lib/xstrtol.h: Include "exitfail.h".
23799         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
23800
23801         * lib/long-options.c (parse_long_options): Use prototype
23802         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
23803         for clarity.
23804
23805 2004-01-21  Jim Meyering  <jim@meyering.net>
23806
23807         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
23808         so as not to conflict with a different-sized __mktime_internal
23809         function in GNU libc.
23810         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
23811         Problem building statically-linked `ls' reported by Michael Brunnbauer.
23812
23813 2004-01-20  Karl Berry  <karl@gnu.org>
23814
23815         * config/config.guess: update from config.
23816
23817         * config/srclistvars.sh: GNUWWWLICENSES for karl.
23818
23819 2004-01-20  Bruno Haible  <bruno@clisp.org>
23820
23821         Safer stack allocation.
23822         * lib/setenv.c: Include allocsa.h.
23823         (alloca): Remove fallback definition.
23824         (freea): Remove macro.
23825         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
23826         instead of freea.
23827
23828 2004-01-20  Bruno Haible  <bruno@clisp.org>
23829
23830         * m4/eealloc.m4: New file, from GNU gettext.
23831
23832 2004-01-20  Bruno Haible  <bruno@clisp.org>
23833
23834         * m4/allocsa.m4: New file, from GNU gettext.
23835
23836 2004-01-20  Bruno Haible  <bruno@clisp.org>
23837
23838         * lib/xallocsa.h: New file, from GNU gettext.
23839         * lib/xallocsa.c: New file, from GNU gettext.
23840
23841 2004-01-20  Bruno Haible  <bruno@clisp.org>
23842
23843         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
23844
23845 2004-01-20  Bruno Haible  <bruno@clisp.org>
23846
23847         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
23848         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
23849         specially.
23850
23851 2004-01-20  Bruno Haible  <bruno@clisp.org>
23852
23853         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
23854         patch.
23855
23856 2004-01-20  Bruno Haible  <bruno@clisp.org>
23857
23858         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
23859
23860 2004-01-20  Bruno Haible  <bruno@clisp.org>
23861
23862         * lib/eealloc.h: New file.
23863
23864 2004-01-20  Bruno Haible  <bruno@clisp.org>
23865
23866         * lib/binary-io.h: Avoid warnings on Cygwin.
23867
23868 2004-01-20  Bruno Haible  <bruno@clisp.org>
23869
23870         * lib/allocsa.h: New file, from GNU gettext.
23871         * lib/allocsa.c: New file, from GNU gettext.
23872
23873 2004-01-18  Karl Berry  <karl@gnu.org>
23874
23875         * doc/gpl.texi, doc/lgpl.texi: new files.
23876
23877 2004-01-18  Karl Berry  <karl@gnu.org>
23878
23879         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
23880         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
23881
23882 2004-01-15  Paul Eggert  <eggert@twinsun.com>
23883
23884         Merge from coreutils.
23885
23886         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
23887         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
23888         (gl_DEFAULT_POSIX2_VERSION): Move
23889         the documentation from 'configure' into 'config.hin',
23890         so that 'configure --help' isn't burdened by it and
23891         we don't have to worry about its formatting there.
23892         Reword the documentation so that it's more succinct
23893         and can be run together into a single paragraph.
23894         * m4/same.m4 (gl_SAME): Check for pathconf.
23895
23896 2004-01-15  Paul Eggert  <eggert@twinsun.com>
23897
23898         Merge from coreutils.
23899
23900         * lib/posixver.c: Include posixver.h.
23901
23902         * lib/same.c: Include <stdbool.h>, <limits.h>.
23903         (_POSIX_NAME_MAX): Define if not defined.
23904         (MIN): New macro.
23905         (same_name): If file names are silently truncated, report
23906         that the file names are the same if they are the same after
23907         the silent truncation.
23908
23909         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
23910         conversion function.
23911         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
23912         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
23913         longer needed.
23914
23915 2004-01-15  Jim Meyering  <jim@meyering.net>
23916
23917         Merge from coreutils.
23918
23919         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
23920         if no library is required.
23921         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
23922         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
23923         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
23924         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
23925         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
23926         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
23927         value, $ac_cv_search_crypt, if it's "none required".
23928         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
23929         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
23930         not gl_FUNC_GETLOADAVG.
23931         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
23932         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
23933
23934 2004-01-15  Jim Meyering  <jim@meyering.net>
23935
23936         Merge from coreutils.
23937
23938         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
23939         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
23940         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
23941
23942         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
23943         optional configure-time default.
23944
23945         * lib/version-etc.c (version_etc_copyright): Update copyright date.
23946
23947         * lib/xreadlink.c (xreadlink): Correct outdated comment.
23948
23949 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
23950
23951         Merge from coreutils.
23952
23953         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
23954         value, $ac_cv_search_nanosleep, if it's "none required".
23955
23956 2004-01-14  Paul Eggert  <eggert@twinsun.com>
23957
23958         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
23959         with like-named macro in fnmatch.c.
23960         (EXT): Use an internal constant instead.
23961
23962         Merge fnmatch patches from glibc.
23963         * lib/fnmatch.c (mbsinit): Remove define.
23964         Add libc_hidden_ver (__fnmatch, fnmatch).
23965         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
23966         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
23967
23968 2004-01-14  Karl Berry  <karl@gnu.org>
23969
23970         * config/install-sh: update from automake.
23971
23972 2004-01-13  Karl Berry  <karl@gnu.org>
23973
23974         * config/install-sh: update from automake.
23975
23976 2004-01-09  Karl Berry  <karl@gnu.org>
23977
23978         * config/install-sh: update from automake.
23979
23980 2004-01-05  Karl Berry  <karl@gnu.org>
23981
23982         * config/config.{sub,guess}: update from config.
23983
23984 2003-12-31  Karl Berry  <karl@gnu.org>
23985
23986         * config/depcomp: update from automake.
23987
23988 2003-12-14  Karl Berry  <karl@gnu.org>
23989
23990         * lib/config.charset: update from gettext-runtime.
23991
23992 2003-12-03  Paul Eggert  <eggert@twinsun.com>
23993
23994         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
23995         Bug reported by Alfred M. Szmidt.
23996
23997 2003-12-03  Bruno Haible  <bruno@clisp.org>
23998
23999         * m4/gettext.m4: Upgrade from gettext-0.13.
24000         * m4/po.m4: Upgrade from gettext-0.13.
24001         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
24002         * m4/intmax.m4: New file, from gettext-0.13.
24003         * m4/printf-posix.m4: New file, from gettext-0.13.
24004
24005 2003-11-29  Karl Berry  <karl@gnu.org>
24006
24007         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
24008
24009 2003-11-25  Paul Eggert  <eggert@twinsun.com>
24010             Bruno Haible  <bruno@clisp.org>
24011
24012         * lib/printf-parse.h: Don't include sys/types.h.
24013         (ARG_NONE): New macro.
24014         (char_directive): Change type of *arg_index fields to size_t.
24015         * lib/printf-parse.c: Don't include sys/types.h.
24016         (SSIZE_MAX): Remove macro.
24017         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
24018         Remove unnecessary overflow check.
24019         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
24020         fields.
24021
24022 2003-11-25  Bruno Haible  <bruno@clisp.org>
24023
24024         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
24025
24026 2003-11-25  Bruno Haible  <bruno@clisp.org>
24027
24028         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
24029         gt_TYPE_SSIZE_T.
24030
24031 2003-11-24  Paul Eggert  <eggert@twinsun.com>
24032
24033         * modules/alloca: Remove dependency on xalloc.
24034
24035 2003-11-24  Paul Eggert  <eggert@twinsun.com>
24036
24037         * lib/alloca.c: Remove dependency on xalloc module.
24038         (xalloc_die): Remove.
24039         (memory_full) [!defined emacs]: New macro.
24040         [!defined emacs]: Don't include xalloc.h.
24041         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
24042         address arithmetic overflows.  Change datatypes a bit to avoid
24043         unnecessary casts.
24044
24045 2003-11-22  Jim Meyering  <jim@meyering.net>
24046
24047         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
24048         s/size/size_t/.
24049
24050 2003-11-21  Karl Berry  <karl@gnu.org>
24051
24052         * config/config.{sub,guess}: update from config.
24053
24054 2003-11-18  Karl Berry  <karl@gnu.org>
24055
24056         * config/config.{sub,guess}: update from config.
24057
24058         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
24059
24060 2003-11-17  Paul Eggert  <eggert@twinsun.com>
24061
24062         * README: Mention that S+T cannot overflow if S is the size of
24063         an existing object and T is sufficiently small.
24064
24065 2003-11-17  Jim Meyering  <jim@meyering.net>
24066
24067         On systems without utime and without a utimes function capable of
24068         dealing with a NULL struct utimbuf* argument, this utime replacement
24069         could -- in unusual circumstances -- leak a file descriptor.
24070         * lib/utime.c: Include <unistd.h> and <errno.h>.
24071         (utime_null): Be sure to close `fd' and to preserve errno.
24072         Reported by Geoff Collyer via Arnold Robbins.
24073
24074 2003-11-17  Bruno Haible  <bruno@clisp.org>
24075
24076         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
24077         (Depends-on): Add xsize.
24078
24079 2003-11-17  Bruno Haible  <bruno@clisp.org>
24080
24081         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
24082
24083 2003-11-17  Bruno Haible  <bruno@clisp.org>
24084
24085         * lib/vasnprintf.c (alloca): Remove fallback definition.
24086         (freea): Remove definition.
24087         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
24088         Reported by Paul Eggert.
24089
24090 2003-11-16  Paul Eggert  <eggert@twinsun.com>
24091             Bruno Haible  <bruno@clisp.org>
24092
24093         Protect against address arithmetic overflow.
24094         * lib/printf-args.h: Include stddef.h.
24095         (arguments): Change type of field 'count' to size_t.
24096         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
24097         'unsigned int' where appropriate.
24098         * lib/printf-parse.h: Include sys/types.h.
24099         (char_directive): Change type of *arg_index fields to ssize_t.
24100         (char_directives): Change type of fields 'count', max_*_length to
24101         size_t.
24102         * lib/printf-parse.c: Include sys/types.h and xsize.h.
24103         (SSIZE_MAX): Define fallback value.
24104         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
24105         instead of 'int' where appropriate. Check a_allocated, d_allocated
24106         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
24107         * lib/vasnprintf.c: Include xsize.h.
24108         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
24109         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
24110         overflow. Avoid wraparound when converting a width or precision from
24111         decimal to binary.
24112
24113 2003-11-16  Bruno Haible  <bruno@clisp.org>
24114
24115         Update from GNU gettext.
24116         * lib/printf-parse.c: Generalize to it can be compiled for wide
24117         strings.
24118         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
24119         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
24120         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
24121         SNPRINTF): New macros.
24122         Don't include <alloca.h> if the file is used inside libintl.
24123         (local_wcslen): New function, for Solaris 2.5.1.
24124         (VASNPRINTF): Use it instead of wcslen.
24125
24126 2003-11-16  Bruno Haible  <bruno@clisp.org>
24127
24128         * lib/xsize.h (xmax): New function.
24129         (xsum, xsum3, xsum4): Declare as "pure" functions.
24130
24131 2003-11-12  Paul Eggert  <eggert@twinsun.com>
24132
24133         * modules/xalloc (Files): Undo latest change, since xalloc.h
24134         no longer needs SIZE_MAX or PTRDIFF_MAX.
24135
24136 2003-11-12  Paul Eggert  <eggert@twinsun.com>
24137
24138         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
24139         gl_PTRDIFF_MAX.
24140
24141 2003-11-12  Paul Eggert  <eggert@twinsun.com>
24142
24143         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
24144         "return", to pacify some unknown compiler.  Problem reported
24145         by Joerg Schilling.
24146
24147 2003-11-12  Paul Eggert  <eggert@twinsun.com>
24148
24149         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
24150         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
24151         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
24152         heuristic is just as accurate as far as we know, and it removes a
24153         dependency on size_max.m4 and ptrdiff_max.m4.
24154
24155 2003-11-11  Bruno Haible  <bruno@clisp.org>
24156
24157         * modules/xsize (Files): Add m4/size_max.m4.
24158         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
24159
24160 2003-11-11  Bruno Haible  <bruno@clisp.org>
24161
24162         * m4/size_max.m4: New file.
24163         * m4/ptrdiff_max.m4: New file.
24164         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
24165         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
24166         (gl_XALLOC): Invoke it.
24167
24168 2003-11-11  Bruno Haible  <bruno@clisp.org>
24169
24170         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
24171         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
24172         defined.
24173
24174 2003-11-10  Paul Eggert  <eggert@twinsun.com>
24175
24176         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
24177         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
24178         rejected some allocations of exactly SIZE_MAX - 2 bytes.
24179         From Bruno Haible.
24180         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
24181         not (size_t) -1, since it's defined here.
24182
24183 2003-11-09  Karl Berry  <karl@gnu.org>
24184
24185         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
24186
24187 2003-11-06  Paul Eggert  <eggert@twinsun.com>
24188
24189         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
24190         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
24191         Reject sizes of exactly SIZE_MAX bytes.
24192         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
24193         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
24194
24195 2003-11-05  Bruno Haible  <bruno@clisp.org>
24196
24197         * lib/xsize.h: Include limits.h, to avoid a possible collision with
24198         SIZE_MAX defined in <limits.h> on Solaris.
24199
24200 2003-11-04  Jim Meyering  <jim@meyering.net>
24201
24202         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
24203         variable names, rather than @VAR@.
24204         * modules/poll: Likewise.
24205
24206 2003-11-04  Bruno Haible  <bruno@clisp.org>
24207
24208         * modules/xsize: New file.
24209         * modules/linebreak: Depend on xsize.
24210         * MODULES.html.sh (func_all_modules): Add xsize.
24211
24212 2003-11-04  Bruno Haible  <bruno@clisp.org>
24213
24214         * m4/xsize.m4: New file.
24215
24216 2003-11-04  Bruno Haible  <bruno@clisp.org>
24217
24218         * lib/xsize.h: New file.
24219         * lib/linebreak.c: Include xsize.h.
24220         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
24221         argument for overflow.
24222         Suggested by Paul Eggert.
24223
24224 2003-11-03  Karl Berry  <karl@gnu.org>
24225
24226         * config/config.{guess,sub}: update from config.
24227
24228 2003-11-03  Jim Meyering  <jim@meyering.net>
24229
24230         * modules/userspec (lib_SOURCES): Add userspec.h.
24231         (Include): Add "userspec.h".
24232         Improve description.
24233
24234 2003-11-03  Jim Meyering  <jim@meyering.net>
24235
24236         * lib/userspec.c: Include "userspec.h".
24237         * lib/userspec.h: New file.
24238
24239 2003-11-03  Bruno Haible  <bruno@clisp.org>
24240
24241         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
24242
24243 2003-11-03  Bruno Haible  <bruno@clisp.org>
24244
24245         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
24246         available, to avoid (extremely rare) race condition.
24247         Suggested by Paul Eggert.
24248
24249 2003-11-02  Karl Berry  <karl@gnu.org>
24250
24251         * config/srclist.txt (vasprintf.c): sync broken, sigh.
24252
24253 2003-10-31  Paul Eggert  <eggert@twinsun.com>
24254
24255         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
24256         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
24257         (read_filesystem_list): Set and use me_type_malloced.
24258         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
24259         whatever the type happens to be), for brevity and consistency.
24260         Check for size calculation overflow on Alphas running OSF/1.
24261
24262 2003-10-31  Jim Meyering  <jim@meyering.net>
24263
24264         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
24265
24266         * lib/linebuffer.c: Include <string.h> for declaration of memset.
24267
24268 2003-10-30  Paul Eggert  <eggert@twinsun.com>
24269             Bruno Haible  <bruno@clisp.org>
24270
24271         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
24272         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
24273
24274 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
24275
24276         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
24277         netbsd*-gnu*.  Suggested by Robert Millan.
24278
24279 2003-10-29  Paul Eggert  <eggert@twinsun.com>
24280
24281         * modules/group-member: Depend on stdbool.
24282
24283 2003-10-29  Paul Eggert  <eggert@twinsun.com>
24284
24285         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
24286
24287 2003-10-29  Paul Eggert  <eggert@twinsun.com>
24288
24289         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
24290         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
24291         after the 'gnu' in these cases.  This fixes some bugs in the
24292         previous change, and is based on suggestions by Robert Millan.
24293
24294 2003-10-29  Paul Eggert  <eggert@twinsun.com>
24295
24296         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
24297         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
24298         no longer needed.
24299         * lib/quotearg.c (quotearg_n_options): Use it.
24300         * lib/group-member.c: Include <stdbool.h>.
24301         (free_group_info): Arg is now const *; don't free arg.
24302         (get_group_info): Now returns bool and accepts struct group_info *,
24303         rather than returning a malloc'ed struct group_info *.
24304         All uses changed.  Check for overflow in internal size calculation.
24305
24306         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
24307         rather than xmalloc/xrealloc.
24308         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
24309         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
24310         conformance bug: the old code used a pointer after freeing the
24311         storage that it addressed.
24312         * lib/hash.c (hash_initialize): Simplify the code by using
24313         xalloc_oversized rather than doing it by hand.
24314         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
24315         the buffer preserved.  Use free and xmalloc instead.
24316         * lib/quotearg.c (quotearg_n_options): Likewise.
24317         Use a simpler test for size overflow.  Don't use xalloc_oversized
24318         because unsigned int might be wider than size_t (!); this suggests
24319         that we should switch from unsigned int to size_t for slot numbers.
24320
24321 2003-10-28  Paul Eggert  <eggert@twinsun.com>
24322
24323         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
24324         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
24325         NetBSD kernels.  Requested by Richard Stallman.
24326
24327 2003-10-27  Paul Eggert  <eggert@twinsun.com>
24328
24329         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
24330         to allocate the returned structure.  Do not allocate a subarray,
24331         as x2nrealloc will do that.
24332         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
24333         instead of xnrealloc.
24334         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
24335
24336 2003-10-27  Bruno Haible  <bruno@clisp.org>
24337
24338         * lib/stdbool_.h: Better support for BeOS.
24339
24340 2003-10-26  Paul Eggert  <eggert@twinsun.com>
24341
24342         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
24343         now uses inline.
24344
24345 2003-10-26  Paul Eggert  <eggert@twinsun.com>
24346
24347         * lib/xalloc.h (xalloc_oversized): New static inline function, for
24348         callers that want to do their own size-overflow checking.  Include
24349         <stdbool.h>, since xalloc_oversized returns bool.
24350         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
24351         to use xalloc_oversized.
24352
24353         Add two functions x2realloc, x2nrealloc, for programs that grow
24354         arrays dynamically by doubling their sizes.
24355         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
24356         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
24357         New functions.
24358
24359         Port to C99 semantics for 'inline' of external functions.
24360         Bug reported by Bruno Haible.
24361         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
24362         with the old contents of xnmalloc.
24363         (xnmalloc, xmalloc): Use it.
24364         (xnrealloc_inline): New static inline function,
24365         with the old contents of xnrealloc.
24366         (xnrealloc, xrealloc): Use it.
24367
24368         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
24369         that.
24370
24371 2003-10-26  Karl Berry  <karl@gnu.org>
24372
24373         * config/srclist.txt (COPYING.DOC): no longer available from
24374         /gd/gnuorg; don't know where the ultimate source is.
24375
24376 2003-10-25  Paul Eggert  <eggert@twinsun.com>
24377
24378         Fix several address-calculation bugs in the hash modules,
24379         plus some minor code cleanup.
24380
24381         * lib/hash.h: Include <stdbool.h>, for bool.
24382         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
24383         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
24384         hash_get_n_entries, hash_get_max_bucket_length,
24385         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
24386         hash_rehash): Use size_t rather than unsigned.
24387         * lib/hash.c (struct hash_table, hash_get_n_buckets,
24388         hash_get_n_buckets_used, hash_get_n_entries,
24389         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
24390         hash_get_entries, hash_do_for_each, hash_string, is_prime,
24391         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
24392         Likewise.
24393         (SIZE_MAX): Define if not defined.
24394         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
24395         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
24396         hash_print):
24397         Use const * when possible.
24398         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
24399         (check_tuning): Fix bug: if tuning parameters were very close to
24400         0 or 1, rounding errors could have caused subscript violations.
24401         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
24402         (hash_initialize): Add 'fail:' label
24403         to free table and return NULL, and use it to simplify code.
24404         Use calloc rather than clearing the storage ourself.
24405         (hash_initialize, hash_rehash): Check for arithmetic overflow in
24406         buffer size calculations.
24407         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
24408         Include <stddef.h>, for size_t.
24409         * lib/hash-pjw.c (hash_pjw): Likewise.
24410         Switch to method described by Bruno Haible.
24411         Include <limits.h>, for CHAR_BIT.
24412         (SIZE_BITS): New macro.
24413
24414 2003-10-23  Paul Eggert  <eggert@twinsun.com>
24415
24416         * m4/getline.m4 (AM_FUNC_GETLINE):
24417         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
24418         hosts.  Problem reported by Derek Robert Price in
24419         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
24420         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
24421         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
24422
24423 2003-10-21  Paul Eggert  <eggert@twinsun.com>
24424
24425         * lib/getndelim2.c (getndelim2): When size calculation overflows,
24426         ceiling the allocation at NMAX bytes rather than silently
24427         discarding input bytes before NMAX is reached.  This makes
24428         a difference only if NMAX exceeds SIZE_MAX / 2.
24429
24430         * lib/obstack.c: Merge from glibc.
24431         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
24432         Add libc_hidden_def (_obstack_newchunk).
24433         (_obstack_free) [! defined _LIBC]: Remove.
24434         [defined _LIBC]: Make a strong alias from obstack_free, rather than
24435         a clone of the function body.
24436         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
24437         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
24438
24439         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
24440         glibc.
24441         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
24442         arg to memcpy.
24443
24444         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
24445         (obstack_ptr_grow_fast, obstack_int_grow_fast):
24446         Don't use lvalue casts, as GCC plans to remove support for them
24447         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
24448         was also present in the non-GCC version, indicating that this
24449         code had always been buggy and had never been widely used.
24450         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
24451         Use the fast variant of each macro, rather than copying the
24452         definiens of the fast variant; that way, we'll be more likely to
24453         catch future bugs in the fast variants.
24454
24455 2003-10-20  Bruno Haible  <bruno@clisp.org>
24456
24457         * modules/wait-process: New file.
24458         * MODULES.html.sh (func_all_modules): Add wait-process.
24459
24460 2003-10-20  Bruno Haible  <bruno@clisp.org>
24461
24462         * m4/wait-process.m4: New file.
24463
24464 2003-10-20  Bruno Haible  <bruno@clisp.org>
24465
24466         * lib/wait-process.h: New file, from GNU gettext.
24467         * lib/wait-process.c: New file, from GNU gettext.
24468
24469 2003-10-19  Jim Meyering  <jim@meyering.net>
24470
24471         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
24472         HPUX 10.20.
24473
24474 2003-10-18  Karl Berry  <karl@gnu.org>
24475
24476         * config/config.guess: update from config.
24477
24478 2003-10-16  Paul Eggert  <eggert@twinsun.com>
24479
24480         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
24481         (getgroups): First arg is int, not size_t.
24482         Don't let 'free' mangle errno.
24483
24484 2003-10-16  Paul Eggert  <eggert@twinsun.com>
24485
24486         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
24487
24488 2003-10-16  Karl Berry  <karl@gnu.org>
24489
24490         * config/config.{guess,sub}: update from config.
24491
24492 2003-10-16  Jim Meyering  <jim@meyering.net>
24493
24494         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
24495         memcpy.
24496
24497 2003-10-15  Paul Eggert  <eggert@twinsun.com>
24498
24499         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
24500         (SIZE_MAX): Remove.
24501         (new_exclude, add_exclude_file): Initial size no longer needs to
24502         be a power of 2.
24503         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
24504         our own address arithmetic overflow checking.
24505
24506         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
24507         (fnmatch): Do not alloca more than 2000 wide characters;
24508         instead, use malloc for large buffers.
24509         Check for address arithmetic overflow, and return -1
24510         with errno set to ENOMEM in that case.
24511         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
24512         (NEW_PATTERN): Do not alloca more than 8000 bytes;
24513         instead, return -1.  Check for address arithmetic overflow.
24514
24515 2003-10-14  Paul Eggert  <eggert@twinsun.com>
24516
24517         Handle invalid suffixes and overflow independently, so that
24518         callers can treat them independently as needed.  Fix some bugs in
24519         suffix handling, e.g., "100k@" was not diagnosed as an invalid
24520         suffix for a human-readable blocksize.  The major caller-visible
24521         change is the addition of a new
24522         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
24523         that both overflow and suffix chars were found.
24524
24525         * lib/human.c (humblock): Don't check separately for invalid suffix
24526         char; that is xstrtoumax's job (now that its bug is fixed).
24527         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
24528         INTMAX_MAX]: New macros.
24529         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
24530         TYPE_MAXIMUM): New macros.
24531         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
24532         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
24533         if overflow occurs, as it's what __strtol does and it's more useful
24534         in practice.
24535         (__xstrtol): If __strtol reports some error other than ERANGE,
24536         reflect it to the caller as LONGINT_INVALID.  If it reports
24537         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
24538         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
24539         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
24540         value.
24541         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
24542         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
24543         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
24544         [defined UINTMAX_MAX]: New macros.
24545
24546 2003-10-14  Bruno Haible  <bruno@clisp.org>
24547
24548         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
24549
24550 2003-10-14  Bruno Haible  <bruno@clisp.org>
24551
24552         * m4/sig_atomic_t: New file, from GNU gettext.
24553         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
24554
24555 2003-10-14  Bruno Haible  <bruno@clisp.org>
24556
24557         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
24558         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
24559         Also use volatile where needed.
24560
24561 2003-10-12  Paul Eggert  <eggert@twinsun.com>
24562
24563         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
24564         Change maintainer from Bruno Haible to 'all'.
24565
24566 2003-10-12  Paul Eggert  <eggert@twinsun.com>
24567
24568         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
24569
24570 2003-10-12  Paul Eggert  <eggert@twinsun.com>
24571
24572         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
24573         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
24574         and define in terms of the other primitives.
24575         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
24576         (SIZE_MAX): Define if not already defined.
24577         (array_size_overflow): New function.
24578         (xalloc_die): Abort instead of exiting if 'error' returns.
24579         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
24580         (xmalloc, xrealloc): Use them.
24581         (xcalloc): Check for address arithmetic overflow.
24582         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
24583         a bit faster than strcpy.
24584
24585 2003-10-10  Simon Josefsson  <jas@extundo.com>
24586
24587         * modules/argp (Depends-on): Add restrict and strcase.
24588
24589 2003-10-10  Simon Josefsson  <jas@extundo.com>
24590
24591         * m4/argp.m4: Add AC_C_INLINE.
24592
24593 2003-10-08  Paul Eggert  <eggert@twinsun.com>
24594
24595         Merge getpass from libc, plus a few fixes.
24596
24597         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
24598         Include <stdbool.h>.
24599         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
24600         __fsetlocking to empty.
24601         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
24602         do include <bits/libc-lock.h>.
24603         Do not include <fcntl.h>; not needed.
24604         [_LIBC]: Include <wchar.h>.
24605         (NOTCANCEL_MODE): New macro.
24606         (flockfile, funlockfile) [_LIBC]: New macros.
24607         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
24608         [!_LIBC]: New macros.
24609         (call_fclose): New function.
24610         (getpass): Use it.  Save tty stream separately; this simplifies the
24611         code and makes it more reliable if stdin happens to equal stdout.
24612         Invoke __fsetlocking on tty.
24613         Handle thread cancellation if needed.
24614         Namespace cleanup (use __tcgetattr, __getline).
24615         Use bool for Booleans.
24616         [USE_IN_LIBIO]: Handle wide streams.
24617         [!_LIBC]: Unconditionally do the fseek, since we don't know what
24618         stream might go where.
24619
24620         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
24621         doesn't have to include <stdio.h> before us.
24622         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
24623         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
24624         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
24625         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
24626         if not declared, so that we can use getpass.c code from libc without
24627         rewriting it.
24628         (flockfile, ftrylockfile, funlockfile): New macros.
24629
24630 2003-10-08  Paul Eggert  <eggert@twinsun.com>
24631
24632         * modules/getpass: Depend on stdbool.
24633
24634 2003-10-08  Paul Eggert  <eggert@twinsun.com>
24635
24636         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
24637
24638 2003-10-07  Karl Berry  <karl@gnu.org>
24639
24640         * config/config.{guess,sub}: update from config.
24641
24642 2003-10-06  Jim Meyering  <jim@meyering.net>
24643             Bruno Haible  <bruno@clisp.org>
24644
24645         This lets translators provide better translations for the
24646         "Written by ..." part of --version output.
24647         * lib/version-etc.h: Include stdarg.h.
24648         (version_etc_copyright): Declare as readonly.
24649         (version_etc): Make this function variadic with a NULL-terminated list
24650         of author name strings.
24651         (version_etc_va): New declaration.
24652         * lib/version-etc.c: Include stdarg.h, stdlib.h.
24653         (version_etc_copyright): Declare as readonly.
24654         (version_etc_va): New function. Provide a different translatable string
24655         for each possible number of authors < 10. Abbreviate when there are 10
24656         authors or more.
24657         (version_etc): Make this function variadic. Call version_etc_va.
24658         Suggestion from Gary V. Vaughan.
24659
24660         * lib/long-options.h (parse_long_options): Change prototype: the
24661         authors string is moved to the end and becomes variadic.
24662         * lib/long-options.c: Include stdarg.h.
24663         (parse_long_options): Make this function variadic, too.
24664         Call version_etc_va, not version_etc.
24665
24666 2003-10-06  Bruno Haible  <bruno@clisp.org>
24667
24668         * modules/version-etc-2: Remove file.
24669         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
24670
24671 2003-10-06  Bruno Haible  <bruno@clisp.org>
24672
24673         * modules/fatal-signal: New file.
24674         * MODULES.html.sh (func_all_modules): Add fatal-signal.
24675
24676 2003-10-06  Bruno Haible  <bruno@clisp.org>
24677
24678         * m4/fatal-signal.m4: New file.
24679         * m4/signalblocking.m4: New file, from GNU gettext.
24680
24681 2003-10-06  Bruno Haible  <bruno@clisp.org>
24682
24683         * lib/version-etc-2.h: Remove file.
24684         * lib/version-etc-2.c: Remove file.
24685
24686 2003-10-06  Bruno Haible  <bruno@clisp.org>
24687
24688         * lib/fatal-signal.h: New file, from GNU gettext.
24689         * lib/fatal-signal.c: New file, from GNU gettext.
24690
24691 2003-10-05  Paul Eggert  <eggert@twinsun.com>
24692
24693         * README: Rework advice for preventing empty .o files.
24694         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
24695         not <sys/types.h>.
24696
24697 2003-10-04  Karl Berry  <karl@gnu.org>
24698
24699         * lib/argp*: update from libc.
24700
24701 2003-10-04  Karl Berry  <karl@gnu.org>
24702
24703         * config/config.{guess,sub}: update from config.
24704
24705 2003-10-02  Bruno Haible  <bruno@clisp.org>
24706
24707         * modules/lchown (Include): Add lchown.h.
24708         * modules/time_r (Include): Use "..." syntax.
24709         * modules/xgetdomainname (Include): Add xgetdomainname.h.
24710
24711 2003-10-01  Simon Josefsson  <jas@extundo.com>
24712
24713         * MODULES.html.sh (func_all_modules): Move gethostname from section
24714         'based on' to section 'lacking' POSIX:2001.
24715
24716 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
24717
24718         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
24719         to output mode on the same stream.
24720
24721 2003-09-29  Paul Eggert  <eggert@twinsun.com>
24722
24723         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
24724         Fix arg typo in previous patch.
24725
24726 2003-09-28  Jim Meyering  <jim@meyering.net>
24727
24728         * lib/error.c: Correct cpp indentation.
24729
24730 2003-09-27  Paul Eggert  <eggert@twinsun.com>
24731
24732         * modules/free: New file.
24733
24734 2003-09-27  Paul Eggert  <eggert@twinsun.com>
24735
24736         * m4/free.m4: New file.
24737
24738 2003-09-27  Paul Eggert  <eggert@twinsun.com>
24739
24740         * lib/minmax.h (MIN, MAX)
24741         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
24742         Omit the special code that used __typeof__, since we worry that
24743         it could be more trouble than it's worth.  See:
24744         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
24745         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
24746
24747         * lib/free.c: New file.
24748
24749 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
24750
24751         Trivial fixes to Makefile.am parts of module listings.
24752         * modules/strstr: Append strstr.h to lib_SOURCES.
24753         * modules/strcase: Likewise, for strcase.h.
24754
24755 2003-09-27  Karl Berry  <karl@gnu.org>
24756
24757         * config/mkinstalldirs: update from automake.
24758
24759 2003-09-26  Paul Eggert  <eggert@twinsun.com>
24760
24761         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
24762         (error_tail): Do not loop, reallocating temporary buffer, since
24763         the output cannot contain more wide characters than the input
24764         contains bytes, the size must be big enough already.  This avoids
24765         one potential size overflow calculation.  Check for size overflow
24766         when calculating temporary buffer size.  Free temporary buffer
24767         when done, if it was allocated with malloc; this plugs a memory
24768         leak.  Remove casts from void * to pointers, that are no longer
24769         needed now that we're assuming C89 or better.
24770
24771         Merge error changes from glibc.
24772
24773         * lib/error.c, error.h: Update copyright notice header to match glibc.
24774         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
24775         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
24776         Disable cancellation while printing error.
24777         * lib/error.h: Prepend __ to parameter names.
24778
24779 2003-09-26  Jim Meyering  <jim@meyering.net>
24780
24781         * lib/error.c (error_tail): Move some declarations
24782         into inner scope where the local variables are used.
24783
24784 2003-09-26  Bruno Haible  <bruno@clisp.org>
24785
24786         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
24787         stpncpy().
24788         Don't define stpncpy through config.h; it's now done through stpncpy.h.
24789
24790 2003-09-26  Bruno Haible  <bruno@clisp.org>
24791
24792         * lib/stpncpy.h (gnu_stpncpy): New declaration.
24793         (stpncpy): Define as alias for gnu_stpncpy.
24794         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
24795
24796 2003-09-25  Simon Josefsson  <jas@extundo.com>
24797
24798         * lib/xgetdomainname.h: New file.
24799         * lib/xgetdomainname.c: New file.
24800
24801 2003-09-25  Simon Josefsson  <jas@extundo.com>
24802             Bruno Haible  <bruno@clisp.org>
24803
24804         * modules/getdomainname: New file.
24805         * modules/xgetdomainname: New file.
24806         * MODULES.html.sh (func_all_modules): Add getdomainname,
24807         xgetdomainname.
24808
24809 2003-09-25  Simon Josefsson  <jas@extundo.com>
24810             Bruno Haible  <bruno@clisp.org>
24811
24812         * m4/getdomainname.m4: New file.
24813
24814 2003-09-25  Simon Josefsson  <jas@extundo.com>
24815             Bruno Haible  <bruno@clisp.org>
24816
24817         * lib/getdomainname.h: New file.
24818         * lib/getdomainname.c: New file.
24819
24820 2003-09-25  Karl Berry  <karl@gnu.org>
24821
24822         * lib/argp-fmtstream.c, argp-help.c: update from libc.
24823
24824 2003-09-25  Karl Berry  <karl@gnu.org>
24825
24826         * config/install-sh: update from automake.
24827
24828 2003-09-25  Bruno Haible  <bruno@clisp.org>
24829
24830         * modules/version-etc-2: New file, from modules/version-etc with
24831         modifications.
24832         * MODULES.html.sh (func_all_modules): Add version-etc-2.
24833
24834 2003-09-25  Bruno Haible  <bruno@clisp.org>
24835
24836         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
24837         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
24838
24839 2003-09-24  Simon Josefsson  <jas@extundo.com>
24840
24841         * modules/xgethostname: Add xgethostname.h.
24842
24843 2003-09-24  Paul Eggert  <eggert@twinsun.com>
24844
24845         * lib/linebuffer.c (freebuffer): Don't free the argument, just
24846         the buffer associated with the argument.  Bug reported by
24847         Simon Josefsson.
24848
24849 2003-09-24  Paul Eggert  <eggert@twinsun.com>
24850
24851         * README: Document assumptions that 'int' is at least 32 bits
24852         wide, that integer arithmetic is 2's complement without overflow,
24853         that there are no holes in integer values, that adding sizes of
24854         two nonoverlapping objects can't overflow, and that all-bits-zero
24855         yields scalar zero.  Fix spelling and capitalization typos.
24856
24857 2003-09-19  Karl Berry  <karl@gnu.org>
24858
24859         * lib/argp.h: update from libc.
24860
24861 2003-09-17  Paul Eggert  <eggert@twinsun.com>
24862
24863         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
24864         to avoid spurious warnings like "AC_RUN_IFELSE was called before
24865         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
24866
24867 2003-09-17  Paul Eggert  <eggert@twinsun.com>
24868
24869         * gnulib-tool: Use "test -h", not "test -L", for portability
24870         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
24871         (tags_regexp): Remove, since \| doesn't conform to POSIX.
24872         (sed_extract_prog): Issue s commands one-by-one, rather than
24873         using \| in one s command.
24874
24875 2003-09-16  Paul Eggert  <eggert@twinsun.com>
24876
24877         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
24878         input error, instead of returning NULL the next time we are called
24879         (and therefore losing track of errno).
24880
24881 2003-09-16  Bruno Haible  <bruno@clisp.org>
24882
24883         * gnulib-tool (func_create_testdir): Warn about duplicated
24884         dependencies.
24885
24886 2003-09-15  Paul Eggert  <eggert@twinsun.com>
24887
24888         * modules/argmatch, modules/fatal, modules/obstack,
24889         modules/xalloc, modules/xgethostname: Sort dependencies by
24890         importance, not alphabetically.
24891
24892 2003-09-15  Paul Eggert  <eggert@twinsun.com>
24893
24894         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
24895         fails, so that the caller gets the proper errno.
24896
24897         * lib/readutmp.c (read_utmp): Likewise.
24898         Check for fstat error.  Close stream and free storage
24899         when failing.
24900
24901 2003-09-14  Karl Berry  <karl@gnu.org>
24902
24903         * config/srclist.txt (strdup.c): disable for c89 changes.
24904
24905 2003-09-14  Jim Meyering  <jim@meyering.net>
24906
24907         * lib/getloadavg.c: Correct cpp indentation.
24908         * lib/strdup.c: Likewise.
24909         * lib/vasnprintf.c: Likewise.
24910
24911 2003-09-14  Bruno Haible  <bruno@clisp.org>
24912
24913         * modules/fwriteerror: New file.
24914         * MODULES.html.sh (func_all_modules): Add fwriteerror.
24915
24916 2003-09-14  Bruno Haible  <bruno@clisp.org>
24917
24918         * lib/fwriteerror.h: New file.
24919         * lib/fwriteerror.c: New file.
24920
24921 2003-09-12  Paul Eggert  <eggert@twinsun.com>
24922
24923         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
24924         modules/xgethostname, modules/xalloc: Depend on exit.
24925
24926 2003-09-12  Paul Eggert  <eggert@twinsun.com>
24927
24928         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
24929
24930         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
24931         and AC_MINIX, too, so that their extensions are available.
24932
24933         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
24934         This macro has been superseded by gl_BACKUPFILE.
24935
24936         More patches to assume C89 or better.
24937
24938         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
24939
24940         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
24941         unconditionally.
24942         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
24943         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
24944         Include <string.h>, <stdlib.h> unconditionally.
24945         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
24946         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
24947         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
24948         headers or for string.h.
24949         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
24950         or strtoul.
24951
24952         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
24953         headers.
24954         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
24955         * m4/userspec.m4 (gl_USERSPEC): Likewise.
24956         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
24957         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
24958         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
24959         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
24960         memcpy, memset.
24961         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
24962         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
24963         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
24964         strtol.
24965         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
24966         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
24967         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
24968         strtoul.
24969
24970 2003-09-12  Paul Eggert  <eggert@twinsun.com>
24971
24972         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
24973         * lib/obstack.c [!defined _LIBC]: Likewise.
24974         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
24975         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
24976         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
24977
24978         More changes to assume C89 or better.
24979
24980         * lib/error.c (error_tail): Assume vprintf.
24981
24982         * lib/argmatch.c (getenv): Remove decl.
24983         * lib/progreloc.c (get_full_program_name): Define via prototype.
24984         * lib/setenv.c (clearenv): Likewise.
24985         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
24986         needed.
24987         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
24988         (malloc, memcpy): Remove decls.
24989         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
24990         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
24991         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
24992         (memcpy): Remove macro.
24993         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
24994         (__P): Remove.  All uses removed.
24995         (PTR): Remove.  All uses changed to void *.
24996         (CHAR_BIT, NULL): Remove.
24997         (spaces, zeros, memset_space, memset_zero)
24998         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
24999         Remove.
25000         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
25001         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
25002         Define with prototype.
25003         Remove now-unnecessary prototype decl.
25004         (extra_args_spec): Assume ANSI C.  All uses changed.
25005         (extra_args_spec_iso): Remove.
25006         (my_strftime, emacs_strftimeu): Define via prototype.
25007         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
25008         unconditionally.
25009         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
25010         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
25011         (strtoul, strtol): Remove decls.
25012         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
25013         LONG_MAX): Remove.
25014         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
25015         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
25016         (LOCALE_PARAM_PROTO): New macro.
25017         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
25018         (INTERNAL (strtol), strtol): Define with a prototype.
25019         (PARAMS): Remove.  All uses removed.
25020         * lib/tempname.c: Include <string.h> unconditionally.
25021         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
25022         * lib/xgethostname.c (main): Define with a prototype.
25023         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
25024         Include <stdlib.h> unconditionally.
25025         (calloc, malloc, realloc, free): Remove decls.
25026         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
25027         Include <stdlib.h> unconditionally.  Sort include file names.
25028         (strtod): Remove.
25029         (xstrtod): Define with a prototype.
25030         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
25031         (strtol, strtoul): Remove decls.
25032
25033 2003-09-11  Paul Eggert  <eggert@twinsun.com>
25034
25035         More patches to assume C89 or better.
25036         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
25037         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
25038         string.h, memchr, STDC_HEADERS.
25039
25040 2003-09-11  Paul Eggert  <eggert@twinsun.com>
25041
25042         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
25043         Include <stdlib.h>, <string.h> unconditionally.
25044         Remove now-unnecessary cast to char *.
25045         * lib/strnlen.c: Include <string.h> unconditionally.
25046         * lib/yesno.c (yesno): Define with a prototype.
25047
25048 2003-09-11  Bruno Haible  <bruno@clisp.org>
25049
25050         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
25051
25052 2003-09-10  Jim Meyering  <jim@meyering.net>
25053
25054         * lib/error.c: Correct indentation of cpp directives.
25055
25056 2003-09-10  Bruno Haible  <bruno@clisp.org>
25057
25058         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
25059         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
25060         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
25061         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
25062         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
25063         <stdlib.h> and <string.h> checks.
25064         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
25065         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
25066
25067 2003-09-10  Bruno Haible  <bruno@clisp.org>
25068
25069         * lib/strcspn.c: Include <string.h> unconditionally.
25070         * lib/strpbrk.c: Include <string.h> unconditionally.
25071         * lib/strstr.c: Include <string.h> unconditionally.
25072         * lib/unicodeio.c: Include <string.h> unconditionally.
25073         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
25074         * lib/unsetenv.c: Likewise.
25075         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
25076         * lib/yesno.c: Include <stdlib.h> unconditionally.
25077         (rpmatch): Add prototype.
25078
25079 2003-09-09  Paul Eggert  <eggert@twinsun.com>
25080
25081         More patches to assume C89 or better.
25082         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
25083         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
25084         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
25085         or for string.h.
25086         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
25087         stdlib.h.
25088         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
25089         C headers.
25090         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
25091         string.h.
25092         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
25093         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
25094         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
25095         or for string.h.
25096         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
25097         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
25098         C headers.
25099         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
25100         memcpy.
25101         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
25102         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
25103         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
25104         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
25105         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
25106         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
25107         string.h, free.
25108         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
25109         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
25110         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
25111         C headers, or for string.h.
25112         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
25113         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
25114         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
25115         headers, memory.h, stdlib.h, string.h, strings.h.
25116         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
25117         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
25118         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
25119         strchr.
25120         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
25121         headers, memory.h, string.h.
25122         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
25123         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
25124         free.
25125         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
25126         headers.
25127         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
25128         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
25129         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
25130         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
25131         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
25132
25133 2003-09-09  Paul Eggert  <eggert@twinsun.com>
25134
25135         More K&R removal.
25136
25137         * lib/acosl.c (main): Use a prototype.
25138         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
25139         tanl.c: Likewise.
25140
25141         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
25142
25143         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
25144         (getopt, etopt_long, getopt_long_only, _getopt_internal)
25145         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
25146         with a prototype.
25147         * lib/getopt.c (const): Remove macro.
25148         Include <string.h> unconditionally.
25149         (my_index): Remove; all uses changed to strchr.
25150         (strlen): Remove decl.
25151         (exchange): Remove forward decl; no longer needed.
25152         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
25153         Define with prototype.
25154         * lib/getopt1.c (const): Remove macro.
25155         (getopt_long, getopt_long_only, main): Define with prototype.
25156
25157         * lib/getugroups.c: Include <string.h> unconditionally.
25158
25159         * lib/getusershell.c: Include <stdlib.h> unconditionally.
25160         (getusershell, setusershell, endusershell, readname, main):
25161         Define with prototypes.
25162
25163         * lib/group-member.c: Include group-member.h first.
25164         Include <stdlib.h> unconditionally.
25165
25166         * lib/hard-locale.c: Include hard-locale.h first.
25167         Include <stdlib.h>, <string.h> unconditionally.
25168
25169         * lib/hash.c (free, malloc): Remove decls.
25170         Include <stdlib.h> unconditionally.
25171
25172         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
25173         (getenv): Do not declare.
25174
25175         * lib/idcache.c: Include <string.h> unconditionally.
25176
25177         * lib/long-options.c: Include long-options.h first, to test interface.
25178         Include <stdlib.h> unconditionally.
25179
25180         * lib/makepath.c: Include makepath.h first, to test interface.
25181         Include <stdlib.h> and <string.h> unconditionally.
25182
25183         * lib/linebuffer.c: Include <stdlib.h>.
25184         (free): Remove decl.
25185
25186         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
25187         stddef.h. rpl_malloc returns void *, not char *.
25188         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
25189         prototype.
25190
25191         * lib/md5.h: Include <limits.h> unconditionally.
25192         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
25193         (__P): Remove; all uses removed.
25194         * lib/md5.c: Include "md5.h" first.
25195         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
25196         md5_buffer, md5_process_bytes, md5_process_block):
25197         Define with prototypes.
25198         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
25199         * lib/sha.c: Include "sha.h" first.
25200         Include <stdlib.h>, <string.h> unconditionally.
25201
25202         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
25203         * lib/memcmp.c (__ptr_t): Likewise.
25204         * lib/memrchr.c (__ptr_t): Likewise.
25205         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
25206         Include <string.h> unconditionally.
25207         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
25208         * lib/memchr.c: Include <stdlib.h> unconditionally.
25209         * lib/memchr.c (LONG_MAX): Remove.
25210         * lib/memrchr.c (LONG_MAX): Likewise.
25211         * lib/memchr.c (__memchr): Define via a prototype.
25212         * lib/memrchr.c (__memrchr): Likewise.
25213         * lib/memcmp.c (__P): Remove, and remove all uses.
25214         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
25215         Remove forward decls; no longer needed.
25216         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
25217         Use types required by C89 in prototype.
25218
25219         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
25220         * lib/savedir.c: Likewise.
25221         * lib/mkdir.c (free): Remove decl.
25222         * lib/rmdir.c (rmdir): Define with a prototype.
25223         * lib/savedir.c: Include savedir.h first, to test interface.
25224
25225         * lib/mktime.c (STDC_HEADERS): Remove.
25226         Include <stdlib.h>, <string.h> unconditionally.
25227
25228         * lib/modechange.c: Include <stdlib.h> unconditionally.
25229         (malloc): Remove decl.
25230
25231         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
25232         (free): Remove decl.
25233
25234         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
25235         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
25236         (This type really should be intptr_t, but that's a C99ism.)
25237         (_obstack_memcpy): Remove: all uses changed to memcpy.
25238         Include <string.h> unconditionally.
25239         (struct obstack): Assume __STDC__ for types of members
25240         chunkfun, freefun, extra_arg.
25241         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
25242         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
25243         obstack_begin, obstack_specify_allocation,
25244         obstack_specify_allocation_with_arg, obstack_chunkfun,
25245         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
25246         Remove unprototyped decls and the macros that use them.
25247         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
25248         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
25249         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
25250         (defined __STDC__ && __STDC__)]:
25251         Remove nonprototyped code.
25252         Include <stdlib.h> unconditionally.
25253         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
25254         _obstack_allocated_p, _obstack_free, obstack_free,
25255         _obstack_memory_used, print_and_abort):
25256         Define using prototypes.
25257         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
25258         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
25259         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
25260         obstack_next_free, obstack_object_size, obstack_room) [0]:
25261         Remove unused, unprototyped code.
25262
25263         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
25264
25265         * lib/physmem.c (physmem_total, physmem_available, main): Define
25266         with prototypes.
25267
25268         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
25269         (main): Define with a prototype.
25270
25271         * lib/posixver.c (getenv): Remove decl.
25272
25273         * lib/putenv.c (malloc): Returns void *, not char *.
25274         Include <string.h> unconditionally.
25275         (strchr, memcpy, NULL): Do not define.
25276
25277         * lib/readtokens.c: Include readtokens.h first, to test interface.
25278         Include <stdlib.h>, <string.h> unconditionally.
25279         (init_tokenbuffer): Define with a prototype.
25280
25281         * lib/regex.c (PARAMS): Remove.  All uses removed.
25282         All uses of _RE_ARGS removed, too.
25283         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
25284         unconditionally.
25285         (bzero): Assume memset exists.
25286         (memcmp, memcpy, NULL): Remove.
25287         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
25288         char, or assignments to local vars of type signed char.
25289         (init_syntax_once, PREFIX(extract_number_and_incr),
25290         PREFIX(print_partial_compiled_pattern),
25291         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
25292         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
25293         PREFIX(regex_grow_registers), PREFIX(regex_compile),
25294         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
25295         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
25296         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
25297         wcs_compile_range, byte_compile_range, truncate_wchar,
25298         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
25299         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
25300         count_mbs_length, wcs_re_match_2_internal,
25301         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
25302         PREFIX(alt_match_null_string_p),
25303         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
25304         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
25305         regfree, PREFIX(extract_number)): Define with prototype.  Remove
25306         now-unnecessary declaration, if any.
25307         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
25308         regcomp, regexec):
25309         Remove now-unnecessary casts among pointer types.
25310         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
25311
25312         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
25313         (free): Remove decl.
25314
25315         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
25316
25317         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
25318         (free): Remove decl.
25319
25320         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
25321         * lib/xgetcwd.c: Likewise.
25322
25323         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
25324         (free): Remove decl.
25325
25326         * lib/strchrnul.c (strchrnul): Define with a prototype.
25327         Fix bug: c_in was not converted to char before searching.
25328
25329         The following changes are not K&R related:
25330
25331         * lib/group-member.h: Include <sys/types.h>, so that this file is
25332         self-contained.
25333         * lib/makepath.h: Likewise.
25334
25335         * lib/getusershell.c (readname, default_index, line_size, readname):
25336         Use size_t, not int, for sizes.
25337         (readname): If the size overflows, report an error instead of
25338         looping forever.
25339
25340 2003-09-09  Paul Eggert  <eggert@twinsun.com>
25341
25342         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
25343         libc.
25344
25345 2003-09-09  Paul Eggert  <eggert@twinsun.com>
25346
25347         * README: New section: portability guidelines.
25348
25349 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
25350
25351         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
25352         C89 spec.
25353
25354 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
25355
25356         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
25357
25358 2003-09-08  Paul Eggert  <eggert@twinsun.com>
25359
25360         Assume C89 or better; remove K&R cruft.
25361         A few of these changes were first proposed by Derek Robert Price
25362         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
25363
25364         * lib/addext.c: Include <string.h> unconditionally.
25365         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
25366         Don't declare getenv or malloc.
25367
25368         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
25369         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
25370         (NULL): Remove.
25371         (find_stack_direction, alloca): Use prototypes.
25372
25373         * lib/atexit.c (atexit): Define using a prototype.
25374
25375         * lib/basename.c, dirname.c, stripslash.c:
25376         Include <string.h> unconditionally.
25377
25378         * lib/bcopy.c: Include <stddef.h>.
25379         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
25380
25381         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
25382
25383         * lib/error.h (error, error_at_line, error_print_progname)
25384         [! (defined (__STDC__) && __STDC__)]: Remove decls.
25385         * lib/error.c: Include error.h first, to check interface.
25386         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
25387         (VA_START): Remove; all uses changeed to va_start.
25388         (exit, strerror): Remove decls.
25389         (error_print_progname): Prototype uncondionally.
25390         Don't include <errno.h>; no longer needed.
25391         (private_strerror): Remove.
25392         (error_tail): Always define.
25393         (error, error_at_line): Assume C89 or better; always use prototypes.
25394         * lib/fatal.c: Include "fatal.h" first, to test interface.
25395         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
25396         (VA_START): Remove; all uses changed to va_start.
25397         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
25398         this case.
25399         (exit): Remove decl.
25400         (fatal): Prototype unconditionally.  Assume va_start works.
25401         Abort at end, to pacify gcc.
25402
25403         * lib/euidaccess.c (main): Define with a prototype.
25404
25405         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
25406
25407         * lib/exitfail.c: Include <stdlib.h> unconditionally.
25408
25409         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
25410         prototypes.
25411         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
25412         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
25413         (getenv): Remove decl.
25414         (fnmatch): Define using a prototype.
25415         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
25416         (FCT): Define using a prototype.
25417
25418         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
25419
25420         * lib/gethostname.c: Include <stddef.h>.
25421         (gethostname): Define with prototype.  Length is size_t, not int.
25422
25423 2003-09-08  Paul Eggert  <eggert@twinsun.com>
25424
25425         Assume C89 or better; remove K&R cruft.
25426         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
25427         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
25428         string.h, getenv, malloc.
25429         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
25430         headers.
25431         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
25432         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
25433         do not check for strerror.
25434         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
25435         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
25436         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
25437         do not check for doprnt or vprintf.
25438         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
25439         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
25440
25441 2003-09-08  Paul Eggert  <eggert@twinsun.com>
25442
25443         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
25444         getversion.c should have been removed then, but was accidentally
25445         preserved.
25446
25447         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
25448         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
25449
25450 2003-09-08  Karl Berry  <karl@gnu.org>
25451
25452         * config/config.sub, config.guess, srclistvars.sh: update from savannah
25453                 config, forget about prep.
25454
25455         * config/depcomp, missing: update from automake.
25456
25457 2003-09-07  Paul Eggert  <eggert@twinsun.com>
25458
25459         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
25460         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
25461
25462 2003-09-07  Paul Eggert  <eggert@twinsun.com>
25463
25464         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
25465         copy_tm_result.  Bug reported by Simon Josefsson in
25466         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
25467
25468 2003-09-06  Paul Eggert  <eggert@twinsun.com>
25469
25470         * m4/time_r.m4: New file.
25471         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
25472         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
25473         is. Check for timegm declaration.
25474         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
25475         Do not check for gmtime_r.
25476         Replace mktime if __mktime_internal does not exist and if mktime
25477         hasn't been replaced already.
25478
25479 2003-09-06  Paul Eggert  <eggert@twinsun.com>
25480
25481         * lib/time_r.c, lib/time_r.h: New files.
25482
25483         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
25484         __localtime_r.
25485         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
25486         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
25487
25488         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
25489         __gmtime_r.
25490         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
25491         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
25492         Include <time_r.h>.
25493
25494         * lib/timegm.c: Switch to glibc implementation, with the following
25495         changes:
25496         [defined HAVE_CONFIG_H]: Include <config.h>.
25497         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
25498         (__mktime_internal) [!defined _LIBC]: New decl.
25499         (__gmtime_r) [!defined _LIBC]: New macro and function.
25500         (timegm): Use a prototype, since gnulib assumes C89.
25501         Do not bother declaring tmp to be const, as it's not really usefu.
25502         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
25503         (timegm): Declare only if HAVE_DECL_TIMEGM.
25504
25505 2003-09-06  Paul Eggert  <eggert@twinsun.com>
25506
25507         * MODULES.html.sh (func_all_modules): Add time_r.
25508         * modules/time_r: New file.
25509         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
25510         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
25511
25512 2003-09-03  Paul Eggert  <eggert@twinsun.com>
25513
25514         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
25515         Bug reported by Lute Kamstra in
25516         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
25517
25518         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
25519         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
25520         course with correspondingly smaller numbers for tomorrow and
25521         yesterday.  From Tadayoshi Funaba.  Originally installed into
25522         sh-utils on 1999-08-07, but the patch got lost (I guess during the
25523         coreutils merge?).
25524
25525 2003-08-31  Simon Josefsson  <jas@extundo.com>
25526
25527         * modules/timegm: New file.
25528         * MODULES.html.sh (func_all_modules): Add timegm.
25529
25530 2003-08-31  Simon Josefsson  <jas@extundo.com>
25531
25532         * m4/timegm.m4: New file.
25533
25534 2003-08-31  Simon Josefsson  <jas@extundo.com>
25535
25536         * lib/timegm.h: New file.
25537         * lib/timegm.c: New file.  Based on
25538         wget-1.8.2/src/http.c:mktime_from_utc.
25539
25540 2003-08-31  Karl Berry  <karl@gnu.org>
25541
25542         * lib/argp.h: update from libc.
25543
25544 2003-08-28  Bruno Haible  <bruno@clisp.org>
25545
25546         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
25547         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
25548         followed by '#define fnmatch fnmatch_posix' gives an error.
25549
25550 2003-08-28  Bruno Haible  <bruno@clisp.org>
25551
25552         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
25553         warning on QNX, which defines O_BINARY to 000000.
25554
25555 2003-08-27  Jim Meyering  <jim@meyering.net>
25556
25557         * m4/mkstemp.m4: Require that the system mkstemp be able to create
25558         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
25559         would fail after 32.  Reported by Danny Levinson.  Details here:
25560         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
25561
25562 2003-08-24  Bruno Haible  <bruno@clisp.org>
25563
25564         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
25565         MSVC7 <stdio.h> is included later.
25566
25567 2003-08-22  Simon Josefsson  <jas@extundo.com>
25568
25569         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
25570
25571 2003-08-20  Karl Berry  <karl@gnu.org>
25572
25573         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
25574
25575 2003-08-20  Bruno Haible  <bruno@clisp.org>
25576
25577         * modules/progname: New file.
25578         * MODULES.html.sh (func_all_modules): Add progname.
25579
25580 2003-08-20  Bruno Haible  <bruno@clisp.org>
25581
25582         * lib/progname.h: New file, from GNU gettext.
25583         * lib/progname.c: New file, from GNU gettext.
25584         * lib/progreloc.c: New file, from GNU gettext.
25585
25586 2003-08-19  Jim Meyering  <jim@meyering.net>
25587
25588         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
25589         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
25590
25591 2003-08-19  Bruno Haible  <bruno@clisp.org>
25592
25593         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
25594         more.
25595
25596 2003-08-19  Bruno Haible  <bruno@clisp.org>
25597
25598         * lib/xstrdup.c: Assume <string.h> exists.
25599
25600 2003-08-18  Paul Eggert  <eggert@twinsun.com>
25601
25602         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
25603         in makefile rules.
25604
25605 2003-08-18  Jim Meyering  <jim@meyering.net>
25606
25607         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
25608         * m4/lib-ld.m4: Likewise.
25609
25610 2003-08-18  Jim Meyering  <jim@meyering.net>
25611
25612         * lib/setenv.h: Indent nested cpp directive.
25613         * lib/vasnprintf.c: Remove trailing blanks.
25614
25615 2003-08-17  Simon Josefsson  <jas@extundo.com>
25616
25617         * modules/xstrndup: New file.
25618         * MODULES.html.sh (func_all_modules): Add xstrndup.
25619
25620 2003-08-17  Simon Josefsson  <jas@extundo.com>
25621
25622         * modules/argp: Fix autoconf macro name. Add more dependencies.
25623
25624 2003-08-17  Simon Josefsson  <jas@extundo.com>
25625
25626         * m4/xstrndup.m4: New file.
25627
25628 2003-08-17  Simon Josefsson  <jas@extundo.com>
25629
25630         * m4/argp.m4: New file.
25631
25632 2003-08-17  Simon Josefsson  <jas@extundo.com>
25633             Bruno Haible  <bruno@clisp.org>
25634
25635         * lib/xstrndup.h: New file.
25636         * lib/xstrndup.c: New file.
25637
25638 2003-08-17  Bruno Haible  <bruno@clisp.org>
25639
25640         * modules/strndup (Files, Include): Add lib/strndup.h.
25641
25642 2003-08-17  Bruno Haible  <bruno@clisp.org>
25643
25644         * modules/euidaccess (Files): Add lib/euidaccess.h.
25645
25646 2003-08-17  Bruno Haible  <bruno@clisp.org>
25647
25648         * lib/strndup.h: New file.
25649
25650 2003-08-17  Bruno Haible  <bruno@clisp.org>
25651
25652         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
25653         like AC_GNU_SOURCE.
25654         * modules/extensions (configure.ac): Comment out the invocation of
25655         gl_USE_SYSTEM_EXTENSIONS.
25656
25657 2003-08-16  Paul Eggert  <eggert@twinsun.com>
25658
25659         Merges from coreutils, etc.
25660         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
25661         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
25662         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
25663         fixing a typo.
25664         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
25665         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
25666
25667 2003-08-16  Paul Eggert  <eggert@twinsun.com>
25668
25669         Document merge from coreutils.
25670         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
25671         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
25672         * modules/utime: Add m4/utimes-null.m4.
25673
25674 2003-08-16  Paul Eggert  <eggert@twinsun.com>
25675
25676         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
25677         space, undoing this 2003-08-12 change:
25678         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
25679
25680 2003-08-16  Paul Eggert  <eggert@twinsun.com>
25681
25682         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
25683         strtoul.c from libc, undoing this 2003-08-12 change:
25684         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
25685
25686 2003-08-16  Jim Meyering  <jim@meyering.net>
25687
25688         Merges from coreutils.
25689         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
25690         prefix.  Adjust cache variables similarly.  Create 500 rather than
25691         just 300 files, to exercise bug on Darwin6.5, too.
25692         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
25693         $missing_dir.
25694         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
25695         AM_SYS_POSIX_TERMIOS.
25696         Reported by mkc@mathdogs.com.
25697         Also change use of $am_cv_sys_posix_termios
25698         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
25699         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
25700         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
25701         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
25702         in /proc/mounts until it finds one with matching device number.  This
25703         is unnecessary when the FILE argument *is* a mount point.  No stat call
25704         is necessary in that case.  So, disable the statvfs-testing code on
25705         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
25706         as RedHat bug# 84846.
25707         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
25708         to 1MB, so as not to render systems with no stack size limit (e.g.,
25709         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
25710         Include <unistd.h>.  On some systems,
25711         it is required for the definition of _SC_PAGESIZE.
25712
25713 2003-08-16  Jim Meyering  <jim@meyering.net>
25714
25715         Merge from coreutils.
25716         * lib/xstrtoimax.c: #else #if -> #elif.
25717         * lib/xstrtoumax.c: Likewise.
25718
25719 2003-08-16  Jim Meyering  <jim@meyering.net>
25720
25721         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
25722         * m4/utimes.m4: Removed.
25723         * m4/utimes-null.m4: Renamed from utimes.m4.
25724
25725         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
25726         to 1MB, so as not to render systems with no stack size limit (e.g.,
25727         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
25728         Include <unistd.h>.  On some systems,
25729         it is required for the definition of _SC_PAGESIZE.
25730
25731 2003-08-16  Jim Meyering  <jim@meyering.net>
25732         and Paul Eggert  <eggert@cs.ucla.edu>
25733
25734         Merges from coreutils, etc.
25735
25736         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
25737         using the latest version from cvs.  This avoids problems with #line
25738         directives using a vendor (Sun) compiler.
25739         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
25740         Don't set GETGROUPS_LIB here; now it's
25741         done via getgroups.m4's wrapper function.
25742         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
25743         rather than just in sh-util/configure.in, so that the
25744         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
25745         same.
25746         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
25747         AC_FUNC_GETLOADAVG where to find getloadavg.c.
25748         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
25749         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
25750         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
25751         Remove code that is now done by the newly-required macros.
25752         Append $(EXEEXT) to DF_PROG.
25753         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
25754         Do not invoke or require the following here,
25755         since prereq.m4 or some gnulib .m4 now does this for us:
25756         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
25757         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
25758         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
25759         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
25760         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
25761         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
25762         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
25763         AC_FUNC_OBSTACK.
25764         Do not replace the following functions, as this is now the job
25765         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
25766         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
25767         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
25768         atexit getpass, strdup, getpagesize.
25769         Replace 'raise'.
25770         Do not check for the following functions, as this is now the job
25771         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
25772         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
25773         setregid.
25774         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
25775         Check for sys/sysctl.h.
25776         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
25777         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
25778         of checking for ssize_t ourselves.
25779
25780         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
25781         Require every macro that gnulib/modules/* suggests for us.
25782         (jm_PREREQ_ADDEXT): New macro.
25783         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
25784         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
25785
25786         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
25787         (gl_PHYSMEM): Use it.
25788         Also check for `table' function.
25789         Check for new headers and functions.
25790         Add check for sys/sysmp.h.
25791         With suggestions from Kaveh Ghazi.
25792         Ignore headers that are present but cannot be compiled.  This
25793         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
25794         C 5.4.
25795
25796 2003-08-15  Paul Eggert  <eggert@twinsun.com>
25797
25798         Document merge from coreutils.
25799         * modules/userspec: Depend on posixver.
25800         * modules/strftime: Depend on tzset.
25801
25802 2003-08-15  Paul Eggert  <eggert@twinsun.com>
25803
25804         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
25805         rather than tab, after '#' in shell-script copyright notices.
25806         Suggested by Bruno Haible.
25807
25808 2003-08-15  Paul Eggert  <eggert@twinsun.com>
25809
25810         * config/srclist-update: Use three spaces, rather than tab, after '#'
25811         in shell-script copyright notices.  Suggested by Bruno Haible.
25812         Remove unnecessary parenthesization in regular expression.
25813
25814 2003-08-15  Jim Meyering  <jim@meyering.net>
25815
25816         Merge from coreutils.
25817         * lib/xgethostname.c: Include <stdlib.h>.
25818         (xghostname): Don't exit for anything other than memory-related
25819         failure; just return NULL.
25820         * lib/userspec.c: Include "posixver.h".
25821         (parse_user_spec): Accept `.' as a separator only
25822         in pre-POSIX-200112 mode.
25823         * lib/strtoimax.c: Use #elif rather than #else #if.
25824         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
25825         Remove function, now that we can rely on a working tzset function.
25826         [!_LIBC]: Ensure that the required autoconf test has been run.
25827         [!defined _NL_CURRENT && HAVE_STRFTIME]:
25828         Use underlying_strftime for %r.
25829         * lib/sha.c: Merge in some clean-up and optimization changes from
25830         glibc.
25831         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
25832         Ensure that it is a multiple of 64.
25833         Rearrange loop exit tests so as to avoid performing an
25834         additional fread after encountering an error or EOF.
25835         * lib/realloc.c: Update copyright date.
25836
25837 2003-08-15  Jim Meyering  <jim@meyering.net>
25838         and Paul Eggert  <eggert@twinsun.com>
25839
25840         Merge from coreutils.
25841         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
25842         member but strut utmpx does not.  Needed for AIX 4.3.3.
25843         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
25844
25845 2003-08-15  Jim Meyering  <jim@meyering.net>
25846         and Paul Eggert  <eggert@cs.ucla.edu>
25847
25848         Merges from coreutils, etc.
25849         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
25850         Require gl_FUNC_TZSET_CLOBBER.
25851         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
25852         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
25853         members.
25854
25855 2003-08-14  Paul Eggert  <eggert@twinsun.com>
25856
25857         Help the merge from coreutils.
25858         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
25859         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
25860         * m4/tzset.m4: Use it too.
25861
25862 2003-08-14  Paul Eggert  <eggert@twinsun.com>
25863
25864         * modules/tzset: New file.
25865
25866 2003-08-14  Jim Meyering  <jim@meyering.net>
25867
25868         Merges from coreutils.
25869         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
25870         variable names, rather than @FNMATCH_H@.
25871         * modules/alloca: Likewise for $(ALLOCA_H).
25872
25873         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
25874         the three copies of the literal target, `fnmatch.h'.
25875         * modules/alloca (alloca.h): Likewise.
25876
25877 2003-08-14  Jim Meyering  <jim@meyering.net>
25878
25879         Merge from coreutils.
25880         * m4/tzset.m4: New file.
25881         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
25882         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
25883         otherwise, AIX 5.1 systems would end up using the latter.
25884         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
25885         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
25886         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
25887         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
25888
25889 2003-08-14  Jim Meyering  <jim@meyering.net>
25890
25891         Merge from coreutils.
25892         * lib/obstack.h: Whitespace changes.
25893         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
25894         and xcalloc return values.
25895         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
25896         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
25897         hang on OSF/1 5.1 for DIR on both local and remote file systems.
25898         Reported by (and fix confirmed by) Nelson H. F. Beebe.
25899         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
25900         error from mntctl.
25901         Use mntctl's return value to drive the entry-processing loop, since
25902         we can't rely on the value of the vmt_length member in the last
25903         entry.  On some systems doing so could result in exhausting
25904         virtual memory.  Based in part on a patch from Mike Jetzer.
25905
25906 2003-08-14  Jim Meyering  <jim@meyering.net>
25907         and Paul Eggert  <eggert@twinsun.com>
25908
25909         Merges from coreutils, plus other fixes.
25910         * lib/physmem.c: Merge in portability changes from gcc/libiberty
25911         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
25912         for credits and details.  Thanks to Kaveh Ghazi for helping
25913         to keep these files in sync.
25914         (ARRAY_SIZE): Define it.
25915         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
25916         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
25917         (memcasecmp): Don't assume size_t fits in unsigned int.
25918         Remove casts and duplicate code.
25919         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
25920         (memcpy): Remove definition.
25921         Merge in some clean-up and optimization changes from glibc.
25922         [BLOCKSIZE]: Move definition to top of file.
25923         Ensure that it is a multiple of 64.
25924         Rearrange loop exit tests so as to avoid performing an
25925         additional fread after encountering an error or EOF.
25926         * lib/md5.h (md5_uintptr): Define.
25927         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
25928         return to the initial working directory.  Preserve errno
25929         for caller.
25930         * lib/idcache.c: Include "xalloc.h".
25931         (xmalloc, xrealloc): Remove decls.
25932         (getuser): Remove casts no longer required in C89.
25933         * lib/human.c: Include stdio.h, for sprintf.
25934         * lib/group-member.c: Include "xalloc.h".
25935         (xmalloc, xrealloc): Remove decls.
25936         (get_group_info): Remove casts no longer required in C89.
25937         * lib/getusershell.c (readname): Remove casts no longer required in
25938         C89.
25939         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
25940         * lib/getline.c: Whitespace fix, from coreutils.
25941
25942 2003-08-13  Paul Eggert  <eggert@twinsun.com>
25943
25944         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
25945         Check for isascii.
25946
25947         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
25948         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
25949         Undo previous (whitespace-only) change.
25950
25951 2003-08-13  Paul Eggert  <eggert@twinsun.com>
25952
25953         * lib/exclude.c: Include <ctype.h>
25954         (IN_CTYPE_DOMAIN): New macro.
25955         (is_space): New fn.
25956         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
25957         and empty lines.
25958
25959         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
25960         Undo previous (whitespace-only) change.
25961
25962 2003-08-13  Paul Eggert  <eggert@twinsun.com>
25963
25964         * config/srclist-update: Change update back to the old behavior,
25965         leaving whitespace alone.  Use one 'sed' command rather than a
25966         pipeline.
25967         (fixlicense): Now a variable, not a function.
25968         (remove_trailing_blanks): Remove.
25969         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
25970         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
25971         Undo previous (whitespace-only) change.
25972
25973 2003-08-12  Paul Eggert  <eggert@twinsun.com>
25974
25975         Merge from coreutils.
25976         * modules/euidaccess: Add lib_SOURCES, include for new
25977         file euidaccess.h
25978
25979 2003-08-12  Paul Eggert  <eggert@twinsun.com>
25980
25981         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
25982         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
25983         Normalize leading white space and remove trailing white space.
25984
25985         Merge from coreutils
25986         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
25987
25988         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
25989         0.12.1.  These files are now being upgraded automatically by
25990         ../config/srclist-update.
25991
25992 2003-08-12  Paul Eggert  <eggert@twinsun.com>
25993
25994         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
25995         Normalize leading white space and remove trailing white space.
25996         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
25997         notice, as per ../config/srclist-update.
25998
25999         Merge from coreutils.
26000         * lib/euidaccess.h: New file.
26001         * lib/euidaccess.c: Include it.
26002         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
26003         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
26004         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
26005
26006 2003-08-12  Paul Eggert  <eggert@twinsun.com>
26007
26008         * config/srclist-update: Add copyright notice.
26009         (remove_id_lines, remove_trailing_blanks): New constants.
26010         (fixfile): Use them to normalize spacing a bit in copied files.
26011         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
26012         Normalize leading white space and remove trailing white space.
26013
26014         * config/texinfo.tex: Sync with texinfo.
26015
26016         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
26017         strtoul.c from libc, to merge coreutils whitespace changes.
26018
26019         * config/srclist.txt: Get the following m4 files from gettext:
26020         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
26021         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
26022         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
26023         wint_t.m4.
26024
26025 2003-08-12  Karl Berry  <karl@gnu.org>
26026
26027         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
26028         been made.
26029
26030 2003-08-11  Paul Eggert  <eggert@twinsun.com>
26031
26032         * modules/gnu-source, m4/gnu-source.m4:
26033         Remove; we're assuming Autoconf 2.54 or later now.
26034         Suggested by Bruno Haible.
26035         * MODULES.html.sh (func_all_modules): Remove gnu-source.
26036
26037 2003-08-11  Bruno Haible  <bruno@clisp.org>
26038
26039         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
26040
26041 2003-08-11  Bruno Haible  <bruno@clisp.org>
26042
26043         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
26044         (vasnprintf): Use it instead of wcslen.
26045
26046 2003-08-11  Bruno Haible  <bruno@clisp.org>
26047
26048         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
26049         value to ensure that _Bool promotes to int. Use #define for _Bool when
26050         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
26051
26052 2003-08-10  Karl Berry  <karl@gnu.org>
26053
26054         * lib/regex.h: update from libc (whitespace fix).
26055
26056 2003-08-09  Paul Eggert  <eggert@twinsun.com>
26057
26058         Merge some files from coreutils.  These changes were
26059         originally made by Jim Meyering.
26060         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
26061         many older Unixes require this.
26062         * lib/alloca.c (alloca): Remove cast to argument of free;
26063         no longer needed in C89.
26064         * lib/alloca_.h, regex.h: Fix white space to match
26065         what GNU indent does.
26066
26067 2003-08-09  Paul Eggert  <eggert@twinsun.com>
26068
26069         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
26070         apparently Emacs's Unicode mode got confused before my 2003-08-05
26071         checkin.
26072
26073 2003-08-08  Paul Eggert  <eggert@twinsun.com>
26074
26075         * m4/extensions.m4: New file.
26076         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
26077         Require gl_USE_SYSTEM_EXTENSIONS.
26078         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
26079         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
26080
26081 2003-08-08  Paul Eggert  <eggert@twinsun.com>
26082
26083         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
26084         * modules/extensions, modules/gnu-source: New files.
26085         * modules/timespec, modules/unlocked-io: Depend on extensions.
26086
26087 2003-08-07  Paul Eggert  <eggert@twinsun.com>
26088
26089         * modules/restrict: New file.
26090         * MODULES.html.sh (func_all_modules): Add restrict.
26091         * modules/regex: Depend on restrict.
26092
26093 2003-08-07  Paul Eggert  <eggert@twinsun.com>
26094
26095         * m4/restrict.m4: New file.
26096         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
26097
26098 2003-08-07  Bruno Haible  <bruno@clisp.org>
26099
26100         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
26101         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
26102
26103 2003-08-07  Bruno Haible  <bruno@clisp.org>
26104
26105         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
26106         makes the module 'getndelim2' compatible with the module 'getline'.
26107
26108 2003-08-05  Paul Eggert  <eggert@twinsun.com>
26109
26110         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
26111         byte with "\201" to avoid glitches when editing that source file
26112         with multi-gnome-terminal.
26113
26114 2003-08-05  Paul Eggert  <eggert@twinsun.com>
26115
26116         * lib/bumpalloc.h: Remove.
26117
26118 2003-08-05  Paul Eggert  <eggert@twinsun.com>
26119
26120         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
26121         * modules/bumpalloc: Remove.
26122
26123 2003-08-04  Paul Eggert  <eggert@twinsun.com>
26124
26125         * lib/getloadavg.c: Change copyright notice and spacing to conform to
26126         GNU coding style.
26127
26128         Merge from coreutils.
26129         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
26130         1. From glibc.
26131         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
26132         from Karl Berry, implemented by Jim Meyering.
26133         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
26134         from Dmitry V. Levin.
26135         Remove anachronistic cast of xrealloc.
26136         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
26137         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
26138         type. Otherwise, it wouldn't compile with at least /bin/cc on
26139         ymp-cray-unicos9.0.2.X.
26140         Combine two mostly-identical uses of alloca into one.
26141         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
26142
26143 2003-08-04  Dave Love  <d.love@dl.ac.uk>
26144
26145         [From Emacs.]
26146
26147         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
26148         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
26149         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
26150         obsolete NLIST_NAME_UNION.
26151         [__GNU__]: Undef BSD and FSCALE.
26152         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
26153
26154 2003-08-03  Paul Eggert  <eggert@twinsun.com>
26155
26156         * lib/stdbool_.h (_Bool): Make it signed char, instead of
26157         an enum type, so that it's guaranteed to promote to int.  See:
26158         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
26159
26160 2003-08-03  Karl Berry  <karl@gnu.org>
26161
26162         * config/depcomp: update from automake.
26163
26164 2003-07-31  Paul Eggert  <eggert@twinsun.com>
26165
26166         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
26167         (strerror): Don't assume that a printable int fits in 14 bytes.
26168
26169 2003-07-31  Bruno Haible  <bruno@clisp.org>
26170
26171         * modules/getpass-gnu: New file.
26172         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
26173
26174 2003-07-31  Bruno Haible  <bruno@clisp.org>
26175
26176         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
26177
26178 2003-07-24  Karl Berry  <karl@gnu.org>
26179
26180         * config/missing: update from automake.
26181
26182 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
26183             Bruno Haible  <bruno@clisp.org>
26184
26185         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
26186         * lib/getline.c (getline, getdelim): Likewise.
26187         Remove _GNU_SOURCE define; now it's defined in config.h through
26188         m4/getline.m4.
26189
26190 2003-07-23  Karl Berry  <karl@gnu.org>
26191
26192         * config/config.sub: update from prep.
26193
26194 2003-07-22  Paul Eggert  <eggert@twinsun.com>
26195
26196         * modules/xalloc (Depends-on): Add exitfail.
26197         * modules/xmemcoll: Likewise.
26198
26199 2003-07-22  Paul Eggert  <eggert@twinsun.com>
26200
26201         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
26202         over-parenthesization in macros.
26203
26204         Sync with coreutils.
26205
26206         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
26207         required by C99.
26208
26209         Use `exit_failure' for xalloc and xmemcoll instead of their own
26210         private exit-failure variables.
26211         * lib/xalloc.h (xalloc_exit_failure): Remove.
26212         * lib/xmalloc.c: Likewise.  Include exitfail.h.
26213         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
26214         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
26215         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
26216         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
26217
26218 2003-07-20  Jim Meyering  <jim@meyering.net>
26219
26220         * modules/closeout (Depends-on): Add exitfail.
26221         Suggestion from Bruno Haible.
26222
26223 2003-07-19  Karl Berry  <karl@gnu.org>
26224
26225         * config/config.sub: update from prep.
26226
26227 2003-07-18  Paul Eggert  <eggert@twinsun.com>
26228
26229         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
26230         Remove.
26231         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
26232         to test that it can stand by itself.  Include "exitfail.h".
26233         Clients should set exit_failure instead.
26234         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
26235
26236 2003-07-18  Bruno Haible  <bruno@clisp.org>
26237
26238         * modules/getndelim2: New file.
26239         * modules/getline: Share files with module getndelim2.
26240         * modules/getnline: Depend on getndelim2 instead of sharing files with
26241         it. Add getnline.c to lib_SOURCES.
26242         * MODULES.html.sh (func_all_modules): Add getndelim2.
26243
26244 2003-07-18  Bruno Haible  <bruno@clisp.org>
26245
26246         * m4/getndelim2.m4: New file.
26247         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
26248         invoke gl_PREREQ_GETNDELIM2.
26249         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
26250         gl_PREREQ_GETNDELIM2.
26251         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
26252         gl_GETNDELIM2.
26253
26254 2003-07-18  Bruno Haible  <bruno@clisp.org>
26255
26256         * lib/getndelim2.h: New file.
26257         * lib/getndelim2.c: Make into a module of its own. Include config.h,
26258         getndelim2.h.
26259         (getndelim2): Make non-static. Change return type to ssize_t.
26260         * lib/getline.h: Change argument names.
26261         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
26262         * lib/getnline.c: Include getndelim2.h.
26263
26264 2003-07-18  Andreas Schwab  <schwab@suse.de>
26265
26266         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
26267
26268 2003-07-17  Karl Berry  <karl@gnu.org>
26269
26270         * config/config.sub: update from prep.
26271
26272 2003-07-17  Bruno Haible  <bruno@clisp.org>
26273
26274         * modules/getnline: New file.
26275         * modules/getline: Add lib/getndelim2.c to source file list.
26276         * MODULES.html.sh (func_all_modules): Add getnline.
26277
26278 2003-07-17  Bruno Haible  <bruno@clisp.org>
26279
26280         * m4/getnline.m4: New file.
26281
26282 2003-07-17  Bruno Haible  <bruno@clisp.org>
26283
26284         * m4/Makefile.am.in: Remove file.
26285         * m4/Makefile.am: Remove file.
26286         * m4/Makefile.in: Remove file.
26287
26288 2003-07-17  Bruno Haible  <bruno@clisp.org>
26289
26290         * lib/getnline.h: New file.
26291         * lib/getnline.c: New file.
26292         * lib/getndelim2.c: New file, extracted from getline.c.
26293         (getndelim2): Renamed from getdelim2, with added nmax argument.
26294         * lib/getline.c: Include getndelim2.c.
26295         (getdelim2): Moved out to getndelim2.c.
26296         (getline, getdelim): Update.
26297
26298 2003-07-17  Bruno Haible  <bruno@clisp.org>
26299
26300         * lib/Makefile.am: Remove file.
26301         * lib/Makefile.in: Remove file.
26302
26303 2003-07-17  Bruno Haible  <bruno@clisp.org>
26304
26305         * configure.in: Remove file.
26306         * Makefile.in: Remove file.
26307
26308 2003-07-17  Bruno Haible  <bruno@clisp.org>
26309
26310         * MODULES.html.sh: Put the </BODY> right before </HTML>.
26311
26312 2003-07-16  Karl Berry  <karl@gnu.org>
26313
26314         * config/srclist-update: was running fixlicense twice, which caused
26315                 texinfo.tex to be nullified for some reason.  Simplify,
26316                 $gplsrc is no longer needed as far as I can see?
26317
26318 2003-07-16  Jim Meyering  <jim@meyering.net>
26319
26320         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
26321
26322 2003-07-15  Paul Eggert  <eggert@twinsun.com>
26323
26324         * config/srclist.txt: Get the following files from gettext-runtime/intl
26325         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
26326         ref-del.sin.  From Bruno Haible.
26327         * config/srclist-update (fixfile): Change grep pattern again, since the
26328         previous fix didn't work (there was another trailing $).  Use
26329         '[$]' to escape the $s.
26330
26331 2003-07-15  Karl Berry  <karl@gnu.org>
26332
26333         * lib/vasnprintf.c: update from gettext.
26334
26335 2003-07-15  Karl Berry  <karl@gnu.org>
26336
26337         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
26338         gets expanded when surrounded by '$'.
26339
26340 2003-07-15  Jim Meyering  <jim@meyering.net>
26341
26342         * modules/save-cwd: Don't depend on error.  From Derek Price.
26343
26344 2003-07-15  Jim Meyering  <jim@meyering.net>
26345
26346         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
26347
26348 2003-07-14  Simon Josefsson  <jas@extundo.com>
26349
26350         * modules/mempcpy: New file.
26351         * MODULES.html.sh (func_all_modules): Add mempcpy.
26352
26353 2003-07-14  Simon Josefsson  <jas@extundo.com>
26354
26355         * m4/mempcpy.m4: New file.
26356
26357 2003-07-14  Simon Josefsson  <jas@extundo.com>
26358
26359         * lib/mempcpy.h: New file.
26360         * lib/mempcpy.c: New file.
26361
26362 2003-07-14  Paul Eggert  <eggert@twinsun.com>
26363
26364         * modules/getdate, modules/posixtm: Depend on mktime.
26365
26366 2003-07-14  Paul Eggert  <eggert@twinsun.com>
26367
26368         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
26369         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
26370         unicodeio.c, unicodeio.h, unlocked-io.h:
26371         Switch from LGPL to GPL.
26372
26373 2003-07-14  Paul Eggert  <eggert@twinsun.com>
26374
26375         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
26376         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
26377         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
26378         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
26379         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
26380         updated automatically by ../config/srclist-update.  This changes
26381         their license from LPGL to GPL.
26382
26383 2003-07-14  Paul Eggert  <eggert@twinsun.com>
26384
26385         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
26386         assumed to refer to the root of the most recent stable gettext version.
26387         * config/srclistvars.sh: Add defaults for eggert.
26388         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
26389         Match "This program" as well as "The program".  This is needed
26390         for gettext.
26391
26392 2003-07-14  Jim Meyering  <jim@meyering.net>
26393
26394         Don't emit diagnostics.  Let callers do that.
26395         * lib/save-cwd.c: Don't include "error.h".
26396         (save_cwd): Don't call error.  Ensure that errno is valid
26397         when returning nonzero.
26398
26399         * lib/save-cwd.h (restore_cwd): Update prototype.
26400         * lib/save-cwd.c (restore_cwd): Remove two parameters.
26401         Simplify.  Don't call error upon failure.  Let callers do that.
26402         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
26403         when auditing is enabled.  But don't bother updating the #if.
26404
26405 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
26406
26407         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
26408         it breaks C++ compilation.
26409         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
26410
26411 2003-07-10  Simon Josefsson  <jas@extundo.com>
26412
26413         * modules/strchrnul (Makefile.am): Add strchrnul.h.
26414
26415 2003-07-10  Jim Meyering  <jim@meyering.net>
26416
26417         * m4/clock_time.m4: Remove trailing blank.
26418         * m4/intmax_t.m4: Likewise.
26419
26420 2003-07-10  Jim Meyering  <jim@meyering.net>
26421
26422         * lib/vasnprintf.c: Remove trailing blanks.
26423         Make cpp indentation consistent.
26424
26425 2003-07-09  Paul Eggert  <eggert@twinsun.com>
26426
26427         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
26428         posixver.c, strftime.c, strnlen.c, strverscmp.c:
26429         Switch from LGPL to GPL.
26430
26431 2003-07-09  Paul Eggert  <eggert@twinsun.com>
26432
26433         * config/srclist.txt: Sort sublists.  Add
26434         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
26435         that differ from gnulib for one reason or another; we'd like this list
26436         to be smaller but for now let's document what we have.
26437
26438 2003-07-08  Paul Eggert  <eggert@twinsun.com>
26439
26440         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
26441         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
26442         and sweeter "eval x=$x".
26443         * config/srclist.txt: Get lib/argp* from glibc.
26444
26445 2003-07-07  Paul Eggert  <eggert@twinsun.com>
26446
26447         * lib/mktime.c: Fix some boundary cases and remove need for floating
26448         point.
26449
26450         Issue a compile-time diagnostic if time_t is floating point, or if
26451         two's complement arithmetic is not in effect, or if arithmetic
26452         right shift does not propagate the sign.  These assumptions were
26453         all in the original code but they weren't checked.
26454
26455         (TIME_T_MIDPOINT, verify): New macros.
26456         (__isleap): Remove; it has integer overflow problems.
26457         (leapyear): New function, without those problems.
26458         (ydhms_tm_diff): Remove; splitting into two parts.
26459         (ydhms_diff): New function, containing the arithmetic part of
26460         the old ydhms_tm_diff function.  Issue a compile-time
26461         diagnostic if we are not using C99 integer division.
26462         Avoid casts when possible.
26463         (guess_time_tm): New function, containing the checking part of
26464         the old ydhms_tm_diff function.  Return the new value, rather than
26465         the difference between it and the old.  Accept a new argument T
26466         so that *T specifies the old value.  Check for overflow in the result.
26467
26468         (__mktime_internal): Use a time_t offset, not a long int offset.
26469         This undoes the 2003-06-04 change, which is no longer needed now
26470         that we have better overflow checking.
26471         (localtime_offset): Likewise.
26472
26473         (__mktime_internal): Avoid harmful overflow on hosts where time_t
26474         and long are 64-bit but int is only 32-bit.
26475         (ydhms_diff): Use long int to store year1 and yday1.
26476         Issue a compile-time diagnostic if long int is not wide enough.
26477
26478         (__mktime_internal): Use long int to store adjusted year and yday.
26479         Use plain C rather than preprocessor commands, if that doesn't
26480         affect efficiency.
26481         Check for overflow (and try to repair) after each probe
26482         rather than checking only at the very end.  This avoids some bugs
26483         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
26484         does not equal GMT offset at maximum time).
26485         Use integer to check for overflow rather than floating point; this
26486         is more portable to non-IEEE hosts, and is a tad faster.
26487         When we detect that we are oscillating between two values,
26488         don't check whether tm_isdst has the requested value, since
26489         we already know the answer.  When tm_isdst has the wrong value,
26490         use a different heuristic to find the right one, based on the
26491         extreme values actually observed in practice in tz2003a,
26492         rather than the (overly optimistic) "previous 3 calendar quarters".
26493
26494         (not_equal_tm, print_tm, check_result): Use "const T" rather than
26495         "T const" to accommodate glibc style.
26496         (check_result): Use less-confusing report format.  "long" -> "long int.
26497         (main): Likewise.
26498         Don't loop if the iteration overflows time_t.
26499         Allow a negative step in the iteration.
26500
26501 2003-07-06  Karl Berry  <karl@gnu.org>
26502
26503         * config/depcomp: update from automake.
26504         * config/config.sub: update from prep.
26505
26506 2003-07-03  Karl Berry  <karl@gnu.org>
26507
26508         * config/config.guess: update from prep.
26509
26510 2003-07-01  Paul Eggert  <eggert@twinsun.com>
26511
26512         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
26513         xreadlink.c now includes it unconditionally.
26514
26515 2003-07-01  Paul Eggert  <eggert@twinsun.com>
26516
26517         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
26518         having it depend on HAVE_SYS_TYPES_H.
26519
26520 2003-07-01  Bruno Haible  <bruno@clisp.org>
26521
26522         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
26523         <sys/types.h> should be sufficient.
26524         Reported by Paul Eggert.
26525
26526 2003-06-26  Karl Berry  <karl@gnu.org>
26527
26528         * config/depcomp: update from automake.
26529
26530 2003-06-26  Bruno Haible  <bruno@clisp.org>
26531
26532         * modules/human: Depend on module stdbool.
26533
26534 2003-06-25  Bruno Haible  <bruno@clisp.org>
26535
26536         * modules/readlink: New file.
26537         * modules/xreadlink: Depend on it.
26538         * MODULES.html.sh (func_all_modules): Add readlink.
26539
26540 2003-06-25  Bruno Haible  <bruno@clisp.org>
26541
26542         * m4/readlink.m4: New file.
26543
26544 2003-06-25  Bruno Haible  <bruno@clisp.org>
26545
26546         * lib/readlink.c: New file.
26547
26548 2003-06-22  Karl Berry  <karl@gnu.org>
26549
26550         * config/srclist.txt: update mkinstalldirs from automake.
26551         * config/mkinstalldirs: update.
26552
26553 2003-06-22  Bruno Haible  <bruno@clisp.org>
26554
26555         Portability to mingw32.
26556         * m4/ssize_t.m4: New file, from GNU gettext.
26557         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
26558         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
26559
26560 2003-06-22  Bruno Haible  <bruno@clisp.org>
26561
26562         * modules/safe-read: Add m4/ssize_t.m4.
26563         * modules/xreadlink: Add m4/ssize_t.m4.
26564
26565 2003-06-20  Bruno Haible  <bruno@clisp.org>
26566
26567         Assume C89, so PARAMS isn't needed.
26568         * lib/unicodeio.h (PARAMS): Remove.
26569         * lib/unicodeio.c: Don't use PARAMS.
26570
26571 2003-06-18  Karl Berry  <karl@gnu.org>
26572
26573         * config/config.{guess,sub}: update from prep.
26574
26575 2003-06-18  Jim Meyering  <jim@meyering.net>
26576
26577         Merge changes from coreutils.
26578         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
26579         Remove explicit declarations of xmalloc and realloc.
26580         Include xalloc.h.
26581         (read_utmp): Remove anachronistic cast of xmalloc.
26582
26583 2003-06-17  Paul Eggert  <eggert@twinsun.com>
26584
26585         Assume C89, so PARAMS isn't needed.
26586         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
26587         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
26588         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
26589         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
26590         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
26591         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
26592         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
26593         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
26594         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
26595         lib/xstrtod.h, lib/xstrtol.h: Likewise.
26596         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
26597         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
26598         no longer needed. Anyway, config.h should always be included before any
26599         other file.
26600
26601 2003-06-11  Simon Josefsson  <jas@extundo.com>
26602
26603         * modules/sysexits: New file.
26604         * MODULES.html.sh (func_all_modules): Add sysexits.
26605
26606 2003-06-11  Simon Josefsson  <jas@extundo.com>
26607
26608         * lib/sysexit_.h: New file.
26609
26610 2003-06-11  Derek Price  <derek@ximbiot.com>
26611
26612         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
26613         necessary.
26614
26615 2003-06-11  Bruno Haible  <bruno@clisp.org>
26616
26617         * m4/sysexits.m4: New file.
26618
26619 2003-06-10  Simon Josefsson  <jas@extundo.com>
26620
26621         * lib/argp.h: New file, from glibc.
26622         * lib/argp-ba.c: New file, from glibc.
26623         * lib/argp-eexst.c: New file, from glibc.
26624         * lib/argp-fmtstream.c: New file, from glibc.
26625         * lib/argp-fmtstream.h: New file, from glibc.
26626         * lib/argp-fs-xinl.c: New file, from glibc.
26627         * lib/argp-help.c: New file, from glibc.
26628         * lib/argp-namefrob.h: New file, from glibc.
26629         * lib/argp-parse.c: New file, from glibc.
26630         * lib/argp-pv.c: New file, from glibc.
26631         * lib/argp-pvh.c: New file, from glibc.
26632         * lib/argp-xinl.c: New file, from glibc.
26633
26634 2003-06-10  Simon Josefsson  <jas@extundo.com>
26635
26636         * modules/strchrnul: New file.
26637
26638 2003-06-10  Simon Josefsson  <jas@extundo.com>
26639
26640         * modules/argp: New file.
26641
26642 2003-06-10  Simon Josefsson  <jas@extundo.com>
26643
26644         * m4/strchrnul.m4: New file.
26645
26646 2003-06-10  Simon Josefsson  <jas@extundo.com>
26647
26648         * lib/strchrnul.h: New file.
26649         * lib/strchrnul.c: New file.
26650
26651 2003-06-10  Bruno Haible  <bruno@clisp.org>
26652
26653         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
26654
26655 2003-06-07  Karl Berry  <karl@gnu.org>
26656
26657         * config/config.{guess,sub}: update from prep.
26658
26659 2003-06-07  Jim Meyering  <jim@meyering.net>
26660
26661         * modules/strtod: Use $(...) notation, not @...@ for
26662         AC_REPLACE'd variables.
26663         * modules/localcharset: Likewise.
26664
26665 2003-06-07  Jim Meyering  <jim@meyering.net>
26666
26667         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
26668         in place of my name in the copyright comment.
26669         Remove definition and uses of __P.
26670
26671         From coreutils.
26672         * lib/stat.c: Don't declare xmalloc explicitly.
26673         Instead, include "xalloc.h".
26674         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
26675         xrealloc, and xcalloc return values.
26676         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
26677         Improve comment.
26678         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
26679
26680 2003-06-07  Bruno Haible  <bruno@clisp.org>
26681
26682         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
26683         avoid AC_CONFIG_LINKS.
26684         * modules/fnmatch (Makefile.am): Use explicit creation rule for
26685         fnmatch.h, to avoid AC_CONFIG_LINKS.
26686         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
26687
26688 2003-06-07  Bruno Haible  <bruno@clisp.org>
26689
26690         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
26691         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
26692         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
26693         directory.
26694         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
26695         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
26696         directory.
26697
26698 2003-06-06  Jim Meyering  <jim@meyering.net>
26699
26700         Merge from coreutils.
26701         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
26702         Consolidate declarations and initializations of *_base* locals.
26703
26704         Merge from coreutils.
26705         This avoids a core dump on systems without GNU putenv,
26706         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
26707         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
26708         (unsetenv): New static function, from GNU libc.
26709         (rpl_putenv): Use it.
26710
26711         * lib/modechange.c: Remove trailing blanks.
26712
26713         Merge from coreutils.
26714         * lib/fsusage.c: Remove declaration of statfs.
26715         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
26716
26717         * lib/posixtm.c: Include <stdbool.h> unconditionally.
26718
26719 2003-06-06  Jim Meyering  <jim@meyering.net>
26720
26721         * lib/stdbool_.h: Renamed from stdbool.h.in.
26722
26723 2003-06-06  Jim Meyering  <jim@meyering.net>
26724             Bruno Haible  <bruno@clisp.org>
26725
26726         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
26727         Adjust Makefile.am snippet not to redirect directly to target.
26728         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
26729
26730 2003-06-05  Paul Eggert  <eggert@twinsun.com>
26731
26732         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
26733         mismatch, look in future quarters as well as past.  This fixes a
26734         bug when processing fall-backwards gaps immediately after a long
26735         period of daylight-saving time.
26736
26737         * lib/mktime.c: Assume freestanding C89 or better.
26738         (HAVE_LIMITS_H): Remove.  Assume it's 1.
26739         (__P): Remove; not used.
26740         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
26741         (mktime, not_equal_tm, print_tm, check_result,
26742         main): Use prototypes.  Use const * where appropriate.
26743         (main): Fix typo in testing code that uncovered by above changes.
26744         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
26745
26746 2003-06-04  Paul Eggert  <eggert@twinsun.com>
26747
26748         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
26749         locale.h, localeconv.  This merges changes from coreutils.
26750
26751         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
26752         It can be removed after the next Autoconf is released.
26753         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
26754         needed.
26755
26756 2003-06-04  Paul Eggert  <eggert@twinsun.com>
26757
26758         * lib/mktime.c: Fix Debian bug 177940
26759         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
26760         (localtime_offset): Now long int, not time_t, because we want it
26761         to be guaranteed to be signed.  All uses changed.
26762         (__mktime_internal): If overflow would occur when adding offset,
26763         don't add it.
26764
26765         Merge 'human' changes from coreutils.  Rewrite to support
26766         locale-specific notations like thousands separators.
26767         * lib/human.c: Simplify authorship notice.
26768         Include human.h immediately after config.h.
26769         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
26770         <limits.h>: Do not include, since human.h does.
26771         (SIZE_MAX, UINTMAX_MAX): New macros.
26772         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
26773         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
26774         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
26775         (power_letter): Renamed from suffixes.
26776         (generate_suffix_backwards): Remove.
26777         (adjust_value): Now takes int style (because of human.h changes)
26778         and long double value (for greater precision on some platforms).
26779         (group_number): New function.
26780         (human_readable): Use it.  Use integer options, not enum.
26781         Put the options before the sizes in the arg list.
26782         Support all the new options.
26783         The old human_readable function has been removed;
26784         use inttostr.h instead.
26785         (human_readable, default_block_size, humblock):
26786         Use uintmax_t, not int, for block sizes.
26787         (human_readable_inexact, block_size_types): Remove.
26788         (block_size_opts): New constant.
26789         (human_options): Renamed from human_block_size, with new signature
26790         that allows block sizes up to UINTMAX_MAX.  All callers changed.
26791         * lib/human.h: Add copyright and authorship notice.
26792         Include <limits.h> and <stdbool.h> unconditionally.
26793         (PARAMS): Remove.  All uses removed.
26794         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
26795         (enum human_inexact_style): Remove tag; now a nameless enum.
26796         (human_floor, human_ceiling, human_round_to_even): Now have
26797         values 2, 0, 1 rather than -1, 1, 0.
26798         (human_group_digits, human_suppress_point_zero, human_autoscale,
26799         human_base_1024, human_SI, human_B): New constants.
26800         (human_readable_inexact, human_block_size): Remove.
26801         (human_readable): Size args are now uintmax_t, not int.
26802         (human_options): New decl.
26803
26804         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
26805         unnecessary now that we assume C89 or better.  This change
26806         imported from coreutils.
26807
26808         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
26809         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
26810         in the 2003-05-30 sync from glibc.
26811
26812         .h files should stand alone, but we shouldn't include <sys/types.h>
26813         if we can get away with just <stddef.h>.
26814
26815         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
26816         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
26817         rather than <sys/types.h>, as we merely need size_t.
26818         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
26819         to get size_t.
26820         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
26821         Include <stdio.h>, to get FILE.
26822         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
26823         memcasecmp.h has included <stddef.h> and all we need is size_t.
26824         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
26825         our interface, instead of including <sys/types.h>
26826
26827 2003-06-04  Paul Eggert  <eggert@twinsun.com>
26828
26829         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
26830         now, as glibc mktime is buggy on non-glibc systems.
26831
26832 2003-06-03  Karl Berry  <karl@gnu.org>
26833
26834         * config/config.sub: update from prep.
26835
26836 2003-06-02  Paul Eggert  <eggert@twinsun.com>
26837
26838         [from coreutils]
26839         Fix some minor time-related bugs with POSIX time arguments.
26840         Some valid time stamps were being rejected (notably -1, and
26841         time stamps before 1900 on 64-bit hosts).  And some invalid
26842         time stamps were being accepted, e.g. September 31.
26843
26844         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
26845         that we can return (time_t) -1 successfully.
26846         * lib/posixtm.c: Likewise.
26847         [HAVE_STDBOOL_H]: Include <stdbool.h>.
26848         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
26849         (t): Remove static var.
26850         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
26851         of static var.  All uses changed.
26852         (year): Do not reject years before 1900; they can occur with
26853         64-bit time_t.
26854         (posix_time_parse): Do not check for out-of-range components;
26855         that is now the caller's responsibility, since our checks were
26856         only approximations.
26857         (posixtime): Use mktime to check for out-of-range components,
26858         since it knows them exactly.
26859         If mktime returns (time_t) -1, check whether an error actually occurred
26860         by invoking localtime on -1.
26861         (main) [TEST_POSIXTIME]: Check for input data errors, and report
26862         posixtime failures better.
26863         Improve the test data (in comments only).
26864
26865 2003-06-02  Karl Berry  <karl@gnu.org>
26866
26867         * config/mkinstalldirs (version): new variable.
26868         (--version): new option.
26869         (usage): improve message.
26870
26871 2003-05-30  Karl Berry  <karl@gnu.org>
26872
26873         * lib/mktime.c: update from libc.
26874
26875 2003-05-30  Bruno Haible  <bruno@clisp.org>
26876
26877         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
26878         * config/config.rpath: Upgrade to gettext-0.12.1.
26879
26880 2003-05-30  Bruno Haible  <bruno@clisp.org>
26881
26882         * m4/gettext.m4: Upgrade to gettext-0.12.1.
26883         * m4/nls.m4: New file, from gettext-0.12.1.
26884         * m4/po.m4: New file, from gettext-0.12.1.
26885         * m4/progtest.m4: Upgrade to gettext-0.12.1.
26886
26887 2003-05-30  Bruno Haible  <bruno@clisp.org>
26888
26889         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
26890         * lib/localcharset.h: Likewise.
26891         * lib/localcharset.c: Likewise.
26892
26893 2003-05-29  Karl Berry  <karl@gnu.org>
26894
26895         * config/config.rpath: update from gettext.
26896
26897 2003-05-28  Paul Eggert  <eggert@twinsun.com>
26898
26899         Assume the headers required for C89 freestanding compilers.
26900         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
26901         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
26902         * m4/human.m4 (gl_HUMAN): Likewise.
26903         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
26904         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
26905         * m4/userspec.m4 (gl_USERSPEC): Likewise.
26906         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
26907         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
26908         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
26909
26910 2003-05-28  Paul Eggert  <eggert@twinsun.com>
26911
26912         Assume the headers required for C89 freestanding compilers.
26913         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
26914         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
26915         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
26916         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
26917         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
26918         define, since <limits.h> is guaranteed to do that.
26919         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
26920         * lib/exclude.c: Include <stdbool.h> unconditionally.
26921         * lib/tempname.c: Include <stddef.h> unconditionally.
26922         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
26923         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
26924         <stddef.h> does that.
26925         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
26926         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
26927         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
26928         needed.
26929         * lib/xstrtol.c: Likewise.
26930         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
26931         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
26932
26933         * lib/addext.c (addext): Use assignment rather than cast, to avoid
26934         warnings on some platforms.
26935
26936         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
26937         arbitrarily.
26938
26939 2003-05-26  Jim Meyering  <jim@meyering.net>
26940
26941         Merge in a change from coreutils:
26942         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
26943         that is guaranteed to be `no'.  Use `no_such_member' to indicate
26944         that condition, rather than `-1' which is slightly misleading.
26945         Change the name of the cache variable to have the gl_ prefix.
26946         Prompted by a patch from Richard Dawe for DJGPP.
26947
26948 2003-05-24  Karl Berry  <karl@gnu.org>
26949
26950         * config/config.guess: update from prep.
26951
26952 2003-05-22  Karl Berry  <karl@gnu.org>
26953
26954         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
26955
26956 2003-05-20  Karl Berry  <karl@gnu.org>
26957
26958         * config/config.guess: update from prep.
26959
26960 2003-05-18  Karl Berry  <karl@gnu.org>
26961
26962         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
26963         might actually be set by the user.
26964
26965         * config/depcomp, install-sh, mdate-sh: update from automake.
26966
26967 2003-05-17  Bruno Haible  <bruno@clisp.org>
26968
26969         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
26970         invalid expansion for AC_EGREP_CPP.
26971         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
26972         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
26973         Suggested by Akim Demaille <akim@epita.fr> in
26974         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
26975
26976 2003-05-12  Jim Meyering  <jim@meyering.net>
26977
26978         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
26979         the space-padded-by-default conversion specifiers, %e, %k, %l.
26980
26981 2003-05-12  Bruno Haible  <bruno@clisp.org>
26982
26983         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
26984         the string is longer than 4 KB.
26985
26986 2003-05-11  Karl Berry  <karl@gnu.org>
26987
26988         * config/config.{guess,sub}: update from prep.
26989
26990 2003-05-09  Bruno Haible  <bruno@clisp.org>
26991
26992         * modules/error: Add m4/strerror_r.m4 to file list.
26993
26994 2003-05-03  Bruno Haible  <bruno@clisp.org>
26995
26996         Upgrade to Unicode-4.0.
26997         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
26998         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
26999         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
27000         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
27001         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
27002         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
27003         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
27004         Change width of U+E0100..U+E01EF from 1 to 0.
27005
27006 2003-04-25  Jim Meyering  <jim@meyering.net>
27007
27008         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
27009         of type size_t, not int.
27010
27011 2003-04-25  Bruno Haible  <bruno@clisp.org>
27012
27013         * lib/copy-file.c: Include <stddef.h>, for size_t.
27014
27015 2003-04-21  Paul Eggert  <eggert@twinsun.com>
27016
27017         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
27018         code which expansion is under static control.  Patch imported from
27019         Akim Demaille's patch to Bison; see
27020         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
27021
27022 2003-04-14  Bruno Haible  <bruno@clisp.org>
27023
27024         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
27025
27026 2003-04-11  Jim Meyering  <jim@meyering.net>
27027
27028         Merge changes from Coreutils.
27029
27030         2003-03-22  Jim Meyering  <jim@meyering.net>
27031
27032         * lib/strftime.c (widen): Cast alloca return value to proper type.
27033
27034         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
27035
27036         From GNU libc.
27037         * lib/strftime.c (my_strftime): Handle very large width
27038         specifications for numeric values correctly.  Improve checks for
27039         overflow.
27040
27041         2003-01-19  Jim Meyering  <jim@meyering.net>
27042
27043         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
27044         definitions.
27045         (nl_get_alt_digit) [! defined my_strftime]: Define.
27046         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
27047         _nl_get_alt_digit and _nl_get_walt_digit.
27048
27049         * lib/strftime.c (my_strftime): Merge in locale-related changes from
27050         libc. These changes have no effect outside of _LIBC.
27051
27052 2003-04-10  Bruno Haible  <bruno@clisp.org>
27053
27054         * modules/findprog: New file.
27055         * MODULES.html.sh (func_all_modules): Add it.
27056
27057 2003-04-10  Bruno Haible  <bruno@clisp.org>
27058
27059         * m4/findprog.m4: New file.
27060         * m4/eaccess.m4: New file.
27061
27062 2003-04-10  Bruno Haible  <bruno@clisp.org>
27063
27064         * lib/findprog.h: New file, from GNU gettext.
27065         * lib/findprog.c: New file, from GNU gettext.
27066
27067 2003-04-05  Jim Meyering  <jim@meyering.net>
27068
27069         Merge changes from Coreutils.
27070
27071         * lib/exclude.h (PARAMS): Remove definition and uses.
27072         * lib/exclude.c: Remove uses of `PARAMS'.
27073
27074         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
27075         Add test-cases for DOS filenames. Declare program_name.
27076         (main): Set up program_name.  Patch by Rich Dawe.
27077
27078         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
27079         error from mntctl.
27080         Use mntctl's return value to drive the entry-processing loop, since
27081         we can't rely on the value of the vmt_length member in the last
27082         entry.  On some systems doing so could result in exhausting
27083         virtual memory.  Based in part on a patch from Mike Jetzer.
27084
27085 2003-04-04  Bruno Haible  <bruno@clisp.org>
27086
27087         * modules/linebreak: New file.
27088         * MODULES.html.sh (func_all_modules): Add it.
27089
27090 2003-04-04  Bruno Haible  <bruno@clisp.org>
27091
27092         * m4/linebreak.m4: New file.
27093
27094 2003-04-04  Bruno Haible  <bruno@clisp.org>
27095
27096         * lib/linebreak.h: New file, from GNU gettext.
27097         * lib/linebreak.c: New file, from GNU gettext with slight
27098         modifications.
27099         * lib/lbrkprop.h: New file, from GNU gettext.
27100
27101 2003-04-03  Bruno Haible  <bruno@clisp.org>
27102
27103         * modules/utf8-ucs4: New file.
27104         * modules/utf16-ucs4: New file.
27105         * modules/ucs4-utf8: New file.
27106         * modules/ucs4-utf16: New file.
27107         * MODULES.html.sh (func_all_modules): Add them.
27108
27109 2003-04-03  Bruno Haible  <bruno@clisp.org>
27110
27111         * m4/utf-ucs4.m4: New file.
27112         * m4/ucs4-utf.m4: New file.
27113
27114 2003-04-03  Bruno Haible  <bruno@clisp.org>
27115
27116         * lib/utf8-ucs4.h: New file, from GNU gettext.
27117         * lib/utf16-ucs4.h: New file, from GNU gettext.
27118         * lib/ucs4-utf8.h: New file, from GNU gettext.
27119         * lib/ucs4-utf16.h: New file, from GNU gettext.
27120
27121 2003-04-02  Bruno Haible  <bruno@clisp.org>
27122
27123         * modules/binary-io: New file.
27124         * MODULES.html.sh (func_all_modules): Add it.
27125
27126 2003-04-02  Bruno Haible  <bruno@clisp.org>
27127
27128         * lib/binary-io.h: New file, from GNU gettext.
27129
27130 2003-04-01  Bruno Haible  <bruno@clisp.org>
27131
27132         * modules/pathname: New file.
27133         * MODULES.html.sh (func_all_modules): Add it.
27134
27135 2003-04-01  Bruno Haible  <bruno@clisp.org>
27136
27137         * lib/pathname.h: New file, from GNU gettext.
27138         * lib/concatpath.c: New file, from GNU gettext.
27139
27140 2003-03-30  Bruno Haible  <bruno@clisp.org>
27141
27142         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
27143
27144 2003-03-30  Bruno Haible  <bruno@clisp.org>
27145
27146         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
27147         function chown() doesn't exist.
27148
27149 2003-03-28  Bruno Haible  <bruno@clisp.org>
27150
27151         * modules/copy-file: New file.
27152         * MODULES.html.sh (func_all_modules): Add it.
27153
27154 2003-03-28  Bruno Haible  <bruno@clisp.org>
27155
27156         * m4/copy-file.m4: New file.
27157
27158 2003-03-28  Bruno Haible  <bruno@clisp.org>
27159
27160         * lib/copy-file.h: New file, from GNU gettext.
27161         * lib/copy-file.c: New file, from GNU gettext.
27162
27163 2003-03-18  Jim Meyering  <jim@meyering.net>
27164
27165         * lib/quote.c (quote_n): Fix typo in comment.
27166
27167 2003-03-18  Bruno Haible  <bruno@clisp.org>
27168
27169         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
27170         checking.
27171         * m4/onceonly_2_57.m4: Likewise.
27172
27173 2003-03-17  Bruno Haible  <bruno@clisp.org>
27174
27175         * m4/onceonly.m4: Require autoconf 2.54 or newer.
27176         (m4_quote): Remove macro.
27177         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
27178
27179 2003-03-14  Jim Meyering  <jim@meyering.net>
27180
27181         Merge changes from Coreutils.
27182         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
27183         to be const, in order to avoid warnings.
27184         (obstack_room): Likewise.
27185         (obstack_empty_p): Likewise.
27186
27187 2003-03-14  Bruno Haible  <bruno@clisp.org>
27188
27189         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
27190         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
27191
27192 2003-03-13  Paul Eggert  <eggert@twinsun.com>
27193
27194         Merge changes from Bison.
27195         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
27196         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
27197         when compiling Bison 1.875's `bitset bset = obstack_alloc
27198         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
27199         * lib/hash.c: Include <stdbool.h> unconditionally.
27200
27201 2003-03-13  Paul Eggert  <eggert@twinsun.com>
27202
27203         * m4/onceonly.m4 (m4_quote): New macro.
27204         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
27205         Quote AC_FOREACH variable-expansions properly.
27206
27207 2003-03-13  Paul Eggert  <eggert@twinsun.com>
27208
27209         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
27210
27211 2003-03-09  Paul Eggert  <eggert@twinsun.com>
27212
27213         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
27214         Reported by Bruce Becker; see:
27215         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
27216
27217 2003-03-03  Paul Eggert  <eggert@twinsun.com>
27218             Bruno Haible  <bruno@clisp.org>
27219
27220         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
27221         Reported by John Hughes, see
27222         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
27223
27224 2003-02-20  Bruno Haible  <bruno@clisp.org>
27225
27226         * MODULES.html.sh (func_all_modules): Add poll.
27227
27228 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
27229
27230         * modules/poll: New file.
27231
27232 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
27233
27234         * lib/poll_.h: New file.
27235         * lib/poll.c: New file.
27236
27237 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
27238
27239         * m4/poll.m4: New file.
27240
27241 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
27242
27243         * modules/mathl: New file.
27244
27245 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
27246
27247         * lib/mathl.h: New file.
27248         * lib/acosl.c: New file.
27249         * lib/asinl.c: New file.
27250         * lib/atanl.c: New file.
27251         * lib/ceill.c: New file.
27252         * lib/cosl.c: New file.
27253         * lib/expl.c: New file.
27254         * lib/floorl.c: New file.
27255         * lib/frexpl.c: New file.
27256         * lib/ldexpl.c: New file.
27257         * lib/logl.c: New file.
27258         * lib/sincosl.c: New file.
27259         * lib/sinl.c: New file.
27260         * lib/sqrtl.c: New file.
27261         * lib/tanl.c: New file.
27262         * lib/trigl.c: New file.
27263         * lib/trigl.h: New file.
27264
27265 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
27266
27267         * m4/mathl.m4: New file.
27268
27269 2003-02-18  Bruno Haible  <bruno@clisp.org>
27270
27271         * MODULES.html.sh (func_all_modules): Add mathl.
27272
27273 2003-02-17  Bruno Haible  <bruno@clisp.org>
27274
27275         * modules/mkdtemp: New module.
27276         * MODULES.html.sh (func_all_modules): Add it.
27277
27278 2003-02-17  Bruno Haible  <bruno@clisp.org>
27279
27280         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
27281
27282 2003-02-17  Bruno Haible  <bruno@clisp.org>
27283
27284         * lib/mkdtemp.h: New file, from GNU gettext.
27285         * lib/mkdtemp.c: New file, from GNU gettext.
27286
27287 2003-02-02  Jim Meyering  <jim@meyering.net>
27288
27289         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
27290         e.g. glibc-2.2.93.
27291
27292 2003-01-31  Bruno Haible  <bruno@clisp.org>
27293
27294         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
27295         'rpl_rename'.
27296         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
27297         'rpl_strnlen'.
27298         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
27299         'rpl_strtod'.
27300         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
27301         'rpl_utime'.
27302
27303 2003-01-31  Bruno Haible  <bruno@clisp.org>
27304
27305         * lib/rename.c: #undef rename before defining rpl_rename.
27306         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
27307
27308 2003-01-30  Bruno Haible  <bruno@clisp.org>
27309
27310         * modules/vasnprintf, modules/vasprintf: New modules.
27311         * MODULES.html.sh (func_all_modules): Add them.
27312
27313 2003-01-30  Bruno Haible  <bruno@clisp.org>
27314
27315         * m4/signed.m4: New file, from GNU gettext.
27316         * m4/longdouble.m4: New file, from GNU gettext.
27317         * m4/wchar_t.m4: New file, from GNU gettext.
27318         * m4/wint_t.m4: New file, from GNU gettext.
27319         * m4/vasnprintf.m4: New file.
27320         * m4/vasprintf.m4: New file.
27321
27322 2003-01-30  Bruno Haible  <bruno@clisp.org>
27323
27324         * lib/printf-args.h: New file, from GNU gettext.
27325         * lib/printf-args.c: New file, from GNU gettext.
27326         * lib/printf-parse.h: New file, from GNU gettext.
27327         * lib/printf-parse.c: New file, from GNU gettext.
27328         * lib/vasnprintf.h: New file, from GNU gettext.
27329         * lib/vasnprintf.c: New file, from GNU gettext.
27330         * lib/asnprintf.c: New file, from GNU gettext.
27331         * lib/vasprintf.h: New file, from GNU gettext with modifications.
27332         * lib/vasprintf.c: New file, from GNU gettext.
27333         * lib/asprintf.c: New file, from GNU gettext.
27334
27335 2003-01-29  Bruno Haible  <bruno@clisp.org>
27336
27337         * modules/stpncpy: New module.
27338         * MODULES.html.sh (func_all_modules): Add it.
27339
27340 2003-01-29  Bruno Haible  <bruno@clisp.org>
27341
27342         * m4/stpncpy.m4: New file.
27343
27344 2003-01-29  Bruno Haible  <bruno@clisp.org>
27345
27346         * lib/stpncpy.h: New file, from GNU gettext with modifications.
27347         * lib/stpncpy.c: New file, from GNU gettext with modifications.
27348
27349 2003-01-28  Bruno Haible  <bruno@clisp.org>
27350
27351         * modules/c-ctype: New module.
27352         * MODULES.html.sh (func_all_modules): Add it.
27353
27354 2003-01-28  Bruno Haible  <bruno@clisp.org>
27355
27356         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
27357         Paul Eggert.
27358         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
27359         Paul Eggert.
27360
27361 2003-01-27  Bruno Haible  <bruno@clisp.org>
27362
27363         * modules/xsetenv: New module.
27364         * MODULES.html.sh (func_all_modules): Add it.
27365
27366 2003-01-27  Bruno Haible  <bruno@clisp.org>
27367
27368         * lib/xsetenv.h: New file, from GNU gettext.
27369         * lib/xsetenv.c: New file, from GNU gettext.
27370
27371 2003-01-23  Jim Meyering  <jim@meyering.net>
27372
27373         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
27374         from working on systems without dirfd (at least Irix and OSF1/Tru64).
27375
27376 2003-01-23  Bruno Haible  <bruno@clisp.org>
27377
27378         * modules/minmax: New module.
27379         * MODULES.html.sh (func_all_modules): Add it.
27380
27381 2003-01-23  Bruno Haible  <bruno@clisp.org>
27382
27383         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
27384         Eggert.
27385
27386 2003-01-22  Bruno Haible  <bruno@clisp.org>
27387
27388         * modules/exit: New module.
27389         * MODULES.html.sh (func_all_modules): Add it.
27390
27391 2003-01-22  Bruno Haible  <bruno@clisp.org>
27392
27393         * lib/exit.h: New file, from GNU gettext.
27394
27395 2003-01-19  Bruno Haible  <bruno@clisp.org>
27396
27397         * gnulib-tool: Recognize option --extract-maintainer.
27398         (func_get_maintainer): New function.
27399         * modules/*: Add Maintainer entry.
27400
27401 2003-01-16  Jim Meyering  <jim@meyering.net>
27402
27403         * m4/regex.m4: The `regex' struct is both input and output.
27404         Initialize it before each use.  Patch by Tim Waugh.
27405
27406 2003-01-16  Bruno Haible  <bruno@clisp.org>
27407
27408         * MODULES.html.sh: Add a table of contents. Add the module name as
27409         leftmost column. Add hyperlinks.
27410
27411 2003-01-15  Bruno Haible  <bruno@clisp.org>
27412
27413         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
27414
27415 2003-01-15  Bruno Haible  <bruno@clisp.org>
27416
27417         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
27418         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
27419         suffix.
27420
27421 2003-01-15  Bruno Haible  <bruno@clisp.org>
27422
27423         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
27424
27425 2003-01-15  Bruno Haible  <bruno@clisp.org>
27426
27427         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
27428         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
27429
27430 2003-01-14  Jim Meyering  <jim@meyering.net>
27431
27432         * lib/same.c (same_name): Tweak a comment.
27433
27434 2003-01-14  Bruno Haible  <bruno@clisp.org>
27435
27436         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
27437         when a string comparison is sufficient.
27438
27439 2003-01-14  Bruno Haible  <bruno@clisp.org>
27440
27441         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
27442         'unsigned int'.
27443
27444 2003-01-14  Bruno Haible  <bruno@clisp.org>
27445
27446         * lib/hash-pjw.c: Add comment about low quality of this function.
27447
27448 2003-01-13  Bruno Haible  <bruno@clisp.org>
27449
27450         * modules/stpcpy: Distribute lib/stpcpy.h.
27451         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
27452
27453 2003-01-13  Bruno Haible  <bruno@clisp.org>
27454
27455         * modules/*: Add a description.
27456         * modules/strpbrk: Fix Makefile.am snippet.
27457         * modules/strtoimax: Fix dependencies.
27458         * modules/strtoumax: Likewise.
27459
27460 2003-01-13  Bruno Haible  <bruno@clisp.org>
27461
27462         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
27463         * modules/alloca (Makefile.am): All object files depend on alloca.h.
27464         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
27465
27466 2003-01-13  Bruno Haible  <bruno@clisp.org>
27467
27468         * gnulib-tool (func_create_testdir): Store config/* files in the main
27469         directory.
27470         * config.rpath: Move to ...
27471         * config/config.rpath: ... here.
27472         * modules/gettext: Contains config/config.rpath, not config.rpath.
27473         * modules/iconv: Likewise.
27474
27475 2003-01-12  Paul Eggert  <eggert@twinsun.com>
27476
27477         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
27478         to avoid collisions with libcurses and libreadline.
27479
27480         * m4/getstr.m4: Remove.
27481         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
27482
27483 2003-01-12  Paul Eggert  <eggert@twinsun.com>
27484
27485         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
27486         to avoid collisions with libcurses and libreadline.
27487
27488         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
27489         * lib/getstr.h, getstr.c: Remove.
27490         * lib/getline.c: Include "getline.h", to check interface.
27491         Move body of old getstr.c here: this defines MIN_CHUNK and
27492         declares getdelim2, which is renamed from getstr.
27493         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
27494
27495         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
27496         All uses changed.
27497         * lib/linebuffer.h: Likewise.
27498         (readline): Remove backward-compatibility macro.
27499
27500 2003-01-12  Paul Eggert  <eggert@twinsun.com>
27501
27502         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
27503         to avoid collisions with libcurses and libreadline.
27504         * getstr: Remove.
27505         * MODULES.html.sh: Remove getstr.
27506         * modules/getline: Depend on unlocked-io, not getstr.
27507
27508 2003-01-12  Jim Meyering  <jim@meyering.net>
27509
27510         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
27511
27512 2003-01-10  Bruno Haible  <bruno@clisp.org>
27513
27514         * modules/alloca: Change Makefile.am requirements. Simplify Include
27515         requirements. Add lib/alloca_.h to file list.
27516
27517 2003-01-10  Bruno Haible  <bruno@clisp.org>
27518
27519         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
27520
27521 2003-01-10  Bruno Haible  <bruno@clisp.org>
27522
27523         * lib/alloca_.h: New file.
27524         * lib/getdate.y: Unconditionally include alloca.h.
27525         * lib/makepath.c: Likewise.
27526         * lib/setenv.c: Likewise.
27527         * lib/userspec.c: Likewise.
27528
27529 2003-01-09  Karl Berry  <karl@gnu.org>
27530
27531         * MODULES.html.sh: include `dirname $0` in PATH, to find
27532         gnulib-tool.
27533
27534 2003-01-09  Bruno Haible  <bruno@clisp.org>
27535
27536         * modules/stdbool: Change configure.ac, Makefile.am requirements.
27537         Simplify Include requirements. Add lib/stdbool.h.in to file list.
27538
27539 2003-01-09  Bruno Haible  <bruno@clisp.org>
27540
27541         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
27542
27543 2003-01-09  Bruno Haible  <bruno@clisp.org>
27544
27545         * lib/stdbool.h.in: New file.
27546
27547 2003-01-09  Bruno Haible  <bruno@clisp.org>
27548
27549         * gnulib-tool (func_all_modules): Ignore files ending in ~.
27550         * MODULES.html.sh: Likewise.
27551
27552 2003-01-08  Jim Meyering  <jim@meyering.net>
27553
27554         * lib/full-write.c: Undefine and define-away `const' after inclusion
27555         of errno.h, not before.  Suggestion from Bruno Haible.
27556
27557 2003-01-08  Bruno Haible  <bruno@clisp.org>
27558
27559         * modules/full-read: Depend on full-write.
27560
27561 2003-01-08  Bruno Haible  <bruno@clisp.org>
27562
27563         * lib/safe-read.c: Include specification header first, to ensure its
27564         selfcontainedness.
27565         * lib/full-write.c: Likewise.
27566
27567 2003-01-07  Jim Meyering  <jim@meyering.net>
27568
27569         * lib/full-write.c: Rework so that it may serve to define full_read,
27570         too.
27571         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
27572
27573 2003-01-07  Bruno Haible  <bruno@clisp.org>
27574
27575         * lib/strtoimax.c: Include <stdint.h> as an alternative to
27576         <inttypes.h>.
27577         * lib/xstrtol.h: Likewise.
27578         * lib/xstrtoimax.c: Likewise.
27579         * lib/xstrtoumax.c: Likewise.
27580         * lib/human.h: Likewise.
27581
27582         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
27583         on systems that have <inttypes.h> but not <stdint.h>.
27584
27585 2003-01-07  Bruno Haible  <bruno@clisp.org>
27586
27587         * MODULES.html.sh: Add copyright notice.
27588         (missed_files): Omit CVS directory entries.
27589         (func_module): Make it work with sed-3.02.
27590         * MODULES.txt: Remove file.
27591
27592 2003-01-06  Jim Meyering  <jim@meyering.net>
27593
27594         * lib/version-etc.c: Update year in translatable copyright string.
27595
27596 2003-01-03  Karl Berry  <karl@gnu.org>
27597
27598         * config/config.{guess,sub}: update from prep.
27599
27600 2003-01-02  Karl Berry  <karl@gnu.org>
27601
27602         * doc/COPYING.DOC: belatedly updated to 1.2.
27603
27604 2003-01-01  Karl Berry  <karl@gnu.org>
27605
27606         * gnulib-tool (func_verify_module): report module name $module in
27607         error message, not $1.
27608         * gnulib-tool (create-testdir): don't complain if destdir couldn't
27609         be created, only if it doesn't exist.
27610         * gnulib-tool (last_checkin_date): don't expand the $Date here.
27611
27612 2002-12-31  Paul Eggert  <eggert@twinsun.com>
27613
27614         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
27615
27616 2002-12-31  Paul Eggert  <eggert@twinsun.com>
27617
27618         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
27619         memcmp if strcoll doesn't work.
27620
27621 2002-12-31  Bruno Haible  <bruno@clisp.org>
27622
27623         * lib/utime.c (utime_null): No need to call ftruncate if the file was
27624         nonempty.
27625
27626 2002-12-31  Bruno Haible  <bruno@clisp.org>
27627
27628         * lib/memcoll.c (STRCOLL): New macro.
27629         (memcoll): Use it.
27630
27631 2002-12-31  Bruno Haible  <bruno@clisp.org>
27632
27633         * lib/localcharset.h: New file.
27634         * lib/localcharset.c: Include it.
27635         * lib/unicodeio.c: Likewise.
27636
27637 2002-12-31  Bruno Haible  <bruno@clisp.org>
27638
27639         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
27640         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
27641
27642 2002-12-31  Bruno Haible  <bruno@clisp.org>
27643
27644         * lib/getline.h: Include <stddef.h>, for size_t.
27645
27646         * lib/unicodeio.h: Include <stddef.h>, for size_t.
27647         * lib/unicodeio.c: Don't include <stddef.h>.
27648
27649 2002-12-31  Bruno Haible  <bruno@clisp.org>
27650
27651         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
27652         HAVE_TM_ZONE.
27653
27654 2002-12-24  Karl Berry  <karl@gnu.org>
27655
27656         * config/config.guess: update from prep.
27657
27658 2002-12-24  Bruno Haible  <bruno@clisp.org>
27659
27660         General infrasructure.
27661         * m4/README: Rewritten.
27662         * m4/onceonly.m4: New file.
27663         * m4/onceonly_2_57.m4: New file.
27664
27665         Module atexit.
27666         * m4/atexit.m4: New file.
27667
27668         Module strtod.
27669         * m4/strtod.m4: New file.
27670
27671         Module strtol.
27672         * m4/strtol.m4: New file.
27673
27674         Module strtoul.
27675         * m4/strtoul.m4: New file.
27676
27677         Module memchr.
27678         * m4/memchr.m4: New file.
27679
27680         Module memcmp.
27681         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
27682         (jm_FUNC_MEMCMP): Invoke it.
27683
27684         Module memcpy.
27685         * m4/memcpy.m4: New file.
27686
27687         Module memmove.
27688         * m4/memmove.m4: New file.
27689
27690         Module memset.
27691         * m4/memset.m4: New file.
27692
27693         Module strcspn.
27694         * m4/strcspn.m4: New file.
27695
27696         Module strpbrk.
27697         * m4/strpbrk.m4: New file.
27698
27699         Module strstr.
27700         * m4/strstr.m4: New file.
27701
27702         Module strerror.
27703         * m4/strerror.m4: New file.
27704
27705         Module mktime.
27706         * m4/mktime.m4: Renamed from jm-mktime.m4.
27707         (gl_PREREQ_MKTIME): New macro.
27708         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
27709
27710         Module malloc.
27711         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
27712         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
27713         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
27714
27715         Module realloc.
27716         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
27717         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
27718         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
27719
27720         Module strftime.
27721         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
27722         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
27723         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
27724         gl_TM_GMTOFF.
27725         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
27726
27727         Module xalloc.
27728         * m4/xalloc.m4: New file.
27729
27730         Module alloca.
27731         * m4/alloca.m4: New file.
27732
27733         Module putenv.
27734         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
27735         (jm_FUNC_PUTENV): Invoke it.
27736
27737         Module setenv.
27738         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
27739         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
27740         when invoked twice.
27741         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
27742         gt_FUNC_SETENV.
27743
27744         Module memrchr.
27745         * m4/memrchr.m4: New file.
27746
27747         Module stpcpy.
27748         * m4/stpcpy.m4: New file.
27749
27750         Module strcase.
27751         * m4/strcase.m4: New file.
27752
27753         Module strdup.
27754         * m4/strdup.m4: New file.
27755
27756         Module strnlen.
27757         * m4/strnlen.m4: New file.
27758
27759         Module strndup.
27760         * m4/strndup.m4: New file.
27761
27762         Module xstrtod.
27763         * m4/xstrtod.m4: New file.
27764
27765         Module xstrtol.
27766         * m4/xstrtol.m4: New file.
27767
27768         Module getdate.
27769         * m4/getdate.m4: New file.
27770
27771         Module unlocked-io.
27772         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
27773         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
27774         * m4/jm-glibc-io.m4n: Remove file.
27775
27776         Module long-options.
27777         * m4/long-options.m4: New file.
27778
27779         Module md5.
27780         * m4/md5.m4: New file.
27781
27782         Module sha.
27783         * m4/sha.m4: New file.
27784
27785         Module getstr.
27786         * m4/getstr.m4: New file.
27787
27788         Module getline.
27789         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
27790         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
27791         <sys/types.h>, for size_t. Use the function name gnu_getline, not
27792         simply getline. Infoke gl_PREREQ_GETLINE.
27793
27794         Module obstack.
27795         * m4/obstack.m4: New file.
27796
27797         Module hash.
27798         * m4/hash.m4: New file.
27799
27800         Module readtokens.
27801         * m4/readtokens.m4: New file.
27802
27803         Module strverscmp.
27804         * m4/strverscmp.m4: New file.
27805
27806         Module stdbool.
27807         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
27808         OSF/1.
27809
27810         Module strtoll.
27811         * m4/strtoll.m4: New file.
27812
27813         Module strtoull.
27814         * m4/strtoull.m4: New file.
27815
27816         Module strtoimax.
27817         * m4/strtoimax.m4: New file.
27818
27819         Module strtoumax.
27820         * m4/strtoumax.m4: New file.
27821
27822         Module xstrtoimax.
27823         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
27824         jm_AC_PREREQ_XSTRTOIMAX.
27825         Moved the strtol prerequisites to strtol.m4.
27826         Moved the strtoll prerequisites to strtoll.m4.
27827         Moved the strtoimax prerequisites to strtoimax.m4.
27828
27829         Module xstrtoumax.
27830         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
27831         jm_AC_PREREQ_XSTRTOUMAX.
27832         Moved the strtoul prerequisites to strtoul.m4.
27833         Moved the strtoull prerequisites to strtoull.m4.
27834         Moved the strtoumax prerequisites to strtoumax.m4.
27835
27836         Module chown.
27837         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
27838         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
27839
27840         Module dup2.
27841         * m4/dup2.m4: New file.
27842
27843         Module ftruncate.
27844         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
27845         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
27846
27847         Module getgroups.
27848         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
27849         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
27850
27851         Module gettimeofday.
27852         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
27853         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
27854         gl_PREREQ_GETTIMEOFDAY.
27855
27856         Module mkdir.
27857         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
27858         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
27859
27860         Module mkstemp.
27861         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
27862         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
27863         jm_AC_TYPE_UINTMAX_T.
27864         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
27865
27866         Module stat.
27867         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
27868         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
27869
27870         Module lstat.
27871         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
27872         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
27873
27874         Module timespec.
27875         * m4/timespec.m4 (gl_TIMESPEC): New macro.
27876         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
27877         * m4/st_mtim.m4: Indentation.
27878
27879         Module nanosleep.
27880         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
27881         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
27882         gl_PREREQ_NANOSLEEP.
27883
27884         Module regex.
27885         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
27886         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
27887         (gl_REGEX): New macro.
27888
27889         Module rename.
27890         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
27891         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
27892
27893         Module rmdir.
27894         * m4/rmdir.m4: New file.
27895
27896         Module utime.
27897         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
27898         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
27899         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
27900
27901         Module dirname.
27902         * m4/dirname.m4: New file.
27903
27904         Module getopt.
27905         * m4/getopt.m4: New file.
27906
27907         Module unistd-safer.
27908         * m4/unistd-safer.m4: New file.
27909
27910         Module fnmatch.
27911         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
27912         declaration.
27913         (gl_PREREQ_FNMATCH_EXTRA): New macro.
27914         (gl_FUNC_FNMATCH_POSIX): New macro.
27915         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
27916         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
27917         simply fnmatch.
27918
27919         Module exclude.
27920         * m4/exclude.m4: New file.
27921
27922         Module human.
27923         * m4/human.m4: New file.
27924
27925         Module acl.
27926         * m4/acl.m4: Nop.
27927
27928         Module backupfile.
27929         * m4/backupfile.m4: New file.
27930         * m4/d-ino.m4: Indentation.
27931
27932         Module fsusage.
27933         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
27934         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
27935         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
27936
27937         Module dirfd.
27938         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
27939         requirements.
27940
27941         Module euidaccess.
27942         * m4/euidaccess.m4: New file.
27943
27944         Module file-type.
27945         * m4/file-type.m4: New file.
27946
27947         Module fileblocks.
27948         * m4/fileblocks.m4: New file.
27949
27950         Module filemode.
27951         * m4/filemode.m4: New file.
27952
27953         Module isdir.
27954         * m4/isdir.m4: New file.
27955
27956         Module lchown.
27957         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
27958         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
27959
27960         Module makepath.
27961         * m4/makepath.m4: New file.
27962
27963         Module modechange.
27964         * m4/modechange.m4: New file.
27965
27966         Module mountlist.
27967         * m4/mountlist.m4: New file.
27968         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
27969         Indentation.
27970
27971         Module path-concat.
27972         * m4/path-concat.m4: New file.
27973
27974         Module pathmax.
27975         * m4/pathmax.m4: New file.
27976
27977         Module same.
27978         * m4/same.m4: New file.
27979
27980         Module save-cwd.
27981         * m4/save-cwd.m4: New file.
27982
27983         Module savedir.
27984         * m4/savedir.m4: New file.
27985
27986         Module xgetcwd.
27987         * m4/xgetcwd.m4: New file.
27988         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
27989
27990         Module xreadlink.
27991         * m4/xreadlink.m4: New file.
27992
27993         Module safe-read.
27994         * m4/safe-read.m4: New file.
27995
27996         Module safe-write.
27997         * m4/safe-write.m4: New file.
27998
27999         Module closeout.
28000         * m4/closeout.m4: New file.
28001
28002         Module stdio-safer.
28003         * m4/stdio-safer.m4: New file.
28004
28005         Module getpass.
28006         * m4/getpass.m4: New file.
28007
28008         Module getugroups.
28009         * m4/getugroups.m4: New file.
28010
28011         Module group-member.
28012         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
28013         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
28014
28015         Module idcache.
28016         * m4/idcache.m4: New file.
28017
28018         Module userspec.
28019         * m4/userspec.m4: New file.
28020
28021         Module gettime.
28022         * m4/clock_time.m4: New file.
28023         * m4/gettime.m4: New file.
28024
28025         Module settime.
28026         * m4/settime.m4: New file.
28027
28028         Module posixtm.
28029         * m4/posixtm.m4: New file.
28030
28031         Module gethostname.
28032         * m4/gethostname.m4: New file.
28033
28034         Module canon-host.
28035         * m4/canon-host.m4: New file.
28036
28037         Module gettext.
28038         * m4/codeset.m4: New file, from gettext-0.11.5.
28039         * m4/gettext.m4: New file, from gettext-0.11.5.
28040         * m4/glibc21.m4: New file, from gettext-0.11.5.
28041         * m4/iconv.m4: New file, from gettext-0.11.5.
28042         * m4/intdiv0.m4: New file, from gettext-0.11.5.
28043         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
28044         * m4/inttypes.m4: New file, from gettext-0.11.5.
28045         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
28046         * m4/isc-posix.m4: New file, from gettext-0.11.5.
28047         * m4/lcmessage.m4: New file, from gettext-0.11.5.
28048         * m4/lib-ld.m4: New file, from gettext-0.11.5.
28049         * m4/lib-link.m4: New file, from gettext-0.11.5.
28050         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
28051         * m4/progtest.m4: New file, from gettext-0.11.5.
28052         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
28053         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
28054         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
28055
28056         Module localcharset.
28057         * m4/localcharset.m4: New file.
28058
28059         Module hard-locale.
28060         * m4/hard-locale.m4: New file.
28061
28062         Module mbswidth.
28063         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
28064         onceonly macros.
28065         * m4/mbrtowc.m4: Add comment.
28066
28067         Module memcasecmp.
28068         * m4/memcasecmp.m4: New file.
28069
28070         Module memcoll.
28071         * m4/memcoll.m4: New file.
28072
28073         Module unicodeio.
28074         * m4/unicodeio.m4: New file.
28075
28076         Module rpmatch.
28077         * m4/rpmatch.m4: New file.
28078
28079         Module yesno.
28080         * m4/yesno.m4: New file.
28081
28082         Module exitfail.
28083         * m4/exitfail.m4: New file.
28084
28085         Module c-stack.
28086         * m4/c-stack.m4 (gl_C_STACK): New macro.
28087         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
28088
28089         Module error.
28090         * m4/error.m4 (gl_ERROR): New macro.
28091         (jm_PREREQ_ERROR): Use onceonly macros.
28092
28093         Module fatal.
28094         * m4/fatal.m4: New file.
28095
28096         Module getloadavg.
28097         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
28098         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
28099
28100         Module getpagesize.
28101         * m4/getpagesize.m4: New file.
28102
28103         Module getusershell.
28104         * m4/getusershell.m4: New file.
28105
28106         Module physmem.
28107         * m4/physmem.m4: New file.
28108
28109         Module posixver.
28110         * m4/posixver.m4: New file.
28111
28112         Module quotearg.
28113         * m4/quotearg.m4: New file.
28114
28115         Module quote.
28116         * m4/quote.m4: New file.
28117
28118         Module readutmp.
28119         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
28120
28121         Module sig2str.
28122         * m4/sig2str.m4: New file.
28123
28124         Other.
28125         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
28126         ulonglong.m4.
28127         * m4/intmax_t.m4: New file.
28128         * m4/d-type.m4: Indentation.
28129         * m4/jm-macros.m4: Update.
28130         * m4/prereq.m4 (jm_PREREQ): Update.
28131         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
28132         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
28133         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
28134         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
28135         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
28136         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
28137         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
28138         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
28139         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
28140         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
28141         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
28142         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
28143         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
28144         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
28145         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
28146         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
28147         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
28148         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
28149         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
28150
28151 2002-12-24  Bruno Haible  <bruno@clisp.org>
28152
28153         * MODULES.txt: Update according to m4/ changes.
28154
28155         Module gettext.
28156         * config.rpath: New file, from gettext-0.11.5.
28157
28158         * modules/*: New module descriptions.
28159         * gnulib-tool: New file.
28160         * MODULES.html.sh: New file.
28161
28162 2002-12-21  Karl Berry  <karl@gnu.org>
28163
28164         * doc/fdl.texi: update to version 1.2.
28165
28166 2002-12-19  Karl Berry  <karl@gnu.org>
28167
28168         * config/config.guess: update from prep.
28169
28170 2002-12-18  Bruno Haible  <bruno@clisp.org>
28171
28172         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
28173         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
28174
28175 2002-12-17  Bruno Haible  <bruno@clisp.org>
28176
28177         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
28178         stdlib.h, string.h.
28179
28180 2002-12-17  Bruno Haible  <bruno@clisp.org>
28181
28182         * lib/canon-host.c (strdup): Remove unused declaration.
28183
28184         * lib/fsusage.c: Include full_read.h.
28185         (get_fs_usage): Use full_read instead of safe_read.
28186
28187         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
28188
28189 2002-12-12  Karl Berry  <karl@gnu.org>
28190
28191         * config/config.guess: update from prep.
28192
28193 2002-12-11  Bruno Haible  <bruno@clisp.org>
28194
28195         * m4/setenv.m4: New file, from gettext-0.11.5.
28196
28197 2002-12-11  Bruno Haible  <bruno@clisp.org>
28198
28199         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
28200         not unsetenv().
28201         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
28202         modifications:
28203
28204         2002-12-11  Bruno Haible  <bruno@clisp.org>
28205
28206                 * setenv.c (alloca): Fall back to malloc.
28207                 (freea): New macro.
28208                 (setenv): Use freea() to free memory allocated with alloca().
28209
28210         2002-11-13  Bruno Haible  <bruno@clisp.org>
28211
28212                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
28213                 function declarations.
28214                 * unsetenv.c (unsetenv): Likewise.
28215
28216         2002-03-04  Bruno Haible  <bruno@clisp.org>
28217
28218                 Portability to AIX 4.3.3.
28219                 * unsetenv.c: New file, extracted from setenv.c.
28220                 * setenv.c: Move the unsetenv() function to unsetenv.c.
28221
28222         2001-12-20  Bruno Haible  <bruno@clisp.org>
28223
28224                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
28225                 use malloc instead. For SunOS 4.
28226
28227         2001-12-11  Bruno Haible  <bruno@clisp.org>
28228
28229                 * setenv.c: Declare alloca.
28230                 (compar_fn_t): New typedef.
28231                 (KNOWN_VALUE, STORE_VALUE): Use it.
28232
28233         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
28234         setenv.h.
28235
28236 2002-12-10  Paul Eggert  <eggert@twinsun.com>
28237
28238         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
28239         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
28240         Choose values that are less likely to collide with system fnmatch
28241         options.
28242         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
28243         defined (e.g., a pure POSIX system).
28244         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
28245         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
28246
28247 2002-12-06  Paul Eggert  <eggert@twinsun.com>
28248
28249         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
28250         a pain in practice to deal with generated m4 files.  This change
28251         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
28252
28253         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
28254         and jm-glibc-io.m4, as they are no longer a special case.
28255         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
28256         kludge and the auto-generation stuff.  Check only whether the
28257         functions are declared, not whether they exist, since older hosts
28258         that don't declare the functions can't use the optimization anyway.
28259
28260 2002-12-06  Jim Meyering  <jim@meyering.net>
28261
28262         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
28263
28264         Merge in changes from libc's misc/error.c, in preparation
28265         for the merge of gnulib's changes back into libc.
28266
28267         * lib/error.c (_): Define only if not already defined.
28268         Move definition to follow all #include directives.
28269         Include unlocked-io.h only if !_LIBC.
28270         [_LIBC]: Include <libio/libioP.h>.
28271         [USE_IN_LIBIO]: Include <libio/iolibio.h>
28272         (fflush): Tweak definition to use INTUSE.
28273         (putc): Define.
28274
28275 2002-12-05  Paul Eggert  <eggert@twinsun.com>
28276
28277         * lib/alloca.c [defined emacs]: Include "lisp.h".
28278         (xalloc_die) [defined emacs]: New macro.
28279         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
28280         [! defined emacs]: Include <xalloc.h>.
28281         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
28282         (pointer): Typedef to POINTER_TYPE *.
28283         (malloc): Remove decl; we now always use xmalloc.
28284         (alloca): Use old-style definition, since Emacs needs this.
28285         Check for arithmetic overflow when computing combined size.
28286
28287 2002-12-04  Paul Eggert  <eggert@twinsun.com>
28288
28289         Do not generate unlocked-io.h automatically, since it's easier to
28290         maintain it by hand.
28291
28292         * lib/unlocked-io.h: New file, from GNU diffutils,
28293         but with proper copyright notice and attribution.
28294         * lib/gen-uio: Remove.
28295         * lib/Makefile.am: Add copyright notice.
28296         (libfetish_a_SOURCES): Add unlocked-io.h.
28297         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
28298         (DISTCLEANFILES, io_functions): Remove macros.
28299         (EXTRA_DIST): Remove gen_uio.
28300         (unlocked-io.h): Remove rule.
28301
28302 2002-12-04  Jim Meyering  <jim@meyering.net>
28303
28304         Reflect the fact that stat.c and lstat.c are no longer generated.
28305         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
28306         (DISTCLEANFILES): Likewise.
28307         (EXTRA_DIST): Likewise.
28308         (all_local): Don't depend on stat.c or lstat.c.
28309         (stat.c, lstat.c): Remove rules.
28310         (EXTRA_DIST): Remove xstat.in.
28311
28312         * lib/xstat.in: Remove file.  Contents moved into stat.c.
28313         * lib/stat.c: New file.  Contents mostly from xstat.in.
28314         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
28315         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
28316
28317         * lib/safe-read.c: Rework so that it may serve to define safe_write,
28318         too.
28319         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
28320
28321 2002-12-03  Jim Meyering  <jim@meyering.net>
28322
28323         * lib/safe-read.c, safe-write.c: Change variable names and comments,
28324         but not semantics, to minimize the differences between these two files.
28325         (safe_read): Change comment to mention SAFE_READ_ERROR.
28326
28327         * lib/safe-read.c (IS_EINTR): Define.
28328         (safe_read): Use IS_EINTR in place of in-function cpp directives.
28329
28330 2002-12-02  Jim Meyering  <jim@meyering.net>
28331
28332         * lib/safe-read.c (EINTR): Define.
28333         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
28334         (INT_MAX): Provide fallback.
28335         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
28336
28337         * lib/safe-read.h (SAFE_READ_ERROR): Define.
28338
28339 2002-12-02  Bruno Haible  <bruno@clisp.org>
28340
28341         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
28342         Define, taken from safe-read.c.
28343         (INT_MAX): Provide fallback.
28344         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
28345         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
28346
28347         * lib/safe-read.c (EINTR): Remove definition.
28348         (safe_read): Don't use EINTR if it is absent.
28349
28350 2002-12-01  Jim Meyering  <jim@meyering.net>
28351
28352         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
28353         zero.
28354         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
28355
28356 2002-11-27  Paul Eggert  <eggert@twinsun.com>
28357
28358         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
28359         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
28360         with `if (! (value < limit)) abort ();', for readability.
28361
28362 2002-11-26  Karl Berry  <karl@gnu.org>
28363
28364         * lib/strdup.c: copy from libc again, with jim's ok.
28365         * lib/.cppi-disable: re-add strdup.c
28366
28367 2002-11-25  Karl Berry  <karl@gnu.org>
28368
28369         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
28370         instead of "strtol.c".
28371
28372 2002-11-25  Karl Berry  <karl@gnu.org>
28373
28374         * config/install-sh: update from automake for variable quoting, $0 in
28375         error msgs, etc.
28376
28377         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
28378         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
28379         entry.
28380
28381 2002-11-25  Jim Meyering  <jim@meyering.net>
28382
28383         * lib/mktime.c: Sync from libc, now that it has the latest fix.
28384
28385 2002-11-24  Karl Berry  <karl@gnu.org>
28386
28387         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
28388         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
28389
28390 2002-11-24  Jim Meyering  <jim@meyering.net>
28391
28392         Update from coreutils:
28393
28394         * lib/mktime.c: Merge in changes from libc.
28395
28396         Avoid a link-time failure on some Linux systems.
28397         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
28398         (otherwise).
28399         (__mon_yday): Declare with the STATIC attribute.
28400         (__mktime_internal): Likewise.
28401         Based on a report from Greg Schafer.
28402
28403 2002-11-23  Jim Meyering  <jim@meyering.net>
28404
28405         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
28406         Use `unsigned', not `int', as type of index.
28407
28408         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
28409
28410         * lib/fsusage.c: Remove unneeded parentheses around operands of
28411         `defined'.
28412
28413 2002-11-22  Paul Eggert  <eggert@twinsun.com>
28414
28415         * lib/quotearg.h: Allow multiple inclusion by surrounding with
28416         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
28417         so that we can be included first.
28418         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
28419         * lib/quotearg.c: Include quotearg.h immediately after config.h.
28420         No need to include stddef.h or sys/types.h any more.
28421         Surround local include files with "", not "<>".
28422         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
28423         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
28424         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
28425         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
28426         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
28427         (ISPRINT): Remove; no longer needed now that we assume C89.
28428
28429         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
28430         Preserve errno.
28431
28432         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
28433         quotearg_char): Use SIZE_MAX rather than
28434         (size_t) -1 when we are talking about "infinity".
28435
28436         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
28437
28438 2002-11-22  Paul Eggert  <eggert@twinsun.com>
28439
28440         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
28441         hint that one should use `if (! x) abort ();' rather than `assert
28442         (x);', and anyway it's one less thing to worry about configuring.
28443         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
28444         hash_rehash, hash_insert): Use abort rather than assert.
28445
28446 2002-11-22  Bruno Haible  <bruno@clisp.org>
28447
28448         * lib/safe-read.h: Assume C89. Add comments.
28449         (safe_read): Change return type to size_t.
28450         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
28451         byte counts > SSIZE_MAX correctly.
28452         * lib/safe-write.h: New file.
28453         * lib/safe-write.c: New file.
28454         * lib/full-read.h: New file.
28455         * lib/full-read.c: New file.
28456         * lib/full-write.h: Assume C89. Add comments.
28457         * lib/full-write.c: Include safe-write.h.
28458         (full_write): Rewritten to use safe_write.
28459         Suggested by Jim Meyering and Paul Eggert.
28460
28461 2002-11-21  Jim Meyering  <jim@meyering.net>
28462
28463         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
28464
28465         Merge in changes from the coreutils.
28466
28467         2002-09-25  Paul Eggert  <eggert@twinsun.com>
28468         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
28469         <stdint.h>.
28470         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
28471         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
28472         int.  Work more efficiently if X is the same width as uintmax_t.
28473         Do not compare X to -1, to avoid bogus compiler warning.
28474         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
28475         Don't assume that f_frsize and f_bsize are the same type.
28476
28477         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
28478         warning on FreeBSD.
28479
28480         * lib/makepath.c (make_path): Restore umask *before* creating the final
28481         component.
28482         (make_path): Minor reformatting.
28483
28484         * lib/xmalloc.c: Adjust to work with new autoconf macros,
28485         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
28486         HAVE_MALLOC/HAVE_REALLOC.
28487
28488         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
28489         dummy ones.  At least on GNU/Linux systems, `auto' means something
28490         else.
28491         From Michael Stone.
28492
28493 2002-11-21  Bruno Haible  <bruno@clisp.org>
28494
28495         Remove case insensitive option matching.
28496         * lib/argmatch.h (argcasematch): Remove declaration.
28497         (ARGCASEMATCH): Remove macro.
28498         (__xargmatch_internal): Remove case_sensitive argument.
28499         (XARGMATCH): Update.
28500         (XARGCASEMATCH): Remove macro.
28501         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
28502         case_sensitive argument.
28503         (argcasematch): Remove function.
28504         (__xargmatch_internal): Remove case_sensitive argument.
28505         (main): Use XARGMATCH instead of XARGCASEMATCH.
28506
28507         * lib/xmalloc.c: Change compile-time error message. Add comment about
28508         required autoconf version.
28509
28510 2002-11-20  Paul Eggert  <eggert@twinsun.com>
28511
28512         Merge argmatch cleanups from Bison.  Assume C89.
28513
28514         * lib/argmatch.c: Include config.h here, not in argmatch.h.
28515         Include stdlib.h, for EXIT_FAILURE.
28516         Always include <string.h>, since we assume C89.
28517         (EXIT_FAILURE): Remove pre-C89 bug workaround.
28518         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
28519         Include <stddef.h> instead, since it's all we need for size_t.
28520         (PARAMS): Remove.  All uses removed.
28521         (ARRAY_CARDINALITY): Do not bother to #undef.
28522         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
28523         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
28524         Remove unnecessary parentheses.
28525         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
28526         Insert necessary parentheses.
28527         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
28528         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
28529
28530 2002-11-19  Bruno Haible  <bruno@clisp.org>
28531
28532         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
28533         * lib/mbswidth.h: Include <stddef.h>, for size_t.
28534
28535         * lib/mbswidth.h (PARAMS): Remove macro.
28536         (mbswidth, mbsnwidth): Use ANSI C function declarations.
28537         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
28538
28539         * lib/gcd.h (PARAMS): Remove macro.
28540         (gcd): Use ANSI C function declarations.
28541         * lib/gcd.c (gcd): Likewise.
28542
28543 2002-11-15  Bruno Haible  <bruno@clisp.org>
28544
28545         * lib/strcspn.c: Include <stddef.h>.
28546         (strcspn): Use ANSI C function declaration. Change return type to
28547         size_t. Use NULL.
28548         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
28549         (strpbrk): Use NULL.
28550         * lib/strpbrk.h (PARAMS): Remove macro.
28551         (strpbrk): Use ANSI C function declaration.
28552         * lib/strstr.c: Don't include <sys/types.h>.
28553         * lib/strstr.h (PARAMS): Remove macro.
28554         (strstr): Use ANSI C function declarations.
28555
28556 2002-11-14  Karl Berry  <karl@gnu.org>
28557
28558         * config/mkinstalldirs: `do' on separate line, instead of
28559         `for var; do'.
28560
28561 2002-11-06  Bruno Haible  <bruno@clisp.org>
28562
28563         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
28564         * lib/gcd.c (gcd): Likewise.
28565
28566 2002-11-05  Bruno Haible  <bruno@clisp.org>
28567
28568         * lib/gcd.h: New file, from gettext-0.11.5.
28569         * lib/gcd.c: New file, from gettext-0.11.5.
28570
28571 2002-11-05  Bruno Haible  <bruno@clisp.org>
28572
28573         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
28574         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
28575         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
28576         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
28577
28578         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
28579         <libintl.h>.
28580         * lib/makepath.c: Include gettext.h instead of <locale.h> and
28581         <libintl.h>.
28582
28583         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
28584         * lib/human.c: Include gettext.h instead of <libintl.h>.
28585         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
28586         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
28587         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
28588         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
28589         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
28590         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
28591         (textdomain): Remove definition.
28592         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
28593
28594         * lib/long-options.c: Remove include of <libintl.h> and definition of
28595         _.
28596         * lib/same.c: Remove include of <libintl.h> and definition of _.
28597
28598 2002-11-04  Owen Taylor  <otaylor@redhat.com>
28599
28600         * lib/config.charset: A few additions for Solaris.
28601
28602 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
28603
28604         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
28605         * lib/localcharset.c (locale_charset): Declare as extern "C".
28606
28607 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
28608
28609         * lib/config.charset: msdos in uk_UA uses CP1125.
28610
28611 2002-11-04  Bruno Haible  <bruno@clisp.org>
28612
28613         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
28614         * lib/strcase.h: New file, from GNU gettext-0.11.5.
28615         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
28616         * lib/strstr.h: New file, from GNU gettext-0.11.5.
28617         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
28618
28619 2002-11-04  Bruno Haible  <bruno@clisp.org>
28620
28621         * lib/localcharset.c (locale_charset): Don't return an empty string.
28622
28623 2002-11-04  Bruno Haible  <bruno@clisp.org>
28624
28625         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
28626         aliases.
28627
28628 2002-11-04  Bruno Haible  <bruno@clisp.org>
28629
28630         * lib/config.charset: Update for newest glibc. Add canonical names
28631         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
28632
28633 2002-11-04  Bruno Haible  <bruno@clisp.org>
28634
28635         * lib/config.charset: Add support for NetBSD.
28636
28637 2002-11-04  Bruno Haible  <bruno@clisp.org>
28638
28639         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
28640
28641 2002-11-01  Bruno Haible  <bruno@clisp.org>
28642
28643         * configure.in: Add AC_CONFIG_AUX_DIR call.
28644         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
28645         test/Makefile.
28646         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
28647
28648 2002-09-28  Karl Berry  <karl@gnu.org>
28649
28650         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
28651         installed automake until the next release, since changes have been
28652         made.
28653
28654 2002-09-25  Karl Berry  <karl@gnu.org>
28655
28656         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
28657         * lib/getopt*: copy from libc/posix.
28658         * lib/gettext.h: copy from gettext.
28659         * lib/.cppi-disable: add strdup.c, gettext.h.
28660
28661 2002-09-25  Karl Berry  <karl@gnu.org>
28662
28663         * config/srclist.txt: enable gettext.h check.
28664         * config/config.{guess,sub}: update from prep.
28665         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
28666                 from automake 1.6.3.
28667         See srclist*.
28668
28669 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
28670
28671         * regex.c (PATFETCH): Remove the translating fetch.
28672         (PATFETCH_RAW): Rename to PATFETCH.
28673         (set_image_of_range): New fun.
28674         (SET_RANGE_TABLE_WORK_AREA): Use it.
28675         (regex_compile): Don't translate the pattern chars so eagerly.
28676         Only do it when inserting an `exactn' bytecode or when handling
28677         a char-range.
28678         (mutually_exclusive_p): Avoid empty statement.
28679
28680 2002-07-06  Jim Meyering  <meyering@lucent.com>
28681
28682         * m4/README: Don't mention Makefile.am.in.
28683         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
28684
28685 2002-07-01  Jim Meyering  <meyering@lucent.com>
28686
28687         * lib/c-stack.c: Include sys/time.h.
28688         From Volker Borchert.
28689
28690 2002-06-26  Paul Eggert  <eggert@twinsun.com>
28691
28692         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
28693
28694 2002-06-26  Paul Eggert  <eggert@twinsun.com>
28695
28696         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
28697         New macro.  Use it uniformly instead of
28698         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
28699         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
28700         reported by Vin Shelton.
28701
28702 2002-06-22  Paul Eggert  <eggert@twinsun.com>
28703
28704         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
28705         Do not assume SA_SIGINFO behavior.
28706         Bug reported by Jim Meyering on NetBSD 1.5.2.
28707
28708 2002-06-22  Jim Meyering  <meyering@lucent.com>
28709
28710         * m4/c-stack.m4: New file, from diffutils-2.8.2.
28711         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
28712
28713         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
28714         now that configure.ac uses AC_GNU_SOURCE.
28715         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
28716         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
28717
28718         Update to latest tools.  Suggestions from Paul Eggert.
28719         * m4/stdbool.m4: New file, from diffutils-2.8.2.
28720         * m4/gnu-source.m4: Update from diffutils-2.8.2.
28721         * m4/fnmatch.m4: Likewise.
28722         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
28723         to AC_HEADER_STDBOOL
28724
28725 2002-06-22  Jim Meyering  <meyering@lucent.com>
28726
28727         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
28728         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
28729
28730 2002-06-22  Jim Meyering  <meyering@lucent.com>
28731
28732         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
28733
28734         * lib/exitfail.c, exitfail.h: Likewise.
28735         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
28736
28737         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
28738         of fnmatch.h.
28739         (EXTRA_DIST): Add fnmatch_loop.c.
28740         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
28741
28742         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
28743         * lib/fnmatch.c: Update from diffutils-2.8.2.
28744         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
28745         * lib/fnmatch.h: Remove file.
28746
28747 2002-06-21  Jim Meyering  <meyering@lucent.com>
28748
28749         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
28750         * m4/mbrtowc.m4: Likewise.
28751
28752         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
28753         * m4/mbswidth.m4: Reflect name change:
28754         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
28755         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
28756
28757         * m4/lib-link.m4: Update from gettext-0.11.2.
28758         * m4/gettext.m4: Likewise.
28759
28760         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
28761         From Alfred M. Szmidt.
28762
28763 2002-06-18  Paul Eggert  <eggert@twinsun.com>
28764
28765         * lib/file-type.h: Report an error if neither S_ISREG nor
28766         S_IFREG is defined, instead of using a test specific to glibc
28767         2.2.  This should be safe, since POSIX requires S_ISREG and
28768         Unix Version 7 had S_IFREG.  We don't need to check for
28769         <sys/types.h> since we don't use any symbols that it defines.
28770
28771 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
28772
28773         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
28774         $@-t, so that each temporary file name is unique and valid in the first
28775         8 characters, for operation under DOS.
28776
28777 2002-06-15  Paul Eggert  <eggert@twinsun.com>
28778
28779         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
28780
28781 2002-06-15  Jim Meyering  <meyering@lucent.com>
28782
28783         Work even with DJGPP 2.03, which lacks support for symlinks.
28784         From Richard Dawe.
28785         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
28786         is defined.
28787         * lib/lchown.c (S_ISLNK): Likewise.
28788
28789 2002-06-15  Jim Meyering  <meyering@lucent.com>
28790
28791         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
28792         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
28793         have been included before this file.
28794
28795 2002-06-14  Jim Meyering  <meyering@lucent.com>
28796
28797         * lib/file-type.h: Use the version from diffutils-2.8.2.
28798         * lib/file-type.c: Likewise.
28799
28800 2002-06-07  Jim Meyering  <meyering@lucent.com>
28801
28802         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
28803         They're needed at least for NetBSD 1.5.2.
28804         ($statxfs_includes): Include those same headers.
28805         ($statxfs_includes): Include sys/vfs.h if available.
28806         ($statxfs_includes): Likewise for sys/statvfs.h.
28807         Check for the following members in both structs statfs and statvfs:
28808         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
28809
28810 2002-06-01  Jim Meyering  <meyering@lucent.com>
28811
28812         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
28813         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
28814
28815 2002-05-28  Jim Meyering  <meyering@lucent.com>
28816
28817         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
28818         Reported by Volker Borchert.
28819
28820 2002-05-27  Jim Meyering  <meyering@lucent.com>
28821
28822         Fix a problem seen only on nonconforming systems whereby ls.c's
28823         use of localtime, and then of gettimeofday would cause trouble:
28824         the localtime call used to initialize rpl_gettimeofday's save
28825         mechanism would clobber ls's current local time information so
28826         that in any long listing the first file would always be listed
28827         with date 1970-01-01.  Analysis by Volker Borchert.
28828
28829         * lib/gettimeofday.c (localtime): Undefine.
28830         (rpl_localtime): New function.
28831
28832 2002-05-27  Jim Meyering  <meyering@lucent.com>
28833
28834         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
28835         localtime.
28836
28837         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
28838         use the replacement function; it wouldn't resolve at link time.
28839         Reported by Volker Borchert.
28840
28841 2002-05-22  Jim Meyering  <meyering@lucent.com>
28842
28843         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
28844         file-type.h.
28845         * lib/file-type.h: New file.
28846         * lib/file-type.c (file_type): New file/function.  Extracted from
28847         diffutils.
28848
28849 2002-04-30  Jim Meyering  <meyering@lucent.com>
28850
28851         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
28852
28853 2002-04-29  Paul Eggert  <eggert@twinsun.com>
28854
28855         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
28856
28857 2002-04-29  Paul Eggert  <eggert@twinsun.com>
28858
28859         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
28860         Do not check for alloca.h (no longer used) or stdbool.h (was never
28861         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
28862
28863 2002-04-29  Paul Eggert  <eggert@twinsun.com>
28864
28865         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
28866
28867 2002-04-29  Jim Meyering  <meyering@lucent.com>
28868
28869         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
28870         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
28871         Use AC_FUNC_STRNLEN here instead.
28872
28873         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
28874         With autoconf-2.53a, it's part of AC_PROG_CC.
28875
28876 2002-04-28  Paul Eggert  <eggert@twinsun.com>
28877
28878         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
28879         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
28880
28881 2002-04-28  Paul Eggert  <eggert@twinsun.com>
28882
28883         * lib/sig2str.h, lib/sig2str.c: New files.
28884         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
28885
28886 2002-04-28  Paul Eggert  <eggert@twinsun.com>
28887
28888         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
28889         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
28890         of 127, since 64 is the largest conceivable number for ancient
28891         nonstandard hosts.
28892         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
28893
28894 2002-04-28  Jim Meyering  <meyering@lucent.com>
28895
28896         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
28897
28898 2002-04-24  Jim Meyering  <meyering@lucent.com>
28899
28900         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
28901         (jm_PREREQ): Use it.
28902
28903         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
28904         mach/mach.h fcntl.h.
28905         Check for this function: setlocale.
28906
28907 2002-04-24  Jim Meyering  <meyering@lucent.com>
28908
28909         * lib/gettext.h: New file, from Gettext.
28910         * lib/Makefile.am (INCLUDES): Remove -I../intl.
28911         (libfetish_a_SOURCES): Add gettext.h.
28912
28913 2002-04-16  Jim Meyering  <meyering@lucent.com>
28914
28915         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
28916         ut_pid, ut_id, ut_exit.
28917
28918 2002-04-16  Jim Meyering  <meyering@lucent.com>
28919
28920         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
28921         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
28922         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
28923
28924 2002-04-12  Jim Meyering  <meyering@lucent.com>
28925
28926         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
28927         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
28928         existence of the getmntinfo function.  Needed for Darwin 5.3.
28929
28930         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
28931         This is necessary at least on Darwin 5.3.
28932
28933         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
28934         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
28935         strnlen.o in the library, and that makes some versions of ranlib
28936         object.
28937
28938 2002-04-12  Jim Meyering  <meyering@lucent.com>
28939
28940         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
28941
28942 2002-04-09  Jim Meyering  <meyering@lucent.com>
28943
28944         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
28945         to be more precise.  Rather than saying we're checking whether the
28946         function `works', say what we're testing.
28947         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
28948         Reported by Bruno Haible.
28949
28950 2002-03-10  Jim Meyering  <meyering@lucent.com>
28951
28952         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
28953         Suggestion from Santiago Vila.
28954
28955 2002-03-08  Jim Meyering  <meyering@lucent.com>
28956
28957         * lib/rename.c: Mention that this wrapper is needed also on
28958         mips-dec-ultrix4.4 systems.
28959
28960 2002-03-02  Jim Meyering  <meyering@lucent.com>
28961
28962         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
28963         not HAVE_CLOCK_SETTIME.
28964
28965 2002-02-27  Paul Eggert  <eggert@twinsun.com>
28966
28967         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
28968         Check for clock_settime.
28969
28970 2002-02-27  Paul Eggert  <eggert@twinsun.com>
28971
28972         * lib/nanosleep.h: Rename to....
28973         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
28974
28975         * lib/gettime.c: New file.
28976         * lib/settime.c: New file.
28977         * lib/stime.c: Remove.
28978
28979         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
28980         timespec.h.  Remove nanosleep.h.
28981
28982 2002-02-25  Paul Eggert  <eggert@twinsun.com>
28983
28984         * m4/acl.m4: New file.
28985         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
28986         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
28987
28988 2002-02-25  Paul Eggert  <eggert@twinsun.com>
28989
28990         * lib/acl.c, lib/acl.h: New files.
28991         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
28992
28993 2002-02-24  Jim Meyering  <meyering@lucent.com>
28994
28995         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
28996         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
28997         cause trouble.  Reported by Nelson Beebe.
28998
28999 2002-02-23  Paul Eggert  <eggert@twinsun.com>
29000
29001         * lib/path-concat.c (xpath_concat): Reorder code to pacify
29002         compilers that don't know that xalloc_die never returns.
29003
29004 2002-02-20  Jim Meyering  <meyering@lucent.com>
29005
29006         * lib/getdate.c: Regenerate using bison-1.33.
29007
29008 2002-02-17  Jim Meyering  <meyering@lucent.com>
29009
29010         * config/config.guess (main): Don't use `head -1'; it's no longer
29011         portable. Use `sed 1q' instead.
29012
29013 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
29014
29015         * m4/codeset.m4: Upgrade to gettext-0.11.
29016         * m4/gettext.m4: Upgrade to gettext-0.11.
29017         * m4/glibc21.m4: Upgrade to gettext-0.11.
29018         * m4/iconv.m4: Upgrade to gettext-0.11.
29019         * m4/isc-posix.m4: Upgrade to gettext-0.11.
29020         * m4/lcmessage.m4: Upgrade to gettext-0.11.
29021         * m4/lib-ld.m4: New file, from gettext-0.11.
29022         * m4/lib-link.m4: New file, from gettext-0.11.
29023         * m4/lib-prefix.m4: New file, from gettext-0.11.
29024         * m4/progtest.m4: Upgrade to gettext-0.11.
29025
29026 2002-02-15  Paul Eggert  <eggert@twinsun.com>
29027
29028         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
29029         (jm_PREREQ): Use it.
29030
29031 2002-02-15  Paul Eggert  <eggert@twinsun.com>
29032
29033         * lib/posixver.c, lib/posixver.h: New files.
29034         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
29035
29036 2002-02-02  Paul Eggert  <eggert@twinsun.com>
29037             Bruno Haible  <bruno@clisp.org>
29038
29039         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
29040         (fwrite_success_callback): New declaration.
29041         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
29042         print_unicode_char. Call failure callback instead of error.
29043         (fwrite_success_callback): New function.
29044         (exit_failure_callback): New function.
29045         (fallback_failure_callback): New function.
29046         (print_unicode_char): Call unicode_to_mb.
29047
29048 2002-01-26  Jim Meyering  <meyering@lucent.com>
29049
29050         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
29051         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
29052
29053 2002-01-26  Jim Meyering  <meyering@lucent.com>
29054
29055         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
29056
29057 2002-01-22  Paul Eggert  <eggert@twinsun.com>
29058
29059         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
29060
29061 2002-01-22  Jim Meyering  <meyering@lucent.com>
29062
29063         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
29064         Otherwise, some versions of automake would omit the rule that makes
29065         Makefile from Makefile.in.
29066
29067 2002-01-21  Paul Eggert  <eggert@twinsun.com>
29068
29069         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
29070         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
29071         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
29072         (memcoll): Set errno to zero if there is no error.
29073
29074         * lib/quotearg.c (quotearg_buffer_restyled):
29075         Fix bug with quoting buffers containing NUL when backslashing escapes.
29076         This bug was exposed by the other changes in this patch.
29077         (quotearg_n_options): New arg ARGSIZE.
29078         All callers changed.
29079         (quoting_options_from_style): New function.
29080         (quotearg_n_style): Use it.
29081         (quotearg_n_style_mem): New function.
29082
29083         * lib/quotearg.h (quotearg_n_style_mem): New function.
29084
29085 2002-01-19  Jim Meyering  <meyering@lucent.com>
29086
29087         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
29088         Remove useless quotes: DF_PROG="df".
29089         * m4/strnlen.m4: New file.
29090
29091 2002-01-16  Paul Eggert  <eggert@twinsun.com>
29092
29093         * lib/backupfile.c (ISDIGIT): Comment fix.
29094         * lib/getdate.y (ISDIGIT): Likewise.
29095         * lib/posixtm.c (ISDIGIT, year): Likewise.
29096         * lib/strverscmp.c (ISDIGIT): Likewise.
29097         * lib/userspec.c (ISDIGIT): Likewise.
29098
29099 2002-01-16  Jim Meyering  <meyering@lucent.com>
29100
29101         * lib/getdate.y: Add three semicolons, each just before a closing
29102         brace. Bison (as of version 1.31) no longer papers over that mistake.
29103
29104 2002-01-05  Jim Meyering  <meyering@lucent.com>
29105
29106         * lib/version-etc.c (version_etc_copyright): Update copyright year.
29107
29108 2001-12-19  Paul Eggert  <eggert@twinsun.com>
29109
29110         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
29111         not silently exit merely because the output buffer happens to
29112         have nothing pending.
29113
29114 2001-12-18  Paul Eggert  <eggert@twinsun.com>
29115
29116         See the big note in ../ChangeLog.
29117         * lib/human.c (suffixes): Prefer K to k for 1024.
29118         (generate_suffix_backwards): New function.
29119         (human_readable_inexact): Use it.
29120         * lib/xstrtol.c (__xstrtol): If there is no number but there
29121         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
29122         Accept 'K' as well as 'k'.
29123
29124 2001-12-15  Jim Meyering  <meyering@lucent.com>
29125
29126         * lib/regex.h (__restrict_arr): Update from libc.
29127
29128         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
29129         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
29130         (STREQ): Define.
29131
29132 2001-12-14  Jim Meyering  <meyering@lucent.com>
29133
29134         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
29135         Suggestion from Bruno Haible.
29136
29137 2001-12-10  Jim Meyering  <meyering@lucent.com>
29138
29139         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
29140         xrealloc, Instead, include "xalloc.h".
29141         (initbuffer): Don't cast xmalloc return value to char*.
29142         (readline): Reword comment.
29143         Don't cast xrealloc return value to char*
29144         Return NULL, not 0.
29145
29146 2001-12-09  Jim Meyering  <meyering@lucent.com>
29147
29148         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
29149         about `signed and unsigned type in conditional expression'.
29150         * lib/posixtm.c (posix_time_parse): Likewise.
29151
29152         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
29153
29154         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
29155         to avoid a pedantic warning.
29156
29157         * lib/getstr.c: Don't include assert.h.
29158         (getstr): Remove warning-evoking assertions.
29159         Return -1 if offset parameter is out of bounds.
29160         Change the type of a local from int to size_t.
29161
29162         * lib/strftime.c (my_strftime_localtime_r): Include this function
29163         definition in the `#if ! HAVE_TM_GMTOFF' block.
29164
29165         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
29166         Include xalloc.h instead.
29167
29168 2001-12-02  Jim Meyering  <meyering@lucent.com>
29169
29170         * lib/tempname.c: Don't declare getenv, thus reverting the change of
29171         2001-11-18.  It's no longer necessary, now that stdlib.h is always
29172         included.
29173
29174         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
29175         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
29176
29177 2001-11-30  Akim Demaille  <akim@epita.fr>
29178
29179         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
29180         before being defined.
29181
29182 2001-11-27  Paul Eggert  <eggert@twinsun.com>
29183
29184         * lib/quotearg.h (quotearg_n, quotearg_n_style):
29185         First arg is int, not unsigned.
29186         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
29187         (SIZE_MAX, UINT_MAX): New macros.
29188         (quotearg_n_options): Abort if N is negative.
29189         Avoid overflow check on hosts where size_t is 64 bits and int
29190         is 32 bits, as overflow is impossible there.
29191         Fix off-by-one typo that caused unnecessary reallocation.
29192
29193 2001-11-27  Jim Meyering  <meyering@lucent.com>
29194
29195         * lib/tempname.c: Merge with version from libc.
29196         * lib/regex.c: Likewise.
29197
29198         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
29199         systems for which STDC_HEADERS is 0, it was not included, resulting in
29200         a warning about an integer-to-pointer conversion problem with getenv.
29201         Reported by Volker Borchert.
29202
29203 2001-11-26  Jim Meyering  <meyering@lucent.com>
29204
29205         * lib/gtod.h: Remove file.
29206         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
29207         * lib/gettimeofday.c: Don't include gtod.h.
29208         (GTOD_init): Remove function.
29209         (rpl_gettimeofday): Do its job here instead, rather than aborting.
29210         Suggestion from Volker Borchert.
29211
29212 2001-11-23  Jim Meyering  <meyering@lucent.com>
29213
29214         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
29215         it.
29216         * lib/hash.c (struct hash_table): Define it here instead.
29217
29218 2001-11-22  Jim Meyering  <meyering@lucent.com>
29219
29220         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
29221
29222 2001-11-20  Jim Meyering  <meyering@lucent.com>
29223
29224         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
29225         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
29226
29227 2001-11-19  Jim Meyering  <meyering@lucent.com>
29228
29229         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
29230         directory.  Use "conftestXXXXXX" as the template.
29231         Suggestion from Paul Eggert.
29232
29233         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
29234         immediately, so the test doesn't mistakenly hit the max-open-files
29235         limit.
29236
29237 2001-11-18  Paul Eggert  <eggert@twinsun.com>
29238
29239         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
29240         (TEMPORARIES): New macro.
29241         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
29242         removes an artificial limitation (e.g. HP-UX 10.20, where
29243         TMP_MAX is 17576).
29244
29245 2001-11-18  Jim Meyering  <meyering@lucent.com>
29246
29247         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
29248
29249 2001-11-18  Jim Meyering  <meyering@lucent.com>
29250
29251         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
29252         on SunOS 4.
29253
29254         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
29255         files will be created before anything else.
29256
29257 2001-11-17  Paul Eggert  <eggert@twinsun.com>
29258
29259         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
29260         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
29261
29262 2001-11-17  Jim Meyering  <meyering@lucent.com>
29263
29264         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
29265         Prompted by a report from Bob Proulx.
29266
29267         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
29268         Instead, require UTILS_FUNC_MKSTEMP.
29269
29270 2001-11-17  Jim Meyering  <meyering@lucent.com>
29271
29272         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
29273         Now, that's done as part of AC_FUNC_STRTOD.
29274
29275 2001-11-17  Jim Meyering  <meyering@lucent.com>
29276
29277         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
29278         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
29279         rather than group writable.  Patch by Juan F. Codagnone.
29280
29281         * lib/readtokens.c: Remove explicit declarations of xmalloc and
29282         xrealloc, Instead, include "xalloc.h".
29283
29284         * lib/mountlist.c: Include unlocked-io.h after all system headers.
29285         Remove explicit declarations of xmalloc, xrealloc,
29286         and xstrdup.  Instead, include "xalloc.h".
29287
29288         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
29289         unlocked-io.h.
29290         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
29291         Likewise.
29292         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
29293
29294         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
29295         Reported by Padraig Brady.
29296
29297         * lib/mkstemp.c: #undef mkstemp.
29298         Include config.h.
29299         (rpl_mkstemp): Rename from mkstemp.
29300         Protoize.
29301
29302 2001-11-16  Jim Meyering  <meyering@lucent.com>
29303
29304         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
29305         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
29306         determine the amount of total physical memory, use pstat_getstatic.
29307         HPUX-11 doesn't define _SC_PHYS_PAGES.
29308         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
29309         If sysconf couldn't be used to determine the amount of available
29310         physical memory, use both pstat_getstatic and pstat_getdynamic.
29311         Based on a patch from Bob Proulx.
29312
29313 2001-11-10  Jim Meyering  <meyering@lucent.com>
29314
29315         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
29316         (jm_PREREQ): Use it.
29317
29318 2001-11-09  Jim Meyering  <meyering@lucent.com>
29319
29320         * m4/jm-macros.m4: Require autoconf-2.52f.
29321         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
29322         Use these AC_-prefixed names, not the AM_-prefixed ones.
29323
29324         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
29325
29326 2001-11-05  Jim Meyering  <meyering@lucent.com>
29327
29328         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
29329
29330 2001-11-04  Jim Meyering  <meyering@lucent.com>
29331
29332         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
29333         $DEFS.
29334
29335 2001-11-03  Jim Meyering  <meyering@lucent.com>
29336
29337         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
29338         of AC_DEFUN.
29339
29340         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
29341         know the name of the variable in the macro definition.
29342
29343 2001-11-03  Jim Meyering  <meyering@lucent.com>
29344
29345         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
29346         in argmatch_to_argument call.
29347
29348         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
29349         argument.
29350
29351         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
29352         e.g., a fault due to an attempt to free a NULL pointer.
29353
29354 2001-11-01  Jim Meyering  <meyering@lucent.com>
29355
29356         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
29357         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
29358
29359 2001-11-01  Jim Meyering  <meyering@lucent.com>
29360
29361         * lib/dirfd.c, lib/dirfd.h: New files.
29362         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
29363
29364         * lib/hash.c (hash_print) [TESTING]: Clean up.
29365
29366 2001-10-22  Paul Eggert  <eggert@twinsun.com>
29367
29368         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
29369         to avoid a warning if -Wall.
29370
29371 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
29372
29373         * README: New file
29374         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
29375         (per RMS's instructions, this is now the canonical source)
29376         * lgpl/, gpl/: New directories.
29377
29378 2001-10-21  Paul Eggert  <eggert@twinsun.com>
29379
29380         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
29381
29382 2001-10-21  Jim Meyering  <meyering@lucent.com>
29383
29384         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
29385         this code would end up calling gettext even in packages built
29386         with --disable-nls.
29387         * lib/getopt.c (_): Likewise.
29388         * lib/regex.c (_): Likewise.
29389
29390 2001-10-20  Paul Eggert  <eggert@twinsun.com>
29391
29392         * m4/error.m4 (jm_PREREQ_ERROR):
29393         Do not invoke AC_CHECK_FUNCS with strerror_r, as
29394         AC_FUNC_STRERROR_R does that.
29395         Check for strerror declaration.
29396
29397         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
29398         are supposed to have them these days.
29399         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
29400         Merge changes from latest Autoconf CVS.
29401         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
29402         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
29403         POSIX decided to standardize on the int flavor of strerror_r.
29404
29405 2001-10-20  Paul Eggert  <eggert@twinsun.com>
29406
29407         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
29408         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
29409         Use strerror_r that is only a macro, even if it is not a function.
29410         (strerror): Check for HAVE_DECL_STRERROR before declaring.
29411         (private_strerror): Use prototypes, not old-style function definition.
29412         (print_errno_message): New function.
29413         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
29414         char*-flavored one.
29415         (error_tail, error, error_at_line): Use it.
29416
29417 2001-10-11  Jim Meyering  <meyering@lucent.com>
29418
29419         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
29420         and quote_n (1, ... to avoid clobbering a buffer.
29421
29422 2001-10-05  Jim Meyering  <meyering@lucent.com>
29423
29424         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
29425         hash-pjw.h.
29426         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
29427         * lib/hash-pjw.h: New file.
29428
29429 2001-09-30  Jim Meyering  <meyering@lucent.com>
29430
29431         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
29432         `struct fsstat' has the `f_fstypename' member.
29433         Use that to define FS_TYPE, which is now used to make
29434         the getfsstat link test tighter.
29435
29436 2001-09-30  Jim Meyering  <meyering@lucent.com>
29437
29438         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
29439         Include <sys/ucred.h>, for Apple Darwin.
29440         Include sys/mount.h and sys/fs_types.h only if available.
29441         (FS_TYPE): Define.
29442         (read_filesystem_list): Use FS_TYPE.
29443
29444 2001-09-29  Paul Eggert  <eggert@twinsun.com>
29445
29446         * lib/exclude.c (excluded_filename): 0 -> false, since it's
29447         a boolean context.
29448
29449 2001-09-29  Jim Meyering  <meyering@lucent.com>
29450
29451         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
29452         [one-argument getmntent function]): Include stdio.h before mntent.h.
29453         SunOS 4.1.x needs it for the declaration of `FILE'.
29454         Patch by Volker Borchert.
29455
29456         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
29457         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
29458         sys/fs_types.h, and make the link-test for getfsstat guard #include
29459         directives with appropriate #if HAVE_*_H tests so that we can
29460         detect getfsstat on Apple Darwin1.3.7 systems.
29461         Reported by Nelson Beebe.
29462         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
29463
29464 2001-09-28  Paul Eggert  <eggert@twinsun.com>
29465
29466         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
29467         #defines strtoimax.  Also treat the other strto* functions
29468         like strtoimax.
29469
29470         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
29471         Check for strtoul and strtoumax,
29472         as those declarations are made even in the signed case.
29473         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
29474         Likewise, for strtol and strtoimax.
29475
29476 2001-09-28  Paul Eggert  <eggert@twinsun.com>
29477
29478         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
29479         #defines strtoimax.  Also treat the other strto* functions
29480         like strtoimax.
29481
29482         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
29483         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
29484         (strtoimax, strtoumax): Do not declare if already defined as a macro.
29485
29486 2001-09-26  Jim Meyering  <meyering@lucent.com>
29487
29488         Most macros in unlocked-io.h had the wrong number of arguments.
29489         * lib/gen-uio: New script.
29490         (USE_UNLOCKED_IO): Define to 1 if not already defined.
29491         * lib/unlocked-io.hin: Remove file.
29492         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
29493         rather than trying to embed it here.
29494         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
29495         Reported by Padraig Brady.
29496
29497 2001-09-25  Volker Borchert  <bt@teknon.de>
29498
29499         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
29500         `result'.
29501
29502 2001-09-24  Jim Meyering  <meyering@lucent.com>
29503
29504         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
29505
29506 2001-09-23  Jim Meyering  <meyering@lucent.com>
29507
29508         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
29509         instead of the mere test for existence of mntent.h.  The latter
29510         would get a false-positive on AIX 3.4 systems.
29511         In the outer getmntent if-block, don't die if neither of the getmntent
29512         tests succeeds.  Instead, just fall through and continue with the
29513         remaining tests.
29514
29515 2001-09-23  Jim Meyering  <meyering@lucent.com>
29516
29517         * lib/mountlist.c: Remove useless parentheses in #if directives.
29518         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
29519         the deprecated MOUNTED symbol is no longer defined in mntent.h.
29520
29521 2001-09-22  Jim Meyering  <meyering@lucent.com>
29522
29523         * m4/gettext.m4: New file.  From gettext.
29524         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
29525         * m4/progtest.m4: Likewise
29526         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
29527         * m4/glibc21.m4: Likewise.
29528
29529         * m4/libintl.m4: Remove.  No longer used.
29530
29531 2001-09-22  Jim Meyering  <meyering@lucent.com>
29532
29533         * lib/localcharset.c: Update from latest gettext.
29534         * lib/config.charset: Likewise.
29535
29536 2001-09-20  Jim Meyering  <meyering@lucent.com>
29537
29538         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
29539         strtoimax.
29540         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
29541         strtoumax.
29542
29543 2001-09-20  Jim Meyering  <meyering@lucent.com>
29544
29545         * lib/xstrtol.c (strtoimax): Guard declaration with
29546         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
29547         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
29548         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
29549         (strtoumax): Likewise, for completeness (it wasn't necessary).
29550
29551 2001-09-17  Paul Eggert  <eggert@twinsun.com>
29552
29553         * lib/strtoimax.c (HAVE_LONG_LONG):
29554         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
29555         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
29556         to work around bug in IBM C compiler.
29557
29558 2001-09-17  Jim Meyering  <meyering@lucent.com>
29559
29560         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
29561         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
29562         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
29563         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
29564         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
29565         whenever the right hand side need not be expanded by the shell.
29566
29567 2001-09-16  Paul Eggert  <eggert@twinsun.com>
29568
29569         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
29570         library.  It's not correct, as some older glibcs are buggy.
29571         fnmatch wasn't fixed until glibc 2.2.
29572
29573         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
29574         special shell magic here.
29575
29576 2001-09-16  Jim Meyering  <meyering@lucent.com>
29577
29578         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
29579         * m4/jm-macros.m4: Require it.
29580
29581 2001-09-16  Jim Meyering  <meyering@lucent.com>
29582
29583         * lib/mkdir.c: New file.
29584
29585 2001-09-15  Jim Meyering  <meyering@lucent.com>
29586
29587         * m4/jm-macros.m4: Check for help2man.
29588
29589 2001-09-11  Jim Meyering  <meyering@lucent.com>
29590
29591         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
29592         The body, by Paul Eggert, was moved here from configure.in.
29593         * m4/jm-macros.m4: Require UTILS_HOST_OS.
29594
29595 2001-09-04  Paul Eggert  <eggert@twinsun.com>
29596
29597         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
29598         (jm_PREREQ): Use it.
29599
29600 2001-09-04  Paul Eggert  <eggert@twinsun.com>
29601
29602         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
29603         Use ssize_t, not int, to store result of readlink.
29604         Check for ssize_t overflow as well as size_t overflow,
29605         as POSIX says the result of readlink is implementation-defined
29606         when ssize_t overflows.
29607         Remove unnecessary cast to char*.
29608         Use free+malloc instead of realloc, as the storage doesn't need
29609         to be preserved and it's clearer and can be more efficient that way.
29610         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
29611         * lib/xreadlink.h (xreadlink): Update prototype.
29612
29613 2001-09-04  Paul Eggert  <eggert@twinsun.com>
29614
29615         * lib/xgetcwd.c: Revert some of the previous change; intead,
29616         fix the HAVE_GETCWD_NULL code to behave more like the
29617         !HAVE_GETCWD_NULL code used to.
29618
29619         Include "xalloc.h".
29620         (xgetcwd): Do not return NULL when memory is exhausted; instead,
29621         invoke xalloc_die.
29622
29623 2001-09-03  Paul Eggert  <eggert@twinsun.com>
29624
29625         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
29626         sys/param.h, as pathmax.h includes them.
29627
29628 2001-09-03  Paul Eggert  <eggert@twinsun.com>
29629
29630         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
29631         (jm_PREREQ_XGETCWD): New macro.
29632
29633         * m4/getcwd.m4: New file.
29634
29635 2001-09-03  Paul Eggert  <eggert@twinsun.com>
29636
29637         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
29638         like the HAVE_GETCWD_NULL code.
29639         Include pathmax.h if not HAVE_GETCWD.
29640         Do not include xalloc.h.
29641         (INITIAL_BUFFER_SIZE): New symbol.
29642         Do not use xmalloc / xrealloc, since the caller is responsible for
29643         handling errors.  Preserve errno around `free' during failure.
29644         Do not overrun buffer when using getwd.
29645
29646 2001-09-03  Paul Eggert  <eggert@twinsun.com>
29647
29648         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
29649         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
29650         getcwd (NULL, 0).
29651
29652 2001-09-03  Paul Eggert  <eggert@twinsun.com>
29653
29654         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
29655         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
29656         spotted by Jim Meyering.
29657
29658 2001-09-03  Jim Meyering  <meyering@lucent.com>
29659
29660         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
29661         failure.
29662
29663 2001-09-02  Jim Meyering  <meyering@lucent.com>
29664
29665         * lib/error.c: Update from GNU libc.
29666
29667 2001-09-01  Jim Meyering  <meyering@lucent.com>
29668
29669         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
29670         Used by df.
29671
29672 2001-09-01  Jim Meyering  <meyering@lucent.com>
29673
29674         * lib/xreadlink.c: New file.
29675         * lib/xreadlink.h: New file.
29676         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
29677         xreadlink.h.
29678
29679         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
29680         doesn't conflict with sparc Solaris 7's definition in
29681         /usr/include/sys/int_types.h.
29682
29683         * lib/exclude.c: Use `""', not `<>' to #include non-system header
29684         files.
29685         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
29686         and strncasecmp as r-values.  Unixware didn't have declarations.
29687
29688 2001-08-31  Paul Eggert  <eggert@twinsun.com>
29689
29690         * lib/xstrtol.h: Add copyright notice.
29691         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
29692         LONGINT_INVALID_SUFFIX_CHAR.
29693
29694 2001-08-31  Paul Eggert  <eggert@twinsun.com>
29695
29696         * lib/xstrtol.c (strtoimax): New decl.
29697
29698 2001-08-31  Paul Eggert  <eggert@twinsun.com>
29699
29700         * lib/xgetcwd.c: Don't include pathmax.h.
29701         Include stdlib.h and unistd.h if available.
29702         Include xalloc.h.
29703         (xmalloc, xstrdup, free): Remove decls.
29704         (xgetcwd): Don't assume sizes fit in unsigned.
29705         Check for overflow when computing sizes.
29706         Simplify reallocation code.
29707
29708 2001-08-31  Paul Eggert  <eggert@twinsun.com>
29709
29710         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
29711         a directory's st_size can have an arbitrary value, so the old
29712         usage could waste an arbitrary amount of memory.  All uses
29713         changed.
29714         * lib/savedir.h: Update prototype.
29715
29716 2001-08-31  Paul Eggert  <eggert@twinsun.com>
29717
29718         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
29719
29720         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
29721         old strtoimax.c.
29722
29723         Also, make the following further changes to make this file's
29724         configuration more similar to that of strtol.c:
29725         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
29726         (strtoumax, uintmax_t, strtoull, strtol): Remove.
29727         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
29728         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
29729         changed to signed values.
29730
29731         And make the following changes as well:
29732         Fix copyright notice, as 1999 was missing.
29733         (verify): New macro.
29734         (strtoimax): Check sizes at compile-time, not run-time.
29735         Prefer strtol to strtoll if both work.
29736         (main): Remove; it was not that useful and was a pain to maintain.
29737
29738         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
29739
29740 2001-08-31  Jim Meyering  <meyering@lucent.com>
29741
29742         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
29743         Use an initial, malloc'd, buffer of length 128 rather than
29744         a statically allocated one of length 1024.
29745
29746 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29747
29748         Simplify code, partly by assuming autoconf 2.52 semantics.
29749
29750         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
29751
29752         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
29753         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
29754         All uses removed.
29755         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
29756         Move AC_REQUIRE to next-to-top level, to avoid confusion.
29757         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
29758         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
29759         jm_AC_HEADER_INTTYPES_H.
29760         * m4/jm-macros.m4 (jm_MACROS): Likewise.
29761
29762         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
29763
29764         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
29765         Quote first arg of AC_DEFUN.
29766         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
29767         since they are needed to parse the include file even if we need
29768         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
29769         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
29770         but with opposite signedness.
29771
29772 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29773
29774         Merge 'exclude' changes from tar 1.13.22.
29775         This fixes one or two unlikely storage allocation overflow bugs,
29776         but doesn't change user-visible behavior otherwise.
29777
29778 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29779
29780         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
29781         (jm_PREREQ_EXCLUDE): New macro.
29782
29783 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29784
29785         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
29786         tm to be declared.
29787
29788 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29789
29790         * lib/hash.c: Remove '2001' from copyright notice.
29791
29792 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29793
29794         * lib/full-write.h: New file.
29795         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
29796         * lib/full-write.c: Correct credits, as cccp.c no longer
29797         exists and anyway it was so heavily changed from the old cccp
29798         code as to be unrecognizable.  Include full-write.h.
29799         (full_write) Return size_t, with short writes meaning failure.
29800         All callers changed.  This fixes a bug with large buffers
29801         on 64-bit hosts.
29802         * lib/utime.c: Include full-write.h.
29803
29804 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29805
29806         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
29807         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
29808         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
29809         Include if available.
29810         (<xalloc.h>): Include
29811         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
29812         (verify): New macro.  Use it to verify that EXCLUDE macros do not
29813         collide with FNM macros.
29814         (struct patopts): New struct.
29815         (struct exclude): Use it, as exclude patterns now come with options.
29816         (new_exclude): Support above changes.
29817         (new_exclude, add_exclude_file):
29818         Initial size must now be a power of two to simplify overflow checking.
29819         (free_exclude, fnmatch_no_wildcards): New function.
29820         (excluded_filename): No longer requires options arg, as the options
29821         are determined by add_exclude.  Now returns bool, not int.
29822         (excluded_filename, add_exclude):
29823         Add support for the fancy new exclusion options.
29824         (add_exclude, add_exclude_file): Now takes int options arg.
29825         Check for arithmetic overflow when computing sizes.
29826         (add_exclude_file): xrealloc might modify errno, so don't
29827         realloc until after errno might be used.
29828
29829         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
29830         New macros.
29831         (free_exclude): New decl.
29832         (add_exclude, add_exclude_file): Now takes int options arg.
29833         (excluded_filename): No longer requires options arg, as the options
29834         are determined by add_exclude.  Now returns bool, not int.
29835
29836 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29837
29838         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
29839
29840 2001-08-27  Jim Meyering  <meyering@lucent.com>
29841
29842         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
29843
29844         * lib/version-etc.c (N_): Remove definition.
29845         Revert most of last change.
29846         Instead, simply don't mark the `Copyright...' string for translation.
29847         Based on advice from Paul Eggert.
29848
29849         * lib/strtoxmax.c: Tweak comment.
29850
29851 2001-08-26  Jim Meyering  <meyering@lucent.com>
29852
29853         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
29854
29855         * m4/xstrtoimax.m4: New file.
29856         * m4/xstrtoumax.m4: Add comments explaining why we
29857         AC_REPLACE_FUNCS(strtol).
29858
29859 2001-08-26  Jim Meyering  <meyering@lucent.com>
29860
29861         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
29862         of copyright with `%s' so translators don't get an untranslated
29863         message in 2002.
29864         (COPYRIGHT_YEAR): Define.
29865         (version_etc): Use fprintf rather than fputs.
29866         Suggestion from Ulrich Drepper.
29867
29868         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
29869
29870         * lib/strtoll.c: New file, from GNU libc.
29871         * lib/xstrtoimax.c: New file.
29872
29873         * lib/xstrtol.h: Add xstrtoimax.
29874         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
29875         * lib/strtoimax.c: New file.  Likewise, but first define
29876         STRTOUXMAX_SIGNED.
29877
29878         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
29879         ...
29880         * lib/strtoxmax.c: ... then renamed to this.
29881
29882 2001-08-18  Paul Eggert  <eggert@twinsun.com>
29883
29884         * m4/inttypes.m4: Add AC_PREREQ(2.13).
29885         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
29886         (jm_AC_TYPE_INTMAX_T): New macro.
29887         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
29888
29889         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
29890
29891         * m4/longlong.m4: Renamed from ulonglong.m4.
29892         * m4/inttypes.m4: Renamed from inttypes_h.m4.
29893         * m4/uintmax_t.m4: Removed.
29894
29895 2001-08-13  Paul Eggert  <eggert@twinsun.com>
29896
29897         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
29898         Port to Solaris 8, where 'sed' requires a space after the 'r'
29899         command, and where sh dislikes "$/".  Clean up the spacing a bit.
29900         Redirect output to $tmp just once.
29901
29902 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
29903
29904         * lib/addext.c (<errno.h>): Include.
29905         (errno): Declare if not defined.
29906         (addext): Work correctly when pathconf returns -1 and leaves
29907         errno alone because there is no limit.  Also, work even if
29908         pathconf returns a value greater than SIZE_MAX.
29909
29910 2001-08-12  Jim Meyering  <meyering@lucent.com>
29911
29912         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
29913         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
29914         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
29915         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
29916         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
29917         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
29918         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
29919         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
29920         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
29921         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
29922         utime.m4, utimes.m4, xstrtoumax.m4:
29923         Quote the first argument in each use of AC_DEFUN.
29924
29925 2001-08-12  Jim Meyering  <meyering@lucent.com>
29926
29927         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
29928         Simply `return getcwd (NULL, 0);'.
29929         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
29930         Use 1300 as initial value for length, not PATH_MAX.
29931
29932         * lib/pathmax.h: Clean up cpp syntax.
29933
29934 2001-08-12  Jim Meyering  <meyering@lucent.com>
29935
29936         * lib/gettimeofday.c: New file.
29937         * lib/gtod.h: New file.
29938         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
29939
29940 2001-08-05  Jim Meyering  <meyering@lucent.com>
29941
29942         * m4/jm-macros.m4: Require autoconf-2.52.
29943
29944 2001-08-04  Jim Meyering  <meyering@lucent.com>
29945
29946         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
29947         stmt, to get in sync with glibc.
29948
29949 2001-08-03  Paul Eggert  <eggert@twinsun.com>
29950
29951         The following changes are from gettext 0.10.39 as maintained by
29952         Bruno Haible.
29953
29954         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
29955         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
29956         with inverted sense.  All uses changed.
29957
29958         * lib/mbswidth.c: Don't include <limits.h>.
29959         Include <stdlib.h> and <string.h> unconditionally.
29960         (iswcntrl, mbsinit, ISCNTRL): New macros.
29961         (mbsnwidth): Use K&R style function declarations.
29962         Don't bother checking for MB_LEN_MAX == 1, since the compiler
29963         can optimize it when MB_CUR_MAX == 1.
29964         The width of control characters is zero, not 1.
29965
29966 2001-08-03  Paul Eggert  <eggert@twinsun.com>
29967
29968         The following changes are from gettext 0.10.39 as maintained by
29969         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
29970
29971         * m4/codeset.m4: Upgrade to serial AM1.
29972         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
29973         all uses changed.  Quote first arg of AC_DEFUN.
29974         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
29975
29976         * m4/iconv.m4: Upgrade to serial AM2.
29977         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
29978         Add --with-libconv-prefix.
29979         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
29980         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
29981         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
29982         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
29983         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
29984
29985         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
29986         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
29987         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
29988         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
29989         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
29990         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
29991         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
29992         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
29993         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
29994
29995         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
29996         string.h any more.
29997
29998         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
29999         not the default value.
30000
30001         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
30002         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
30003         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
30004         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
30005         Also check for iswcntrl, used for wcwidth fallback.
30006         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
30007         to Autoconf 2.13.
30008
30009 2001-08-03  Jim Meyering  <meyering@lucent.com>
30010
30011         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
30012         as it was in the original.  Reported by Paul Eggert.
30013
30014 2001-07-16  Jim Meyering  <meyering@lucent.com>
30015
30016         * m4/gettimeofday.m4: New file.
30017         Prompted by a report from Bernhard Baehr.
30018
30019 2001-07-15  Jim Meyering  <meyering@lucent.com>
30020
30021         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
30022         stuff. Now it's in ../Makefile.cfg.
30023
30024 2001-07-15  Jim Meyering  <meyering@lucent.com>
30025
30026         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
30027         (BUILT_SOURCES): Add unlocked-io.h.
30028         (io_functions): Define.
30029         (unlocked-io.h): New rule.
30030         (DISTCLEANFILES): Add unlocked-io.h.
30031         (all-local): Depend on unlocked-io.h, to ensure it is created.
30032
30033         * lib/unlocked-io.hin: New file
30034
30035         * lib/regex.c: Update from glibc.
30036
30037 2001-07-05  Jim Meyering  <meyering@lucent.com>
30038
30039         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
30040         recommendation.
30041         (libfetish_a_SOURCES): Put all .h files here instead.
30042         Remove a thus-exposed (better checks in automake) duplicate and
30043         two unnecessary .h files.
30044
30045 2001-07-04  Jim Meyering  <meyering@lucent.com>
30046
30047         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
30048         that generates jm-glibc-io.m4 so that it doesn't trigger any make
30049         distcheck failure.
30050
30051 2001-07-02  Jim Meyering  <meyering@lucent.com>
30052
30053         The following changes were prompted by suggestions from Bruno Haible.
30054
30055         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
30056         is now generated.
30057         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
30058         definition of EXTRA_DIST.
30059         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
30060         ensure that the generated file is created/updated whenever the list
30061         of $(unlocked_functions) is changed.
30062         (jm-glibc-io.m4): New rule.
30063         (unlocked-io.h): New rule -- currently unused.
30064
30065 2001-06-24  Jim Meyering  <meyering@lucent.com>
30066
30067         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
30068         unmatched right bracket, rather than kludging it with an extra,
30069         falsely-matching quote in a comment.  Patch by Akim Demaille.
30070
30071 2001-06-11  Jim Meyering  <meyering@lucent.com>
30072
30073         * lib/regex.c: Update from GNU libc.
30074
30075 2001-05-27  Jim Meyering  <meyering@lucent.com>
30076
30077         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
30078         Check for ut_type in struct utmp.
30079
30080 2001-05-27  Jim Meyering  <meyering@lucent.com>
30081
30082         * lib/readutmp.h (UT_TYPE): Define.
30083
30084 2001-05-24  Jim Meyering  <meyering@lucent.com>
30085
30086         * lib/argmatch.c: Include "quote.h".
30087         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
30088         quote function.  Reported by Göran Uddeborg.
30089
30090 2001-05-22  Jim Meyering  <meyering@lucent.com>
30091
30092         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
30093         now that we use the package-supplied version unconditionally.
30094         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
30095
30096 2001-05-21  Jim Meyering  <meyering@lucent.com>
30097
30098         * m4/regex.m4: Change a couple backticks to single quotes to avoid
30099         shell syntax errors.
30100
30101 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
30102
30103         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
30104
30105 2001-05-20  Paul Eggert  <eggert@twinsun.com>
30106
30107         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
30108         Don't bother to check library strftime, since
30109         we'll be using our own my_strftime function anyway.
30110         Define my_strftime instead of strftime.
30111
30112 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
30113
30114         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
30115         which is not yet declared.
30116
30117 2001-05-15  Jim Meyering  <meyering@lucent.com>
30118
30119         * m4/regex.m4: Use proper quoting so brackets appear in the test
30120         program.
30121         Reported by, and with help from, Bruno Haible.
30122
30123 2001-05-13  Jim Meyering  <meyering@lucent.com>
30124
30125         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
30126         undefined.
30127
30128 2001-05-11  Paul Eggert  <eggert@twinsun.com>
30129
30130         dirname code cleanup.  base_name now behaves more compatibly
30131         with POSIX basename when given file names that have trailing
30132         slashes, and similarly for dir_name.  Add new primitives
30133         base_len and dir_len.  Put the directory-name-related decls
30134         into dirname.h.
30135
30136         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
30137         * lib/backupfile.c (base_name): Likewise.
30138         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
30139         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
30140         * lib/makepath.c (strip_trailing_slashes): Likewise.
30141         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
30142         ISSLASH): Likewise.
30143         * lib/rename.c (strip_trailing_slashes): Likewise.
30144         * lib/same.c (base_name): Likewise.
30145         * lib/stripslash.c (ISSLASH): Likewise.
30146
30147         * lib/addext.c: Include <dirname.h> after size_t is defined.
30148         * lib/backupfile.c: Likewise.
30149
30150         * lib/addext.c (addext): Use base_len to trim redundant
30151         trailing slashes instead of doing it ourselves.
30152         But do not trim the last slash if it is not redundant.
30153
30154         * lib/backupfile.c (find_backup_file_name,
30155         max_backup_version): Use base_len instead of rolling it ourselves.
30156         Handle the case of "" and (on DOS) "C:" correctly.
30157
30158         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
30159         needed. Include <string.h>, <dirname.h>.
30160         (base_name): Allow file names ending in slashes, other than names
30161         that are all slashes.  In this case, return the basename followed
30162         by the slashes.  This is more general, and can be used in places
30163         where the original base_name purposely had an assertion failure.
30164         (base_len): New function.
30165
30166         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
30167         Do not include <assert.h>; no longer needed.
30168         Include xalloc.h.
30169         (memrchr): Remove decl.
30170         (dir_name_r): Remove.
30171         (dir_len): Renamed from dirlen.  All callers changed.
30172         Rewrite in terms of base_name, for simplicity and consistency.
30173         (dir_name): Never return NULL.  All callers changed.
30174         Do not include <stdlib.h> in test program; no longer needed.
30175         return 0; is fine for test program.
30176
30177         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
30178         New macros.
30179         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
30180
30181         * lib/path-concat.c (path_concat): Use base_len to compute
30182         base length, not strlen; this means we cannot rely on memcpy
30183         to null-terminate.
30184
30185         * lib/same.c (STREQ): Remove.
30186         (same_name): Handle the case where the basename ends in trailing '/'.
30187
30188         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
30189         a slash was stripped.  Do not strip the last slash after a
30190         file system prefix.
30191
30192 2001-05-11  Paul Eggert  <eggert@twinsun.com>
30193
30194         * lib/Makefile.am (libfetish_a_SOURCES):
30195         Add strftime.c, since we now compile it on all hosts.
30196
30197         * lib/strftime.c (my_strftime):
30198         Define to nstrftime if emacs, but only if my_strftime is not defined.
30199         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
30200         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
30201         Add one more extra argument: a nanoseconds value.
30202         All uses changed.
30203         (ns): New macro.
30204         (my_strftime function): Add %N format.
30205         (emacs_strftimeu): Renamed from emacs_strftime,
30206         with extra ut argument.
30207
30208 2001-05-09  Paul Eggert  <eggert@twinsun.com>
30209
30210         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
30211
30212 2001-04-21  Jim Meyering  <meyering@lucent.com>
30213
30214         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
30215         doesn't interfere.
30216
30217 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
30218
30219         * m4/ftruncate.m4: Check for chsize.
30220         Link with ftruncate.o unconditionally if ftruncate is missing.
30221         This was required when cross-compiling to i586-mingw32msvc.
30222
30223 2001-04-08  Jim Meyering  <meyering@lucent.com>
30224
30225         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
30226         recomputed; that's necessary when the offset spans a DST transition.
30227         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
30228
30229 2001-04-02  Jim Meyering  <meyering@lucent.com>
30230
30231         * lib/regex.h, regex.c: Update from GNU libc.
30232
30233 2001-03-24  Jim Meyering  <meyering@lucent.com>
30234
30235         * m4/jm-macros.m4: Require autoconf-2.49d.
30236
30237 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
30238
30239         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
30240
30241 2001-03-19  Paul Eggert  <eggert@twinsun.com>
30242
30243         * lib/version-etc.c (version_etc_copyright): Update to 2001.
30244
30245 2001-03-17  Jim Meyering  <meyering@lucent.com>
30246
30247         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
30248         now that the version in autoconf is equivalent.
30249         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
30250
30251         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
30252         Suggestion from Akim Demaille.
30253
30254         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
30255         (jm_PREREQ_TEMPNAME): New function.
30256
30257 2001-03-16  Paul Eggert  <eggert@twinsun.com>
30258
30259         * lib/tempname.c (uint64_t): Define to uintmax_t if
30260         not defined, and if UINT64_MAX is not defined.
30261         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
30262         Reported by John David Anglin.
30263
30264 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
30265
30266         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
30267         resolve alias if codeset is empty.
30268         * lib/config.charset (BeOS): Use wildcard syntax.
30269
30270 2001-03-13  Jim Meyering  <meyering@lucent.com>
30271
30272         * lib/path-concat.c (path_concat)
30273         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
30274         concatenating e.g., `C:' and `foo'.
30275         From Bruno Haible.
30276
30277 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
30278
30279         * lib/localcharset.c (locale_charset): Don't use
30280         setlocale(LC_CTYPE,NULL). Don't return NULL.
30281         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
30282
30283 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
30284
30285         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
30286         support for DOS/DJGPP.
30287
30288 2001-03-01  Paul Eggert  <eggert@twinsun.com>
30289
30290         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
30291         lacks mkstemp.  Compile our own tempname.c if we compile our own
30292         mkstemp.c, as mkstemp relies on tempname.
30293
30294 2001-03-01  Jim Meyering  <meyering@lucent.com>
30295
30296         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
30297         AH_VERBATIM really does output its argument verbatim.
30298
30299 2001-02-28  Paul Eggert  <eggert@twinsun.com>
30300
30301         * lib/Makefile.am (libfetish_a_SOURCES):
30302         Add dup-safer.c, fopen-safer.c.
30303         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
30304
30305         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
30306         * lib/unistd-safer.h: New files.
30307
30308 2001-02-25  Paul Eggert  <eggert@twinsun.com>
30309
30310         The mkstemp replacement is taken from glibc 2.2.2, with some
30311         portability fixes for use outside glibc, as follows:
30312
30313         * lib/tempname.c (struct_stat64): New macro.
30314         (direxists, __gen_tempname): Use it.
30315         This avoids a portability problem with Solaris 8.
30316
30317         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
30318         (<stddef.h>, <stdint.h>, <string.h>):
30319         Include only if STDC_HEADERS || _LIBC.
30320         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
30321         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
30322         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
30323         (__set_errno): Define this macro if <errno.h> doesn't.
30324         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
30325         Define these macros if <stdio.h> doesn't.
30326         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
30327         Define these macros if <sys/stat.h>
30328         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
30329         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
30330         __xstat64): Define if not _LIBC.
30331         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
30332         (__gen_tempname): Invoke gettimeofday only if
30333         HAVE_GETTIMEOFDAY || _LIBC;
30334         otherwise, fall back on plain "time".
30335         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
30336
30337         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
30338
30339         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
30340
30341 2001-02-18  Paul Eggert  <eggert@twinsun.com>
30342
30343         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
30344
30345 2001-02-17  Paul Eggert  <eggert@twinsun.com>
30346
30347         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
30348         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
30349         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
30350         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
30351
30352 2001-02-17  Paul Eggert  <eggert@twinsun.com>
30353
30354         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
30355         Remove workaround macros for hosts that have mbrtowc but not
30356         mbstate_t, as we now insist on proper declarations for both
30357         before using mbrtowc.
30358
30359 2001-02-17  Jim Meyering  <meyering@lucent.com>
30360
30361         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
30362         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
30363         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
30364         UnixWare 7.1.1.
30365
30366         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
30367         rather than AC_CACHE_VAL.
30368
30369 2001-02-17  Jim Meyering  <meyering@lucent.com>
30370
30371         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
30372         around included file name.
30373
30374         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
30375
30376         * lib/strftime.c: Update from GNU libc (the only changes were to
30377         comments).
30378
30379 2001-02-17  Jim Meyering  <meyering@lucent.com>
30380
30381         * lib/regex.c: Update from libc.
30382
30383 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
30384
30385         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
30386         clash.
30387
30388 2001-02-16  Paul Eggert  <eggert@twinsun.com>
30389
30390         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
30391         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
30392         Reported by Mark Hounschell via Paul Eggert.
30393
30394 2001-02-07  Jim Meyering  <meyering@lucent.com>
30395
30396         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
30397
30398 2001-02-05  Jim Meyering  <meyering@lucent.com>
30399
30400         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
30401         it includes the patch required for `large file' support with at least
30402         HP-UX's 10.20 /bin/cc.
30403
30404 2001-02-03  Jim Meyering  <meyering@lucent.com>
30405
30406         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
30407         AS_IF, now that it works once again (mysteriously).
30408         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
30409
30410 2001-01-30  Jim Meyering  <meyering@lucent.com>
30411
30412         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
30413         * m4/chown.m4: Rename conftestchown to conftest.chown.
30414         * m4/rename.m4: s/conftestdir/conftest.d1/ and
30415         s/conftestdir2/conftest.d2/.
30416         * m4/utimes.m4: s/conftestdata/conftest.data/
30417         Inspired by Pavel Roskin's change in autoconf.
30418
30419 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
30420
30421         * lib/config.charset: Update for FreeBSD 4.2.
30422
30423 2001-01-27  Jim Meyering  <meyering@lucent.com>
30424
30425         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
30426         a use of AS_IF.
30427         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
30428
30429 2001-01-26  Jim Meyering  <meyering@lucent.com>
30430
30431         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
30432         quotearg.c includes it.
30433
30434 2001-01-26  Jim Meyering  <meyering@lucent.com>
30435
30436         * lib/quotearg.c: Include stddef.h.
30437         * lib/quote.c: Include stddef.h.
30438         Reported by Axel Kittenberger.
30439
30440         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
30441         line in double quotes so that it evokes a better diagnostic.
30442         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
30443         Reported by Axel Kittenberger.
30444
30445 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
30446
30447         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
30448         as if it was a `charset'.
30449
30450 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
30451
30452         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
30453         has const.
30454
30455 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
30456
30457         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
30458         to avoid a warning.  Add back 'const' to inptr.
30459
30460 2001-01-20  Jim Meyering  <meyering@lucent.com>
30461
30462         Be sure that headers are checked before used in code compiled
30463         for the type checks.
30464         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
30465         In place of that, invoke jm_CHECK_ALL_TYPES.
30466         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
30467         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
30468         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
30469         The check for ssize_t was mistakenly run before the test for unistd.h.
30470
30471         The configure-time check for stdbool.h was missing.
30472         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
30473         (jm_PREREQ_HASH): New function.
30474
30475 2001-01-17  Jim Meyering  <meyering@lucent.com>
30476
30477         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
30478         for autoconf-2.49c.
30479         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
30480
30481 2001-01-16  Jim Meyering  <meyering@lucent.com>
30482
30483         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
30484         From Bruno Haible.
30485
30486 2001-01-14  Jim Meyering  <meyering@lucent.com>
30487
30488         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
30489         foo and bar.  Create conftestdir/ in the script, not in the C code.
30490         Remove directories in the script, not in the C code.
30491         Remove conftestdir{,2} before trying to create the directory.
30492         Make the entire configure script fail if the mkdir fails.
30493
30494 2001-01-14  Jim Meyering  <meyering@lucent.com>
30495
30496         * lib/rename.c: New file.  From Volker Borchert.
30497         Include stdlib.h, string.h or strings.h, and xalloc.h.
30498         Use strip_trailing_slashes rather than open-coding it.
30499
30500 2001-01-03  Paul Eggert  <eggert@twinsun.com>
30501
30502         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
30503
30504 2001-01-03  Jim Meyering  <meyering@lucent.com>
30505
30506         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
30507         of local `inptr' to avoid warning with some system declarations of
30508         iconv.
30509
30510 2001-01-02  Volker Borchert  <bt@teknon.de>
30511
30512         * m4/rename.m4: New file.
30513         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
30514
30515 2001-01-01  Jim Meyering  <meyering@lucent.com>
30516
30517         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
30518         even on systems with utmpx.h.  It's necessary for the declaration of
30519         utmp's ut_user member.  Reported by Andreas Jaeger.
30520
30521         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
30522         available. They are required for the declarations of getgrgid and
30523         getpwuid resp.
30524         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
30525         Reported by Andreas Jaeger.
30526
30527 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
30528
30529         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
30530         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
30531         so `make install' also works in VPATH builds.
30532
30533 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
30534
30535         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
30536         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
30537         can be used in subdirectories.
30538
30539 2000-12-29  Paul Eggert  <eggert@twinsun.com>
30540
30541         * lib/modechange.c: Do not assume that mode_t uses the
30542         traditional octal encoding.  E.g. "chmod 1 FOO" should set
30543         the other-execute bit of FOO even if S_IXOTH != 1.
30544
30545         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
30546         WOTH, XOTH, ALLM): New macros.
30547         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
30548          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
30549         Use them.
30550         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
30551         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
30552         (mode_compile):
30553         No need to use uintmax_t; unsigned long is long enough.
30554         Don't bother to get suffix since we don't use it.
30555
30556 2000-12-26  Jim Meyering  <meyering@lucent.com>
30557
30558         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
30559         better with autoheader.
30560
30561 2000-12-24  Jim Meyering  <meyering@lucent.com>
30562
30563         * lib/hash.c (is_prime): Return explicit boolean values.
30564         (hash_get_first): Return NULL to appease Irix5.6's 89.
30565         Reported by Nelson Beebe.
30566
30567 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
30568
30569         * lib/localcharset.c (locale_charset): Add support for Win32.
30570
30571 2000-12-18  Paul Eggert  <eggert@twinsun.com>
30572
30573         * lib/physmem.h, lib/physmem.c: New files.
30574
30575         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
30576         (noinst_HEADERS): Add physmem.h.
30577
30578         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
30579         't' for compatibility with Solaris 8 sort.
30580
30581 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
30582
30583         * lib/config.charset: Add support for BeOS.
30584
30585 2000-12-17  Jim Meyering  <meyering@lucent.com>
30586
30587         * m4/dos.m4 (jm_AC_DOS): New file and macro.
30588         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
30589
30590 2000-12-16  Jim Meyering  <meyering@lucent.com>
30591
30592         This bug had a serious impact on chown: `chown N:M FILE' (for integer
30593         N and M) would have treated it like `chown N:N FILE'.
30594
30595         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
30596
30597 2000-12-16  Jim Meyering  <meyering@lucent.com>
30598
30599         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
30600         SHELLS_FILE to a file name that's useful on djgpp systems.
30601         Include stdlib.h.
30602         (ADDITIONAL_DEFAULT_SHELLS): Define.
30603         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
30604         Based mostly on a patch from Prashant TR.
30605
30606 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
30607
30608         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
30609         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
30610         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
30611
30612 2000-12-08  Andreas Schwab  <schwab@suse.de>
30613
30614         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
30615         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
30616
30617 2000-12-07  Jim Meyering  <meyering@lucent.com>
30618
30619         * lib/stripslash.c (ISSLASH): Define.
30620         (strip_trailing_slashes): Use ISSLASH rather than comparing against
30621         `/'.
30622         From Prashant TR.
30623
30624         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
30625         (dir_name_r): Declare this function as static.
30626         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
30627         manifest itself on a name containing a mix of slashes and
30628         backslashes.
30629         Make this function work with names starting with a DOS-style
30630         drive letter and colon prefix.
30631         (dir_name): Append `.' if necessary.
30632         Based mostly on patches from Prashant TR and Eli Zaretskii.
30633
30634         * lib/dirname.h (dir_name_r): Remove prototype.
30635
30636 2000-12-06  Paul Eggert  <eggert@twinsun.com>
30637
30638         * m4/off_t-format.m4: Remove this file.
30639         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
30640
30641 2000-12-06  Jim Meyering  <meyering@lucent.com>
30642
30643         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
30644         replacement strtoull, we may well need the replacement strtoul, too.
30645         Check for declarations of strtoul and strtoull.
30646         Check for strtol.  Mainly as a cue to cause automake to include
30647         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
30648         Check for limits.h -- strtol.c needs it.
30649
30650 2000-12-05  Jim Meyering  <meyering@lucent.com>
30651
30652         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
30653
30654 2000-12-04  Jim Meyering  <meyering@lucent.com>
30655
30656         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
30657         Also include memory.h, stdlib.h, unistd.h if appropriate.
30658         Reported by Andreas Jaeger (conflicting declaration of malloc).
30659
30660 2000-12-02  Jim Meyering  <meyering@lucent.com>
30661
30662         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
30663         * m4/jm-macros.m4 (jm_MACROS): require it.
30664
30665 2000-12-02  Jim Meyering  <meyering@lucent.com>
30666
30667         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
30668
30669 2000-12-01  Paul Eggert  <eggert@twinsun.com>
30670
30671         * lib/memrchr.c: Include <config.h> before any system include file.
30672
30673 2000-11-30  Jim Meyering  <meyering@lucent.com>
30674
30675         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
30676
30677 2000-11-30  Jim Meyering  <meyering@lucent.com>
30678
30679         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
30680
30681 2000-11-29  Paul Eggert  <eggert@twinsun.com>
30682
30683         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
30684
30685 2000-11-26  Jim Meyering  <meyering@lucent.com>
30686
30687         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
30688
30689 2000-11-22  Paul Eggert  <eggert@twinsun.com>
30690
30691         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
30692         size of (size_t) -1; it's not portable.
30693
30694 2000-11-17  Jim Meyering  <meyering@lucent.com>
30695
30696         * lib/strstr.c: Update from GNU libc.
30697
30698 2000-11-17  Akim Demaille  <akim@epita.fr>
30699
30700         * lib/obstack.h: Formatting changes.
30701         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
30702         prevent type checking.
30703         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
30704         cast the value to (void *): assigning a `foo *' to a `void *'
30705         variable is valid.
30706         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
30707
30708 2000-11-16  Jim Meyering  <meyering@lucent.com>
30709
30710         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
30711
30712 2000-11-11  Jim Meyering  <meyering@lucent.com>
30713
30714         * lib/error.c: Add a couple #includes, merging from GNU libc version.
30715
30716 2000-11-10  Jim Meyering  <meyering@lucent.com>
30717
30718         * lib/obstack.h: Update from GNU libc.
30719         * lib/obstack.c: Likewise.
30720
30721 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
30722
30723         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
30724
30725 2000-11-06  Paul Eggert  <eggert@twinsun.com>
30726
30727         * lib/getusershell.c (setusershell): Use rewind rather than
30728         fseek/fseeko, to avoid configuration hassles with fseeko.
30729         Don't bother opening SHELLS_FILE if shellstream is NULL;
30730         it's not necessary.
30731
30732 2000-11-05  Jim Meyering  <meyering@lucent.com>
30733
30734         * lib/makepath.h (make_dir): Declare.
30735         * lib/makepath.c (make_dir): Remove `static' attribute.
30736         Tweak a comment.
30737
30738 2000-11-04  Jim Meyering  <meyering@lucent.com>
30739
30740         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
30741
30742 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
30743
30744         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
30745         last one in a bucket, advance to the next bucket.
30746
30747 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
30748
30749         * lib/fnmatch.c: Do not comment out all the code if we are using
30750         the GNU C library, because in some cases we are replacing buggy
30751         code in the GNU C library itself.
30752
30753 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
30754
30755         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
30756         (regex_compile): Catch bogus \(\1\).
30757
30758 2000-10-30  Paul Eggert  <eggert@twinsun.com>
30759
30760         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
30761         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
30762         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
30763
30764 2000-10-30  Paul Eggert  <eggert@twinsun.com>
30765
30766         * lib/error.h, getline.h, modechange.h:
30767         Remove "2000" from Copyright line, as the file hasn't been
30768         changed this year other than in the copyright notice.
30769
30770         * lib/xalloc.h: Add "2000" to Copyright line, as this file
30771         was changed this year.
30772
30773 2000-10-29  Jim Meyering  <meyering@lucent.com>
30774
30775         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
30776         renaming.
30777         * m4/ls-mntd-fs.m4: Likewise
30778
30779 2000-10-29  Jim Meyering  <meyering@lucent.com>
30780
30781         * lib/xstat.in: Fix grammar in comment.
30782
30783 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
30784
30785         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
30786         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
30787         doesn't define __restrict_arr.
30788
30789 2000-10-28  Jim Meyering  <meyering@lucent.com>
30790
30791         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
30792         (jm_PREREQ_MEMCHR): New function.
30793
30794 2000-10-28  Jim Meyering  <meyering@lucent.com>
30795
30796         * lib/memchr.c: Update from libc.
30797         Adjust for portability:
30798         [HAVE_STDLIB_H]: Include stdlib.h.
30799         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
30800         Undef __memchr, too.
30801         [!weak_alias]: Define __memchr to memchr.
30802
30803         * lib/regex.c: Update from libc.
30804         * lib/regex.h: Likewise.
30805         * lib/getopt1.c: Likewise.
30806         * lib/memcmp.c: Likewise.
30807
30808         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
30809         Avoid using fseek, when possible -- it's broken by design.
30810         Patch by Ulrich Drepper.
30811
30812 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
30813
30814         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
30815         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
30816         Giving in to popular pressure to shut up the compiler with casts.
30817
30818 2000-10-26  Jim Meyering  <meyering@lucent.com>
30819
30820         * lib/strftime.c: Update from libc.
30821
30822 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
30823
30824         * regex.c: More `unsigned char' -> `re_char' changes.
30825         Also change several `int' into `re_wchar_t'.
30826         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
30827         (PUSH_FAILURE_POINTER): Don't cast any more.
30828         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
30829         We want GCC to complain, since this piece of code makes
30830         re_match non-reentrant, which *should* be fixed.
30831         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
30832         (EXTEND_BUFFER): Use RETALLOC.
30833         (SET_LIST_BIT): Don't cast.
30834         (re_wchar_t): New type.
30835         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
30836         that those two functions will always properly return.
30837         (IMMEDIATE_QUIT_CHECK): Cast to void.
30838         (analyse_first): Use recursion rather than an explicit stack.
30839         (re_compile_fastmap): Can't fail anymore.
30840         (re_search_2): Don't check re_compile_fastmap for failure.
30841         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
30842         Now also sets the new value (passed in a new argument).
30843         (re_match_2_internal): Use it.
30844         Also, use a new var `reg' of type size_t when looping through regs
30845         rather than reuse the inappropriate `mcnt'.
30846
30847 2000-10-25  Jim Meyering  <meyering@lucent.com>
30848
30849         * lib/obstack.c: Update from libc.
30850
30851 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
30852
30853         * regex.c (regex_compile): Change the way of handling a range from
30854         a char less than 256 to a char not less than 256.
30855
30856 2000-10-24  Andrew Innes  <andrewi@gnu.org>
30857
30858         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
30859         NT-Emacs only.
30860         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
30861         so that re_search functions only quit when callers expect them to.
30862
30863 2000-10-23  Jim Meyering  <meyering@lucent.com>
30864
30865         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
30866         wrong.  That set_locale call must not have any side effects.
30867         From Paul Eggert.
30868
30869 2000-10-22  Jim Meyering  <meyering@lucent.com>
30870
30871         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
30872         [CYCLIC]: Remove now-unused definition.
30873
30874         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
30875         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
30876         Suggestion from Ulrich Drepper.
30877
30878 2000-10-21  Jim Meyering  <meyering@lucent.com>
30879
30880         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
30881         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
30882         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
30883
30884 2000-10-21  Jim Meyering  <meyering@lucent.com>
30885
30886         * lib/dirname.c (memrchr): Declare if necessary.
30887         (dir_name): Remove the restriction that there be no
30888         trailing slashes.  Now, this code skips past them, effectively
30889         ignoring them.
30890         [TEST_DIRNAME] (main): New unit tests.
30891
30892         * lib/memrchr.c: New file from GNU libc.
30893         Undef __memrchr, too.
30894         [!weak_alias]: Define __memrchr to memrchr.
30895         Guard weak_alias use with `#ifdef weak_alias'.
30896
30897 2000-10-21  Jim Meyering  <meyering@lucent.com>
30898
30899         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
30900         (dir_name): Use dir_name_r.
30901         * lib/dirname.h (dir_name_r): Declare it.
30902
30903 2000-10-17  Jim Meyering  <meyering@lucent.com>
30904
30905         * lib/quote.h (PARAMS): Define and use.
30906         Reported by Akim Demaille.
30907
30908         * lib/getopt.c: Update from libc.
30909
30910 2000-10-16  Jim Meyering  <meyering@lucent.com>
30911
30912         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
30913         setlocale.
30914         From Jan Fedak.
30915
30916 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
30917
30918         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
30919
30920 2000-09-25  Jim Meyering  <meyering@lucent.com>
30921
30922         * lib/md5.h (rol): Define (from GnuPG).
30923
30924         * lib/sha.c: Give credit (GnuPG) where due.
30925         (M): Use rol rather than open-coding it.
30926         Add a FIXME comment.
30927
30928 2000-09-21  Jim Meyering  <meyering@lucent.com>
30929
30930         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
30931         Reported by Michael Stone.
30932
30933 2000-09-20  Jim Meyering  <meyering@lucent.com>
30934
30935         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
30936         (noinst_HEADERS): Add sha.h.
30937         Based on code from Scott G. Miller and from GnuPG.
30938
30939 2000-09-18  Jim Meyering  <meyering@lucent.com>
30940
30941         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
30942         LIBS. Otherwise, everyone ends up linking with -lelf for some
30943         configurations.
30944         Reported by Mike Stone.
30945
30946 2000-09-15  Jim Meyering  <meyering@lucent.com>
30947
30948         * lib/regex.c: Update from libc.
30949
30950 2000-09-10  Jim Meyering  <meyering@lucent.com>
30951
30952         * lib/getopt.c (_getopt_internal): Update from glibc.
30953
30954 2000-09-09  Jim Meyering  <meyering@lucent.com>
30955
30956         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
30957         think it should be used as a general replacement for isascii.
30958         * lib/fnmatch.c: Likewise.
30959         * lib/mbswidth.c: Likewise
30960         * lib/regex.c: Likewise.
30961
30962         Don't use atoi.
30963         * lib/userspec.c: Include sys/param.h and limits.h.
30964         Include xstrtol.h.
30965         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
30966         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
30967         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
30968         UID, GID.  Check range.
30969
30970 2000-09-06  Jim Meyering  <meyering@lucent.com>
30971
30972         * lib/getopt.c (_getopt_internal): Update from glibc.
30973
30974 2000-08-30  Jim Meyering  <meyering@lucent.com>
30975
30976         * lib/strftime.c: Merge in changes from GNU libc.
30977
30978 2000-08-26  Jim Meyering  <meyering@lucent.com>
30979
30980         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
30981         * m4/fpending.m4: New file.
30982
30983 2000-08-26  Jim Meyering  <meyering@lucent.com>
30984
30985         * lib/closeout.c: Include "__fpending.h".
30986         (close_stdout_status): Return right away if there's nothing to flush.
30987
30988         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
30989         * lib/__fpending.c: New file.
30990         * lib/__fpending.h: New file.
30991
30992 2000-08-20  Jim Meyering  <meyering@lucent.com>
30993
30994         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
30995         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
30996         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
30997
30998 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
30999
31000         Improve fileutils installation on systems where running
31001         programs (like install) can't be unlinked.
31002         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
31003         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
31004
31005 2000-08-07  Paul Eggert  <eggert@twinsun.com>
31006
31007         Standardize on "memory exhausted" instead of "Memory exhausted"
31008         or "virtual memory exhausted".
31009         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
31010         "virtual memory exhausted".
31011         * lib/same.c (same_name): Invoke xalloc_die instead of printing
31012         our own message.
31013         * lib/userspec.c (parse_user_spec): Likewise.
31014         * lib/bumpalloc.h: comment fix
31015         * lib/same.c, userspec.c: Include xalloc.h.
31016
31017         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
31018         not char *const and pointing to a constant array.
31019         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
31020         (xrealloc): Comment fix.
31021
31022         * lib/userspec.c (parse_user_spec):
31023         Don't translate a message until just before returning,
31024         to avoid unnecessary translation.
31025
31026 2000-08-07  Jim Meyering  <meyering@lucent.com>
31027
31028         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
31029         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
31030         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
31031         getgroups.c, gethostname.c, getopt.h, group-member.c,
31032         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
31033         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
31034         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
31035         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
31036         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
31037         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
31038         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
31039         yesno.c: Back out Copyright date changes for each file with no change
31040         this year.  This eases coordination with other programs using the same
31041         source code modules.  From Paul Eggert.
31042
31043 2000-08-06  Paul Eggert  <eggert@twinsun.com>
31044
31045         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
31046         not char, for compatibility with glibc 2.1.3 strftime.c.
31047
31048 2000-08-03  Greg McGary  <greg@mcgary.org>
31049
31050         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
31051         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
31052         (EXTEND_BUFFER): Use them.
31053
31054 2000-08-01  Jim Meyering  <meyering@lucent.com>
31055
31056         * lib/dirname.c (ISSLASH): Define.
31057         (BACKSLASH_IS_PATH_SEPARATOR): Define.
31058         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
31059         both `\' and `/' may be use as path separators.
31060         Based on a patch from Prashant TR.
31061
31062 2000-07-31  Paul Eggert  <eggert@twinsun.com>
31063
31064         * lib/quotearg.c (quotearg_n_options): Don't make the initial
31065         slot vector a constant, since it might get modified.
31066
31067 2000-07-31  Jim Meyering  <meyering@lucent.com>
31068
31069         * lib/xmalloc.c: Use `virtual memory exhausted', not
31070         `Memory exhausted'.
31071         * lib/obstack.c (print_and_abort): Likewise.
31072
31073 2000-07-30  Paul Eggert  <eggert@twinsun.com>
31074
31075         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
31076         buffer, so that the caller can always quote one small
31077         component of a "memory exhausted" message in slot 0.
31078         From a suggestion by Jim Meyering.
31079
31080 2000-07-30  Jim Meyering  <meyering@lucent.com>
31081
31082         * lib/makepath.c (make_path): Quote the other instance, too.
31083
31084         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
31085         (STATIC_BUF_SIZE): Define.
31086         (quotearg_n_options): Use only statically allocated storage when
31087         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
31088         than STATIC_BUF_SIZE.
31089
31090 2000-07-29  Jim Meyering  <meyering@lucent.com>
31091
31092         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
31093         * lib/dirname.c (dir_name): Likewise.
31094
31095         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
31096         `/'.
31097
31098         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
31099         (dir_name): Assert that there are no trailing slashes.
31100
31101 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
31102
31103         * lib/mbswidth.h (mbswidth): Add a flags argument.
31104         (mbswidth): New declaration.
31105         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
31106         * lib/mbswidth.c (mbswidth): Add a flags argument.
31107         (mbsnwidth): New function.
31108
31109 2000-07-24  Jim Meyering  <meyering@lucent.com>
31110
31111         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
31112
31113 2000-07-23  Paul Eggert  <eggert@twinsun.com>
31114
31115         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
31116
31117 2000-07-23  Paul Eggert  <eggert@twinsun.com>
31118
31119         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
31120         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
31121         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
31122         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
31123         invoke multibyte primitives.
31124
31125 2000-07-23  Paul Eggert  <eggert@twinsun.com>
31126
31127         * lib/quotearg.c:
31128         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
31129         so that mbstate_t is always defined.
31130
31131         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
31132         be 1 in at least one GCC installation, and this configuration
31133         error is likely to be common.  Ignoring MB_LEN_MAX hurts
31134         performance on hosts that have mbrtowc but have only unibyte
31135         locales, but I assume these hosts are rare.
31136
31137 2000-07-23  Paul Eggert  <eggert@twinsun.com>
31138
31139         * lib/mbswidth.c (_XOPEN_SOURCE):
31140         Don't define; this causes problems on Solaris 7.
31141         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
31142
31143 2000-07-23  Jim Meyering  <meyering@lucent.com>
31144
31145         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
31146         too: getgrgid, getpwuid, getuid.
31147
31148 2000-07-23  Jim Meyering  <meyering@lucent.com>
31149
31150         * lib/basename.c (base_name): Add an assertion.
31151
31152 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
31153
31154         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
31155         shadow its mbsinit function.
31156
31157 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
31158
31159         * lib/mbswidth.h: New file.
31160         * lib/mbswidth.c: New file.
31161         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
31162         (noinst_HEADERS): Add mbswidth.h.
31163
31164 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
31165
31166         * lib/config.charset: Add support for FreeBSD. Improve support for
31167         HP-UX and IRIX 6.
31168
31169 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
31170
31171         * m4/mbswidth.m4: New file.
31172         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
31173
31174 2000-07-15  Jim Meyering  <meyering@lucent.com>
31175
31176         * lib/makepath.c: Include quote.h.
31177         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
31178         corresponding argument in a `quote (...)' call.
31179         Give better diagnostics.
31180
31181         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
31182         (noinst_HEADERS): Add quote.h.
31183
31184         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
31185         from tar's src/misc.c.
31186         * lib/quote.h: New file.  Prototypes for same.
31187
31188 2000-07-14  Paul Eggert  <eggert@twinsun.com>
31189
31190         From a suggestion by Bruno Haible.
31191         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
31192         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
31193         to decide whether to define the BeOS workaround macro;
31194         this adjusts to the change to AC_MBSTATE_T.
31195
31196 2000-07-14  Jim Meyering  <meyering@lucent.com>
31197
31198         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
31199         jm_AC_TYPE_UINTMAX_T.
31200
31201 2000-07-13  Paul Eggert  <eggert@twinsun.com>
31202
31203         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
31204
31205         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
31206         quotearg_buffer_restyled): Add support for
31207         clocale_quoting_style.  Undo previous change to
31208         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
31209         and "{RIGHT QUOTATION MARK}" msgids.
31210
31211 2000-07-10  Paul Eggert  <eggert@twinsun.com>
31212
31213         From a suggestion by Bruno Haible.
31214         * m4/mbstate_t.m4 (AC_MBSTATE_T):
31215         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
31216         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
31217         and mbstate_t, to a single-part test that simply defines mbstate_t.
31218         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
31219         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
31220
31221 2000-07-10  Jim Meyering  <meyering@lucent.com>
31222
31223         * m4/strerror_r.m4: Mirror the correction made in autoconf.
31224
31225         * m4/gnu-source.m4: Output to confdefs.h directly.
31226         Suggestion from Akim Demaille.
31227
31228 2000-07-09  Paul Eggert  <eggert@twinsun.com>
31229
31230         The old behavior of quoting `like this' doesn't look good with
31231         newer, ISO-style fonts.  See:
31232         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
31233
31234         Instead, quote "like this" by default.  Let the translator
31235         tailor the locale-specific quoting behavior by providing
31236         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
31237
31238         * lib/quotearg.c (N_): New macro.
31239         (gettext_default): New function.
31240         (quotearg_buffer_restyled): Use
31241         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
31242         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
31243
31244 2000-07-09  Jim Meyering  <meyering@lucent.com>
31245
31246         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
31247         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
31248
31249         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
31250         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
31251
31252 2000-07-09  Jim Meyering  <meyering@lucent.com>
31253
31254         * lib/Most files: Update copyright dates to include 2000.
31255
31256 2000-07-08  Jim Meyering  <meyering@lucent.com>
31257
31258         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
31259         if not defined.
31260         (xgethostname): Remove now-unnecessary #ifdef.
31261         Move declaration of `err' into loop where it's used.
31262
31263 2000-07-05  Paul Eggert  <eggert@twinsun.com>
31264         and Bruno Haible  <haible@clisp.cons.org>
31265
31266         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
31267         only if the test for an object-type mbstate_t fails.  This
31268         prevents us from mistakenly reporting that mbstate_t is a
31269         system object type after we "#define mbstate_t int" to work
31270         around its lack.
31271
31272 2000-07-05  Paul Eggert  <eggert@twinsun.com>
31273         and Bruno Haible  <haible@clisp.cons.org>
31274
31275         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
31276
31277 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
31278
31279         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
31280         to strerror_r.
31281         Include <ctype.h> for use of isalpha.
31282
31283 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
31284
31285         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
31286         by allocating a larger buffer. Test the gethostname return value for
31287         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
31288         returns an error and ENAMETOOLONG isn't defined.
31289
31290 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
31291
31292         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
31293         dimension.
31294
31295 2000-07-04  Jim Meyering  <meyering@lucent.com>
31296
31297         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
31298         of the deprecated AC_CHECKING.
31299
31300 2000-07-04  Jim Meyering  <meyering@lucent.com>
31301
31302         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
31303         Reported by Bruno Haible.
31304
31305 2000-07-04  Jim Meyering  <meyering@lucent.com>
31306
31307         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
31308         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
31309         lacks mbrtowc.
31310
31311 2000-07-03  Paul Eggert  <eggert@twinsun.com>
31312
31313         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
31314         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
31315
31316 2000-07-03  Paul Eggert  <eggert@twinsun.com>
31317         and Bruno Haible  <haible@clisp.cons.org>
31318
31319         * lib/quotearg.c (mbrtowc):
31320         Assign to *pwc, and return 1 only if result is nonzero.
31321         (iswprint): Use ISPRINT when substituting our own mbrtowc.
31322
31323 2000-07-03  Jim Meyering  <meyering@lucent.com>
31324
31325         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
31326
31327 2000-07-03  Jim Meyering  <meyering@lucent.com>
31328
31329         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
31330         This is necessary to get a definition of e.g., UTMP_FILE on
31331         HP-UX 10.20.
31332         From Bob Proulx.
31333
31334 2000-07-02  Jim Meyering  <meyering@lucent.com>
31335
31336         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
31337
31338         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
31339         AC_LIBOBJ(function_name).
31340         * m4/chown.m4: Likewise.
31341         * m4/fnmatch.m4: Likewise.
31342         * m4/ftruncate.m4: Likewise.
31343         * m4/getgroups.m4: Likewise.
31344         * m4/getline.m4: Likewise.
31345         * m4/group-member.m4: Likewise.
31346         * m4/jm-macros.m4: Likewise.
31347         * m4/lstat.m4: Likewise.
31348         * m4/malloc.m4: Likewise.
31349         * m4/memcmp.m4: Likewise.
31350         * m4/nanosleep.m4: Likewise.
31351         * m4/putenv.m4: Likewise.
31352         * m4/realloc.m4: Likewise.
31353         * m4/regex.m4: Likewise.
31354         * m4/stat.m4: Likewise.
31355         * m4/strftime.m4: Likewise.
31356
31357 2000-07-02  Jim Meyering  <meyering@lucent.com>
31358
31359         * lib/quotearg.c (mbstate_t): Don't define here.
31360
31361 2000-07-02  Jim Meyering  <meyering@lucent.com>
31362
31363         * lib/nanosleep.c (SIGCONT): Define if not already defined.
31364
31365 2000-07-01  Jim Meyering  <meyering@lucent.com>
31366
31367         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
31368
31369 2000-07-01  Jim Meyering  <meyering@lucent.com>
31370
31371         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
31372         problem.
31373
31374 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
31375
31376         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
31377         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
31378
31379 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
31380
31381         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
31382         per change in ../m4/ls-mntd-fs.m4.
31383         (read_filesystem_list): Ignore symbolic links.
31384
31385 2000-06-29  Jim Meyering  <meyering@lucent.com>
31386
31387         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
31388         for declaration of strcmp.
31389
31390         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
31391
31392         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
31393         Avoid warning by casting result to `char *' to remove `const'.
31394
31395 2000-06-28  Jim Meyering  <meyering@lucent.com>
31396
31397         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
31398         included by quotearg.c, for which we perform this test.  From
31399         Bruno Haible.
31400
31401 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
31402
31403         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
31404         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
31405         <utmpx.h> exists, put readutmp.o into LIBOBJS.
31406
31407 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
31408
31409         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
31410
31411 2000-06-26  Paul Eggert  <eggert@twinsun.com>
31412
31413         savedir now sets errno on failure and invokes xmalloc to get memory.
31414         Fix a couple of other minor bugs while we're at it.
31415
31416         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
31417         (NAMLEN): Remove macro.
31418         (malloc, realloc): Remove decls.
31419         (stpcpy): Likewise.
31420         ("xalloc.h"): Include.
31421         (NAME_SIZE_DEFAULT): New macro.
31422         (savedir): Use xmalloc / xrealloc to allocate memory.
31423         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
31424         Skip "" directory entries.
31425         Use strlen to calculate directory entry length, since the old method
31426         is rarely used these days and isn't worth supporting.
31427         Don't use a pointer after freeing it.
31428         Check for integer overflow when calculating allocation size.
31429         Use memcpy to copy entries, instead of stpcpy.
31430         Set errno properly when returning NULL.
31431         Check for readdir error.
31432
31433 2000-06-26  Jim Meyering  <meyering@lucent.com>
31434
31435         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
31436
31437 2000-06-25  Jim Meyering  <meyering@lucent.com>
31438
31439         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
31440         Linux header bug when _XOPEN_SOURCE is defined to 500.
31441
31442 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
31443
31444         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
31445         deficiency.
31446
31447 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
31448
31449         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
31450         Include xalloc.h.
31451         Don't include <stdlib.h>.  Don't declare malloc, realloc.
31452
31453 2000-06-24  Jim Meyering  <meyering@lucent.com>
31454
31455         * m4/strerror_r.m4: Revive this file -- to try out an experimental
31456         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
31457         for which strerror does return char*, but which lacks a conveniently
31458         accessible declaration of the function.  If the compile-test says
31459         strerror_r doesn't work, then resort to a `run'-test that works on
31460         BeOS and segfaults on DEC Unix.
31461
31462 2000-06-24  Jim Meyering  <meyering@lucent.com>
31463
31464         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
31465
31466 2000-06-23  Paul Eggert  <eggert@twinsun.com>
31467
31468         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
31469         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
31470
31471 2000-06-23  Paul Eggert  <eggert@twinsun.com>
31472
31473         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
31474         (mbrtowc, mbstate_t): Define substitutes if
31475         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
31476         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
31477         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
31478
31479 2000-06-23  Jim Meyering  <meyering@lucent.com>
31480
31481         * m4/afs.m4: Add missing AC_MSG_RESULT.
31482         Reported by Bruno Haible.
31483
31484         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
31485         Suggestion from Bruno Haible.
31486
31487 2000-06-23  Jim Meyering  <meyering@lucent.com>
31488
31489         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
31490
31491 2000-06-21  Jim Meyering  <meyering@lucent.com>
31492
31493         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
31494
31495 2000-06-21  Jim Meyering  <meyering@lucent.com>
31496
31497         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
31498         (noinst_HEADERS): Add getstr.h.
31499
31500         * lib/getline.c (getstr): Move into a separate file.
31501         * lib/getstr.c (getstr): New file, extracted from getline.c, with
31502         the following changes: new parameter, delim2; both delim[12]
31503         parameters have type `int', not `char'.  The latter would lose
31504         with 8-bit delimiters.
31505         * lib/getstr.h: New file.
31506
31507 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
31508
31509         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
31510         than 1024, return a memory chunk of least possible size, instead
31511         of size PATH_MAX + 2. In the loop, increment the size proportionally.
31512         Use free/xmalloc instead of xrealloc to avoid copying for very long
31513         paths.
31514
31515 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
31516
31517         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
31518         the empty string.
31519
31520 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
31521
31522         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
31523         address, not strdup.  Include <stdlib.h> and don't declare free().
31524
31525 2000-06-19  Jim Meyering  <meyering@lucent.com>
31526
31527         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
31528
31529 2000-06-18  Jim Meyering  <meyering@lucent.com>
31530
31531         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
31532
31533         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
31534         `checking whether...' message to be consistent with that of the
31535         lstat test.
31536
31537 2000-06-18  Jim Meyering  <meyering@lucent.com>
31538
31539         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
31540         Besides, these days every porting target provides a mkdir function.
31541
31542         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
31543         needed. (this snippet comes from src/system.h).
31544
31545 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
31546
31547         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
31548
31549 2000-06-15  Paul Eggert  <eggert@twinsun.com>
31550
31551         * lib/human.c (adjust_value): New function.
31552         (human_readable_inexact): Apply rounding style even when
31553         printing approximate values.
31554
31555 2000-06-14  Paul Eggert  <eggert@twinsun.com>
31556
31557         * lib/human.c (human_readable_inexact): Allow an input block
31558         size that is not a multiple of the output block size, and vice versa.
31559         Reported by Piergiorgio Sartor.
31560
31561 2000-06-14  Paul Eggert  <eggert@twinsun.com>
31562
31563         * lib/getdate.y (get_date): Apply relative times after time
31564         zone indicator, not before.  Reported by Todd A. Jacobs.
31565
31566 2000-06-13  Jim Meyering  <meyering@lucent.com>
31567
31568         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
31569
31570         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
31571
31572 2000-06-12  Paul Eggert  <eggert@twinsun.com>
31573
31574         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
31575
31576 2000-06-12  Jim Meyering  <meyering@lucent.com>
31577
31578         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
31579         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
31580         optional argument.
31581         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
31582         the optional argument, `lib'.
31583
31584 2000-06-08  Jim Meyering  <meyering@lucent.com>
31585
31586         * m4/largefile.m4: Remove file (now that it's part of autoconf).
31587
31588 2000-06-04  Paul Eggert  <eggert@twinsun.com>
31589
31590         Rewrite largefile configuration so that we don't need to run
31591         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
31592         AC_CANONICAL_HOST in configure.in -- jmm]
31593
31594         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
31595         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
31596         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
31597         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
31598         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
31599         All uses changed.
31600         Instead of inspecting the output of getconf, try to compile the
31601         test program without and with the macro definition.
31602         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
31603         for getconf.  Instead, check for the needed flags by compiling
31604         test programs.
31605
31606 2000-06-04  Paul Eggert  <eggert@twinsun.com>
31607
31608         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
31609
31610 2000-06-04  Jim Meyering  <meyering@lucent.com>
31611
31612         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
31613         SunOS 4.1.4 for which gid_t is an unsigned type.
31614
31615 2000-06-03  Jim Meyering  <meyering@lucent.com>
31616
31617         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
31618         now that autoconf requires that.
31619
31620         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
31621         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
31622         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
31623
31624 2000-06-03  Jim Meyering  <meyering@lucent.com>
31625
31626         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
31627
31628 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
31629
31630         * m4/glibc21.m4: New file.
31631         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
31632
31633 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
31634
31635         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
31636         newer, don't install charset.alias.
31637         * lib/config.charset: Change the Linux/glibc rules so they become empty
31638         on glibc-2.1 or newer.
31639
31640 2000-06-02  Jim Meyering  <meyering@lucent.com>
31641
31642         * lib/mountlist.c: Back out last change.  Instead, do this...
31643         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
31644         me_dummy member using the same `ignore'-testing code.
31645         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
31646         fs_type strings.
31647         From Mark D. Roth.
31648
31649 2000-05-29  Jim Meyering  <meyering@lucent.com>
31650
31651         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
31652         mounts with the `ignore' attribute.  Based on a patch from
31653         Mark D. Roth.
31654
31655 2000-05-28  Jim Meyering  <meyering@lucent.com>
31656
31657         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
31658         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
31659         * m4/stat.m4: Likewise.
31660         * m4/lstat.m4: Likewise.
31661         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
31662
31663         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
31664         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
31665
31666 2000-05-26  Jim Meyering  <meyering@lucent.com>
31667
31668         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
31669
31670 2000-05-24  Jim Meyering  <meyering@lucent.com>
31671
31672         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
31673         autoconf requires that.
31674         * m4/lib-check.m4: Likewise.
31675         * m4/jm-macros.m4: Likewise.
31676         * m4/strftime.m4: Likewise.
31677
31678         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
31679         AC_CHECK_DECLS, now that autoconf requires that.
31680
31681 2000-05-22  Jim Meyering  <meyering@lucent.com>
31682
31683         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
31684         * m4/lstat.m4: Likewise.
31685
31686 2000-05-22  Jim Meyering  <meyering@lucent.com>
31687
31688         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
31689
31690 2000-05-20  Jim Meyering  <meyering@lucent.com>
31691
31692         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
31693         (jm_PREREQ): Use it.
31694
31695 2000-05-18  Jim Meyering  <meyering@lucent.com>
31696
31697         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
31698         back, too, since it may have been modified by allocate_entry.
31699         (hash_delete): Rewrite to use neither the assignment operator
31700         nor the comma operator in an if-expression.
31701
31702 2000-05-15  Paul Eggert  <eggert@twinsun.com>
31703
31704         * lib/closeout.c:
31705         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
31706         Remove; no longer needed.
31707         "quotearg.h": Add include.
31708         (file_name): Do not bother to explicitly initialize to NULL; it's less
31709         efficient on some hosts.
31710         (close_stdout_status): Remove test as to whether stdout was already
31711         closed; it breaks for the case "echo x | sort >&-".
31712         Quote file name colons.
31713         Do not assume that _("write error") lacks format strings.
31714
31715 2000-05-15  Jim Meyering  <meyering@lucent.com>
31716
31717         * lib/version-etc.c (version_etc_copyright): Update the copyright
31718         string used in all --version output.
31719
31720 2000-05-14  Jim Meyering  <meyering@lucent.com>
31721
31722         * lib/closeout.c (close_stdout_set_file_name): New function.
31723         (close_stdout_status): Use new file-scoped global.
31724         Return right away if fstat says the stdout file descriptor is invalid.
31725         * lib/closeout.h (close_stdout_set_file_name): Declare.
31726
31727 2000-05-10  Jim Meyering  <meyering@lucent.com>
31728
31729         * lib/closeout.c [default_exit_status]: New file-scoped variable.
31730         (close_stdout_set_status): New function.
31731         * lib/closeout.h (close_stdout_set_status): Declare.
31732
31733 2000-05-09  Jim Meyering  <meyering@lucent.com>
31734
31735         * m4/gettext.m4: Rename this...
31736         * m4/libintl.m4: ...to this.
31737
31738 2000-05-08  Jim Meyering  <meyering@lucent.com>
31739
31740         * lib/long-options.c: Don't include closeout.h.
31741         (parse_long_options): Don't call close_stdout for --version.
31742
31743 2000-05-06  Paul Eggert  <eggert@twinsun.com>
31744
31745         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
31746         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
31747         2.1.3 bug.  This avoids a clash when files like regex.c define
31748         _GNU_SOURCE.
31749
31750 2000-05-06  Jim Meyering  <meyering@lucent.com>
31751
31752         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
31753         (AC_REPLACE_FUNCS): Add strnlen.
31754
31755         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
31756         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
31757
31758         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
31759         AC_SEARCH_LIBS call for nanosleep.
31760         (LIB_NANOSLEEP): Set and AC_SUBST.
31761
31762 2000-05-06  Jim Meyering  <meyering@lucent.com>
31763
31764         * lib/strnlen.c: Undefine __strnlen and strnlen.
31765         [!weak_alias]: Define __strnlen to strnlen.
31766
31767         * lib/atexit.c: New file, from libiberty.
31768
31769 2000-05-06  Jim Meyering  <meyering@lucent.com>
31770
31771         * lib/closeout.c (close_stdout_status): Also check for errors on the
31772         stderr stream.
31773
31774 2000-05-05  Jim Meyering  <meyering@lucent.com>
31775
31776         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
31777         AC_SEARCH_LIBS call for clock_gettime.
31778         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
31779
31780         * m4/search-libs.m4: Update from autoconf.
31781
31782         su doesn't work on Solaris 2.6.
31783         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
31784         <shadow.h>.  Reported by Dragos Harabor.
31785
31786 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
31787
31788         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
31789         memcpy instead of xmalloc, xrealloc, path_concat.
31790         (locale_charset): Treat empty environment variables as absent.
31791         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
31792
31793 2000-05-04  Jim Meyering  <meyering@lucent.com>
31794
31795         * lib/getopt.c: Update from glibc.
31796         * lib/obstack.c: Likewise.
31797         * lib/obstack.h: Likewise.
31798         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
31799         file
31800
31801         * lib/regex.h: Likewise.
31802         * lib/strndup.c: Likewise.
31803         * lib/strnlen.c: New file, from glibc.
31804
31805 2000-05-03  Jim Meyering  <meyering@lucent.com>
31806
31807         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
31808
31809 2000-05-02  Paul Eggert  <eggert@twinsun.com>
31810
31811         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
31812         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
31813         compile-time test, rather than inspecting host and OS, to
31814         decide whether to define _LARGEFILE_SOURCE.
31815
31816 2000-05-01  Jim Meyering  <meyering@lucent.com>
31817
31818         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
31819
31820         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
31821         Based on a patch from Bruno Haible.
31822
31823 2000-05-01  Jim Meyering  <meyering@lucent.com>
31824
31825         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
31826
31827 2000-04-29  Jim Meyering  <meyering@lucent.com>
31828
31829         * lib/path-concat.c: Declare strdup only if it's not defined.
31830         * lib/canon-host.c: Likewise.
31831
31832 2000-04-28  Jim Meyering  <meyering@lucent.com>
31833
31834         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
31835         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
31836         is included first, then limits.h is included by locale.h by libintl.h.
31837         From John David Anglin.
31838
31839 2000-04-25  Jim Meyering  <meyering@lucent.com>
31840
31841         * lib/makepath.c (S_IRWXUGO): Define.
31842         (make_path): Always perform explicit chmod if MODE specifies any
31843         of the `special' permission bits.  Prompted by a bug report against
31844         install from Mate Wierdl and Joost van Baal.
31845
31846 2000-04-18  Jim Meyering  <meyering@lucent.com>
31847
31848         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
31849         (jm_PREREQ): Use it.
31850
31851 2000-04-18  Jim Meyering  <meyering@lucent.com>
31852
31853         * lib/README: New file.
31854
31855         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
31856         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
31857
31858 2000-04-17  Jim Meyering  <meyering@lucent.com>
31859
31860         Get it right :-)
31861         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
31862         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
31863         Suggestion from Akim Demaille.
31864
31865 2000-04-17  Jim Meyering  <meyering@lucent.com>
31866
31867         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
31868         the definition of it to rpl_strftime also defined-away the system's
31869         declaration.
31870
31871 2000-04-15  Jim Meyering  <meyering@lucent.com>
31872
31873         Use `C' to denote so-called `contiguous' files, the same way
31874         that tar does.
31875         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
31876         (ftypelet): Use S_ISCTG.
31877         From Michael Deutschmann.
31878
31879 2000-04-14  Jim Meyering  <meyering@lucent.com>
31880
31881         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
31882         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
31883         clobbered.
31884
31885 2000-04-14  Jim Meyering  <meyering@lucent.com>
31886
31887         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
31888
31889 2000-04-13  Jim Meyering  <meyering@lucent.com>
31890
31891         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
31892         AH_VERBATIM to insert required #ifndef into config.h.in.
31893         Suggestion from Akim Demaille.
31894
31895 2000-04-12  Jim Meyering  <meyering@lucent.com>
31896
31897         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
31898         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
31899         Christian Krackowizer.
31900
31901         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
31902         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
31903         (AC_SYS_LARGEFILE): Require.
31904         (AM_C_PROTOTYPES): Require.
31905
31906 2000-04-08  Jim Meyering  <meyering@lucent.com>
31907
31908         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
31909         names don't conflict.  Reported by Eli Zaretskii.
31910
31911 2000-04-07  Jim Meyering  <meyering@lucent.com>
31912
31913         * lib/putenv.c: Move inclusion of errno.h so it follows that of
31914         sys/types.h, to work around system header problems on AIX 3.2.5.
31915         From Bruno Haible.
31916
31917 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
31918
31919         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
31920         bug.  Deal with the different error behavior of Irix iconv.
31921
31922 2000-04-05  Paul Eggert  <eggert@twinsun.com>
31923
31924         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
31925         IRIX if the installer said otherwise.
31926
31927 2000-04-05  Jim Meyering  <meyering@lucent.com>
31928
31929         Portability tweaks required for ultrix4.3.
31930         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
31931         (jm_CHECK_DECLS): Add getutent to the list of functions.
31932         (_jm_DECL_HEADERS): Add utmpx.h.
31933         From John David Anglin.
31934
31935         * m4/strftime.m4: Back out the 2000-04-02 change.
31936         Instead of that change, simply undefine putenv in the test program.
31937
31938 2000-04-05  Jim Meyering  <meyering@lucent.com>
31939
31940         Portability tweaks required for ultrix4.3.
31941         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
31942         getutent.
31943         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
31944         * lib/canon-host.c: Declare strdup.
31945         * lib/path-concat.c: Likewise.
31946         From John David Anglin.
31947
31948 2000-04-04  Jim Meyering  <meyering@lucent.com>
31949
31950         Be more DOS 8.3-friendly.
31951         * lib/ref-add.sin: Renamed from ref-add.sed.in.
31952         * lib/ref-del.sin: Renamed from ref-del.sed.in.
31953         * lib/Makefile.am: Reflect renaming.
31954         Reported by Eli Zaretskii.
31955
31956         Use a temporary file name that won't clash with `charset.alias'
31957         in the DOS 8.3 name space.
31958         * lib/Makefile.am (charset_tmp): Define.
31959         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
31960         (uninstall-local): Likewise.
31961         Reported by Eli Zaretskii.
31962
31963 2000-04-03  Jim Meyering  <meyering@lucent.com>
31964
31965         * m4/gettext.m4: Fix typo in comment.
31966
31967         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
31968         textutils/configure.in).  Suggestion from Paul Eggert.
31969         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
31970
31971 2000-04-02  Paul Eggert  <eggert@twinsun.com>
31972
31973         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
31974         variable in the shell rather than using putenv, which isn't
31975         portable.  This avoids the configure-time inter-test dependency
31976         on the potentially-renamed putenv function.
31977
31978 2000-03-30  Paul Eggert  <eggert@twinsun.com>
31979
31980         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
31981         before checking struct stat.st_blksize, so that
31982         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
31983
31984 2000-03-29  Paul Eggert  <eggert@twinsun.com>
31985
31986         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
31987         since strftime.c uses HAVE_STRFTIME to decide whether to use
31988         the underlying strftime.
31989
31990 2000-03-29  Paul Eggert  <eggert@twinsun.com>
31991
31992         * lib/time/strftime.c (my_strftime): Make sure we call the system
31993         strftime, not ourselves, when invoking the underlying strftime.
31994
31995 2000-03-24  Jim Meyering  <meyering@lucent.com>
31996
31997         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
31998         (charset_alias): Define.
31999         (install-exec-local): Factor out common code.
32000         (uninstall-local): Split lines longer than 80.
32001         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
32002         (SUFFIXES): Define.
32003         (.sed.in.sed): New rule.  Don't redirect directly to $@.
32004         (CLEANFILES): Add ref-add.sed and ref-del.sed.
32005
32006 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
32007
32008         * lib/config.charset: Output a line containing "Packages using this
32009         file".
32010         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
32011         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
32012         ref-del.sed): New rules.
32013
32014 2000-03-17  Jim Meyering  <meyering@lucent.com>
32015
32016         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
32017         Otherwise, include <strings.h>
32018
32019 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
32020
32021         * lib/unicodeio.c (utf8_wctomb): New function.
32022         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
32023         format instead of in UCS-4 with platform dependent endianness.
32024
32025 2000-03-10  Jim Meyering  <meyering@lucent.com>
32026
32027         * m4/lib-check.m4: Look for getspnam in -lgen, too.
32028         From Marco Franzen.
32029
32030 2000-03-07  Paul Eggert  <eggert@twinsun.com>
32031
32032         * lib/savedir.c (savedir): Work even if directory size is
32033         negative; this can happen with some screwy NFS configurations.
32034
32035 2000-03-06  Jim Meyering  <meyering@lucent.com>
32036
32037         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
32038         if it's NULL (because we ran out of memory).  From Bruno Haible.
32039
32040 2000-03-05  Jim Meyering  <meyering@lucent.com>
32041
32042         * lib/localcharset.c ("path-concat.h"): Include.
32043         (get_charset_aliases): Use path_concat instead of ANSI string
32044         concatenation.
32045
32046         * lib/unicodeio.h (PARAMS): Define.
32047         Use it to guard prototype.
32048
32049 2000-03-04  Jim Meyering  <meyering@lucent.com>
32050
32051         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
32052         for lib/localcharset.c.
32053
32054 2000-03-04  Jim Meyering  <meyering@lucent.com>
32055
32056         * lib/Makefile.am (install-exec-local): Create $(libdir) before
32057         installing into it.
32058         (uninstall-local): Uncomment this rule so `make distcheck' works
32059         once again.
32060
32061         * lib/unicodeio.c (<errno.h>): Include it.
32062         (errno): Declare if not defined.
32063
32064         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
32065
32066         * lib/config.charset: New version, incorporating remarks from a linux
32067         i18n mailing list.  From Bruno Haible.
32068
32069 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
32070
32071         * m4/codeset.m4: New file.
32072         * m4/iconv.m4: New file.
32073         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
32074
32075 2000-03-03  Jim Meyering  <meyering@lucent.com>
32076
32077         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
32078
32079 2000-03-02  Jim Meyering  <meyering@lucent.com>
32080
32081         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
32082         the messages come out on separate lines.
32083
32084         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
32085         rather than jm_CHECK_DECLARATIONS.
32086         * m4/decl.m4: Remove now-unused file.
32087
32088         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
32089         geteuid.
32090
32091 2000-03-02  Jim Meyering  <meyering@lucent.com>
32092
32093         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
32094
32095 2000-03-01  Jim Meyering  <meyering@lucent.com>
32096
32097         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
32098         * lib/unicodeio.c: Likewise.
32099
32100 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
32101
32102         * lib/config.charset: New file.
32103         * lib/localcharset.c: New file.
32104         * lib/unicodeio.h, lib/unicodeio.c: New files.
32105         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
32106         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
32107         (noinst_HEADERS): Add unicodeio.h.
32108         (all-local, install-exec-local, charset.alias): New targets.
32109
32110 2000-02-28  Paul Eggert  <eggert@twinsun.com>
32111
32112         * lib/quotearg.c (ALERT_CHAR): New macro.
32113         (quotearg_buffer_restyled): Use it.
32114
32115 2000-02-27  Jim Meyering  <meyering@lucent.com>
32116
32117         * m4/check-decl.m4: Add getenv to the list.
32118
32119 2000-02-27  Jim Meyering  <meyering@lucent.com>
32120
32121         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
32122         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
32123
32124         * lib/backupfile.c: Guard inclusion of stdlib.h with
32125         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
32126         Declare malloc if needed.
32127
32128         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
32129         `#ifndef HAVE_DECL..'
32130         now that autoconf always defines the HAVE_DECL_ symbols.
32131         * lib/human.c: Likewise.
32132         * lib/same.c: Likewise.
32133         * lib/strtoumax.c: Likewise.
32134
32135         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
32136         declaration check was not run.
32137         * lib/hash.c: Likewise.
32138         * lib/human.c: Likewise.
32139         * lib/same.c: Likewise.
32140         * lib/strtoumax.c: Likewise.
32141
32142         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
32143         `.', then first look up the entire `.'-containing string as a login
32144         name.
32145
32146 2000-02-23  Jim Meyering  <meyering@lucent.com>
32147
32148         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
32149         in place of my hack.
32150
32151 2000-02-18  Paul Eggert  <eggert@twinsun.com>
32152
32153         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
32154         (textint): New typedef.
32155         (parser_control): Member year changed from int to textint.
32156         All uses changed.
32157         (YYSTYPE): Removed; replaced by %union with int and textint members.
32158         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
32159         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
32160         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
32161         (tSNUMBER, tUNUMBER): Now of type <textintval>.
32162         (date, number, to_year): Use width of number in digits, not its value,
32163         to determine whether it's a 2-digit year, or a 2-digit time.
32164         (yylex): Store number of digits of numeric tokens.
32165         Reported by John Kendall.
32166
32167         (parser_control): Changed from struct parser_control to typedef (for
32168         consistency).  All uses changed.
32169
32170         (tID): Removed; not used.
32171         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
32172
32173 2000-02-14  Paul Eggert  <eggert@twinsun.com>
32174
32175         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
32176         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
32177
32178 2000-02-12  Jim Meyering  <meyering@lucent.com>
32179
32180         * lib/userspec.c (ISDIGIT): Define it.
32181         (isdigit): Remove definition.
32182         (is_number): Use ISDIGIT, not isdigit.
32183         <libintl.h>: Include.
32184         (_ and N_): Define.
32185         (parse_user_spec): Mark translatable strings.
32186
32187 2000-02-10  Jim Meyering  <meyering@lucent.com>
32188
32189         With these changes, nanosleep.[ch] are finally enough like the other
32190         lib/* replacement files to compile on a few more losing systems.
32191
32192         * lib/nanosleep.h: Don't include config.h.
32193         Remove prototype from declaration of nanosleep.
32194         (PARAMS): Remove now-unneeded definition.
32195         * lib/nanosleep.c: #undef nanosleep.
32196         (rpl_nanosleep): Rename from nanosleep.
32197
32198 2000-02-10  Jim Meyering  <meyering@lucent.com>
32199
32200         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
32201         gnu_nanosleep to rpl_nanosleep.
32202
32203 2000-02-09  Jim Meyering  <meyering@lucent.com>
32204
32205         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
32206         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
32207
32208 2000-02-08  Akim Demaille  <akim@epita.fr>
32209
32210         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
32211         `[' and `]' and remove uses of `changequote'.
32212         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
32213         (AC_SYS_LARGEFILE): Likewise.
32214         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
32215         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
32216         of changequote.
32217         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
32218         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
32219         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
32220         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
32221
32222 2000-02-05  Jim Meyering  <meyering@lucent.com>
32223
32224         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
32225         Remove explicit use of AC_HEADER_TIME.  It is required by
32226         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
32227         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
32228         in autoconf whereby the expansion of the latter ended up preceding
32229         the expansion of its prerequisite, AC_HEADER_TIME.
32230         Reported by Volker Borchert.
32231
32232 2000-02-03  Jim Meyering  <meyering@lucent.com>
32233
32234         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
32235
32236 2000-02-03  Jim Meyering  <meyering@lucent.com>
32237
32238         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
32239         rather than with `#if HAVE_UTMPNAME'.
32240
32241 2000-02-02  Jim Meyering  <meyering@lucent.com>
32242
32243         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
32244         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
32245         Reported by Eli Zaretskii.
32246
32247 2000-02-01  Jim Meyering  <meyering@lucent.com>
32248
32249         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
32250
32251 2000-01-31  Jim Meyering  <meyering@lucent.com>
32252
32253         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
32254         functions.  Add the time.h and sys/time.h headers along with the
32255         AC_REQUIRE'ment of AC_HEADER_TIME.
32256
32257 2000-01-31  Jim Meyering  <meyering@lucent.com>
32258
32259         * lib/nanosleep.h (nanosleep): Guard declaration with
32260         `#if ! HAVE_DECL_NANOSLEEP'.
32261         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
32262         the declaration in that vendor's sys/timers.h.
32263         Reported by Christian Krackowizer.
32264
32265         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
32266         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
32267         (ISPRINT): Likewise.
32268         Reported by Tom Tromey.
32269
32270 2000-01-30  Jim Meyering  <meyering@lucent.com>
32271
32272         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
32273
32274         * m4/prereq.m4 (utmp_includes): Define.
32275         Check for ut_user and ut_name members in both struct utmpx
32276         and struct utmp.
32277
32278 2000-01-30  Jim Meyering  <meyering@lucent.com>
32279
32280         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
32281         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
32282         header files where only utmpx.ut_user is declared.
32283
32284         * lib/readutmp.h (UT_USER): Define.
32285
32286 2000-01-29  Jim Meyering  <meyering@lucent.com>
32287
32288         * m4/lib-check.m4: New file containing library-related checks from
32289         fileutils and sh-utils (textutils had none).
32290
32291 2000-01-28  Jim Meyering  <meyering@lucent.com>
32292
32293         * m4/perl.m4: Change format of warning message to look more like that
32294         from the missing script.  Suggestion from François Pinard.
32295
32296 2000-01-25  Jim Meyering  <meyering@lucent.com>
32297
32298         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
32299         well as time.h in the compile check.
32300         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
32301         Fix typo in cross-compiling case: s/yes/no/.
32302
32303 2000-01-23  Jim Meyering  <meyering@lucent.com>
32304
32305         * m4/jm-macros.m4: Move df-related tests here from
32306         fileutils/configure.in
32307
32308         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
32309         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
32310
32311         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
32312         s/space/ac_fsusage_space/.
32313         (jm_FILE_SYSTEM_USAGE): Take two parameters.
32314
32315         * m4/ftruncate.m4: New file (derived from part of
32316         fileutils/configure.in).
32317         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
32318         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
32319
32320         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
32321         AC_SUBST these here, rather than just in sh-util/configure.in, so
32322         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
32323         all the same.
32324         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
32325         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
32326         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
32327         (AC_SUBST(POW_LIBM)): Likewise.
32328         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
32329
32330 2000-01-23  Jim Meyering  <meyering@lucent.com>
32331
32332         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
32333         obstack.c.
32334
32335 2000-01-22  Jim Meyering  <meyering@lucent.com>
32336
32337         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
32338
32339         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
32340
32341         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
32342         configure.in
32343         (AC_CHECK_HEADERS): Likewise for sh-utils.
32344         (AC_CHECK_HEADERS): Likewise for textutils.
32345         Merge the three lists of headers.
32346
32347         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
32348         from fileutils' configure.in.
32349
32350         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
32351         code. Moved tests into their own function (_jm_DECL_HEADERS) in
32352         check-decl.m4.
32353
32354         * m4/check-decl.m4: Use #if rather than #ifdef.
32355         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
32356         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
32357         (_jm_DECL_HEADERS): Define new function.
32358         (jm_CHECK_DECLARATIONS): Require it.
32359
32360 2000-01-22  Jim Meyering  <meyering@lucent.com>
32361
32362         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
32363         [! HAVE_DECL_STRTOULL]: Declare strtoull.
32364         Required for some AIX systems.  Reported by Christian Krackowizer.
32365         [TESTING] (main): New function.
32366
32367         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
32368         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
32369         letters.
32370
32371         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
32372         iswprint.
32373
32374         * lib/strverscmp.c (ISDIGIT): Define.
32375         (strverscmp): Use ISDIGIT, not isdigit.
32376
32377 2000-01-19  Jim Meyering  <meyering@lucent.com>
32378
32379         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
32380         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
32381         defines `struct timespec' in <sys/time.h>
32382
32383         * m4/c-bs-a.m4: Remove uses of changequote altogether.
32384         Thanks to Akim for explaining.
32385
32386 2000-01-17  Paul Eggert  <eggert@twinsun.com>
32387
32388         * lib/nanosleep.c (nanosleep):
32389         Don't use SA_INTERRUPT to decide whether to call sigaction, as
32390         POSIX.1 doesn't require SA_INTERRUPT and some systems
32391         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
32392         it's been part of POSIX.1 since day 1 (in 1988).
32393
32394 2000-01-17  Jim Meyering  <meyering@lucent.com>
32395
32396         * lib/interlock: Remove unused file.  Reported by François Pinard.
32397
32398 2000-01-16  Paul Eggert  <eggert@twinsun.com>
32399
32400         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
32401         alert, backslash, formfeed, and vertical tab unnecessarily in
32402         shell quoting style.
32403
32404 2000-01-16  Jim Meyering  <meyering@lucent.com>
32405
32406         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
32407         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
32408         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
32409         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
32410
32411 2000-01-16  Jim Meyering  <meyering@lucent.com>
32412
32413         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
32414         because the latter didn't work.
32415
32416 2000-01-15  Jim Meyering  <meyering@lucent.com>
32417
32418         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
32419         (AC_REPLACE_FUNCS): Add memcpy and memset.
32420         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
32421         Add strpbrk.
32422         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
32423
32424 2000-01-12  Jim Meyering  <meyering@lucent.com>
32425
32426         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
32427         (jm_PREREQ): Use it.
32428         (jm_PREREQ_READUTMP): New macro.
32429         (jm_PREREQ): Use it.
32430
32431 2000-01-11  Paul Eggert  <eggert@twinsun.com>
32432
32433         Quote multibyte characters correctly.
32434         * m4/c-bs-a.m4: New file.
32435         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
32436         (jm_PREREQ): Use it.
32437
32438 2000-01-11  Paul Eggert  <eggert@twinsun.com>
32439
32440         * m4/uintmax_t.m4: Port to autoconf 2.13.
32441
32442 2000-01-08  Jim Meyering  <meyering@ascend.com>
32443
32444         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
32445         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
32446
32447 2000-01-04  Jim Meyering  <meyering@ascend.com>
32448
32449         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
32450         jm_STRUCT_DIRENT_D_TYPE.
32451         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
32452         jm_STRUCT_DIRENT_D_INO.
32453         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
32454         jm_STRUCT_UTIMBUF.
32455         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
32456         renamings.
32457         * m4/utime.m4: Likewise.
32458
32459         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
32460         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
32461
32462 2000-01-03  Paul Eggert  <eggert@twinsun.com>
32463
32464         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
32465         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
32466
32467 2000-01-02  Jim Meyering  <meyering@ascend.com>
32468
32469         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
32470         remember if this is necessary.
32471
32472 1999-12-26  Jim Meyering  <meyering@ascend.com>
32473
32474         * m4/jm-macros.m4: Use it here.
32475         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
32476
32477 1999-12-23  Jim Meyering  <meyering@ascend.com>
32478
32479         * m4/jm-macros.m4: Check for clock_gettime (moved from
32480         fileutils/configure.in)
32481         Check for gettimeofday.
32482
32483 1999-12-20  Jim Meyering  <meyering@ascend.com>
32484
32485         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
32486         autoconf-2.14a-1999-12-20.
32487
32488 1999-12-19  Jim Meyering  <meyering@ascend.com>
32489
32490         * m4/lstat-slash.m4: New file.
32491         * m4/jm-macros.m4: Use the new macro:
32492         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
32493
32494 1999-12-07  Jim Meyering  <meyering@ascend.com>
32495
32496         * m4/perl.m4: Require that File::Compare be available, too.
32497         Too many systems seem to lack it.
32498
32499         * m4/strftime.m4: Add checks for most of the cpp macros tested in
32500         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
32501
32502 1999-11-18  Paul Eggert  <eggert@twinsun.com>
32503
32504         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
32505         problem with the QNX 4.25 shell, which doesn't propagate exit
32506         status of failed commands inside shell assignments.
32507
32508 1999-11-17  Jim Meyering  <meyering@ascend.com>
32509
32510         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
32511
32512 1999-11-07  Jim Meyering  <meyering@ascend.com>
32513
32514         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
32515
32516 1999-11-06  Jim Meyering  <meyering@ascend.com>
32517
32518         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
32519         * m4/jm-macros.m4 (jm_MACROS): Use it here.
32520
32521 1999-11-05  Jim Meyering  <meyering@ascend.com>
32522
32523         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
32524         configure.in of textutils, fileutils, and sh-utils into this one
32525         (shared between those packages) file.
32526         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
32527         AC_STRUCT_ST_BLKSIZE.
32528
32529 1999-11-03  Jim Meyering  <meyering@ascend.com>
32530
32531         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
32532         of AC_CHECK_TYPE checks includes unistd.h.
32533         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
32534         Suggestion from Akim Demaille.
32535
32536 1999-10-30  Jim Meyering  <meyering@ascend.com>
32537
32538         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
32539         m4-quoted string.
32540         * m4/ls-mntd-fs.m4: Likewise.
32541         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
32542         * m4/jm-winsz1.m4: Likewise.
32543
32544         * m4/const.m4: Remove file, since the fix made it into the experimental
32545         version of autoconf.
32546         * m4/mktime.m4: Likewise.
32547
32548         * m4/check-type.m4: Remove file, now that the latest version of
32549         AC_CHECK_TYPE takes a third arg to specify additional #includes.
32550
32551         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
32552         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
32553         AC_CHECK_TYPE.
32554
32555 1999-10-04  Jim Meyering  <meyering@ascend.com>
32556
32557         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
32558
32559 1999-09-22  Paul Eggert  <eggert@twinsun.com>
32560
32561         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
32562         2.95.1 bug with HP-UX 10.20.
32563
32564 1999-09-17  Jim Meyering  <meyering@ascend.com>
32565
32566         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
32567         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
32568         due to missing strdup (against sh-utils-2.0).
32569
32570 1999-08-29  Jim Meyering  <meyering@ascend.com>
32571
32572         * m4/jm-macros.m4: Require jm_BISON.
32573         * m4/bison.m4: New file.
32574
32575 1999-08-17  Paul Eggert  <eggert@twinsun.com>
32576
32577         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
32578         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
32579
32580 1999-08-05  Jim Meyering  <meyering@ascend.com>
32581
32582         * m4/getline.m4: Rename test file from conftestdata to conftest.data
32583         to avoid conflicts with `conftest' on 8+3 filesystems.
32584         Suggestion from Eli Zaretskii.
32585
32586 1999-08-04  Jim Meyering  <meyering@ascend.com>
32587
32588         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
32589         fileutils and sh-utils (textutils's getline test was inadequate).
32590         (AM_FUNC_GETLINE): Run this test.
32591         (AC_CHECK_FUNCS): Check for getdelim.
32592         Reported by Bob Proulx.
32593
32594 1999-08-02  Jim Meyering  <meyering@ascend.com>
32595
32596         * m4/jm-macros.m4: Add a comment.
32597
32598 1999-08-01  Paul Eggert  <eggert@twinsun.com>
32599
32600         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
32601         <inttypes.h> defines strtoumax as a macro (and not as a
32602         function).
32603
32604 1999-08-01  Paul Eggert  <eggert@twinsun.com>
32605
32606         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
32607         that we can shift, multiply and divide unsigned long long
32608         values; Ultrix cc can't do it.
32609
32610 1999-08-01  Paul Eggert  <eggert@twinsun.com>
32611
32612         * m4/mktime.m4: New file, which is a preview of what should appear
32613         in the next public autoconf release.
32614
32615 1999-08-01  Paul Eggert  <eggert@twinsun.com>
32616
32617         * m4/lfs.m4: Remove this file.
32618         * m4/largefile.m4: New file.  It contains the old contents of
32619         lfs.m4, except that all names with prefix AC_LFS have been
32620         changed to use the prefix AC_SYS_LARGEFILE instead, to be
32621         compatible with future autoconf versions.  Also, some minor m4
32622         quoting problems have been fixed.
32623
32624 1999-08-01  Paul Eggert  <eggert@twinsun.com>
32625
32626         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
32627         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
32628         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
32629         and simplify the shell code.
32630
32631 1999-08-01  Jim Meyering  <meyering@ascend.com>
32632
32633         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
32634         m4.
32635
32636 1999-07-20  Jim Meyering  <meyering@ascend.com>
32637
32638         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
32639
32640 1999-07-15  Jim Meyering  <meyering@ascend.com>
32641
32642         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
32643
32644 1999-05-22  Jim Meyering  <meyering@ascend.com>
32645
32646         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
32647
32648 1999-05-20  Jim Meyering  <meyering@ascend.com>
32649
32650         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
32651         Add a colon after each `then' in case $4 is empty.
32652
32653 1999-05-16  Jim Meyering  <meyering@ascend.com>
32654
32655         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
32656
32657 1999-05-10  Jim Meyering  <meyering@ascend.com>
32658
32659         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
32660
32661         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
32662         AC_FUNC_MKTIME.
32663
32664 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
32665
32666         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
32667
32668 1999-05-04  Paul Eggert  <eggert@twinsun.com>
32669
32670         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
32671         not CPPFLAGS, so that linking works correctly in IRIX.
32672
32673 1999-04-30  Paul Eggert  <eggert@twinsun.com>
32674
32675         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
32676
32677 1999-04-20  Paul Eggert  <eggert@twinsun.com>
32678
32679         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
32680         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
32681         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
32682         jm_AC_TYPE_UNSIGNED_LONG_LONG.
32683         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
32684
32685         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
32686
32687 1999-04-20  Jim Meyering  <meyering@ascend.com>
32688
32689         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
32690         AC_REPLACE xstroull if necessary.  From Paul Eggert.
32691         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
32692
32693 1999-04-18  Jim Meyering  <meyering@ascend.com>
32694
32695         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
32696         * m4/jm-macros.m4: Use it.
32697
32698 1999-04-06  Jim Meyering  <meyering@ascend.com>
32699
32700         * m4/strftime.m4: Remove test for %f.
32701
32702 1999-03-29  Jim Meyering  <meyering@ascend.com>
32703
32704         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
32705         superset of the AC_TYPE_* checks in the textutils, fileutils,
32706         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
32707         AC_TYPE_PID_T.
32708
32709 1999-03-28  Jim Meyering  <meyering@ascend.com>
32710
32711         * m4/jm-macros.m4: Define GNU_PACKAGE here.
32712         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
32713         replaced e.g., in the *.sh files of the sh-utils.
32714
32715 1999-03-20  Jim Meyering  <meyering@ascend.com>
32716
32717         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
32718         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
32719         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
32720
32721 1999-03-19  Jim Meyering  <meyering@ascend.com>
32722
32723         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
32724
32725 1999-03-12  Jim Meyering  <meyering@ascend.com>
32726
32727         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
32728
32729 1999-03-07  Jim Meyering  <meyering@ascend.com>
32730
32731         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
32732         declared.
32733
32734 1999-02-17  Jim Meyering  <meyering@ascend.com>
32735
32736         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
32737         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
32738
32739 1999-02-07  Jim Meyering  <meyering@ascend.com>
32740
32741         * m4/group-member.m4: New file -- extracted from sh-utils'
32742         configure.in.
32743
32744         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
32745         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
32746
32747 1999-02-06  Jim Meyering  <meyering@ascend.com>
32748
32749         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
32750         * m4/fnmatch.m4: Likewise.
32751         * m4/getgroups.m4: Likewise.
32752         * m4/lstat.m4: Likewise.
32753         * m4/malloc.m4: Likewise.
32754         * m4/putenv.m4: Likewise.
32755         * m4/realloc.m4: Likewise.
32756         * m4/regex.m4: Likewise.
32757         * m4/stat.m4: Likewise.
32758         * m4/strftime.m4: Likewise.
32759         Suggestion from Alain Magloire.
32760
32761         * m4/chown.m4: Use `.$ac_objext', not `.o'.
32762         * m4/fnmatch.m4: Likewise.
32763         * m4/getgroups.m4: Likewise.
32764         * m4/getline.m4: Likewise.
32765         * m4/lstat.m4: Likewise.
32766         * m4/malloc.m4: Likewise.
32767         * m4/memcmp.m4: Likewise.
32768         * m4/putenv.m4: Likewise.
32769         * m4/realloc.m4: Likewise.
32770         * m4/regex.m4: Likewise.
32771         * m4/stat.m4: Likewise.
32772         * m4/strftime.m4: Likewise.
32773         Suggestion from Alain Magloire.
32774
32775         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
32776         an argument.
32777
32778         * m4/regex.m4: Add a run-time Test for proper operation of
32779         re_compile_pattern.
32780
32781 1999-01-31  Jim Meyering  <meyering@ascend.com>
32782
32783         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
32784
32785 1999-01-30  Jim Meyering  <meyering@ascend.com>
32786
32787         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
32788
32789         * m4/jm-mktime.m4: Make this a wrapper around the official
32790         AM_FUNC_MKTIME rather than my private copy, now that the official one
32791         is up to date.
32792         * m4/mktime.m4: Remove file.
32793
32794         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
32795         * m4/uptime.m4: Likewise.
32796         * m4/uintmax_t.m4: Likewise.
32797
32798 1999-01-28  Jim Meyering  <meyering@ascend.com>
32799
32800         * m4/jm-macros.m4: Use jm_AFS.
32801         * m4/afs.m4: New file (from fileutils' configure.in).
32802
32803         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
32804         * m4/chown.m4: Likewise.
32805         * m4/d-ino.m4: Likewise.
32806         * m4/d-type.m4: Likewise.
32807         * m4/fnmatch.m4: Likewise.
32808         * m4/getgroups.m4: Likewise.
32809         * m4/gettext.m4: Likewise.
32810         * m4/jm-mktime.m4: Likewise.
32811         * m4/jm-winsz2.m4: Likewise.
32812         * m4/lcmessage.m4: Likewise.
32813         * m4/ls-mntd-fs.m4: Likewise.
32814         * m4/malloc.m4: Likewise.
32815         * m4/memcmp.m4: Likewise.
32816         * m4/putenv.m4: Likewise.
32817         * m4/realloc.m4: Likewise.
32818         * m4/st_mtim.m4: Likewise.
32819         * m4/strftime.m4: Likewise.
32820
32821 1999-01-16  Jim Meyering  <meyering@ascend.com>
32822
32823         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
32824         (ARGMATCH_DIE_DECL): Define.
32825
32826 1999-01-12  Jim Meyering  <meyering@ascend.com>
32827
32828         * m4/Makefile.am.in: Rewrite to avoid using fmt.
32829         Reported by Lars Hecking.
32830
32831 1999-01-10  Jim Meyering  <meyering@ascend.com>
32832
32833         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
32834         gross kludge.
32835         * m4/inttypes_h.m4: Likewise.
32836         * m4/lstat.m4: Likewise.
32837         * m4/malloc.m4: Likewise.
32838         * m4/readdir.m4: Likewise.
32839         * m4/realloc.m4: Likewise.
32840         * m4/st_dm_mode.m4: Likewise.
32841         * m4/stat.m4: Likewise.
32842         * m4/utimbuf.m4: Likewise.
32843         * m4/utimes.m4: Likewise.
32844
32845         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
32846         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
32847         comments in config.h.in are meaningful.
32848
32849         * m4/jm-macros.m4: Require autoconf-2.13 here.
32850
32851         * m4/regex.m4: By default, don't use the included regex.c on systems
32852         with glibc 2.  Suggestion from Uli Drepper.
32853
32854 1999-01-02  Jim Meyering  <meyering@ascend.com>
32855
32856         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
32857
32858 1998-12-18  Jim Meyering  <meyering@ascend.com>
32859
32860         * m4/Makefile.am.in (Makefile.am): Simplify rule.
32861         Based on a suggestion from Lars Hecking.
32862
32863 1998-11-16  Paul Eggert  <eggert@twinsun.com>
32864
32865         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
32866
32867 1998-11-16  Jim Meyering  <meyering@ascend.com>
32868
32869         * m4/lfs.m4: Double-quote the `uname...` expression.
32870
32871 1998-11-14  Jim Meyering  <meyering@ascend.com>
32872
32873         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
32874         * m4/stat.m4: Likewise.
32875
32876 1998-11-03  Jim Meyering  <meyering@ascend.com>
32877
32878         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
32879         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
32880
32881 1998-10-18  Jim Meyering  <meyering@ascend.com>
32882
32883         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
32884
32885 1998-10-17  Jim Meyering  <meyering@ascend.com>
32886
32887         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
32888         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
32889         calls for those previously hard-coded headers.  Instead, take a new
32890         parameter.
32891         (jm_CHECK_DECLARATIONS): Reflect interface change.
32892         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
32893         (jm_CHECK_DECL_LOCALTIME_R): New macro.
32894
32895         * m4/mktime.m4: Test for spring-forward gap before long-running test.
32896
32897 1998-10-14  Jim Meyering  <meyering@ascend.com>
32898
32899         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
32900         instead of "TZ=America/Vancouver".  From Paul Eggert.
32901
32902 1998-10-11  Jim Meyering  <meyering@ascend.com>
32903
32904         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
32905         This adds a test for a recently added compatibility fix for mktime.c.
32906         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
32907
32908 1998-09-27  Jim Meyering  <meyering@ascend.com>
32909
32910         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
32911
32912         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
32913         ../configure.in, including a change from Gordon Matzigkeit to allow
32914         cross-compiling for the Hurd.
32915
32916         * m4/glibc.m4: New file/macro to test for the GNU C Library
32917         versions 1 and 2.  From Gordon Matzigkeit.
32918         Indent.
32919
32920 1998-09-21  Jim Meyering  <meyering@ascend.com>
32921
32922         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
32923
32924 1998-08-18  Paul Eggert  <eggert@twinsun.com>
32925
32926         Port nanosecond-resolution times to UnixWare 2.1.2 and
32927         pedantic Solaris 2.6.
32928
32929         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
32930         AC_STRUCT_ST_MTIM.
32931         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
32932         Generate name of ns member, instead of just 1 or undef.
32933         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
32934
32935 1998-08-15  Jim Meyering  <meyering@ascend.com>
32936
32937         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
32938         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
32939         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
32940         instead of jm_TYPE_SSIZE_T.
32941
32942 1998-08-12  Jim Meyering  <meyering@ascend.com>
32943
32944         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
32945
32946 1998-08-02  Jim Meyering  <meyering@ascend.com>
32947
32948         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
32949         in acconfig.h manually.
32950
32951 1998-07-31  Paul Eggert  <eggert@twinsun.com>
32952
32953         * m4/st_mtim.m4: New file.
32954
32955 1998-07-28  Jim Meyering  <meyering@ascend.com>
32956
32957         * m4/utimes.m4: Undef stat.
32958
32959 1998-07-25  Jim Meyering  <meyering@ascend.com>
32960
32961         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
32962         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
32963
32964 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
32965
32966         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
32967         uid and gid actually remain unchanged.
32968
32969 1998-07-07  Jim Meyering  <meyering@ascend.com>
32970
32971         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
32972
32973 1998-07-04  Jim Meyering  <meyering@ascend.com>
32974
32975         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
32976         to prove that this macro can be used in packages without regex.c.
32977
32978 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
32979
32980         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
32981         is to be used.
32982
32983 1998-07-03  Jim Meyering  <meyering@ascend.com>
32984
32985         * m4/gettext.m4: Add -lintl if it's found to be necessary.
32986
32987         * m4/gettext.m4: New file -- from gettext-0.10.35.
32988         * m4/lcmessage.m4: Likewise.
32989         * m4/progtest.m4: Likewise.
32990
32991         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
32992         * m4/jm-macros.m4: Require the new macro.
32993
32994 1998-06-29  Jim Meyering  <meyering@ascend.com>
32995
32996         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
32997         for the definition of NGROUPS (used in a system header included
32998         by sys/mount.h).
32999
33000 1998-06-28  Jim Meyering  <meyering@ascend.com>
33001
33002         * m4/ls-mntd-fs.m4: New file.
33003         * m4/fstypename.m4: New file.
33004
33005         * m4/jm-macros.m4: Require the new macro.
33006         * m4/jm-glibc-io.m4: New file.
33007
33008 1998-05-19  Jim Meyering  <meyering@ascend.com>
33009
33010         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
33011         * m4/lchown.m4: New file.
33012
33013         * m4/Makefile.am.in: New file.
33014         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
33015
33016 1998-05-14  Jim Meyering  <meyering@ascend.com>
33017
33018         * m4/Makefile.am (EXTRA_DIST): Add them.
33019         * m4/jm-macros.m4: New file.
33020         * m4/utimbuf.m4: New file.
33021
33022 1998-05-12  Jim Meyering  <meyering@ascend.com>
33023
33024         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
33025
33026 1998-05-11  Jim Meyering  <meyering@ascend.com>
33027
33028         * m4/isc-posix.m4: New file.
33029
33030 1998-05-10  Jim Meyering  <meyering@ascend.com>
33031
33032         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
33033
33034 1998-05-09  Jim Meyering  <meyering@ascend.com>
33035
33036         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
33037         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
33038         with automake.
33039
33040         * m4/ssize_t.m4: New file.
33041         * m4/mktime.m4: Remove file -- the new automake has this now.
33042
33043 1998-04-26  Jim Meyering  <meyering@ascend.com>
33044
33045         * m4/assert.m4: New file.
33046         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
33047
33048 1998-04-05  Jim Meyering  <meyering@ascend.com>
33049
33050         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
33051         (jm_PREREQ): Use it here.
33052
33053 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
33054
33055         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
33056         in acconfig.h.
33057
33058 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
33059
33060         * m4/prereq.m4: New file.
33061         * m4/error.m4: New file.
33062         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
33063
33064 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
33065
33066         * m4/getline.m4: Don't set am_cv_func_working_getline before the
33067         cache-check for the same variable -- that defeated the purpose of
33068         the test; the test program was never run.  This was a problem only
33069         on systems with losing getline functions -- HP-UX 10.20 is one.
33070         Reported by Bjorn Helgaas.
33071
33072 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
33073
33074         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
33075
33076 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
33077
33078         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
33079
33080         * m4/const.m4: New file.  Use an initializer in this declaration
33081         typedef int charset[2]; const charset x;
33082         Reported by Bob Glickstein.
33083
33084 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
33085
33086         * m4/chown.m4: Fix reversed types on -1 args to chown.
33087         From Kaveh Ghazi.
33088
33089 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
33090
33091         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
33092         Add lseek and memchr.
33093
33094         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
33095         T.E.Dickey <dickey@clark.net> said that some older preprocessors
33096         have a 20-character limit on names.
33097
33098 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
33099
33100         * m4/inttypes_h.m4: New file.
33101         * m4/uintmax_t.m4: New file.
33102         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
33103
33104 Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
33105   Free Software Foundation, Inc.
33106 Copying and distribution of this file, with or without modification,
33107 are permitted provided the copyright notice and this notice are preserved.