453a7f8a86da1711fe0271ca4ff6f11006e835eb
[gnulib.git] / ChangeLog
1 2007-09-17  Bruno Haible  <bruno@clisp.org>
2
3         * gnulib-tool (func_version): Use $version.
4
5 2007-09-16  Bruno Haible  <bruno@clisp.org>
6
7         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
8         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
9         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
10         Reported by Greg Schafer <gschafer@zip.com.au>.
11
12 2007-09-15  Bruno Haible  <bruno@clisp.org>
13
14         * gnulib-tool (sed): Try a little harder to make bash understand the
15         alias.
16         Reported by Bruce Korb <bruce.korb@gmail.com>.
17
18 2007-09-13  Eric Blake  <ebb9@byu.net>
19
20         * ChangeLog: Remove conflict markers.
21
22 2007-09-13  Simon Josefsson  <simon@josefsson.org>
23
24         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
25         Reported by Bruno Haible <bruno@clisp.org>.
26
27 2007-09-12  Bruno Haible  <bruno@clisp.org>
28
29         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
30         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
31         is not defined.
32
33 2007-09-12  Eric Blake  <ebb9@byu.net>
34
35         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
36         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
37         Autoconf definition.
38         * modules/euidaccess (Depends-on): Add extensions, for
39         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
40         * modules/fnmatch (Depends-on): Likewise.
41         * modules/getaddrinfo (Depends-on): Likewise.
42         * modules/getdelim (Depends-on): Likewise.
43         * modules/getline (Depends-on): Likewise.
44         * modules/getsubopt (Depends-on): Likewise.
45         * modules/gettext (Depends-on): Likewise.
46         * modules/group-member (Depends-on): Likewise.
47         * modules/mbchar (Depends-on): Likewise.
48         * modules/memmem (Depends-on): Likewise.
49         * modules/mempcpy (Depends-on): Likewise.
50         * modules/memrchr (Depends-on): Likewise.
51         * modules/pagealign_alloc (Depends-on): Likewise.
52         * modules/readutmp (Depends-on): Likewise.
53         * modules/stpcpy (Depends-on): Likewise.
54         * modules/stpncpy (Depends-on): Likewise.
55         * modules/strchrnul (Depends-on): Likewise.
56         * modules/strndup (Depends-on): Likewise.
57         * modules/strsep (Depends-on): Likewise.
58         * modules/strverscmp (Depends-on): Likewise.
59         * modules/vasprintf (Depends-on): Likewise.
60         * modules/wcwidth (Depends-on): Likewise.
61         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
62         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
63         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
64         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
65         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
66         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
67         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
68         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
69         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
70         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
71         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
72         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
73         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
74         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
75         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
76         * m4/readutmp.m4 (gl_READUTMP): Likewise.
77         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
78         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
79         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
80         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
81         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
82         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
83         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
84         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
85         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
86         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
87         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
88         so that lock.m4 can be used in gettext without extensions module.
89
90 2007-09-11  Bruno Haible  <bruno@clisp.org>
91
92         * m4/isc-posix.m4: Remove file.
93         Suggested by Eric Blake.
94
95 2007-09-11  Eric Blake  <ebb9@byu.net>
96
97         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
98
99 2007-09-10  Bruno Haible  <bruno@clisp.org>
100
101         * posix-modules: Fix typo in error message.
102         Reported by Matt <mkraai@beckman.com>.
103
104 2007-09-09  Bruno Haible  <bruno@clisp.org>
105
106         * doc/functions/getdelim.texi: Update list of platforms lacking the
107         function.
108         * doc/functions/getline.texi: Likewise.
109
110 2007-09-09  Jim Meyering  <jim@meyering.net>
111
112         * lib/hash.c (hash_initialize): Detect calloc failure.
113         Reported by Bruno Haible.
114
115 2007-09-09  Bruno Haible  <bruno@clisp.org>
116
117         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
118         malloc or realloc fails.
119
120 2007-09-09  Bruno Haible  <bruno@clisp.org>
121
122         * modules/getcwd (Depends-on): Add malloc-posix.
123         * modules/glob (Depends-on): Likewise.
124         * modules/putenv (Depends-on): Likewise.
125         * modules/strdup (Depends-on): Likewise.
126         * modules/getdelim (Depends-on): Add realloc-posix.
127         * modules/read-file (Depends-on): Likewise.
128
129 2007-09-09  Bruno Haible  <bruno@clisp.org>
130
131         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
132         (gl_FUNC_MALLOC_POSIX): Require it.
133         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
134         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
135         * modules/realloc (Files): Add m4/malloc.m4.
136         * modules/calloc (Files): Likewise.
137
138 2007-09-09  Bruno Haible  <bruno@clisp.org>
139
140         * modules/malloc-posix: New file.
141         * modules/malloc (Depends-on): Add malloc-posix.
142         * lib/malloc.c: Include errno.h.
143         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
144         and a POSIX-compatible malloc into a single function. Set ENOMEM
145         when returning NULL.
146         * m4/malloc.m4: New file.
147         * doc/functions/malloc.texi: Mention the malloc-posix module.
148         * lib/stdlib_.h (malloc): New declaration.
149         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
150         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
151         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
152         and HAVE_MALLOC_POSIX.
153
154 2007-09-09  Bruno Haible  <bruno@clisp.org>
155
156         * modules/realloc-posix: New file.
157         * modules/realloc (Depends-on): Add realloc-posix.
158         * lib/realloc.c: Include errno.h.
159         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
160         and a POSIX-compatible realloc into a single function. Set ENOMEM
161         when returning NULL.
162         * m4/realloc.m4: New file.
163         * doc/functions/realloc.texi: Mention the realloc-posix module.
164         * lib/stdlib_.h (realloc): New declaration.
165         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
166         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
167         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
168         and HAVE_REALLOC_POSIX.
169
170 2007-09-09  Bruno Haible  <bruno@clisp.org>
171
172         * modules/calloc-posix: New file.
173         * modules/calloc (Depends-on): Add calloc-posix.
174         * lib/calloc.c: Include errno.h.
175         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
176         and a POSIX-compatible calloc into a single function. Set ENOMEM
177         when returning NULL.
178         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
179         * doc/functions/calloc.texi: Mention the calloc-posix module.
180         * lib/stdlib_.h (calloc): New declaration.
181         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
182         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
183         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
184         and HAVE_CALLOC_POSIX.
185
186 2007-09-09  Bruno Haible  <bruno@clisp.org>
187
188         Allow for modules to show an arbitrary notice.
189         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
190         * gnulib-tool: New option --extract-notice.
191         (func_usage): Document it.
192         (sed_extract_prog): Update.
193         (func_get_notice): New function.
194         (func_modules_notice): New function.
195         (func_import, func_create_testdir): Invoke it.
196         Suggested by Jim Meyering.
197
198 2007-09-09  Bruno Haible  <bruno@clisp.org>
199
200         * gnulib-tool: New options --verbose, --quiet.
201         (func_usage): Document them.
202         (verbose): New variable.
203         (func_execute_command): New function.
204         (func_import): Don't show the module list and the file list if
205         $verbose < 0.
206         (func_create_testdir): Likewise. Use func_execute_command.
207         (func_create_megatestdir): Use func_execute_command.
208
209 2007-09-08  Bruno Haible  <bruno@clisp.org>
210
211         * gnulib-tool (func_import): Prefer rsync over wget when available,
212         for fetching the PO files.
213
214 2007-09-08  Bruno Haible  <bruno@clisp.org>
215
216         * posix-modules: New file. Portions copied from gnulib-tool.
217         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
218
219 2007-09-08  Jim Meyering  <jim@meyering.net>
220
221         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
222         * lib/fpending.h: Rename from __fpending.h.
223         * lib/fpending.c: Rename from __fpending.c.
224         Include "fpending.h", not "__fpending.h".
225         * lib/__fpending.h, lib/__fpending.c: Remove files.
226         * modules/fpending (Files): Reflect new file names.
227         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
228
229 2007-09-08  Bruno Haible  <bruno@clisp.org>
230
231         * m4/inttypes-h.m4: Remove stub file.
232
233 2007-09-07  Simon Josefsson  <simon@josefsson.org>
234
235         * doc/headers/stdint.texi: Discuss #include_next issue.
236
237 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
238
239         * build-aux/bootstrap: Remove obsolete comment about wget --help.
240
241 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
242
243         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
244         in variable name.
245
246 2007-09-03  Jim Meyering  <jim@meyering.net>
247
248         New module: git-version-gen.
249         * modules/git-version-gen: New file.
250
251         Import changes from coreutils for bootstrap script.
252
253         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
254
255         bootstrap: uses rsync to download the .po files
256         * build-aux/bootstrap (po_download_command_format): New global.
257         (download_po_files): Use rsync.
258         (update_po_files): Don't remove .po files after download,
259         so future rsync runs can take advantage of the copies.
260
261         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
262
263         Solve the unnecessary-.po-file-regeneration problem once and for all.
264         * build-aux/bootstrap (download_po_files): New function, renamed from
265         get_translations.  Now, downloads, but doesn't update LINGUAS.
266         (update_po_files): New function.
267
268         bootstrap: Ignore more.
269         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
270         uniwidth to e.g., lib/.gitignore.
271         (slurp): Handle the sys_stat_.h -> sys mapping, too.
272
273         * build-aux/bootstrap: New setting: vc_ignore.
274         (insert_sorted_if_absent): Create $file if absent.
275         Adapt to new, possibly empty, list: $vc_ignore.
276
277         bootstrap: generate more ignorable names
278         * build-aux/bootstrap (slurp): When generating ignorable names,
279         also map .sin to .sed, .gperf to .c, and .y to .c.
280
281 2007-09-03  Jim Meyering  <jim@meyering.net>
282
283         * build-aux/git-version-gen: New file, from coreutils.  For details, see
284         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
285
286 2007-09-02  Bruno Haible  <bruno@clisp.org>
287
288         Fix mis-recognition of 'mcs' on QNX 6.
289         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
290         output contains the string "Mono".
291         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
292         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
293
294 2007-09-01  Bruno Haible  <bruno@clisp.org>
295
296         Fix collision between uniwidth/* and linebreak modules.
297         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
298         u32_width): Remove declarations.
299         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
300         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
301         streq3, streq2, streq1, streq0): Remove functions.
302         (STREQ): Remove macro.
303         (is_cjk_encoding): Remove function.
304         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
305         (uc_width, u8_width, u16_width, u32_width): Remove functions.
306         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
307         * NEWS: Document the change.
308
309 2007-09-01  Bruno Haible  <bruno@clisp.org>
310
311         * lib/streq.h: Add double-inclusion guard.
312
313 2007-09-01  Karl Berry  <karl@gnu.org>
314
315         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
316
317 2007-08-28  Jim Meyering  <jim@meyering.net>
318
319         Rename mreadlink_with_size to areadlink_with_size.
320         * NEWS: Document the change.
321         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
322         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
323         * lib/mreadlink.h: Rename this to...
324         * lib/areadlink.h: ...this.
325         * modules/mreadlink-with-size: Rename this to...
326         * modules/areadlink-with-size: ...this.
327         * lib/canonicalize.c: Reflect the renaming.
328         * modules/canonicalize: Likewise.
329
330 2007-08-26  Bruno Haible  <bruno@clisp.org>
331
332         * gnulib-tool (func_import): When deciding which files to remove,
333         consider also dangling symbolic links.
334         Reported by Eric Blake.
335
336 2007-08-26  Bruno Haible  <bruno@clisp.org>
337
338         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
339
340 2007-08-23  Simon Josefsson  <simon@josefsson.org>
341
342         * lib/readline.c: Don't include getline.h, the prototype is now
343         found in stdio.h.
344
345 2007-08-23  Jim Meyering  <jim@meyering.net>
346
347         Getdelim touchup.
348         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
349         around the funlockfile call, since funlockfile never sets errno.
350         Don't set errno upon failed realloc.
351
352 2007-08-22  Eric Blake  <ebb9@byu.net>
353
354         Getline touchups.
355         * lib/getdelim.c (getdelim): Revert regression that required *n to
356         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
357         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
358         getdelim, rather than whether implementation is missing.
359         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
360         * lib/stdio_.h (getline): Also declare if replacement is
361         required.
362         * doc/functions/getdelim.texi: New file.
363         * doc/functions/getline.texi: Likewise.
364         * doc/gnulib.texi (Function Substitutes): Add new files.
365         Reported by Bruno Haible.
366
367 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
368
369         * users.txt: Add Guile.
370
371 2007-08-22  Eric Blake  <ebb9@byu.net>
372
373         * tests/test-getdelim.c (main): Use remove, not unlink.
374         * tests/test-getline.c (main): Likewise.
375
376         Move getline and getdelim into stdio.h, per POSIX 200x.
377         * modules/getline (Files): Remove getline.h.
378         (Depends-on): Add stdio.
379         (configure.ac): Add module indicator.
380         * modules/getdelim (Files): Remove getdelim.h.
381         (Depends-on): Add stdio.
382         (configure.ac): Add module indicator.
383         * modules/stdio (Makefile.am): Work with new indicators.
384         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
385         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
386         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
387         * lib/getdelim.h: Delete.
388         * lib/getline.h: Delete.
389         * lib/stdio_.h (getdelim, getline): Declare.
390         * modules/getdelim-tests: New module.
391         * modules/getline-tests: Likewise.
392         * tests/test-getdelim.c: New file.
393         * tests/test-getline.c: Likewise.
394         * NEWS: Document the change.
395         * lib/getline.c: Update choice of header.
396         * lib/csharpcomp.c: Likewise.
397         * lib/getpass.c: Likewise.
398         * lib/javacomp.c: Likewise.
399         * lib/javaversion.c: Likewise.
400         * lib/yesno.c: Likewise.
401         * lib/getdelim.c: Likewise.
402         (getdelim): Set errno on failure, and avoid memory leak.
403
404 2007-08-19  Bruno Haible  <bruno@clisp.org>
405
406         * modules/closein (Depends-on): Add freadahead.
407         * lib/closein.c: Include freadahead.h.
408         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
409         is zero.
410
411 2007-08-19  Bruno Haible  <bruno@clisp.org>
412
413         * modules/freadahead-tests: New file.
414         * tests/test-freadahead.sh: New file.
415         * tests/test-freadahead.c: New file.
416
417         * modules/freadahead: New file.
418         * lib/freadahead.h: New file.
419         * lib/freadahead.c: New file.
420         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
421         fbufmode, fpurge, freadable, fwritable.
422
423 2007-08-19  Eric Blake  <ebb9@byu.net>
424
425         Test yesno in combination with closein.
426         * lib/yesno.c (yesno): Document use of stdin.
427         * modules/yesno-tests (Files): New module.
428         * tests/test-yesno.c (main): New file.
429         * tests/test-yesno.sh: Likewise.
430
431 2007-08-19  Bruno Haible  <bruno@clisp.org>
432
433         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
434         * lib/fseeko.c (rpl_fseeko): Likewise.
435         * lib/fseterr.c (fseterr): Likewise.
436
437 2007-08-19  Bruno Haible  <bruno@clisp.org>
438
439         * tests/test-lseek.c (main): Disable a test for BeOS.
440         * doc/functions/lseek.texi: Document the BeOS bug.
441
442 2007-08-19  Bruno Haible  <bruno@clisp.org>
443             Eric Blake  <ebb9@byu.net>
444
445         * lib/lseek.c: Include <sys/stat.h>.
446         (rpl_lseek): Add workaround code also for Unix platforms.
447         Needed for BeOS.
448         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
449         * doc/functions/lseek.texi: Document BeOS definiency.
450
451 2007-08-18  Bruno Haible  <bruno@clisp.org>
452
453         * modules/fstrcmp-tests: New file.
454         * tests/test-fstrcmp.c: New file.
455
456 2007-08-18  Bruno Haible  <bruno@clisp.org>
457
458         * modules/fstrcmp: New file, from GNU gettext with modifications.
459         * lib/fstrcmp.h: New file, from GNU gettext.
460         * lib/fstrcmp.c: New file, from GNU gettext.
461         * MODULES.html.sh (String handling): Add fstrcmp.
462
463 2007-08-18  Bruno Haible  <bruno@clisp.org>
464
465         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
466         'bool'.
467         (diag, compareseq): Remove const from the ctxt argument.
468         (USE_HEURISTIC): Undefine at the end.
469
470 2007-08-18  Jim Meyering  <jim@meyering.net>
471
472         New file: lib/idcache.h
473         * NEWS: Mention the addition.
474         * modules/idcache (Files): Add lib/idcache.h
475         * lib/idcache.c: Include "idcache.h".
476         Don't include <sys/types.h>.
477         Add a FIXME comment.
478         Move file-scoped "static" declarations to the top.
479         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
480
481 2007-08-17  Bruno Haible  <bruno@clisp.org>
482         and Paul Eggert  <eggert@cs.ucla.edu>
483
484         * MODULES.html.sh: Add diffseq.
485         * modules/diffseq: New file.
486         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
487         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
488
489 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
490
491         Import changes from coreutils for bootstrap script.
492
493         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
494
495         * build-aux/bootstrap (slurp): Work even in environments where
496         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
497         current code does not slurp files whose names start with ".", and
498         this looks like it might be a troublesome area.
499
500         2007-07-11  Jim Meyering  <jim@meyering.net>
501
502         If there's a GPL vN copyright comment, require that N == 3.
503
504         2007-07-08  Jim Meyering  <jim@meyering.net>
505
506         Run the coreutils-specific code only if tests/Makefile.am.in exists.
507         * build-aux/bootstrap (mam_template): Move definition out of loop.
508
509         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
510
511         * build-aux/bootstrap (symlink_to_dir): Rename function from
512         symlink_to_gnulib.  Add a directory parameter.  Update all
513         callers.
514         (cp_mark_as_generated): Also check for -- and link to -- files in
515         gl/.
516
517         2007-07-08  Jim Meyering  <jim@meyering.net>
518
519         Adapt to deeper hierarchy in gnulib.
520         * build-aux/bootstrap (symlink_to_dir): If the destination
521         directory doesn't exist, create it. This is required at least for
522         "lib/uniwidth/cjk.h".
523
524         2007-05-15  Jim Meyering  <jim@meyering.net>
525
526         * build-aux/bootstrap: Now that generated Makefile.am files
527         are no longer under version control, they must be created at
528         bootstrap time.
529
530 2007-08-14  Ben Pfaff  <blp@gnu.org>
531
532         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
533
534 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
535
536         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
537         given the changes below.
538         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
539         even on hosts that have padding bits beyond the supported 64.
540
541 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
542
543         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
544         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
545         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
546         depends on it.
547         (xstrtol_error): Remove.
548         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
549         but with a different signature.
550         (ATTRIBUTE_NORETURN, __attribute__): New macros.
551         * lib/xstrtol-error.c: Include exitfail.h.
552         (xstrtol_fatal): New function, with a different signature from the
553         old xstrtol_error, so that the caller need not worry about passing
554         in an exit status, or about storage management of the option argument.
555         (xstrtol_error): Now a static function.  Redo signature to
556         implement xstrtol_fatal.  Output the correct number of hyphens in
557         front of the option so that the caller need not worry about
558         storage management.
559         (N_): New macro.
560         (_): Remove; not used now.
561         * modules/xstrtol: Depend on getopt.
562         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
563         of old STRTOL_FATAL_ERROR macro.
564         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
565         of test program.
566         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
567         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
568
569 2007-08-08  Eric Blake  <ebb9@byu.net>
570
571         * lib/xstrtol-error.c: Add missing include.
572
573         Move xstrtol messages into gnulib domain, when --pobase is used.
574         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
575         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
576         * modules/xstrtol (Files): Distribute new file.
577         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
578         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
579         * tests/test-xstrtol.c: ...into new file.
580         * tests/test-xstrtoul.c: Also test xstrtoul.
581         * tests/test-xstrtoimax.c: Also test xstrtoimax.
582         * tests/test-xstrtoumax.c: Also test xstrtoumax.
583         * tests/test-xstrtol.sh: Drive the tests.
584         * tests/test-xstrtoimax.sh: Likewise.
585         * tests/test-xstrtoumax.sh: Likewise.
586         * modules/xstrtol-tests: New module.
587         * modules/xstrtoimax-tests: Likewise.
588         * modules/xstrtoumax-tests: Likewise.
589
590 2007-08-08  Jim Meyering  <jim@meyering.net>
591
592         New function: mfile_name_concat.
593         * lib/filenamecat.c (mfile_name_concat): New function, just like
594         file_name_concat, but return NULL upon failure rather than exiting
595         with a diagnostic.
596         * lib/filenamecat.h: Declare it.
597
598 2007-08-07  Bruno Haible  <bruno@clisp.org>
599
600         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
601         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
602         warning from gcc.
603         Reported by Eric Blake.
604
605 2007-08-07  Simon Josefsson  <simon@josefsson.org>
606
607         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
608         * modules/crypto/arcfour (License): Likewise.
609         * modules/crypto/des-tests (License): Likewise.
610         * modules/crypto/gc-arctwo-tests (License): Likewise.
611         * modules/crypto/gc-des-tests (License): Likewise.
612         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
613         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
614         * modules/crypto/gc-md2-tests (License): Likewise.
615         * modules/crypto/gc-md4-tests (License): Likewise.
616         * modules/crypto/gc-md5-tests (License): Likewise.
617         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
618         * modules/crypto/gc-rijndael-tests (License): Likewise.
619         * modules/crypto/gc-sha1-tests (License): Likewise.
620         * modules/crypto/gc-tests (License): Likewise.
621         * modules/crypto/hmac-md5 (License): Likewise.
622         * modules/crypto/hmac-sha1 (License): Likewise.
623         * modules/crypto/md2-tests (License): Likewise.
624         * modules/crypto/md4-tests (License): Likewise.
625         * modules/crypto/md5 (License): Likewise.
626         * modules/crypto/rijndael (License): Likewise.
627         * modules/crypto/sha1 (License): Likewise.
628         * modules/memxor (License): Likewise.
629
630 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
631         and Bruno Haible  <bruno@clisp.org>
632
633         * NEWS: Describe interface changes to human, xstrtol.
634         * lib/human.h: Include <xstrtol.h>.
635         (human_options): Return enum strtol_error, not int.  Remove
636         bool arg; take int * instead.
637         * lib/human.c: Don't include "gettext.h".
638         (_): Remove; no longer used.
639         Don't include <xstrtol.h>, since human.h does it.
640         (human_options): Adjust to abovementioned interface changes.
641         Do not report error to stderr; that's now the caller's
642         responsibility.
643         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
644         interface change.
645         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
646         Str, Argument_type_string.  All uses changed.  Put " argument"
647         in diagnostics to make them clearer.  Change wording of suffix
648         message for clarity.
649         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
650         Argument_type_string.
651         (STRTOL_FATAL_WARN): Remove; no longer used.
652         * modules/human (Depends-on): Remove gettext-h.
653
654 2007-08-06  Simon Josefsson  <simon@josefsson.org>
655
656         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
657
658 2007-07-31  Bruno Haible  <bruno@clisp.org>
659
660         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
661         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
662         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
663
664 2007-07-31  Bruno Haible  <bruno@clisp.org>
665
666         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
667         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
668
669 2007-07-30  Bruno Haible  <bruno@clisp.org>
670
671         * modules/base64 (License): Use the synonymous term "LGPLv2+".
672         * modules/c-ctype (License): Likewise.
673         * modules/c-strcase (License): Likewise.
674         * modules/check-version (License): Likewise.
675         * modules/iconv (License): Likewise.
676         * modules/iconv_open (License): Likewise.
677         * modules/read-file (License): Likewise.
678         * modules/striconv (License): Likewise.
679         * modules/strverscmp (License): Likewise.
680         * modules/vasprintf (License): Likewise.
681         * modules/crypto/des (License): Likewise.
682         * modules/crypto/gc (License): Likewise.
683         * modules/crypto/gc-arcfour (License): Likewise.
684         * modules/crypto/gc-arctwo (License): Likewise.
685         * modules/crypto/gc-des (License): Likewise.
686         * modules/crypto/gc-hmac-md5 (License): Likewise.
687         * modules/crypto/gc-hmac-sha1 (License): Likewise.
688         * modules/crypto/gc-md2 (License): Likewise.
689         * modules/crypto/gc-md4 (License): Likewise.
690         * modules/crypto/gc-md5 (License): Likewise.
691         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
692         * modules/crypto/gc-random (License): Likewise.
693         * modules/crypto/gc-rijndael (License): Likewise.
694         * modules/crypto/gc-sha1 (License): Likewise.
695         * modules/crypto/md2 (License): Likewise.
696         * modules/crypto/md4 (License): Likewise.
697
698 2007-07-30  Jim Meyering  <jim@meyering.net>
699
700         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
701         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
702         it has valid stat data.  This bug would cause du not to count the
703         sizes of inaccessible directories.
704         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
705         in <http://bugzilla.redhat.com/250077>.
706
707 2007-07-25  Peter O'Gorman  <peter@pogma.com>
708             Bruno Haible  <bruno@clisp.org>
709
710         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
711         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
712         #include_next, gives a diagnostic about it, but reports no error in
713         the exit code.
714         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
715
716 2007-07-24  Ben Pfaff  <blp@gnu.org>
717
718         Improve name: "count-one-bits" is better than "popcount".
719         * MODULES.html.sh: Update name.
720         * lib/popcount.h: Renamed lib/count-one-bits.h.
721         (popcount): Renamed count_one_bits.
722         (popcountl): Renamed count_one_bits_l.
723         (popcountll): Renamed count_one_bits_ll.
724         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
725         * modules/popcount: Renamed module/count-one-bits.
726         * modules/popcount-tests: Renamed module/count-one-bits-tests.
727         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
728
729 2007-07-23  Ben Pfaff  <blp@gnu.org>
730
731         * lib/popcount.h (popcount32): Reduce size of constants, to allow
732         better code generation, and add U to large constants to avoid
733         warnings, in non-GCC case.
734         Suggested by Bruno Haible.
735
736 2007-07-23  Ben Pfaff  <blp@gnu.org>
737
738         * lib/popcount.h: Use verify_true instead of if...abort.
739         * modules/popcount: Depend on verify module.
740         Suggested by Jim Meyering.
741
742 2007-07-23  Bruno Haible  <bruno@clisp.org>
743
744         * gnulib-tool (func_import): Create a .cvsignore file also when the
745         directory is not yet in CVS but the toplevel directory is. When
746         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
747         Reported by Karl Berry.
748
749 2007-07-22  Ben Pfaff  <blp@gnu.org>
750
751         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
752         case.
753         Suggested by Eric Blake.
754
755 2007-07-22  Ben Pfaff  <blp@gnu.org>
756
757         New module: popcount.
758         * MODULES.html.sh: Add popcount.
759         * modules/popcount: New file.
760         * modules/popcount-tests: New file.
761         * tests/test-popcount.c: New file.
762         * lib/popcount.h: New file.
763         * m4/popcount.m4: New file.
764
765 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
766
767         * build-aux/announce-gen: Update to GPLv3.
768
769         * build-aux/config.guess: Update from config.
770
771 2007-07-21  Bruno Haible  <bruno@clisp.org>
772
773         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
774         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
775
776 2007-07-20  Jim Meyering  <jim@meyering.net>
777
778         * check-module: Diagnose a self-dependency.
779
780 2007-07-19  Bruno Haible  <bruno@clisp.org>
781
782         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
783         empty.
784         Reported by Eric Blake.
785
786 2007-07-18  Bruno Haible  <bruno@clisp.org>
787
788         * gnulib-tool: New options --po-base, --po-domain.
789         (func_usage): Document them.
790         (pobase, po_domain): New variables.
791         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
792         DEFAULT_TEXT_DOMAIN.
793         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
794         (func_import): Consider pobase and po_domain. Create a po/ directory.
795         (func_create_testdir): Set pobase and po_domain to empty.
796         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
797         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
798
799 2007-07-18  Bruno Haible  <bruno@clisp.org>
800
801         * gnulib-tool (func_get_automake_snippet): Synthesize also an
802         EXTRA_DIST augmentation for files in build-aux/.
803
804 2007-07-16  Bruno Haible  <bruno@clisp.org>
805
806         * modules/lseek (License): Use the synonymous term "LGPLv2+".
807         * modules/getdelim (License): Likewise.
808
809 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
810
811         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
812         * modules/d-type (License): Likewise.
813         * modules/extensions (License): Likewise.
814         * modules/fnmatch (License): Likewise.
815         * modules/fseeko (License): Likewise.
816         * modules/getaddrinfo (License): Likewise.
817         * modules/getline (License): Likewise.
818         * modules/getlogin_r (License): Likewise.
819         * modules/getpass (License): Likewise.
820         * modules/gettimeofday (License): Likewise.
821         * modules/glob (License): Likewise.
822         * modules/inet_ntop (License): Likewise.
823         * modules/malloc (License): Likewise.
824         * modules/malloca (License): Likewise.
825         * modules/memmem (License): Likewise.
826         * modules/mempcpy (License): Likewise.
827         * modules/memset (License): Likewise.
828         * modules/minmax (License): Likewise.
829         * modules/mktime (License): Likewise.
830         * modules/netinet_in (License): Likewise.
831         * modules/pathmax (License): Likewise.
832         * modules/poll (License): Likewise.
833         * modules/regex (License): Likewise.
834         * modules/snprintf (License): Likewise.
835         * modules/stdbool (License): Likewise.
836         * modules/stdint (License): Likewise.
837         * modules/stdio (License): Likewise.
838         * modules/strcase (License): Likewise.
839         * modules/strcasestr (License): Likewise.
840         * modules/strdup (License): Likewise.
841         * modules/string (License): Likewise.
842         * modules/strndup (License): Likewise.
843         * modules/strnlen (License): Likewise.
844         * modules/strpbrk (License): Likewise.
845         * modules/strptime (License): Likewise.
846         * modules/strsep (License): Likewise.
847         * modules/sys_select (License): Likewise.
848         * modules/sys_socket (License): Likewise.
849         * modules/sys_stat (License): Likewise.
850         * modules/sys_time (License): Likewise.
851         * modules/time (License): Likewise.
852         * modules/time_r (License): Likewise.
853         * modules/timegm (License): Likewise.
854         * modules/unistd (License): Likewise.
855         * modules/vsnprintf (License): Likewise.
856         * modules/wctype (License): Likewise.
857
858 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
859
860         * modules/argz (License): LGPLv2+.
861
862 2007-07-15  Karl Berry  <karl@gnu.org>
863
864         * doc/gnulib.texi: revise node structure per new fdl.texi.
865
866 2007-07-14  Bruno Haible  <bruno@clisp.org>
867
868         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
869         the output file.
870         * lib/uniname/uninames.h: Regenerated.
871
872 2007-07-14  Karl Berry  <karl@gnu.org>
873
874         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
875         omitting sectioning and index commands.
876
877 2007-07-13  Bruno Haible  <bruno@clisp.org>
878
879         New gnulib-tool option --more-symlinks.
880         * gnulib-tool (func_usage): Document --more-symlinks.
881         (do_copyrights): New variable.
882         Recognize option --more-symlinks.
883         (func_import): Don't add a copyright notice transform to
884         sed_transform_lib_file if do_copyrights is empty.
885
886 2007-07-13  Bruno Haible  <bruno@clisp.org>
887
888         * lib/vasnprintf.c (decimal_point_char): Define also if
889         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
890         && !NEED_PRINTF_DIRECTIVE_A.
891         Reported by Clemens Koller <clemens.koller@anagramm.de> via
892         Gary V. Vaughan <gary@gnu.org>.
893
894 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
895
896         * lib/inttypes_.h: Undo previous change, since it was fixed
897         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
898
899 2007-07-13  Bruno Haible  <bruno@clisp.org>
900
901         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
902         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
903
904 2007-07-13  Jim Meyering  <jim@meyering.net>
905
906         df: Don't fail for Tru64's "file-on-file mount".
907         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
908         so we fall through and use statfs instead.  Details here:
909         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
910         Reported by Albert Chin.
911
912 2007-07-13  Bruno Haible  <bruno@clisp.org>
913
914         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
915         * modules/configmake (License): Likewise.
916         * modules/gettext (License): Likewise.
917         * modules/gettext-h (License): Likewise.
918         * modules/include_next (License): Likewise.
919         * modules/link-warning (License): Likewise.
920         * modules/localcharset (License): Likewise.
921         * modules/localename (License): Likewise.
922         * modules/lock (License): Likewise.
923         * modules/relocatable-lib-lgpl (License): Likewise.
924         * modules/size_max (License): Likewise.
925         * modules/vasnprintf (License): Likewise.
926         * modules/wchar (License): Likewise.
927         * modules/xsize (License): Likewise.
928
929 2007-07-13  Bruno Haible  <bruno@clisp.org>
930
931         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
932         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
933
934 2007-07-12  Bruno Haible  <bruno@clisp.org>
935
936         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
937         in the modules files.
938
939 2007-07-11  Karl Berry  <karl@gnu.org>
940
941         * MODULES.html.sh (func_module): use
942          sed -e '\|^'"${includefile}"'$|d'
943          instead of /.../d, to avoid errors on $includefile's containing /.
944
945 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
946
947         * gnulib-tool (func_import): Avoid duplication of --avoid
948         statements
949         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
950         names to `_' in variable names.
951
952 2007-07-10  Eric Blake  <ebb9@byu.net>
953
954         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
955         * NEWS: Document this change.
956
957 2007-07-08  Bruno Haible  <bruno@clisp.org>
958
959         Update to Unicode 5.0.
960         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
961         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
962         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
963         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
964         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
965         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
966         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
967         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
968         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
969         U+10A3F, U+1D242..U+1D244.
970         (nonspacing_table_ind): Update.
971         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
972         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
973
974 2007-07-08  Bruno Haible  <bruno@clisp.org>
975
976         Update to Unicode 5.0.
977         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
978         code transform. Extend the name index field of unicode_name_to_code and
979         unicode_code_to_name from 16 to 24 bits.
980         * lib/uniname/uniname.c (unicode_character_name,
981         unicode_name_character): Add the range 0x12xxx to the code transform.
982         * lib/uniname/uninames.h: Regenerated.
983         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
984
985 2007-07-07  Bruno Haible  <bruno@clisp.org>
986
987         * modules/wcwidth-tests: New file.
988         * tests/test-wcwidth.c: New file.
989
990         Work around MacOS X wcwidth() bug.
991         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
992         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
993         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
994         original wcwidth in non-UTF-8 locales.
995         * modules/wcwidth (Depends-on): Add localcharset, streq,
996         uniwidth/width.
997         * doc/functions/wcwidth.texi: Update.
998
999 2007-07-07  Bruno Haible  <bruno@clisp.org>
1000
1001         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
1002         (wcwidth): New declaration.
1003         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
1004         macros.
1005         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
1006         here. Prepare for creating <wchar.h> unconditionally.
1007         * modules/wchar (Depends-on): Add link-warning.
1008         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
1009         REPLACE_WCWIDTH, and GL_LINK_WARNING.
1010         * lib/wcwidth.h: Remove file.
1011         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
1012         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
1013         * modules/wcwidth (Files): Remove lib/wcwidth.h.
1014         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
1015         (Include): Replace wcwidth.h with <wchar.h>.
1016         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
1017         * lib/mbchar.h: Don't include wcwidth.h.
1018         * lib/mbswidth.c: Likewise.
1019         * NEWS: Mention the change.
1020
1021 2007-07-07  Bruno Haible  <bruno@clisp.org>
1022
1023         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
1024         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
1025         definition with an external declaration.
1026         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
1027         defined as a function. Remove AC_C_INLINE requirement.
1028         * modules/wcwidth (Files): Add lib/wcwidth.c.
1029         (Makefile.am): Remove redundant statement.
1030
1031 2007-07-07  Bruno Haible  <bruno@clisp.org>
1032
1033         * MODULES.html.sh (Unicode string functions): Add the new modules.
1034
1035         * tests/uniwidth/test-u32-strwidth.c: New file.
1036         * modules/uniwidth/u32-strwidth-tests: New file.
1037
1038         * lib/uniwidth/u32-strwidth.c: New file.
1039         * modules/uniwidth/u32-strwidth: New file.
1040
1041         * tests/uniwidth/test-u16-strwidth.c: New file.
1042         * modules/uniwidth/u16-strwidth-tests: New file.
1043
1044         * lib/uniwidth/u16-strwidth.c: New file.
1045         * modules/uniwidth/u16-strwidth: New file.
1046
1047         * tests/uniwidth/test-u8-strwidth.c: New file.
1048         * modules/uniwidth/u8-strwidth-tests: New file.
1049
1050         * lib/uniwidth/u8-strwidth.c: New file.
1051         * modules/uniwidth/u8-strwidth: New file.
1052
1053         * tests/uniwidth/test-u32-width.c: New file.
1054         * modules/uniwidth/u32-width-tests: New file.
1055
1056         * lib/uniwidth/u32-width.c: New file.
1057         * modules/uniwidth/u32-width: New file.
1058
1059         * tests/uniwidth/test-u16-width.c: New file.
1060         * modules/uniwidth/u16-width-tests: New file.
1061
1062         * lib/uniwidth/u16-width.c: New file.
1063         * modules/uniwidth/u16-width: New file.
1064
1065         * tests/uniwidth/test-u8-width.c: New file.
1066         * modules/uniwidth/u8-width-tests: New file.
1067
1068         * lib/uniwidth/u8-width.c: New file.
1069         * modules/uniwidth/u8-width: New file.
1070
1071         * tests/uniwidth/test-uc_width.c: New file.
1072         * modules/uniwidth/width-tests: New file.
1073
1074         * lib/uniwidth/width.c: New file, from GNU libiconv.
1075         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
1076         * modules/uniwidth/width: New file.
1077
1078         * lib/uniwidth.h: New file, from GNU libiconv.
1079         * modules/uniwidth/base: New file.
1080
1081 2007-07-07  Bruno Haible  <bruno@clisp.org>
1082
1083         * lib/uniname.h: New file, from GNU gettext.
1084         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
1085         * lib/uniname/uninames.h: New file, from GNU gettext.
1086         * lib/uniname/uniname.c: New file, from GNU gettext.
1087         * tests/uniname/test-uninames.sh: New file.
1088         * tests/uniname/test-uninames.c: New file, from GNU gettext.
1089         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
1090         * modules/uniname/base: New file.
1091         * modules/uniname/uniname: New file.
1092         * modules/uniname/uniname-tests: New file.
1093         * MODULES.html.sh (Unicode string functions): Add the new modules.
1094
1095 2007-07-06  Bruno Haible  <bruno@clisp.org>
1096
1097         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
1098
1099 2007-07-06  Bruno Haible  <bruno@clisp.org>
1100
1101         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
1102         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
1103         includes <cygwin/sys_time.h> which includes <sys/select.h> which
1104         include <sys/time.h>.
1105         Reported by Eric Blake.
1106
1107 2007-07-06  Eric Blake  <ebb9@byu.net>
1108
1109         Fix testing canonicalize on cygwin.
1110         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
1111         Revert patch from 2007-06-19.
1112         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
1113         canonicalize module is also in use.
1114         * tests/test-canonicalize.c: New file.
1115         * tests/test-canonicalize.sh: Likewise.
1116         * modules/canonicalize-tests: Likewise.
1117
1118 2007-07-06  Jim Meyering  <jim@meyering.net>
1119
1120         * lib/getugroups.c (getugroups): Detect getgrent failure.
1121         Adjust comment to reflect reality: this function may return -1.
1122
1123 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
1124
1125         * build-aux/bootstrap (TP_URL,get_translations): Update to use
1126         the new TP address.
1127         (usage): Fix typo
1128         (gnulib_mk): New variable.
1129
1130 2007-07-05  Jim Meyering  <jim@meyering.net>
1131
1132         Don't let endgrent clobber errno, no matter how improbable.
1133         * lib/getugroups.c (getugroups): Save and restore errno around
1134         endgrent call.
1135
1136         Close the group DB even when failing with 2^31 or more members.
1137         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
1138
1139 2007-07-04  Jim Meyering  <jim@meyering.net>
1140
1141         * lib/getugroups.h: New file.
1142         * lib/getugroups.c: Include "getugroups.h".
1143         Remove uses of "register" keyword.
1144         Move local variable, "cp", down into scope where used.
1145         Give "username" parameter the "const" attribute.
1146         * modules/getugroups (Files): Add lib/getugroups.h
1147
1148 2007-07-04  Karl Berry  <karl@gnu.org>
1149
1150         * MODULES.html.sh (func_all_modules): Complete rename of
1151         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
1152
1153 2007-07-02  Bruno Haible  <bruno@clisp.org>
1154
1155         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
1156         mode, when inttypes.h comes from gnulib.
1157         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
1158
1159 2007-07-02  Simon Josefsson  <simon@josefsson.org>
1160
1161         * NEWS: Mention lgpl module name change.
1162
1163         * modules/lgpl-2.1: Renamed from lgpl.
1164
1165         * NEWS: Mention gpl module name change.
1166
1167         * modules/gpl-3.0: New file, based on gpl-2.0.
1168
1169         * modules/gpl-2.0: Renamed from gpl.
1170
1171         * modules/gpl: Fix filename, doc/gpl.texi is now found at
1172         doc/gpl-2.0.texi.
1173
1174 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
1175
1176         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
1177         #define __STDC_LIMIT_MACROS temporarily while including
1178         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
1179         Problem reported by Joel E. Denny in
1180         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
1181
1182 2007-07-01  Bruno Haible  <bruno@clisp.org>
1183
1184         * lib/unistdio.h: New file.
1185         * lib/unistdio/u-asnprintf.h: New file.
1186         * lib/unistdio/u-asprintf.h: New file.
1187         * lib/unistdio/u-printf-args.c: New file.
1188         * lib/unistdio/u-printf-args.h: New file.
1189         * lib/unistdio/u-printf-parse.h: New file.
1190         * lib/unistdio/u-snprintf.h: New file.
1191         * lib/unistdio/u-sprintf.h: New file.
1192         * lib/unistdio/u-vasprintf.h: New file.
1193         * lib/unistdio/u-vsnprintf.h: New file.
1194         * lib/unistdio/u-vsprintf.h: New file.
1195         * lib/unistdio/ulc-asnprintf.c: New file.
1196         * lib/unistdio/ulc-asprintf.c: New file.
1197         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
1198         * lib/unistdio/ulc-printf-parse.c: New file.
1199         * lib/unistdio/ulc-snprintf.c: New file.
1200         * lib/unistdio/ulc-sprintf.c: New file.
1201         * lib/unistdio/ulc-vasnprintf.c: New file.
1202         * lib/unistdio/ulc-vasprintf.c: New file.
1203         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
1204         * lib/unistdio/ulc-vsnprintf.c: New file.
1205         * lib/unistdio/ulc-vsprintf.c: New file.
1206         * lib/unistdio/u8-asnprintf.c: New file.
1207         * lib/unistdio/u8-asprintf.c: New file.
1208         * lib/unistdio/u8-printf-parse.c: New file.
1209         * lib/unistdio/u8-snprintf.c: New file.
1210         * lib/unistdio/u8-sprintf.c: New file.
1211         * lib/unistdio/u8-vasnprintf.c: New file.
1212         * lib/unistdio/u8-vasprintf.c: New file.
1213         * lib/unistdio/u8-vsnprintf.c: New file.
1214         * lib/unistdio/u8-vsprintf.c: New file.
1215         * lib/unistdio/u8-u8-asnprintf.c: New file.
1216         * lib/unistdio/u8-u8-asprintf.c: New file.
1217         * lib/unistdio/u8-u8-snprintf.c: New file.
1218         * lib/unistdio/u8-u8-sprintf.c: New file.
1219         * lib/unistdio/u8-u8-vasnprintf.c: New file.
1220         * lib/unistdio/u8-u8-vasprintf.c: New file.
1221         * lib/unistdio/u8-u8-vsnprintf.c: New file.
1222         * lib/unistdio/u8-u8-vsprintf.c: New file.
1223         * lib/unistdio/u16-asnprintf.c: New file.
1224         * lib/unistdio/u16-asprintf.c: New file.
1225         * lib/unistdio/u16-printf-parse.c: New file.
1226         * lib/unistdio/u16-snprintf.c: New file.
1227         * lib/unistdio/u16-sprintf.c: New file.
1228         * lib/unistdio/u16-vasnprintf.c: New file.
1229         * lib/unistdio/u16-vasprintf.c: New file.
1230         * lib/unistdio/u16-vsnprintf.c: New file.
1231         * lib/unistdio/u16-vsprintf.c: New file.
1232         * lib/unistdio/u16-u16-asnprintf.c: New file.
1233         * lib/unistdio/u16-u16-asprintf.c: New file.
1234         * lib/unistdio/u16-u16-snprintf.c: New file.
1235         * lib/unistdio/u16-u16-sprintf.c: New file.
1236         * lib/unistdio/u16-u16-vasnprintf.c: New file.
1237         * lib/unistdio/u16-u16-vasprintf.c: New file.
1238         * lib/unistdio/u16-u16-vsnprintf.c: New file.
1239         * lib/unistdio/u16-u16-vsprintf.c: New file.
1240         * lib/unistdio/u32-asnprintf.c: New file.
1241         * lib/unistdio/u32-asprintf.c: New file.
1242         * lib/unistdio/u32-printf-parse.c: New file.
1243         * lib/unistdio/u32-snprintf.c: New file.
1244         * lib/unistdio/u32-sprintf.c: New file.
1245         * lib/unistdio/u32-vasnprintf.c: New file.
1246         * lib/unistdio/u32-vasprintf.c: New file.
1247         * lib/unistdio/u32-vsnprintf.c: New file.
1248         * lib/unistdio/u32-vsprintf.c: New file.
1249         * lib/unistdio/u32-u32-asnprintf.c: New file.
1250         * lib/unistdio/u32-u32-asprintf.c: New file.
1251         * lib/unistdio/u32-u32-snprintf.c: New file.
1252         * lib/unistdio/u32-u32-sprintf.c: New file.
1253         * lib/unistdio/u32-u32-vasnprintf.c: New file.
1254         * lib/unistdio/u32-u32-vasprintf.c: New file.
1255         * lib/unistdio/u32-u32-vsnprintf.c: New file.
1256         * lib/unistdio/u32-u32-vsprintf.c: New file.
1257         * tests/unistdio/test-ulc-asnprintf1.c: New file.
1258         * tests/unistdio/test-ulc-asnprintf1.h: New file.
1259         * tests/unistdio/test-ulc-printf1.h: New file.
1260         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
1261         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
1262         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
1263         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
1264         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
1265         * tests/unistdio/test-ulc-vasprintf1.c: New file.
1266         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
1267         * tests/unistdio/test-ulc-vsprintf1.c: New file.
1268         * tests/unistdio/test-u8-asnprintf1.c: New file.
1269         * tests/unistdio/test-u8-asnprintf1.h: New file.
1270         * tests/unistdio/test-u8-printf1.h: New file.
1271         * tests/unistdio/test-u8-vasnprintf1.c: New file.
1272         * tests/unistdio/test-u8-vasnprintf2.c: New file.
1273         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
1274         * tests/unistdio/test-u8-vasnprintf3.c: New file.
1275         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
1276         * tests/unistdio/test-u8-vasprintf1.c: New file.
1277         * tests/unistdio/test-u8-vsnprintf1.c: New file.
1278         * tests/unistdio/test-u8-vsprintf1.c: New file.
1279         * tests/unistdio/test-u16-asnprintf1.c: New file.
1280         * tests/unistdio/test-u16-asnprintf1.h: New file.
1281         * tests/unistdio/test-u16-printf1.h: New file.
1282         * tests/unistdio/test-u16-vasnprintf1.c: New file.
1283         * tests/unistdio/test-u16-vasnprintf2.c: New file.
1284         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
1285         * tests/unistdio/test-u16-vasnprintf3.c: New file.
1286         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
1287         * tests/unistdio/test-u16-vasprintf1.c: New file.
1288         * tests/unistdio/test-u16-vsnprintf1.c: New file.
1289         * tests/unistdio/test-u16-vsprintf1.c: New file.
1290         * tests/unistdio/test-u32-asnprintf1.c: New file.
1291         * tests/unistdio/test-u32-asnprintf1.h: New file.
1292         * tests/unistdio/test-u32-printf1.h: New file.
1293         * tests/unistdio/test-u32-vasnprintf1.c: New file.
1294         * tests/unistdio/test-u32-vasnprintf2.c: New file.
1295         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
1296         * tests/unistdio/test-u32-vasnprintf3.c: New file.
1297         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
1298         * tests/unistdio/test-u32-vasprintf1.c: New file.
1299         * tests/unistdio/test-u32-vsnprintf1.c: New file.
1300         * tests/unistdio/test-u32-vsprintf1.c: New file.
1301         * modules/unistdio/base: New file.
1302         * modules/unistdio/u-printf-args: New file.
1303         * modules/unistdio/ulc-asnprintf: New file.
1304         * modules/unistdio/ulc-asprintf: New file.
1305         * modules/unistdio/ulc-fprintf: New file.
1306         * modules/unistdio/ulc-printf-parse: New file.
1307         * modules/unistdio/ulc-snprintf: New file.
1308         * modules/unistdio/ulc-sprintf: New file.
1309         * modules/unistdio/ulc-vasnprintf: New file.
1310         * modules/unistdio/ulc-vasprintf: New file.
1311         * modules/unistdio/ulc-vfprintf: New file.
1312         * modules/unistdio/ulc-vsnprintf: New file.
1313         * modules/unistdio/ulc-vsprintf: New file.
1314         * modules/unistdio/u8-asnprintf: New file.
1315         * modules/unistdio/u8-asprintf: New file.
1316         * modules/unistdio/u8-printf-parse: New file.
1317         * modules/unistdio/u8-snprintf: New file.
1318         * modules/unistdio/u8-sprintf: New file.
1319         * modules/unistdio/u8-vasnprintf: New file.
1320         * modules/unistdio/u8-vasprintf: New file.
1321         * modules/unistdio/u8-vsnprintf: New file.
1322         * modules/unistdio/u8-vsprintf: New file.
1323         * modules/unistdio/u8-u8-asnprintf: New file.
1324         * modules/unistdio/u8-u8-asprintf: New file.
1325         * modules/unistdio/u8-u8-snprintf: New file.
1326         * modules/unistdio/u8-u8-sprintf: New file.
1327         * modules/unistdio/u8-u8-vasnprintf: New file.
1328         * modules/unistdio/u8-u8-vasprintf: New file.
1329         * modules/unistdio/u8-u8-vsnprintf: New file.
1330         * modules/unistdio/u8-u8-vsprintf: New file.
1331         * modules/unistdio/u16-asnprintf: New file.
1332         * modules/unistdio/u16-asprintf: New file.
1333         * modules/unistdio/u16-printf-parse: New file.
1334         * modules/unistdio/u16-snprintf: New file.
1335         * modules/unistdio/u16-sprintf: New file.
1336         * modules/unistdio/u16-vasnprintf: New file.
1337         * modules/unistdio/u16-vasprintf: New file.
1338         * modules/unistdio/u16-vsnprintf: New file.
1339         * modules/unistdio/u16-vsprintf: New file.
1340         * modules/unistdio/u16-u16-asnprintf: New file.
1341         * modules/unistdio/u16-u16-asprintf: New file.
1342         * modules/unistdio/u16-u16-snprintf: New file.
1343         * modules/unistdio/u16-u16-sprintf: New file.
1344         * modules/unistdio/u16-u16-vasnprintf: New file.
1345         * modules/unistdio/u16-u16-vasprintf: New file.
1346         * modules/unistdio/u16-u16-vsnprintf: New file.
1347         * modules/unistdio/u16-u16-vsprintf: New file.
1348         * modules/unistdio/u32-asnprintf: New file.
1349         * modules/unistdio/u32-asprintf: New file.
1350         * modules/unistdio/u32-printf-parse: New file.
1351         * modules/unistdio/u32-snprintf: New file.
1352         * modules/unistdio/u32-sprintf: New file.
1353         * modules/unistdio/u32-vasnprintf: New file.
1354         * modules/unistdio/u32-vasprintf: New file.
1355         * modules/unistdio/u32-vsnprintf: New file.
1356         * modules/unistdio/u32-vsprintf: New file.
1357         * modules/unistdio/u32-u32-asnprintf: New file.
1358         * modules/unistdio/u32-u32-asprintf: New file.
1359         * modules/unistdio/u32-u32-snprintf: New file.
1360         * modules/unistdio/u32-u32-sprintf: New file.
1361         * modules/unistdio/u32-u32-vasnprintf: New file.
1362         * modules/unistdio/u32-u32-vasprintf: New file.
1363         * modules/unistdio/u32-u32-vsnprintf: New file.
1364         * modules/unistdio/u32-u32-vsprintf: New file.
1365         * modules/unistdio/ulc-asnprintf-tests: New file.
1366         * modules/unistdio/ulc-vasnprintf-tests: New file.
1367         * modules/unistdio/ulc-vasprintf-tests: New file.
1368         * modules/unistdio/ulc-vsnprintf-tests: New file.
1369         * modules/unistdio/ulc-vsprintf-tests: New file.
1370         * modules/unistdio/u8-asnprintf-tests: New file.
1371         * modules/unistdio/u8-vasnprintf-tests: New file.
1372         * modules/unistdio/u8-vasprintf-tests: New file.
1373         * modules/unistdio/u8-vsnprintf-tests: New file.
1374         * modules/unistdio/u8-vsprintf-tests: New file.
1375         * modules/unistdio/u16-asnprintf-tests: New file.
1376         * modules/unistdio/u16-vasnprintf-tests: New file.
1377         * modules/unistdio/u16-vasprintf-tests: New file.
1378         * modules/unistdio/u16-vsnprintf-tests: New file.
1379         * modules/unistdio/u16-vsprintf-tests: New file.
1380         * modules/unistdio/u32-asnprintf-tests: New file.
1381         * modules/unistdio/u32-vasnprintf-tests: New file.
1382         * modules/unistdio/u32-vasprintf-tests: New file.
1383         * modules/unistdio/u32-vsnprintf-tests: New file.
1384         * modules/unistdio/u32-vsprintf-tests: New file.
1385         * MODULES.html.sh (Unicode string functions): Add the new modules.
1386
1387 2007-07-01  Bruno Haible  <bruno@clisp.org>
1388
1389         * lib/sprintf.c (sprintf): Limit the available length estimation,
1390         to avoid address wraparound.
1391         * lib/vsprintf.c (vsprintf): Likewise.
1392         * modules/sprintf-posix (Dependencies): Add stdint.
1393         * modules/vsprintf-posix (Dependencies): Likewise.
1394
1395 2007-07-01  Bruno Haible  <bruno@clisp.org>
1396
1397         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
1398         Windows PATH as well. Conservative double-quoting. Comments.
1399
1400 2007-07-01  Bruno Haible  <bruno@clisp.org>
1401             Eric Blake  <ebb9@byu.net>
1402             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1403
1404         * gnulib-tool (self_abspathname): Fix algorithm to cope with
1405         empty components in $PATH, denoting '.'.
1406
1407 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1408
1409         * gnulib-tool: Fix indentation.
1410         (func_create_megatestdir): Likewise.
1411         Report by Bruno Haible.
1412
1413 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1414
1415         Sync from Automake.
1416         * build-aux/gnupload: Fix shell portability issues with for loops.
1417         Report by Karl Berry.
1418
1419 2007-06-29  Simon Josefsson  <simon@josefsson.org>
1420
1421         * build-aux/maint.mk (POURL): Use translationproject.org.
1422
1423 2007-06-27  Simon Josefsson  <simon@josefsson.org>
1424             Bruno Haible  <bruno@clisp.org>
1425
1426         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
1427         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
1428         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
1429         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
1430         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
1431
1432 2007-06-27  Bruno Haible  <bruno@clisp.org>
1433
1434         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
1435         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
1436
1437 2007-06-26  Karl Berry  <karl@gnu.org>
1438
1439         * MODULES.html.sh: remove xreadlink-with-size.
1440
1441 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
1442
1443         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
1444         method that I hope also handles the double-include problem noted
1445         by Bruno Haible in
1446         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
1447
1448 2007-06-23  Bruno Haible  <bruno@clisp.org>
1449
1450         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
1451         Don't let the 'mostlyclean' target fail if the last subdirectory could
1452         not be removed.
1453         Reported by Karl Berry.
1454
1455 2007-06-23  Bruno Haible  <bruno@clisp.org>
1456
1457         * gnulib-tool (echo): Add a speedier workaround for ksh.
1458         * tests/test-echo.sh: Likewise.
1459
1460 2007-06-23  Bruno Haible  <bruno@clisp.org>
1461
1462         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
1463         * tests/test-echo.sh: Likewise.
1464
1465 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1466
1467         * gnulib-tool (IFS): Initialize early, so we don't set it to
1468         empty later.
1469         (self_abspathname): Rewrite algorithm to set it, reindent.
1470         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
1471         (func_create_megatestdir): Merge some sed scripts.
1472
1473 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
1474
1475         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
1476         exposed by Sun Studio 11 cc on Solaris 8.
1477
1478 2007-06-22  Bruno Haible  <bruno@clisp.org>
1479
1480         * gnulib-tool (echo): Ensure the echo primitive does not interpret
1481         backslashes.
1482         * tests/test-echo.sh: New file.
1483
1484 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1485
1486         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
1487         simplify `sed_replace_build_aux' scripts, they are portable but
1488         echoing them with `echo' is not.
1489         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
1490
1491 2007-06-21  Karl Berry  <karl@gnu.org>
1492
1493         * config/srclist.txt: guess we can't handle the licenses via
1494         srclist at the moment.
1495
1496 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
1497
1498         * MODULES.html.sh: Add include_next.
1499         * modules/include_next: New file.
1500
1501 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
1502
1503         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
1504         INCLUDE_NEXT.
1505         (gl_CHECK_NEXT_HEADERS): New macro.
1506         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
1507         the obsolescent gl_ABSOLUTE_HEADER.
1508         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
1509         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
1510         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
1511         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
1512         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
1513         * m4/math_h.m4 (gl_MATH_H): Likewise.
1514         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
1515         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
1516         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
1517         * m4/stdint.m4 (gl_STDINT_H): Likewise.
1518         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
1519         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
1520         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
1521         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
1522         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
1523         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
1524         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
1525         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
1526         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
1527         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
1528         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
1529         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
1530         * m4/inttypes.m4 (gl_INTTYPES_H): Define
1531         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
1532         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
1533         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
1534         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
1535         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
1536         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
1537         * lib/float_.h: Likewise.
1538         * lib/inttypes_.h: Likewise.
1539         * lib/math_.h: Likewise.
1540         * lib/search_.h: Likewise.
1541         * lib/signal_.h: Likewise.
1542         * lib/stdint_.h: Likewise.
1543         * lib/stdio_.h: Likewise.
1544         * lib/stdlib_.h: Likewise.
1545         * lib/string_.h: Likewise.
1546         * lib/sys_stat_.h: Likewise.
1547         * lib/sys_time_.h: Likewise.
1548         * lib/time_.h: Likewise.
1549         * lib/unistd_.h: Likewise.
1550         * lib/wchar_.h: Likewise.
1551         * lib/wctype_.h: Likewise.
1552         * lib/dirent_.h: Likewise.
1553         * lib/iconv_.h: Likewise.
1554         * lib/locale_.h: Likewise.
1555         * lib/netinet_in_.h: Likewise.
1556         * lib/sys_select_.h: Likewise.
1557         * lib/sys_socket_.h: Likewise.
1558         * lib/sysexits_.h: Likewise.
1559         * modules/fcntl (Depends-on): Depend on include_next, not
1560         absolute_header.
1561         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
1562         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
1563         * modules/fchdir: Likewise.
1564         * modules/float: Likewise.
1565         * modules/iconv_open: Likewise.
1566         * modules/inttypes: Likewise.
1567         * modules/locale: Likewise.
1568         * modules/math: Likewise.
1569         * modules/netinet_in: Likewise.
1570         * modules/search: Likewise.
1571         * modules/signal: Likewise.
1572         * modules/stdint: Likewise.
1573         * modules/stdio: Likewise.
1574         * modules/stdlib: Likewise.
1575         * modules/string: Likewise.
1576         * modules/sys_select: Likewise.
1577         * modules/sys_socket: Likewise.
1578         * modules/sys_stat: Likewise.
1579         * modules/sys_time: Likewise.
1580         * modules/sysexits: Likewise.
1581         * modules/time: Likewise.
1582         * modules/unistd: Likewise.
1583         * modules/wchar: Likewise.
1584         * modules/wctype: Likewise.
1585         * modules/sys_stat: Change maintainer to "all".
1586         * modules/unistd: Likewise.
1587
1588 2007-06-20  Karl Berry  <karl@gnu.org>
1589
1590         * config/srclist.txt: track www changes in license files.
1591
1592 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
1593
1594         * build-aux/bootstrap: Remove stray dot.
1595         Make sure build_aux settings are honored when linking
1596         gnulib_extra_files.
1597
1598 2007-06-19  Eric Blake  <ebb9@byu.net>
1599
1600         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
1601         Allow compilation on cygwin.
1602
1603 2007-06-19  Jim Meyering  <jim@meyering.net>
1604
1605         xreadlink-with-size: Remove module.  No longer used.
1606         Ex-callers now use xreadlink or mreadlink-with-size.
1607         * modules/xreadlink-with-size: Remove module.
1608         * lib/xreadlink-with-size.c: Remove file.
1609         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
1610         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
1611         just before the function definition *is* accurate.
1612
1613         Eliminate one way canonicalize_filename_mode could exit.
1614         * lib/canonicalize.c (canonicalize_filename_mode):
1615         Use mreadlink_with_size, not xreadlink_with_size.
1616
1617 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
1618
1619         Detect porting problems to FreeBSD/arm, which has time_t wider than
1620         long int.  Original problem reported for GNU diff by Xin Li in
1621         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
1622         * modules/getdate (Depends-on): Add intprops, verify.
1623         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
1624         is an integer type no wider than long int.
1625
1626 2007-06-18  Jim Meyering  <jim@meyering.net>
1627
1628         New module: mreadlink-with-size.
1629         * MODULES.html.sh: Add mreadlink-with-size.
1630         * modules/mreadlink-with-size: New module
1631         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
1632         not xreadlink-with-size.
1633         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
1634
1635 2007-06-16  Bruno Haible  <bruno@clisp.org>
1636
1637         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
1638         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
1639         Reported by Gary V. Vaughan <gary@gnu.org>.
1640
1641 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
1642
1643         Revamp lchown so that it lives in unistd.h where it belongs.
1644         * lib/lchown.h: Remove.
1645         * lib/dirchownmod.c: Don't include lib/lchown.h.
1646         * lib/fchownat.c: Likewise.
1647         * lib/openat.c: Likewise.
1648         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
1649         does not follow symlinks.
1650         (EOPNOTSUPP): Define if not defined.
1651         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
1652         is defined to 0.
1653         (lchown): New decl.
1654         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
1655         Do not check for lchown decl.
1656         Set REPLACE_LCHOWN.
1657         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
1658         REPLACE_LCHOWN.
1659         * modules/chown: Make it clear it follows symlinks.
1660         * modules/lchown: Make it clear it doesn't follow symlinks.
1661         (Files): Remove lib/lchown.h
1662         (Depends-on): Add unistd.
1663         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
1664         (Include): Include <unistd.h>, not "lchown.h".
1665         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
1666         REPLACE_LCHOWN.
1667
1668 2007-06-15  Jim Meyering  <jim@meyering.net>
1669
1670         Change license (GPL to LGPL) of fsusage and dependents.
1671         * modules/fsusage (License): Change to LGPL.
1672         * modules/full-read (License): Likewise.
1673         * modules/full-write (License): Likewise.
1674         * modules/safe-read (License): Likewise.
1675         * modules/safe-write (License): Likewise.
1676
1677 2007-06-14  Ben Pfaff  <blp@gnu.org>
1678
1679         Missing part of allocsa -> malloca transition.
1680         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
1681         gl_MALLOCA.
1682
1683 2007-06-12  Bruno Haible  <bruno@clisp.org>
1684
1685         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
1686         to ia64, x86_64, i386.
1687         Reported by Eric Blake.
1688
1689 2007-06-12  Bruno Haible  <bruno@clisp.org>
1690
1691         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
1692         cross-compiling to x86_64.
1693
1694 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
1695
1696         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
1697         glitch reported by Ralf Wildenhues in
1698         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
1699
1700         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
1701         Vin Shelton.
1702
1703 2007-06-11  Bruno Haible  <bruno@clisp.org>
1704
1705         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
1706         replacement string.
1707         Reported by Eric Blake.
1708
1709 2007-06-10  Bruno Haible  <bruno@clisp.org>
1710
1711         Prepare vasnprintf code for use with Unicode strings.
1712         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
1713         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
1714         TYPE_U32_STRING.
1715         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
1716         a_u32_string variants.
1717         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
1718         * lib/printf-args.c: Don't include config.h and the specification
1719         header if PRINTF_FETCHARGS is already defined.
1720         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
1721         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
1722         TYPE_U16_STRING, TYPE_U32_STRING.
1723         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
1724         u16_directive, u16_directives, u32_directive, u32_directives): New
1725         types.
1726         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
1727         New declarations.
1728         * lib/printf-parse.c: Don't include config.h and the specification
1729         header if PRINTF_PARSE is already defined. Eliminate the set of
1730         parameters for WIDE_CHAR_VERSION; the user of this file must provide
1731         them now. Include c-ctype.h.
1732         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
1733         directive and CHAR_T_ONLY_ASCII.
1734         * lib/vasnprintf.c: Don't include config.h and the specification header
1735         if VASNPRINTF is already defined.
1736         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
1737         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
1738         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
1739         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
1740         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
1741         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
1742         code accordingly.
1743         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
1744         pad_ourselves also in this case, with the 'c' and 's' directives, and
1745         with a different notion of "width".
1746         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
1747
1748 2007-06-10  Bruno Haible  <bruno@clisp.org>
1749
1750         * modules/unistr/u32-mbsnlen: New file.
1751         * lib/unistr/u32-mbsnlen.c: New file.
1752
1753         * modules/unistr/u16-mbsnlen: New file.
1754         * lib/unistr/u16-mbsnlen.c: New file.
1755
1756         * modules/unistr/u8-mbsnlen: New file.
1757         * lib/unistr/u8-mbsnlen.c: New file.
1758
1759         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
1760         declarations.
1761
1762 2007-06-10  Bruno Haible  <bruno@clisp.org>
1763
1764         * lib/string_.h (mbsnlen): New declaration.
1765         * lib/mbsnlen.c: New file.
1766         * m4/mbsnlen.m4: New file.
1767         * modules/mbsnlen: New file.
1768         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
1769         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
1770         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
1771
1772 2007-06-10  Bruno Haible  <bruno@clisp.org>
1773
1774         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
1775
1776 2007-06-10  Bruno Haible  <bruno@clisp.org>
1777
1778         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
1779         * lib/mbuiter.h: Likewise.
1780
1781 2007-06-10  Bruno Haible  <bruno@clisp.org>
1782
1783         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
1784         declaration.
1785
1786 2007-06-10  Karl Berry  <karl@gnu.org>
1787
1788         * config/srclist.txt: remove gettext entries, Bruno prefers
1789         to update individually.
1790
1791 2007-06-10  Bruno Haible  <bruno@clisp.org>
1792
1793         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
1794         'maxlen'. Ensure only length + width bytes are allocated, not
1795         length + 1 + width.
1796
1797 2007-06-09  Bruno Haible  <bruno@clisp.org>
1798
1799         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
1800         (CHAR_T): Remove macro.
1801         (VASNPRINTF): Update.
1802
1803 2007-06-09  Bruno Haible  <bruno@clisp.org>
1804
1805         * MODULES.html.sh (Unicode string functions): Add the new modules.
1806
1807         * modules/uniconv/u32-conv-to-enc: New file.
1808         * lib/uniconv/u32-conv-to-enc.c: New file.
1809         * modules/uniconv/u32-conv-to-enc-tests: New file.
1810         * tests/uniconv/test-u32-conv-to-enc.c: New file.
1811
1812         * modules/uniconv/u16-conv-to-enc: New file.
1813         * lib/uniconv/u16-conv-to-enc.c: New file.
1814         * lib/uniconv/u-conv-to-enc.h: New file.
1815         * modules/uniconv/u16-conv-to-enc-tests: New file.
1816         * tests/uniconv/test-u16-conv-to-enc.c: New file.
1817
1818         * modules/uniconv/u8-conv-to-enc: New file.
1819         * lib/uniconv/u8-conv-to-enc.c: New file.
1820         * modules/uniconv/u8-conv-to-enc-tests: New file.
1821         * tests/uniconv/test-u8-conv-to-enc.c: New file.
1822
1823         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
1824         u32_conv_to_encoding): New declarations.
1825
1826 2007-06-09  Bruno Haible  <bruno@clisp.org>
1827
1828         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
1829
1830 2007-06-09  Bruno Haible  <bruno@clisp.org>
1831
1832         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
1833         * modules/malloca: Renamed from modules/allocsa, updated.
1834         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
1835         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
1836         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
1837         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
1838         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
1839         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
1840         * modules/xmalloca: Renamed from modules/xallocsa, updated.
1841         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
1842         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
1843         * modules/c-strcasestr (Depends-on): Update.
1844         * lib/c-strcasestr.c: Update.
1845         * modules/c-strstr (Depends-on): Update.
1846         * lib/c-strstr.c: Update.
1847         * modules/canonicalize-lgpl (Depends-on): Update.
1848         * lib/canonicalize-lgpl.c: Update.
1849         * modules/clean-temp (Depends-on): Update.
1850         * lib/clean-temp.c: Update.
1851         * modules/csharpcomp (Depends-on): Update.
1852         * lib/csharpcomp.c: Update.
1853         * modules/csharpexec (Depends-on): Update.
1854         * lib/csharpexec.c: Update.
1855         * modules/javacomp (Depends-on): Update.
1856         * lib/javacomp.c: Update.
1857         * modules/javaexec (Depends-on): Update.
1858         * lib/javaexec.c: Update.
1859         * modules/mbscasestr (Depends-on): Update.
1860         * lib/mbscasestr.c: Update.
1861         * modules/mbsstr (Depends-on): Update.
1862         * lib/mbsstr.c: Update.
1863         * modules/setenv (Depends-on): Update.
1864         * lib/setenv.c: Update.
1865         * modules/strcasestr (Depends-on): Update.
1866         * lib/strcasestr.c: Update.
1867         * modules/striconveha (Depends-on): Update.
1868         * lib/striconveha.c: Update.
1869         * modules/relocatable-prog-wrapper (Files): Update.
1870         * lib/relocwrapper.c: Update.
1871         * build-aux/install-reloc: Update.
1872         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
1873
1874 2007-06-08  Bruno Haible  <bruno@clisp.org>
1875
1876         Port to uClibc.
1877         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
1878         * lib/fpurge.c (fpurge): Likewise.
1879         * lib/freading.c (freading): Likewise.
1880         * lib/fseeko.c (rpl_fseeko): Likewise.
1881         * lib/fseterr.c (fseterr): Likewise.
1882         * lib/fwriting.c (fwriting): Likewise.
1883         * tests/test-fflush.c (main): Avoid a failure on uClibc.
1884
1885 2007-06-08  Bruno Haible  <bruno@clisp.org>
1886
1887         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
1888         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
1889         * modules/gettext (Files): Add m4/intlmacosx.m4.
1890
1891 2007-06-07  Bruno Haible  <bruno@clisp.org>
1892
1893         * modules/localename-tests: New file.
1894         * tests/test-localename.c: New file.
1895
1896         New module 'localename'.
1897         * lib/localename.h: New file.
1898         * lib/localename.c: New file, from GNU gettext.
1899         * m4/localename.m4: New file.
1900         * modules/localename: New file.
1901
1902 2007-06-07  Bruno Haible  <bruno@clisp.org>
1903
1904         Work around the lack of <wchar.h> on some builds of uClibc.
1905         * doc/headers/wchar.texi: Update.
1906         * lib/wchar_.h: Include <wchar.h> only if it exists.
1907         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
1908         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
1909         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
1910         doesn't exist.
1911         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
1912         * modules/mbfile (Depends-on): Add wchar.
1913         * modules/mbiter (Depends-on): Likewise.
1914         * modules/mbuiter (Depends-on): Likewise.
1915         Reported by Simon Josefsson.
1916
1917 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
1918
1919         Work around problem reported by Steven M. Schweda in
1920         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
1921         Tru64 5.1B with the Compaq compiler environment installed declares
1922         an 'isblank' function but does not define it in the C library.
1923         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
1924         * lib/regex_internal.h (isblank): Likewise.
1925         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
1926         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
1927
1928 2007-06-05  Bruno Haible  <bruno@clisp.org>
1929
1930         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
1931         ia64.
1932         * modules/printf-safe: New file.
1933         * modules/fprintf-posix (Depends-on): Add printf-safe.
1934         * modules/printf-posix (Depends-on): Likewise.
1935         * modules/snprintf-posix (Depends-on): Likewise.
1936         * modules/sprintf-posix (Depends-on): Likewise.
1937         * modules/vasnprintf-posix (Depends-on): Likewise.
1938         * modules/vasprintf-posix (Depends-on): Likewise.
1939         * modules/vfprintf-posix (Depends-on): Likewise.
1940         * modules/vprintf-posix (Depends-on): Likewise.
1941         * modules/vsnprintf-posix (Depends-on): Likewise.
1942         * modules/vsprintf-posix (Depends-on): Likewise.
1943         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
1944         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
1945         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
1946         "no" on i386, x86_64, ia64.
1947         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
1948         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
1949         on i386, x86_64, ia64.
1950         * tests/test-sprintf-posix.h (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-vasnprintf-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-vasprintf-posix.c: Include float.h.
1958         (LDBL80_WORDS): New macro.
1959         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
1960         on i386, x86_64, ia64.
1961         * tests/test-snprintf-posix.c: Include float.h.
1962         * tests/test-sprintf-posix.c: Likewise.
1963         * tests/test-vsnprintf-posix.c: Likewise.
1964         * tests/test-vsprintf-posix.c: Likewise.
1965
1966 2007-06-05  Bruno Haible  <bruno@clisp.org>
1967
1968         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
1969         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
1970         non-IEEE numbers on i386, x86_64, ia64.
1971         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
1972         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
1973         * tests/test-isnanl.h: Include float.h.
1974         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
1975
1976 2007-06-05  Bruno Haible  <bruno@clisp.org>
1977
1978         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
1979         also the %a / %A. Handle the %a / %A code before this extra handling.
1980
1981 2007-06-05  Bruno Haible  <bruno@clisp.org>
1982
1983         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
1984         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
1985
1986 2007-06-05  Bruno Haible  <bruno@clisp.org>
1987
1988         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
1989         typo in variable name.
1990
1991 2007-06-05  Eric Blake  <ebb9@byu.net>
1992
1993         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
1994         Reported by Simon Josefsson.
1995
1996 2007-06-04  Bruno Haible  <bruno@clisp.org>
1997
1998         Avoid test failures on some PowerPC platforms.
1999         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
2000         Define differently for PowerPC.
2001         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
2002         Reported by Gary V. Vaughan <gary@gnu.org>.
2003
2004 2007-06-02  Bruno Haible  <bruno@clisp.org>
2005
2006         Fix test-stdint failure on FreeBSD/ia64.
2007         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
2008         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
2009         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
2010         * doc/headers/stdint.texi: Update.
2011
2012 2007-06-01  Bruno Haible  <bruno@clisp.org>
2013
2014         * tests/test-binary-io.c (main): Pass a third argument to open().
2015         Reported by Gary V. Vaughan <gary@gnu.org>.
2016
2017 2007-06-01  Bruno Haible  <bruno@clisp.org>
2018
2019         * doc/functions/frexpl.texi: Update for mingw.
2020
2021 2007-06-01  Bruno Haible  <bruno@clisp.org>
2022
2023         * tests/test-lseek.c (main): Disable test of errno for invalid third
2024         argument.
2025         * doc/functions/lseek.texi: Update.
2026         Reported by Gary V. Vaughan <gary@gnu.org>.
2027
2028 2007-05-28  Bruno Haible  <bruno@clisp.org>
2029
2030         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
2031
2032 2007-05-31  Eric Blake  <ebb9@byu.net>
2033
2034         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
2035         cross compiling.
2036
2037 2007-05-30  Eric Blake  <ebb9@byu.net>
2038         and Bruno Haible  <bruno@clisp.org>
2039
2040         Work around mingw test failures exposed by m4-1.4.9b.
2041         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
2042         * tests/test-unistd.c: Disable uid_t and git_t tests for the
2043         moment.
2044
2045 2007-05-30  Bruno Haible  <bruno@clisp.org>
2046
2047         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
2048         assuming that they are closed. Needed on HP-UX 11.
2049
2050 2007-05-29  Bruno Haible  <bruno@clisp.org>
2051
2052         Fix a problem with #include_next.
2053         * lib/dirent_.h: Split the double-inclusion guard.
2054         * lib/fcntl_.h: Likewise.
2055         * lib/float_.h: Likewise.
2056         * lib/iconv_.h: Likewise.
2057         * lib/inttypes_.h: Likewise.
2058         * lib/locale_.h: Likewise.
2059         * lib/math_.h: Likewise.
2060         * lib/netinet_in_.h: Likewise.
2061         * lib/search_.h: Likewise.
2062         * lib/signal_.h: Likewise.
2063         * lib/stdint_.h: Likewise.
2064         * lib/stdio_.h: Likewise.
2065         * lib/stdlib_.h: Likewise.
2066         * lib/string_.h: Likewise.
2067         * lib/sys_select_.h: Likewise.
2068         * lib/sys_socket_.h: Likewise.
2069         * lib/sys_stat_.h: Likewise.
2070         * lib/sys_time_.h: Likewise.
2071         * lib/sysexits_.h: Likewise.
2072         * lib/time_.h: Likewise.
2073         * lib/unistd_.h: Likewise.
2074         * lib/wchar_.h: Likewise.
2075         * lib/wctype_.h: Likewise.
2076
2077 2007-05-29  Bruno Haible  <bruno@clisp.org>
2078
2079         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
2080         for the moment.
2081
2082 2007-05-29  Bruno Haible  <bruno@clisp.org>
2083
2084         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
2085         invocation.
2086         Reported by Eric Blake.
2087
2088 2007-05-29  Bruno Haible  <bruno@clisp.org>
2089
2090         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
2091         compiling case.
2092
2093 2007-05-29  Eric Blake  <ebb9@byu.net>
2094             Bruno Haible  <bruno@clisp.org>
2095
2096         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
2097         cross compiles.
2098
2099 2007-05-28  Eric Blake  <ebb9@byu.net>
2100
2101         * modules/closein-tests (test_closein_LDADD): Support test on
2102         cygwin with libtool.
2103
2104 2007-05-28  Bruno Haible  <bruno@clisp.org>
2105
2106         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
2107         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
2108         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
2109         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
2110         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
2111         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
2112         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
2113         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
2114         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
2115
2116 2007-05-28  Eric Blake  <ebb9@byu.net>
2117
2118         Unconditionally include <config.h> in unit tests.
2119         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
2120         * tests/test-allocsa.c, tests/test-arcfour.c,
2121         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
2122         tests/test-array_list.c, tests/test-array_oset.c,
2123         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
2124         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
2125         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
2126         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
2127         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
2128         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
2129         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
2130         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
2131         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
2132         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
2133         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
2134         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
2135         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
2136         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
2137         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
2138         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
2139         test-md5.c, test-memmem.c, test-printf-posix.c,
2140         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
2141         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
2142         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
2143         test-strcasestr.c, test-striconv.c, test-striconveh.c,
2144         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
2145         test-vasnprintf-posix2.c, test-vasnprintf.c,
2146         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
2147         test-vfprintf-posix.c, test-vprintf-posix.c,
2148         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
2149         test-xvasprintf.c: Likewise.
2150
2151 2007-05-28  Bruno Haible  <bruno@clisp.org>
2152
2153         * gnulib-tool (func_import): Remember the --with-tests command-line
2154         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
2155         Reported by Eric Blake.
2156
2157 2007-05-28  Bruno Haible  <bruno@clisp.org>
2158
2159         * modules/ftell-tests: New file.
2160         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
2161         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
2162
2163         * lib/ftell.c: New file.
2164         * modules/ftell: New file.
2165         * m4/ftell.m4: New file.
2166         * doc/functions/ftell.texi: Update.
2167         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
2168         REPLACE_FTELL.
2169         * lib/stdio_.h (rpl_ftell): New declaration.
2170         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
2171         REPLACE_FTELL.
2172
2173 2007-05-28  Eric Blake  <ebb9@byu.net>
2174
2175         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
2176
2177 2007-05-28  Bruno Haible  <bruno@clisp.org>
2178
2179         * modules/fseek-tests: New file.
2180         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
2181         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
2182
2183         * lib/fseek.c: New file.
2184         * modules/fseek: New file.
2185         * m4/fseek.m4: New file.
2186         * doc/functions/fseek.texi: Update.
2187         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
2188         REPLACE_FSEEK.
2189         * lib/stdio_.h (rpl_fseek): New declaration.
2190         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
2191         REPLACE_FSEEK.
2192
2193 2007-05-28  Bruno Haible  <bruno@clisp.org>
2194
2195         * lib/stdio_.h (fflush): More comments.
2196
2197 2007-05-28  Bruno Haible  <bruno@clisp.org>
2198
2199         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
2200         runtime test.
2201
2202 2007-05-28  Eric Blake  <ebb9@byu.net>
2203
2204         Improve lseek module.
2205         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
2206         * lib/unistd_.h (lseek): Scale back link warning message.
2207         * tests/test-lseek.c: Beef up test.
2208         * tests/test-lseek.sh: Exercise more facets of lseek.
2209         Reported by Bruno Haible.
2210
2211 2007-05-28  Bruno Haible  <bruno@clisp.org>
2212
2213         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
2214         to define.
2215
2216 2007-05-27  Bruno Haible  <bruno@clisp.org>
2217
2218         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
2219
2220 2007-05-27  Bruno Haible  <bruno@clisp.org>
2221
2222         * modules/openmp: New file.
2223         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
2224         Noah Misch.
2225
2226 2007-05-26  Bruno Haible  <bruno@clisp.org>
2227
2228         * modules/chdir-long (Depends-on): Add fchdir.
2229         * modules/chdir-safer (Depends-on): Likewise.
2230         * modules/fts (Depends-on): Likewise.
2231         * modules/fts-lgpl (Depends-on): Likewise.
2232         * modules/openat (Depends-on): Likewise.
2233         * modules/savewd (Depends-on): Likewise.
2234
2235 2007-05-24  Eric Blake  <ebb9@byu.net>
2236
2237         Fix lseek on mingw.
2238         * modules/lseek: New module.
2239         * m4/lseek.m4: New file.
2240         * lib/lseek.c: New file.
2241         * modules/lseek-tests: New file.
2242         * tests/test-lseek.c: New file.
2243         * tests/test-lseek.sh: New file.
2244         * MODULES.html.sh: Document lseek module.
2245         * modules/fflush (Depends-on): Add lseek, fseeko.
2246         * modules/fseeko (Depends-on): Likewise.
2247         * modules/ftello (Depends-on): Likewise.
2248         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
2249         broken.
2250         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
2251         broken.
2252         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
2253         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
2254         * lib/ftello.c (rpl_ftello): Likewise.
2255         * tests/test-fseeko.c (main): Test this.
2256         * tests/test-fseeko.sh: Likewise.
2257         * tests/test-ftello.c (main): Likewise.
2258         * tests/test-ftello.sh: Likewise.
2259         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
2260         implies replacing fseek.
2261         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
2262         HAVE_FTELLO.
2263         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
2264         * modules/unistd (Makefile.am): Likewise.
2265         * lib/unistd_.h (lseek): Declare a replacement.
2266         * doc/functions/lseek.texi (lseek): Document this fix.
2267         * doc/functions/fseek.texi (fseek): Likewise.
2268         * doc/functions/ftell.texi (ftell): Likewise.
2269
2270 2007-05-24  Bruno Haible  <bruno@clisp.org>
2271
2272         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
2273         in the printed representation of a NaN.
2274         * tests/test-vasprintf-posix.c (test_function): Likewise.
2275         * tests/test-snprintf-posix.h (test_function): Likewise.
2276         * tests/test-sprintf-posix.h (test_function): Likewise.
2277         Reported by Eric Blake.
2278
2279 2007-05-23  Eric Blake  <ebb9@byu.net>
2280
2281         Fix fseeko/ftello on cygwin 1.5.24.
2282         * doc/functions/fseeko.texi (fseeko): Document the fix.
2283         * doc/functions/ftello.texi (ftello): Document the fix.
2284         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
2285         * doc/functions/stdout.text (stdout): New file.
2286         * doc/functions/stderr.text (stderr): New file.
2287         * doc/gnulib.texi (Function Substitutes): Use new files.
2288         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
2289         prior to 1.7.0.
2290         * tests/test-ftello.c (main): Likewise for ftello.
2291         * tests/test-fseeko.sh: New file.
2292         * tests/test-ftello.sh: New file.
2293         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
2294         with seekable stdin.
2295         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
2296         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
2297         (gl_REPLACE_FSEEKO): New macro.
2298         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
2299         * modules/fseeko (Files): Distribute fseeko.c.
2300         * modules/ftello (Files): Distribute ftello.c.
2301         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
2302         mode.
2303         * lib/ftello.c (rpl_ftello): New file.
2304         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
2305         fseeko, ftello.
2306         (gl_STDIN_LARGE_OFFSET): New macro.
2307         * modules/stdio (Makefile.am): Perform the replacement.
2308         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
2309
2310 2007-05-23  Bruno Haible  <bruno@clisp.org>
2311
2312         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
2313         GNULIB_POSIXCHECK is defined.
2314
2315 2007-05-21  Bruno Haible  <bruno@clisp.org>
2316
2317         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
2318         Check also the output for NaN arguments. When cross-compiling, guess
2319         no on IRIX.
2320         * lib/vasnprintf.c: Update comments.
2321         * tests/test-vasnprintf-posix.c (strisnan): New function.
2322         (test_function): Use it.
2323         * tests/test-vasprintf-posix.c (strisnan): New function.
2324         (test_function): Use it.
2325         * tests/test-snprintf-posix.h (strisnan): New function.
2326         (test_function): Use it.
2327         * tests/test-sprintf-posix.h (strisnan): New function.
2328         (test_function): Use it.
2329         Reported by Eric Blake.
2330
2331 2007-05-20  Bruno Haible  <bruno@clisp.org>
2332
2333         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
2334         numbers that fails on BeOS.
2335         * doc/functions/frexpl.texi: Update.
2336
2337 2007-05-20  Jim Meyering  <jim@meyering.net>
2338
2339         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
2340         forced upon us by glibc-2.6.
2341
2342 2007-05-20  Bruno Haible  <bruno@clisp.org>
2343
2344         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
2345         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
2346         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
2347         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
2348         NEED_PRINTF_INFINITE.
2349         (is_infinitel): New function.
2350         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
2351         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
2352         gl_PREREQ_VASNPRINTF_INFINITE.
2353         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
2354         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
2355         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
2356         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
2357         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
2358         gl_PREREQ_VASNPRINTF_INFINITE.
2359         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
2360         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
2361         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
2362         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
2363         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
2364         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
2365         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
2366         * doc/functions/fprintf.texi: Update.
2367         * doc/functions/printf.texi: Update.
2368         * doc/functions/snprintf.texi: Update.
2369         * doc/functions/sprintf.texi: Update.
2370         * doc/functions/vfprintf.texi: Update.
2371         * doc/functions/vprintf.texi: Update.
2372         * doc/functions/vsnprintf.texi: Update.
2373         * doc/functions/vsprintf.texi: Update.
2374
2375 2007-05-20  Bruno Haible  <bruno@clisp.org>
2376
2377         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
2378         was not found in libc.
2379         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
2380
2381 2007-05-20  Bruno Haible  <bruno@clisp.org>
2382
2383         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
2384         printed as "-nan" instead of "nan".
2385         * tests/test-vasprintf-posix.c (test_function): Likewise.
2386         * tests/test-snprintf-posix.h (test_function): Likewise.
2387         * tests/test-sprintf-posix.h (test_function): Likewise.
2388         Needed for HP-UX 11.
2389
2390 2007-05-20  Jim Meyering  <jim@meyering.net>
2391
2392         Fix buggy test for the fchownat-deref bug.
2393         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
2394         symlink required for the run-test.  Without it, this test would
2395         always declare that fchownat doesn't work, and client code would
2396         unnecessarily use the replacement function with fixed libc.
2397         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
2398         Reported by Greg Schafer.
2399
2400 2007-05-19  Bruno Haible  <bruno@clisp.org>
2401
2402         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
2403         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
2404         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
2405         Needed for IRIX 6.5 and Solaris 2.5.1.
2406
2407 2007-05-19  Bruno Haible  <bruno@clisp.org>
2408
2409         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
2410         (test_function): Skip tests involving -0.0 on platforms where
2411         -0.0 = 0.0.
2412         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
2413         (test_function): Skip tests involving -0.0 on platforms where
2414         -0.0 = 0.0.
2415         * tests/test-snprintf-posix.h (have_minus_zero): New function.
2416         (test_function): Skip tests involving -0.0 on platforms where
2417         -0.0 = 0.0.
2418         * tests/test-sprintf-posix.h (have_minus_zero): New function.
2419         (test_function): Skip tests involving -0.0 on platforms where
2420         -0.0 = 0.0.
2421         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
2422         tests.
2423         * tests/test-printf-posix.h (test_function): Likewise.
2424         * tests/test-printf-posix.output: Remove all -0.0 related results.
2425         Needed for IRIX 6.5.
2426
2427 2007-05-19  Bruno Haible  <bruno@clisp.org>
2428
2429         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
2430         printed as "nan0x7fffffff" instead of "nan".
2431         * tests/test-vasprintf-posix.c (test_function): Likewise.
2432         * tests/test-snprintf-posix.h (test_function): Likewise.
2433         * tests/test-sprintf-posix.h (test_function): Likewise.
2434         * tests/test-fprintf-posix.h (NaN): Remove macro.
2435         (test_function): Remove all NaN related tests.
2436         * tests/test-printf-posix.h (NaN): Remove macro.
2437         (test_function): Remove all NaN related tests.
2438         * tests/test-printf-posix.output: Remove all NaN related results.
2439         Needed for IRIX 6.5.
2440
2441 2007-05-19  Bruno Haible  <bruno@clisp.org>
2442
2443         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
2444         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
2445
2446 2007-05-19  Bruno Haible  <bruno@clisp.org>
2447
2448         * lib/float_.h: New file.
2449         * m4/float_h.m4: New file.
2450         * modules/float: New file.
2451         * modules/isnanl (Dependencies): Add float.
2452         * modules/isnanl-nolibm (Dependencies): Likewise.
2453         * modules/mathl (Dependencies): Likewise.
2454         * modules/printf-frexpl (Dependencies): Likewise.
2455         * modules/signbit (Dependencies): Likewise.
2456         * modules/vasnprintf (Dependencies): Likewise.
2457         * doc/headers/float.texi: Update.
2458
2459 2007-05-19  Jim Meyering  <jim@meyering.net>
2460
2461         * lib/utimens.c (gl_futimens): Rename from futimens,
2462         now that glibc-2.6 declares futimens.
2463         * lib/utimens.h: Likewise.
2464
2465 2007-05-19  Bruno Haible  <bruno@clisp.org>
2466
2467         Avoid test failures on mingw.
2468         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
2469         * tests/test-printf-posix.sh: Likewise.
2470         * tests/test-vfprintf-posix.sh: Likewise.
2471         * tests/test-vprintf-posix.sh: Likewise.
2472
2473 2007-05-19  Bruno Haible  <bruno@clisp.org>
2474
2475         Fix *printf result for NaN, Inf, -0.0 on mingw.
2476         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
2477         * lib/vasnprintf.c: Include math.h and isnan.h.
2478         (is_infinite_or_zero): New function.
2479         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
2480         values in the %f, %F, %e, %E, %g, %G directives.
2481         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
2482         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
2483         gl_PRINTF_INFINITE and test its result. Invoke
2484         gl_PREREQ_VASNPRINTF_INFINITE.
2485         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
2486         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
2487         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
2488         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
2489         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
2490         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
2491         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
2492         * doc/functions/fprintf.texi: Update.
2493         * doc/functions/printf.texi: Update.
2494         * doc/functions/snprintf.texi: Update.
2495         * doc/functions/sprintf.texi: Update.
2496         * doc/functions/vfprintf.texi: Update.
2497         * doc/functions/vprintf.texi: Update.
2498         * doc/functions/vsnprintf.texi: Update.
2499         * doc/functions/vsprintf.texi: Update.
2500
2501 2007-05-19  Bruno Haible  <bruno@clisp.org>
2502
2503         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
2504         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
2505         Instead of multiplying with 10^k, set extra_zeroes to k.
2506         (scale10_round_long_double): Remove function.
2507
2508 2007-05-18  Bruno Haible  <bruno@clisp.org>
2509
2510         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
2511         introduced on 2007-05-06.
2512
2513 2007-05-18  Bruno Haible  <bruno@clisp.org>
2514
2515         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
2516         %g directives.
2517         * tests/test-vasprintf-posix.c (test_function): Likewise.
2518         * tests/test-snprintf-posix.h (test_function): Likewise.
2519         * tests/test-sprintf-posix.h (test_function): Likewise.
2520
2521 2007-05-18  Bruno Haible  <bruno@clisp.org>
2522
2523         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
2524         (strmatch): New function.
2525         (test_function): Test the %f directive on numbers of various exponents.
2526         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
2527         (strmatch): New function.
2528         (test_function): Test the %f directive on numbers of various exponents.
2529         * tests/test-snprintf-posix.h (strmatch): New function.
2530         (test_function): Test the %f directive on numbers of various exponents.
2531         * tests/test-sprintf-posix.h (strmatch): New function.
2532         (test_function): Test the %f directive on numbers of various exponents.
2533         * tests/test-snprintf-posix.c (SIZEOF): New macro.
2534         * tests/test-sprintf-posix.c (SIZEOF): New macro.
2535         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
2536         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
2537
2538 2007-05-18  Bruno Haible  <bruno@clisp.org>
2539
2540         Add support for 'long double' number output.
2541         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
2542         * lib/vasnprintf.c: Include math.h and float+.h.
2543         (mp_limb_t): New type.
2544         (GMP_LIMB_BITS): New macro.
2545         (mp_twolimb_t): New type.
2546         (GMP_TWOLIMB_BITS): New macro.
2547         (mpn_t): New type.
2548         (multiply, divide, convert_to_decimal, decode_long_double,
2549         scale10_round_long_double, scale10_round_decimal_long_double,
2550         floorlog10l): New functions.
2551         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
2552         for the %f, %F, %e, %E, %g, %G directives.
2553         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
2554         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
2555         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
2556         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
2557         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
2558         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
2559         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
2560         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
2561         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
2562         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
2563         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
2564         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
2565         * modules/snprintf-posix (Depends-on): Likewise.
2566         * modules/sprintf-posix (Depends-on): Likewise.
2567         * modules/vasnprintf-posix (Depends-on): Likewise.
2568         * modules/vasprintf-posix (Depends-on): Likewise.
2569         * modules/vfprintf-posix (Depends-on): Likewise.
2570         * modules/vsnprintf-posix (Depends-on): Likewise.
2571         * modules/vsprintf-posix (Depends-on): Likewise.
2572         * modules/vasnprintf (Files): Add lib/float+.h.
2573         * doc/functions/fprintf.texi: Update.
2574         * doc/functions/printf.texi: Update.
2575         * doc/functions/snprintf.texi: Update.
2576         * doc/functions/sprintf.texi: Update.
2577         * doc/functions/vfprintf.texi: Update.
2578         * doc/functions/vprintf.texi: Update.
2579         * doc/functions/vsnprintf.texi: Update.
2580         * doc/functions/vsprintf.texi: Update.
2581
2582 2007-05-18  Bruno Haible  <bruno@clisp.org>
2583
2584         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
2585
2586 2007-05-18  Bruno Haible  <bruno@clisp.org>
2587
2588         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
2589         for printing 64-bit integers. Needed for mingw.
2590
2591 2007-05-18  Bruno Haible  <bruno@clisp.org>
2592
2593         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
2594         gl_FUNC_FREXPL_WORKS.
2595         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
2596
2597 2007-05-18  Bruno Haible  <bruno@clisp.org>
2598
2599         * modules/frexpl-nolibm-tests: New file.
2600
2601         * modules/frexpl-nolibm: New file.
2602         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
2603
2604 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
2605
2606         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
2607         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
2608         GCC 4.2, which otherwise issues a lot of warnings.
2609         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
2610         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
2611         Likewise.
2612         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
2613         * modules/iconv_open (iconv.h): Likewise.
2614         * modules/locale (locale.h): Likewise.
2615         * modules/netinet_in (netinet/in.h): Likewise.
2616         * modules/sys_select (sys_select.h): Likewise.
2617         * modules/sys_socket (sys/socket.h): Likewise.
2618         * modules/sys_stat (sys/stat.h): Likewise.
2619         * modules/sysexits (sysexits.h): Likewise.
2620         * modules/unistd (unistd.h): Likewise.
2621
2622 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2623
2624         * modules/closein-tests (Makefile.am): Distribute
2625         `test-closein.sh'.
2626
2627 2007-05-17  Bruno Haible  <bruno@clisp.org>
2628
2629         * tests/test-printf-posix.output: Renamed from
2630         tests/test-fprintf-posix.out.
2631         * modules/fprintf-posix-tests: Update.
2632         * modules/printf-posix-tests: Update.
2633         * modules/vfprintf-posix-tests: Update.
2634         * modules/vprintf-posix-tests: Update.
2635         * tests/test-fprintf-posix.sh: Update.
2636         * tests/test-printf-posix.sh: Update.
2637         * tests/test-vfprintf-posix.sh: Update.
2638         * tests/test-vprintf-posix.sh: Update.
2639         Reported by Ralf Wildenhues.
2640
2641 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
2642
2643         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
2644         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
2645         GCC 4.2, which otherwise issues a lot of warnings.
2646         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
2647         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
2648         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
2649         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
2650         it should no longer be needed.
2651         * lib/string_.h: Likewise.
2652         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
2653         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
2654         * modules/inttypes (inttypes.h): Likewise.
2655         * modules/math (math.h): Likewise.
2656         * modules/search (search.h): Likewise.
2657         * modules/signal (signal.h): Likewise.
2658         * modules/stdint (stdint.h): Likewise.
2659         * modules/stdio (stdio.h): Likewise.
2660         * modules/stdlib (stdlib.h): Likewise.
2661         * modules/string (string.h): Likewise.
2662         * modules/sys_time (sys/time.h): Likewise.
2663         * modules/time (time.h): Likewise.
2664         * modules/wchar (wchar.h): Likewise.
2665         * modules/wctype (wtype.h): Likewise.
2666
2667 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
2668
2669         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
2670
2671 2007-05-13  Bruno Haible  <bruno@clisp.org>
2672
2673         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
2674         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
2675         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
2676         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
2677         (gl_PREREQ_STRTOK_R): Don't require it here.
2678
2679 2007-05-13  Bruno Haible  <bruno@clisp.org>
2680
2681         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
2682         when used in C++ mode.
2683
2684 2007-05-12  Bruno Haible  <bruno@clisp.org>
2685
2686         * lib/linebuffer.h: Tweak doc.
2687         * lib/linebuffer.c: Likewise.
2688
2689 2007-05-12  James Youngman  <jay@gnu.org>
2690
2691         * lib/linebuffer.c (readlinebuffer_delim): New function,
2692         like readlinebuffer, but use a caller-specified delimiter.
2693         (readlinebuffer): Just call readlinebuffer_delim with '\n'
2694         as the delimiter.
2695         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
2696
2697 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
2698
2699         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
2700         * modules/openat (Files): Remove openat-die.c.
2701         (Depends-on): Add openat-die.
2702         * modules/openat-die: New module.
2703
2704 2007-05-06  Bruno Haible  <bruno@clisp.org>
2705
2706         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
2707         Update with info about Cygwin.
2708         * doc/functions/fprintf.texi: Update.
2709         * doc/functions/printf.texi: Update.
2710         * doc/functions/snprintf.texi: Update.
2711         * doc/functions/sprintf.texi: Update.
2712         * doc/functions/vfprintf.texi: Update.
2713         * doc/functions/vprintf.texi: Update.
2714         * doc/functions/vsnprintf.texi: Update.
2715         * doc/functions/vsprintf.texi: Update.
2716         Reported by Eric Blake.
2717
2718 2007-05-06  Bruno Haible  <bruno@clisp.org>
2719
2720         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
2721         padding ourselves for the floating-point directives.
2722         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
2723         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
2724         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
2725         gl_PRINTF_FLAG_ZERO and test its result. Invoke
2726         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
2727         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
2728         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
2729         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
2730         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
2731         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
2732         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
2733         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
2734         * tests/test-snprintf-posix.h (test_function): Also check the width
2735         and some flags in the %f directive.
2736         * tests/test-sprintf-posix.h (test_function): Likewise.
2737         * tests/test-vasnprintf-posix.c (test_function): Likewise.
2738         * tests/test-vasprintf-posix.c (test_function): Likewise.
2739         * doc/functions/fprintf.texi: Update.
2740         * doc/functions/printf.texi: Update.
2741         * doc/functions/snprintf.texi: Update.
2742         * doc/functions/sprintf.texi: Update.
2743         * doc/functions/vfprintf.texi: Update.
2744         * doc/functions/vprintf.texi: Update.
2745         * doc/functions/vsnprintf.texi: Update.
2746         * doc/functions/vsprintf.texi: Update.
2747
2748 2007-05-06  Bruno Haible  <bruno@clisp.org>
2749
2750         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
2751         pass the ' flag character to sprintf or snprintf.
2752         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
2753         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
2754         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
2755         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
2756         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
2757         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
2758         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
2759         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
2760         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
2761         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
2762         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
2763         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
2764         * tests/test-snprintf-posix.h (test_function): Also check the grouping
2765         flag.
2766         * tests/test-sprintf-posix.h (test_function): Likewise.
2767         * tests/test-vasnprintf-posix.c (test_function): Likewise.
2768         * tests/test-vasprintf-posix.c (test_function): Likewise.
2769         * doc/functions/fprintf.texi: Update.
2770         * doc/functions/printf.texi: Update.
2771         * doc/functions/snprintf.texi: Update.
2772         * doc/functions/sprintf.texi: Update.
2773         * doc/functions/vfprintf.texi: Update.
2774         * doc/functions/vprintf.texi: Update.
2775         * doc/functions/vsnprintf.texi: Update.
2776         * doc/functions/vsprintf.texi: Update.
2777
2778 2007-05-01  Bruno Haible  <bruno@clisp.org>
2779
2780         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
2781
2782 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
2783
2784         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
2785         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
2786
2787 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
2788
2789         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
2790         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
2791         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
2792
2793 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
2794
2795         * lib/argp-help.c (struct hol_entry): New member `ord'.
2796         (HOL_ENTRY_PTRCMP): Use ord for comparison
2797         (hol_sort): Initialize ord.
2798
2799 2007-05-01  Bruno Haible  <bruno@clisp.org>
2800
2801         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
2802         Reported by Eric Blake.
2803         * doc/gnulib.texi (Function Substitutes): Update.
2804
2805 2007-05-01  Bruno Haible  <bruno@clisp.org>
2806
2807         * doc/functions.texi: Remove file, now redundant through
2808         doc/functions/*.texi.
2809
2810 2007-05-01  Bruno Haible  <bruno@clisp.org>
2811
2812         * modules/argp (Depends-on): Add sleep.
2813
2814 2007-05-01  Bruno Haible  <bruno@clisp.org>
2815
2816         * modules/sleep-tests: New file.
2817         * tests/test-sleep.c: New file.
2818
2819         * modules/sleep: New file.
2820         * lib/sleep.c: New file.
2821         * m4/sleep.m4: New file.
2822         * lib/unistd_.h (sleep): New declaration.
2823         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
2824         HAVE_SLEEP.
2825         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
2826         * doc/functions/sleep.texi: Document the sleep module.
2827
2828 2007-05-01  Bruno Haible  <bruno@clisp.org>
2829
2830         * lib/sigprocmask.h: Remove file.
2831         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
2832         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
2833         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
2834         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
2835         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
2836         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
2837         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
2838         HAVE_SIGSET_T as a shell variable.
2839         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
2840         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
2841         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
2842         (Depends-on): Add signal. Remove verify.
2843         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
2844         (Include): Mention <signal.h> instead of sigprocmask.h.
2845         * NEWS: Mention the change.
2846         * lib/fatal-signal.c: Don't include sigprocmask.h.
2847
2848 2007-05-01  Bruno Haible  <bruno@clisp.org>
2849
2850         * modules/signal: New file.
2851         * lib/signal_.h: New file.
2852         * m4/signal_h.m4: New file.
2853
2854 2007-05-01  Bruno Haible  <bruno@clisp.org>
2855
2856         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
2857         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
2858         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
2859         HAVE_WCTYPE_CTMP_BUG into wctype.h.
2860
2861 2007-05-01  Bruno Haible  <bruno@clisp.org>
2862
2863         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
2864         configure time.
2865         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
2866         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
2867         * modules/sys_stat (Makefile.am): Substitute their values into
2868         sys/stat.h.
2869
2870 2007-05-01  Bruno Haible  <bruno@clisp.org>
2871
2872         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
2873         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
2874         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
2875
2876 2007-05-01  Bruno Haible  <bruno@clisp.org>
2877
2878         * doc/header/assert.texi: Undo last change: don't mention the gnulib
2879         'assert' module here.
2880
2881 2007-05-01  Bruno Haible  <bruno@clisp.org>
2882
2883         * doc/functions/*.texi: New files.
2884         * doc/functions/google-ranking.txt: New file.
2885         * doc/gnulib.texi (Function Substitutes): New chapter.
2886         (ctime, inet_ntoa): Remove sections.
2887         * doc/ctime.texi: Remove file.
2888         * doc/inet_ntoa.texi: Remove file.
2889         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
2890         dependencies.
2891         (%.info): New rule, specifying a --reference-limit.
2892
2893 2007-05-01  Bruno Haible  <bruno@clisp.org>
2894
2895         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
2896
2897 2007-05-01  Bruno Haible  <bruno@clisp.org>
2898
2899         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
2900         the portability of 'mkdir' to mingw systems.
2901
2902 2007-05-01  Bruno Haible  <bruno@clisp.org>
2903
2904         * doc/headers/google-ranking.txt: New file.
2905
2906 2007-04-30  Eric Blake  <ebb9@byu.net>
2907
2908         Prefer fseeko to fseek.
2909         * modules/getpass (Depends-on): Add fseeko.
2910         * lib/getpass.c (getpass): Use fseeko, not fseek.
2911
2912 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
2913
2914         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
2915         assumes the sorting is stable, while most qsort implementations
2916         are not.  Use argument addresses to ensure they never compare as
2917         equal.
2918
2919         * tests/test-argp-2.sh (usage-indent test): Fix output
2920         (func_compare): Restore diff options
2921         * tests/test-argp.c: Restore #include "progname.h"
2922
2923 2007-04-29  Bruno Haible  <bruno@clisp.org>
2924
2925         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
2926         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
2927         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
2928         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
2929         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
2930         (configure.ac): Define CHECK_SNPRINTF_POSIX.
2931         (TESTS, check_PROGRAMS): Add test-snprintf.
2932         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
2933         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
2934         (TESTS, check_PROGRAMS): Add test-vsnprintf.
2935         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
2936         assertions that fail on HP-UX, OSF/1, or IRIX.
2937         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
2938
2939 2007-04-29  Bruno Haible  <bruno@clisp.org>
2940
2941         * MODULES.html.sh (posix_functions): Remove 'contents'.
2942
2943 2007-04-29  Karl Berry  <karl@gnu.org>
2944
2945         * config/srclist.txt (gendocs_template_min): new entry.
2946
2947 2007-04-29  Bruno Haible  <bruno@clisp.org>
2948
2949         Work around fpurge bug on BSD systems.
2950         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
2951         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
2952         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
2953         fpurge to rpl_fpurge if the system already has this function.
2954         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
2955         the case where the system already has this function. Correct invariants
2956         on BSD systems.
2957         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
2958         BSD systems.
2959
2960 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
2961
2962         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
2963         proposed by Sven Verdoolaege.
2964
2965         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
2966         options.
2967         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
2968         (usage and help tests): Update
2969
2970 2007-04-29  Bruno Haible  <bruno@clisp.org>
2971
2972         * tests/test-fflush.c (main): Use a file of size 17, not 10.
2973         Print more information in case of failure. Disable a test on BeOS.
2974
2975 2007-04-29  Bruno Haible  <bruno@clisp.org>
2976
2977         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
2978         This helps debugging on systems on which no gdb is available.
2979
2980 2007-04-29  Bruno Haible  <bruno@clisp.org>
2981
2982         * lib/freading.h: Improve comments.
2983         * lib/fwriting.h: Likewise.
2984         * tests/test-freading.c (main): Don't check freading immediately after
2985         repositioning. Needed for glibc.
2986
2987 2007-04-29  Bruno Haible  <bruno@clisp.org>
2988
2989         * lib/freading.c (freading): Trivial simplification.
2990
2991 2007-04-28  Bruno Haible  <bruno@clisp.org>
2992
2993         * tests/test-fwriting.c (main): Also test the interaction between
2994         fflush and fwriting.
2995         * modules/fwriting-tests (Depends-on): Add fflush.
2996
2997         * tests/test-freading.c (main): Also test the interaction between
2998         fflush and freading.
2999         * modules/freading-tests (Depends-on): Add fflush.
3000
3001 2007-04-28  Bruno Haible  <bruno@clisp.org>
3002
3003         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
3004         fseeko and ftello.
3005         Suggested by Eric Blake.
3006
3007 2007-04-28  Jim Meyering  <jim@meyering.net>
3008
3009         Avoid false-negative in gl_STDINT_H's C99 conformance test.
3010         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
3011         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
3012
3013 2007-04-27  Eric Blake  <ebb9@byu.net>
3014
3015         * doc/headers/assert.texi (assert.h): Document assert module use.
3016
3017 2007-04-27  Bruno Haible  <bruno@clisp.org>
3018
3019         * doc/headers/*.texi: New files.
3020         * doc/gnulib.texi (Header File Substitutes): New chapter.
3021         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
3022         dependencies.
3023         (standards.info ,standards.html, standards.dvi): Update dependencies.
3024         (mostlyclean, clean): New targets.
3025
3026 2007-04-27  Bruno Haible  <bruno@clisp.org>
3027
3028         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
3029         * modules/sysexits (Files, Makefile.am): Update.
3030
3031         * lib/sys_socket_.h: Renamed from lib/socket_.h.
3032         * modules/sys_socket (Files, Makefile.am): Update.
3033
3034         * lib/sys_stat_.h: Renamed from lib/stat_.h.
3035         * modules/sys_stat (Files, Makefile.am): Update.
3036
3037 2007-04-27  Eric Blake  <ebb9@byu.net>
3038
3039         * lib/freading.h: Improve comments.
3040         * lib/fwriting.h: Likewise.
3041         * lib/fflush.c: Likewise.
3042
3043         Fix closein for mingw.
3044         * modules/closein-tests: Add tests for closein.
3045         * tests/test-closein.c: New file.
3046         * tests/test-closein.sh: Likewise.
3047         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
3048         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
3049
3050 2007-04-27  Bruno Haible  <bruno@clisp.org>
3051
3052         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
3053         version is < 6.
3054         * lib/math_.h [__DECC]: Likewise.
3055         * lib/stdio_.h [__DECC]: Likewise.
3056         * lib/stdlib_.h [__DECC]: Likewise.
3057         * lib/string_.h [__DECC]: Likewise.
3058         * lib/time_.h [__DECC]: Likewise.
3059         * lib/wchar_.h [__DECC]: Likewise.
3060         * lib/wctype_.h [__DECC]: Likewise.
3061
3062 2007-04-27  Bruno Haible  <bruno@clisp.org>
3063
3064         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
3065
3066 2007-04-27  Bruno Haible  <bruno@clisp.org>
3067
3068         * lib/fflush.c: Add comments.
3069         * modules/fpurge-tests (Depends-on): Add fflush.
3070         * modules/freadable-tests (Depends-on): Likewise.
3071         * modules/fwritable-tests (Depends-on): Likewise.
3072
3073 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
3074
3075         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
3076         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
3077         Report by Bruno Haible <bruno@clisp.org>.
3078
3079 2007-04-26  Eric Blake  <ebb9@byu.net>
3080
3081         Fix fflush on mingw.
3082         * modules/fflush (Depends-on): Add freading.
3083         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
3084         but unread data.
3085
3086 2007-04-26  Eric Blake  <ebb9@byu.net>
3087         and Bruno Haible  <bruno@clisp.org>
3088
3089         Implement freading and fwriting.
3090         * lib/freading.c: New file.
3091         * lib/freading.h: Likewise.
3092         * m4/freading.m4: Likewise.
3093         * modules/freading: Likewise.
3094         * modules/freading-tests: Likewise.
3095         * tests/test-freading.c: Likewise.
3096         * lib/fwriting.c: New file.
3097         * lib/fwriting.h: Likewise.
3098         * m4/fwriting.m4: Likewise.
3099         * modules/fwriting: Likewise.
3100         * modules/fwriting-tests: Likewise.
3101         * tests/test-fwriting.c: Likewise.
3102         * MODULES.html.sh (File stream based Input/Output): Mention them.
3103
3104 2007-04-26  Bruno Haible  <bruno@clisp.org>
3105
3106         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
3107         'long' when we assume it.
3108         Suggested by Eric Blake.
3109
3110 2007-04-26  Bruno Haible  <bruno@clisp.org>
3111
3112         Ensure fseeko, ftello are declared on glibc systems.
3113         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
3114         * modules/fseeko (configure.ac-early): Likewise.
3115         * modules/ftello (configure.ac-early): Likewise.
3116         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
3117         AC_FUNC_FSEEKO for this.
3118         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
3119         (gl_CHECK_FSEEKO): Remove macro.
3120
3121 2007-04-26  Bruno Haible  <bruno@clisp.org>
3122
3123         * tests/test-fflush.c (main): Also check the ftell result after
3124         fflush and fseek/fseeko.
3125         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
3126         file descriptor position cache in the stream.
3127         * lib/fseeko.c (rpl_fseeko): Likewise.
3128
3129 2007-04-26  Bruno Haible  <bruno@clisp.org>
3130
3131         * modules/fflush-tests (Depends-on): Add fseeko.
3132
3133 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
3134             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3135
3136         * lib/argz_.h: ensure error_t definition is obtained in same
3137         mechanism system argz.h would have.
3138         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
3139         argz facilities are known bad.  Err on the side of caution if
3140         cross-compiling.
3141
3142 2007-04-25  Eric Blake  <ebb9@byu.net>
3143
3144         * lib/fpurge.c (includes): Use stdlib.h for free.
3145         * tests/test-fflush.c (main): Also test fflush-fseeko.
3146
3147 2007-04-25  Bruno Haible  <bruno@clisp.org>
3148
3149         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
3150         * lib/fseeko.c: New file.
3151         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
3152         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
3153         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
3154         gl_FUNC_FSEEKO.
3155         (gl_FUNC_FSEEKO): Invoke it.
3156         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
3157         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
3158         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
3159
3160 2007-04-25  Bruno Haible  <bruno@clisp.org>
3161
3162         * modules/fflush (Depends-on): Add ftello.
3163
3164 2007-04-25  Bruno Haible  <bruno@clisp.org>
3165
3166         * modules/ftello-tests: New file.
3167         * tests/test-ftello.c: New file.
3168
3169         * modules/ftello: New file.
3170         * m4/ftello.m4: New file.
3171         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
3172         HAVE_FTELLO.
3173         * lib/stdio_.h (ftello): New declaration.
3174         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
3175         HAVE_FTELLO.
3176
3177 2007-04-25  Bruno Haible  <bruno@clisp.org>
3178
3179         * modules/fseeko-tests: New file.
3180         * tests/test-fseeko.c: New file.
3181
3182         * modules/fseeko: New file.
3183         * m4/fseeko.m4: New file.
3184         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
3185         HAVE_FSEEKO.
3186         * lib/stdio_.h (fseeko): New declaration.
3187         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
3188         HAVE_FSEEKO.
3189
3190 2007-04-25  Bruno Haible  <bruno@clisp.org>
3191
3192         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
3193
3194 2007-04-25  Bruno Haible  <bruno@clisp.org>
3195
3196         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
3197         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
3198         * tests/test-unistd.c: Likewise.
3199         * tests/test-fcntl.c: Likewise.
3200
3201 2007-04-23  Eric Blake  <ebb9@byu.net>
3202
3203         * lib/fflush.c: Fix missing include.
3204         Reported by Bruno Haible.
3205
3206 2007-04-23  Bruno Haible  <bruno@clisp.org>
3207
3208         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
3209         Reported by Eric Blake.
3210
3211 2007-04-23  Bruno Haible  <bruno@clisp.org>
3212
3213         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
3214
3215 2007-04-23  Bruno Haible  <bruno@clisp.org>
3216
3217         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
3218
3219 2007-04-23  Bruno Haible  <bruno@clisp.org>
3220
3221         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
3222         Needed on HP-UX 11.
3223
3224 2007-04-16  Eric Blake  <ebb9@byu.net>
3225
3226         Make fflush rely on fpurge.
3227         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
3228         open coding all variants.
3229         * modules/fflush (Depends-on): Add fpurge and unistd.
3230         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
3231         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
3232
3233         Fix --with-tests compilation on cygwin.
3234         * modules/argmatch-tests (Makefile.am): List gnulib library first
3235         in LDADD.
3236         * modules/argp-tests (Makefile.am): Likewise.
3237         * modules/array-list-tests (Makefile.am): Likewise.
3238         * modules/array-oset-tests (Makefile.am): Likewise.
3239         * modules/avltree-list-tests (Makefile.am): Likewise.
3240         * modules/avltree-oset-tests (Makefile.am): Likewise.
3241         * modules/avltreehash-list-tests (Makefile.am): Likewise.
3242         * modules/carray-list-tests (Makefile.am): Likewise.
3243         * modules/dirname-tests (Makefile.am): Likewise.
3244         * modules/frexp-tests (Makefile.am): Likewise.
3245         * modules/isnanl-tests (Makefile.am): Likewise.
3246         * modules/linked-list-tests (Makefile.am): Likewise.
3247         * modules/linkedhash-list-tests (Makefile.am): Likewise.
3248         * modules/lock-tests (Makefile.am): Likewise.
3249         * modules/rbtree-list-tests (Makefile.am): Likewise.
3250         * modules/rbtree-oset-tests (Makefile.am): Likewise.
3251         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
3252         * modules/tls-tests (Makefile.am): Likewise.
3253         * modules/tsearch-tests (Makefile.am): Likewise.
3254         * modules/xvasprintf-tests (Makefile.am): Likewise.
3255
3256         Fix fpurge for cygwin.
3257         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
3258         value.
3259         * modules/fpurge-tests (Depends-on): Clean up trash.
3260
3261 2007-04-16  Simon Josefsson  <simon@josefsson.org>
3262
3263         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
3264
3265         * m4/autobuild.m4: Re-indent.
3266
3267 2007-04-13  Bruno Haible  <bruno@clisp.org>
3268
3269         * modules/fpurge-tests: New file.
3270         * tests/test-fpurge.c: New file.
3271
3272         * modules/fpurge: New file.
3273         * lib/fpurge.h: New file.
3274         * lib/fpurge.c: New file.
3275         * m4/fpurge.m4: New file.
3276
3277 2007-04-13  Bruno Haible  <bruno@clisp.org>
3278
3279         * modules/fbufmode-tests: New file.
3280         * tests/test-fbufmode.c: New file.
3281
3282         * modules/fbufmode: New file.
3283         * lib/fbufmode.h: New file.
3284         * lib/fbufmode.c: New file.
3285         * m4/fbufmode.m4: New file.
3286
3287 2007-04-13  Bruno Haible  <bruno@clisp.org>
3288
3289         * modules/fwritable-tests: New file.
3290         * tests/test-fwritable.c: New file.
3291
3292         * modules/fwritable: New file.
3293         * lib/fwritable.h: New file.
3294         * lib/fwritable.c: New file.
3295         * m4/fwritable.m4: New file.
3296
3297 2007-04-13  Bruno Haible  <bruno@clisp.org>
3298
3299         * modules/freadable-tests: New file.
3300         * tests/test-freadable.c: New file.
3301
3302         * modules/freadable: New file.
3303         * lib/freadable.h: New file.
3304         * lib/freadable.c: New file.
3305         * m4/freadable.m4: New file.
3306
3307 2007-04-13  Bruno Haible  <bruno@clisp.org>
3308
3309         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
3310         MOSTLYCLEANFILES.
3311
3312 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
3313
3314         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
3315         gzip bootstrap.conf to avoid dragging in i18n machinery.
3316         (gnulib_tool_option): Use it.
3317
3318 2007-04-13  Bruno Haible  <bruno@clisp.org>
3319
3320         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
3321         %F directives.
3322         * tests/test-vasprintf-posix.c (test_function): Likewise.
3323         * tests/test-snprintf-posix.h (test_function): Likewise.
3324         * tests/test-sprintf-posix.h (test_function): Likewise.
3325         * tests/test-fprintf-posix.h (test_function): Likewise.
3326         * tests/test-printf-posix.h (test_function): Likewise.
3327         * tests/test-fprintf-posix.out: Likewise.
3328
3329 2007-04-13  Bruno Haible  <bruno@clisp.org>
3330
3331         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
3332         * modules/tls-tests (configure.ac): Likewise.
3333         Reported by Arto C. Nirkko <anirkko@insel.ch>.
3334
3335 2007-04-13  Bruno Haible  <bruno@clisp.org>
3336
3337         * lib/tls.c (glthread_tls_get): Fix return type.
3338         Patch by Arto C. Nirkko <anirkko@insel.ch>.
3339
3340 2007-04-12  Eric Blake  <ebb9@byu.net>
3341
3342         * modules/gettime (Depends-on): Remove gettime.
3343         Reported by Dmitry V. Levin.
3344
3345 2007-04-12  Bruno Haible  <bruno@clisp.org>
3346
3347         * modules/fflush (Include): Mention <stdio.h>.
3348         * modules/strtoimax (Include): Mention <inttypes.h>.
3349         * modules/strtoumax (Include): Likewise.
3350
3351 2007-04-12  Eric Blake  <ebb9@byu.net>
3352
3353         * .cvsignore: New file.
3354         * .gitignore: Likewise.
3355
3356 2007-04-12  Bruno Haible  <bruno@clisp.org>
3357
3358         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
3359         not before, since $(LDADD) often contains libgnu.a.
3360         * modules/striconv-tests (test_striconv_LDADD): Likewise.
3361         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
3362         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
3363         Needed on Cygwin.
3364
3365 2007-04-12  Eric Blake  <ebb9@byu.net>
3366
3367         Work around glibc's failure to flush stdin on fclose.
3368         * lib/closein.c (close_stdin): Flush stdin before closing.
3369
3370         Work around glibc's failure to reset seekable stdin on exit.
3371         * modules/closein: New module.
3372         * lib/closein.c: New file.
3373         * lib/closein.h: Likewise.
3374         * m4/closein.m4: Likewise.
3375         * MODULES.html.sh (File stream based Input/Output): Document it.
3376
3377 2007-04-12  Simon Josefsson  <simon@josefsson.org>
3378
3379         * gnulib-tool: Rename generated 'autobuild' script to
3380         'do-autobuild' in --create-megatestdir output.
3381
3382         * doc/gnulib.texi (Build robot for gnulib): Fix.
3383
3384 2007-04-12  Simon Josefsson  <simon@josefsson.org>
3385
3386         * modules/sysexits (Depends-on): Add absolute-header.
3387
3388 2007-04-12  Eric Blake  <ebb9@byu.net>
3389
3390         No need to preserve errno on success.
3391         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
3392         Reported by Bruno Haible.
3393
3394 2007-04-12  Simon Josefsson  <simon@josefsson.org>
3395
3396         * MODULES.html.sh (Support for maintaining and releasing
3397         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
3398
3399 2007-04-12  Simon Josefsson  <simon@josefsson.org>
3400
3401         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
3402
3403 2007-04-12  Simon Josefsson  <simon@josefsson.org>
3404
3405         * modules/autobuild: New module.
3406
3407         * m4/autobuild.m4: New file.
3408
3409 2007-04-11  Bruno Haible  <bruno@clisp.org>
3410
3411         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
3412         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
3413         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
3414         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
3415         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
3416         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
3417         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
3418         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
3419         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
3420         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
3421         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
3422         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
3423         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
3424         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
3425         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
3426         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
3427         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
3428         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
3429         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
3430         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
3431         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
3432         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
3433         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
3434         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
3435         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
3436         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
3437         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
3438         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
3439         Reported by Eric Blake.
3440
3441 2007-04-11  Bruno Haible  <bruno@clisp.org>
3442
3443         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
3444
3445 2007-04-10  Bruno Haible  <bruno@clisp.org>
3446
3447         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
3448         for NaN and Infinity. Needed on FreeBSD 6.1.
3449         * tests/test-vasnprintf-posix.c (test_function): Undo last change
3450         regarding results for "%010a" of Infinity and NaN.
3451         * tests/test-vasprintf-posix.c (test_function): Likewise.
3452         * tests/test-snprintf-posix.h (test_function): Likewise.
3453         * tests/test-sprintf-posix.h (test_function): Likewise.
3454         * tests/test-fprintf-posix.h (test_function): Likewise.
3455         * tests/test-printf-posix.h (test_function): Likewise.
3456         * tests/test-fprintf-posix.out: Likewise.
3457
3458 2007-04-10  Bruno Haible  <bruno@clisp.org>
3459
3460         * modules/locale-tests: New file.
3461         * tests/test-locale.c: New file.
3462
3463         * modules/locale: New file.
3464         * lib/locale_.h: New file.
3465         * m4/locale_h.m4: New file.
3466
3467 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
3468             Bruno Haible  <bruno@clisp.org>
3469
3470         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
3471         be determined, test for availability of the copysignf, copysign,
3472         copysignl functions.
3473         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
3474         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
3475         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
3476
3477 2007-04-09  Eric Blake  <ebb9@byu.net>
3478
3479         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
3480         * modules/stdio (Makefile.am): Support fflush.
3481         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
3482         * modules/fflush: New file.
3483         * lib/fflush.c: Likewise.
3484         * m4/fflush.m4: Likewise.
3485         * modules/fflush-tests: New test.
3486         * tests/test-fflush.c: Likewise.
3487         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
3488
3489 2007-04-06  Bruno Haible  <bruno@clisp.org>
3490
3491         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
3492         (VASNPRINTF): Use signbit for faster determination whether to print a
3493         minus sign.
3494         * modules/vasnprintf (Files): Remove lib/float+.h.
3495         * modules/fprintf-posix (Depends-on): Add signbit.
3496         * modules/snprintf-posix (Depends-on): Likewise.
3497         * modules/sprintf-posix (Depends-on): Likewise.
3498         * modules/vasnprintf-posix (Depends-on): Likewise.
3499         * modules/vasprintf-posix (Depends-on): Likewise.
3500         * modules/vfprintf-posix (Depends-on): Likewise.
3501         * modules/vsnprintf-posix (Depends-on): Likewise.
3502         * modules/vsprintf-posix (Depends-on): Likewise.
3503
3504 2007-04-06  Bruno Haible  <bruno@clisp.org>
3505
3506         * tests/test-frexp.c (main): Test also the sign bit of zero results.
3507         * tests/test-frexpl.c (main): Likewise.
3508         * tests/test-ldexpl.c (main): Likewise.
3509         * modules/frexp-tests (Depends-on): Add signbit.
3510         * modules/frexpl-tests (Depdends-on): Likewise.
3511         * modules/ldexpl-tests (Depdends-on): Likewise.
3512
3513 2007-04-06  Bruno Haible  <bruno@clisp.org>
3514
3515         * modules/signbit-tests: New file.
3516         * tests/test-signbit.c: New file.
3517
3518         * modules/signbit: New file.
3519         * lib/signbitf.c: New file.
3520         * lib/signbitd.c: New file.
3521         * lib/signbitl.c: New file.
3522         * m4/signbit.m4: New file.
3523         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
3524         (signbit): New macro.
3525         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
3526         REPLACE_SIGNBIT.
3527         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
3528         REPLACE_FREXPL into math.h.
3529
3530 2007-04-06  Bruno Haible  <bruno@clisp.org>
3531
3532         * modules/isnanf-nolibm-tests: New file.
3533         * tests/test-isnanf.c: New file.
3534
3535         * modules/isnanf-nolibm: New file.
3536         * lib/isnanf.h: New file.
3537         * lib/isnanf.c: New file.
3538         * lib/isnan.c: Consider the USE_FLOAT macro.
3539         * m4/isnanf.m4: New file.
3540
3541 2007-04-06  Bruno Haible  <bruno@clisp.org>
3542
3543         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
3544         (Link): New section.
3545
3546         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
3547
3548 2007-04-06  Bruno Haible  <bruno@clisp.org>
3549
3550         Assume the 'long double' type.
3551         * m4/longdouble.m4: Remove file.
3552         * config/srclist.txt: Don't mention longdouble.m4.
3553         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
3554         * lib/float+.h: Likewise.
3555         * lib/frexp.c: Likewise.
3556         * lib/printf-args.h: Likewise.
3557         * lib/printf-args.c: Likewise.
3558         * lib/printf-frexp.c: Likewise.
3559         * lib/printf-parse.c: Likewise.
3560         * lib/vasnprintf.c: Likewise.
3561         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
3562         * m4/intl.m4: Likewise.
3563         * m4/isnanl.m4: Likewise.
3564         * m4/printf.m4: Likewise.
3565         * m4/printf-frexpl.m4: Likewise.
3566         * m4/vasnprintf.m4: Likewise.
3567         * modules/allocsa (Files): Remove m4/longdouble.m4.
3568         * modules/gettext (Files): Likewise.
3569         * modules/relocatable-prog-wrapper (Files): Likewise.
3570         * modules/vasnprintf (Files): Likewise.
3571         * modules/isnanl (Files): Likewise.
3572         (Include): Simplify.
3573         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
3574         (Include): Simplify.
3575         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
3576         (Include): Simplify.
3577         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
3578         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
3579         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
3580         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
3581         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
3582         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
3583         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
3584         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
3585         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
3586         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
3587         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
3588         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
3589         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
3590         * tests/test-isnanl.c: Likewise.
3591         * tests/test-snprintf-posix.h: Likewise.
3592         * tests/test-sprintf-posix.h: Likewise.
3593         * tests/test-vasnprintf-posix.c: Likewise.
3594         * tests/test-vasnprintf-posix2.c: Likewise.
3595         * tests/test-vasprintf-posix.c: Likewise.
3596
3597 2007-04-06  Bruno Haible  <bruno@clisp.org>
3598
3599         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
3600         * lib/math_.h [__DECC]: Include the overridden include file through
3601         #include_next, outside the double-inclusion guard.
3602         * lib/stdio_.h [__DECC]: Likewise.
3603         * lib/stdlib_.h [__DECC]: Likewise.
3604         * lib/string_.h [__DECC]: Likewise.
3605         * lib/time_.h [__DECC]: Likewise.
3606         * lib/wchar_.h [__DECC]: Likewise.
3607         * lib/wctype_.h [__DECC]: Likewise.
3608         * lib/inttypes_.h [__DECC]: Likewise.
3609         Reported by Albert Chin <china@thewrittenword.com> in
3610         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
3611
3612 2007-04-04  Eric Blake  <ebb9@byu.net>
3613
3614         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
3615         1.5.x.
3616
3617 2007-04-04  Bruno Haible  <bruno@clisp.org>
3618
3619         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
3620         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
3621
3622 2007-04-04  Bruno Haible  <bruno@clisp.org>
3623
3624         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
3625         results for "%010a" of Infinity and NaN.
3626         * tests/test-vasprintf-posix.c (test_function): Likewise.
3627         * tests/test-snprintf-posix.h (test_function): Likewise.
3628         * tests/test-sprintf-posix.h (test_function): Likewise.
3629         * tests/test-fprintf-posix.h (test_function): Remove these tests.
3630         * tests/test-printf-posix.h (test_function): Likewise.
3631         * tests/test-fprintf-posix.out: Update.
3632         Needed for FreeBSD 6.1.
3633
3634 2007-04-04  Bruno Haible  <bruno@clisp.org>
3635
3636         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
3637         directly used by the gnulib modules nor by gnulib-tool.
3638
3639 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
3640
3641         * DEPENDENCIES: Give overall description of version dependency
3642         desirability.  Use more-typical names for apps.
3643         Add shell, coreutils, diffutils, grep, tar, gzip.
3644
3645 2007-04-04  Simon Josefsson  <simon@josefsson.org>
3646
3647         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
3648
3649 2007-04-04  Karl Berry  <karl@gnu.org>
3650
3651         * MODULES.html.sh (func_module): missing '.
3652
3653 2007-04-03  Bruno Haible  <bruno@clisp.org>
3654
3655         * modules/argmatch-tests (Makefile.am): New variable
3656         test_argmatch_LDADD.
3657         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
3658         * modules/array-list-tests (Makefile.am): New variable
3659         test_array_list_LDADD.
3660         * modules/array-oset-tests (Makefile.am): New variable
3661         test_array_oset_LDADD.
3662         * modules/avltree-list-tests (Makefile.am): New variable
3663         test_avltree_list_LDADD.
3664         * modules/avltree-oset-tests (Makefile.am): New variable
3665         test_avltree_oset_LDADD.
3666         * modules/avltreehash-list-tests (Makefile.am): New variable
3667         test_avltreehash_list_LDADD.
3668         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
3669         test_canonicalize_lgpl_LDADD.
3670         * modules/carray-list-tests (Makefile.am): New variable
3671         test_carray_list_LDADD.
3672         * modules/dirname-tests (Makefile.am): New variable
3673         test_dirname_LDADD.
3674         * modules/linked-list-tests (Makefile.am): New variable
3675         test_linked_list_LDADD.
3676         * modules/linkedhash-list-tests (Makefile.am): New variable
3677         test_linkedhash_list_LDADD.
3678         * modules/rbtree-list-tests (Makefile.am): New variable
3679         test_rbtree_list_LDADD.
3680         * modules/rbtree-oset-tests (Makefile.am): New variable
3681         test_rbtree_oset_LDADD.
3682         * modules/rbtreehash-list-tests (Makefile.am): New variable
3683         test_rbtreehash_list_LDADD.
3684         * modules/xvasprintf-tests (Makefile.am): New variable
3685         test_xvasprintf_LDADD.
3686         Reported by Eric Blake.
3687
3688 2007-04-03  Eric Blake  <ebb9@byu.net>
3689
3690         * DEPENDENCIES: Weaken m4 requirements.
3691
3692 2007-04-03  Bruno Haible  <bruno@clisp.org>
3693
3694         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
3695         * modules/isnanl-tests (configure.ac): Likewise.
3696
3697 2007-04-03  Ben Pfaff  <blp@gnu.org>
3698
3699         * modules/iconv_open: Add $(srcdir)/ to source directory
3700         references in Makefile fragments that call gperf, to fix VPATH
3701         builds.
3702
3703 2007-04-03  Bruno Haible  <bruno@clisp.org>
3704
3705         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
3706         * lib/ldexpl.c: Undo last change.
3707
3708 2007-04-03  Bruno Haible  <bruno@clisp.org>
3709
3710         * modules/printf-frexpl (Depends-on): Undo last change.
3711         (Files): Add m4/ldexpl.m4.
3712
3713 2007-04-03  Bruno Haible  <bruno@clisp.org>
3714
3715         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
3716         * modules/isnanl (Link): New section.
3717
3718         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
3719         * modules/frexp (Link): New section.
3720
3721         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
3722         * modules/frexpl (Link): New section.
3723
3724         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
3725         * modules/ldexpl (Link): New section.
3726
3727 2007-04-03  Bruno Haible  <bruno@clisp.org>
3728
3729         * modules/TEMPLATE-EXTENDED: New file.
3730         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
3731
3732 2007-04-03  Bruno Haible  <bruno@clisp.org>
3733
3734         * DEPENDENCIES: New file.
3735         Suggested by Simon Josefsson.
3736
3737 2007-04-03  Bruno Haible  <bruno@clisp.org>
3738
3739         * doc/gnulib.texi: Escape @.
3740
3741 2007-04-03  James Youngman  <jay@gnu.org>
3742         and Paul Eggert  <eggert@cs.ucla.edu>
3743
3744         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
3745         birthtime on all systems that have birthtime, not just those which
3746         use st_birthtimensec rather than st_birthtim.  Putting zero in
3747         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
3748         that the birth time is not available for files on an NFS mount.
3749
3750 2007-04-03  Simon Josefsson  <simon@josefsson.org>
3751
3752         * modules/memxor: Move back from crypto/, suggested by Bruno.
3753         * modules/crypto/hmac-sha1: Fix memxor dependency.
3754
3755         * modules/crypto/gc: Moved from ../.
3756
3757 2007-04-02  Eric Blake  <ebb9@byu.net>
3758
3759         * lib/ldexpl.c (includes): Avoid libm.
3760
3761         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
3762
3763 2007-04-02  Bruno Haible  <bruno@clisp.org>
3764
3765         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
3766         on IRIX.
3767
3768 2007-04-02  Bruno Haible  <bruno@clisp.org>
3769
3770         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
3771         x86 or x86_64 platforms running MacOS X.
3772         Reported by Ryan Schmidt <@ryandesign.com>.
3773
3774 2007-04-02  Bruno Haible  <bruno@clisp.org>
3775
3776         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
3777         i386.
3778
3779 2007-04-01  Simon Josefsson  <simon@josefsson.org>
3780
3781         * modules/crypto/arcfour: Moved from ../.
3782         * modules/crypto/arcfour-tests: Moved from ../.
3783         * modules/crypto/arctwo: Moved from ../.
3784         * modules/crypto/arctwo-tests: Moved from ../.
3785         * modules/crypto/des: Moved from ../.
3786         * modules/crypto/des-tests: Moved from ../.
3787         * modules/crypto/gc-arcfour: Moved from ../.
3788         * modules/crypto/gc-arcfour-tests: Moved from ../.
3789         * modules/crypto/gc-arctwo: Moved from ../.
3790         * modules/crypto/gc-arctwo-tests: Moved from ../.
3791         * modules/crypto/gc-des: Moved from ../.
3792         * modules/crypto/gc-des-tests: Moved from ../.
3793         * modules/crypto/gc-hmac-md5: Moved from ../.
3794         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
3795         * modules/crypto/gc-hmac-sha1: Moved from ../.
3796         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
3797         * modules/crypto/gc-md2: Moved from ../.
3798         * modules/crypto/gc-md2-tests: Moved from ../.
3799         * modules/crypto/gc-md4: Moved from ../.
3800         * modules/crypto/gc-md4-tests: Moved from ../.
3801         * modules/crypto/gc-md5: Moved from ../.
3802         * modules/crypto/gc-md5-tests: Moved from ../.
3803         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
3804         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
3805         * modules/crypto/gc-random: Moved from ../.
3806         * modules/crypto/gc-rijndael: Moved from ../.
3807         * modules/crypto/gc-rijndael-tests: Moved from ../.
3808         * modules/crypto/gc-sha1: Moved from ../.
3809         * modules/crypto/gc-sha1-tests: Moved from ../.
3810         * modules/crypto/gc-tests: Moved from ../.
3811         * modules/crypto/hmac-md5: Moved from ../.
3812         * modules/crypto/hmac-md5-tests: Moved from ../.
3813         * modules/crypto/hmac-sha1: Moved from ../.
3814         * modules/crypto/hmac-sha1-tests: Moved from ../.
3815         * modules/crypto/md2: Moved from ../.
3816         * modules/crypto/md2-tests: Moved from ../.
3817         * modules/crypto/md4: Moved from ../.
3818         * modules/crypto/md4-tests: Moved from ../.
3819         * modules/crypto/md5: Moved from ../.
3820         * modules/crypto/md5-tests: Moved from ../.
3821         * modules/crypto/memxor: Moved from ../.
3822         * modules/crypto/rijndael: Moved from ../.
3823         * modules/crypto/rijndael-tests: Moved from ../.
3824         * modules/crypto/sha1: Moved from ../.
3825
3826 2007-03-30  James Youngman  <jay@gnu.org>
3827
3828         * tests/test-stat-time.c (prepare_test): use chmod() rather than
3829         rename() to change the ctime of a file (because ctime is unaffected
3830         by rename on jfs2 on AIX 5.1).
3831         (main): Start by doing cleanup, in case a previous run failed leaving
3832         test files behind.
3833
3834 2007-03-31  Bruno Haible  <bruno@clisp.org>
3835
3836         Support old proprietary implementations of iconv.
3837         * modules/iconv_open: New file.
3838         * lib/iconv_.h: New file.
3839         * m4/iconv_h.m4: New file.
3840         * lib/iconv_open.c: New file.
3841         * lib/iconv_open-aix.gperf: New file.
3842         * lib/iconv_open-hpux.gperf: New file.
3843         * lib/iconv_open-irix.gperf: New file.
3844         * lib/iconv_open-osf.gperf: New file.
3845         * m4/iconv_open.m4: New file.
3846         * modules/linebreak (Depends-on): Add iconv_open.
3847         * modules/striconv (Depends-on): Likewise.
3848         * modules/striconveh (Depends-on): Likewise.
3849         * modules/unicodeio (Depends-on): Likewise.
3850         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
3851         (iconv_t)(-1).
3852         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
3853         conversion if cd is (iconv_t)(-1).
3854         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
3855         is not possible.
3856
3857 2007-03-31  Bruno Haible  <bruno@clisp.org>
3858
3859         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
3860         work on Solaris either. Protect also second use of "autodetect_jp".
3861
3862 2007-03-31  Bruno Haible  <bruno@clisp.org>
3863
3864         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
3865         the function is not present.
3866
3867 2007-03-31  Bruno Haible  <bruno@clisp.org>
3868
3869         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
3870         the function is not present.
3871
3872 2007-03-31  Bruno Haible  <bruno@clisp.org>
3873
3874         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
3875         a bug in HP-UX iconv_open().
3876
3877 2007-03-31  Bruno Haible  <bruno@clisp.org>
3878
3879         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
3880         (Mathematics <math.h>): New section, add fpieee.
3881         (Input/output <stdio.h>): Add fseterr.
3882         (Mathematics <math.h>): New section, add printf-frexp.
3883         (Container data structures): Add sublist.
3884         (Core language properties): Add fpucw, inline.
3885         (Functions for greatest-width integer types <inttypes.h>): Add
3886         imaxabs, imaxdiv, inttypes.
3887         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
3888         isnanl-nolibm, ldexp.
3889         (Mathematics <math.h>): New section, add printf-frexpl.
3890         (Support for systems lacking POSIX:2001): Add fprintf-posix,
3891         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
3892         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
3893         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
3894         (Unicode string functions): Add unistr/u*-mbtoucr.
3895         (Java): Add javacomp-script, javaexec-script.
3896         (C#): Add csharpcomp-script, csharpexec-script.
3897         (Support for building libraries and executables): Add havelib,
3898         relocatable-*.
3899         (Support for maintaining and releasing projects): Renamed from
3900         'Support for maintaining and release projects'. Add announce-gen.
3901
3902 2007-03-31  Bruno Haible  <bruno@clisp.org>
3903
3904         * README: Talk primarily about git.
3905         (git and CVS): Renamed from CVS.
3906         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
3907         gnulib is available through git.
3908         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
3909
3910 2007-03-30  Bruno Haible  <bruno@clisp.org>
3911
3912         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
3913         * lib/poll_.h: Likewise.
3914         * lib/stat_.h: Likewise.
3915         * lib/sys_time_.h: Likewise.
3916         * lib/sysexit_.h: Likewise.
3917         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
3918         * lib/stdbool_.h: Likewise.
3919         * lib/byteswap_.h: Add double-inclusion guard.
3920
3921 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
3922
3923         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
3924
3925 2007-03-30  Karl Berry  <karl@gnu.org>
3926
3927         * config/srclist-update: double space after USA in the license
3928         substitution, since that's how it's usually (?) written.
3929
3930 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
3931
3932         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
3933         reported by Bruno Haible.
3934
3935 2007-03-29  Bruno Haible  <bruno@clisp.org>
3936
3937         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
3938         a bug in AIX iconv().
3939
3940 2007-03-29  Bruno Haible  <bruno@clisp.org>
3941
3942         * modules/ldexpl-tests: New file.
3943         * tests/test-ldexpl.c: New file.
3944
3945 2007-03-29  Bruno Haible  <bruno@clisp.org>
3946
3947         * lib/ldexpl.c: Include fpucw.h.
3948         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
3949         multiplication.
3950         * modules/ldexpl (Depends-on): Add fpucw.
3951
3952 2007-03-29  Bruno Haible  <bruno@clisp.org>
3953
3954         * modules/ldexpl: New file.
3955         * m4/ldexpl.m4: New file.
3956         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
3957         set.
3958         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
3959         REPLACE_LDEXPL.
3960         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
3961         REPLACE_LDEXPL.
3962         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
3963         gl_FUNC_LDEXPL_WORKS.
3964         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
3965         * modules/mathl (Files): Remove lib/ldexpl.c.
3966         (Depends-on): Add ldexpl.
3967
3968 2007-03-29  Bruno Haible  <bruno@clisp.org>
3969
3970         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
3971
3972 2007-03-29  Bruno Haible  <bruno@clisp.org>
3973
3974         * tests/test-striconveh.c (main): Don't assume that a direct conversion
3975         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
3976         and possibly also HP-UX.
3977         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
3978         work on AIX, IRIX, HP-UX, OSF/1.
3979         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
3980         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
3981         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
3982         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
3983         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
3984         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
3985
3986 2007-03-29  Bruno Haible  <bruno@clisp.org>
3987
3988         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
3989
3990 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
3991
3992         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
3993         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
3994
3995 2007-03-29  Eric Blake  <ebb9@byu.net>
3996
3997         * lib/acl-internal.h: Remove redundant include.
3998         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
3999         Cygwin when a file is locked.
4000
4001 2007-03-29  Bruno Haible  <bruno@clisp.org>
4002
4003         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
4004         file.
4005         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
4006
4007 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
4008
4009         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
4010         try to remove a parent directory if the child couldn't be removed
4011         (except for the first rmdir, which could fail because the child
4012         doesn't exist).  Problem reported by Jeff Blaine in
4013         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
4014
4015 2007-03-28  Bruno Haible  <bruno@clisp.org>
4016
4017         * lib/striconveh.c (utf8conv_carefully): New function.
4018         (mem_cd_iconveh_internal): Invoke it.
4019
4020 2007-03-28  Bruno Haible  <bruno@clisp.org>
4021
4022         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
4023         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
4024         input.
4025         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
4026         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
4027         unistr/u8-uctomb.
4028
4029 2007-03-28  Bruno Haible  <bruno@clisp.org>
4030
4031         * modules/unistr/u8-mbtoucr: New file.
4032         * lib/unistr/u8-mbtoucr.c: New file.
4033         * modules/unistr/u16-mbtoucr: New file.
4034         * lib/unistr/u16-mbtoucr.c: New file.
4035         * modules/unistr/u16-mbtoucr: New file.
4036         * lib/unistr/u16-mbtoucr.c: New file.
4037         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
4038
4039 2007-03-27  Simon Josefsson  <simon@josefsson.org>
4040             Bruno Haible  <bruno@clisp.org>
4041
4042         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
4043         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
4044         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
4045
4046         * m4/stdio_h.m4: Add stubs for vasprintf too.
4047
4048         * modules/stdio: Support vasprintf in sed command.
4049
4050         * modules/vasprintf: Depend on stdio for prototypes.  Remove
4051         vasprintf.h.  Add stdio module indicator.
4052
4053         * lib/stdio_.h: Declare asprintf and vasprintf, based on
4054         vasprintf.h.
4055
4056         * lib/vasprintf.h: File removed.
4057
4058         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
4059         * lib/vasprintf.c: Ditto.
4060         * lib/xvasprintf.c: Ditto.
4061         * tests/test-vasprintf-posix.c: Ditto.
4062         * tests/test-vasprintf.c: Ditto.
4063
4064 2007-03-27  Bruno Haible  <bruno@clisp.org>
4065
4066         Make vasnprintf multithread-safe.
4067         * lib/vasnprintf.c (decimal_point_char): New function.
4068         (VASNPRINTF): Use it.
4069         Suggested by Simon Josefsson.
4070
4071 2007-03-27  Eric Blake  <ebb9@byu.net>
4072
4073         Support sub-second birthtime on cygwin.
4074         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
4075         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
4076         (get_stat_birthtime): Also work with st_birthtim.
4077
4078 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
4079
4080         * lib/stat-time.h (USE_BIRTHTIME): Remove.
4081         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
4082         (get_stat_birthtime_ns): Do not try to use "spare" fields.
4083         (get_stat_birthtime_ns): Simplify compile-time tests.
4084         (get_stat_birthtime): Change the API to look like
4085         get_stat_mtime etc., except return a negative tv_nsec on error.
4086         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
4087         Don't check for "spare" fields.
4088         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
4089         or for struct stat.st_birthtime, as these tests aren't used.
4090         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
4091
4092 2007-03-27  Bruno Haible  <bruno@clisp.org>
4093
4094         * lib/stat-time.h: Include <sys/stat.h>.
4095
4096 2007-03-27  James Youngman  <jay@gnu.org>
4097
4098         * lib/stat-time.h (get_stat_birthtime): New function for
4099           retrieving st_birthtime as provided by UFS2 (hence *BSD).
4100         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
4101           and its variants.
4102         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
4103         * modules/stat-time-test: New file.
4104         * tests/test-stat-time.c: New test, devised by Bruno Haible.
4105
4106 2007-03-26  Bruno Haible  <bruno@clisp.org>
4107
4108         Better support of signalling NaNs.
4109         * lib/atanl.c: Include isnanl.h.
4110         (atanl): Perform test for NaN at the beginning of the function and
4111         through a call to isnanl.
4112         * lib/cosl.c: Include isnanl.h.
4113         (cosl): Perform test for NaN at the beginning of the function and
4114         through a call to isnanl.
4115         * lib/ldexpl.c: Include isnanl.h.
4116         (ldexpl): Perform test for NaN through a call to isnanl.
4117         * lib/logl.c: Include isnanl.h.
4118         (logl): Perform test for NaN at the beginning of the function and
4119         through a call to isnanl.
4120         * lib/sinl.c: Include isnanl.h.
4121         (sinl): Perform test for NaN at the beginning of the function and
4122         through a call to isnanl.
4123         * lib/sqrtl.c: Include isnanl.h.
4124         (sqrtl): Perform test for NaN at the beginning of the function and
4125         through a call to isnanl.
4126         * lib/tanl.c: Include isnanl.h.
4127         (tanl): Perform test for NaN at the beginning of the function and
4128         through a call to isnanl.
4129         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
4130         * modules/mathl (Depends-on): Add isnanl.
4131
4132 2007-03-26  Eric Blake  <ebb9@byu.net>
4133
4134         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
4135         regression in logic sense of previous patch.
4136
4137 2007-03-26  Bruno Haible  <bruno@clisp.org>
4138
4139         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
4140         unportable shell command "if ! ...".
4141         Reported by Ralf Wildenhues.
4142
4143 2007-03-25  Bruno Haible  <bruno@clisp.org>
4144
4145         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
4146         <sysexits.h> file, and only add EX_CONFIG.
4147         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
4148         absolute file name and whether it is sufficient. Substitute also
4149         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
4150         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
4151         ABSOLUTE_SYSEXITS_H into sysexits.h.
4152
4153 2007-03-25  Bruno Haible  <bruno@clisp.org>
4154
4155         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
4156         hints is NULL.
4157
4158 2007-03-25  Bruno Haible  <bruno@clisp.org>
4159
4160         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
4161         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
4162
4163 2007-03-25  Bruno Haible  <bruno@clisp.org>
4164
4165         * lib/vasnprintf.c: Include langinfo.h.
4166         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
4167         multithread-safe.
4168         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
4169         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
4170         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
4171         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
4172         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
4173         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
4174         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
4175         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
4176         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
4177         Reported by Simon Josefsson.
4178
4179 2007-03-25  Bruno Haible  <bruno@clisp.org>
4180
4181         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
4182         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
4183         * modules/vasnprintf (Depends-on): Add stdint.
4184
4185 2007-03-25  Bruno Haible  <bruno@clisp.org>
4186
4187         * modules/fpieee: New file.
4188         * m4/fpieee.m4: New file.
4189         * modules/isnan-nolibm (Depends-on): Add fpieee.
4190         * modules/isnanl-nolibm (Depends-on): Add fpieee.
4191         * modules/isnanl (Depends-on): Add fpieee.
4192
4193 2007-03-25  Bruno Haible  <bruno@clisp.org>
4194
4195         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
4196
4197 2007-03-25  Bruno Haible  <bruno@clisp.org>
4198
4199         Avoid test failures on IRIX 6.5.
4200         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
4201         (main): Use it.
4202         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
4203         macros.
4204         (main): Use them.
4205
4206 2007-03-25  Bruno Haible  <bruno@clisp.org>
4207
4208         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
4209         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
4210         exists but doesn't work.
4211         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
4212         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
4213         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
4214         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
4215
4216 2007-03-25  Bruno Haible  <bruno@clisp.org>
4217
4218         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
4219         returns inf. Needed on IRIX 6.5.
4220
4221 2007-03-25  Bruno Haible  <bruno@clisp.org>
4222
4223         * tests/test-frexpl.c: Include isnanl-nolibm.h.
4224         (main): Use isnanl instead of x != x idiom.
4225         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
4226
4227         * tests/test-frexp.c: Include isnan.h.
4228         (main): Use isnan instead of x != x idiom.
4229         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
4230
4231 2007-03-25  Bruno Haible  <bruno@clisp.org>
4232
4233         * tests/test-frexp.c (NaN): New function/macro.
4234         (main): Use it instead of 0.0 / 0.0.
4235         * tests/test-isnan.c (NaN): New function/macro.
4236         (main): Use it instead of 0.0 / 0.0.
4237         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
4238         (test_function): Use it instead of 0.0 / 0.0.
4239         * tests/test-vasprintf-posix.c (NaN): New function/macro.
4240         (test_function): Use it instead of 0.0 / 0.0.
4241         * tests/test-snprintf-posix.h (NaN): New function/macro.
4242         (test_function): Use it instead of 0.0 / 0.0.
4243         * tests/test-sprintf-posix.h (NaN): New function/macro.
4244         (test_function): Use it instead of 0.0 / 0.0.
4245         * tests/test-fprintf-posix.h (NaN): New function/macro.
4246         (test_function): Use it instead of 0.0 / 0.0.
4247         * tests/test-printf-posix.h (NaN): New function/macro.
4248         (test_function): Use it instead of 0.0 / 0.0.
4249
4250         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
4251
4252 2007-03-25  Bruno Haible  <bruno@clisp.org>
4253
4254         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
4255
4256 2007-03-25  Bruno Haible  <bruno@clisp.org>
4257
4258         * lib/regexec.c (merge_state_with_log): Make static.
4259
4260 2007-03-25  Bruno Haible  <bruno@clisp.org>
4261
4262         * lib/trigl.c (kernel_rem_pio2): Make static.
4263
4264 2007-03-25  Bruno Haible  <bruno@clisp.org>
4265
4266         * lib/sincosl.c (sincosl_table): Make static.
4267
4268 2007-03-25  Bruno Haible  <bruno@clisp.org>
4269
4270         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
4271         if the compiler does not support C99.
4272
4273 2007-03-25  Bruno Haible  <bruno@clisp.org>
4274
4275         * modules/time (Makefile.am): Ensure all rule action lines start with a
4276         tab.
4277
4278 2007-03-24  Bruno Haible  <bruno@clisp.org>
4279
4280         * modules/tsearch-tests: New file.
4281         * tests/test-tsearch.sh: New file.
4282         * tests/test-tsearch.c: New file, mostly copied from glibc.
4283
4284         * modules/search-tests: New file.
4285         * tests/test-search.c: New file.
4286
4287         * modules/search: New file.
4288         * lib/search_.h: New file, incorporating lib/tsearch.h.
4289         * m4/search_h.m4: New file.
4290         * lib/tsearch.h: Remove file.
4291         * lib/tsearch.c: Include search.h instead of tsearch.h.
4292         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
4293         HAVE_TSEARCH.
4294         * modules/tsearch (Files): Remove lib/tsearch.h.
4295         (Depends-on): Add search.
4296         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
4297         (Include): Change tsearch.h into search.h.
4298
4299 2007-03-24  Bruno Haible  <bruno@clisp.org>
4300
4301         * modules/fpucw: New file.
4302         * lib/fpucw.h: New file.
4303         * lib/frexp.c: Include fpucw.h.
4304         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
4305         (FUNC): Use them.
4306         * lib/printf-frexp.c: Include fpucw.h.
4307         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
4308         (FUNC): Use them.
4309         * lib/vasnprintf.c: Include fpucw.h.
4310         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
4311         'long double' calculations.
4312         * tests/test-frexpl.c: Include fpucw.h.
4313         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
4314         * tests/test-printf-frexpl.c: Include fpucw.h.
4315         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
4316         * modules/frexpl (Depends-on): Add fpucw.
4317         * modules/printf-frexpl (Depends-on): Likewise.
4318         * modules/fprintf-posix (Depends-on): Likewise.
4319         * modules/snprintf-posix (Depends-on): Likewise.
4320         * modules/sprintf-posix (Depends-on): Likewise.
4321         * modules/vasnprintf-posix (Depends-on): Likewise.
4322         * modules/vasprintf-posix (Depends-on): Likewise.
4323         * modules/vfprintf-posix (Depends-on): Likewise.
4324         * modules/vsnprintf-posix (Depends-on): Likewise.
4325         * modules/vsprintf-posix (Depends-on): Likewise.
4326         * modules/frexpl-tests (Depends-on): Likewise.
4327         * modules/printf-frexpl-tests (Depends-on): Likewise.
4328
4329 2007-03-24  Bruno Haible  <bruno@clisp.org>
4330
4331         * lib/float+.h: New file.
4332         * lib/isnan.c: Include float+.h.
4333         (SIZE): New macro.
4334         (FUNC): Compare only SIZE bytes of the value.
4335         * lib/vasnprintf.c: Include float+.h.
4336         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
4337         SIZEOF_LDBL or SIZEOF_DBL bytes.
4338         * modules/isnan-nolibm (Files): Add lib/float+.h.
4339         * modules/isnanl-nolibm (Files): Add lib/float+.h.
4340         * modules/isnanl (Files): Add lib/float+.h.
4341         * modules/vasnprintf (Files): Add lib/float+.h.
4342
4343 2007-03-24  Bruno Haible  <bruno@clisp.org>
4344
4345         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
4346         include isnanl-nolibm.h.
4347
4348 2007-03-24  Bruno Haible  <bruno@clisp.org>
4349
4350         * tests/test-read-file.c (main): Don't produce spurious output for
4351         expected situations. Make the test fail if it encountered unexpected
4352         results.
4353
4354 2007-03-24  Bruno Haible  <bruno@clisp.org>
4355
4356         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
4357         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
4358
4359 2007-03-24  Bruno Haible  <bruno@clisp.org>
4360
4361         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
4362
4363 2007-03-24  Bruno Haible  <bruno@clisp.org>
4364
4365         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
4366         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
4367
4368         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
4369         * modules/utf8-ucs4: Turn into a symbolic link to module
4370         unistr/u8-mbtouc.
4371
4372         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
4373         utf8-ucs4-unsafe.
4374         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
4375         unistr/u8-mbtouc-unsafe.
4376
4377         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
4378         * modules/utf16-ucs4: Turn into a symbolic link to module
4379         unistr/u16-mbtouc.
4380
4381         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
4382         utf16-ucs4-unsafe.
4383         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
4384         unistr/u16-mbtouc-unsafe.
4385
4386         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
4387         * modules/ucs4-utf8: Turn into a symbolic link to module
4388         unistr/u8-ubtomb.
4389
4390         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
4391         * modules/ucs4-utf16: Turn into a symbolic link to module
4392         unistr/u16-ubtomb.
4393
4394 2007-03-24  Bruno Haible  <bruno@clisp.org>
4395
4396         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
4397         Enable the function only if HAVE_INLINE.
4398         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
4399         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
4400         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
4401         Enable the function only if HAVE_INLINE.
4402         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
4403         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
4404         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
4405         Enable the function only if HAVE_INLINE.
4406         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
4407         Enable the function only if HAVE_INLINE.
4408         * modules/utf8-ucs4: Update.
4409         * modules/utf8-ucs4-unsafe: Update.
4410         * modules/utf16-ucs4: Update.
4411         * modules/utf16-ucs4-unsafe: Update.
4412         * modules/ucs4-utf8: Update.
4413         * modules/ucs4-utf16: Update.
4414
4415 2007-03-24  Bruno Haible  <bruno@clisp.org>
4416
4417         * lib/utf8-ucs4.h: Remove file.
4418         * lib/utf8-ucs4-unsafe.h: Remove file.
4419         * lib/utf16-ucs4.h: Remove file.
4420         * lib/utf16-ucs4-unsafe.h: Remove file.
4421         * lib/ucs4-utf8.h: Remove file.
4422         * lib/ucs4-utf16.h: Remove file.
4423         * lib/unistr.h: Include their previous contents.
4424         * m4/utf-ucs4.m4: Remove file.
4425         * m4/ucs4-utf.m4: Remove file.
4426         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
4427         (Depends-on): Add unistr/base.
4428         (configure.ac): Remove gl_UTF_UCS4.
4429         (Makefile.am): Update.
4430         (Include): Change to unistr.h.
4431         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
4432         (Depends-on): Add unistr/base.
4433         (configure.ac): Remove gl_UTF_UCS4.
4434         (Makefile.am): Update.
4435         (Include): Change to unistr.h.
4436         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
4437         (Depends-on): Add unistr/base.
4438         (configure.ac): Remove gl_UTF_UCS4.
4439         (Makefile.am): Update.
4440         (Include): Change to unistr.h.
4441         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
4442         (Depends-on): Add unistr/base.
4443         (configure.ac): Remove gl_UTF_UCS4.
4444         (Makefile.am): Update.
4445         (Include): Change to unistr.h.
4446         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
4447         (Depends-on): Add unistr/base.
4448         (configure.ac): Remove gl_UCS4_UTF.
4449         (Makefile.am): Update.
4450         (Include): Change to unistr.h.
4451         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
4452         (Depends-on): Add unistr/base.
4453         (configure.ac): Remove gl_UCS4_UTF.
4454         (Makefile.am): Update.
4455         (Include): Change to unistr.h.
4456         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
4457         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
4458         utf8-ucs4-unsafe.h.
4459         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
4460         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
4461         utf16-ucs4-unsafe.h.
4462         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
4463         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
4464         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
4465         * lib/unistr/u8-strchr.c: Likewise.
4466         * lib/unistr/u8-strrchr.c: Likewise.
4467         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
4468         * lib/unistr/u16-strchr.c: Likewise.
4469         * lib/unistr/u16-strrchr.c: Likewise.
4470         * lib/striconveh.c: Update.
4471         * lib/linebreak.c: Update.
4472
4473 2007-03-24  Bruno Haible  <bruno@clisp.org>
4474
4475         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
4476         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
4477
4478 2007-03-22  Bruno Haible  <bruno@clisp.org>
4479
4480         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
4481
4482 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
4483
4484         * MODULES.html.sh (File system functions): New module write-any-file.
4485         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
4486         * m4/write-any-file.m4: New files.
4487
4488 2007-03-23  Eric Blake  <ebb9@byu.net>
4489
4490         * gnulib-tool: Rearrange space-tab sequences, since some editors
4491         like to eat them.
4492
4493 2007-03-23  Eric Blake  <ebb9@byu.net>
4494
4495         * lib/version-etc.c (version_etc_va): Update license wording to
4496         be more concise.  Recommended by Richard Stallman.
4497
4498 2007-03-22  Bruno Haible  <bruno@clisp.org>
4499
4500         * lib/poll.c (MSG_PEEK): New fallback definition.
4501
4502 2007-03-22  Bruno Haible  <bruno@clisp.org>
4503
4504         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
4505         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
4506         (main): Update.
4507         Fixes a compilation error on BeOS.
4508
4509 2007-03-22  Bruno Haible  <bruno@clisp.org>
4510
4511         * modules/frexpl-tests: New file.
4512         * tests/test-frexpl.c: New file.
4513
4514         * modules/frexpl: New file.
4515         * m4/frexpl.m4: New file.
4516         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
4517         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
4518         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
4519         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
4520         (Depends-on): Add frexpl. Remove isnanl-nolibm.
4521         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
4522
4523 2007-03-22  Bruno Haible  <bruno@clisp.org>
4524
4525         * lib/frexpl.c: Share code with lib/frexp.c.
4526         * modules/mathl (Files): Add lib/frexp.c.
4527         (Depends-on): Add isnanl-nolibm.
4528
4529 2007-03-22  Bruno Haible  <bruno@clisp.org>
4530
4531         * modules/printf-frexp (Files): Add m4/frexp.m4.
4532         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
4533         only if the found frexp function actually works.
4534
4535 2007-03-22  Bruno Haible  <bruno@clisp.org>
4536
4537         * lib/frexp.c: Remove older implementation that uses divisions.
4538
4539 2007-03-21  Bruno Haible  <bruno@clisp.org>
4540
4541         * modules/frexp-tests: New file.
4542         * tests/test-frexp.c: New file.
4543
4544         * modules/frexp: New file.
4545         * lib/frexp.c: New file.
4546         * m4/frexp.m4: New file.
4547         * lib/math_.h (frexp): New declaration.
4548         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
4549         REPLACE_FREXP.
4550         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
4551
4552 2007-03-21  Bruno Haible  <bruno@clisp.org>
4553
4554         * modules/isnanl-tests: New file.
4555         * tests/test-isnanl.c: New file.
4556
4557         * modules/isnanl: New file.
4558         * lib/isnanl.h: New file.
4559         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
4560         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
4561         gl_FUNC_ISNANL_WORKS.
4562         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
4563         New macros.
4564
4565 2007-03-21  Bruno Haible  <bruno@clisp.org>
4566
4567         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
4568         lib/isnanl.h.
4569         (Include): Update.
4570         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
4571         * lib/vasnprintf.c: Update.
4572         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
4573         tests/test-isnanl.h, remove tests/test-isnanl.c.
4574         (Makefile.am): Update.
4575         * tests/test-isnanl-nolibm.c: New file.
4576         * tests/test-isnanl.h: New file.
4577         * tests/test-isnanl.c: Remove file.
4578
4579 2007-03-21  Jim Meyering  <jim@meyering.net>
4580
4581         When trying to open ".", treat ESTALE like EACCES.
4582         * lib/savewd.c (savewd_save): Resort to forking not just upon
4583         failure with EACCES, but also when errno is ESTALE.
4584
4585 2007-03-20  Bruno Haible  <bruno@clisp.org>
4586
4587         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
4588         Needed on AIX 5.1. Reported by Matthew Woehlke.
4589
4590 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
4591
4592         Suggestions by Bruno Haible:
4593         * lib/acl-internal.h: Include "gettext.h" rather than rolling
4594         our own.
4595         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
4596         * modules/acl (Depends-on): Add gettext.
4597
4598 2007-03-19  Bruno Haible  <bruno@clisp.org>
4599
4600         * modules/iconvme: Remove file.
4601         * lib/iconvme.h: Remove file.
4602         * lib/iconvme.c: Remove file.
4603         * m4/iconvme.m4: Remove file.
4604
4605 2007-03-19  Bruno Haible  <bruno@clisp.org>
4606
4607         * doc/relocatable-maint.texi: Break long shell script line.
4608         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
4609
4610 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
4611
4612         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
4613         handle file_has_acl.
4614         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
4615         * lib/acl.c: Move header inclusions and related macro defns into
4616         lib/acl-internal.h.
4617         (S_ISLNK): Remove defn, since that's now done for us.
4618         (file_has_acl): Move to lib/file-has-acl.c.
4619         Call acl_trivial if available.  This is the crucial part of the fix.
4620         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
4621         shared within the library.  Rewrite a bit, partly to make it compatible
4622         with the GNU coding style.
4623         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
4624         Remove unnecessary double-quotes.
4625         Don't test for acl_to_text; the build will catch that.
4626         Replace acl_entries if it doesn't exist and it is needed.
4627         Check for -lsec and acl_trivial (as used on Solaris 10).
4628         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
4629         lib/file-has-acl.c.
4630         (Depends-on): Add sys_stat, for S_ISLNK.
4631
4632 2007-03-19  Ben Pfaff  <blp@gnu.org>
4633
4634         * doc/gnulib.texi: Fix typos.
4635         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
4636
4637 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
4638
4639         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
4640         If size is zero here, buf must be zero.
4641
4642 2007-03-19  Simon Josefsson  <simon@josefsson.org>
4643
4644         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
4645         <bruno@clisp.org>.
4646
4647 2007-03-18  Bruno Haible  <bruno@clisp.org>
4648
4649         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
4650         Suggested by Eric Blake.
4651
4652 2007-03-18  Ben Pfaff  <blp@gnu.org>
4653
4654         * doc/relocatable.texi: Recommend using as prefix a directory
4655         that does not exist and will never be created.  Based on
4656         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
4657         and others.
4658
4659 2007-03-17  Bruno Haible  <bruno@clisp.org>
4660
4661         * lib/fchownat.c: Include lchown.h.
4662
4663 2007-03-17  Bruno Haible  <bruno@clisp.org>
4664
4665         Fix endless loop when the given allocated size was > INT_MAX.
4666         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
4667         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
4668         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
4669         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
4670         * lib/sprintf.c (sprintf): Likewise.
4671
4672 2007-03-17  Bruno Haible  <bruno@clisp.org>
4673
4674         * tests/test-argp-2.sh (func_compare): Output a context diff.
4675
4676 2007-03-17  Bruno Haible  <bruno@clisp.org>
4677
4678         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
4679         locale's decimal-point character.
4680
4681 2007-03-17  Bruno Haible  <bruno@clisp.org>
4682
4683         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
4684         before comparing it. Needed because on some platforms (e.g. x86) a
4685         'long double' occupies less bytes than sizeof (long double).
4686
4687 2007-03-17  Bruno Haible  <bruno@clisp.org>
4688
4689         * tests/test-crc.c (main): Make printf statements 64-bit clean.
4690         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
4691         * tests/test-getaddrinfo.c (simple): Likewise.
4692         * tests/test-read-file.c (main): Likewise.
4693
4694 2007-03-17  Bruno Haible  <bruno@clisp.org>
4695
4696         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
4697
4698 2007-03-17  Bruno Haible  <bruno@clisp.org>
4699
4700         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
4701         unused variable.
4702
4703 2007-03-17  Bruno Haible  <bruno@clisp.org>
4704
4705         * tests/test-c-strcasecmp.c: Include c-strcase.h.
4706         * tests/test-c-strncasecmp.c: Likewise.
4707
4708 2007-03-17  Bruno Haible  <bruno@clisp.org>
4709
4710         * modules/stdlib (Depends-on): Add unistd.
4711         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
4712         Needed for MacOS X 10.3.
4713
4714 2007-03-17  Bruno Haible  <bruno@clisp.org>
4715
4716         * lib/unistr/u-strdup.h: Include <stdlib.h>.
4717
4718 2007-03-17  Bruno Haible  <bruno@clisp.org>
4719
4720         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
4721
4722 2007-03-17  Bruno Haible  <bruno@clisp.org>
4723
4724         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
4725         to reflect files copied from gnulib (with or without modifications).
4726         Suggested by Jim Meyering.
4727
4728 2007-03-17  Eric Blake  <ebb9@byu.net>
4729
4730         * NEWS: Document stdlib change from 2007-02-18.
4731
4732 2007-03-17  Jim Meyering  <jim@meyering.net>
4733
4734         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
4735         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
4736         someone uses a name containing shell meta-characters.
4737         Reported by Alfred M. Szmidt.
4738
4739         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
4740
4741 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
4742
4743         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
4744         and copy gettext configuration files only if configure.ac contains
4745         a use of AM_GNU_GETTEXT_VERSION.
4746
4747 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
4748
4749         * build-aux/bootstrap (gnulib_name): New variable.
4750         (gnulib_tool_options): Use it.
4751
4752 2007-03-13  Simon Josefsson  <simon@josefsson.org>
4753
4754         * tests/test-des.c: Use new namespace.
4755
4756 2007-03-15  Bruno Haible  <bruno@clisp.org>
4757
4758         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
4759         Reported by James Youngman <jay@gnu.org>.
4760
4761 2007-03-15  Bruno Haible  <bruno@clisp.org>
4762
4763         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
4764         declared prototype. Needed with cc on OSF/1 5.1.
4765
4766 2007-03-15  Bruno Haible  <bruno@clisp.org>
4767
4768         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
4769         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
4770         (struct gl_list_implementation): Add dispose_fn argument to the
4771         'create_empty', 'create' methods.
4772         (struct gl_list_impl_base): Add field 'dispose_fn'.
4773         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
4774         argument.
4775         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
4776         dispose_fn argument.
4777         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
4778         dispose_fn on the dropped values.
4779         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
4780         dispose_fn argument.
4781         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
4782         dropped values.
4783         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
4784         (gl_tree_remove_node): Call dispose_fn on the dropped value.
4785         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
4786         (gl_tree_remove_node): Call dispose_fn on the dropped value.
4787         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
4788         argument.
4789         (gl_tree_list_free): Call dispose_fn on the dropped values.
4790         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
4791         the dropped values.
4792         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
4793         Add dispose_fn argument.
4794         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
4795         Call dispose_fn on the dropped values.
4796         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
4797         Add dispose_fn argument.
4798         (gl_sublist_create): Initialize the 'dispose_fn' field.
4799         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
4800         * tests/test-array_list.c (main): Update.
4801         * tests/test-carray_list.c (main): Update.
4802         * tests/test-avltree_list.c (main): Update.
4803         * tests/test-rbtree_list.c (main): Update.
4804         * tests/test-avltreehash_list.c (main): Update.
4805         * tests/test-rbtreehash_list.c (main): Update.
4806         * tests/test-linked_list.c (main): Update.
4807         * tests/test-linkedhash_list.c (main): Update.
4808         * tests/test-array_oset.c (main): Update.
4809
4810 2007-03-15  Bruno Haible  <bruno@clisp.org>
4811
4812         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
4813         (gl_oset_create_empty): Add dispose_fn argument.
4814         (struct gl_oset_implementation): Add dispose_fn argument to
4815         'create_empty' method.
4816         (struct gl_oset_impl_base): Add dispose_fn field.
4817         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
4818         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
4819         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
4820         values.
4821         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
4822         (gl_tree_oset_free): Call dispose_fn on the dropped values.
4823         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
4824         dropped value.
4825         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
4826         dropped value.
4827         * tests/test-array_oset.c (main): Update.
4828         * tests/test-avltree_oset.c (main): Update.
4829         * tests/test-rbtree_oset.c (main): Update.
4830         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
4831
4832 2007-03-13  Bruno Haible  <bruno@clisp.org>
4833
4834         * tests/test-stdbool.c (i): Update after last patch.
4835
4836 2007-03-12  Bruno Haible  <bruno@clisp.org>
4837
4838         * lib/quotearg.c: Include <wctype.h> early, before the definition of
4839         the iswprint macro. Needed on Solaris 2.5.1.
4840
4841 2007-03-12  Bruno Haible  <bruno@clisp.org>
4842
4843         * tests/test-printf-frexp.c (main): Declare x as volatile.
4844
4845 2007-03-12  Simon Josefsson  <simon@josefsson.org>
4846
4847         * doc/gnulib.texi (Build robot for gnulib): New section.
4848
4849 2007-03-12  Jim Meyering  <jim@meyering.net>
4850
4851         * build-aux/bootstrap: New file.
4852         * build-aux/bootstrap.conf: New file, from coreutils.
4853
4854 2007-03-11  Bruno Haible  <bruno@clisp.org>
4855
4856         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
4857
4858 2007-03-12  Simon Josefsson  <simon@josefsson.org>
4859
4860         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
4861         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
4862         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
4863
4864 2007-03-11  Bruno Haible  <bruno@clisp.org>
4865
4866         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
4867         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
4868
4869 2007-03-11  Bruno Haible  <bruno@clisp.org>
4870
4871         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
4872         formula. Needed for SunPRO C 5.0.
4873
4874 2007-03-11  Bruno Haible  <bruno@clisp.org>
4875
4876         * modules/long-options (Depends-on): Add getopt.
4877
4878 2007-03-11  Bruno Haible  <bruno@clisp.org>
4879
4880         * modules/modechange (Depends-on): Add stdbool.
4881
4882 2007-03-11  Bruno Haible  <bruno@clisp.org>
4883
4884         * modules/i-ring (Depends-on): Add stdbool.
4885
4886 2007-03-11  Bruno Haible  <bruno@clisp.org>
4887
4888         * modules/gc-des (Depends-on): Add stdbool.
4889
4890 2007-03-11  Bruno Haible  <bruno@clisp.org>
4891
4892         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
4893
4894 2007-03-11  Bruno Haible  <bruno@clisp.org>
4895
4896         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
4897
4898 2007-03-11  Bruno Haible  <bruno@clisp.org>
4899
4900         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
4901
4902 2007-03-11  Bruno Haible  <bruno@clisp.org>
4903
4904         * lib/vasnprintf.c (sprintf): Undefine.
4905
4906 2007-03-11  Bruno Haible  <bruno@clisp.org>
4907
4908         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
4909         initializers in SunPRO C and Compaq C compilers.
4910
4911 2007-03-11  Bruno Haible  <bruno@clisp.org>
4912
4913         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
4914         decrementing code ANSI C compliant.
4915
4916 2007-03-11  Bruno Haible  <bruno@clisp.org>
4917
4918         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
4919         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
4920
4921 2007-03-11  Bruno Haible  <bruno@clisp.org>
4922
4923         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
4924         <stdbool.h> substitute doesn't pass.
4925
4926 2007-03-11  Bruno Haible  <bruno@clisp.org>
4927
4928         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
4929
4930 2007-03-11  Bruno Haible  <bruno@clisp.org>
4931
4932         * gnulib-tool (func_create_megatestdir): Create also an autobuild
4933         script, for submission to autobuild.josefsson.org.
4934
4935 2007-03-10  Bruno Haible  <bruno@clisp.org>
4936
4937         * modules/canonicalize-lgpl-tests: New file.
4938         * tests/test-canonicalize-lgpl.sh: New file.
4939         * tests/test-canonicalize-lgpl.c: New file.
4940
4941         * modules/c-strcase-tests: New file.
4942         * tests/test-c-strcase.sh: New file.
4943         * tests/test-c-strcasecmp.c: New file.
4944         * tests/test-c-strncasecmp.c: New file.
4945
4946         * modules/atexit-tests: New file.
4947         * tests/test-atexit.sh: New file.
4948         * tests/test-atexit.c: New file.
4949
4950 2007-03-10  Bruno Haible  <bruno@clisp.org>
4951
4952         * tests/test-binary-io.sh: Use temporary filenames that are not so
4953         likely to clash with those of other tests (in a parallel make).
4954         * tests/test-binary-io.c: Likewise.
4955
4956 2007-03-10  Bruno Haible  <bruno@clisp.org>
4957
4958         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
4959         fallback; use #error instead.
4960         Suggested by Simon Josefsson.
4961
4962 2007-03-10  Bruno Haible  <bruno@clisp.org>
4963
4964         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
4965         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
4966         first and the last.
4967
4968 2007-03-10  Bruno Haible  <bruno@clisp.org>
4969
4970         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
4971
4972 2007-03-10  Bruno Haible  <bruno@clisp.org>
4973
4974         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
4975         "make distcheck".
4976         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
4977         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
4978         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
4979
4980 2007-03-10  Bruno Haible  <bruno@clisp.org>
4981
4982         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
4983         variable.
4984         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
4985         variable.
4986
4987 2007-03-09  Eric Blake  <ebb9@byu.net>
4988         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
4989
4990         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
4991         types are not being provided by gnulib.
4992         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
4993         types are supported.
4994
4995 2007-03-10  Bruno Haible  <bruno@clisp.org>
4996
4997         * lib/stdio_.h (__attribute__): New macro.
4998         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
4999         vsprintf): Specify __attribute__ __format__ for GCC.
5000         Suggested by Eric Blake.
5001
5002 2007-03-09  Bruno Haible  <bruno@clisp.org>
5003
5004         * modules/printf-posix-tests: New file.
5005         * tests/test-printf-posix.sh: New file.
5006         * tests/test-printf-posix.c: New file.
5007
5008         * modules/printf-posix: New file.
5009         * lib/printf.c: New file.
5010         * m4/printf-posix-rpl.m4: New file.
5011         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
5012         REPLACE_PRINTF.
5013         * lib/stdio_.h (printf): New declaration.
5014         (format, __format__, ____printf____, ____scanf____, ____strftime____,
5015         ____strfmon____): New macros.
5016         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
5017         REPLACE_PRINTF.
5018
5019 2007-03-09  Bruno Haible  <bruno@clisp.org>
5020
5021         * tests/test-vasnprintf-posix2.sh: New file.
5022         * tests/test-vasnprintf-posix2.c: New file.
5023         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
5024         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
5025         (Makefile.am): Activate test-vasnprintf-posix2.sh.
5026
5027         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
5028         a locale dependent decimal point, rather than always '.'.
5029
5030 2007-03-09  Eric Blake  <ebb9@byu.net>
5031
5032         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
5033         spite of platforms like Tandem/NSK that define it to -1.
5034
5035 2007-03-08  Bruno Haible  <bruno@clisp.org>
5036
5037         * modules/vprintf-posix-tests: New file.
5038         * tests/test-vprintf-posix.sh: New file.
5039         * tests/test-vprintf-posix.c: New file.
5040         * tests/test-printf-posix.h: New file.
5041
5042         * modules/vprintf-posix: New file.
5043         * lib/vprintf.c: New file.
5044         * m4/vprintf-posix.m4: New file.
5045         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
5046         REPLACE_VPRINTF.
5047         * lib/stdio_.h (vprintf): New declaration.
5048         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
5049         REPLACE_VPRINTF.
5050
5051 2007-03-08  Bruno Haible  <bruno@clisp.org>
5052
5053         * modules/fprintf-posix-tests: New file.
5054         * tests/test-fprintf-posix.sh: New file.
5055         * tests/test-fprintf-posix.c: New file.
5056
5057         * modules/fprintf-posix: New file.
5058         * lib/fprintf.c: New file.
5059         * m4/fprintf-posix.m4: New file.
5060         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
5061         REPLACE_FPRINTF.
5062         * lib/stdio_.h (fprintf): New declaration.
5063         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
5064         REPLACE_FPRINTF.
5065
5066 2007-03-08  Bruno Haible  <bruno@clisp.org>
5067
5068         * modules/vfprintf-posix-tests: New file.
5069         * tests/test-vfprintf-posix.sh: New file.
5070         * tests/test-vfprintf-posix.c: New file.
5071         * tests/test-fprintf-posix.h: New file.
5072         * tests/test-fprintf-posix.out: New file.
5073
5074         * modules/vfprintf-posix: New file.
5075         * lib/vfprintf.c: New file.
5076         * m4/vfprintf-posix.m4: New file.
5077         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
5078         REPLACE_VFPRINTF.
5079         * lib/stdio_.h (vfprintf): New declaration.
5080         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
5081         REPLACE_VFPRINTF.
5082
5083 2007-03-08  Bruno Haible  <bruno@clisp.org>
5084
5085         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
5086
5087 2007-03-08  Bruno Haible  <bruno@clisp.org>
5088
5089         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
5090         instead of 'expr' invocations.
5091         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
5092         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
5093         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
5094         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
5095         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
5096         Suggested by Paul Eggert.
5097
5098 2007-03-08  Bruno Haible  <bruno@clisp.org>
5099
5100         * modules/fseterr-tests: New file.
5101         * tests/test-fseterr.c: New file.
5102
5103         * modules/fseterr: New file.
5104         * lib/fseterr.h: New file.
5105         * lib/fseterr.c: New file.
5106
5107 2007-03-08  Bruno Haible  <bruno@clisp.org>
5108
5109         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
5110         * lib/getopt_.h: Likewise.
5111         * lib/mbswidth.h: Likewise.
5112         * lib/setenv.h: Likewise.
5113         * lib/vasnprintf.h: Likewise.
5114         * lib/vasprintf.h: Likewise.
5115         * lib/verror.h: Likewise.
5116         * lib/xsetenv.h: Likewise.
5117         * lib/xvasprintf.h: Likewise.
5118
5119 2007-03-08  Jim Meyering  <jim@meyering.net>
5120
5121         * users.txt: Add parted.
5122
5123         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
5124
5125 2007-03-07  Bruno Haible  <bruno@clisp.org>
5126
5127         * m4/printf.m4: Make the shell script snippets copy&pastable.
5128
5129 2007-03-02  Bruno Haible  <bruno@clisp.org>
5130
5131         * lib/netinet_in_.h: New file.
5132         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
5133         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
5134         * modules/netinet_in (Files): Add lib/netinet_in_.h.
5135         (Depends-on): Add absolute-header.
5136         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
5137         into netinet/in.h.
5138
5139 2007-03-03  Bruno Haible  <bruno@clisp.org>
5140
5141         * lib/sys_select_.h: New file.
5142         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
5143         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
5144         * modules/sys_select (Files): Add lib/sys_select_.h.
5145         (Depends-on): Add absolute-header.
5146         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
5147         into sys/select.h.
5148
5149 2007-03-02  Bruno Haible  <bruno@clisp.org>
5150
5151         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
5152         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
5153         values.
5154         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
5155         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
5156         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
5157         * modules/sys_socket (Depends-on): Add absolute-header.
5158         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
5159         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
5160         (Include): Remove requirement of inclusion of <sys/types.h>.
5161
5162 2007-03-02  Bruno Haible  <bruno@clisp.org>
5163
5164         * lib/byteswap_.h (bswap_32): Fix formula.
5165
5166 2007-03-06  Bruno Haible  <bruno@clisp.org>
5167
5168         * modules/sprintf-posix-tests: New file.
5169         * tests/test-sprintf-posix.c: New file.
5170
5171         * modules/sprintf-posix: New file.
5172         * lib/sprintf.c: New file.
5173         * m4/sprintf-posix.m4: New file.
5174         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
5175         REPLACE_SPRINTF.
5176         * lib/stdio_.h (sprintf): New declaration.
5177         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
5178         REPLACE_SPRINTF.
5179
5180 2007-03-06  Bruno Haible  <bruno@clisp.org>
5181
5182         * modules/vsprintf-posix-tests: New file.
5183         * tests/test-vsprintf-posix.c: New file.
5184         * tests/test-sprintf-posix.h: New file.
5185
5186         * modules/vsprintf-posix: New file.
5187         * lib/vsprintf.c: New file.
5188         * m4/vsprintf-posix.m4: New file.
5189         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
5190         REPLACE_VSPRINTF.
5191         * lib/stdio_.h (vsprintf): New declaration.
5192         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
5193         REPLACE_VSPRINTF.
5194
5195 2007-03-06  Bruno Haible  <bruno@clisp.org>
5196
5197         * modules/vsnprintf (Depend-on): Remove minmax.
5198
5199 2007-03-06  Bruno Haible  <bruno@clisp.org>
5200
5201         * modules/snprintf-posix-tests: New file.
5202         * tests/test-snprintf-posix.c: New file.
5203
5204         * modules/snprintf-posix: New file.
5205         * m4/snprintf-posix.m4: New file.
5206         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
5207         gl_FUNC_SNPRINTF.
5208         (gl_FUNC_SNPRINTF): Invoke it.
5209         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
5210         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
5211         is set.
5212         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
5213
5214 2007-03-06  Bruno Haible  <bruno@clisp.org>
5215
5216         * modules/vsnprintf-posix-tests: New file.
5217         * tests/test-vsnprintf-posix.c: New file.
5218         * tests/test-snprintf-posix.h: New file.
5219
5220         * modules/vsnprintf-posix: New file.
5221         * m4/vsnprintf-posix.m4: New file.
5222         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
5223         gl_FUNC_VSNPRINTF.
5224         (gl_FUNC_VSNPRINTF): Invoke it.
5225         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
5226         * lib/stdio_.h (vsnprintf): Define as a replacement if
5227         REPLACE_VSNPRINTF is set.
5228         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
5229
5230 2007-03-06  Bruno Haible  <bruno@clisp.org>
5231
5232         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
5233         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
5234
5235 2007-03-06  Bruno Haible  <bruno@clisp.org>
5236
5237         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
5238         (asinl): Declare also if HAVE_DECL_ASINL is set.
5239         (atanl): Declare also if HAVE_DECL_ATANL is set.
5240         (ceill): Declare also if HAVE_DECL_CEILL is set.
5241         (cosl): Declare also if HAVE_DECL_COSL is set.
5242         (expl): Declare also if HAVE_DECL_EXPL is set.
5243         (floorl): Declare also if HAVE_DECL_FLOORL is set.
5244         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
5245         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
5246         (logl): Declare also if HAVE_DECL_LOGL is set.
5247         (sinl): Declare also if HAVE_DECL_SINL is set.
5248         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
5249         (tanl): Declare also if HAVE_DECL_TANL is set.
5250         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
5251         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
5252         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
5253         declaration of frexpl, ldexpl.
5254         * modules/printf-frexpl (Depends-on): Add math.
5255         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
5256
5257 2007-03-05  Bruno Haible  <bruno@clisp.org>
5258
5259         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
5260         frexpl and ldexpl are declared.
5261         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
5262
5263 2007-03-05  Bruno Haible  <bruno@clisp.org>
5264
5265         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
5266         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
5267
5268 2007-03-05  Bruno Haible  <bruno@clisp.org>
5269
5270         * lib/stdio_.h: Include <stddef.h>.
5271
5272 2007-03-05  Bruno Haible  <bruno@clisp.org>
5273
5274         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
5275
5276 2007-03-05  Bruno Haible  <bruno@clisp.org>
5277
5278         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
5279         NetBSD 4, from Ralf Wildenhues.
5280
5281 2007-03-04  Bruno Haible  <bruno@clisp.org>
5282
5283         * lib/vasprintf.h: Update #if logic for the case when the functions
5284         exist but are overridden.
5285
5286 2007-03-04  Bruno Haible  <bruno@clisp.org>
5287
5288         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
5289         implementations: glibc-2.4 and MacOS X 10.3.
5290         * tests/test-vasnprintf-posix.c (test_function): Test also the case
5291         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
5292         * tests/test-vasprintf-posix.c (test_function): Likewise.
5293
5294 2007-03-04  Bruno Haible  <bruno@clisp.org>
5295
5296         * modules/vasprintf-posix-tests: New file.
5297         * tests/test-vasprintf-posix.c: New file.
5298
5299         * modules/vasprintf-posix: New file.
5300         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
5301         defined.
5302         * m4/vasprintf-posix.m4: New file.
5303         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
5304         gl_FUNC_VASPRINTF.
5305         (gl_FUNC_VASPRINTF): Invoke it.
5306         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
5307         here.
5308         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
5309
5310 2007-03-04  Bruno Haible  <bruno@clisp.org>
5311
5312         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
5313         REPLACE_GETTIMEOFDAY.
5314         * modules/sys_time (Makefile.am): Likewise.
5315         * m4/sys_time_h.m4: Likewise.
5316         * m4/gettimeofday.m4: Likewise.
5317
5318 2007-03-04  Bruno Haible  <bruno@clisp.org>
5319
5320         * modules/vasnprintf-posix-tests: New file.
5321         * tests/test-vasnprintf-posix.c: New file.
5322
5323         * modules/vasnprintf-posix: New file.
5324         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
5325         printf-frexpl.h.
5326         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
5327         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
5328         REPLACE_VASNPRINTF is defined.
5329         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
5330         gl_FUNC_VASNPRINTF.
5331         (gl_FUNC_VASNPRINTF): Invoke it.
5332         * m4/vasnprintf-posix.m4: New file.
5333         * m4/printf.m4: New file.
5334
5335 2007-03-04  Bruno Haible  <bruno@clisp.org>
5336
5337         Compile progreloc.c only if --enable-relocatable is specified.
5338         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
5339         if --enable-relocatable was specified.
5340         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
5341         lib_SOURCES.
5342
5343 2007-03-04  Jim Meyering  <jim@meyering.net>
5344
5345         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
5346         Use it consistently, rather than enumerating errno constants.
5347
5348 2007-03-04  Bruno Haible  <bruno@clisp.org>
5349
5350         * modules/xvasprintf-tests: New file.
5351         * tests/test-xvasprintf.c: New file.
5352
5353         * modules/vasprintf-tests: New file.
5354         * tests/test-vasprintf.c: New file.
5355
5356         * modules/vasnprintf-tests: New file.
5357         * tests/test-vasnprintf.c: New file.
5358
5359         * modules/vsnprintf-tests: New file.
5360         * tests/test-vsnprintf.c: New file.
5361
5362         * modules/snprintf-tests: New file.
5363         * tests/test-snprintf.c: New file.
5364
5365 2007-03-04  Bruno Haible  <bruno@clisp.org>
5366
5367         Compile relocatable.c only if --enable-relocatable is specified.
5368         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
5369         gl_RELOCATABLE_LIBRARY.
5370         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
5371         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
5372         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
5373         gl_RELOCATABLE_LIBRARY.
5374         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
5375         (Makefile.am): Remove lib_SOURCES.
5376         * modules/relocatable-lib-lgpl (configure.ac): Invoke
5377         gl_RELOCATABLE_LIBRARY.
5378         (Makefile.am): Remove lib_SOURCES.
5379         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
5380         always.
5381         * modules/relocatable-prog-wrapper (configure.ac): Invoke
5382         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
5383
5384 2007-03-04  Bruno Haible  <bruno@clisp.org>
5385
5386         * modules/argmatch-tests: New file.
5387         * tests/test-argmatch.c: New file.
5388
5389         * tests/test-allocsa.c (main): Halve the number of loop runs.
5390
5391         * modules/alloca-opt-tests: New file.
5392         * tests/test-alloca-opt.c: New file.
5393
5394 2007-03-04  Jim Meyering  <jim@meyering.net>
5395
5396         Work around difference between Linux ACLs and Solaris 10 ZFS.
5397         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
5398         for EINVAL.
5399
5400 2007-03-03  Bruno Haible  <bruno@clisp.org>
5401
5402         * modules/relocatable-prog (Depends-on): Add back progreloc's
5403         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
5404
5405 2007-03-03  Bruno Haible  <bruno@clisp.org>
5406
5407         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
5408         * modules/relocatable-lib: New file.
5409
5410 2007-03-03  Bruno Haible  <bruno@clisp.org>
5411
5412         * modules/relocatable-prog: Renamed from modules/relocatable.
5413         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
5414
5415 2007-03-03  Bruno Haible  <bruno@clisp.org>
5416
5417         * modules/relocatable-script (Files): Add doc/relocatable.texi,
5418         m4/relocatable-lib.m4.
5419         (Depends-on): Remove 'relocatable'.
5420         (configure.ac): Add gl_RELOCATABLE_NOP.
5421
5422 2007-03-03  Bruno Haible  <bruno@clisp.org>
5423
5424         * modules/relocatable-prog-wrapper: New file.
5425         * modules/relocatable (Depends-on): Add it. Remove all other
5426         dependencies except progname.
5427         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
5428
5429         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
5430         (gl_FUNC_STRERROR): Nop.
5431         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
5432
5433         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
5434         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
5435
5436         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
5437         (gl_FUNC_READLINK): Update.
5438
5439         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
5440
5441 2007-03-03  Bruno Haible  <bruno@clisp.org>
5442
5443         * lib/xreadlink.c: Include <unistd.h> unconditionally.
5444         * modules/xreadlink (Depends-on): Add unistd.
5445         * modules/xreadlink-with-size (Depends-on): Likewise.
5446
5447 2007-03-03  Bruno Haible  <bruno@clisp.org>
5448
5449         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
5450         extracted from gt_FUNC_SETENV.
5451         (gt_FUNC_SETENV): Remove macro.
5452         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
5453         remove gt_FUNC_SETENV.
5454
5455 2007-03-03  Bruno Haible  <bruno@clisp.org>
5456
5457         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
5458         ENABLE_RELOCATABLE here.
5459         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
5460
5461 2007-03-03  Bruno Haible  <bruno@clisp.org>
5462
5463         * modules/rbtreehash-list-tests (Depends-on): Add progname.
5464         * tests/test-rbtreehash_list.c: Include progname.h.
5465         (main): Call set_program_name.
5466
5467         * modules/rbtree-oset-tests (Depends-on): Add progname.
5468         * tests/test-rbtree_oset.c: Include progname.h.
5469         (main): Call set_program_name.
5470
5471         * modules/rbtree-list-tests (Depends-on): Add progname.
5472         * tests/test-rbtree_list.c: Include progname.h.
5473         (main): Call set_program_name.
5474
5475         * modules/linked-list-tests (Depends-on): Add progname.
5476         * tests/test-linked_list.c: Include progname.h.
5477         (main): Call set_program_name.
5478
5479 2007-03-03  Bruno Haible  <bruno@clisp.org>
5480
5481         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
5482         All uses of __restrict changed to _Restrict_.
5483         * lib/glob_.h (__restrict): Remove macro.
5484
5485 2007-03-02  Bruno Haible  <bruno@clisp.org>
5486
5487         * modules/gettext (configure.ac): Require gettext infrastructure
5488         from version 0.16.1.
5489
5490 2007-03-02  Bruno Haible  <bruno@clisp.org>
5491
5492         * modules/linkedhash-list-tests (Depends-on): Add progname.
5493         * tests/test-linkedhash_list.c: Include progname.h.
5494         (main): Call set_program_name.
5495
5496         * modules/carray-list-tests (Depends-on): Add progname.
5497         * tests/test-carray_list.c: Include progname.h.
5498         (main): Call set_program_name.
5499
5500         * modules/avltreehash-list-tests (Depends-on): Add progname.
5501         * tests/test-avltreehash_list.c: Include progname.h.
5502         (main): Call set_program_name.
5503
5504         * modules/avltree-oset-tests (Depends-on): Add progname.
5505         * tests/test-avltree_oset.c: Include progname.h.
5506         (main): Call set_program_name.
5507
5508         * modules/avltree-list-tests (Depends-on): Add progname.
5509         * tests/test-avltree_list.c: Include progname.h.
5510         (main): Call set_program_name.
5511
5512         * modules/array-oset-tests (Depends-on): Add progname.
5513         * tests/test-array_oset.c: Include progname.h.
5514         (main): Call set_program_name.
5515
5516         * modules/array-list-tests (Depends-on): Add progname.
5517         * tests/test-array_list.c: Include progname.h.
5518         (main): Call set_program_name.
5519
5520         * modules/argp-tests (Depends-on): Add progname.
5521         * tests/test-argp.c: Include argp.h first. Include progname.h.
5522         (main): Call set_program_name.
5523
5524 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
5525
5526         * doc/gnulib-tool.texi (Initial import): Reword description of
5527         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
5528         limited effect even if defined after the first system include.
5529
5530 2007-03-01  Bruno Haible  <bruno@clisp.org>
5531
5532         * build-aux/config.libpath: Update to libtool-1.5.22.
5533         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
5534
5535 2007-03-01  Bruno Haible  <bruno@clisp.org>
5536
5537         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
5538         foo_CFLAGS.
5539         Reported by Ralf Wildenhues.
5540
5541 2007-03-01  Bruno Haible  <bruno@clisp.org>
5542
5543         * build-aux/install-reloc: Remove object files left over by some
5544         compilers.
5545         Reported by Ralf Wildenhues.
5546
5547 2007-03-01  Bruno Haible  <bruno@clisp.org>
5548
5549         * build-aux/install-reloc: Break long lines.
5550
5551 2007-03-01  Bruno Haible  <bruno@clisp.org>
5552
5553         * doc/relocatable.texi: Document that it may not work on OpenBSD.
5554         Reported by Ralf Wildenhues.
5555
5556 2007-03-01  Bruno Haible  <bruno@clisp.org>
5557
5558         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
5559         include ordering constraints.
5560
5561 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
5562
5563         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
5564         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
5565         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
5566         as another example.
5567         * lib/time_.h: Fix misspelling.
5568         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
5569         Require gl_HEADER_TIME_H_DEFAULTS.
5570         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
5571         * m4/time_r.m4 (gl_TIME_R): Likewise.
5572         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
5573
5574 2007-03-01  Bruno Haible  <bruno@clisp.org>
5575
5576         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
5577         * m4/utimens.m4 (gl_UTIMENS): Likewise.
5578
5579 2007-03-01  Jim Meyering  <jim@meyering.net>
5580
5581         * modules/xreadlink (Maintainer): Add my name.
5582         * modules/xreadlink-with-size (Depends-on): Alphabetize.
5583
5584 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
5585             Bruno Haible  <bruno@clisp.org>
5586
5587         * build-aux/install-reloc: Compile also c-ctype.c.
5588         * build-aux/relocatable.sh.in: New file.
5589         * doc/relocatable.texi: New file.
5590         * doc/relocatable-maint.texi: New file.
5591         * doc/gnulib.texi: Include relocatable-maint.texi.
5592         * lib/progreloc.c: Include unistd.h unconditionally.
5593         * lib/relocwrapper.c: Include unistd.h unconditionally.
5594         Include c-ctype.h.
5595         (add_dotbin): Use c_tolower.
5596         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
5597         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
5598         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
5599         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
5600         to m4/relocatable-lib.m4.
5601         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
5602         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
5603         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
5604         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
5605         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
5606         * modules/relocatable: New file.
5607         * modules/relocatable-lib: New file.
5608         * modules/relocatable-script: New file.
5609
5610 2007-02-28  Bruno Haible  <bruno@clisp.org>
5611
5612         Import --enable-relocatable infrastructure.
5613         * build-aux/config.libpath: New file, from GNU gettext.
5614         * build-aux/install-reloc: New file, from GNU gettext.
5615         * build-aux/reloc-ldflags: New file, from GNU gettext.
5616         * lib/relocatable.h: New file, from GNU gettext.
5617         * lib/relocatable.c: New file, from GNU gettext.
5618         * lib/relocwrapper.c: New file, from GNU gettext.
5619         * m4/relocatable.m4: New file, from GNU gettext.
5620
5621 2007-02-28  Bruno Haible  <bruno@clisp.org>
5622
5623         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
5624
5625         * modules/xreadlink: New file, from GNU gettext with modifications.
5626         * lib/xreadlink.c: New file, from GNU gettext.
5627         * lib/xreadlink.h: Add comments.
5628         (xreadlink): New declaration.
5629
5630         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
5631         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
5632         lib/xreadlink-with-size.c.
5633         (configure.ac): Remove gl_XREADLINK invocation.
5634         (Makefile.am): Augment lib_SOURCES.
5635         * m4/xreadlink.m4: Remove file.
5636         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
5637         (xreadlink_with_size): Renamed from xreadink.
5638         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
5639         * modules/canonicalize (Depends-on): Replace xreadlink with
5640         xreadlink-with-size.
5641         * lib/canonicalize.c (canonicalize_filename_mode): Update.
5642
5643 2007-02-25  Jim Meyering  <jim@meyering.net>
5644
5645         * build-aux/announce-gen: When complaining about excess arguments,
5646         list them.
5647
5648 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
5649
5650         * README: Document signed integer overflow situation more
5651         accurately.
5652
5653 2007-02-25  Bruno Haible  <bruno@clisp.org>
5654
5655         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
5656         'a' or 'A' conversion.
5657
5658 2007-02-25  Bruno Haible  <bruno@clisp.org>
5659
5660         * modules/filename: Renamed from modules/pathname.
5661         (Files): Replace lib/pathname.h with lib/filename.h. Replace
5662         lib/concatpath.c with lib/concat-filename.c.
5663         (Makefile.am): Update.
5664         (Include): Replace pathname.h with filename.h.
5665         * lib/filename.h: Renamed from lib/pathname.h.
5666         (concatenated_filename): Renamed from concatenated_pathname.
5667         * lib/concat-filename.c: Renamed from lib/concatpath.c.
5668         (concatenated_filename): Renamed from concatenated_pathname.
5669         * lib/findprog.c: Include filename.h instead of pathname.h.
5670         (find_in_path): Update.
5671         * lib/javacomp.c: Include filename.h instead of pathname.h.
5672         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
5673         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
5674         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
5675         is_oldgcj_14_13_usable, is_javac_usable): Update.
5676         * lib/javaexec.c: Include filename.h instead of pathname.h.
5677         (execute_java_class): Update.
5678         * modules/findprog: Update.
5679         * modules/javacomp: Update.
5680         * modules/javaexec: Update.
5681         * MODULES.html.sh (File system functions): Add 'filename', remove
5682         'pathname'.
5683
5684 2007-02-25  Bruno Haible  <bruno@clisp.org>
5685
5686         * modules/printf-frexpl-tests: New file.
5687         * tests/test-printf-frexpl.c: New file.
5688
5689         * modules/printf-frexpl: New file.
5690         * lib/printf-frexpl.h: New file.
5691         * lib/printf-frexpl.c: New file.
5692         * m4/printf-frexpl.m4: New file.
5693
5694 2007-02-25  Bruno Haible  <bruno@clisp.org>
5695
5696         * modules/printf-frexp-tests: New file.
5697         * tests/test-printf-frexp.c: New file.
5698
5699         * modules/printf-frexp: New file.
5700         * lib/printf-frexp.h: New file.
5701         * lib/printf-frexp.c: New file.
5702         * m4/printf-frexp.m4: New file.
5703
5704 2007-02-25  Bruno Haible  <bruno@clisp.org>
5705
5706         Assume automake >= 1.10 for the tests.
5707         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
5708         * modules/arctwo-tests: Likewise.
5709         * modules/argp-tests: Likewise.
5710         * modules/avltree-list-tests: Likewise.
5711         * modules/avltree-oset-tests: Likewise.
5712         * modules/avltreehash-list-tests: Likewise.
5713         * modules/carray-list-tests: Likewise.
5714         * modules/crc-tests: Likewise.
5715         * modules/des-tests: Likewise.
5716         * modules/gc-arcfour-tests: Likewise.
5717         * modules/gc-arctwo-tests: Likewise.
5718         * modules/gc-des-tests: Likewise.
5719         * modules/gc-hmac-md5-tests: Likewise.
5720         * modules/gc-hmac-sha1-tests: Likewise.
5721         * modules/gc-md2-tests: Likewise.
5722         * modules/gc-md4-tests: Likewise.
5723         * modules/gc-md5-tests: Likewise.
5724         * modules/gc-pbkdf2-sha1-tests: Likewise.
5725         * modules/gc-rijndael-tests: Likewise.
5726         * modules/gc-sha1-tests: Likewise.
5727         * modules/gc-tests: Likewise.
5728         * modules/getaddrinfo-tests: Likewise.
5729         * modules/hmac-md5-tests: Likewise.
5730         * modules/hmac-sha1-tests: Likewise.
5731         * modules/linked-list-tests: Likewise.
5732         * modules/linkedhash-list-tests: Likewise.
5733         * modules/lock-tests: Likewise.
5734         * modules/md2-tests: Likewise.
5735         * modules/md4-tests: Likewise.
5736         * modules/md5-tests: Likewise.
5737         * modules/rbtree-list-tests: Likewise.
5738         * modules/rbtree-oset-tests: Likewise.
5739         * modules/rbtreehash-list-tests: Likewise.
5740         * modules/read-file-tests: Likewise.
5741         * modules/rijndael-tests: Likewise.
5742         * modules/stdint-tests: Likewise.
5743         * modules/tls-tests: Likewise.
5744
5745 2007-02-24  Bruno Haible  <bruno@clisp.org>
5746
5747         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
5748         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
5749         function; instead check whether isnan with a double argument links.
5750         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
5751         function; instead check whether isnan with a 'long double' argument
5752         links.
5753         Reported by Eric Blake <ebb9@byu.net>.
5754
5755 2007-02-24  Bruno Haible  <bruno@clisp.org>
5756
5757         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
5758         defined.
5759         * lib/isnanl.c: Remove all code. Just include isnan.c.
5760         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
5761
5762 2007-02-25  Jim Meyering  <jim@meyering.net>
5763
5764         Avoid conflicting types for 'unsetenv' on FreeBSD.
5765         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
5766         conflicting with FreeBSD's (5.0 and 6.1) function declaration
5767         in stdlib.h.
5768
5769 2007-02-24  Bruno Haible  <bruno@clisp.org>
5770
5771         * modules/isnanl-nolibm-tests: New file.
5772         * tests/test-isnanl.c: New file.
5773
5774         * modules/isnanl-nolibm: New file.
5775         * lib/isnanl.h: New file.
5776         * lib/isnanl.c: New file.
5777         * m4/isnanl.m4: New file.
5778
5779 2007-02-24  Bruno Haible  <bruno@clisp.org>
5780
5781         * modules/isnan-nolibm-tests: New file.
5782         * tests/test-isnan.c: New file.
5783
5784         * modules/isnan-nolibm: New file.
5785         * lib/isnan.h: New file.
5786         * lib/isnan.c: New file.
5787         * m4/isnan.m4: New file.
5788
5789 2007-02-24  Bruno Haible  <bruno@clisp.org>
5790
5791         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
5792         assume that an exponent fits in 20 bits.
5793
5794 2007-02-24  Jim Meyering  <jim@meyering.net>
5795
5796         * m4/regex.m4: Update the description of the configure-time option,
5797         --without-included-regex, to state accurately what the defaults are,
5798         and perhaps to give people an idea why using this option is risky.
5799
5800 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
5801
5802         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
5803         loops on small arguments.  This attempts to avoid the problem
5804         Bruno Haible reported for AIX 4.3.2 in
5805         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
5806
5807 2007-02-23  Bruno Haible  <bruno@clisp.org>
5808
5809         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
5810         Needed for help2man.
5811
5812 2007-02-23  Karl Berry  <karl@gnu.org>
5813
5814         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
5815         exists, foo.h should be cvs-ignored, not committed.
5816
5817 2007-02-23  Eric Blake  <ebb9@byu.net>
5818
5819         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
5820         * lib/stat-time.h (includes): Likewise.
5821         * lib/utimecmp.c (includes): Likewise.
5822         * lib/utimens.h (includes): Likewise.
5823         * lib/getdate.y (includes): Also include "timespec.h" for use
5824         internal to the module.
5825         * modules/utimens (Depends-on): Revert yesterday's patch.
5826         * modules/nanosleep (Depends-on): Add missing dependency.
5827
5828 2007-02-22  Bruno Haible  <bruno@clisp.org>
5829
5830         * lib/glob.c: Don't include getlogin_r.h.
5831
5832 2007-02-22  Jim Meyering  <jim@meyering.net>
5833
5834         * modules/utimens (Depends-on): Add timespec, required for
5835         utimens.h's inclusion of timespec.h.
5836
5837 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
5838
5839         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
5840         long unreadable paths in GNU/Linux.  Problem reported by Andreas
5841         Schwab in
5842         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
5843         I'll try to think of a better way to fix the Solaris problem.
5844
5845         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
5846         like glibc; on Solaris 10, it fails with errno == EINVAL.
5847         POSIX says the behavior is unspecified if the first argument is NULL,
5848         so play it safe and never pass NULL to the system getcwd.
5849
5850 2007-02-21  Jim Meyering  <jim@meyering.net>
5851
5852         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
5853         of gettimeofday.  It would conflict with the one now always
5854         provided via sys_time_.h.  Reported by Matthew Woehlke, as
5855         an IRIX 6.5 build failure.
5856
5857 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
5858
5859         Minor fixups to port to Solaris 10 with Sun C 5.8.
5860         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
5861         * modules/getcwd (Depends-on): Add dirfd.
5862         * lib/putenv.c (putenv): #undef it.
5863         (rpl_putenv): New decl.
5864         (malloc, free): Include <stdlib.h> rather than prototyping separately.
5865
5866 2007-02-20  Bruno Haible  <bruno@clisp.org>
5867
5868         * modules/stdio-tests: New file.
5869         * tests/test-stdio.c: New file.
5870
5871         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
5872         (Depends-on): Add stdio.
5873         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
5874         (Include): Use <stdio.h> instead of vsnprintf.h.
5875         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
5876         HAVE_DECL_VSNPRINTF.
5877         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
5878
5879         * modules/snprintf (Files): Remove lib/snprintf.h.
5880         (Depends-on): Add stdio.
5881         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
5882         (Include): Use <stdio.h> instead of snprintf.h.
5883         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
5884         HAVE_DECL_SNPRINTF.
5885         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
5886         * lib/getaddrinfo.c: Likewise.
5887
5888         * modules/stdio: New file.
5889         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
5890         * lib/snprintf.h: Remove file.
5891         * lib/vsnprintf.h: Remove file.
5892         * lib/.cppi-disable: Remove snprintf.h.
5893         * m4/stdio_h.m4: New file.
5894         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
5895
5896 2007-02-20  Jim Meyering  <jim@meyering.net>
5897
5898         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
5899         used by e.g., mingw.  From Bruno Haible.
5900
5901 2007-02-19  Bruno Haible  <bruno@clisp.org>
5902
5903         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
5904         warnings.
5905         Reported by Ben Pfaff <blp@cs.stanford.edu>.
5906
5907 2007-02-19  Bruno Haible  <bruno@clisp.org>
5908
5909         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
5910         from mingw users.
5911
5912 2007-02-19  Bruno Haible  <bruno@clisp.org>
5913
5914         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
5915         warnings.
5916         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
5917
5918 2007-02-19  Jim Meyering  <jim@meyering.net>
5919
5920         Don't use FD after a successful "fdopendir (fd)".
5921         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
5922         Reset it by calling dirfd on the just-obtained DIR*.
5923
5924         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
5925         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
5926
5927 2007-02-18  Bruno Haible  <bruno@clisp.org>
5928
5929         * lib/readlink.c: Include <unistd.h>.
5930         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
5931         HAVE_READLINK.
5932         * modules/readlink (Depends-on): Add unistd.
5933         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5934         (Include): Add <unistd.h>.
5935
5936         * lib/getlogin_r.h: Remove file.
5937         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
5938         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
5939         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
5940         HAVE_DECL_GETLOGIN_R.
5941         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
5942         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5943         (Include): Use <unistd.h> instead of getlogin_r.h.
5944
5945         * lib/getcwd.h: Remove file.
5946         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
5947         * lib/xgetcwd.c: Likewise.
5948         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
5949         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
5950         * modules/getcwd (Files): Remove lib/getcwd.h.
5951         (Depends-on): Add unistd.
5952         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5953         (Include): Use <unistd.h> instad of getcwd.h.
5954
5955         * lib/ftruncate.c: Include <unistd.h> first.
5956         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
5957         Set HAVE_FTRUNCATE.
5958         * modules/ftruncate (Depends-on): Add unistd.
5959         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5960
5961         * lib/fchdir.c: Include <unistd.h> first.
5962         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
5963         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
5964         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
5965         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5966         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
5967
5968         * lib/dup2.c: Include <unistd.h> first.
5969         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
5970         HAVE_DUP2.
5971         * modules/dup2 (Depends-on): Add unistd.
5972         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5973
5974         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
5975         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
5976         REPLACE_CHOWN. Don't define chown as a macro here.
5977         * modules/chown (Depends-on): Add unistd.
5978         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5979
5980         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
5981         Add definition for GL_LINK_WARNING.
5982         (chown, dup2): New declarations.
5983         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
5984         link warning.
5985         (ftruncate): New declaration.
5986         (getcwd): New declaration, taken from old getcwd.h.
5987         (getlogin_r): New declaration, taken from old getlogin_r.h.
5988         (readlink): New declaration.
5989         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
5990         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
5991         (gl_PREREQ_UNISTD): Remove macro.
5992         (gl_UNISTD_MODULE_INDICATOR): New macro.
5993         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
5994         many new variables. Don't set UNISTD_H.
5995         * modules/unistd (Description): Change.
5996         (Depends-on): Add link-warning.
5997         (configure.ac): Update.
5998         (Makefile.am): Create unistd.h always. Substitute many new variables
5999         into it.
6000
6001 2007-02-18  Bruno Haible  <bruno@clisp.org>
6002
6003         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
6004         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
6005         HAVE_GETSUBOPT.
6006         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
6007         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
6008         * lib/getsubopt.h: Remove file.
6009         * modules/getsubopt (Files): Remove lib/getsubopt.h.
6010         (Depends-on): Add stdlib.
6011         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
6012         (Includes): Use <stdlib.h> instead of getsubopt.h.
6013         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
6014         Set HAVE_GETSUBOPT.
6015         * lib/getsubopt.c: Don't include getsubopt.h.
6016
6017 2007-02-18  Bruno Haible  <bruno@clisp.org>
6018
6019         * modules/fchdir (Depends-on): Add dup2.
6020
6021 2007-02-18  Bruno Haible  <bruno@clisp.org>
6022
6023         * lib/stdlib_.h: Handle glibc's special invocation convention
6024         specially.
6025
6026 2007-02-18  Bruno Haible  <bruno@clisp.org>
6027
6028         * modules/stdlib-tests: New file.
6029         * tests/test-stdlib.c: New file.
6030
6031         * modules/mkstemp (Files): Remove lib/mkstemp.h.
6032         (Depends-on): Add stdlib.
6033         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
6034         (Includes): Use <stdlib.h> instead of mkstemp.h.
6035         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
6036         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
6037         * lib/mkstemp.c: Don't include mkstemp.h.
6038         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
6039         * lib/stdlib--.h: Don't include mkstemp.h.
6040
6041         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
6042         (Depends-on): Add stdlib.
6043         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
6044         (Includes): Use <stdlib.h> instead of mkdtemp.h.
6045         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
6046         HAVE_MKDTEMP.
6047         * lib/mkdtemp.c: Don't include mkdtemp.h.
6048         * lib/clean-temp.c: Don't include mkdtemp.h.
6049
6050         * modules/exit (Files): Remove lib/exit.h.
6051         (Depends-on): Add stdlib.
6052         (Makefile.am): Remove lib_SOURCES.
6053         (Include): Use <stdlib.h> instead of exit.h.
6054         * lib/argmatch.c: Don't include exit.h.
6055         * lib/execute.c: Likewise.
6056         * lib/pagealign_alloc.c: Likewise.
6057         * lib/pipe.c: Likewise.
6058         * lib/wait-process.c: Likewise.
6059         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
6060         * lib/exitfail.c: Likewise.
6061         * lib/savewd.c: Likewise.
6062         * lib/xsetenv.c: Likewise.
6063
6064         * modules/stdlib: New file.
6065         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
6066         and extra comments about mkstemp().
6067         * lib/exit.h: Remove file.
6068         * lib/mkdtemp.h: Remove file.
6069         * lib/mkstemp.h: Remove file.
6070         * m4/stdlib_h.m4: New file.
6071         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
6072
6073 2007-02-18  Bruno Haible  <bruno@clisp.org>
6074
6075         * modules/math-tests: New file.
6076         * tests/test-math.c: New file.
6077
6078         * modules/math: New file.
6079         * modules/mathl (Files): Remove lib/mathl.h.
6080         (Depends-on): Add math.
6081         (Makefile.am): Don't mention mathl.h.
6082         (Include): Use <math.h> instead of mathl.h.
6083         * lib/math_.h: New file.
6084         * lib/mathl.h: Remove file.
6085         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
6086         mathl.h.
6087         * lib/asinl.c: Likewise.
6088         * lib/atanl.c: Likewise.
6089         * lib/ceill.c: Likewise.
6090         * lib/cosl.c: Likewise.
6091         * lib/expl.c: Likewise.
6092         * lib/floorl.c: Likewise.
6093         * lib/frexpl.c: Likewise.
6094         * lib/ldexpl.c: Likewise.
6095         * lib/logl.c: Likewise.
6096         * lib/sincosl.c: Likewise.
6097         * lib/sinl.c: Likewise.
6098         * lib/sqrtl.c: Likewise.
6099         * lib/tanl.c: Likewise.
6100         * lib/trigl.c: Likewise.
6101         * m4/math_h.m4: New file.
6102         * MODULES.html.sh (Mathematics): Add math.
6103
6104 2007-02-17  Bruno Haible  <bruno@clisp.org>
6105
6106         * modules/wctype-tests: New file.
6107         * tests/test-wctype.c: New file.
6108
6109         * modules/wchar-tests: New file.
6110         * tests/test-wchar.c: New file.
6111
6112         * modules/unistd-tests: New file.
6113         * tests/test-unistd.c: New file.
6114
6115         * modules/time-tests: New file.
6116         * tests/test-time.c: New file.
6117
6118         * modules/sysexits-tests: New file.
6119         * tests/test-sysexits.c: New file.
6120
6121         * modules/sys_time-tests: New file.
6122         * tests/test-sys_time.c: New file.
6123
6124         * modules/sys_stat-tests: New file.
6125         * tests/test-sys_stat.c: New file.
6126
6127         * modules/sys_socket-tests: New file.
6128         * tests/test-sys_socket.c: New file.
6129
6130         * modules/sys_select-tests: New file.
6131         * tests/test-sys_select.c: New file.
6132
6133         * modules/string-tests: New file.
6134         * tests/test-string.c: New file.
6135
6136         * modules/stdbool-tests: New file.
6137         * tests/test-stdbool.c: New file.
6138
6139         * modules/netinet_in-tests: New file.
6140         * tests/test-netinet_in.c: New file.
6141
6142         * modules/inttypes-tests: New file.
6143         * tests/test-inttypes.c: New file.
6144
6145         * modules/fcntl-tests: New file.
6146         * tests/test-fcntl.c: New file.
6147
6148         * modules/byteswap-tests: New file.
6149         * tests/test-byteswap.c: New file.
6150
6151         * modules/arpa_inet-tests: New file.
6152         * tests/test-arpa_inet.c: New file.
6153
6154 2007-02-17  Bruno Haible  <bruno@clisp.org>
6155
6156         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
6157         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
6158         if the corresponding module is not enabled. Emit link warnings if
6159         the function is used nevertheless.
6160         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
6161         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
6162         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
6163         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
6164         * modules/inttypes (Depends-on): Add link-warning.
6165         (Makefile.am): Copy the contents of build-aux/link-warning.h into
6166         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
6167         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
6168         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
6169         * modules/imaxdiv (configure.ac): Likewise.
6170         * modules/strtoimax (configure.ac): Likewise.
6171         * modules/strtoumax (configure.ac): Likewise.
6172
6173 2007-02-17  Bruno Haible  <bruno@clisp.org>
6174
6175         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
6176         gl_STRING_MODULE_INDICATOR_DEFAULTS.
6177         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
6178         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
6179
6180 2007-02-17  Bruno Haible  <bruno@clisp.org>
6181
6182         * modules/link-warning: New file.
6183         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
6184         * lib/string_.h (GL_LINK_WARNING): Remove definition.
6185         * modules/string (Depends-on): Add link-warning.
6186         (Makefile.am): Copy the contents of build-aux/link-warning.h into
6187         string.h.
6188         * MODULES.html.sh (Support for building libraries and executables): Add
6189         link-warning.
6190
6191 2007-02-17  Bruno Haible  <bruno@clisp.org>
6192
6193         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
6194         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
6195         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
6196         long lines.
6197
6198 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
6199             Bruno Haible  <bruno@clisp.org>
6200
6201         * modules/tmpfile: New file.
6202         * lib/tmpfile.c: New file.
6203         * m4/tmpfile.m4: New file.
6204         * MODULES.html.sh (func_all_modules): New section "Input/output".
6205
6206 2007-02-15  Bruno Haible  <bruno@clisp.org>
6207
6208         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
6209         (supports_delete_on_close): New function.
6210         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
6211
6212 2007-02-14  Bruno Haible  <bruno@clisp.org>
6213
6214         * modules/mbspcasecmp-tests: New file.
6215         * tests/test-mbspcasecmp.sh: New file.
6216         * tests/test-mbspcasecmp.c: New file.
6217
6218         New module mbspcasecmp.
6219         * modules/mbspcasecmp: New file.
6220         * lib/mbspcasecmp.c: New file.
6221         * lib/string_.h (strncasecmp): Change warning message.
6222         (mbspcasecmp): New declaration.
6223         * m4/mbspcasecmp.m4: New file.
6224         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6225         GNULIB_MBSPCASECMP.
6226         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
6227         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
6228
6229 2007-02-14  Bruno Haible  <bruno@clisp.org>
6230
6231         * modules/mbsncasecmp-tests: New file.
6232         * tests/test-mbsncasecmp.sh: New file.
6233         * tests/test-mbsncasecmp.c: New file.
6234
6235         New module mbsncasecmp.
6236         * modules/mbsncasecmp: New file.
6237         * lib/mbsncasecmp.c: New file.
6238         * lib/string_.h (mbsncasecmp): New declaration.
6239         * m4/mbsncasecmp.m4: New file.
6240         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6241         GNULIB_MBSNCASECMP.
6242         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
6243         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
6244
6245 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
6246
6247         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
6248         Verify that it doesn't overlap with our flags.
6249         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
6250         do not have the desired effect in multibyte locales; instead, use
6251         mbscasecmp.
6252         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
6253         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
6254         we don't require GNU fnmatch ourselves (if our users require it, they
6255         should do so explicitly).
6256
6257         Fix regex code so it doesn't rely on strcasecmp.
6258         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
6259         Otherwise, include gnulib's langinfo.h.
6260         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
6261         undesirable behavior in non-C locales.  Instead, rely on localecharset.
6262         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
6263         * modules/regex (FILES): Remove m4/codeset.m4.
6264         (Depends-on): Add localcharset.  Remove strcase.
6265
6266 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6267
6268         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
6269         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
6270
6271 2007-02-13  Bruno Haible  <bruno@clisp.org>
6272
6273         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
6274         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
6275
6276 2007-02-12  Bruno Haible  <bruno@clisp.org>
6277
6278         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
6279         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
6280         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
6281         time warning rather than a link error.
6282
6283 2007-02-12  Bruno Haible  <bruno@clisp.org>
6284
6285         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
6286         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
6287         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
6288
6289 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
6290
6291         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
6292         args, not 2.
6293
6294 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
6295
6296         New module 'time', so that apps can include <time.h> as per
6297         POSIX and GNU instead of separate include files like time_r.h
6298         and timegm.h.  This implementation tries out a simpler approach
6299         for replacing decls in standard include files (as compared to
6300         the string module), somewhat as an experiment.
6301
6302         * config/srclist.txt: Comment out mktime.c for now.
6303         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
6304         since it doesn't apply any more.  Use generic wording instead.
6305         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
6306         'time'.
6307         * lib/time_.h, m4/time_h.m4, modules/time: New files.
6308         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
6309         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
6310         Don't include <sys/types.h>; no longer needed since we assume C89.
6311         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
6312         * lib/strftime.c: Likewise.
6313         * lib/time_r.c: Likewise.
6314         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
6315         * lib/nanosleep.c: Include <time.h> first, to check interface.
6316         * lib/strptime.c: Likewise.
6317         * lib/time_r.c: Likewise.
6318         * lib/timegm.c: Likewise.
6319         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
6320         needed.
6321         * lib/timegm.c: Don't include timegm.h; no longer needed.
6322         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
6323         time.h now handles any problems in that area.
6324         (struct timespec, nanosleep): Remove; time.h now arranges for these.
6325         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
6326         that time.h defines struct timespec.
6327         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
6328         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
6329         handles that.
6330         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
6331         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
6332         needed.  Set REPLACE_LOCALTIME.
6333         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
6334         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
6335         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
6336         nanosleep; time_h.m4 now does that.  Don't require
6337         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
6338         module handles this now.
6339         * modules/getdate (Depends-on): Remove timespec.  Add time.
6340         * modules/nanosleep (Depends-on): Likewise.
6341         * modules/stat-time (Depends-on): Likewise.
6342         * modules/nanosleep (Include): Include time.h, not timespec.h.
6343         * modules/strptime (Files): Remove lib/strptime.h.
6344         (Depends-on): Add extensions, time.
6345         (Include): Include time.h, not strptime.h.
6346         * modules/time_r (Files): Remove lib/time_r.h.
6347         (Depends-on): Add time.
6348         (Include): Include time.h, not time_r.h.
6349         * modules/timegm: Likewise.
6350         * modules/timespec (Description): Now does timespec-related decls
6351         of our own, instead of struct timespec itself.
6352         (Depends-on): Add time; remove extensions.
6353         (Maintainer): Add self.
6354         * modules/utimecmp (Depends-on): Add time; remove timespec.
6355         * modules/utimens (Depends-on): Likewise.
6356         * modules/xnanosleep (Depends-on): Likewise.
6357
6358 2007-02-11  Bruno Haible  <bruno@clisp.org>
6359
6360         * lib/c-strstr.c: Include allocsa.h.
6361         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
6362         * lib/c-strcasestr.c: Include allocsa.h.
6363         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
6364         * lib/strcasestr.c: Include allocsa.h.
6365         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
6366         * lib/mbsstr.c: Include allocsa.h.
6367         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
6368         allocsa/freesa instead of malloc/free.
6369         * lib/mbscasestr.c: Include allocsa.h.
6370         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
6371         allocsa/freesa instead of malloc/free.
6372         * modules/c-strstr (Depends-on): Add allocsa.
6373         * modules/c-strcasestr (Depends-on): Likewise.
6374         * modules/strcasestr (Depends-on): Likewise.
6375         * modules/mbsstr (Depends-on): Likewise.
6376         * modules/mbscasestr (Depends-on): Likewise.
6377
6378 2007-02-11  Bruno Haible  <bruno@clisp.org>
6379
6380         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
6381
6382         * modules/mbsspn-tests: New file.
6383         * tests/test-mbsspn.sh: New file.
6384         * tests/test-mbsspn.c: New file.
6385
6386 2007-02-11  Bruno Haible  <bruno@clisp.org>
6387
6388         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
6389
6390         * modules/mbspbrk-tests: New file.
6391         * tests/test-mbspbrk.sh: New file.
6392         * tests/test-mbspbrk.c: New file.
6393
6394 2007-02-11  Bruno Haible  <bruno@clisp.org>
6395
6396         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
6397         unneeded cast.
6398
6399         * modules/mbscspn-tests: New file.
6400         * tests/test-mbscspn.sh: New file.
6401         * tests/test-mbscspn.c: New file.
6402
6403 2007-02-11  Bruno Haible  <bruno@clisp.org>
6404
6405         * modules/mbscasecmp-tests: New file.
6406         * tests/test-mbscasecmp.sh: New file.
6407         * tests/test-mbscasecmp.c: New file.
6408
6409 2007-02-11  Bruno Haible  <bruno@clisp.org>
6410
6411         Ensure O(n) worst-case complexity of mbscasestr.
6412         * lib/mbscasestr.c: Include stdbool.h.
6413         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
6414         functions.
6415         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
6416         the bookkeeping indicates that it's worth it.
6417         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
6418
6419         * modules/mbscasestr-tests: New file.
6420         * tests/test-mbscasestr1.c: New file.
6421         * tests/test-mbscasestr2.sh: New file.
6422         * tests/test-mbscasestr2.c: New file.
6423         * tests/test-mbscasestr3.sh: New file.
6424         * tests/test-mbscasestr3.c: New file.
6425         * tests/test-mbscasestr4.sh: New file.
6426         * tests/test-mbscasestr4.c: New file.
6427         * m4/locale-tr.m4: New file.
6428
6429 2007-02-11  Bruno Haible  <bruno@clisp.org>
6430
6431         Ensure O(n) worst-case complexity of mbsstr.
6432         * lib/mbsstr.c: Include stdbool.h.
6433         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
6434         functions.
6435         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
6436         bookkeeping indicates that it's worth it.
6437         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
6438
6439         * modules/mbsstr-tests: New file.
6440         * tests/test-mbsstr1.c: New file.
6441         * tests/test-mbsstr2.sh: New file.
6442         * tests/test-mbsstr2.c: New file.
6443         * tests/test-mbsstr3.sh: New file.
6444         * tests/test-mbsstr3.c: New file.
6445         * m4/locale-fr.m4: New file.
6446
6447 2007-02-11  Bruno Haible  <bruno@clisp.org>
6448
6449         * lib/mbsrchr.c (mbsrchr): Fix bug.
6450
6451         * modules/mbsrchr-tests: New file.
6452         * tests/test-mbsrchr.sh: New file.
6453         * tests/test-mbsrchr.c: New file.
6454
6455 2007-02-11  Bruno Haible  <bruno@clisp.org>
6456
6457         * lib/mbschr.c (mbschr): Fix bug.
6458
6459         * modules/mbschr-tests: New file.
6460         * tests/test-mbschr.sh: New file.
6461         * tests/test-mbschr.c: New file.
6462         * m4/locale-zh.m4: New file.
6463
6464 2007-02-11  Bruno Haible  <bruno@clisp.org>
6465
6466         Support for copying multibyte string iterators.
6467         * lib/mbiter.h: Include <string.h>.
6468         (mbiter_multi_copy): New function.
6469         (mbi_copy): New macro.
6470         * lib/mbuiter.h: Include <string.h>.
6471         (mbuiter_multi_copy): New function.
6472         (mbui_copy): New macro.
6473
6474 2007-02-11  Bruno Haible  <bruno@clisp.org>
6475
6476         New module mbslen.
6477         * modules/mbslen: New file.
6478         * lib/mbslen.c: New file.
6479         * lib/string_.h (mbslen): New declaration.
6480         * m4/mbslen.m4: New file.
6481         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6482         GNULIB_MBSLEN.
6483         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
6484         * MODULES.html.sh (Internationalization functions): Add mbslen.
6485
6486 2007-02-11  Bruno Haible  <bruno@clisp.org>
6487
6488         Ensure O(n) worst-case complexity of strcasestr substitute.
6489         * lib/strcasestr.c: Include stdbool.h.
6490         (knuth_morris_pratt): New function.
6491         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
6492         bookkeeping indicates that it's worth it.
6493         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
6494
6495         * modules/strcasestr-tests: New file.
6496         * tests/test-strcasestr.c: New file.
6497
6498 2007-02-11  Bruno Haible  <bruno@clisp.org>
6499
6500         Ensure O(n) worst-case complexity of c_strcasestr.
6501         * lib/c-strcasestr.c: Include stdbool.h, string.h.
6502         (knuth_morris_pratt): New function.
6503         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
6504         the bookkeeping indicates that it's worth it.
6505         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
6506
6507         * modules/c-strcasestr-tests: New file.
6508         * tests/test-c-strcasestr.c: New file.
6509
6510 2007-02-11  Bruno Haible  <bruno@clisp.org>
6511
6512         Ensure O(n) worst-case complexity of c_strstr.
6513         * lib/c-strstr.c: Include stdbool.h, string.h.
6514         (knuth_morris_pratt): New function.
6515         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
6516         bookkeeping indicates that it's worth it.
6517         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
6518
6519         * lib/c-strstr.c: Complete rewrite for maintainability.
6520
6521         * modules/c-strstr-tests: New file.
6522         * tests/test-c-strstr.c: New file.
6523
6524 2007-02-11  Bruno Haible  <bruno@clisp.org>
6525
6526         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
6527         5.2.1 and earlier, whereby \055 was treated just like the range
6528         delimiter '-'.
6529         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
6530
6531 2007-02-08  Bruno Haible  <bruno@clisp.org>
6532
6533         * modules/regex (Depends-on): Add stdbool.
6534         Reported by Dalibor Topic <robilad@kaffe.org>.
6535
6536 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
6537
6538         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
6539         Prefer returning from main to exiting from it.
6540         Remove unnecessary parens after sizeof.
6541
6542 2007-02-05  Bruno Haible  <bruno@clisp.org>
6543
6544         New module mbssep.
6545         * modules/mbssep: New file.
6546         * lib/mbssep.c: New file.
6547         * lib/string_.h (strsep): Add a conditional link warning.
6548         (mbssep): New declaration.
6549         * m4/mbssep.m4: New file.
6550         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6551         GNULIB_MBSSEP.
6552         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
6553         * MODULES.html.sh (Internationalization functions): Add mbssep.
6554
6555 2007-02-05  Bruno Haible  <bruno@clisp.org>
6556
6557         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
6558         Optimize search in case of 1 delimiter.
6559
6560 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
6561
6562         * lib/acl.h: Include sys/types.h before sys/acl.h.
6563
6564 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
6565
6566         Merge upstream fix for glibc bugzilla #3957:
6567
6568         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
6569
6570         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
6571         bit for RE_HAT_LISTS_NOT_NEWLINE.
6572         (build_charclass_op): Remove bogus comment.
6573
6574 2007-02-05  Simon Josefsson  <simon@josefsson.org>
6575
6576         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
6577
6578 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
6579
6580         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
6581         * lib/memmem.c [!defined _LIBC]: Include config.h.
6582
6583 2007-02-04  Bruno Haible  <bruno@clisp.org>
6584
6585         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
6586         warning message.
6587
6588 2007-02-04  Bruno Haible  <bruno@clisp.org>
6589
6590         New module mbstok_r.
6591         * modules/mbstok_r: New file.
6592         * lib/mbstok_r.c: New file.
6593         * lib/string_.h (strtok_r): Change argument names to match the
6594         comments. Add a conditional link warning.
6595         (mbstok_r): New declaration.
6596         * m4/mbstok_r.m4: New file.
6597         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6598         GNULIB_MBSTOK_R.
6599         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
6600         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
6601
6602 2007-02-04  Bruno Haible  <bruno@clisp.org>
6603
6604         New module mbsspn.
6605         * modules/mbsspn: New file.
6606         * lib/mbsspn.c: New file.
6607         * lib/string_.h (strspn): Add a conditional link warning.
6608         (mbsspn): New declaration.
6609         * m4/mbsspn.m4: New file.
6610         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6611         GNULIB_MBSSPN.
6612         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
6613         * MODULES.html.sh (Internationalization functions): Add mbsspn.
6614
6615 2007-02-04  Bruno Haible  <bruno@clisp.org>
6616
6617         New module mbspbrk.
6618         * modules/mbspbrk: New file.
6619         * lib/mbspbrk.c: New file.
6620         * lib/string_.h (strpbrk): Add a conditional link warning.
6621         (mbspbrk): New declaration.
6622         * m4/mbspbrk.m4: New file.
6623         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6624         GNULIB_MBSPBRK.
6625         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
6626         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
6627
6628 2007-02-04  Bruno Haible  <bruno@clisp.org>
6629
6630         New module mbscspn.
6631         * modules/mbscspn: New file.
6632         * lib/mbscspn.c: New file.
6633         * lib/string_.h (strcspn): Add a conditional link warning.
6634         (mbscspn): New declaration.
6635         * m4/mbscspn.m4: New file.
6636         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6637         GNULIB_MBSCSPN.
6638         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
6639         * MODULES.html.sh (Internationalization functions): Add mbscspn.
6640
6641 2007-02-04  Bruno Haible  <bruno@clisp.org>
6642
6643         New module mbscasestr, reduced goal of strcasestr.
6644         * modules/mbscasestr: New file.
6645         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
6646         (mbscasestr): Renamed from strcasestr.
6647         * lib/strcasestr.c: Don't include mbuiter.h.
6648         (strcasestr): Remove support for multibyte locales.
6649         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
6650         Change the conditional link warning.
6651         (mbscasestr): New declaration.
6652         * m4/mbscasestr.m4: New file.
6653         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
6654         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
6655         REPLACE_STRCASESTR.
6656         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
6657         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
6658         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
6659         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
6660         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
6661         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
6662         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
6663         (Depends-on): Remove mbuiter.
6664         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
6665
6666 2007-02-04  Bruno Haible  <bruno@clisp.org>
6667
6668         Simplify handling of strncasecmp.
6669         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
6670         the conditional link warning.
6671         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
6672         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
6673         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
6674         * modules/strcase (configure.ac): Don't invoke
6675         gl_STRING_MODULE_INDICATOR.
6676         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
6677
6678 2007-02-04  Bruno Haible  <bruno@clisp.org>
6679
6680         New module mbscasecmp, reduced goal of strcasecmp.
6681         * modules/mbscasecmp: New file.
6682         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
6683         (mbscasecmp): Renamed from strcasecmp.
6684         * lib/strcasecmp.c: Don't include mbuiter.h.
6685         (strcasecmp): Remove support for multibyte locales.
6686         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
6687         Change the conditional link warning.
6688         (mbscasecmp): New declaration.
6689         * m4/mbscasecmp.m4: New file.
6690         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
6691         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
6692         REPLACE_STRCASECMP.
6693         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
6694         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6695         GNULIB_MBSCASECMP.
6696         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
6697         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
6698         * modules/strcase (Files): Remove m4/mbrtowc.m4.
6699         (Depends-on): Remove mbuiter.
6700         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
6701
6702 2007-02-04  Bruno Haible  <bruno@clisp.org>
6703
6704         New module mbsstr. Remove module strstr.
6705         * modules/mbsstr: New file.
6706         * modules/strstr: Remove file.
6707         * lib/mbsstr.c: Renamed from lib/strstr.c.
6708         (mbsstr): Renamed from strstr.
6709         * lib/string_.h (strstr): Remove declaration. Change the conditional
6710         link warning.
6711         (mbsstr): New declaration.
6712         * m4/mbsstr.m4: New file.
6713         * m4/strstr.m4: Remove file.
6714         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
6715         REPLACE_STRSTR.
6716         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
6717         Don't initialize GNULIB_STRSTR.
6718         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
6719         substitute GNULIB_STRSTR and REPLACE_STRSTR.
6720         * MODULES.html.sh (Internationalization functions): Add mbsstr.
6721         (Support for systems lacking ANSI C 89): Remove strstr.
6722
6723 2007-02-04  Bruno Haible  <bruno@clisp.org>
6724
6725         New module mbsrchr.
6726         * modules/mbsrchr: New file.
6727         * lib/mbsrchr.c: New file.
6728         * lib/string_.h (strrchr): Add a conditional link warning.
6729         (mbsrchr): New declaration.
6730         * m4/mbsrchr.m4: New file.
6731         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6732         GNULIB_MBSRCHR.
6733         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
6734         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
6735
6736 2007-02-04  Bruno Haible  <bruno@clisp.org>
6737
6738         New module mbschr.
6739         * modules/mbschr: New file.
6740         * lib/mbschr.c: New file.
6741         * lib/string_.h (strchr): Add a conditional link warning.
6742         (mbschr): New declaration.
6743         * m4/mbschr.m4: New file.
6744         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6745         GNULIB_MBSCHR.
6746         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
6747         * MODULES.html.sh (Internationalization functions): Add mbschr.
6748
6749 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
6750
6751         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
6752
6753         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
6754
6755 2007-02-04  Bruno Haible  <bruno@clisp.org>
6756
6757         New module description section 'configure.ac-early'.
6758         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
6759         (func_get_autoconf_early_snippet): New function.
6760         (func_import, func_create_testdir): Use it. Remove special cases for
6761         modules 'extensions' and 'lock'.
6762         * modules/extensions (configure.ac-early): Require
6763         gl_USE_SYSTEM_EXTENSIONS.
6764         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
6765
6766 2007-02-04  Bruno Haible  <bruno@clisp.org>
6767
6768         Make use of gcj-4.3's -fsource and -ftarget option.
6769         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
6770         and if so try the options -fsource and -ftarget.
6771         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
6772         source_version, ftarget_option, target_version arguments.
6773         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
6774         (is_envjavac_oldgcj_14_14_usable): Renamed from
6775         is_envjavac_gcj_14_14_usable.
6776         (is_envjavac_oldgcj_14_13_usable): Renamed from
6777         is_envjavac_gcj_14_13_usable.
6778         (is_gcj_present): Update.
6779         (is_gcj_43, is_gcj43_usable): New functions.
6780         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
6781         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
6782         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
6783         try the options -fsource and -ftarget.
6784
6785 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
6786
6787         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
6788         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
6789         larger value.
6790
6791 2007-02-03  Jim Meyering  <jim@meyering.net>
6792
6793         Give tools a better chance to allocate space for very large buffers.
6794         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
6795
6796         Make pwd and readlink work also when run with an unreadable parent dir
6797         on systems with openat support.
6798         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
6799         provided getcwd function, even when we have openat support.
6800         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
6801
6802 2007-02-02  Bruno Haible  <bruno@clisp.org>
6803
6804         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
6805         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
6806         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
6807         portability problems if one of these functions is only used on specific
6808         platforms.
6809         Reported by Paul Eggert.
6810
6811 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
6812
6813         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
6814         is causing more trouble than it's curing.
6815         * lib/regex_internal.h (__mempcpy): Remove.
6816         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
6817         (and make the code a tad smaller to boot).
6818         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
6819
6820 2007-02-02  Jim Meyering  <jim@meyering.net>
6821
6822         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
6823         section, not in the Makefile.am: one.
6824
6825 2007-02-02  Eric Blake  <ebb9@byu.net>
6826
6827         * lib/strchrnul.c: Always include config.h first.
6828
6829         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
6830         gnulib strstr is not necessary here.
6831
6832 2007-02-02  Simon Josefsson  <simon@josefsson.org>
6833
6834         * m4/socklen.m4: Fix typo.
6835
6836 2007-02-02  Eric Blake  <ebb9@byu.net>
6837
6838         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
6839         * modules/netinet_in (Makefile.am): Likewise.
6840
6841 2007-02-01  Bruno Haible  <bruno@clisp.org>
6842
6843         * lib/string_.h (GL_LINK_WARNING): New macro.
6844         (strcasecmp, strstr, strcasestr): If provided by the system,
6845         conditionally define as a macro that leads to a warning instead of to
6846         an error.
6847         (strncasecmp): Conditionally define as a macro that leads to a warning.
6848
6849 2007-02-01  Karl Berry  <karl@gnu.org>
6850
6851         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
6852
6853 2007-02-01  Bruno Haible  <bruno@clisp.org>
6854
6855         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
6856         renamings.
6857
6858 2007-02-01  Eric Blake  <ebb9@byu.net>
6859
6860         * modules/regex (Depends-on): Revert dependence on mempcpy.
6861         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
6862         module's definition of mempcpy.
6863         Reported by Paul Eggert.
6864
6865 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
6866
6867         * lib/string_.h: If the gnulib module XYZ is not present, undefine
6868         the symbol XYZ before redefining it.  This fixes a problem with
6869         programs that don't use XYZ, when compiled on systems that define
6870         XYZ to something else.
6871
6872 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
6873
6874         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
6875         occurs when "mkdir -m foo" creates a setgid directory that is (1)
6876         writeable to group or other and (2) is intended to have a special
6877         mode bit that is set or cleared.  In such a case, the directory
6878         should be neither group- nor other-writeable until the special
6879         mode bits are right.
6880
6881 2007-01-31  Eric Blake  <ebb9@byu.net>
6882
6883         * modules/mountlist (Depends-on): Add strstr.
6884
6885         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
6886         bug.
6887         * modules/string (Makefile.am): Remove redundant replacement.
6888         * modules/regex (Depends-on): Add mempcpy.
6889
6890 2007-01-31  Bruno Haible  <bruno@clisp.org>
6891
6892         New module description field 'Link'.
6893         * gnulib-tool (func_usage): Document --extract-link-directive.
6894         (sed_extract_prog): Recognize 'Link' directive.
6895         (func_get_link_directive): New function.
6896         (func_import): Show summary of link directives.
6897         Handle --extract-link-directive option.
6898         * modules/acl (Link): New section.
6899         * modules/clock-time (Link): New section.
6900         * modules/euidaccess (Link): New section.
6901         * modules/gettext (Link): New section.
6902         * modules/iconv (Link): New section.
6903         * modules/lock (Link): New section.
6904         * modules/nanosleep (Link): New section.
6905         * modules/readline (Link): New section.
6906
6907 2007-01-27  Bruno Haible  <bruno@clisp.org>
6908
6909         Enforce the use of gnulib modules for unportable <string.h> functions.
6910         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
6911         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
6912         (gl_HEADER_STRING_H_BODY): Require it.
6913         * lib/string_.h: If the gnulib module XYZ is not present, redefine
6914         the symbol XYZ to one that gives a link error.
6915         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
6916         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
6917         * modules/mempcpy (configure.ac): Likewise.
6918         * modules/memrchr (configure.ac): Likewise.
6919         * modules/stpcpy (configure.ac): Likewise.
6920         * modules/stpncpy (configure.ac): Likewise.
6921         * modules/strcase (configure.ac): Likewise.
6922         * modules/strcasestr (configure.ac): Likewise.
6923         * modules/strchrnul (configure.ac): Likewise.
6924         * modules/strdup (configure.ac): Likewise.
6925         * modules/strndup (configure.ac): Likewise.
6926         * modules/strnlen (configure.ac): Likewise.
6927         * modules/strpbrk (configure.ac): Likewise.
6928         * modules/strsep (configure.ac): Likewise.
6929         * modules/strstr (configure.ac): Likewise.
6930         * modules/strtok_r (configure.ac): Likewise.
6931
6932 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
6933
6934         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
6935
6936 2007-01-30  Jim Meyering  <jim@meyering.net>
6937
6938         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
6939
6940 2007-01-29  Bruno Haible  <bruno@clisp.org>
6941
6942         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
6943         * lib/execute.c: Likewise.
6944         * lib/pipe.c: Likewise.
6945         * lib/printf-args.h: Likewise.
6946         * lib/printf-args.c: Likewise.
6947         * lib/printf-parse.c: Likewise.
6948         * lib/vasnprintf.c: Likewise.
6949
6950 2007-01-29  Eric Blake  <ebb9@byu.net>
6951
6952         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
6953         declaration.
6954
6955 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
6956
6957         * lib/strptime.h (strptime): Use 'restrict' for args where
6958         POSIX requires this.
6959         * lib/strptime.c (strptime): Likewise.
6960         Change license notice from LGPL to GPL, since gnulib-tool will
6961         change this as needed.
6962         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
6963         defined.
6964         Include "strptime.h" first, to check interface.
6965         Do not #undef _LIBC and _NL_CURRENT.
6966         Do not include <stdlib.h>; no longer needed.
6967         Include "time_r.h" and declare ptime_locale_status
6968         only if _LIBC is not defined.
6969         (__P): Remove unused macro.
6970         (match_string): Bring back glibc version, but use it only if _LIBC
6971         is defined.
6972         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
6973         Remove unnecessary assertion and abort() call.
6974         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
6975         * m4/strptime.m4: Fix serial number comment.
6976         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
6977         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
6978         (Depends-on): Add time_r.
6979
6980 2007-01-29  Bruno Haible  <bruno@clisp.org>
6981
6982         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
6983         strptime.
6984         * modules/strptime (Depends-on): Add stdbool.
6985         * lib/strptime.h: Include <time.h> always. Add comments.
6986
6987 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
6988
6989         * modules/strptime: New file.
6990         * lib/strptime.h: New file.
6991         * lib/strptime.c: New file.
6992         * m4/strptime.m4: New file.
6993
6994 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
6995
6996         * MODULES.html.sh: New module mpsort.
6997         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
6998
6999         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
7000         a circularity problem with HP-UX ia64 reported by Bob Proulx in
7001         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
7002         All uses changed.
7003         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
7004         All uses changed.
7005         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
7006         to _Restrict_.
7007         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
7008         the parameter matches the prototype.
7009
7010 2007-01-28  Jim Meyering  <jim@meyering.net>
7011
7012         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
7013         sys/time.h here, reverting that part of the previous patch:
7014         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
7015
7016 2007-01-28  Bruno Haible  <bruno@clisp.org>
7017
7018         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
7019         value of $(SYS_TIME_H).
7020         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
7021         remove it conditionally, too. [added by Jim Meyering]
7022         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
7023         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
7024         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
7025         GETTIMEOFDAY_REPLACEMENT to 1.
7026
7027 2007-01-28  Bruno Haible  <bruno@clisp.org>
7028
7029         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
7030         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
7031         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
7032         Set UNISTD_H instead of UNISTD_H2.
7033         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
7034
7035 2007-01-28  Bruno Haible  <bruno@clisp.org>
7036
7037         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
7038         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
7039
7040 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7041
7042         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
7043         (func_create_testdir): Ensure C locale for `grep' and `tr'
7044         character ranges.
7045         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
7046         ACLOCAL_AMFLAGS parsing state machine.
7047
7048 2007-01-27  Bruno Haible  <bruno@clisp.org>
7049
7050         * modules/unistr/base: Update.
7051
7052 2007-01-27  Bruno Haible  <bruno@clisp.org>
7053
7054         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
7055         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
7056         * modules/unistr/u32-mbtouc-unsafe: Renamed from
7057         modules/unistr/u32-mbtouc.
7058         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
7059         * lib/unistr.h: Update.
7060         * lib/linebreak.c: Update.
7061         * modules/unistr/u32-mbtouc: Renamed from
7062         modules/unistr/u32-mbtouc-safe.
7063         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
7064         * lib/unistr.h: Update.
7065         * lib/unistr/u32-to-u8.c: Update.
7066         * lib/unistr/u32-to-u16.c: Update.
7067
7068 2007-01-27  Bruno Haible  <bruno@clisp.org>
7069
7070         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
7071         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
7072         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
7073         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
7074         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
7075         * modules/unistr/u16-mbtouc-unsafe: Renamed from
7076         modules/unistr/u16-mbtouc.
7077         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
7078         * lib/unistr.h: Update.
7079         * lib/linebreak.c: Update.
7080         * modules/linebreak: Update.
7081         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
7082         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
7083         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
7084         * modules/unistr/u16-mbtouc: Renamed from
7085         modules/unistr/u16-mbtouc-safe.
7086         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
7087         * lib/unistr.h: Update.
7088         * lib/unistr/u16-to-u8.c: Update.
7089         * modules/unistr/u16-to-u8: Update.
7090         * lib/unistr/u16-to-u32.c: Update.
7091         * modules/unistr/u16-to-u32: Update.
7092
7093 2007-01-27  Bruno Haible  <bruno@clisp.org>
7094
7095         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
7096         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
7097         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
7098         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
7099         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
7100         * modules/unistr/u8-mbtouc-unsafe: Renamed from
7101         modules/unistr/u8-mbtouc.
7102         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
7103         * lib/unistr.h: Update.
7104         * lib/striconveh.c: Update.
7105         * modules/striconveh: Update.
7106         * lib/linebreak.c: Update.
7107         * modules/linebreak: Update.
7108         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
7109         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
7110         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
7111         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
7112         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
7113         * lib/unistr.h: Update.
7114         * lib/striconveh.c: Update.
7115         * modules/striconveh: Update.
7116         * lib/unistr/u8-to-u16.c: Update.
7117         * modules/unistr/u8-to-u16: Update.
7118         * lib/unistr/u8-to-u32.c: Update.
7119         * modules/unistr/u8-to-u32: Update.
7120
7121 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7122
7123         Sync from Libtool.
7124         * lib/argz.c: Do not include strings.h nor memory.h, include
7125         string.h unconditionally.  Patch by Simon Josefsson.
7126
7127 2007-01-27  Bruno Haible  <bruno@clisp.org>
7128
7129         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
7130         from gl_HEADER_STRING_H_BODY.
7131         (gl_HEADER_STRING_H_BODY): Require it.
7132         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
7133         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
7134         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
7135         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
7136         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
7137         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
7138         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
7139         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
7140         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
7141         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
7142         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
7143         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
7144         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
7145         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
7146         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
7147
7148 2007-01-27  Bruno Haible  <bruno@clisp.org>
7149
7150         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
7151         check_PROGRAMS into noinst_PROGRAMS.
7152         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
7153         check_PROGRAMS in this case.
7154         (func_import): Set for_test to false.
7155         (func_create_testdir): Set for_test to true.
7156
7157 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
7158             Bruno Haible  <bruno@clisp.org>
7159
7160         * modules/strcasestr (Files): Remove lib/strcasestr.h.
7161         (Depends-on): Add string.
7162         (Includes): Use <string.h> instead of strcasestr.h.
7163         * modules/string (Makefile.am): Also substitute the value of
7164         REPLACE_STRCASESTR.
7165         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
7166         assume strcasestr is declared in <string.h> not <strings.h>. Also
7167         set REPLACE_STRCASESTR.
7168         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
7169         REPLACE_STRCASESTR.
7170         * lib/strcasestr.h: Remove file.
7171         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
7172         * lib/string_.h (strcasestr): New declaration.
7173
7174 2007-01-27  Bruno Haible  <bruno@clisp.org>
7175
7176         * lib/string_.h: Use 'extern'.
7177
7178 2007-01-27  Jim Meyering  <jim@meyering.net>
7179
7180         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
7181         of set-but-not-used local, "q".
7182
7183         * lib/mempcpy.c: Include <config.h> before <string.h>.
7184         This fixes a compilation error on HP-UX, due to the system's
7185         "restrict"-using mempcpy prototype.
7186
7187 2007-01-26  Bruno Haible  <bruno@clisp.org>
7188
7189         Small optimization.
7190         * lib/javacomp.c: Include c-strstr.h.
7191          (is_envjavac_gcj): Use c_strstr instead of strstr.
7192         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
7193
7194 2007-01-26  Bruno Haible  <bruno@clisp.org>
7195
7196         * MODULES.html.sh (Unicode string functions): Add the new modules.
7197
7198         * modules/uniconv/u32-strconv-to-locale: New file.
7199         * lib/uniconv/u32-strconv-to-locale.c: New file.
7200
7201         * modules/uniconv/u16-strconv-to-locale: New file.
7202         * lib/uniconv/u16-strconv-to-locale.c: New file.
7203
7204         * modules/uniconv/u8-strconv-to-locale: New file.
7205         * lib/uniconv/u8-strconv-to-locale.c: New file.
7206
7207         * modules/uniconv/u32-strconv-from-locale: New file.
7208         * lib/uniconv/u32-strconv-from-locale.c: New file.
7209
7210         * modules/uniconv/u16-strconv-from-locale: New file.
7211         * lib/uniconv/u16-strconv-from-locale.c: New file.
7212
7213         * modules/uniconv/u8-strconv-from-locale: New file.
7214         * lib/uniconv/u8-strconv-from-locale.c: New file.
7215
7216         * modules/uniconv/u32-strconv-to-enc: New file.
7217         * lib/uniconv/u32-strconv-to-enc.c: New file.
7218         * modules/uniconv/u32-strconv-to-enc-tests: New file.
7219         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
7220
7221         * modules/uniconv/u16-strconv-to-enc: New file.
7222         * lib/uniconv/u16-strconv-to-enc.c: New file.
7223         * lib/uniconv/u-strconv-to-enc.h: New file.
7224         * modules/uniconv/u16-strconv-to-enc-tests: New file.
7225         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
7226
7227         * modules/uniconv/u8-strconv-to-enc: New file.
7228         * lib/uniconv/u8-strconv-to-enc.c: New file.
7229         * modules/uniconv/u8-strconv-to-enc-tests: New file.
7230         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
7231
7232         * modules/uniconv/u32-strconv-from-enc: New file.
7233         * lib/uniconv/u32-strconv-from-enc.c: New file.
7234         * modules/uniconv/u32-strconv-from-enc-tests: New file.
7235         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
7236
7237         * modules/uniconv/u16-strconv-from-enc: New file.
7238         * lib/uniconv/u16-strconv-from-enc.c: New file.
7239         * modules/uniconv/u16-strconv-from-enc-tests: New file.
7240         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
7241
7242         * modules/uniconv/u8-strconv-from-enc: New file.
7243         * lib/uniconv/u8-strconv-from-enc.c: New file.
7244         * lib/uniconv/u-strconv-from-enc.h: New file.
7245         * modules/uniconv/u8-strconv-from-enc-tests: New file.
7246         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
7247
7248         * modules/uniconv/u32-conv-from-enc: New file.
7249         * lib/uniconv/u32-conv-from-enc.c: New file.
7250         * modules/uniconv/u32-conv-from-enc-tests: New file.
7251         * tests/uniconv/test-u32-conv-from-enc.c: New file.
7252
7253         * modules/uniconv/u16-conv-from-enc: New file.
7254         * lib/uniconv/u16-conv-from-enc.c: New file.
7255         * lib/uniconv/u-conv-from-enc.h: New file.
7256         * modules/uniconv/u16-conv-from-enc-tests: New file.
7257         * tests/uniconv/test-u16-conv-from-enc.c: New file.
7258
7259         * modules/uniconv/u8-conv-from-enc: New file.
7260         * lib/uniconv/u8-conv-from-enc.c: New file.
7261         * modules/uniconv/u8-conv-from-enc-tests: New file.
7262         * tests/uniconv/test-u8-conv-from-enc.c: New file.
7263
7264         * modules/uniconv/base: New file.
7265         * lib/uniconv.h: New file.
7266
7267 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
7268
7269         * doc/gnulib-tool.texi (Initial import): Update to match current
7270         behavior with strdup module.
7271         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
7272         * lib/memmem.h: Remove; all uses removed.  This is now done
7273         by <string.h>.
7274         * lib/mempcpy.h: Likewise.
7275         * lib/memrchr.h: Likewise.
7276         * lib/stpcpy.h: Likewise.
7277         * lib/stpncpy.h: Likewise.
7278         * lib/strcase.h: Likewise.
7279         * lib/strchrnul.h: Likewise.
7280         * lib/strdup.h: Likewise.
7281         * lib/strndup.h: Likewise.
7282         * lib/strnlen.h: Likewise.
7283         * lib/strpbrk.h: Likewise.
7284         * lib/strsep.h: Likewise.
7285         * lib/strstr.h: Likewise.
7286         * lib/strtok_r.h: Likewise.
7287         * lib/string_.h: New file.
7288         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
7289         Rely on <string.h> instead.
7290         * lib/canon-host.c: Likewise.
7291         * lib/chdir-long.c: Likewise.
7292         * lib/concatpath.c: Likewise.
7293         * lib/exclude.c: Likewise.
7294         * lib/fchdir.c: Likewise.
7295         * lib/getaddrinfo.c: Likewise.
7296         * lib/getcwd.c: Likewise.
7297         * lib/getsubopt.c: Likewise.
7298         * lib/glob.c: Likewise.
7299         * lib/hard-locale.c: Likewise.
7300         * lib/iconvme.c: Likewise.
7301         * lib/javacomp.c: Likewise.
7302         * lib/mempcpy.c: Likewise.
7303         * lib/memrchr.c: Likewise.
7304         * lib/regex_internal.h: Likewise.
7305         * lib/stpncpy.c: Likewise.
7306         * lib/strcasecmp.c: Likewise.
7307         * lib/strchrnul.c: Likewise.
7308         * lib/strdup.c: Likewise.
7309         * lib/striconv.c: Likewise.
7310         * lib/striconveh.c: Likewise.
7311         * lib/striconveha.c: Likewise.
7312         * lib/strncasecmp.c: Likewise.
7313         * lib/strndup.c: Likewise.
7314         * lib/strnlen.c: Likewise.
7315         * lib/strsep.c: Likewise.
7316         * lib/strstr.c: Likewise.
7317         * lib/strtok_r.c: Likewise.
7318         * lib/userspec.c: Likewise.
7319         * lib/w32spawn.h: Likewise.
7320         * lib/xstrndup.c: Likewise.
7321         * lib/mountlist.c (strstr): Remove decl.
7322         * m4/string_h.m4: New file.
7323         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
7324         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
7325         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
7326         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
7327         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
7328         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
7329         Set REPLACE_STRCASECMP if necessary.
7330         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
7331         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
7332         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
7333         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
7334         HAVE_DECL_STRDUP if necessary.
7335         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
7336         since gl_FUNC_STRNDUP does that now.
7337         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
7338         Check for decl here...
7339         (gl_PREREQ_STRNLEN): ... not here.
7340         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
7341         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
7342         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
7343         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
7344         necessary.
7345         * modules/string: New file.
7346         * modules/memmem (Files): Remove special-purpose include file.
7347         (Depends-on): Add string.
7348         (Include): Include <string.h>, not the removed file.
7349         * modules/mempcpy: Likewise.
7350         * modules/memrchr: Likewise.
7351         * modules/stpcpy: Likewise.
7352         * modules/stpncpy: Likewise.
7353         * modules/strcase: Likewise.
7354         * modules/strchrnul: Likewise.
7355         * modules/strdup: Likewise.
7356         * modules/strndup: Likewise.
7357         * modules/strnlen: Likewise.
7358         * modules/strpbrk: Likewise.
7359         * modules/strsep: Likewise.
7360         * modules/strstr: Likewise.
7361         * modules/strtok_r: Likewise.
7362         * tests/test-dirname.c: Don't include "strdup.h", since
7363         <string.h> now suffices.
7364         * tests/test-memmem.c: Don't include "memmem.h", since
7365         <string.h> now suffices.
7366
7367 2007-01-25  Bruno Haible  <bruno@clisp.org>
7368
7369         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
7370         *resultp is 0.
7371
7372         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
7373         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
7374         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
7375         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
7376
7377         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
7378         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
7379         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
7380         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
7381         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
7382         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
7383
7384 2007-01-24  Bruno Haible  <bruno@clisp.org>
7385
7386         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
7387         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
7388         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
7389         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
7390         gl_FUNC_FTS_CORE.
7391         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
7392         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
7393         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
7394         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
7395         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
7396         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
7397         gl_FUNC_FCHOWNAT.
7398         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
7399         gl_FUNC_STRFTIME.
7400         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
7401         Reported by Ralf Wildenhues.
7402
7403 2007-01-24  Bruno Haible  <bruno@clisp.org>
7404
7405         Drop AC_REQUIRE calls that are redundant with the module dependencies.
7406         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
7407         gl_GETADDRINFO.
7408         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
7409         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
7410         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
7411
7412 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
7413
7414         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
7415         Don't use 'exit'; just return from 'main'.
7416         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
7417
7418         * lib/fnmatch_.h: Readjust white space and comments to match
7419         glibc, to avoid spurious diffs.
7420
7421 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
7422
7423         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
7424         2004-12-01 change by Jakub Jelinek, since this code won't compile
7425         if !LIBC.  Problem reported by Bob Proulx.
7426
7427 2007-01-23  Bruno Haible  <bruno@clisp.org>
7428
7429         * lib/striconveh.c: Include c-strcaseeq.h.
7430         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
7431         * modules/striconveh (Depends-on): Add c-strcaseeq.
7432
7433 2007-01-23  Bruno Haible  <bruno@clisp.org>
7434
7435         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
7436
7437         * modules/c-strcaseeq: New file.
7438         * lib/c-strcaseeq.h: New file.
7439
7440         * modules/streq: New file.
7441         * lib/streq.h: New file.
7442
7443 2007-01-23  Bruno Haible  <bruno@clisp.org>
7444
7445         * modules/striconveha-tests: New file.
7446         * tests/test-striconveha.c: New file.
7447
7448         * lib/striconveha.h: Include <stdbool.h>.
7449         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
7450         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
7451         (mem_iconveha_notranslit): Renamed from mem_iconveha.
7452         (mem_iconveha): New function.
7453         (str_iconveha_notranslit): Renamed from str_iconveha.
7454         (str_iconveha): New function.
7455         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
7456         c-strcase.
7457
7458 2007-01-23  Bruno Haible  <bruno@clisp.org>
7459
7460         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
7461         encodings without forgiving before trying any encoding with handler.
7462         (str_iconveha): Try all encodings without forgiving before trying any
7463         encoding with handler.
7464
7465 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
7466
7467         Import the following changes from libc.
7468
7469         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
7470
7471         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
7472
7473         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
7474
7475         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
7476         normal_bracket label.
7477
7478         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
7479
7480         [BZ #361]
7481         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
7482         to normal_bracket after fetching the next character.
7483
7484 2007-01-22  Bruno Haible  <bruno@clisp.org>
7485
7486         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
7487         argument.
7488         * lib/striconveh.c (iconv_carefully_1): New function.
7489         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
7490         argument.
7491         (str_cd_iconveh): Update.
7492         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
7493         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
7494         * tests/test-striconveh.c (MAGIC): New macro.
7495         (new_offsets): New function.
7496         (main): Test call with and without offsets.
7497
7498 2007-01-22  Bruno Haible  <bruno@clisp.org>
7499
7500         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
7501         * modules/sys_select (Makefile.am): Likewise.
7502         * modules/sys_socket (Makefile.am): Likewise.
7503         * modules/sys_time (Makefile.am): Likewise.
7504
7505 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
7506
7507         * modules/gettimeofday (License): Change from GPL to LGPL, since
7508         gettimeofday is a library function.
7509
7510 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7511
7512         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
7513
7514 2007-01-21  Bruno Haible  <bruno@clisp.org>
7515
7516         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
7517
7518 2007-01-21  Bruno Haible  <bruno@clisp.org>
7519
7520         * modules/striconveha: New file.
7521         * lib/striconveha.h: New file.
7522         * lib/striconveha.c: New file.
7523         * MODULES.html.sh (Internationalization functions): Add striconveha.
7524         * lib/striconv.c (str_iconv): Optimize the case of an empty input
7525         string.
7526         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
7527
7528 2007-01-21  Bruno Haible  <bruno@clisp.org>
7529
7530         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
7531         * lib/striconveh.c (str_iconveh): Likewise.
7532
7533 2007-01-21  Bruno Haible  <bruno@clisp.org>
7534
7535         * lib/striconveh.h (mem_iconveh): New declaration.
7536         * lib/striconveh.c (mem_iconveh): New function.
7537         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
7538
7539 2007-01-21  Bruno Haible  <bruno@clisp.org>
7540
7541         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
7542
7543         * lib/striconveh.h (mem_cd_iconveh): Change specification.
7544         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
7545         original result buffer.
7546         (str_cd_iconveh): Update.
7547         * tests/test-striconveh.c (main): Update.
7548
7549         * lib/striconv.h (mem_cd_iconv): Change specification.
7550         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
7551         result buffer.
7552         (str_cd_iconv): Update.
7553         * tests/test-striconv.c (main): Update.
7554
7555 2007-01-21  Bruno Haible  <bruno@clisp.org>
7556
7557         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
7558
7559 2007-01-20  Jim Meyering  <jim@meyering.net>
7560
7561         * lib/userspec.c (parse_with_separator): If a user or group string
7562         starts with "+", skip the corresponding name-to-ID look-up, since
7563         such a look-up must fail: user and group names may not include "+".
7564
7565 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
7566
7567         * lib/poll.c: Include sys/time.h and time.h unconditionally,
7568         since we now assume the sys_time module.
7569         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
7570         check for sys/time.h; no longer needed.
7571         * modules/poll (Depends-on): Depend on sys_time.
7572
7573 2007-01-18  Bruno Haible  <bruno@clisp.org>
7574
7575         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
7576         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
7577
7578         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
7579         gettimeofday.
7580
7581         * tests/test-gettimeofday.c: Include <time.h>.
7582         (dummy): Remove variable.
7583
7584         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
7585         gl_HEADER_SYS_TIME_H.
7586         (gl_HEADER_SYS_TIME_H): New macro.
7587
7588         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
7589         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
7590         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
7591         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
7592         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
7593         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
7594         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
7595         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
7596         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
7597         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
7598         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
7599
7600         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
7601         last change; it caused a compilation error when cross-compiling to
7602         Cygwin.
7603
7604 2007-01-18  Jim Meyering  <jim@meyering.net>
7605
7606         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
7607         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
7608         than the race-prone "test -d sys || mkdir sys".
7609         (configure.ac): Use AC_PROG_MKDIR_P.
7610         * modules/sys_select: Likewise.
7611         * modules/sys_socket: Likewise.
7612         * modules/sys_time: Likewise.
7613
7614 2007-01-18  Eric Blake  <ebb9@byu.net>
7615
7616         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
7617         replace gettimeofday.
7618         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
7619         name, to avoid infinite recursion.
7620
7621 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
7622
7623         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
7624         module sys_time.
7625         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
7626         assume timespec.h defines struct timeval.
7627         * lib/settime.c: Likewise.
7628         * lib/utimens.c: Likewise.
7629         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
7630         since we now assume the gettimeofday module.
7631         * lib/tempname.c (__gen_tempname): Likewise.
7632         * lib/gettimeofday.h: Remove.
7633         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
7634         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
7635         Include <time.h>, for 'time()'.
7636         (localtime_buffer_addr): Also use this workaround if
7637         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
7638         to simplify the uses.  All uses changed.
7639         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
7640         that #undef is inside {}, and 'const' follows type name consistently.
7641         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
7642         (gettimeofday): Do not use the maximum possible value for
7643         tv->tv_usec, since that might break usages other than ls.c.
7644         Instead, we'll leave ls.c alone.  This undoes today's patch
7645         by Bruno.  Add a compile-time warning for 1s-clock resolution;
7646         we've never observed the problem but might as well keep the
7647         canary.
7648         * lib/nanosleep.c: Include timespec.h first, for interface check.
7649         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
7650         now assume the sys_time module.
7651         * lib/tempname.c: Likewise.
7652         * lib/timespec.h: Likewise.
7653         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
7654         needed.
7655         * lib/strftime.c: Likewise.
7656         * lib/timespec.h: Likewise.
7657         * lib/posixtm.c: Include posixtm.h first, for interface check.
7658         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
7659         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
7660         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
7661         * lib/sys_time_.h: New file.
7662         * lib/timespec.h (struct timespec): Use long int, not long.
7663         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
7664         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
7665         Remove obsolescent call to AC_HEADER_TIME.
7666         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
7667         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
7668         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
7669         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
7670         Likewise.
7671         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
7672         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
7673         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
7674         into the sys_time module.  Check for gettimeofday just once.
7675         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
7676         for gettimeofday signature to just check the signature.  Merely
7677         compile it, since linking doesn't test signature.  Improve test for
7678         whether gettimeofday.o is actually needed.
7679         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
7680         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
7681         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
7682         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
7683         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
7684         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
7685         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
7686         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
7687         than worrying about sys/time.h.
7688         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
7689         Don't bother worrying about TIME_WITH_SYS_TIME.
7690         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
7691         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
7692         * m4/sys_time_h.m4: New file.
7693         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
7694         Don't include sys/time.h.  Return from main rather than exiting.
7695         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
7696         all uses changed.
7697         * modules/gethrxtime (Depends-on): Add sys_time.
7698         * modules/gettime (Depends-on): Likewise.
7699         * modules/gettimeofday (Depends-on): Likewise.
7700         * modules/nanosleep (Depends-on): Likewise.
7701         * modules/settime (Depends-on): Likewise.
7702         * modules/tempname (Depends-on): Likewise.
7703         * modules/utimens (Depends-on): Likewise.
7704         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
7705         (Include:) Change back to <sys/time.h>.
7706         (Maintainer:) Add self.
7707         * modules/sys_time: New file.
7708         * modules/tempname (Depends-on): Add gettimeofday.
7709         * tests/test-gettimeofday.c: Include <sys/time.h>
7710         rather than gettimeofday.h.
7711
7712 2007-01-17  Bruno Haible  <bruno@clisp.org>
7713
7714         * gnulib-tool (func_get_license): Revert last patch. Instead, let
7715         the license default to GPL.
7716         (func_create_testdir): Don't complain if a module is LGPL and its
7717         tests module depends on GPLed modules.
7718
7719 2007-01-17  Bruno Haible  <bruno@clisp.org>
7720
7721         * lib/gettimeofday.c (gettimeofday): Add code for the case
7722         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
7723         maximum possible value for tv->tv_usec, rather than the minimum one.
7724
7725 2005-10-08  Martin Lambers  <marlam@marlam.de>
7726 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
7727 2007-01-16  Bruno Haible  <bruno@clisp.org>
7728
7729         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
7730         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
7731         gl_FUNC_GETTIMEOFDAY.
7732         (Include): Add gettimeofday.h.
7733         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
7734         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
7735         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
7736         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
7737         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
7738         * lib/gettimeofday.h: New file.
7739         * lib/gettimeofday.c: Include <sys/timeb.h>.
7740         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
7741         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
7742         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
7743         fall back on time().
7744
7745         * tests/test-gettimeofday.c: New file.
7746         * modules/gettimeofday-tests: New file.
7747
7748 2007-01-16  Eric Blake  <ebb9@byu.net>
7749
7750         * modules/fnmatch (Depends-on): Depend on wchar.
7751         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
7752         * m4/fnmatch.m4: Likewise.
7753         * modules/mbchar (Makefile.am): Assume <wchar.h>.
7754         * m4/mbchar.m4: Likewise.
7755         * modules/mbswidth (Depends-on): Depend on wchar.
7756         * lib/mbswidth.c: Assume <wchar.h>.
7757         * m4/mbswidth.m4: Likewise.
7758         * modules/quotearg (Depends-on): Depend on wchar.
7759         * lib/quotearg.c: Assume <wchar.h>.
7760         * m4/quotearg.m4: Likewise.
7761         * modules/regex (Depends-on): Depend on wchar.
7762         * lib/regex_internal.h: Assume <wchar.h>.
7763         * m4/regex.m4: Likewise.
7764         * modules/stdint (Depends-on): Depend on wchar.
7765         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
7766         * m4/stdint.m4: Likewise.
7767         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
7768         * modules/strftime (Depends-on): Depend on wchar.
7769         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
7770         * modules/strtol (Depends-on): Depend on wchar.
7771         * lib/strtol.c: Assume <wchar.h>.
7772         * modules/wcwidth (Depends-on): Depend on wchar.
7773         * lib/wcwidth.h: Assume <wchar.h>.
7774         * m4/wcwidth.m4: Likewise.
7775
7776 2007-01-16  Bruno Haible  <bruno@clisp.org>
7777
7778         * modules/csharpexec-script: New, created from...
7779         * modules/csharpexec: ... this.
7780
7781 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
7782
7783         * modules/javaexec-script: New, created from...
7784         * modules/javaexec: ... this.
7785
7786 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7787
7788         * modules/poll (Dependencies): Add sys_select.
7789
7790 2007-01-15  Jim Meyering  <jim@meyering.net>
7791
7792         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
7793         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
7794         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
7795         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
7796
7797 2007-01-15  Bruno Haible  <bruno@clisp.org>
7798
7799         * modules/striconveh: New file.
7800         * lib/striconveh.h: New file.
7801         * lib/striconveh.c: New file.
7802         * MODULES.html.sh (Internationalization functions): Add striconveh.
7803
7804         * modules/striconveh-tests: New file.
7805         * tests/test-striconveh.c: New file.
7806
7807 2007-01-15  Bruno Haible  <bruno@clisp.org>
7808
7809         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
7810         not from GNU libiconv or GNU libc.
7811
7812 2007-01-15  Bruno Haible  <bruno@clisp.org>
7813
7814         * doc/gnulib-intro.texi (Copyright): Explain the different license
7815         terms for module descriptions, autoconf macros, tests, documentation.
7816
7817 2007-01-14  Bruno Haible  <bruno@clisp.org>
7818
7819         * modules/striconv-tests: New file.
7820         * tests/test-striconv.c: New file.
7821
7822 2007-01-14  Bruno Haible  <bruno@clisp.org>
7823
7824         * modules/iconv-tests: New file.
7825         * tests/test-iconv.c: New file.
7826
7827 2007-01-14  Bruno Haible  <bruno@clisp.org>
7828
7829         * gnulib-tool (func_get_license): For test modules, use the license of
7830         the main module.
7831
7832 2007-01-14  Bruno Haible  <bruno@clisp.org>
7833
7834         * modules/iconv (Include): Clarify that <iconv.h> can only be included
7835         if iconv is found to exist.
7836
7837 2007-01-14  Bruno Haible  <bruno@clisp.org>
7838
7839         * modules/c-ctype-tests: New file.
7840         * tests/test-c-ctype.c: New file.
7841
7842 2007-01-14  Bruno Haible  <bruno@clisp.org>
7843
7844         * modules/binary-io-tests: New file.
7845         * tests/test-binary-io.sh: New file.
7846         * tests/test-binary-io.c: New file.
7847
7848 2007-01-14  Bruno Haible  <bruno@clisp.org>
7849
7850         * modules/array-oset-tests: New file.
7851         * tests/test-array_oset.c: New file.
7852
7853 2007-01-14  Bruno Haible  <bruno@clisp.org>
7854
7855         * modules/array-list-tests: New file.
7856         * tests/test-array_list.c: New file.
7857
7858 2007-01-14  Bruno Haible  <bruno@clisp.org>
7859
7860         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
7861         and make.
7862         Reported by Simon Josefsson in
7863         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
7864
7865 2007-01-14  Bruno Haible  <bruno@clisp.org>
7866
7867         * modules/allocsa-tests: New file.
7868         * tests/test-allocsa.c: New file.
7869
7870 2007-01-14  Bruno Haible  <bruno@clisp.org>
7871
7872         * modules/fchdir (Depends-on): Add absolute-header.
7873         * modules/unistd (Depends-on): Likewise.
7874
7875 2006-12-30  Bruno Haible  <bruno@clisp.org>
7876
7877         * modules/fchdir: New file.
7878         * modules/unistd (Files): Add lib/unistd_.h.
7879         (Makefile.am): Generate unistd.h from unistd_.h.
7880         * lib/fchdir.c: New file.
7881         * lib/dirent_.h: New file.
7882         * lib/unistd_.h: New file.
7883         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
7884         * m4/fchdir.m4: New file.
7885         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
7886         (gl_HEADER_UNISTD): Invoke it.
7887         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
7888         function.
7889         * lib/backupfile.c (opendir, closedir): Undefine.
7890         * lib/chown.c (open, close): Undefine.
7891         * lib/clean-temp.c (open, close): Undefine.
7892         * lib/copy-file.c (open, close): Undefine.
7893         * lib/execute.c (open, close): Undefine.
7894         * lib/fsusage.c (open, close): Undefine.
7895         * lib/gc-gnulib.c (open, close): Undefine.
7896         * lib/getcwd.c (opendir, closedir): Undefine.
7897         * lib/glob.c (opendir, closedir): Undefine.
7898         * lib/javacomp.c (open, close): Undefine.
7899         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
7900         * lib/openat-proc.c (open, close): Undefine.
7901         * lib/pagealign_alloc.c (open, close): Undefine.
7902         * lib/pipe.c (open, close): Undefine.
7903         * lib/progreloc.c (open, close): Undefine.
7904         * lib/savedir.c (opendir, closedir): Undefine.
7905         * lib/utime.c (open, close): Undefine.
7906         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
7907
7908 2007-01-10  Bruno Haible  <bruno@clisp.org>
7909
7910         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
7911
7912 2007-01-12  Eric Blake  <ebb9@byu.net>
7913
7914         Provide a robust <wchar.h>.  Further simplifications are now
7915         possible in other modules, but not included here.
7916         * modules/wchar: New module.
7917         * m4/wchar.m4: New file.
7918         * lib/wchar_.h: Likewise.
7919         * modules/mbchar (Depends-on): Depend on wchar, as the first use
7920         of the new module.
7921         * MODULES.html.sh (Extended multibyte and wide character utilities):
7922         New section.
7923
7924 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
7925
7926         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
7927         to a reasonable default for memory allocation.
7928         (xreadlink): Don't allocate a huge buffer, to work around a buggy
7929         file system that reports garbage st_size values for symlinks.
7930         Problem reported by Liyang Hu.
7931
7932 2007-01-11  Simon Josefsson  <simon@josefsson.org>
7933
7934         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
7935         Emacs .#* auto-save files).
7936
7937 2007-01-11  Bruno Haible  <bruno@clisp.org>
7938
7939         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
7940         directory.
7941
7942 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
7943
7944         Use @...@ consistently in lib/wctype_.h.
7945         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
7946         on it being set to 1 or 0.
7947         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
7948         go back to AC_SUBSTing it.
7949         * modules/wctype (Makefile.am): Undo previous change.
7950
7951 2007-01-10  Eric Blake  <ebb9@byu.net>
7952
7953         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
7954         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
7955         * modules/wctype (Makefile.am): Likewise.
7956         Reported by Chris McGuire.
7957
7958 2007-01-10  Jim Meyering  <jim@meyering.net>
7959
7960         fts.c: a small readability/maintainability improvement
7961         * lib/fts.c (fts_read): Make this code slightly more readable and
7962         maintainable by hoisting the "sp->fts_cur = p" assignments to
7963         immediately follow the statements that set P.  Derived from
7964         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
7965
7966 2007-01-10  Eric Blake  <ebb9@byu.net>
7967
7968         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
7969         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
7970         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
7971         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
7972         Reported by Chris McGuire.
7973
7974 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7975
7976         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
7977         in sed script.
7978
7979 2007-01-09  Bruno Haible  <bruno@clisp.org>
7980
7981         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
7982         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
7983         variables.
7984         (func_module): Use them.
7985
7986 2007-01-09  Bruno Haible  <bruno@clisp.org>
7987
7988         * modules/unistr/base: New file.
7989         * lib/unistr.h: New file.
7990
7991         * modules/unistr/u8-to-u16: New file.
7992         * lib/unistr/u8-to-u16.c: New file.
7993
7994         * modules/unistr/u8-to-u32: New file.
7995         * lib/unistr/u8-to-u32.c: New file.
7996
7997         * modules/unistr/u16-to-u8: New file.
7998         * lib/unistr/u16-to-u8.c: New file.
7999
8000         * modules/unistr/u16-to-u32: New file.
8001         * lib/unistr/u16-to-u32.c: New file.
8002
8003         * modules/unistr/u32-to-u8: New file.
8004         * lib/unistr/u32-to-u8.c: New file.
8005
8006         * modules/unistr/u32-to-u16: New file.
8007         * lib/unistr/u32-to-u16.c: New file.
8008
8009         * modules/unistr/u8-check: New file.
8010         * modules/unistr/u16-check: New file.
8011         * modules/unistr/u32-check: New file.
8012         * lib/unistr/u8-check.c: New file.
8013         * lib/unistr/u16-check.c: New file.
8014         * lib/unistr/u32-check.c: New file.
8015
8016         * modules/unistr/u8-chr: New file.
8017         * modules/unistr/u16-chr: New file.
8018         * modules/unistr/u32-chr: New file.
8019         * lib/unistr/u8-chr.c: New file.
8020         * lib/unistr/u16-chr.c: New file.
8021         * lib/unistr/u32-chr.c: New file.
8022
8023         * modules/unistr/u8-cmp: New file.
8024         * modules/unistr/u16-cmp: New file.
8025         * modules/unistr/u32-cmp: New file.
8026         * lib/unistr/u8-cmp.c: New file.
8027         * lib/unistr/u16-cmp.c: New file.
8028         * lib/unistr/u32-cmp.c: New file.
8029
8030         * modules/unistr/u8-cpy: New file.
8031         * modules/unistr/u16-cpy: New file.
8032         * modules/unistr/u32-cpy: New file.
8033         * lib/unistr/u8-cpy.c: New file.
8034         * lib/unistr/u16-cpy.c: New file.
8035         * lib/unistr/u32-cpy.c: New file.
8036         * lib/unistr/u-cpy.h: New file.
8037
8038         * modules/unistr/u8-cpy-alloc: New file.
8039         * modules/unistr/u16-cpy-alloc: New file.
8040         * modules/unistr/u32-cpy-alloc: New file.
8041         * lib/unistr/u8-cpy-alloc.c: New file.
8042         * lib/unistr/u16-cpy-alloc.c: New file.
8043         * lib/unistr/u32-cpy-alloc.c: New file.
8044         * lib/unistr/u-cpy-alloc.h: New file.
8045
8046         * modules/unistr/u8-endswith: New file.
8047         * modules/unistr/u16-endswith: New file.
8048         * modules/unistr/u32-endswith: New file.
8049         * lib/unistr/u8-endswith.c: New file.
8050         * lib/unistr/u16-endswith.c: New file.
8051         * lib/unistr/u32-endswith.c: New file.
8052         * lib/unistr/u-endswith.h: New file.
8053
8054         * modules/unistr/u8-mblen: New file.
8055         * modules/unistr/u16-mblen: New file.
8056         * modules/unistr/u32-mblen: New file.
8057         * lib/unistr/u8-mblen.c: New file.
8058         * lib/unistr/u16-mblen.c: New file.
8059         * lib/unistr/u32-mblen.c: New file.
8060
8061         * modules/unistr/u8-mbtouc: New file.
8062         * modules/unistr/u16-mbtouc: New file.
8063         * modules/unistr/u32-mbtouc: New file.
8064         * lib/unistr/u8-mbtouc.c: New file.
8065         * lib/unistr/u16-mbtouc.c: New file.
8066         * lib/unistr/u32-mbtouc.c: New file.
8067
8068         * modules/unistr/u8-mbtouc-safe: New file.
8069         * modules/unistr/u16-mbtouc-safe: New file.
8070         * modules/unistr/u32-mbtouc-safe: New file.
8071         * lib/unistr/u8-mbtouc-safe.c: New file.
8072         * lib/unistr/u16-mbtouc-safe.c: New file.
8073         * lib/unistr/u32-mbtouc-safe.c: New file.
8074
8075         * modules/unistr/u8-move: New file.
8076         * modules/unistr/u16-move: New file.
8077         * modules/unistr/u32-move: New file.
8078         * lib/unistr/u8-move.c: New file.
8079         * lib/unistr/u16-move.c: New file.
8080         * lib/unistr/u32-move.c: New file.
8081         * lib/unistr/u-move.h: New file.
8082
8083         * modules/unistr/u8-next: New file.
8084         * modules/unistr/u16-next: New file.
8085         * modules/unistr/u32-next: New file.
8086         * lib/unistr/u8-next.c: New file.
8087         * lib/unistr/u16-next.c: New file.
8088         * lib/unistr/u32-next.c: New file.
8089
8090         * modules/unistr/u8-prev: New file.
8091         * modules/unistr/u16-prev: New file.
8092         * modules/unistr/u32-prev: New file.
8093         * lib/unistr/u8-prev.c: New file.
8094         * lib/unistr/u16-prev.c: New file.
8095         * lib/unistr/u32-prev.c: New file.
8096
8097         * modules/unistr/u8-set: New file.
8098         * modules/unistr/u16-set: New file.
8099         * modules/unistr/u32-set: New file.
8100         * lib/unistr/u8-set.c: New file.
8101         * lib/unistr/u16-set.c: New file.
8102         * lib/unistr/u32-set.c: New file.
8103         * lib/unistr/u-set.h: New file.
8104
8105         * modules/unistr/u8-startswith: New file.
8106         * modules/unistr/u16-startswith: New file.
8107         * modules/unistr/u32-startswith: New file.
8108         * lib/unistr/u8-startswith.c: New file.
8109         * lib/unistr/u16-startswith.c: New file.
8110         * lib/unistr/u32-startswith.c: New file.
8111         * lib/unistr/u-startswith.h: New file.
8112
8113         * modules/unistr/u8-stpcpy: New file.
8114         * modules/unistr/u16-stpcpy: New file.
8115         * modules/unistr/u32-stpcpy: New file.
8116         * lib/unistr/u8-stpcpy.c: New file.
8117         * lib/unistr/u16-stpcpy.c: New file.
8118         * lib/unistr/u32-stpcpy.c: New file.
8119         * lib/unistr/u-stpcpy.h: New file.
8120
8121         * modules/unistr/u8-stpncpy: New file.
8122         * modules/unistr/u16-stpncpy: New file.
8123         * modules/unistr/u32-stpncpy: New file.
8124         * lib/unistr/u8-stpncpy.c: New file.
8125         * lib/unistr/u16-stpncpy.c: New file.
8126         * lib/unistr/u32-stpncpy.c: New file.
8127         * lib/unistr/u-stpncpy.h: New file.
8128
8129         * modules/unistr/u8-strcat: New file.
8130         * modules/unistr/u16-strcat: New file.
8131         * modules/unistr/u32-strcat: New file.
8132         * lib/unistr/u8-strcat.c: New file.
8133         * lib/unistr/u16-strcat.c: New file.
8134         * lib/unistr/u32-strcat.c: New file.
8135         * lib/unistr/u-strcat.h: New file.
8136
8137         * modules/unistr/u8-strchr: New file.
8138         * modules/unistr/u16-strchr: New file.
8139         * modules/unistr/u32-strchr: New file.
8140         * lib/unistr/u8-strchr.c: New file.
8141         * lib/unistr/u16-strchr.c: New file.
8142         * lib/unistr/u32-strchr.c: New file.
8143
8144         * modules/unistr/u8-strcmp: New file.
8145         * modules/unistr/u16-strcmp: New file.
8146         * modules/unistr/u32-strcmp: New file.
8147         * lib/unistr/u8-strcmp.c: New file.
8148         * lib/unistr/u16-strcmp.c: New file.
8149         * lib/unistr/u32-strcmp.c: New file.
8150
8151         * modules/unistr/u8-strcpy: New file.
8152         * modules/unistr/u16-strcpy: New file.
8153         * modules/unistr/u32-strcpy: New file.
8154         * lib/unistr/u8-strcpy.c: New file.
8155         * lib/unistr/u16-strcpy.c: New file.
8156         * lib/unistr/u32-strcpy.c: New file.
8157         * lib/unistr/u-strcpy.h: New file.
8158
8159         * modules/unistr/u8-strcspn: New file.
8160         * modules/unistr/u16-strcspn: New file.
8161         * modules/unistr/u32-strcspn: New file.
8162         * lib/unistr/u8-strcspn.c: New file.
8163         * lib/unistr/u16-strcspn.c: New file.
8164         * lib/unistr/u32-strcspn.c: New file.
8165         * lib/unistr/u-strcspn.h: New file.
8166
8167         * modules/unistr/u8-strdup: New file.
8168         * modules/unistr/u16-strdup: New file.
8169         * modules/unistr/u32-strdup: New file.
8170         * lib/unistr/u8-strdup.c: New file.
8171         * lib/unistr/u16-strdup.c: New file.
8172         * lib/unistr/u32-strdup.c: New file.
8173         * lib/unistr/u-strdup.h: New file.
8174
8175         * modules/unistr/u8-strlen: New file.
8176         * modules/unistr/u16-strlen: New file.
8177         * modules/unistr/u32-strlen: New file.
8178         * lib/unistr/u8-strlen.c: New file.
8179         * lib/unistr/u16-strlen.c: New file.
8180         * lib/unistr/u32-strlen.c: New file.
8181         * lib/unistr/u-strlen.h: New file.
8182
8183         * modules/unistr/u8-strmblen: New file.
8184         * modules/unistr/u16-strmblen: New file.
8185         * modules/unistr/u32-strmblen: New file.
8186         * lib/unistr/u8-strmblen.c: New file.
8187         * lib/unistr/u16-strmblen.c: New file.
8188         * lib/unistr/u32-strmblen.c: New file.
8189
8190         * modules/unistr/u8-strmbtouc: New file.
8191         * modules/unistr/u16-strmbtouc: New file.
8192         * modules/unistr/u32-strmbtouc: New file.
8193         * lib/unistr/u8-strmbtouc.c: New file.
8194         * lib/unistr/u16-strmbtouc.c: New file.
8195         * lib/unistr/u32-strmbtouc.c: New file.
8196
8197         * modules/unistr/u8-strncat: New file.
8198         * modules/unistr/u16-strncat: New file.
8199         * modules/unistr/u32-strncat: New file.
8200         * lib/unistr/u8-strncat.c: New file.
8201         * lib/unistr/u16-strncat.c: New file.
8202         * lib/unistr/u32-strncat.c: New file.
8203         * lib/unistr/u-strncat.h: New file.
8204
8205         * modules/unistr/u8-strncmp: New file.
8206         * modules/unistr/u16-strncmp: New file.
8207         * modules/unistr/u32-strncmp: New file.
8208         * lib/unistr/u8-strncmp.c: New file.
8209         * lib/unistr/u16-strncmp.c: New file.
8210         * lib/unistr/u32-strncmp.c: New file.
8211
8212         * modules/unistr/u8-strncpy: New file.
8213         * modules/unistr/u16-strncpy: New file.
8214         * modules/unistr/u32-strncpy: New file.
8215         * lib/unistr/u8-strncpy.c: New file.
8216         * lib/unistr/u16-strncpy.c: New file.
8217         * lib/unistr/u32-strncpy.c: New file.
8218         * lib/unistr/u-strncpy.h: New file.
8219
8220         * modules/unistr/u8-strnlen: New file.
8221         * modules/unistr/u16-strnlen: New file.
8222         * modules/unistr/u32-strnlen: New file.
8223         * lib/unistr/u8-strnlen.c: New file.
8224         * lib/unistr/u16-strnlen.c: New file.
8225         * lib/unistr/u32-strnlen.c: New file.
8226         * lib/unistr/u-strnlen.h: New file.
8227
8228         * modules/unistr/u8-strpbrk: New file.
8229         * modules/unistr/u16-strpbrk: New file.
8230         * modules/unistr/u32-strpbrk: New file.
8231         * lib/unistr/u8-strpbrk.c: New file.
8232         * lib/unistr/u16-strpbrk.c: New file.
8233         * lib/unistr/u32-strpbrk.c: New file.
8234         * lib/unistr/u-strpbrk.h: New file.
8235
8236         * modules/unistr/u8-strrchr: New file.
8237         * modules/unistr/u16-strrchr: New file.
8238         * modules/unistr/u32-strrchr: New file.
8239         * lib/unistr/u8-strrchr.c: New file.
8240         * lib/unistr/u16-strrchr.c: New file.
8241         * lib/unistr/u32-strrchr.c: New file.
8242
8243         * modules/unistr/u8-strspn: New file.
8244         * modules/unistr/u16-strspn: New file.
8245         * modules/unistr/u32-strspn: New file.
8246         * lib/unistr/u8-strspn.c: New file.
8247         * lib/unistr/u16-strspn.c: New file.
8248         * lib/unistr/u32-strspn.c: New file.
8249         * lib/unistr/u-strspn.h: New file.
8250
8251         * modules/unistr/u8-strstr: New file.
8252         * modules/unistr/u16-strstr: New file.
8253         * modules/unistr/u32-strstr: New file.
8254         * lib/unistr/u8-strstr.c: New file.
8255         * lib/unistr/u16-strstr.c: New file.
8256         * lib/unistr/u32-strstr.c: New file.
8257         * lib/unistr/u-strstr.h: New file.
8258
8259         * modules/unistr/u8-strtok: New file.
8260         * modules/unistr/u16-strtok: New file.
8261         * modules/unistr/u32-strtok: New file.
8262         * lib/unistr/u8-strtok.c: New file.
8263         * lib/unistr/u16-strtok.c: New file.
8264         * lib/unistr/u32-strtok.c: New file.
8265         * lib/unistr/u-strtok.h: New file.
8266
8267         * modules/unistr/u8-uctomb: New file.
8268         * modules/unistr/u16-uctomb: New file.
8269         * modules/unistr/u32-uctomb: New file.
8270         * lib/unistr/u8-uctomb.c: New file.
8271         * lib/unistr/u16-uctomb.c: New file.
8272         * lib/unistr/u32-uctomb.c: New file.
8273
8274         * MODULES.html.sh (Unicode string functions): Add the new modules.
8275
8276 2007-01-08  Bruno Haible  <bruno@clisp.org>
8277
8278         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
8279         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
8280         subdirectories.
8281
8282 2007-01-08  Karl Berry  <karl@gnu.org>
8283
8284         * doc/error.texi: mention that main() fns must set program_name
8285         when progname is used.
8286
8287 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
8288
8289         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
8290         WCTYPE_H is empty, for the benefit of builds from non-distclean
8291         directories.  Problem reported by Eric Blake in
8292         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
8293
8294 2007-01-08  Bruno Haible  <bruno@clisp.org>
8295
8296         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
8297         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
8298         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
8299         PROVIDE_CANONICALIZE_FILENAME_MODE.
8300         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
8301
8302 2007-01-08  Bruno Haible  <bruno@clisp.org>
8303
8304         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
8305         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
8306         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
8307         * lib/fts.c: Likewise.
8308         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
8309
8310 2006-12-25  Bruno Haible  <bruno@clisp.org>
8311
8312         * modules/utf8-ucs4-safe: New file.
8313         * lib/utf8-ucs4-safe.h: New file.
8314         * lib/unistr/utf8-ucs4-safe.c: New file.
8315
8316         * modules/utf16-ucs4-safe: New file.
8317         * lib/utf16-ucs4-safe.h: New file.
8318         * lib/unistr/utf16-ucs4-safe.c: New file.
8319
8320         * MODULES.html.sh (Unicode string functions): Add the new modules.
8321
8322 2007-01-08  Bruno Haible  <bruno@clisp.org>
8323
8324         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
8325         (Depends-on): Add unitypes.
8326         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
8327         (u8_mbtouc_aux): Move out to separate file.
8328         (u8_mbtouc): Use ucs4_t, uint8_t types.
8329         * lib/unistr/utf8-ucs4.c: New file.
8330
8331         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
8332         (Depends-on): Add unitypes.
8333         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
8334         (u16_mbtouc_aux): Move out to separate file.
8335         (u16_mbtouc): Use ucs4_t, uint16_t types.
8336         * lib/unistr/utf16-ucs4.c: New file.
8337
8338         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
8339         (Depends-on): Add unitypes.
8340         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
8341         (u8_uctomb_aux): Move out to separate file.
8342         (u8_uctomb): Use ucs4_t, uint8_t types.
8343         * lib/unistr/ucs4-utf8.c: New file.
8344
8345         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
8346         (Depends-on): Add unitypes.
8347         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
8348         (u16_uctomb_aux): Move out to separate file.
8349         (u16_uctomb): Use ucs4_t, uint16_t types.
8350         * lib/unistr/ucs4-utf16.c: New file.
8351
8352 2006-12-25  Bruno Haible  <bruno@clisp.org>
8353
8354         * modules/unitypes: New file.
8355         * lib/unitypes.h: New file.
8356         * MODULES.html.sh (func_all_modules): New section "Unicode string
8357         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
8358         this section. Add unitypes.
8359
8360 2007-01-08  Bruno Haible  <bruno@clisp.org>
8361
8362         Avoid variable names that conflict with those from libtool.
8363         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
8364         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
8365         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
8366         library_names_spec to acl_library_names_spec, hardcode_* to
8367         acl_hardcode_*.
8368         Reported by Ralf Wildenhues.
8369
8370 2007-01-08  Bruno Haible  <bruno@clisp.org>
8371
8372         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
8373         definition.
8374         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
8375         definition.
8376         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
8377         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
8378         definition.
8379         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
8380         definition.
8381         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
8382         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
8383         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
8384         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
8385         definition.
8386         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
8387         definition.
8388         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
8389         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
8390         GC_USE_<algorithm>.
8391         * lib/gc-libgcrypt.c: Likewise.
8392         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
8393         * modules/gc-arctwo (configure.ac): Likewise.
8394         * modules/gc-des (configure.ac): Likewise.
8395         * modules/gc-hmac-md5 (configure.ac): Likewise.
8396         * modules/gc-hmac-sha1 (configure.ac): Likewise.
8397         * modules/gc-md2 (configure.ac): Likewise.
8398         * modules/gc-md4 (configure.ac): Likewise.
8399         * modules/gc-md5 (configure.ac): Likewise.
8400         * modules/gc-random (configure.ac): Likewise.
8401         * modules/gc-rijndael (configure.ac): Likewise.
8402         * modules/gc-sha1 (configure.ac): Likewise.
8403
8404 2007-01-08  Bruno Haible  <bruno@clisp.org>
8405
8406         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
8407         macro definition.
8408         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
8409         definition.
8410         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
8411         definition.
8412         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
8413         * modules/fcntl-safer (configure.ac): Likewise.
8414         * modules/fopen-safer (configure.ac): Likewise.
8415         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
8416         GNULIB_FWRITEERROR macro definition.
8417
8418 2007-01-08  Bruno Haible  <bruno@clisp.org>
8419
8420         * m4/gnulib-common.m4: New file.
8421         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
8422         (func_get_filelist): Add m4/gnulib-common.m4.
8423
8424 2007-01-08  Bruno Haible  <bruno@clisp.org>
8425
8426         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
8427         command.
8428
8429 2007-01-08  Jim Meyering  <jim@meyering.net>
8430
8431         Use a more robust test for a "can't happen" condition.
8432         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
8433         narrowed the st_size value.  Presuming the "can't happen" condition
8434         is true, that narrowing could conceivably convert an invalid st_size
8435         value into a valid one.  Instead, use a change based on Matthew
8436         Woehlke's original patch.
8437
8438         Slight readability improvement: use an assert-like macro
8439         in place of literal "abort ()" uses.
8440         * lib/fts.c (fts_assert): Define.
8441         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
8442         Use this macro instead of a bare 'abort'.
8443
8444 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
8445
8446         Don't worry about using IRIX 5.3's wctype.h broken definitions;
8447         simply work around them.
8448         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
8449         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
8450         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
8451         declaring.
8452         Don't bother to define as macros, since the standard doesn't require it.
8453         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
8454         longer worry about IRIX 5.3.
8455         (HAVE_WCTYPE_CTMP_BUG): Remove.
8456
8457 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
8458
8459         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
8460         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
8461         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
8462         Problems reported by Georg Schwarz for IRIX 5.3.
8463
8464         * gnulib-tool (autoconf_minversion): Take the maximum version number
8465         found, not the minimum.  Problem reported by James Youngman.
8466
8467 2007-01-03  Karl Berry  <karl@gnu.org>
8468
8469         * doc/error.texi: new file, explaining interaction with progname.
8470         * doc/gnulib.texi: include it.  Update copyright.
8471
8472 2007-01-03  Simon Josefsson  <simon@josefsson.org>
8473
8474         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
8475         AC_CANONICAL_HOST, to improve autobuild outputs.
8476
8477 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
8478             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
8479
8480         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
8481         sockets, server sockets, and other file descriptors.  Count errors
8482         to compute the return value.  Reorder the code a bit to be easier
8483         to follow.  Don't set event bits that were not requested (except
8484         POLLERR and POLLHUP).
8485
8486 2007-01-01  Bruno Haible  <bruno@clisp.org>
8487
8488         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
8489
8490 2007-01-03  Jim Meyering  <jim@meyering.net>
8491
8492         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
8493
8494 2007-01-02  Bruno Haible  <bruno@clisp.org>
8495
8496         * modules/settime (Include): Require timespec.h.
8497         * modules/nanosleep (Include): Likewise.
8498
8499 2007-01-01  Bruno Haible  <bruno@clisp.org>
8500
8501         * gnulib-tool (func_emit_copyright_notice): Bump year.
8502         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
8503
8504 2007-01-01  Bruno Haible  <bruno@clisp.org>
8505
8506         Improve support for OpenBSD.
8507         * build-aux/config.rpath (libname_spec): Export.
8508         (library_names_spec): New variable. Export.
8509         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
8510         library_names_spec from the config.rpath output. Locate shared library
8511         through the name pattern in library_names_spec.
8512
8513 2007-01-01  Eric Blake  <ebb9@byu.net>
8514
8515         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
8516
8517 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
8518
8519         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
8520         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
8521         assume the C locale, and avoid an "eval" that could cause trouble.
8522         Problem with SORT reported by Bob Proulx.
8523
8524         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
8525         Define.  Trivial patch from Henning Nielsen Lund, originally
8526         sent to bug-grep@gnu.org today.
8527
8528 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
8529
8530         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
8531         struct stat.  Problem reported by Henning Nielsen Lund.
8532         * lib/acl.c: Include acl.h first, to check interface.  Don't
8533         bother to include sys/types.h and sys/stat.h again.
8534
8535 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
8536
8537         Import the following change from libc; problem reported by
8538         Sven Verdoolaege.
8539
8540         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
8541
8542         [BZ #1373]
8543         * lib/argp.h: Remove __NTH for __argp_usage inline function.
8544
8545 2006-12-28  Jim Meyering  <jim@meyering.net>
8546
8547         * build-aux/announce-gen: Do not assume that the package
8548         builds any of tar.gz, tar.bz2, and .xdelta files.
8549         Suggestion from Simon Josefsson.
8550
8551 2006-12-28  Simon Josefsson  <simon@josefsson.org>
8552
8553         * modules/announce-gen: New file.
8554
8555 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
8556
8557         * lib/mbchar.h: Just include <wctype.h>; the wctype module
8558         handles its gotchas now.
8559         * lib/mbswidth.c: Likewise.
8560         * lib/wcwidth.h: Likewise.
8561         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
8562         and iswcntrl; the wctype module does this stuff now.
8563         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
8564         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
8565         * modules/mbchar (Depends-on): Add wctype.
8566         * modules/mbswidth (Depends-on): Likewise.
8567         * modules/wcwidth (Depends-on): Likewise.
8568
8569 2006-12-27  Eric Blake  <ebb9@byu.net>
8570
8571         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
8572         module uses more than what <wctype.h> is required to provide.
8573
8574 2006-12-26  Eric Blake  <ebb9@byu.net>
8575
8576         * gnulib-tool (sed_extract_prog): Avoid space-tab.
8577
8578 2006-12-26  Eric Blake  <ebb9@byu.net>
8579
8580         * modules/absolute-header: New module.
8581         * modules/fcntl (Depends-on): Depend on it.
8582         * modules/inttypes (Depends-on): Likewise.
8583         * modules/stdint (Depends-on): Likewise.
8584         * modules/sys_stat (Depends-on): Likewise.
8585         * modules/wctype (Depends-on): Likewise.
8586         * MODULES.html.sh (Support for building libraries and
8587         executables): Document it.
8588
8589 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
8590
8591         * gnulib-tool (SED): Remove, undoing previous change.
8592         The problem was that it broke coreutils on Solaris, because
8593         "sed --posix" leaked into a makefile.
8594         (sed): New alias, if 'alias' and GNU sed.
8595
8596 2006-12-24  Jim Meyering  <jim@meyering.net>
8597
8598         Work around an fchownat bug in glibc-2.4:
8599         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
8600         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
8601         in spite of the -P option.
8602         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
8603         New macros.
8604         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
8605         * modules/openat (Files): Add lib/fchownat.c.
8606         * lib/openat.c (fchownat): Don't define here.  Move to...
8607         * lib/fchownat.c: ...this new file.
8608
8609 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
8610
8611         Fix bug reported by Bruno Haible in
8612         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
8613         where quotearg.c didn't compile on Mac OS X 10.2 because it
8614         lacks <wchar.h> and wint_t.
8615         * lib/wctype_.h (__wctype_wint_t): New type.
8616         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
8617         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
8618         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
8619         Arg is now of type __wctype_wint_t, not wint_t.
8620         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
8621         substitute HAVE_WINT_T.
8622         * modules/wctype (Files): Add m4/wint_t.m4.
8623         (wctype.h): Substitute HAVE_WINT_T.
8624
8625 2006-12-23  Bruno Haible  <bruno@clisp.org>
8626
8627         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
8628
8629 2006-12-23  Bruno Haible  <bruno@clisp.org>
8630
8631         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
8632         S_ISLNK.
8633         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
8634         mingw.
8635
8636 2006-12-22  Bruno Haible  <bruno@clisp.org>
8637
8638         * lib/copy-file.c: Include acl.h.
8639         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
8640         Close the file descriptors only after being done with copy_acl.
8641         * modules/copy-file (Depends-on): Add acl.
8642
8643 2006-12-22  Bruno Haible  <bruno@clisp.org>
8644
8645         * gnulib-tool (SED): New variable.
8646         Use $SED instead of sed everywhere.
8647
8648 2006-12-22  Bruno Haible  <bruno@clisp.org>
8649
8650         * modules/no-c++: New file.
8651         * m4/no-c++.m4: New file.
8652         * MODULES.html.sh (Support for building libraries and executables):
8653         Add no-c++.
8654
8655 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
8656
8657         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
8658         Include <limits.h>, and use its INT_MAX to rewrite the
8659         j loop so that it does not overflow 'int'.  Problem reported by
8660         Ralf Wildenhues in
8661         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
8662         Play it safe by shifting left by 1 rather than multiplying by 2,
8663         as GCC is less likely to optimize this away when the value
8664         is signed (when it assumes overflow leads to undefined behavior).
8665         Also, don't assume time_t uses two's complement.
8666
8667 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
8668
8669         * MODULES.html.sh: New module wctype.
8670         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
8671         * lib/fnmatch.c: Don't bother to include <wchar.h> before
8672         <wctype.h>, since the new wctype module should fix this.
8673         * lib/quotearg.c: Include <wctype.h> unconditionally, since
8674         the wctype module should arrange for it.
8675         * lib/regex_internal.h: Likewise.
8676         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
8677         since the wctype module should handle this now.
8678         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
8679         * modules/fnmatch (Depends-on): Add wctype.
8680         * modules/quotearg (Depends-on): Likewise.
8681         * modules/regex (Depends-on): Likewise.
8682
8683 2006-12-19  Bruno Haible  <bruno@clisp.org>
8684
8685         * lib/strdup.h [C++]: Wrap definitions in extern "C".
8686         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
8687
8688 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8689
8690         * modules/savewd (Depends-on): Fix dependency on fcntl.
8691
8692 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
8693
8694         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
8695         conforms to C99, rather than relying on the user's environment
8696         setting of STDINT_H.
8697
8698 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
8699         and Eric Blake  <ebb9@byu.net>
8700
8701         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
8702         This is more consistent with the other defines here.
8703         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
8704         Port to z/OS.  Problem reported by Paul Gilmartin.
8705         Change local vars to use gl_ prefix rather than ac_.
8706         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
8707         with other defines.
8708         * modules/double-slash-root: New module.
8709         * modules/dirname (Files): Remove m4/double-slash-root.m4.
8710         (Depends-on): Add double-slash-root.
8711         * MODULES.html.sh (File system functions): Mention new module.
8712
8713 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
8714
8715         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
8716         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
8717         This is for the benefit of gzip, which doesn't do i18n.
8718
8719 2006-12-12  Jim Meyering  <jim@meyering.net>
8720
8721         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
8722         Reported by Andreas Schwab <schwab@suse.de>.
8723
8724 2006-12-12  Bruno Haible  <bruno@clisp.org>
8725
8726         Merge these changes.
8727         2006-09-05  Bruno Haible  <bruno@clisp.org>
8728         * lib/iconvme.c (iconv_string): No need to save and restore errno when
8729         iconv_alloc succeeded.
8730         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
8731         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
8732         test for " && dest " at the end - dest is always != NULL there. Call
8733         iconv with 4xNULL arguments initially, to reset the state. Call iconv
8734         with 2xNULL arguments, also to flush the state storage. Handle the
8735         IRIX iconv behaviour. Realloc the final result, to throw away unused
8736         memory.
8737
8738 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
8739
8740         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
8741         and fchmodat unconditionally, since glibc 2.4 has them.
8742         Problem reported by Arkadiusz Miskiewicz.
8743
8744 2006-12-10  Bruno Haible  <bruno@clisp.org>
8745
8746         * gnulib-tool (func_import): Show the include files only for those
8747         modules that are copied and specified.
8748         Reported by Karl Berry.
8749
8750 2006-12-08  Jim Meyering  <jim@meyering.net>
8751
8752         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
8753         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
8754
8755         * build-aux/announce-gen: Add two new options, both optional:
8756         --bootstrap-tools=TOOL_LIST
8757               a comma-separated list of tools, e.g.,
8758               autoconf,automake,bison,gnulib
8759         --gnulib-snapshot-date=DATE
8760               if gnulib is in the bootstrap tool list,
8761               then report this as the snapshot date.
8762               If not specified, use the current date/time.
8763               If you specify a date here, be sure it's UTC.
8764
8765 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8766
8767         * tests/test-argp-2.sh: Fix test to match actual output.
8768         (func_compare): Fix sed script to be portable.
8769
8770 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
8771
8772         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
8773         workaround for this case.  It is not autoconfigured now; offhand
8774         it's hard to see how to autoconfigure it.
8775
8776 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
8777
8778         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
8779         a directory that is about to be chowned.  Such a directory's
8780         initial file permissions should permit the owner only and this
8781         should not be changed until after the chown, since the group and
8782         other bits would be incorrect if they granted permission before
8783         the chown.
8784
8785         Fix porting problem for iswctype reported by Georg Schwarz in:
8786         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
8787         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
8788         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
8789         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
8790         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
8791
8792 2006-12-03  Jim Meyering  <jim@meyering.net>
8793
8794         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
8795         p->fts_statp may not yet be defined.
8796         (fts_read): Instead, set it in the caller, once p->fts_statp is
8797         sure to be defined, and corresponds to a top-level directory.
8798         This bug made du -x fail.  Here's the coreutils test case:
8799         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
8800         Reported by Mike Frysinger.
8801
8802 2006-12-01  Jim Meyering  <jim@meyering.net>
8803
8804         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
8805         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
8806         Reported by Simon Josefsson.
8807
8808 2006-11-30  Jim Meyering  <jim@meyering.net>
8809
8810         * m4/warning.m4: Use the all-permissive copyright notice
8811         recommended by RMS (rather than LGPL).
8812         * m4/vararrays.m4: Likewise.
8813         * m4/flexmember.m4: Likewise.
8814
8815 2006-11-29  Bruno Haible  <bruno@clisp.org>
8816
8817         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
8818         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
8819         using +=.
8820         Reported by Simon Josefsson <simon@josefsson.org>.
8821
8822 2006-11-28  James Youngman <jay@gnu.org>
8823
8824         * README: Advise users that they might find the bug-gnulib@gnu.org
8825         and autotools-announce@gnu.org mailing lists useful.
8826
8827 2006-11-28  Bruno Haible  <bruno@clisp.org>
8828
8829         * m4/ptrdiff_max.m4: Remove file.
8830
8831 2006-11-21  Bruno Haible  <bruno@clisp.org>
8832
8833         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
8834         _AC_COMPUTE_INT.
8835         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
8836         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
8837         _AC_COMPUTE_INT.
8838         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
8839         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
8840         _AC_COMPUTE_INT.
8841         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
8842
8843 2006-11-28  Jim Meyering  <jim@meyering.net>
8844
8845         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
8846         warning from "gcc -Wshadow" about shadowing the builtin.
8847
8848 2006-11-27  Bruno Haible  <bruno@clisp.org>
8849
8850         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
8851         _AC_COMPUTE_INT.
8852         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
8853
8854 2006-11-27  Bruno Haible  <bruno@clisp.org>
8855             Paul Eggert  <eggert@cs.ucla.edu>
8856
8857         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
8858
8859 2006-11-26  Bruno Haible  <bruno@clisp.org>
8860
8861         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
8862         noinst_LTLIBRARIES.
8863
8864 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
8865             Bruno Haible  <bruno@clisp.org>
8866
8867         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
8868         if compiling with "gcc -ansi".
8869
8870 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
8871
8872         Fix some incompatibilities with gcc -ansi -pedantic.
8873         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
8874         if compiling pedantically with GCC, unless it's C99 or later.
8875         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
8876         it mishandles gcc -ansi -pedantic as well.
8877         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
8878         if gcc -pedantic.
8879         * lib/regexec.c (check_node_accept_bytes): Don't use auto
8880         initializers for struct if -pedantic, unless it's C99 or later.
8881
8882 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
8883
8884         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
8885         Don't close an fd more than once. Identical atimes indicate
8886         success, not failure.
8887
8888 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
8889
8890         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
8891
8892 2006-11-23  Jim Meyering  <jim@meyering.net>
8893
8894         * build-aux/announce-gen: New file.  From coreutils.
8895
8896 2006-11-22  Jim Meyering  <jim@meyering.net>
8897
8898         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
8899         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
8900         (fts_read): Use a temporary to narrow the overused st_size member
8901         before using it in a switch statement.  Reported by Matthew Woehlke.
8902
8903         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
8904         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
8905
8906 2006-11-20  Bruno Haible  <bruno@clisp.org>
8907
8908         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
8909         changequote instead of pairs of brackets.
8910         Reported by Andreas Schwab <schwab@suse.de>.
8911
8912 2006-11-21  Jim Meyering  <jim@meyering.net>
8913
8914         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
8915         so as to remain compatible with older compilers.
8916         Patch from Michael Deutschmann.
8917
8918 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
8919
8920         * MODULES.html.sh (File system functions): Add openat.
8921
8922         * lib/openat.h (rpl_fstatat): New macro, if
8923         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
8924         (fstatat): Define to rpl_fstatat under the same conditions,
8925         unless COMPILING_FSTATAT.
8926         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
8927         seems to have the bug.
8928         * lib/fstatat.c: New file.
8929         * modules/openat (Files): Add it.
8930
8931 2006-11-20  Bruno Haible  <bruno@clisp.org>
8932
8933         * Makefile: New file.
8934
8935 2006-11-20  Jim Meyering  <jim@meyering.net>
8936
8937         The beginnings of syntax-related checks for gnulib.
8938         * lib/Makefile: New file.
8939         * lib/t-idcache: New script.  Ensure that the two halves of
8940         idcache.c stay in sync.
8941
8942         * lib/idcache.c: Adjust comments in user- and group- portions to
8943         be more accurate, and to be consistent with one another.
8944
8945 2006-11-20  Jim Meyering  <jim@meyering.net>
8946
8947         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
8948         continue using the flexible array member (thus, this module performs
8949         half as many malloc calls), with the addition that...
8950         (getgroup, getuser): Consistently record a non-match via an empty
8951         "name" string, and map an empty string match to a NULL return value.
8952         * modules/idcache (Depends-on): Re-add flexmember.
8953
8954         * lib/idcache.c (getuser): Remove all uses of the register keyword.
8955         (getuidbyname, getgroup, getgidbyname): Likewise.
8956
8957         Use cleaner syntax: NULL rather than 0.
8958         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
8959
8960 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
8961
8962         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
8963         It mishandled the case where the group was missing.
8964         Problem reported by Greg Schafer.
8965         * modules/idcache: Likewise.
8966
8967 2006-11-18  Jim Meyering  <jim@meyering.net>
8968
8969         * check-module (%exempt_header): Add exception for some
8970         conditionally-included headers.
8971
8972         * modules/i-ring (Depends-on): Add verify.
8973         (License): Change to LGPL.
8974
8975 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
8976
8977         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
8978         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
8979         and inttostr.h.  Use snprintf rather than uinttostr, so that
8980         LGPLed code doesn't depend on GPLed.
8981
8982 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
8983
8984         * modules/inline (License): Change from GPL to LGPL.
8985
8986 2006-11-17  Jim Meyering  <jim@meyering.net>
8987
8988         * modules/d-type (License): Switch to LGPL.
8989
8990 2006-11-15  Bruno Haible  <bruno@clisp.org>
8991
8992         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
8993
8994 2006-11-15  Eric Blake  <ebb9@byu.net>
8995
8996         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
8997         the module dependency.
8998
8999 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9000             Bruno Haible  <bruno@clisp.org>
9001
9002         * gnulib-tool (func_create_testdir): Add license consistency check.
9003
9004 2006-11-15  Eric Blake  <ebb9@byu.net>
9005
9006         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
9007         random "(cached)" in configure output.
9008
9009 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9010
9011         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
9012         test for conforming inttypes.h is both announced and cached.
9013
9014         * MODULES.html.sh (seen_modules, seen_files): New variables.
9015         (func_module): Rewrite to use a few less gnulib-tool and sed
9016         invocations.  Avoid a couple of quadratic algorithms for ...
9017         (missed_modules, missed_files): ... these, with ...
9018         (func_append, func_tmpdir): ... these new functions, from
9019         gnulib-tool.  Analogously, install traps for cleanup.
9020
9021         * tests/test-gc.c (main): Remove unused variables.
9022         * tests/test-read-file.c: Include stdlib.h, for 'free'.
9023
9024 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
9025
9026         * modules/inttostr (License): Change to LGPL.
9027
9028 2006-11-14  Eric Blake  <ebb9@byu.net>
9029
9030         * modules/tempname (License): Change to LGPL.
9031
9032 2006-11-14  Eric Blake  <ebb9@byu.net>
9033
9034         * doc/functions.texi (Function Portability): *printf functions on
9035         Cygwin now understand all POSIX size specifiers.
9036
9037 2006-11-14  Bruno Haible  <bruno@clisp.org>
9038
9039         * modules/c-ctype (License): Change to LGPL.
9040
9041 2006-11-12  Bruno Haible  <bruno@clisp.org>
9042
9043         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
9044         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
9045         for GNOME libraries, for which the include files are installed in
9046         subdirectories of $prefix/include.
9047
9048 2006-11-12  Bruno Haible  <bruno@clisp.org>
9049
9050         * m4/lib-link.m4: Require at least autoconf-2.54.
9051         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
9052         name to underscores for the --with option.
9053
9054 2006-11-13  Bruno Haible  <bruno@clisp.org>
9055
9056         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
9057         the tests directory.
9058         Reported by Ralf Wildenhues.
9059
9060 2006-11-13  Bruno Haible  <bruno@clisp.org>
9061
9062         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
9063         (func_emit_initmacro_end): Undo the override here.
9064         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
9065         Works around the famous automake error in coreutils.
9066
9067 2006-11-13  Eric Blake  <ebb9@byu.net>
9068
9069         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
9070         element, not its node.
9071
9072 2006-11-12  Bruno Haible  <bruno@clisp.org>
9073
9074         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
9075         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
9076
9077 2006-11-12  Bruno Haible  <bruno@clisp.org>
9078
9079         * gnulib-tool: New option --local-symlink.
9080         (func_usage): Document it.
9081         (lsymbolic): New variable.
9082         (func_import, func_create_testdir): If --symlink was not specified,
9083         test whether --local-symlink was specified and the file comes from
9084         the local_gnulib_dir.
9085
9086 2006-11-12  Bruno Haible  <bruno@clisp.org>
9087
9088         * gnulib-tool (func_ln): New function.
9089         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
9090
9091 2006-11-12  Bruno Haible  <bruno@clisp.org>
9092
9093         Finish support for source files in subdirectories.
9094         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
9095         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
9096         AUTOMAKE_OPTIONS.
9097         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
9098
9099 2006-11-12  Bruno Haible  <bruno@clisp.org>
9100
9101         * gnulib-tool (func_get_automake_snippet): Synthesize also an
9102         EXTRA_lib_SOURCES augmentation.
9103         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
9104
9105 2006-11-12  Jim Meyering  <jim@meyering.net>
9106
9107         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
9108         file descriptors.  This also averts a failure on systems with
9109         native openat support when a traversed directory lacks "x" access.
9110         * lib/fts_.h: Include "i-ring.h"
9111         (struct FTS) [fts_fd_ring]: New member.
9112         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
9113         (FCHDIR): Add parentheses.
9114         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
9115         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
9116         When descending, rather than simply closing the previous
9117         fts_cwd_fd value, push that file descriptor onto the ring.
9118         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
9119         (fts_open): Initialize the new fd_ring member.
9120         (fts_close): Clear the ring.
9121         (fts_safe_changedir): When possible, use our new fd_ring to skip
9122         the diropen and fstat and dev/ino comparison that would normally
9123         accompany a virtual `chdir ("..")'.
9124
9125         * modules/fts (Depends-on): Add i-ring.
9126         * modules/i-ring: New module.
9127         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
9128         * m4/i-ring.m4: New file.
9129
9130 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9131
9132         * gnulib-tool (func_create_testdir): Fix replacement of
9133         `build-aux' in configure.ac.  Run autotools in gltests
9134         subdirectory.
9135         (func_create_testdir, func_create_megatestdir, test): There is
9136         no need for '--force' in most autotool invocations in a new
9137         tree.  Actually fail the whole test if any of the tools, or the
9138         configure or make stages fail.
9139
9140         Sync from Automake.
9141         * build-aux/gnupload: Revert last change.  Add pointer to upload
9142         instructions of the GNU Maintenance Instructions.
9143         Suggestion by Karl Berry.
9144
9145 2006-11-10  Jim Meyering  <jim@meyering.net>
9146
9147         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
9148
9149 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
9150
9151         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
9152         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
9153         (bind_textdomain_codeset) [! ENABLE_NLS]:
9154         Evaluate all the arguments.  That way, callers get compatible behavior
9155         if the arguments have side effects.  Also, it avoids some GCC
9156         diagnostics in some cases; Joel E. Denny reported problems when Bison
9157         was configured with --enable-gcc-warnigs.
9158
9159 2006-11-10  Jim Meyering  <jim@meyering.net>
9160
9161         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
9162         relevant options in CFLAGS (like -O, -fno-inline) are taken into
9163         account.
9164
9165 2006-11-10  Jim Meyering  <jim@meyering.net>
9166
9167         * modules/inline: New file/module.
9168         * modules/xalloc (Files): Remove m4/inline.m4.
9169         (Depends-on): Add inline, instead.
9170         * modules/oset: Likewise.
9171         * modules/list: Likewise.
9172
9173 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
9174
9175         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
9176         Problem reported by Matthew Woehlke.
9177
9178 2006-11-09  Bruno Haible  <bruno@clisp.org>
9179
9180         * lib/tempname.c (gen_tempname): Remove variant that invokes
9181         __gen_tempname.
9182         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
9183         __gen_tempname.
9184
9185 2006-11-08  Bruno Haible  <bruno@clisp.org>
9186
9187         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
9188         to 'yes' instead of 'cross-compiling'.
9189
9190 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
9191
9192         * lib/quotearg.h (quotearg_free): New decl.
9193         * lib/quotearg.c (quotearg_free): New function.
9194         (slot0, nslots, slotvec0, slotvec):
9195         Now file-scope so that quotearg_free can get at them.
9196
9197 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9198
9199         Sync from Automake.
9200         * build-aux/gnupload: Add missing 'gnu' to example URL.
9201         Report by Karl Berry.
9202
9203 2006-11-08  Bruno Haible  <bruno@clisp.org>
9204
9205         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
9206         Suggested by Paul Eggert.
9207
9208 2006-11-08  Jim Meyering  <jim@meyering.net>
9209
9210         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
9211         It's already included if !_LIBC.
9212         (fts_safe_changedir): Add a comment.
9213
9214 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
9215
9216         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
9217         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
9218         Matthew Woehlke.
9219
9220         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
9221         definitions up, to avoid colliding with change below.
9222         (static_inline) [HAVE_INLINE]: New macro.
9223         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
9224         Provide extern decls when !HAVE_INLINE.  Do not define unless
9225         static_inline is defined, either by us or by xmalloc.c.  Use
9226         static_inline rather than static inline.
9227         (XCALLOC): Optimize sizeof(T) = 1 case.
9228         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
9229
9230 2006-11-07  Bruno Haible  <bruno@clisp.org>
9231
9232         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
9233         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
9234         AC_C_INLINE.
9235         * modules/xalloc (Files): Add m4/inline.m4.
9236
9237 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9238
9239         * README: Fix typo.
9240         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
9241         (Miscellanous Notes): ...from this.
9242
9243 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
9244
9245         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
9246         Mention that offsetof should be used instead of sizeof.
9247         From Bruno Haible.
9248
9249 2006-11-07  Bruno Haible  <bruno@clisp.org>
9250
9251         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
9252
9253 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
9254
9255         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
9256         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
9257         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
9258         (gl_tree_add_before, gl_tree_add_after):
9259         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
9260         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
9261         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
9262         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
9263         (gl_linked_add_after, gl_linked_add_at): Likewise.
9264         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
9265         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
9266         (gl_tree_add_before, gl_tree_add_after): Likewise.
9267         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
9268         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
9269         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
9270
9271 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9272
9273         * lib/gl_oset.h: Use C comment style, not C++ comment style.
9274
9275 2006-11-06  Bruno Haible  <bruno@clisp.org>
9276
9277         * m4/inline.m4: New file.
9278         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
9279         * modules/list (Files): Add m4/inline.m4.
9280         * modules/oset (Files): Likewise.
9281
9282 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
9283
9284         * lib/idcache.c: Include <stddef.h>, for offsetof.
9285         (struct userid.name): Change from char * to a flexible array member.
9286         All uses changed.
9287         * modules/idcache (Depends-on): Add flexmember.
9288
9289         * MODULES.html.sh (Core language properties): New module flexmember.
9290         * modules/flexmember, m4/flexmember.m4: New files.
9291
9292         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
9293         inline functions that are identical with the old xnmalloc_inline,
9294         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
9295         that we can avoid some unnecessary integer multiplications and
9296         divisions in the common case where the element size is known at
9297         compile time.
9298         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
9299         needed.
9300         (xnboundedmalloc): Remove.
9301         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
9302         arguments, for consistency with rest of this header.
9303         (xcharalloc): Rewrite using XNMALLOC.
9304         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
9305         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
9306         versions have been moved to lib/xalloc.h and renamed to be the
9307         non-*_inline versions.
9308         (xmalloc, xrealloc): Implement without reference to the xnmalloc
9309         and xnrealloc functions, since those functions are now inline and
9310         now call us.
9311         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
9312         renaming described above.
9313         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
9314         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
9315         captures the dependency in AC_C_INLINE.
9316
9317         New module canonicalize-lgpl, proposed by Charles Wilson in
9318         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
9319         with a few small changes afterwards.
9320         * MODULES.html.sh (File system functions): New module
9321         canonicalize-lgpl.
9322         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
9323         and canonicalize_file_name.
9324         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
9325         * modules/canonicalize-lgpl: New files.
9326
9327 2006-11-05  Bruno Haible  <bruno@clisp.org>
9328
9329         * gnulib-tool (func_import, func_create_testdir): Create directories
9330         also for files in subdirectories of lib/.
9331
9332 2006-11-05  Bruno Haible  <bruno@clisp.org>
9333
9334         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
9335         ANSI C compliant.
9336
9337 2006-11-03  Bruno Haible  <bruno@clisp.org>
9338
9339         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
9340         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
9341         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
9342         (xnboundedmalloc): New inline function.
9343         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
9344         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
9345         xmalloc.
9346         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
9347         xmalloc.
9348         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
9349         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
9350         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
9351         xmalloc.
9352         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
9353         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
9354         xmalloc.
9355         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
9356         gl_tree_add_after): Use XMALLOC instead of xmalloc.
9357         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
9358         xmalloc.
9359         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
9360         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
9361         gl_tree_add_after): Use XMALLOC instead of xmalloc.
9362         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
9363         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
9364         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
9365         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
9366
9367 2006-11-03  Bruno Haible  <bruno@clisp.org>
9368
9369         * lib/c-ctype.h [C++]: Define functions without name mangling.
9370         * lib/fwriteerror.h [C++]: Likewise.
9371         * lib/gcd.h [C++]: Likewise.
9372         * lib/linebreak.h [C++]: Likewise.
9373
9374 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
9375
9376         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
9377         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
9378         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
9379         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
9380         Check for functions and headers just once.
9381         Check for declaration of canonicalize_file_name.
9382         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
9383
9384 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
9385
9386         * gnulib-tool (func_import): Fix typo in actioncmd.
9387
9388 2006-11-02  Bruno Haible  <bruno@clisp.org>
9389
9390         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
9391         newline sequence in the Makefile.am snippet as a space, like "make"
9392         does.
9393         Reported by Roger Persson <perrog@gmail.com>.
9394
9395 2006-11-01  Bruno Haible  <bruno@clisp.org>
9396
9397         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
9398         already declared in <string.h>.
9399         * lib/strcase.h (strncasecmp): Don't declare it if yes.
9400
9401 2006-11-01  Bruno Haible  <bruno@clisp.org>
9402
9403         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
9404         * lib/strcase.h: Include <string.h>.
9405         (strcasecmp): Define to rpl_strcasecmp here.
9406
9407 2006-11-01  Bruno Haible  <bruno@clisp.org>
9408
9409         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
9410
9411 2006-11-01  Eric Blake  <ebb9@byu.net>
9412
9413         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
9414
9415         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
9416
9417 2006-10-29  Bruno Haible  <bruno@clisp.org>
9418
9419         Make it compile in C++ mode.
9420         * lib/full-write.c (full_rw): Add a cast.
9421
9422 2006-11-01  Bruno Haible  <bruno@clisp.org>
9423
9424         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
9425         be POSIX compliant.
9426         Reported by Roger Persson <perrog@gmail.com>.
9427
9428 2006-11-01  Eric Blake  <ebb9@byu.net>
9429
9430         * lib/getopt_.h: Fix comments.
9431
9432 2006-10-31  Eric Blake  <ebb9@byu.net>
9433
9434         * modules/tmpdir (Depends-on): Add sys_stat.
9435         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
9436         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
9437         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
9438         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
9439         tempname.
9440
9441 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
9442
9443         Avoid some C++ diagnostics reported by Bruno Haible.
9444         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
9445         xmalloc.
9446         (quotearg_alloc): Use xcharalloc rather than xmalloc.
9447         (struct slotvec): Move to top level.
9448         (quotearg_n_options): Rewrite to avoid xmalloc.
9449         * lib/xalloc.h (xcharalloc): New function.
9450         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
9451         [defined __cplusplus]: Add function template that provides result
9452         type propagation.  This part of the change is from Bruno Haible.
9453
9454 2006-10-29  Bruno Haible  <bruno@clisp.org>
9455
9456         Make it compile in C++ mode.
9457         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
9458         * lib/strnlen1.c (strnlen1): Cast memchr result.
9459         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
9460         * lib/clean-temp.c (string_equals, string_hash): Add casts.
9461         (create_temp_dir): Rename local variable 'template'.
9462         (compile_csharp_using_sscli): Add cast.
9463         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
9464         * lib/findprog.c (find_in_path): Likewise.
9465         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
9466         * lib/wait-process.c (register_slave_subprocess): Likewise.
9467
9468 2006-10-22  Bruno Haible  <bruno@clisp.org>
9469
9470         * modules/tsearch: New file.
9471         * lib/tsearch.h: New file.
9472         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
9473         * m4/tsearch.m4: New file.
9474         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
9475
9476 2006-10-29  Eric Blake  <ebb9@byu.net>
9477
9478         * lib/arcfour.c: Assume config.h.
9479         * lib/arctwo.c: Likewise.
9480         * lib/base64.c: Likewise.
9481         * lib/check-version.c: Likewise.
9482         * lib/crc.c: Likewise.
9483         * lib/des.c: Likewise.
9484         * lib/gc-gnulib.c: Likewise.
9485         * lib/gc-libgcrypt.c: Likewise.
9486         * lib/gc-pbkdf2-sha1.c: Likewise.
9487         * lib/getaddrinfo.c: Likewise.
9488         * lib/getdelim.c: Likewise.
9489         * lib/getline.c: Likewise.
9490         * lib/hmac-md5.c: Likewise.
9491         * lib/hmac-sha1.c: Likewise.
9492         * lib/iconvme.c: Likewise.
9493         * lib/md2.c: Likewise.
9494         * lib/md4.c: Likewise.
9495         * lib/memxor.c: Likewise.
9496         * lib/read-file.c: Likewise.
9497         * lib/readline.c: Likewise.
9498         * lib/rijndael-alg-fst.c: Likewise.
9499         * lib/rijndael-api-fst.c: Likewise.
9500         * lib/xgetdomainname.c: Likewise.
9501
9502 2006-10-28  Eric Blake  <ebb9@byu.net>
9503
9504         * lib/xstrndup.c: Assume config.h.
9505
9506 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
9507
9508         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
9509         stat-macros.h is now for our own macros, whereas stat_h is for
9510         macros in the <sys/stat.h> name space.
9511         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
9512         (STAT_MACROS_H): Remove.
9513         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
9514         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
9515         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
9516         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
9517         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
9518         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
9519         Move these macros to ...
9520         * lib/stat_.h: here.  Don't include stat-macros.h.
9521         * lib/canonicalize.c: Don't include stat-macros.h.
9522         * lib/chown.c: Likewise.
9523         * lib/euidaccess.c: Likewise.
9524         * lib/file-type.c: Likewise.
9525         * lib/filemode.c: Likewise.
9526         * lib/glob.c: Likewise.
9527         * lib/isapipe.c: Likewise.
9528         * lib/lchown.c: Likewise.
9529         * lib/lstat.c: Likewise.
9530         * lib/mkdir-p.c: Likewise.
9531         * lib/rmdir.c: Likewise.
9532         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
9533         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
9534         unless mkdir isn't declared, to speed up 'configure'.
9535         Always create sys/stat.h, since it's unlikely any real sys/stat.h
9536         would define all the S_* symbols.
9537         * modules/canonicalize (Depends-on):
9538         Depend on sys_stat, not stat-macros.
9539         * modules/chown: Likewise.
9540         * modules/euidaccess: Likewise.
9541         * modules/filemode: Likewise.
9542         * modules/file-type: Likewise.
9543         * modules/glob: Likewise.
9544         * modules/isapipe: Likewise.
9545         * modules/lchown: Likewise.
9546         * modules/lstat: Likewise.
9547         * modules/mkancesdirs: Likewise.
9548         * modules/rmdir: Likewise.
9549         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
9550         * modules/modechange: Likewise.
9551         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
9552         (configure.ac): Remove gl_STAT_MACROS.
9553         * modules/sys_stat (Depends-on): Remove stat-macros.
9554
9555 2006-10-27  Bruno Haible  <bruno@clisp.org>
9556
9557         * m4/signed.m4: Remove file.
9558         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
9559         invocation.
9560         * modules/vasnprintf (Files): Remove m4/signed.m4.
9561
9562 2006-10-27  Bruno Haible  <bruno@clisp.org>
9563
9564         Update to GNU gettext 0.16.
9565         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
9566         m4/inttypes-h.m4, m4/signed.m4.
9567         * m4/gettext.m4: Update to GNU gettext 0.16.
9568         * m4/intl.m4: New file, from GNU gettext.
9569         * m4/intldir.m4: New file, from GNU gettext.
9570         * config/srclist.txt: Update
9571
9572 2006-10-27  Eric Blake  <ebb9@byu.net>
9573
9574         * MODULES.html.sh: Document tempname.
9575         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
9576         dependencies.
9577         (Files): Move lib/tempname.c...
9578         * modules/tempname: ...to this new module.
9579         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
9580         (gl_PREREQ_TEMPNAME): Move...
9581         * m4/tempname.m4: ...to this new file.
9582         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
9583         * modules/sys_stat (Depends-on): Add stat-macros.
9584         * lib/stat_.h (includes): Pick up stat macros.
9585         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
9586         if stat macros are broken.
9587         * lib/tempname.c (includes): No need to include "stat-macros.h".
9588         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
9589         (direxists, __path_search) [!_LIBC]: Don't compile these in
9590         gnulib; the tmpdir module covers that.
9591         * lib/tempname.h: New file.
9592
9593 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
9594
9595         * COPYING: Explain how gnulib-tool converts licence headers.
9596         Almost all wording by Eric Blake.
9597
9598 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
9599
9600         * lib/mbchar.h (is_basic_table): Make read-only.
9601         * lib/mbchar.c (is_basic_table): Likewise.
9602         Reported by John Darrington.
9603
9604 2006-10-25  Bruno Haible  <bruno@clisp.org>
9605
9606         * lib/progname.h (set_program_name): Undefine before defining.
9607
9608 2006-10-25  Bruno Haible  <bruno@clisp.org>
9609
9610         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
9611         false for non-gcc C++ compilers.
9612         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
9613
9614 2006-10-24  Bruno Haible  <bruno@clisp.org>
9615
9616         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
9617         iconv implementations like Irix iconv.
9618
9619 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
9620
9621         * modules/vararrays: New file.
9622         * m4/vararrays.m4: New file, taken from diffutils.
9623         * MODULES.html.sh: New module vararrays.
9624
9625 2006-10-24  Karl Berry  <karl@gnu.org>
9626
9627         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
9628         Don't call GNU Unix.
9629
9630 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9631
9632         * users.txt: Add Libtool.
9633
9634         Sync from Libtool:
9635
9636         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
9637
9638         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
9639         to gnulib's policy of including config.h unconditionally.
9640
9641 2006-10-24  Bruno Haible  <bruno@clisp.org>
9642
9643         * modules/wcwidth (Files): Add m4/wint_t.m4.
9644         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
9645         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
9646
9647 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
9648
9649         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
9650         to pacify GCC with some -W flags enabled.  Problem reported by
9651         Bruno Haible.
9652
9653 2006-10-24  Jim Meyering  <jim@meyering.net>
9654
9655         * MODULES.html.sh: Remove uinttostr.  It's not a module.
9656         Reported by Karl Berry.
9657
9658 2006-10-23  Bruno Haible  <bruno@clisp.org>
9659
9660         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
9661
9662 2006-10-24  Bruno Haible  <bruno@clisp.org>
9663
9664         * lib/gl_list.h: Use C comment style, not C++ comment style.
9665
9666 2006-10-23  Eric Blake  <ebb9@byu.net>
9667
9668         * lib/getaddrinfo.c (includes): Add missing include.
9669
9670 2006-10-23  Bruno Haible  <bruno@clisp.org>
9671             Paul Eggert  <eggert@cs.ucla.edu>
9672
9673         Ability to rename obstack_free.
9674         * lib/obstack.h (__obstack_free): New macro. Declare instead of
9675         obstack_free.
9676         (obstack_free): Invoke the __obstack_free macro.
9677         * lib/obstack.c (obstack_free): Use __obstack_free macro.
9678
9679 2006-10-23  Bruno Haible  <bruno@clisp.org>
9680             Paul Eggert  <eggert@cs.ucla.edu>
9681
9682         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
9683         __argc, __argv from the declaration. (They are defined as macros on
9684         mingw.)
9685
9686 2006-10-22  Bruno Haible  <bruno@clisp.org>
9687
9688         * doc/gnulib-intro.texi: New file.
9689         * doc/gnulib.texi: Include it.
9690
9691 2006-10-21  Bruno Haible  <bruno@clisp.org>
9692
9693         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
9694         "Introduction", "Miscellanous Notes", "Particular Modules".
9695
9696 2006-10-21  Bruno Haible  <bruno@clisp.org>
9697
9698         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9699         Change mostlyclean-local rule to avoid sh syntax error from bash
9700         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
9701
9702 2006-10-23  Jim Meyering  <jim@meyering.net>
9703
9704         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
9705         in place of snprintf.
9706
9707         * modules/inttostr (Files): Add lib/uinttostr.c.
9708         * lib/uinttostr.c (inttostr): New file/function.
9709         * lib/inttostr.h (uinttostr): Declare.
9710         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
9711         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
9712         Add uinttostr.
9713         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
9714
9715 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
9716
9717         * lib/canonicalize.c (ELOOP): Define if not already defined.
9718         Problem reported by Bruno Haible in
9719         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
9720
9721 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
9722
9723         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
9724         Problem reported by Perry Smith and Ville Laurikari.
9725
9726         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
9727         uses.
9728
9729 2006-10-19  Bruno Haible  <bruno@clisp.org>
9730
9731         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
9732         for mingw.
9733
9734 2006-10-19  Bruno Haible  <bruno@clisp.org>
9735
9736         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
9737         Needed for mingw.
9738
9739 2006-10-19  Bruno Haible  <bruno@clisp.org>
9740
9741         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
9742
9743 2006-10-19  Bruno Haible  <bruno@clisp.org>
9744
9745         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
9746         it.
9747
9748 2006-10-19  Bruno Haible  <bruno@clisp.org>
9749
9750         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
9751         invocation.
9752
9753 2006-10-19  Bruno Haible  <bruno@clisp.org>
9754
9755         * gnulib-tool (func_create_testdir): Don't include ftruncate and
9756         mountlist by default.
9757
9758 2006-10-16  Bruno Haible  <bruno@clisp.org>
9759
9760         * lib/c-strstr.c: Include c-strstr.h.
9761
9762 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
9763
9764         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
9765         in a slash.
9766
9767 2006-10-18  Bruno Haible  <bruno@clisp.org>
9768
9769         * lib/lock.h [C++]: Wrap definitions in extern "C".
9770
9771 2006-10-18  Bruno Haible  <bruno@clisp.org>
9772
9773         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
9774         gl_LIBOBJS list.
9775
9776 2006-10-18  Bruno Haible  <bruno@clisp.org>
9777
9778         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
9779
9780 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
9781
9782         * lib/xstrtol.h: Include gettext.h.
9783         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
9784         Problem reported by Eric Blake.
9785         * modules/xstrtol (Depends-on): Add gettext-h.
9786
9787 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
9788
9789         * lib/strftime.c (advance): New macro.
9790         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
9791         incomplete type, so you can't add 0 to it.  Problem and patch
9792         reported by Eelco Dolstra for dietlibc.
9793
9794 2006-10-18  Jim Meyering  <jim@meyering.net>
9795
9796         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
9797         type for a local, and rename it: s/up/user_proc/.
9798
9799 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
9800
9801         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
9802         READ_UTMP_USER_PROCESS.
9803         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
9804
9805 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
9806
9807         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
9808         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
9809
9810 2006-10-17  Eric Blake  <ebb9@byu.net>
9811
9812         * lib/sigprocmask.c (sigprocmask): Fix typo.
9813
9814         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
9815
9816         * modules/clean-temp (Makefile.am): Don't add to make output...
9817         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
9818         config.h.
9819
9820 2006-10-17  Bruno Haible  <bruno@clisp.org>
9821
9822         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
9823         differently if DEFAULT_TEXT_DOMAIN is set.
9824
9825 2006-10-16  Bruno Haible  <bruno@clisp.org>
9826
9827         * lib/clean-temp.c: Include fwriteerror.h.
9828
9829 2006-10-16  Bruno Haible  <bruno@clisp.org>
9830
9831         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
9832
9833 2006-10-16  Bruno Haible  <bruno@clisp.org>
9834
9835         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
9836         * lib/sigprocmask.h: Include <sys/types.h>.
9837         (sigset_t): Use the system's definition if present.
9838
9839 2006-10-17  Eric Blake  <ebb9@byu.net>
9840
9841         * lib/xvasprintf.c (includes): Assume config.h.
9842         * lib/xasprintf.c (includes): Likewise.
9843
9844 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
9845
9846         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
9847         at least as wide as intmax_t.
9848
9849 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
9850
9851         (Imported from Automake.)
9852         * build-aux/gnupload: Update to version 1.1 of directive file.
9853
9854 2006-10-16  Eric Blake  <ebb9@byu.net>
9855
9856         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
9857         match Automake 1.10a.
9858
9859 2006-10-14  Bruno Haible  <bruno@clisp.org>
9860
9861         * modules/sigprocmask: New file.
9862         * lib/sigprocmask.h: New file.
9863         * lib/sigprocmask.c: New file.
9864         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
9865         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
9866         request sigprocmask.o.
9867         (gl_PREREQ_SIGPROCMASK): New macro.
9868         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
9869         (Depends-on): Add sigprocmask.
9870         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
9871         gt_SIGNALBLOCKING. Test for 'raise' only once.
9872         * lib/fatal-signal.c: Include sigprocmask.h.
9873         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
9874         unblock_fatal_signals): Define always.
9875         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
9876         sigprocmask.
9877
9878 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
9879
9880         Sync from Automake.
9881         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
9882         which incorrectly sets the mode of an existing destination
9883         directory.  In some cases the unpatched install-sh could do the
9884         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
9885         system.  We hope this is rare in practice, but it's clearly worth
9886         fixing.  Problem reported by Alex Unleashed in
9887         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
9888         Also, don't bother to check for -m bugs unless we're using -m;
9889         suggested by Stepan Kasal.
9890
9891 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9892
9893         Sync from Automake.
9894         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
9895         `-c' flag, so they appear at the same position as in %FASTDEP%
9896         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
9897         which ignores unknown options only after the first non-option.
9898         Bug report against M4 by Nelson H. F. Beebe.
9899
9900 2006-10-13  Jim Meyering  <jim@meyering.net>
9901
9902         Fix a bug in yesterday's change.
9903         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
9904         p->fts_statp->st_dev would be used uninitialized.
9905         Ensures that we always call fts_stat on the very first entry.
9906         Miklos Szeredi reported that find -xdev stopped working.
9907
9908 2006-10-12  Bruno Haible  <bruno@clisp.org>
9909
9910         * gnulib-tool (func_get_automake_snippet): Append an automatically
9911         computed EXTRA_DIST augmentation.
9912         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
9913         * modules/alloca-opt (Makefile.am): Likewise.
9914         * modules/allocsa (Makefile.am): Likewise.
9915         * modules/arcfour (Makefile.am): Likewise.
9916         * modules/arctwo (Makefile.am): Likewise.
9917         * modules/argmatch (Makefile.am): Likewise.
9918         * modules/argz (Makefile.am): Likewise.
9919         * modules/atexit (Makefile.am): Likewise.
9920         * modules/backupfile (Makefile.am): Likewise.
9921         * modules/byteswap (Makefile.am): Likewise.
9922         * modules/c-strtod (Makefile.am): Likewise.
9923         * modules/c-strtold (Makefile.am): Likewise.
9924         * modules/calloc (Makefile.am): Likewise.
9925         * modules/canon-host (Makefile.am): Likewise.
9926         * modules/canonicalize (Makefile.am): Likewise.
9927         * modules/chdir-long (Makefile.am): Likewise.
9928         * modules/chdir-safer (Makefile.am): Likewise.
9929         * modules/check-version (Makefile.am): Likewise.
9930         * modules/chown (Makefile.am): Likewise.
9931         * modules/cloexec (Makefile.am): Likewise.
9932         * modules/close-stream (Makefile.am): Likewise.
9933         * modules/closeout (Makefile.am): Likewise.
9934         * modules/crc (Makefile.am): Likewise.
9935         * modules/csharpexec (Makefile.am): Likewise.
9936         * modules/cycle-check (Makefile.am): Likewise.
9937         * modules/des (Makefile.am): Likewise.
9938         * modules/dev-ino (Makefile.am): Likewise.
9939         * modules/dirfd (Makefile.am): Likewise.
9940         * modules/dirname (Makefile.am): Likewise.
9941         * modules/dup2 (Makefile.am): Likewise.
9942         * modules/eealloc (Makefile.am): Likewise.
9943         * modules/error (Makefile.am): Likewise.
9944         * modules/euidaccess (Makefile.am): Likewise.
9945         * modules/exclude (Makefile.am): Likewise.
9946         * modules/exitfail (Makefile.am): Likewise.
9947         * modules/fcntl-safer (Makefile.am): Likewise.
9948         * modules/fcntl (Makefile.am): Likewise.
9949         * modules/file-type (Makefile.am): Likewise.
9950         * modules/fileblocks (Makefile.am): Likewise.
9951         * modules/filemode (Makefile.am): Likewise.
9952         * modules/filenamecat (Makefile.am): Likewise.
9953         * modules/fnmatch (Makefile.am): Likewise.
9954         * modules/fopen-safer (Makefile.am): Likewise.
9955         * modules/fpending (Makefile.am): Likewise.
9956         * modules/fprintftime (Makefile.am): Likewise.
9957         * modules/free (Makefile.am): Likewise.
9958         * modules/fsusage (Makefile.am): Likewise.
9959         * modules/ftruncate (Makefile.am): Likewise.
9960         * modules/fts (Makefile.am): Likewise.
9961         * modules/gc-arcfour (Makefile.am): Likewise.
9962         * modules/gc-des (Makefile.am): Likewise.
9963         * modules/gc-hmac-md5 (Makefile.am): Likewise.
9964         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
9965         * modules/gc-md4 (Makefile.am): Likewise.
9966         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
9967         * modules/gc-sha1 (Makefile.am): Likewise.
9968         * modules/gc (Makefile.am): Likewise.
9969         * modules/getaddrinfo (Makefile.am): Likewise.
9970         * modules/getcwd (Makefile.am): Likewise.
9971         * modules/getdelim (Makefile.am): Likewise.
9972         * modules/getdomainname (Makefile.am): Likewise.
9973         * modules/getgroups (Makefile.am): Likewise.
9974         * modules/gethostname (Makefile.am): Likewise.
9975         * modules/gethrxtime (Makefile.am): Likewise.
9976         * modules/getline (Makefile.am): Likewise.
9977         * modules/getloadavg (Makefile.am): Likewise.
9978         * modules/getlogin_r (Makefile.am): Likewise.
9979         * modules/getndelim2 (Makefile.am): Likewise.
9980         * modules/getopt (Makefile.am): Likewise.
9981         * modules/getpagesize (Makefile.am): Likewise.
9982         * modules/getpass-gnu (Makefile.am): Likewise.
9983         * modules/getpass (Makefile.am): Likewise.
9984         * modules/getsubopt (Makefile.am): Likewise.
9985         * modules/gettime (Makefile.am): Likewise.
9986         * modules/gettimeofday (Makefile.am): Likewise.
9987         * modules/getugroups (Makefile.am): Likewise.
9988         * modules/getusershell (Makefile.am): Likewise.
9989         * modules/glob (Makefile.am): Likewise.
9990         * modules/group-member (Makefile.am): Likewise.
9991         * modules/hard-locale (Makefile.am): Likewise.
9992         * modules/hash (Makefile.am): Likewise.
9993         * modules/hmac-md5 (Makefile.am): Likewise.
9994         * modules/hmac-sha1 (Makefile.am): Likewise.
9995         * modules/human (Makefile.am): Likewise.
9996         * modules/idcache (Makefile.am): Likewise.
9997         * modules/imaxabs (Makefile.am): Likewise.
9998         * modules/imaxdiv (Makefile.am): Likewise.
9999         * modules/inet_ntop (Makefile.am): Likewise.
10000         * modules/inet_pton (Makefile.am): Likewise.
10001         * modules/intprops (Makefile.am): Likewise.
10002         * modules/inttostr (Makefile.am): Likewise.
10003         * modules/inttypes (Makefile.am): Likewise.
10004         * modules/isapipe (Makefile.am): Likewise.
10005         * modules/javaversion (Makefile.am): Likewise.
10006         * modules/lchmod (Makefile.am): Likewise.
10007         * modules/lchown (Makefile.am): Likewise.
10008         * modules/localcharset (Makefile.am): Likewise.
10009         * modules/long-options (Makefile.am): Likewise.
10010         * modules/lstat (Makefile.am): Likewise.
10011         * modules/malloc (Makefile.am): Likewise.
10012         * modules/mathl (Makefile.am): Likewise.
10013         * modules/mbchar (Makefile.am): Likewise.
10014         * modules/md2 (Makefile.am): Likewise.
10015         * modules/md4 (Makefile.am): Likewise.
10016         * modules/md5 (Makefile.am): Likewise.
10017         * modules/memcasecmp (Makefile.am): Likewise.
10018         * modules/memchr (Makefile.am): Likewise.
10019         * modules/memcmp (Makefile.am): Likewise.
10020         * modules/memcoll (Makefile.am): Likewise.
10021         * modules/memcpy (Makefile.am): Likewise.
10022         * modules/memmem (Makefile.am): Likewise.
10023         * modules/memmove (Makefile.am): Likewise.
10024         * modules/mempcpy (Makefile.am): Likewise.
10025         * modules/memrchr (Makefile.am): Likewise.
10026         * modules/memset (Makefile.am): Likewise.
10027         * modules/memxor (Makefile.am): Likewise.
10028         * modules/mkancesdirs (Makefile.am): Likewise.
10029         * modules/mkdir-p (Makefile.am): Likewise.
10030         * modules/mkdir (Makefile.am): Likewise.
10031         * modules/mkdtemp (Makefile.am): Likewise.
10032         * modules/mkstemp (Makefile.am): Likewise.
10033         * modules/mktime (Makefile.am): Likewise.
10034         * modules/modechange (Makefile.am): Likewise.
10035         * modules/mountlist (Makefile.am): Likewise.
10036         * modules/nanosleep (Makefile.am): Likewise.
10037         * modules/obstack (Makefile.am): Likewise.
10038         * modules/openat (Makefile.am): Likewise.
10039         * modules/pagealign_alloc (Makefile.am): Likewise.
10040         * modules/pathmax (Makefile.am): Likewise.
10041         * modules/physmem (Makefile.am): Likewise.
10042         * modules/poll (Makefile.am): Likewise.
10043         * modules/posixtm (Makefile.am): Likewise.
10044         * modules/posixver (Makefile.am): Likewise.
10045         * modules/putenv (Makefile.am): Likewise.
10046         * modules/quote (Makefile.am): Likewise.
10047         * modules/quotearg (Makefile.am): Likewise.
10048         * modules/raise (Makefile.am): Likewise.
10049         * modules/read-file (Makefile.am): Likewise.
10050         * modules/readline (Makefile.am): Likewise.
10051         * modules/readlink (Makefile.am): Likewise.
10052         * modules/readtokens (Makefile.am): Likewise.
10053         * modules/readutmp (Makefile.am): Likewise.
10054         * modules/realloc (Makefile.am): Likewise.
10055         * modules/regex (Makefile.am): Likewise.
10056         * modules/rename-dest-slash (Makefile.am): Likewise.
10057         * modules/rename (Makefile.am): Likewise.
10058         * modules/rijndael (Makefile.am): Likewise.
10059         * modules/rmdir (Makefile.am): Likewise.
10060         * modules/rpmatch (Makefile.am): Likewise.
10061         * modules/safe-read (Makefile.am): Likewise.
10062         * modules/safe-write (Makefile.am): Likewise.
10063         * modules/same-inode (Makefile.am): Likewise.
10064         * modules/same (Makefile.am): Likewise.
10065         * modules/save-cwd (Makefile.am): Likewise.
10066         * modules/savedir (Makefile.am): Likewise.
10067         * modules/setenv (Makefile.am): Likewise.
10068         * modules/settime (Makefile.am): Likewise.
10069         * modules/sha1 (Makefile.am): Likewise.
10070         * modules/sig2str (Makefile.am): Likewise.
10071         * modules/snprintf (Makefile.am): Likewise.
10072         * modules/stat-macros (Makefile.am): Likewise.
10073         * modules/stat-time (Makefile.am): Likewise.
10074         * modules/stdbool (Makefile.am): Likewise.
10075         * modules/stdint (Makefile.am): Likewise.
10076         * modules/stdlib-safer (Makefile.am): Likewise.
10077         * modules/stpcpy (Makefile.am): Likewise.
10078         * modules/stpncpy (Makefile.am): Likewise.
10079         * modules/strcase (Makefile.am): Likewise.
10080         * modules/strcasestr (Makefile.am): Likewise.
10081         * modules/strchrnul (Makefile.am): Likewise.
10082         * modules/strcspn (Makefile.am): Likewise.
10083         * modules/strdup (Makefile.am): Likewise.
10084         * modules/strerror (Makefile.am): Likewise.
10085         * modules/strftime (Makefile.am): Likewise.
10086         * modules/strndup (Makefile.am): Likewise.
10087         * modules/strnlen (Makefile.am): Likewise.
10088         * modules/strpbrk (Makefile.am): Likewise.
10089         * modules/strsep (Makefile.am): Likewise.
10090         * modules/strstr (Makefile.am): Likewise.
10091         * modules/strtod (Makefile.am): Likewise.
10092         * modules/strtoimax (Makefile.am): Likewise.
10093         * modules/strtok_r (Makefile.am): Likewise.
10094         * modules/strtol (Makefile.am): Likewise.
10095         * modules/strtoll (Makefile.am): Likewise.
10096         * modules/strtoul (Makefile.am): Likewise.
10097         * modules/strtoull (Makefile.am): Likewise.
10098         * modules/strtoumax (Makefile.am): Likewise.
10099         * modules/strverscmp (Makefile.am): Likewise.
10100         * modules/sys_socket (Makefile.am): Likewise.
10101         * modules/sys_stat (Makefile.am): Likewise.
10102         * modules/sysexits (Makefile.am): Likewise.
10103         * modules/time_r (Makefile.am): Likewise.
10104         * modules/timegm (Makefile.am): Likewise.
10105         * modules/timespec (Makefile.am): Likewise.
10106         * modules/tmpfile-safer (Makefile.am): Likewise.
10107         * modules/trim (Makefile.am): Likewise.
10108         * modules/unistd-safer (Makefile.am): Likewise.
10109         * modules/unlinkdir (Makefile.am): Likewise.
10110         * modules/unlocked-io (Makefile.am): Likewise.
10111         * modules/userspec (Makefile.am): Likewise.
10112         * modules/utime (Makefile.am): Likewise.
10113         * modules/utimecmp (Makefile.am): Likewise.
10114         * modules/utimens (Makefile.am): Likewise.
10115         * modules/vasnprintf (Makefile.am): Likewise.
10116         * modules/vasprintf (Makefile.am): Likewise.
10117         * modules/vsnprintf (Makefile.am): Likewise.
10118         * modules/xalloc (Makefile.am): Likewise.
10119         * modules/xgetcwd (Makefile.am): Likewise.
10120         * modules/xnanosleep (Makefile.am): Likewise.
10121         * modules/xreadlink (Makefile.am): Likewise.
10122         * modules/xstrtod (Makefile.am): Likewise.
10123         * modules/xstrtol (Makefile.am): Likewise.
10124         * modules/xstrtold (Makefile.am): Likewise.
10125         * modules/yesno (Makefile.am): Likewise.
10126         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
10127
10128 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
10129
10130         * modules/error (Makefile.am): Distribute files through
10131         EXTRA_DIST, not lib_SOURCES.
10132
10133 2006-10-12  Eric Blake  <ebb9@byu.net>
10134
10135         * modules/error (Makefile.am): Distribute files in /lib.
10136         * modules/obstack (Makefile.am): Likewise.
10137
10138 2006-10-12  Bruno Haible  <bruno@clisp.org>
10139
10140         * modules/acl (Makefile.am): Distribute all files in lib/ through
10141         EXTRA_DIST.
10142         * modules/arcfour (Makefile.am): Likewise.
10143         * modules/arctwo (Makefile.am): Likewise.
10144         * modules/argmatch (Makefile.am): Likewise.
10145         * modules/argz (Makefile.am): Likewise.
10146         * modules/atexit (Makefile.am): Likewise.
10147         * modules/backupfile (Makefile.am): Likewise.
10148         * modules/c-strtod (Makefile.am): Likewise.
10149         * modules/c-strtold (Makefile.am): Likewise.
10150         * modules/calloc (Makefile.am): Likewise.
10151         * modules/canon-host (Makefile.am): Likewise.
10152         * modules/canonicalize (Makefile.am): Likewise.
10153         * modules/chdir-long (Makefile.am): Likewise.
10154         * modules/chdir-safer (Makefile.am): Likewise.
10155         * modules/check-version (Makefile.am): Likewise.
10156         * modules/chown (Makefile.am): Likewise.
10157         * modules/cloexec (Makefile.am): Likewise.
10158         * modules/close-stream (Makefile.am): Likewise.
10159         * modules/closeout (Makefile.am): Likewise.
10160         * modules/crc (Makefile.am): Likewise.
10161         * modules/cycle-check (Makefile.am): Likewise.
10162         * modules/des (Makefile.am): Likewise.
10163         * modules/dirfd (Makefile.am): Likewise.
10164         * modules/dirname (Makefile.am): Likewise.
10165         * modules/dup2 (Makefile.am): Likewise.
10166         * modules/euidaccess (Makefile.am): Likewise.
10167         * modules/exclude (Makefile.am): Likewise.
10168         * modules/exitfail (Makefile.am): Likewise.
10169         * modules/fcntl-safer (Makefile.am): Likewise.
10170         * modules/file-type (Makefile.am): Likewise.
10171         * modules/fileblocks (Makefile.am): Likewise.
10172         * modules/filemode (Makefile.am): Likewise.
10173         * modules/filenamecat (Makefile.am): Likewise.
10174         * modules/fnmatch (Makefile.am): Likewise.
10175         * modules/fopen-safer (Makefile.am): Likewise.
10176         * modules/fpending (Makefile.am): Likewise.
10177         * modules/fprintftime (Makefile.am): Likewise.
10178         * modules/free (Makefile.am): Likewise.
10179         * modules/fsusage (Makefile.am): Likewise.
10180         * modules/ftruncate (Makefile.am): Likewise.
10181         * modules/fts (Makefile.am): Likewise.
10182         * modules/gc (Makefile.am): Likewise.
10183         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
10184         * modules/getaddrinfo (Makefile.am): Likewise.
10185         * modules/getcwd (Makefile.am): Likewise.
10186         * modules/getdelim (Makefile.am): Likewise.
10187         * modules/getdomainname (Makefile.am): Likewise.
10188         * modules/getgroups (Makefile.am): Likewise.
10189         * modules/gethostname (Makefile.am): Likewise.
10190         * modules/gethrxtime (Makefile.am): Likewise.
10191         * modules/getline (Makefile.am): Likewise.
10192         * modules/getloadavg (Makefile.am): Likewise.
10193         * modules/getlogin_r (Makefile.am): Likewise.
10194         * modules/getopt (Makefile.am): Likewise.
10195         * modules/getpass (Makefile.am): Likewise.
10196         * modules/getpass-gnu (Makefile.am): Likewise.
10197         * modules/getsubopt (Makefile.am): Likewise.
10198         * modules/gettime (Makefile.am): Likewise.
10199         * modules/gettimeofday (Makefile.am): Likewise.
10200         * modules/getugroups (Makefile.am): Likewise.
10201         * modules/getusershell (Makefile.am): Likewise.
10202         * modules/glob (Makefile.am): Likewise.
10203         * modules/group-member (Makefile.am): Likewise.
10204         * modules/hard-locale (Makefile.am): Likewise.
10205         * modules/hash (Makefile.am): Likewise.
10206         * modules/hmac-md5 (Makefile.am): Likewise.
10207         * modules/hmac-sha1 (Makefile.am): Likewise.
10208         * modules/human (Makefile.am): Likewise.
10209         * modules/idcache (Makefile.am): Likewise.
10210         * modules/imaxabs (Makefile.am): Likewise.
10211         * modules/imaxdiv (Makefile.am): Likewise.
10212         * modules/inet_ntop (Makefile.am): Likewise.
10213         * modules/inet_pton (Makefile.am): Likewise.
10214         * modules/inttostr (Makefile.am): Likewise.
10215         * modules/isapipe (Makefile.am): Likewise.
10216         * modules/lchown (Makefile.am): Likewise.
10217         * modules/long-options (Makefile.am): Likewise.
10218         * modules/lstat (Makefile.am): Likewise.
10219         * modules/malloc (Makefile.am): Likewise.
10220         * modules/mathl (Makefile.am): Likewise.
10221         * modules/mbchar (Makefile.am): Likewise.
10222         * modules/md2 (Makefile.am): Likewise.
10223         * modules/md4 (Makefile.am): Likewise.
10224         * modules/md5 (Makefile.am): Likewise.
10225         * modules/memcasecmp (Makefile.am): Likewise.
10226         * modules/memchr (Makefile.am): Likewise.
10227         * modules/memcmp (Makefile.am): Likewise.
10228         * modules/memcoll (Makefile.am): Likewise.
10229         * modules/memcpy (Makefile.am): Likewise.
10230         * modules/memmem (Makefile.am): Likewise.
10231         * modules/memmove (Makefile.am): Likewise.
10232         * modules/mempcpy (Makefile.am): Likewise.
10233         * modules/memrchr (Makefile.am): Likewise.
10234         * modules/memset (Makefile.am): Likewise.
10235         * modules/memxor (Makefile.am): Likewise.
10236         * modules/mkancesdirs (Makefile.am): Likewise.
10237         * modules/mkdir (Makefile.am): Likewise.
10238         * modules/mkdir-p (Makefile.am): Likewise.
10239         * modules/mkdtemp (Makefile.am): Likewise.
10240         * modules/mkstemp (Makefile.am): Likewise.
10241         * modules/mktime (Makefile.am): Likewise.
10242         * modules/modechange (Makefile.am): Likewise.
10243         * modules/mountlist (Makefile.am): Likewise.
10244         * modules/nanosleep (Makefile.am): Likewise.
10245         * modules/openat (Makefile.am): Likewise.
10246         * modules/pagealign_alloc (Makefile.am): Likewise.
10247         * modules/physmem (Makefile.am): Likewise.
10248         * modules/poll (Makefile.am): Likewise.
10249         * modules/posixtm (Makefile.am): Likewise.
10250         * modules/posixver (Makefile.am): Likewise.
10251         * modules/putenv (Makefile.am): Likewise.
10252         * modules/quote (Makefile.am): Likewise.
10253         * modules/quotearg (Makefile.am): Likewise.
10254         * modules/raise (Makefile.am): Likewise.
10255         * modules/read-file (Makefile.am): Likewise.
10256         * modules/readline (Makefile.am): Likewise.
10257         * modules/readlink (Makefile.am): Likewise.
10258         * modules/readtokens (Makefile.am): Likewise.
10259         * modules/readutmp (Makefile.am): Likewise.
10260         * modules/realloc (Makefile.am): Likewise.
10261         * modules/regex (Makefile.am): Likewise.
10262         * modules/rename (Makefile.am): Likewise.
10263         * modules/rename-dest-slash (Makefile.am): Likewise.
10264         * modules/rijndael (Makefile.am): Likewise.
10265         * modules/rmdir (Makefile.am): Likewise.
10266         * modules/rpmatch (Makefile.am): Likewise.
10267         * modules/safe-read (Makefile.am): Likewise.
10268         * modules/safe-write (Makefile.am): Likewise.
10269         * modules/same (Makefile.am): Likewise.
10270         * modules/save-cwd (Makefile.am): Likewise.
10271         * modules/savedir (Makefile.am): Likewise.
10272         * modules/setenv (Makefile.am): Likewise.
10273         * modules/settime (Makefile.am): Likewise.
10274         * modules/sha1 (Makefile.am): Likewise.
10275         * modules/sig2str (Makefile.am): Likewise.
10276         * modules/snprintf (Makefile.am): Likewise.
10277         * modules/stdlib-safer (Makefile.am): Likewise.
10278         * modules/stpcpy (Makefile.am): Likewise.
10279         * modules/stpncpy (Makefile.am): Likewise.
10280         * modules/strcase (Makefile.am): Likewise.
10281         * modules/strcasestr (Makefile.am): Likewise.
10282         * modules/strchrnul (Makefile.am): Likewise.
10283         * modules/strcspn (Makefile.am): Likewise.
10284         * modules/strdup (Makefile.am): Likewise.
10285         * modules/strerror (Makefile.am): Likewise.
10286         * modules/strftime (Makefile.am): Likewise.
10287         * modules/strndup (Makefile.am): Likewise.
10288         * modules/strnlen (Makefile.am): Likewise.
10289         * modules/strpbrk (Makefile.am): Likewise.
10290         * modules/strsep (Makefile.am): Likewise.
10291         * modules/strstr (Makefile.am): Likewise.
10292         * modules/strtod (Makefile.am): Likewise.
10293         * modules/strtoimax (Makefile.am): Likewise.
10294         * modules/strtok_r (Makefile.am): Likewise.
10295         * modules/strtol (Makefile.am): Likewise.
10296         * modules/strtoll (Makefile.am): Likewise.
10297         * modules/strtoul (Makefile.am): Likewise.
10298         * modules/strtoull (Makefile.am): Likewise.
10299         * modules/strtoumax (Makefile.am): Likewise.
10300         * modules/strverscmp (Makefile.am): Likewise.
10301         * modules/time_r (Makefile.am): Likewise.
10302         * modules/timegm (Makefile.am): Likewise.
10303         * modules/tmpfile-safer (Makefile.am): Likewise.
10304         * modules/unistd-safer (Makefile.am): Likewise.
10305         * modules/unlinkdir (Makefile.am): Likewise.
10306         * modules/userspec (Makefile.am): Likewise.
10307         * modules/utime (Makefile.am): Likewise.
10308         * modules/utimecmp (Makefile.am): Likewise.
10309         * modules/utimens (Makefile.am): Likewise.
10310         * modules/vasnprintf (Makefile.am): Likewise.
10311         * modules/vasprintf (Makefile.am): Likewise.
10312         * modules/vsnprintf (Makefile.am): Likewise.
10313         * modules/xalloc (Makefile.am): Likewise.
10314         * modules/xgetcwd (Makefile.am): Likewise.
10315         * modules/xnanosleep (Makefile.am): Likewise.
10316         * modules/xreadlink (Makefile.am): Likewise.
10317         * modules/xstrtod (Makefile.am): Likewise.
10318         * modules/xstrtol (Makefile.am): Likewise.
10319         * modules/xstrtold (Makefile.am): Likewise.
10320         * modules/yesno (Makefile.am): Likewise.
10321
10322 2006-10-12  Jim Meyering  <jim@meyering.net>
10323
10324         * m4/getloadavg.m4: Revert the change below.
10325
10326         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
10327         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
10328         fail with a symlink, which is what coreutils' ./bootstrap now
10329         creates by default.
10330
10331 2006-10-12  Bruno Haible  <bruno@clisp.org>
10332
10333         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
10334         mingw.
10335         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
10336         MSVC and mingw explicitly.
10337
10338 2006-10-11  Simon Josefsson  <jas@extundo.com>
10339             Bruno Haible  <bruno@clisp.org>
10340
10341         Add support for multiple gnulib-tool invocations in the scope of a
10342         single configure.ac file.
10343         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
10344         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
10345         with the same contents as the _LIBADD variable.
10346         (func_emit_initmacro_start, func_emit_initmacro_end,
10347         func_emit_initmacro_done): New functions.
10348         (func_import, func_create_testdir): Invoke them. Allow the identifiers
10349         gl_LIBOBJS and gl_LTLIBOBJS.
10350
10351 2006-10-11  Bruno Haible  <bruno@clisp.org>
10352
10353         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
10354         (func_create_testdir): Don't create po/Makefile.am, don't invoke
10355         autoreconf. Instead, invoke autopoint explicitly but move back the
10356         *.m4 files from gnulib.
10357
10358 2006-10-11  Bruno Haible  <bruno@clisp.org>
10359
10360         * gnulib-tool (func_usage): Make module names after --create-testdir
10361         optional.
10362         (func_create_testdir): If no module was specified, use nearly all
10363         modules.
10364
10365 2006-10-12  Jim Meyering  <jim@meyering.net>
10366
10367         Big performance improvement for fts-based tools that use FTS_NOSTAT.
10368         Avoid spurious inode-mismatch problems on non-POSIX file systems.
10369         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
10370         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
10371         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
10372         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
10373         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
10374         (fts_set_stat_required): New function.
10375         (fts_open): Defer the calls to fts_stat, if possible or requested.
10376         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
10377         into fts_stat itself.
10378         (fts_read): Perform any required (deferred) fts_stat call.
10379         (fts_build): Likewise, for the directory we're about to open and read.
10380         In the readdir loop, carefully decide whether each entry will require
10381         an eventual call to fts_stat, using dirent.d_type info if available.
10382         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
10383         a command line argument into this function.  Update all callers.
10384         Map a return value of FTS_DOT to FTS_D for a command line argument.
10385         * modules/fts (Depends-on): Add d-type.  Alphabetize.
10386         Thanks to Miklos Szeredi for his tenacity and for the initial
10387         bug report about "find" failing on a FUSE-based file system.
10388
10389         * lib/fts.c (fts_open): Use consistent indentation.
10390
10391 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
10392
10393         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
10394         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
10395         reported by Jim Meyering.  All uses of cache variables renamed
10396         to match Autoconf's.
10397         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
10398         the other one.
10399
10400         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
10401         Fix misspelling in diagnostic.
10402
10403 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
10404
10405         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
10406         defined.  Problem reported by Matthew Woehlke.
10407
10408         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
10409         Add support for Tandem NonStop R series.
10410         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
10411         Use new macro.
10412
10413         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
10414         (has_trailing_slash): Omit size arg; all callers changed.
10415         Omit 'inline', since it doesn't help performance and we'd
10416         need to configure it.
10417         Don't count //, ///, etc. as having a trailing slash.
10418         As a side effect, this removes a C99ism reported by Matthew Woehlke.
10419         (rpl_rename_dest_slash): On failure, use rename's errno rather
10420         than (in some cases) an incorrect or junk errno.
10421         Simplify code by removing need to compute length; this does
10422         cause it to make two passes instead of one over the file name,
10423         but it's worth it.
10424
10425         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
10426         change, since Autoconf's version may no longer be appropriate now
10427         that we are using CVS Autoconf's version.  Add support for Tandem.
10428
10429 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
10430             Bruno Haible  <bruno@clisp.org>
10431
10432         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
10433         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
10434         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
10435         gl_AC_TYPE_LONG_LONG.
10436
10437         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
10438         instead of HAVE_LONG_LONG.
10439         * lib/printf-args.c (printf_fetchargs): Likewise.
10440         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
10441         * lib/vasnprintf.c (VASNPRINTF): Likewise.
10442         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
10443         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
10444         gl_AC_TYPE_LONG_LONG.
10445
10446 2006-10-11  Bruno Haible  <bruno@clisp.org>
10447
10448         * m4/longlong.m4: Add comments.
10449         * m4/ulonglong.m4: Likewise.
10450
10451 2006-10-10  Bruno Haible  <bruno@clisp.org>
10452
10453         Make it possible to #define stpcpy, strdup to aliases.
10454         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
10455         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
10456
10457 2006-10-10  Bruno Haible  <bruno@clisp.org>
10458
10459         Make it possible to #define gcd to an alias.
10460         * lib/gcd.c: Include config.h.
10461
10462 2006-10-10  Bruno Haible  <bruno@clisp.org>
10463
10464         Make it possible to #define c_isascii to an alias.
10465         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
10466         defined. Undefine the macros before defining them, to avoid gcc
10467         warnings.
10468         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
10469         define NO_C_CTYPE_MACROS early.
10470
10471 2006-10-10  Bruno Haible  <bruno@clisp.org>
10472
10473         Make it possible to #define set_program_name to an alias.
10474         * lib/progname.c: Don't undefine set_program_name; instead, undefine
10475         ENABLE_RELOCATABLE early.
10476
10477 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
10478
10479         Port to Tandem NSK OSS, which has 64-bit signed int but at most
10480         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
10481         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
10482         More generally, don't assume that 64-bit signed int is available
10483         if unsigned int is, and vice versa.
10484         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
10485         unsigned symbols, not on their signed counterparts.
10486         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
10487         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
10488         (UINT64_C, UINTMAX_C):
10489         Likewise.
10490         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
10491         unsigned counterparts.
10492         (Have_long_long, Unsigned): New macros.
10493         (Int): Renamed from INT.
10494         (strtoimax): Use the new macros.
10495         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
10496         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
10497         * modules/inttypes (inttypes.h): Substitute
10498         HAVE_UNSIGNED_LONG_LONG_INT.
10499         * modules/stdint (stdint.h): Likewise.
10500         (Files): Add m4/ulonglong.m4.
10501
10502 2006-10-10  Bruno Haible  <bruno@clisp.org>
10503
10504         Fix a gcc -Wshadow warning.
10505         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
10506         to 'bucket'.
10507         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
10508         gl_linked_indexof_from_to): Likewise.
10509         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
10510         Likewise.
10511         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
10512         Likewise.
10513         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
10514         Reported by Eric Blake.
10515
10516 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
10517
10518         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
10519         for NetBSD.  Problem reported by Bruno Haible.
10520
10521 2006-10-09  Jim Meyering  <jim@meyering.net>
10522
10523         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
10524         Patch from Bruno Haible.
10525
10526 2006-10-09  Jim Meyering  <jim@meyering.net>
10527
10528         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
10529         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
10530         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
10531
10532 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
10533
10534         Don't include <config.h> twice; this doesn't work in some cases,
10535         e.g., when config.h has "#define intmax_t long long int" and
10536         we include <config.h>, <inttypes.h>, <config.h> in that order.
10537         Problem reported by Matthew Woehlke in:
10538         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
10539         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
10540         * lib/fts-cycle.c: Don't include config.h.
10541         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
10542         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
10543         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
10544         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
10545         inttypes.h.
10546         * lib/xstrtoumax.c: Likewise.
10547         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
10548         __strtol and the like, so that this module is more like its siblings.
10549         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
10550         Remove; no longer needed now that we assume gnulib inttypes.h.
10551
10552 2006-10-08  Bruno Haible  <bruno@clisp.org>
10553
10554         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
10555         option.
10556
10557 2006-10-07  Jim Meyering  <jim@meyering.net>
10558
10559         * modules/inttypes (inttypes.h): Revert what seems to have been
10560         an inadvertent part of today's change: use "|", not "/" in the
10561         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
10562
10563 2006-10-07  Bruno Haible  <bruno@clisp.org>
10564
10565         * modules/sublist: New file.
10566
10567 2006-10-07  Bruno Haible  <bruno@clisp.org>
10568
10569         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
10570         * modules/argz (argz.h): Likewise.
10571         * modules/arpa_inet (arpa/inet.h): Likewise.
10572         * modules/byteswap (byteswap.h): Likewise.
10573         * modules/configmake (configmake.h): Likewise.
10574         * modules/fcntl (fcntl.h): Likewise.
10575         * modules/fnmatch (fnmatch.h): Likewise.
10576         * modules/getopt (getopt.h): Likewise.
10577         * modules/glob (glob.h): Likewise.
10578         * modules/inttypes (inttypes.h): Likewise.
10579         * modules/netinet_in (netinet/in.h): Likewise.
10580         * modules/poll (poll.h): Likewise.
10581         * modules/stdbool (stdbool.h): Likewise.
10582         * modules/stdint (stdint.h): Likewise.
10583         * modules/sys_select (sys/select.h): Likewise.
10584         * modules/sys_socket (sys/socket.h): Likewise.
10585         * modules/sys_stat (sys/stat.h): Likewise.
10586         * modules/sysexits (sysexits.h): Likewise.
10587         * modules/unistd (unistd.h): Likewise.
10588         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
10589         Add a "DO NOT EDIT" comment to the generated file.
10590         (func_import): Likewise for gnulib-comp.m4.
10591
10592 2006-10-07  Bruno Haible  <bruno@clisp.org>
10593
10594         * lib/gl_sublist.h: New file.
10595         * lib/gl_sublist.c: New file.
10596
10597 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
10598
10599         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
10600         name (relative to the original working directory) and the file
10601         name component (relative to the temporary working directory).  All
10602         callers changed.
10603         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
10604         * lib/mkdir-p.c (make_dir_parents): Likewise.
10605         * lib/mkdir-p.h (make_dir_parents): Likewise.
10606
10607 2006-10-06  Eric Blake  <ebb9@byu.net>
10608
10609         Define several macros for use by the clean-temp module.
10610         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
10611         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
10612         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
10613
10614         * lib/clean-temp.h (close_stream_temp): New declaration.
10615         * lib/clean-temp.c (includes): Pull in headers according to what
10616         other modules are in use.
10617         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
10618
10619 2006-10-06  Bruno Haible  <bruno@clisp.org>
10620
10621         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
10622         instead of fopen, fwriteerror.
10623
10624 2006-10-06  Bruno Haible  <bruno@clisp.org>
10625
10626         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
10627         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
10628         int.
10629         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
10630         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
10631         Return an error indicator.
10632         Suggested by Eric Blake.
10633
10634 2006-10-06  Bruno Haible  <bruno@clisp.org>
10635
10636         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
10637         Reported by Eric Blake.
10638
10639 2006-10-06  Bruno Haible  <bruno@clisp.org>
10640
10641         * modules/closeout (Description): Mention stderr too.
10642
10643 2006-10-06  Bruno Haible  <bruno@clisp.org>
10644         and Paul Eggert  <eggert@cs.ucla.edu>
10645
10646         * lib/closeout.c (close_stdout): Also close stderr.
10647         * lib/closeout.h: Update comment.
10648
10649 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
10650
10651         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
10652         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
10653         * lib/dirchownmod.c: Include lchown.h.
10654         * lib/lchown.c: Don't include files that lchown.h now includes.
10655         Don't declare chown, since lchown.h now does that.
10656         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
10657         (lchown): Define to rpl_chown if lchown is declared but
10658         does not exist.  Declare using a prototype if lchown is not
10659         declared.  Add a copyright notice.
10660         * lib/mkstemp.h: Include <unistd.h>.
10661         * lib/openat.c: Include lchown.h.
10662
10663         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
10664         we now test for that separately.
10665         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
10666         rather than O_NOFOLLOW, when testing whether it's possible to
10667         avoid a race condition reliably.
10668         * lib/savewd.c (savewd_chdir): Likewise.
10669
10670         Remove macros that are no longer needed now that stdint.h is
10671         reliable.
10672         * lib/fsusage.c (UINTMAX_MAX): Remove.
10673         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
10674         * lib/utimecmp.c (SIZE_MAX): Remove.
10675
10676         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
10677
10678         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
10679         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
10680         O_NOATIME works.
10681
10682 2006-10-05  Bruno Haible  <bruno@clisp.org>
10683
10684         * lib/gl_list.h (gl_sortedlist_search_from_to,
10685         gl_sortedlist_indexof_from_to): New declarations.
10686         (gl_list_implementation): New fields sortedlist_search_from_to,
10687         sortedlist_indexof_from_to.
10688         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
10689         inline functions.
10690         * lib/gl_list.c (gl_sortedlist_search_from_to,
10691         gl_sortedlist_indexof_from_to): New functions.
10692         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
10693         function.
10694         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
10695         (gl_array_sortedlist_search_from_to): New function.
10696         (gl_array_list_implementation): Update.
10697         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
10698         function.
10699         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
10700         (gl_carray_sortedlist_search_from_to): New function.
10701         (gl_carray_list_implementation): Update.
10702         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
10703         gl_linked_sortedlist_indexof_from_to): New functions.
10704         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
10705         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
10706         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
10707         gl_tree_sortedlist_indexof_from_to): New functions.
10708         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
10709         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
10710         Update.
10711         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
10712         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
10713         Update.
10714
10715 2006-10-05  Bruno Haible  <bruno@clisp.org>
10716
10717         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
10718         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
10719         (struct gl_list_implementation): Add fields search_from_to,
10720         indexof_from_to. Remove fields search, indexof.
10721         (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_list.c (gl_list_search): Use the search_from_to method.
10726         (gl_list_search_from, gl_list_search_from_to): New functions.
10727         (gl_list_indexof): Use the indexof_from_to method.
10728         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
10729         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
10730         gl_array_indexof. Add start_index, end_index arguments.
10731         (gl_array_search_from_to): Renamed from gl_array_search. Add
10732         start_index, end_index arguments.
10733         (gl_array_remove, gl_array_list_implementation): Update.
10734         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
10735         gl_carray_indexof. Add start_index, end_index arguments.
10736         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
10737         start_index, end_index arguments.
10738         (gl_carray_remove, gl_carray_list_implementation): Update.
10739         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
10740         gl_linked_search. Add start_index, end_index arguments.
10741         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
10742         start_index, end_index arguments.
10743         (gl_linked_remove): Update.
10744         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
10745         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
10746         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
10747         field to 'size_t'.
10748         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
10749         gl_tree_search. Add start_index, end_index arguments.
10750         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
10751         start_index, end_index arguments.
10752         (gl_tree_remove): Update.
10753         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
10754         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
10755         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
10756         function.
10757         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
10758         gl_tree_search. Add start_index, end_index arguments.
10759         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
10760         start_index, end_index arguments.
10761         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
10762         Update.
10763         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
10764
10765 2006-10-05  Bruno Haible  <bruno@clisp.org>
10766
10767         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
10768
10769         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
10770         fwriteerror_temp): New declarations.
10771         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
10772         (descriptors): New variable.
10773         (cleanup): First, close the descriptors.
10774         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
10775         fclose_temp, fwriteerror_temp): New functions.
10776
10777 2006-10-04  Jim Meyering  <jim@meyering.net>
10778
10779         * lib/fts.c (fts_open): Tiny comment change.
10780
10781 2006-10-04  Bruno Haible  <bruno@clisp.org>
10782
10783         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
10784         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
10785         gl_LOCK_BODY.
10786         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
10787         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
10788         gl_LOCK_EARLY_BODY.
10789         (gl_LOCK): Require gl_LOCK_BODY.
10790
10791 2006-10-04  Bruno Haible  <bruno@clisp.org>
10792
10793         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
10794         (gl_oset_search_atleast): New declaration.
10795         (struct gl_oset_implementation): Add field 'search_atleast'.
10796         (gl_oset_search_atleast): New inline function.
10797         * lib/gl_oset.c (gl_oset_search_atleast): New function.
10798         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
10799         (gl_array_oset_implementation): Update.
10800         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
10801         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
10802         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
10803
10804 2006-10-04  Bruno Haible  <bruno@clisp.org>
10805
10806         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
10807
10808 2006-10-03  Bruno Haible  <bruno@clisp.org>
10809
10810         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
10811         from gl_avltreehash_list_implementation.
10812
10813 2006-10-03  Bruno Haible  <bruno@clisp.org>
10814
10815         * lib/gl_oset.c (gl_oset_add): Fix return type.
10816
10817 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
10818
10819         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
10820
10821 2006-10-02  Eric Blake  <ebb9@byu.net>
10822
10823         * modules/strnlen (Depends-on): Add extensions.
10824
10825 2006-10-02  Eric Blake  <ebb9@byu.net>
10826
10827         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
10828         definition in 2.60+.
10829
10830 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
10831
10832         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
10833         checks.
10834
10835 2006-10-02  Bruno Haible  <bruno@clisp.org>
10836
10837         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
10838         to the AUTOMAKE_OPTIONS.
10839         Reported by Jim Meyering.
10840
10841 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
10842
10843         Work around bug in Solaris 10 /proc file system:
10844         /proc/self/fd/NNN/.. isn't the parent directory of
10845         the directory whose file descriptor is NNN.  This needs to
10846         be worked around at run time, not compile time, since a
10847         program might be built on Solaris 8, where things work, and
10848         run on Solaris 10.
10849         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
10850         to use the following interface instead:
10851         (OPENAT_BUFFER_SIZE): New macro.
10852         (openat_proc_name): New function.
10853         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
10854         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
10855         Likewise.
10856         * lib/openat-proc.c: New file.
10857         * modules/openat (Files): Add lib/openat-proc.c.
10858         (Depends-on): Add same-inode, stdbool.
10859         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
10860
10861 2006-09-29  Bruno Haible  <bruno@clisp.org>
10862
10863         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
10864         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
10865         argument. Set stdout_closed before testing for ferror, not after.
10866         (fwriteerror, fwriteerror_no_ebadf): New functions.
10867
10868 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10869
10870         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
10871
10872 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
10873
10874         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
10875         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
10876
10877 2006-09-28  Jim Meyering  <jim@meyering.net>
10878
10879         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
10880         Include <unistd.h>.
10881
10882 2006-09-28  Bruno Haible  <bruno@clisp.org>
10883
10884         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
10885         * modules/linkedhash-list (Depends-on): Likewise.
10886         * modules/rbtreehash-list (Depends-on): Likewise.
10887
10888 2006-09-28  Bruno Haible  <bruno@clisp.org>
10889
10890         * lib/strndup.h: Simplify the redefinition of strndup.
10891         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
10892         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
10893
10894 2006-09-28  Bruno Haible  <bruno@clisp.org>
10895
10896         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
10897         * lib/gl_linkedhash_list.c: Likewise.
10898         * lib/gl_rbtreehash_list.c: Likewise.
10899
10900 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
10901
10902         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
10903         getaddrinfo.
10904
10905         * lib/__fpending.h: Don't include <stdio_ext.h> unless
10906         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
10907         it causes <stdio_ext.h> to cause a compile-time error.
10908         Problem reported by Nelson H. F. Beebe.
10909         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
10910         of HAVE_DECL___PENDING.
10911
10912         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
10913         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
10914         declaration.
10915
10916 2006-09-27  Jim Meyering  <jim@meyering.net>
10917
10918         This file could end up with a definition for a function
10919         named __strndup, rather than rpl_strndup on a system with
10920         incomplete weak_alias support.
10921         * lib/strndup.c (strndup): Rename from __strndup.
10922         Remove #defines that used to map __strndup to strndup.
10923         Don't use K&R prototypes.
10924         Remove LIBC-related code, since this file is not sync'd with glibc.
10925         * lib/strndup.h: Revamp, accordingly.
10926         * m4/strndup.m4: Modernize.
10927
10928 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
10929
10930         * modules/savewd (Depends-on): Add 'raise'.
10931         * lib/savewd.c: Include <signal.h>, for 'raise'.
10932
10933 2006-09-26  Jim Meyering  <jim@meyering.net>
10934
10935         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
10936         when we detect Darwin 8.7.0's acl_get_file bug.
10937         Rearrange to perform the new (below) run-test while $LIBS
10938         contains any acl-related library.  Set USE_ACL at the end.
10939         (gl_ACL_GET_FILE): New function.
10940
10941 2006-09-26  Eric Blake  <ebb9@byu.net>
10942
10943         * lib/verror.c: Include <config.h> unconditionally.
10944
10945 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
10946
10947         * modules/clock-time (Maintainer): Add self.
10948         * modules/getlogin_r (Depends-on): Add extensions.
10949
10950 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10951
10952         * modules/clock-time: New module.
10953         * modules/nanosleep (Depends-on): Add clock-time.
10954         * modules/gethrxtime (Depends-on): Likewise.
10955         * modules/gettime (Depends-on): Likewise.
10956         * modules/settime (Depends-on): Likewise.
10957
10958         * modules/fts-lgpl: Depend on openat.
10959         * modules/mkancesdirs: Depend on savewd.
10960         * modules/mkdir-p: Likewise.
10961
10962 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10963
10964         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
10965
10966         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
10967         `gl_have_arbitrary_file_name_length_limit' to
10968         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
10969         actually works between configure runs.
10970
10971 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10972             Bruno Haible  <bruno@clisp.org>
10973
10974         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
10975
10976 2006-09-25  Jim Meyering  <jim@meyering.net>
10977
10978         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
10979         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
10980
10981 2006-09-25  Eric Blake  <ebb9@byu.net>
10982
10983         * gnulib-tool (func_import, func_create_testdir): Fix typos in
10984         exec's in 2006-09-18 patch when shuffling fds.
10985
10986 2006-09-25  Bruno Haible  <bruno@clisp.org>
10987
10988         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
10989         Reported by Jim Meyering.
10990
10991 2006-09-24  Jim Meyering  <jim@meyering.net>
10992
10993         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
10994         compare a pointer against a literal "0".  That caused failures with
10995         at least HP-UX's hpcc.
10996
10997 2006-09-22  Simon Josefsson  <jas@extundo.com>
10998
10999         * modules/gc-sha1:
11000         * modules/gc-md4:
11001         * modules/gc-hmac-sha1:
11002         * modules/gc-hmac-md5:
11003         * modules/gc-des:
11004         * modules/gc-arcfour: Distribute more files.
11005
11006 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11007
11008         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
11009         (gl_linked_iterator_from_to): Initialize struct completely.
11010         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
11011         (gl_tree_iterator_from_to): Likewise
11012         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
11013         * lib/gl_array_list.c [lint] (gl_array_iterator)
11014         (gl_array_iterator_from_to): Likewise.
11015         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
11016         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
11017         (gl_carray_iterator_from_to): Likewise.
11018
11019         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
11020         * lib/md4.c (md4_process_block): Remove unused variable.
11021         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
11022         parentheses for clarity.
11023
11024 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11025
11026         * modules/bison-i18n (Depends-on): Add gettext.
11027
11028 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11029
11030         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
11031         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
11032         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
11033         also add missing comma that caused broken test.
11034         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
11035         stdlib.h, for `abort'.
11036         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
11037         variables.
11038         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
11039         include unistd.h if present, for `rmdir'.
11040         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
11041         variables.
11042         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
11043         in the process include standard headers for prototypes.
11044         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
11045         gets declared on GNU/Linux.
11046         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
11047         unistd.h, for `rmdir'.
11048         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
11049
11050         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
11051         always true.
11052         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
11053
11054         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
11055
11056 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11057
11058         * gnulib-tool (func_version): Create output all at once.  This
11059         may help avoid triggering unnecessary SIGPIPEs, and at any
11060         rate it doesn't hurt.
11061
11062 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11063             Bruno Haible  <bruno@clisp.org>
11064
11065         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
11066         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
11067         * m4/signed.m4 (bh_C_SIGNED): Likewise.
11068
11069         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
11070         (gl_FUNC_VASPRINTF): Invoke it.
11071
11072 2006-09-22  Bruno Haible  <bruno@clisp.org>
11073
11074         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
11075         getloadavg.c as first argument.
11076
11077 2006-09-22  Bruno Haible  <bruno@clisp.org>
11078
11079         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
11080         at the beginning of the gl_INIT macro.
11081         * modules/getloadavg (configure.ac): Pass $gl_source_base to
11082         gl_GETLOADAVG.
11083
11084 2006-09-22  Bruno Haible  <bruno@clisp.org>
11085
11086         * gnulib-tool (func_create_megatestdir): Don't include the config-h
11087         module.
11088         Suggested by Ralf Wildenhues.
11089
11090 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
11091
11092         Import this patch from libc:
11093
11094         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
11095
11096         * lib/regex_internal.c (re_string_reconstruct): Handle
11097         offset < pstr->valid_raw_len && pstr->offsets_needed case.
11098         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
11099         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
11100         re_string_context_at.
11101
11102         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
11103         now requires it.
11104         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
11105         gl_REGEX now does it for us.
11106         (gl_REGEX): Add test taken from
11107         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
11108
11109         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
11110         Check that large offsets work.  Modernize Autoconf usages.
11111         Prefer "yes" to mean a good thing rather than a bad.
11112         Don't put "#define mkstemp" in config.h, as this might interfere
11113         with standard system headers that "#define mkstemp mkstemp64".
11114
11115         * modules/mkstemp (Depends-on): Add extensions, so that
11116         mkstemp is visible on some platforms.
11117         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
11118         (Include): Change to "mkstemp.h" from <stdlib.h>.
11119         (Files): Add mkstemp.h.
11120
11121         * lib/mkstemp.h: New file, since some standard headers
11122         #define mkstemp.
11123         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
11124         Include "mkstemp.h".
11125         Make the _LIBC code resemble glibc original more,
11126         e.g., use K&R style.
11127         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
11128         (mkstemp): Remove, since mkstemp.h does this for us.
11129         * lib/stdlib--.h: Include mkstemp.h.
11130
11131         Import this patch from libc:
11132
11133         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
11134
11135         * lib/tempname.c (__gen_tempname): Change attempts_min
11136         into a macro.  Use preprocessor to decide how to initialize
11137         attempts [Coverity CID 67].
11138
11139 2006-09-20  Bruno Haible  <bruno@clisp.org>
11140
11141         * lib/mkdtemp.c: Import from libc.
11142         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
11143                 * sysdeps/posix/tempname.c (__gen_tempname): Change
11144                 attempts_min into a macro.  Use preprocessor to decide how to
11145                 initialize attempts [Coverity CID 67].
11146         2001-11-27  Paul Eggert  <eggert@twinsun.com>
11147                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
11148                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
11149
11150 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11151
11152         * gnulib-tool (func_exit): New function, to allow to pass the
11153         exit status portably through the trap.  Use everywhere.
11154         (--help, --version): Signal a write error.
11155         (trap): catch SIGPIPE, for write errors.
11156         Exit at the end of the trap, with the correct exit status.
11157
11158 2006-09-19  Karl Berry  <karl@gnu.org>
11159
11160         * doc/gnulib.texi: note about the license texinfo files.
11161
11162 2006-09-19  Eric Blake  <ebb9@byu.net>
11163
11164         * gnulib-tool: Avoid space-tab.
11165
11166 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
11167
11168         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
11169         that prevented coreutils 6.1 from building.  Problem reported
11170         by Petter Reinholdtsen.
11171
11172 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
11173
11174         * gnulib-tool (avoidlist): Fix typo that broke options like
11175         --avoid=lock that are used by coreutils bootstrap.
11176
11177 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
11178
11179         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
11180         more systematically.
11181
11182 2006-09-18  Jim Meyering  <jim@meyering.net>
11183
11184         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
11185
11186 2006-09-18  Bruno Haible  <bruno@clisp.org>
11187
11188         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
11189
11190 2006-09-18  Bruno Haible  <bruno@clisp.org>
11191
11192         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
11193         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
11194         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
11195         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
11196         * m4/gettext.m4: Require autoconf >= 2.52.
11197         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
11198         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
11199         of gl_cv_header_inttypes_h.
11200
11201 2006-09-18  Bruno Haible  <bruno@clisp.org>
11202
11203         * lib/javaversion.c: Include configmake.h.
11204
11205 2006-09-18  Bruno Haible  <bruno@clisp.org>
11206
11207         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
11208         avoid that the while loops be executed in a subshell.
11209
11210 2006-09-18  Bruno Haible  <bruno@clisp.org>
11211
11212         * MODULES.html.sh (func_module): Break long lines.
11213         Suggested by Bruce Korb <bkorb@gnu.org>.
11214
11215 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11216
11217         Speed up by a factor of 1.12.
11218         * gnulib-tool (nl): New variable.
11219         (func_import): Rewrite include directive extraction to only read each
11220         directive once.
11221
11222 2006-09-17  Bruno Haible  <bruno@clisp.org>
11223
11224         * modules/javaversion (Makefile.am): Remove DEFS setting.
11225         (Depends-on): Add configmake, for PKGDATADIR definition.
11226
11227 2006-09-17  Bruno Haible  <bruno@clisp.org>
11228
11229         * gnulib-tool (func_create_testdir): Rewrite all files at once.
11230
11231 2006-09-17  Bruno Haible  <bruno@clisp.org>
11232
11233         * gnulib-tool (func_append): New function, stolen from libtool.m4.
11234         (func_modules_transitive_closure, func_modules_add_dummy,
11235         func_modules_to_filelist, func_import, func_create_testdir,
11236         func_create_megatestdir, ...): Use it wherever possible.
11237         Suggested by Ralf Wildenhues.
11238
11239 2006-09-16  Karl Berry  <karl@gnu.org>
11240
11241         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
11242         to avoid sectioning errors.
11243         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
11244         [ifinfo]: blank line after @center-ed titles.
11245         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
11246         Spell FSF address consistently with others.
11247         (These changes approved by rms.)
11248
11249 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11250
11251         Speed up by a factor of 1.61.
11252         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
11253         already checked module names again.
11254
11255 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11256
11257         Speed up by a factor of 1.13.
11258         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
11259         for new_files, and the input to func_add_or_update.
11260
11261 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11262
11263         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
11264         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
11265
11266 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
11267
11268         * modules/mkancesdirs (Depends-on): Add fcntl.
11269         * modules/savewd: New file.
11270         * MODULES.html.sh (File system functions): Add savewd.
11271
11272         * modules/configmake (Makefile.am): Add support for the
11273         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
11274
11275 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
11276
11277         * m4/savewd.m4: New file.
11278
11279 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
11280
11281         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
11282         (dirchownmod): New arg FD.  All callers changed.
11283         Use FD rather than opening the directory ourself, as opening is
11284         now the caller's responsibility.
11285         * lib/dirchownmod.h: Likewise.
11286         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
11287         hosts that require <sys/types.h> before <sys/stat.h>.  Include
11288         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
11289         (test_dir): Remove.
11290         (mkancesdirs): Return length of prefix of FILE that has already
11291         been made, or -2 if there is a child doing the work.  Redo
11292         algorithm so that it is O(N) rather than O(N**2).  Optimize away
11293         ".", and treat ".." specially since it might stray back into
11294         already-created areas.  Use a subprocess if necessary.  New arg
11295         WD; all users changed.  MAKE_DIR function should now return 1
11296         if it creates a directory that is not readable.  Return -2 if
11297         a child process is spun off.
11298         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
11299         Adjust signature to match code.
11300         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
11301         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
11302         all users changed.
11303         * lib/savewd.c, lib/savewd.h: New files.
11304
11305 2006-09-15  Jim Meyering  <jim@meyering.net>
11306
11307         * modules/rename-dest-slash: New module.
11308         * MODULES.html.sh (posix_compat): Add it here.
11309
11310         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
11311
11312 2006-09-15  Jim Meyering  <jim@meyering.net>
11313
11314         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
11315         file.
11316
11317         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
11318
11319 2006-09-15  Jim Meyering  <jim@meyering.net>
11320
11321         * lib/rename-dest-slash.c (has_trailing_slash): Use
11322         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
11323         (rpl_rename_dest_slash): Perform the cheaper trailing slash
11324         test before testing whether SRC is a directory.
11325         Suggestions from Bruno Haible.
11326
11327         Avoid a warning about an unused variable.
11328         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
11329         into the #ifdef block where it's used.
11330
11331         * lib/rename-dest-slash.c: New file.
11332
11333 2006-09-14  Bruno Haible  <bruno@clisp.org>
11334
11335         * lib/allocsa.c: Include <config.h> unconditionally.
11336         * lib/asnprintf.c: Likewise.
11337         * lib/asprintf.c: Likewise.
11338         * lib/c-strcasecmp.c: Likewise.
11339         * lib/c-strcasestr.c: Likewise.
11340         * lib/c-strncasecmp.c: Likewise.
11341         * lib/c-strstr.c: Likewise.
11342         * lib/classpath.c: Likewise.
11343         * lib/clean-temp.c: Likewise.
11344         * lib/concatpath.c: Likewise.
11345         * lib/copy-file.c: Likewise.
11346         * lib/csharpcomp.c: Likewise.
11347         * lib/csharpexec.c: Likewise.
11348         * lib/execute.c: Likewise.
11349         * lib/fatal-signal.c: Likewise.
11350         * lib/findprog.c: Likewise.
11351         * lib/fwriteerror.c: Likewise.
11352         * lib/gl_array_list.c: Likewise.
11353         * lib/gl_array_oset.c: Likewise.
11354         * lib/gl_avltree_list.c: Likewise.
11355         * lib/gl_avltree_oset.c: Likewise.
11356         * lib/gl_avltreehash_list.c: Likewise.
11357         * lib/gl_carray_list.c: Likewise.
11358         * lib/gl_linked_list.c: Likewise.
11359         * lib/gl_linkedhash_list.c: Likewise.
11360         * lib/gl_list.c: Likewise.
11361         * lib/gl_oset.c: Likewise.
11362         * lib/gl_rbtree_list.c: Likewise.
11363         * lib/gl_rbtree_oset.c: Likewise.
11364         * lib/gl_rbtreehash_list.c: Likewise.
11365         * lib/imaxabs.c: Likewise.
11366         * lib/imaxdiv.c: Likewise.
11367         * lib/javacomp.c: Likewise.
11368         * lib/javaexec.c: Likewise.
11369         * lib/javaversion.c: Likewise.
11370         * lib/linebreak.c: Likewise.
11371         * lib/localcharset.c: Likewise.
11372         * lib/lock.c: Likewise.
11373         * lib/mbchar.c: Likewise.
11374         * lib/mbswidth.c: Likewise.
11375         * lib/mkdtemp.c: Likewise.
11376         * lib/pipe.c: Likewise.
11377         * lib/printf-args.c: Likewise.
11378         * lib/printf-parse.c: Likewise.
11379         * lib/progname.c: Likewise.
11380         * lib/progreloc.c: Likewise.
11381         * lib/readlink.c: Likewise.
11382         * lib/sh-quote.c: Likewise.
11383         * lib/stpcpy.c: Likewise.
11384         * lib/stpncpy.c: Likewise.
11385         * lib/strcasecmp.c: Likewise.
11386         * lib/strcasestr.c: Likewise.
11387         * lib/strcspn.c: Likewise.
11388         * lib/striconv.c: Likewise.
11389         * lib/strncasecmp.c: Likewise.
11390         * lib/strnlen1.c: Likewise.
11391         * lib/strstr.c: Likewise.
11392         * lib/strtok_r.c: Likewise.
11393         * lib/tls.c: Likewise.
11394         * lib/tmpdir.c: Likewise.
11395         * lib/unicodeio.c: Likewise.
11396         * lib/unsetenv.c: Likewise.
11397         * lib/vasnprintf.c: Likewise.
11398         * lib/vasprintf.c: Likewise.
11399         * lib/wait-process.c: Likewise.
11400         * lib/xallocsa.c: Likewise.
11401         * lib/xsetenv.c: Likewise.
11402         * lib/xstriconv.c: Likewise.
11403
11404 2006-09-13  Simon Josefsson  <jas@extundo.com>
11405
11406         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
11407         that internally, suggested by Ralf Wildenhues
11408         <Ralf.Wildenhues@gmx.de>.
11409
11410 2006-09-13  Simon Josefsson  <jas@extundo.com>
11411
11412         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
11413         @LIBOBJS@.
11414         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11415
11416 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
11417
11418         * lib/_fpending.c: Include <config.h> unconditionally, since we no
11419         longer worry about uses that don't define HAVE_CONFIG_H.
11420         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
11421         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
11422         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
11423         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
11424         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
11425         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
11426         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
11427         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
11428         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
11429         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
11430         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
11431         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
11432         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
11433         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
11434         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
11435         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
11436         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
11437         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
11438         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
11439         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
11440         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
11441         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
11442         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
11443         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
11444         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
11445         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
11446         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
11447         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
11448         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
11449         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
11450         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
11451         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
11452         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
11453         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
11454         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
11455         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
11456         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
11457         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
11458         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
11459         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
11460         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
11461         Likewise.
11462
11463 2006-09-13  Eric Blake  <ebb9@byu.net>
11464
11465         * lib/getopt.c: Fix typo in last commit.
11466
11467 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
11468
11469         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
11470         dgettext.
11471
11472 2006-09-12  Jim Meyering  <jim@meyering.net>
11473
11474         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
11475         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
11476         Reported by Nelson H. F. Beebe.
11477
11478 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
11479
11480         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
11481         program_invocation_name and program_invocation_short_name are
11482         initialized.
11483         * lib/argp-namefrob.h: Move declarations of program_invocation_name
11484         and program_invocation_short_name to argp.h, so they are visible
11485         to user programs.
11486         * lib/argp.h: Likewise
11487
11488 2006-09-10  Bruno Haible  <bruno@clisp.org>
11489
11490         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
11491         m4/inttypes_h.m4, m4/uintmax_t.m4.
11492
11493 2006-09-10  Bruno Haible  <bruno@clisp.org>
11494
11495         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
11496         gl_AC_TYPE_UINTMAX_T.
11497
11498 2006-09-10  Bruno Haible  <bruno@clisp.org>
11499
11500         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
11501
11502 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
11503
11504         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
11505         convention.  Text proposed by Bruno Haible.
11506         (struct argp_option): Document the use of N_() wrappers.
11507
11508         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
11509         '\v', and translate the two parts separately, instead of feeding
11510         the whole string to gettext.  This allows to exclude
11511         '\v' from the strings visible to the translator by writing doc
11512         strings as N_("..") "\v" N_("..").
11513
11514 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
11515
11516         * config/srclist.txt: Undo latest change; the bug was fixed.
11517
11518 2006-09-09  Bruno Haible  <bruno@clisp.org>
11519
11520         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
11521         assignments if building a library without libtool.
11522         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
11523         in func_emit_lib_Makefile_am.
11524         (func_import): When building a static library libfoo.a, arrange to
11525         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
11526         (func_create_testdir): Likewise.
11527         * modules/gc (configure.ac, Makefile.am): If building statically,
11528         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
11529         * modules/iconvme (configure.ac, Makefile.am): Likewise.
11530         * modules/striconv (configure.ac, Makefile.am): Likewise.
11531         Based on a suggestion by Ralf Wildenhues.
11532
11533 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
11534
11535         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
11536         Check for unistd.h too, since Autoconf doesn't assume POSIX.
11537         Also:
11538
11539         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
11540         Add year_2050_test to catch glibc bug 2821
11541         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
11542
11543         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
11544         Prefer #ifdef to #if.
11545
11546         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
11547         Return from 'main' instead of calling 'exit'.
11548
11549 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
11550
11551         * lib/mktime.c (guess_time_tm): Fix bug where mktime
11552         returned the maximum time_t value rather than (time_t) -1.
11553         Problem originally reported by William Bardwell
11554         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
11555
11556         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
11557         Moved to here ...
11558         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
11559         ... from here.
11560
11561 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
11562
11563         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
11564         2821 is fixed.
11565
11566 2006-09-08  Jim Meyering  <jim@meyering.net>
11567
11568         Don't make generated files read-only.  That would bother too many
11569         people.  However, do retain the ability to work when targets are
11570         read-only: remove the destination and temporary files before writing
11571         them (when generated via sed or echo), or by using the -f option for
11572         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
11573         * modules/alloca-opt, modules/argz, modules/arpa_inet:
11574         * modules/byteswap, modules/configmake, modules/fcntl:
11575         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
11576         * modules/localcharset, modules/netinet_in, modules/poll:
11577         * modules/stdbool, modules/stdint, modules/sys_select:
11578         * modules/sys_socket, modules/sys_stat, modules/sysexits:
11579
11580 2006-09-08  Jim Meyering  <jim@meyering.net>
11581
11582         Avoid new build failure on FreeBSD 6.0.
11583         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
11584         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
11585         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
11586
11587 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11588
11589         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
11590
11591 2006-09-07  Jim Meyering  <jim@meyering.net>
11592
11593         Fix global typo in last change: use chmod u-w, not chmod u-x.
11594         Spotted by Paul Eggert and Bruce Korb.
11595         * modules/alloca-opt, modules/argz, modules/arpa_inet:
11596         * modules/byteswap, modules/configmake, modules/fcntl:
11597         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
11598         * modules/localcharset, modules/netinet_in, modules/poll:
11599         * modules/stdbool, modules/stdint, modules/sys_select:
11600         * modules/sys_socket, modules/sys_stat, modules/sysexits:
11601
11602 2006-09-06  Jim Meyering  <jim@meyering.net>
11603
11604         Make generated files be read-only.
11605         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
11606         Ensure that each generated file is now read-only.
11607         * modules/argz: Likewise.
11608         * modules/arpa_inet: Likewise.
11609         * modules/byteswap: Likewise.
11610         * modules/configmake: Likewise.
11611         * modules/fcntl: Likewise.
11612         * modules/fnmatch: Likewise.
11613         * modules/getopt: Likewise.
11614         * modules/glob: Likewise.
11615         * modules/inttypes: Likewise.
11616         * modules/netinet_in: Likewise.
11617         * modules/poll: Likewise.
11618         * modules/stdbool: Likewise.
11619         * modules/stdint: Likewise.
11620         * modules/sys_select: Likewise.
11621         * modules/sys_socket: Likewise.
11622         * modules/sys_stat: Likewise.
11623         * modules/sysexits: Likewise.
11624         * modules/localcharset: Same as above, but continue using temporary
11625         file named "t-$@" (why different?) rather than the "$@-t" used
11626         everywhere else.
11627
11628         * modules/sysexits (Makefile.am): Replace literal occurrences
11629         of "sysexit.h" more readable, and more consistent, "$@".
11630
11631 2006-09-06  Bruno Haible  <bruno@clisp.org>
11632
11633         * modules/striconv: New file.
11634         * modules/xstriconv: New file.
11635         * MODULES.html.sh (Internationalization functions): Add striconv,
11636         xstriconv.
11637
11638 2006-09-06  Bruno Haible  <bruno@clisp.org>
11639
11640         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
11641         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
11642         not using libtool correctly.
11643
11644 2006-09-06  Bruno Haible  <bruno@clisp.org>
11645
11646         * lib/striconv.h: New file.
11647         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
11648         iconvstring.c.
11649         * lib/xstriconv.h: New file.
11650         * lib/xstriconv.c: New file.
11651
11652 2006-09-06  Bruno Haible  <bruno@clisp.org>
11653
11654         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
11655         lib_..._LDFLAGS.
11656
11657 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11658
11659         * lib/argz_.h: Sync from Libtool.
11660
11661         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
11662                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
11663
11664         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
11665
11666 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
11667
11668         * modules/trim: New file.
11669
11670 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
11671
11672         * lib/trim.h: New file.
11673         * lib/trim.c: New file.
11674
11675 2006-09-05  Bruno Haible  <bruno@clisp.org>
11676
11677         * MODULES.html.sh (String handling): Add trim.
11678
11679 2006-09-04  Karl Berry  <karl@gnu.org>
11680
11681         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
11682         until next release.
11683
11684 2006-09-03  Bruno Haible  <bruno@clisp.org>
11685
11686         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
11687         correctly.
11688
11689 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
11690
11691         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
11692         not gl_GETLOADAVG.  Omit unneeded semicolons.
11693         Problems reported by Ralf Wildenhues in
11694         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
11695         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
11696         at the end, which is the usual gnulib style.
11697
11698         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
11699         of doing all the work ourselves.
11700         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
11701         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
11702
11703 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
11704
11705         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
11706         Problem reported by Ralf Wildenhues in
11707         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
11708
11709         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
11710         HAVE_STRUCT_STATFS_F_FSTYPENAME.
11711
11712 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
11713
11714         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
11715         yesterday's patch by changing test -n to test -z.
11716
11717 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
11718
11719         * modules/getloadavg (Files): Add m4/getloadavg.m4.
11720         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
11721         the former is now obsolescent.
11722
11723         * modules/chdir-long (Depends-on): Add fcntl.
11724
11725 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
11726
11727         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
11728         obsolescent, and programs should use gnulib instead.
11729         * m4/getloadavg.m4: New file, with contents taken from Autoconf
11730         but with prefixes changed.
11731
11732 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
11733
11734         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
11735         or stdbool.h, because they might not exist while configuring.
11736
11737         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
11738         Don't include unistd.h or limits.h; not needed, since chdir-long.h
11739         does that for us.
11740         (O_DIRECTORY): Remove.
11741
11742 2006-08-31  Eric Blake  <ebb9@byu.net>
11743
11744         * gnulib-tool: Don't let emacs change spaces to TAB.
11745
11746 2006-08-31  Bruno Haible  <bruno@clisp.org>
11747
11748         * gnulib-tool: When calling func_import more than once, do it in a
11749         subshell.
11750         Reported by Eric Blake <ebb9@byu.net>.
11751
11752 2006-08-31  Bruno Haible  <bruno@clisp.org>
11753
11754         * gnulib-tool (nl): Remove variable.
11755         (sed_transform_lib_file): Use more robust test for config-h module.
11756         (func_import): Fix typo in 2006-08-25 patch.
11757
11758 2006-08-31  Bruno Haible  <bruno@clisp.org>
11759
11760         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
11761         specified, augment Makefile.am variables instead of assigning them.
11762
11763 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
11764
11765         Work around a bug in both the Linux and SunOS 64-bit kernels:
11766         nanosleep mishandles sleeps for longer than 2**31 seconds.
11767         Problem reported by Frank v Waveren in
11768         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
11769         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
11770         Check for nanosleep bug.
11771         (LIB_NANOSLEEP): Append clock_gettime library if needed.
11772
11773 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
11774
11775         Work around a bug in both the Linux and SunOS 64-bit kernels:
11776         nanosleep mishandles sleeps for longer than 2**31 seconds.
11777         Problem reported by Frank v Waveren in
11778         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
11779         * lib/nanosleep.c (BILLION): New constant.
11780         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
11781         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
11782         implementation.
11783
11784 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
11785
11786         * modules/nanosleep (Depends-on): Add gettime.
11787
11788 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
11789         and Simon Josefsson  <jas@extundo.com>
11790         and Oskar Liljeblad  <oskar@osk.mine.nu>
11791
11792         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
11793         * gnulib-tool (func_import): New license type 'unmodifiable license
11794         text'.
11795         * modules/fdl: Use it.  Longer description.
11796         * module/gpl, module/lgpl: New files.
11797
11798 2006-08-30  Jim Meyering  <jim@meyering.net>
11799
11800         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
11801         shadowing the parameter.
11802
11803 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11804
11805         Sync from Libtool:
11806
11807         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11808
11809         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
11810         sharing with gnulib.  Report by Eric Blake.
11811
11812 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
11813
11814         * modules/isapipe: New file.
11815         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
11816
11817 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
11818
11819         * modules/configmake (Makefile.am): Add a comment, and omit
11820         the CONFIGMAKE_ prefix from generated macro names.  Suggested
11821         by Bruno Haible.
11822
11823 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
11824
11825         * m4/isapipe.m4: New file.
11826
11827 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
11828
11829         * lib/isapipe.c, lib/isapipe.h: New files.
11830
11831 2006-08-29  Jim Meyering  <jim@meyering.net>
11832
11833         * modules/configmake (Makefile.am): Make configmake.h depend on
11834         Makefile.  Otherwise, a stale configmake.h could hang around.
11835
11836 2006-08-29  Eric Blake  <ebb9@byu.net>
11837
11838         * lib/error.c (error_at_line, print_errno_message): Match libc, after
11839         resolution of upstream bug 3044.
11840
11841 2006-08-29  Bruno Haible  <bruno@clisp.org>
11842
11843         * modules/localcharset (Depends-on): Add configmake.
11844         (Makefile.am): Remove setting of LIBDIR through DEFS.
11845
11846 2006-08-29  Bruno Haible  <bruno@clisp.org>
11847
11848         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
11849         defined.
11850
11851 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
11852
11853         * modules/fcntl: New file.
11854         * modules/chdir-safer (Depends-on): Add fcntl.
11855         * modules/fts: Likewise.
11856         * modules/mkdir-p: Likewise.
11857
11858         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
11859         This undoes the most recent change, since we're now addressing the
11860         problem in a different way.
11861
11862         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
11863         into output, since the output might be called Makefile.am even
11864         if $makefile_name is something different.
11865         (func_import): Use $makefile_am rather than
11866         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
11867         empty.
11868
11869         * modules/inttypes (Files): Add m4/inttypes-h.m4.
11870
11871 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
11872
11873         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
11874         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
11875         recent change to stdint.m4, since we're now addressing the problem in a
11876         different way.
11877
11878 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
11879
11880         * m4/fcntl_h.m4: New file.
11881
11882 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
11883
11884         * lib/fcntl_.h: New file.
11885         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
11886         the fcntl module.
11887         * lib/dirchownmod.c: Likewise.
11888         * lib/fts.c: Likewise.
11889
11890         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
11891         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
11892         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
11893         just before including <inttypes.h>, to avoid circular inclusion.
11894
11895 2006-08-28  Jim Meyering  <jim@meyering.net>
11896
11897         * doc/visibility.texi: Actually read and correct the grammar of the
11898         sentence affected by yesterday's change.
11899
11900 2006-08-28  Eric Blake  <ebb9@byu.net>
11901
11902         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
11903         needs wrapper.
11904
11905 2006-08-28  Eric Blake  <ebb9@byu.net>
11906
11907         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
11908
11909 2006-08-28  Eric Blake  <ebb9@byu.net>
11910
11911         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
11912
11913 2006-08-28  Bruno Haible  <bruno@clisp.org>
11914
11915         * modules/c-strstr: New file, from GNU gettext.
11916         * MODULES.html.sh (String handling): Add c-strstr.
11917
11918 2006-08-28  Bruno Haible  <bruno@clisp.org>
11919
11920         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
11921         macros.
11922         Reported by Eric Blake.
11923
11924 2006-08-28  Bruno Haible  <bruno@clisp.org>
11925
11926         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
11927         (VASNPRINTF): Return a string of length > INT_MAX without failing.
11928         * lib/vasprintf.c: Include errno.h, limits.h.
11929         (EOVERFLOW): New fallback definition.
11930         (vasprintf): Test here whether the string length is > INT_MAX.
11931         * lib/vsnprintf.c: Include errno.h, limits.h.
11932         (EOVERFLOW): New fallback definition.
11933         (vsnprintf): Fix bug when generated string was too long for the buffer.
11934         Test here whether the string length is > INT_MAX.
11935
11936 2006-08-28  Bruno Haible  <bruno@clisp.org>
11937
11938         * lib/inttypes_.h (SCNX*): Remove definitions.
11939         Reported by Eric Blake.
11940
11941 2006-08-28  Bruno Haible  <bruno@clisp.org>
11942
11943         * lib/c-strstr.h: New file, from GNU gettext.
11944         * lib/c-strstr.c: New file, from GNU gettext.
11945
11946 2006-08-28  Bruno Haible  <bruno@clisp.org>
11947
11948         * gnulib-tool: Reorder some statements.
11949
11950 2006-08-28  Bruno Haible  <bruno@clisp.org>
11951
11952         * gnulib-tool: New option --makefile-name.
11953         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
11954         $makefile_name.
11955         (func_import): Write $makefile_name to the cache file, and read it from
11956         there unless explicitly specified. Use $makefile_name as file name
11957         instead of Makefile.am. Adjust the recommendations accordingly.
11958
11959 2006-08-28  Bruno Haible  <bruno@clisp.org>
11960
11961         * gnulib-tool (func_verify_module): Check against misapplying patch.
11962
11963 2006-08-28  Bruno Haible  <bruno@clisp.org>
11964
11965         * gnulib-tool (func_relativize, func_relconcat): New functions.
11966         Give an error if --local-dir is given with --update.
11967         Remove trailing slashes from $local_gnulib_dir.
11968         (func_import): Store the relativized $local_gnulib_dir in
11969         gnulib-cache.m4, and read it from there if not specified explicitly.
11970
11971 2006-08-28  Bruno Haible  <bruno@clisp.org>
11972
11973         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
11974         is the current directory. Respect also $local_gnulib_dir.
11975
11976 2006-08-28  Bruno Haible  <bruno@clisp.org>
11977             Simon Josefsson  <jas@extundo.com>
11978
11979         BeOS portability.
11980         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
11981
11982 2006-08-27  Jim Meyering  <jim@meyering.net>
11983
11984         * doc/visibility.texi: Remove duplicate word: "pointer".
11985
11986 2006-08-26  Bruno Haible  <bruno@clisp.org>
11987
11988         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
11989         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
11990         (Makefile.am): Create inttypes.h from inttypes_.h.
11991         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
11992
11993         * modules/imaxabs: New file.
11994
11995         * modules/imaxdiv: New file.
11996
11997 2006-08-26  Bruno Haible  <bruno@clisp.org>
11998
11999         * m4/inttypes.m4: New file.
12000         * m4/_inttypes_h.m4: Remove file.
12001         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
12002         PRI_MACROS_BROKEN.
12003         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
12004
12005         * m4/imaxabs.m4: New file.
12006
12007         * m4/imaxdiv.m4: New file.
12008
12009 2006-08-26  Bruno Haible  <bruno@clisp.org>
12010
12011         * lib/inttypes_.h: New file.
12012         * lib/inttypes.h: Remove file.
12013         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
12014
12015         * lib/imaxabs.c: New file.
12016
12017         * lib/imaxdiv.c: New file.
12018
12019 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
12020
12021         New config-h module, so that "make" output needn't be cluttered
12022         by -DHAVE_CONFIG_H.
12023         * MODULES.html.sh (Support for building libraries and executables):
12024         Add config-h.
12025         * modules/config-h: New file.
12026         * gnulib-tool (nl, sed_transform_lib_file): New vars.
12027         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
12028         the config-h module is used.
12029
12030         New configmake module, so that "make" output needn't be cluttered
12031         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
12032         * MODULES.html.sh (Support for building libraries and executables):
12033         Add configmake.
12034         * modules/configmake: New file.
12035
12036 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
12037
12038         * m4/config-h.m4: New file.
12039
12040 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
12041
12042         * config/srclist.txt: Add elisp-comp.
12043
12044 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
12045
12046         * MODULES.html.sh (Support for building libraries and executables):
12047         Add elisp-comp.
12048         * build-aux/elisp-comp: New file.
12049         * modules/elisp-comp: New file.
12050
12051 2006-08-24  Bruno Haible  <bruno@clisp.org>
12052
12053         * gnulib-tool (func_create_testdir): Use non-default values of
12054         sourcebase and m4base.
12055
12056 2006-08-24  Bruno Haible  <bruno@clisp.org>
12057
12058         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
12059         HTML structure.
12060
12061 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
12062
12063         * modules/openat (Depends-on): Add lchown.
12064
12065 2006-08-23  Bruno Haible  <bruno@clisp.org>
12066
12067         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
12068         of gl_LOCK_EARLY instead of gl_LOCK.
12069
12070 2006-08-23  Bruno Haible  <bruno@clisp.org>
12071
12072         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
12073         on OSF/1 to no.
12074         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
12075
12076 2006-08-23  Bruno Haible  <bruno@clisp.org>
12077
12078         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
12079         as unusable.
12080
12081         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
12082         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
12083         (gl_LOCK): New macro.
12084
12085 2006-08-22  Simon Josefsson  <jas@extundo.com>
12086
12087         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
12088         to md5 module.
12089
12090 2006-08-22  Simon Josefsson  <jas@extundo.com>
12091
12092         * MODULES.html.sh: Add "Support for maintaining and release
12093         projects".
12094
12095         * build-aux/gnupload: New file, from coreutils.
12096
12097 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
12098
12099         Avoid the need for AC_LIBSOURCES in m4 macros.
12100         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
12101         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
12102         * modules/check-version (EXTRA_DIST): Add check-version.h.
12103         * modules/crc (EXTRA_DIST): Add crc.h.
12104         * modules/des (EXTRA_DIST): Add des.h.
12105         * modules/gc (EXTRA_DIST): Add gc.h.
12106         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
12107         * modules/getline (EXTRA_DIST): Add getline.h.
12108         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
12109         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
12110         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
12111         * modules/md2 (EXTRA_DIST): Add md2.h.
12112         * modules/md4 (EXTRA_DIST): Add md4.h.
12113         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
12114         * modules/read-file (EXTRA_DIST): Add read-file.h.
12115         * modules/readline (EXTRA_DIST): Add readline.h.
12116         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
12117         rijndael-api-fst.h.
12118
12119 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
12120
12121         * m4/rijndael.m4 (gl_ARCFOUR):
12122         * m4/arctwo.m4 (gl_ARCTWO):
12123         * m4/check-version.m4 (gl_CHECK_VERSION):
12124         * m4/crc.m4 (gl_CRC):
12125         * m4/des.m4 (gl_DES):
12126         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
12127         * m4/gc.m4 (gl_GC):
12128         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
12129         * m4/getline.m4 (gl_FUNC_GETLINE):
12130         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
12131         * m4/hmac-md5.m4 (gl_HMAC_MD5):
12132         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
12133         * m4/md2.m4 (gl_MD2):
12134         * m4/md4.m4 (gl_MD4):
12135         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
12136         * m4/read-file.m4 (gl_FUNC_READ_FILE):
12137         * m4/readline.m4 (gl_FUNC_READLINE):
12138         * m4/rijndael.m4 (gl_RIJNDAEL):
12139         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
12140         to get the necessary .h files and whatnot.
12141
12142 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
12143
12144         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
12145         gnulib rather than the other way around.
12146         * config/srclistvars.sh (COREUTILS): Remove.
12147
12148 2006-08-22  Jim Meyering  <jim@meyering.net>
12149
12150         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
12151
12152         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
12153
12154 2006-08-22  Eric Blake  <ebb9@byu.net>
12155
12156         * modules/regexprops-generic: New file.
12157         * MODULES.html.sh (Support for building documentation): List it.
12158
12159 2006-08-22  Eric Blake  <ebb9@byu.net>
12160
12161         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
12162         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
12163         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
12164         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
12165
12166 2006-08-22  Bruno Haible  <bruno@clisp.org>
12167
12168         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
12169         and lib_LTLIBRARIES like the other lib_* variables.
12170
12171 2006-08-22  Bruno Haible  <bruno@clisp.org>
12172
12173         * build-aux/x-to-1.in: New file, from GNU gettext.
12174
12175 2006-08-22  Bruno Haible  <bruno@clisp.org>
12176
12177         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
12178         <utmpx.h> exists.
12179
12180 2006-08-22  Bruno Haible  <bruno@clisp.org>
12181
12182         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
12183         <utmpx.h> exists.
12184
12185 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
12186
12187         BeOS portability.
12188         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
12189         exist.
12190         Problem reported by Bruno Haible.
12191
12192 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
12193
12194         Avoid the need for AC_LIBSOURCES in m4 macros.
12195         * modules/acl (EXTRA_DIST): Add acl.h.
12196         * modules/argmatch (Files): Add m4/argmatch.m4.
12197         (configure.ac): Add gl_ARGMATCH.
12198         (EXTRA_DIST): Renamed from lib_SOURCES, for
12199         consistency with the other modules.  Remove argmatch.c.
12200         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
12201         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
12202         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
12203         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
12204         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
12205         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
12206         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
12207         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
12208         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
12209         * modules/closeout (EXTRA_DIST): Add closeout.h.
12210         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
12211         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
12212         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
12213         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
12214         dirname.h; remove basename.c and stripslash.c.
12215         * modules/exclude (EXTRA_DIST): Add exclude.h.
12216         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
12217         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
12218         * modules/file-type (EXTRA_DIST): Add file-type.h.
12219         * modules/filemode (EXTRA_DIST): Add filemode.h.
12220         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
12221         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
12222         * modules/fpending (EXTRA_DIST): Add __fpending.h.
12223         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
12224         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
12225         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
12226         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
12227         * modules/getdate (EXTRA_DIST): Add getdate.c.
12228         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
12229         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
12230         * modules/getpass (EXTRA_DIST): Add getpass.h.
12231         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
12232         * modules/group-member (EXTRA_DIST): Add group-member.h.
12233         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
12234         * modules/hash (EXTRA_DIST): Add hash.h.
12235         * modules/human (EXTRA_DIST): Add human.h.
12236         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
12237         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
12238         * modules/lchown (EXTRA_DIST): Add lchown.h.
12239         * modules/long-options (EXTRA_DIST): Add long-options.h.
12240         * modules/lstat (EXTRA_DIST): Add lstat.h.
12241         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
12242         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
12243         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
12244         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
12245         * modules/memxor (EXTRA_DIST): Add memxor.h.
12246         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
12247         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
12248         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
12249         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
12250         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
12251         * modules/physmem (EXTRA_DIST): Add physmem.h.
12252         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
12253         * modules/posixver (EXTRA_DIST): Add posixver.h.
12254         * modules/quote (EXTRA_DIST): Add quote.h.
12255         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
12256         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
12257         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
12258         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
12259         regex_internal.h regexec.c.
12260         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
12261         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
12262         * modules/same (EXTRA_DIST): Add same.h.
12263         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
12264         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
12265         * modules/savedir (EXTRA_DIST): Add savedir.h.
12266         * modules/sha1 (EXTRA_DIST): Add sha1.h.
12267         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
12268         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
12269         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
12270         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
12271         * modules/strdup (EXTRA_DIST): Add strdup.h.
12272         * modules/strftime (EXTRA_DIST): Add strftime.h.
12273         * modules/strndup (EXTRA_DIST): Add strndup.h.
12274         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
12275         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
12276         * modules/time_r (EXTRA_DIST): Add time_r.h.
12277         * modules/timespec (EXTRA_DIST): Add timespec.h.
12278         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
12279         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
12280         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
12281         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
12282         * modules/userspec (EXTRA_DIST): Add userspec.h.
12283         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
12284         * modules/utimens (EXTRA_DIST): Add utimens.h.
12285         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
12286         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
12287         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
12288         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
12289         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
12290         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
12291         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
12292         * modules/yesno (EXTRA_DIST): Add yesno.h.
12293
12294 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
12295
12296         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
12297
12298         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
12299         * m4/dev-ino.m4, same-inode.m4: Remove.
12300
12301         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
12302         * m4/acl.m4 (AC_FUNC_ACL):
12303         * m4/backupfile.m4 (gl_BACKUPFILE):
12304         * m4/c-strtod.m4 (gl_C99_STRTOLD):
12305         * m4/canon-host.m4 (gl_CANON_HOST):
12306         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
12307         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
12308         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
12309         * m4/cloexec.m4 (gl_CLOEXEC):
12310         * m4/close-stream.m4 (gl_CLOSE_STREAM):
12311         * m4/closeout.m4 (gl_CLOSEOUT):
12312         * m4/dirfd.m4 (gl_FUNC_DIRFD):
12313         * m4/dirname.m4 (gl_DIRNAME):
12314         * m4/exclude.m4 (gl_EXCLUDE):
12315         * m4/exitfail.m4 (gl_EXITFAIL):
12316         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
12317         * m4/file-type.m4 (gl_FILE_TYPE):
12318         * m4/filemode.m4 (gl_FILEMODE):
12319         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
12320         * m4/fpending.m4 (gl_FUNC_FPENDING):
12321         * m4/fprintftime.m4 (gl_FPRINTFTIME):
12322         * m4/fts.m4 (gl_FUNC_FTS):
12323         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
12324         * m4/getdate.m4 (gl_GETDATE):
12325         * m4/gethrxtime.m4 (gl_GETHRXTIME):
12326         * m4/getpagesize.m4 (gl_GETPAGESIZE):
12327         * m4/getpass.m4 (gl_FUNC_GETPASS):
12328         * m4/gettime.m4 (gl_GETTIME):
12329         * m4/getugroups.m4 (gl_GETUGROUPS):
12330         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
12331         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
12332         * m4/hard-locale.m4 (gl_HARD_LOCALE):
12333         * m4/hash.m4 (gl_HASH):
12334         * m4/idcache.m4 (gl_IDCACHE):
12335         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
12336         * m4/lchown.m4 (gl_FUNC_LCHOWN):
12337         * m4/long-options.m4 (gl_LONG_OPTIONS):
12338         * m4/lstat.m4 (gl_FUNC_LSTAT):
12339         * m4/md5.m4 (gl_MD5):
12340         * m4/memcasecmp.m4 (gl_MEMCASECMP):
12341         * m4/memcoll.m4 (gl_MEMCOLL):
12342         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
12343         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
12344         * m4/memxor.m4 (gl_MEMXOR):
12345         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
12346         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
12347         * m4/modechange.m4 (gl_MODECHANGE):
12348         * m4/mountlist.m4 (gl_MOUNTLIST):
12349         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
12350         * m4/openat.m4 (gl_FUNC_OPENAT):
12351         * m4/pathmax.m4 (gl_PATHMAX):
12352         * m4/physmem.m4 (gl_PHYSMEM):
12353         * m4/posixtm.m4 (gl_POSIXTM):
12354         * m4/posixver.m4 (gl_POSIXVER):
12355         * m4/quote.m4 (gl_QUOTE):
12356         * m4/quotearg.m4 (gl_QUOTEARG):
12357         * m4/readtokens.m4 (gl_READTOKENS):
12358         * m4/readutmp.m4 (gl_READUTMP):
12359         * m4/regex.m4 (gl_REGEX):
12360         * m4/safe-read.m4 (gl_SAFE_READ):
12361         * m4/safe-write.m4 (gl_SAFE_WRITE):
12362         * m4/same.m4 (gl_SAME):
12363         * m4/save-cwd.m4 (gl_SAVE_CWD):
12364         * m4/savedir.m4 (gl_SAVEDIR):
12365         * m4/settime.m4 (gl_SETTIME):
12366         * m4/sha1.m4 (gl_SHA1):
12367         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
12368         * m4/stat-macros.m4 (gl_STAT_MACROS):
12369         * m4/stat-time.m4 (gl_STAT_TIME):
12370         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
12371         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
12372         * m4/strdup.m4 (gl_FUNC_STRDUP):
12373         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
12374         * m4/strndup.m4 (gl_FUNC_STRNDUP):
12375         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
12376         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
12377         * m4/time_r.m4 (gl_TIME_R):
12378         * m4/timespec.m4 (gl_TIMESPEC):
12379         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
12380         * m4/unlinkdir.m4 (gl_UNLINKDIR):
12381         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
12382         * m4/userspec.m4 (gl_USERSPEC):
12383         * m4/utimecmp.m4 (gl_UTIMECMP):
12384         * m4/utimens.m4 (gl_UTIMENS):
12385         * m4/xalloc.m4 (gl_XALLOC):
12386         * m4/xgetcwd.m4 (gl_XGETCWD):
12387         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
12388         * m4/xreadlink.m4 (gl_XREADLINK):
12389         * m4/xstrtod.m4 (gl_XSTRTOD):
12390         * m4/yesno.m4 (gl_YESNO):
12391         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
12392         to get the necessary .h files and whatnot.
12393
12394 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
12395             Bruno Haible  <bruno@clisp.org>
12396
12397         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
12398         /bin/sh understanding of '!' conditional negation.
12399
12400 2006-08-21  Jim Meyering  <jim@meyering.net>
12401
12402         * modules/openat (Depends-on): Really alphabetize.
12403
12404         * modules/acl (Depends-on): Add error and quote.
12405
12406         * check-module (find_included_lib_files): Add at-func.c to the
12407         ok-to-include-more-than-once white list.
12408
12409         * modules/openat (Depends-on): Add lstat.  Alphabetize.
12410
12411 2006-08-21  Bruno Haible  <bruno@clisp.org>
12412
12413         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
12414         Emit a pkgdata_DATA variable only if some snippets add contents to it.
12415         Reported by Martin Lambers <marlam@marlam.de>.
12416
12417 2006-08-21  Bruno Haible  <bruno@clisp.org>
12418
12419         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
12420         specify an installation location, don't emit a noinst_LIBRARIES or
12421         noinst_LTLIBRARIES assignment.
12422
12423 2006-08-21  Bruno Haible  <bruno@clisp.org>
12424
12425         BeOS portability.
12426         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
12427         BeOS has mbrtowc() but no <wctype.h>.
12428
12429 2006-08-21  Bruno Haible  <bruno@clisp.org>
12430
12431         BeOS portability.
12432         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
12433         exist.
12434
12435 2006-08-21  Bruno Haible  <bruno@clisp.org>
12436
12437         BeOS portability.
12438         * lib/mbchar.h: Include <wctype.h> only if it exists.
12439
12440 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
12441
12442         Remove files that are no longer needed by their respective modules.
12443         * m4/obstack.m4: Remove.
12444         * m4/strerror_r.m4: Remove.
12445         * m4/uint32_t.m4: Remove.
12446         * m4/uintptr_t.m4: Remove.
12447         * m4/ullong_max.m4: Remove.
12448         * m4/xstrtoimax.m4: Remove.
12449         * m4/xstrtoumax.m4: Remove.
12450
12451         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
12452         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
12453         dependencies now capture this.
12454
12455         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
12456         Do not use AC_LIBSOURCES, since gnulib modules now do this.
12457         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
12458         * m4/human.m4 (gl_HUMAN): Likewise.
12459         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
12460         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
12461
12462         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
12463
12464         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
12465         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
12466         stdint.
12467         * m4/human.m4 (gl_HUMAN): Likewise.
12468         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
12469         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
12470         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
12471         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
12472         * m4/xstrtol (gl_XSTRTOL): Likewise.
12473
12474         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
12475         AC_TYPE_LONG_LONG_INT.
12476         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
12477         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
12478         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
12479         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
12480
12481         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
12482         on stdbool.
12483
12484         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
12485         (gl_PREREQ_XSTRTOUL): Remove.
12486
12487         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
12488
12489         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
12490         mode.
12491
12492 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
12493
12494         Add and change modules to make it easier for coreutils to use
12495         gnulib-tool.
12496         * modules/backupfile (Files): Remove m4/d-ino.m4.
12497         (Depends-on): Add d-ino.
12498         * modules/cycle-check (Depends-on): Add stdint.
12499         (lib_SOURCES): Add cycle-check.h.
12500         * modules/d-ino: New module.
12501         * modules/d-type: New module.
12502         * modules/error (Files): Remove m4/strerror_r.m4.
12503         * modules/filemode (Files): Add m4/st_dm_mode.m4.
12504         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
12505         m4/inttypes_h.m4, m4/uintmax_t.m4.
12506         (Depends-on): Add stdint.
12507         (lib_SOURCES): Add fsusage.h.
12508         * modules/getcwd (Files): Remove d-ino.m4.
12509         (Depends-on): Add d-ino.
12510         * modules/getndelim2 (Depends-on): Add stdint.
12511         * modules/glob (Files): Remove m4/d-type.m4.
12512         (Depends-on): Add d-type.
12513         * modules/host-os: New module.
12514         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
12515         m4/inttypes_h.m4, m4/uintmax_t.m4.
12516         * Depends-on: Add stdint.
12517         (lib_SOURCES): Add human.h.
12518         * modules/inttostr (Files): Remove m4/intmax_t.m4,
12519         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
12520         m4/uintmax_t.m4, m4/ulonglong.m4.
12521         (Depends-on): Add stdint.
12522         (EXTRA_DIST): Add inttostr.h.
12523         * modules/lchmod: New module.
12524         * modules/link-follow: New module.
12525         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
12526         (Depends-on): Add lchmod.
12527         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
12528         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
12529         (Depends-on): Add stdint.
12530         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
12531         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
12532         (Depends-on): Add stdint.
12533         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
12534         * modules/perl: New module.
12535         * modules/regex (Depends-on): Add stdint.
12536         * modules/rmdir-errno: New module.
12537         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
12538         m4/intmax_t.m4.
12539         (Depends-on): Add stdint.
12540         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
12541         m4/uintmax_t.m4.
12542         (Depends-on): Add stdint.
12543         * modules/unlink-busy: New module.
12544         * modules/utimecmp (Depends-on): Add stdint.
12545         * modules/uptime: New module.
12546         * modules/winsz-ioctl: New module.
12547         * modules/winsz-termios: New module.
12548         * modules/xnanosleep (Depends-on): Add nanosleep.
12549         * modules/ullong_max: Remove.
12550         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
12551         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
12552         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
12553         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
12554         (Depends-on): Add inttypes.
12555         (lib_SOURCES): Add xstrtol.h.
12556         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
12557         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
12558         * MODULES.html.sh: Move 'assert' into the assert section.
12559         Move 'dummy' into the linking section.
12560         Remove ullong_max.
12561         Add section for compatibility checks for POSIX:2001 functions,
12562         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
12563         winsz-ioctl, and winsz-termios into it.
12564         Add lchmod.
12565         Add top-level Misc section and put host-os, perl, and uptime
12566         into it.
12567
12568 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
12569
12570         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
12571         now assume the stdint module.  Do not include inttypes.h.
12572         * lib/fsusage.h: Likewise.
12573         * lib/getndelim2.c: Likewise.
12574         * lib/human.h: Likewise.
12575         * lib/inttostr.h: Likewise.
12576         * lib/obstack.c: Likewise.
12577         * lib/regex_internal.h: Likewise.
12578         * lib/tempname.c: Likewise.
12579         * lib/utimecmp.c: Likewise.
12580         * lib/xstrtol.h: Likewise.
12581
12582         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
12583
12584         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
12585         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
12586         * lib/xtime.h: Likewise.
12587
12588 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
12589
12590         * modules/openat (Files): Add lib/fchmodat.c.
12591         Fixes problem reported by Jay Youngman.
12592
12593 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
12594
12595         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
12596         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
12597
12598 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
12599             Bruno Haible  <bruno@clisp.org>
12600
12601         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
12602         and is a script that invokes bison. Tighten the code. Add comments.
12603
12604 2006-08-18  Jim Meyering  <jim@meyering.net>
12605
12606         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
12607         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
12608         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
12609         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
12610
12611 2006-08-18  Bruno Haible  <bruno@clisp.org>
12612
12613         * modules/bison-i18n: New file.
12614         * MODULES.html.sh (Internationalization functions): Add it.
12615
12616 2006-08-18  Bruno Haible  <bruno@clisp.org>
12617
12618         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
12619         sys/statvfs.h. When getmntinfo was found, check its declaration and
12620         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
12621
12622 2006-08-18  Bruno Haible  <bruno@clisp.org>
12623
12624         * m4/bison-i18n.m4: New file, from bison.
12625
12626 2006-08-18  Bruno Haible  <bruno@clisp.org>
12627
12628         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
12629         (ME_DUMMY): Treat "kernfs" as a dummy.
12630         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
12631
12632 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
12633
12634         Update from coreutils.
12635
12636         2006-08-15  Jim Meyering  <jim@meyering.net>
12637
12638         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
12639
12640         2006-01-17  Jim Meyering  <jim@meyering.net>
12641
12642         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
12643
12644         2006-01-11  Jim Meyering  <jim@meyering.net>
12645
12646         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
12647         Check for the lchmod function.
12648
12649 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
12650
12651         Update from coreutils.
12652
12653         * lib/__fpending.h: Add copyright notice.
12654         * lib/fprintftime.h: Likewise.
12655         * lib/savedir.c: Use (C) in copyright notice.
12656         * lib/savedir.h: Likewise.
12657
12658         2006-08-15  Jim Meyering  <jim@meyering.net>
12659
12660         * lib/at-func.c: New file, with the logic of all emulated at-functions.
12661         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
12662         in support of the EXPECTED_ERRNO macro.
12663         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
12664         definitions.  Instead, define the appropriate symbols and include
12665         "at-func.c".
12666         * lib/mkdirat.c (mkdirat): Likewise.
12667         * lib/fchmodat.c (fchmodat): Likewise.
12668         (ENOSYS): Remove definition.
12669         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
12670         it.  Don't include "unistd--.h" -- it wasn't ever used.
12671
12672         2006-01-17  Jim Meyering  <jim@meyering.net>
12673
12674         Rewrite fts.c not to change the current working directory,
12675         by using openat, fstatat, fdopendir, etc..
12676
12677         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
12678         (HAVE_OPENAT_SUPPORT): Define.
12679         [_LIBC] (fchdir): Don't undef or define; no longer used.
12680         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
12681         Now, this `function' always succeeds, and consumes its file descriptor
12682         parameter -- so callers must not close such FDs.  Update callers.
12683         (diropen_fd, opendirat, cwd_advance_fd): New functions.
12684         (diropen): Add parameter, SP.  Adjust all callers.
12685         Implement using diropen_fd, rather than open.
12686         (fts_open): Initialize new member, fts_cwd_fd.
12687         Remove fts_rft-setting code.
12688         (fts_close): Close fts_cwd_fd, if necessary.
12689         (__opendir2): Define in terms of opendir or opendirat,
12690         depending on whether the FST_NOCHDIR flag is set.
12691         (fts_build): Since fts_safe_changedir consumes its FD, and since
12692         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
12693         and close the dup'd file descriptor upon failure.
12694         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
12695         (fts_safe_changedir): Tweak semantics to reflect that this function
12696         now calls cwd_advance_fd and hence consumes its FD argument.
12697         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
12698         [struct FTS] (fts_rft): Remove now-unused member.
12699         [struct FTS] (fts_cycle.state): Improve comment.
12700
12701         * lib/openat.c (openat_needs_fchdir): New function.
12702         * lib/openat.h (openat_needs_fchdir): Declare it.
12703
12704 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
12705
12706         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
12707         Problem and fix reported by Pádraig Brady in
12708         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
12709
12710 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
12711
12712         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
12713
12714 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
12715
12716         * lib/memcoll.c (memcoll): Optimize for the common case where the
12717         arguments are bytewise equal.
12718
12719 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
12720
12721         * doc/regexprops-generic.texi: Add a copyright notice.
12722
12723 2006-08-15  Bruno Haible  <bruno@clisp.org>
12724
12725         * modules/tmpdir (License): Change to LGPL.
12726
12727 2006-08-15  Bruno Haible  <bruno@clisp.org>
12728
12729         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
12730         module.
12731
12732 2006-08-14  Simon Josefsson  <jas@extundo.com>
12733
12734         * config/srclist.txt: Add gnupload.
12735
12736 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
12737
12738         Change copyright notice from LGPL 2 to GPL 2, since that's the
12739         standard form used in the gnulib repository.
12740         * tests/test-lock.c: Likewise.
12741         * tests/test-stdint.c: Likewise.
12742         * tests/test-tls.c: Likewise.
12743
12744         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
12745         prelude-manager.  User shorter URLs for GNU projects, without '?'.
12746         Add copyright notice.
12747
12748         * check-module: Add copyright notice.  Output a copyright
12749         notice if "--version" is specified.
12750         * modules/COPYING: New file.
12751         * tests/test-getaddrinfo.c: Add copyright notice.
12752         * tests/test-verify.c: Likewise.
12753
12754 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
12755
12756         Change copyright notice from LGPL 2 to GPL 2, since that's the
12757         standard form used in the gnulib repository.
12758         * lib/lock.c: LGPL -> GPL.
12759         * lib/lock.h: Likewise.
12760         * lib/strnlen1.c: Likewise.
12761         * lib/strnlen1.h: Likewise.
12762         * lib/tls.c: Likewise.
12763         * lib/tls.h: Likewise.
12764         * lib/tmpdir.c: Likewise.
12765
12766         * lib/TODO: Remove; this belongs only in coreutils.
12767
12768 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
12769
12770         Add copyright notices to long-enough files that lack them, since
12771         otherwise the files aren't clearly free.  Use the same notice that
12772         getdate.texi already uses.
12773         * doc/alloca-opt.texi: Add copyright notice.
12774         * doc/alloca.texi: Likewise.
12775         * doc/ctime.texi: Likewise.
12776         * doc/functions.texi: Likewise.
12777         * doc/gcd.texi: Likewise.
12778         * doc/gnulib-tool.texi: Likewise.
12779         * doc/inet_ntoa.texi: Likewise.
12780         * doc/visibility.texi: Likewise.
12781
12782         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
12783         * doc/quote.texi: Add copyright notice.
12784
12785         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
12786         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
12787         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
12788         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
12789         is now obsolete, and give a pointer to the Sun list.
12790         Add copyright notice.
12791
12792 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
12793
12794         * config/srclistvars.sh: Add copyright notice.
12795
12796 2006-08-14  Eric Blake  <ebb9@byu.net>
12797
12798         Import the following change from libc:
12799
12800         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
12801
12802         Upstream bug 2997.
12803         * lib/misc/error.c: Add space between program name and message if file
12804         name is missing.
12805
12806 2006-08-12  Karl Berry  <karl@gnu.org>
12807
12808         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
12809         remove, these originate in gnulib now.
12810
12811 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12812
12813         * doc/Makefile (standards.info standards.html standards.dvi):
12814         Also depend on make-stds.texi.
12815
12816 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
12817
12818         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
12819         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
12820
12821         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
12822         in wchar_t.  Problem reported by Eric Blake.
12823
12824         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
12825         LEN is smaller than SIZE.  Suggested by Bruno Haible.
12826         Also, help the compiler to keep LEN in a register.
12827
12828 2006-08-11  Eric Blake  <ebb9@byu.net>
12829
12830         * users.txt: Sort.  Add tar.
12831
12832 2006-08-11  Bruno Haible  <bruno@clisp.org>
12833
12834         * users.txt: New file.
12835
12836 2006-08-11  Bruno Haible  <bruno@clisp.org>
12837
12838         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
12839         before <wchar.h>. Needed for OSF/1 and BSD/OS.
12840
12841 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
12842
12843         * modules/snprintf (Depends-on): Remove minmax.
12844         (Maintainer): Add self and Bruno.
12845
12846 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
12847
12848         * lib/.cppi-disable: Add snprintf.h, socket_.h.
12849         * lib/snprintf.c: Include <errno.h> and <limits.h>.
12850         (EOVERFLOW): Define if the system does not.
12851         Do not include "minmax.h"; it wasn't used.
12852         (snprintf): Don't assume size_t promotes to an unsigned type.
12853         Fix bug when generated string was too long for the buffer: the
12854         buffer's contents are supposed to be the initial prefix of the
12855         output.  Don't assume vasnprintf returns EOVERFLOW if the size
12856         exceeds INT_MAX; do the check ourselves.
12857
12858         Import the following changes from libc:
12859
12860         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
12861
12862         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
12863         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
12864         set wc to the byte which couldn't be converted.
12865         (re_string_reconstruct): Don't clear valid_raw_len before calling
12866         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
12867         tip_context using re_string_context_at.
12868
12869         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
12870
12871         * lib/posix/regex.h: g++ still cannot handled [restrict].
12872
12873         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
12874
12875         * lib/posix/regex.h: Remove special handling for VMS.
12876
12877 2006-08-10  Jim Meyering  <jim@meyering.net>
12878
12879         * modules/same-inode: New module.
12880         * modules/dev-ino: New module.
12881         * modules/cycle-check: Depend on these modules, rather than simply
12882         including their .h files.
12883         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
12884         required via m4/cycle-check.m4.
12885         * modules/same: Depend on new same-inode module, rather than
12886         including same-inode.h.
12887         * modules/chdir-safer: New file.
12888
12889         * modules/chown (Depends-on): Add stat-macros.
12890
12891 2006-08-10  Jim Meyering  <jim@meyering.net>
12892
12893         * m4/cycle-check.m4: New file.
12894         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
12895         * m4/dev-ino.m4, m4/same-inode.m4: New files.
12896
12897 2006-08-10  Eric Blake  <ebb9@byu.net>
12898
12899         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
12900         in from original proposal.
12901
12902 2006-08-10  Eric Blake  <ebb9@byu.net>
12903         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
12904
12905         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
12906         namespace.
12907
12908 2006-08-10  Bruno Haible  <bruno@clisp.org>
12909
12910         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
12911         as well.
12912
12913 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
12914
12915         Sync from coreutils.
12916
12917         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
12918
12919         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
12920         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
12921
12922 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
12923
12924         * modules/restrict: Remove; no longer needed now that we assume
12925         Autoconf 2.59 or later.
12926         * MODULES.html.sh: Remove 'restrict'.
12927         * modules/argp (Depends-on): Remove 'restrict'.
12928         * modules/base64 (Depends-on): Likewise.
12929         * modules/gc (Depends-on): Likewise.
12930         * modules/getaddrinfo (Depends-on): Likewise.
12931         * modules/glob (Depends-on): Likewise.
12932         * modules/inet_ntop (Depends-on): Likewise.
12933         * modules/inet_pton (Depends-on): Likewise.
12934         * modules/memxor (Depends-on): Likewise.
12935         * modules/regex (Depends-on): Likewise.
12936         * modules/strtok_r (Depends-on): Likewise.
12937         * modules/time_r (Depends-on): Likewise.
12938
12939 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
12940
12941         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
12942         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
12943         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
12944         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
12945         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
12946         * m4/memxor.m4 (gl_MEMXOR): Likewise.
12947         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
12948         gl_C_RESTRICT replaced by AC_C_RESTRICT.
12949
12950         Merge from coreutils.
12951         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
12952         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
12953         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
12954         * m4/time_r.m4 (gl_TIME_R): Likewise.
12955
12956 2006-08-09  Karl Berry  <karl@gnu.org>
12957
12958         * config/srclist.txt: no more gettext-tools, per Bruno.
12959
12960 2006-08-08  Eric Blake  <ebb9@byu.net>
12961
12962         * modules/verror: New module.
12963         * MODULES.html.sh: Document it.
12964
12965 2006-08-08  Eric Blake  <ebb9@byu.net>
12966
12967         * lib/verror.h, lib/verror.c: New files.
12968
12969 2006-08-08  Eric Blake  <ebb9@byu.net>
12970
12971         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
12972         verror_at_line output complies with GNU Coding Standards even when
12973         file is NULL.
12974
12975 2006-08-07  Bruno Haible  <bruno@clisp.org>
12976
12977         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
12978         versions of AIX.
12979         Reported by Ralf Wildenhues.
12980
12981 2006-08-07  Bruno Haible  <bruno@clisp.org>
12982
12983         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
12984         in an AC_DEFUN. Needed so that the autoconf snippets can use
12985         AC_REQUIRE.
12986
12987 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12988
12989         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
12990         Initialize pkgdata_DATA.
12991         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
12992         overriding it.
12993
12994 2006-08-06  Eric Blake  <ebb9@byu.net>
12995
12996         * lib/error.h: Fold in some upstream changes from glibc.
12997         * lib/error.c: Likewise.
12998
12999 2006-08-04  Bruno Haible  <bruno@clisp.org>
13000
13001         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
13002         Make the mostlyclean-local rule depend on mostlyclean-generic.
13003         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
13004
13005 2006-07-31  Bruno Haible  <bruno@clisp.org>
13006
13007         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
13008         <stdlib.h>, <string.h>.
13009
13010 2006-07-30  Bruno Haible  <bruno@clisp.org>
13011
13012         * modules/readlink (License): Change to LGPL.
13013
13014 2006-07-30  Bruno Haible  <bruno@clisp.org>
13015
13016         * modules/javaversion (Makefile.am): Distribute javaversion.java and
13017         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
13018         set PKGDATADIR to point to it.
13019
13020 2006-07-30  Bruno Haible  <bruno@clisp.org>
13021
13022         * modules/csharpexec (configure.ac): Comment out macro invocation.
13023         * modules/javaexec (configure.ac): Likewise.
13024         * modules/javacomp-script (configure.ac): Likewise.
13025
13026         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
13027
13028 2006-07-30  Bruno Haible  <bruno@clisp.org>
13029
13030         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
13031         linked-list.
13032
13033 2006-07-30  Bruno Haible  <bruno@clisp.org>
13034
13035         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
13036
13037 2006-07-30  Bruno Haible  <bruno@clisp.org>
13038
13039         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
13040         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
13041         get removed.
13042
13043 2006-07-29  Bruno Haible  <bruno@clisp.org>
13044
13045         Make it possible for gnulib-tool to work with locally modified or
13046         augmented gnulib repositories.
13047         * gnulib-tool (func_usage): Document --local-dir option.
13048         (local_gnulib_dir): New variable.
13049         Handle --local-dir option.
13050         (func_lookup_file): New function.
13051         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
13052         (func_get_description, func_get_filelist, func_get_description,
13053         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
13054         func_get_automake_snippet, func_get_include_directive,
13055         func_get_license, func_get_maintainer): Use func_lookup_file.
13056         (func_import, func_create_testdir): Use func_lookup_file.
13057
13058 2006-07-29  Bruno Haible  <bruno@clisp.org>
13059
13060         * modules/setenv (Depends-on): Add unistd.
13061
13062 2006-07-29  Bruno Haible  <bruno@clisp.org>
13063
13064         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
13065
13066 2006-07-29  Bruno Haible  <bruno@clisp.org>
13067
13068         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
13069
13070 2006-07-29  Bruno Haible  <bruno@clisp.org>
13071
13072         * gnulib-tool (import, update): If there is no Makefile.am, look at
13073         aclocal.m4, instead of bailing out.
13074
13075 2006-07-29  Bruno Haible  <bruno@clisp.org>
13076
13077         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
13078         Categorize the options by when they are useful.
13079
13080 2006-07-29  Bruno Haible  <bruno@clisp.org>
13081
13082         * gnulib-tool (func_usage): Document option --no-libtool.
13083         Handle option --no-libtool.
13084         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
13085         for changed semantics of $libtool variable.
13086         (func_import): Likewise. If libtool is not used, show this through
13087         an option --no-libtool.
13088         (func_create_testdir): Update.
13089
13090 2006-07-29  Bruno Haible  <bruno@clisp.org>
13091
13092         * gnulib-tool (func_import): Extend error message about missing
13093         --doc-base.
13094
13095 2006-07-29  Bruno Haible  <bruno@clisp.org>
13096
13097         * gnulib-tool (func_import): Don't create the $docbase directory if
13098         there is no file to store there.
13099
13100 2006-07-29  Bruno Haible  <bruno@clisp.org>
13101
13102         * gnulib-tool (autoconf_minversion): If a --dir option is given and
13103         relevant, look for configure.ac there, not in the current directory.
13104         Also use a simple search for AC_PREREQ, not "autoconf --trace".
13105
13106 2006-07-29  Bruno Haible  <bruno@clisp.org>
13107
13108         * gnulib-tool (SORT): New variable.
13109         (func_usage): Undocument --assume-autoconf option.
13110         Remove --assume-autoconf option handling.
13111         (autoconf_minversion): Determine from the contents of configure.ac.
13112         (func_import): Remove autoconf_minversion handling.
13113         Suggested by Eric Blake.
13114
13115 2006-07-29  Bruno Haible  <bruno@clisp.org>
13116
13117         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
13118
13119 2006-07-29  Bruno Haible  <bruno@clisp.org>
13120
13121         * config/srclist.txt (*setenv.[ch]): Remove rules.
13122
13123 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13124
13125         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
13126
13127 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13128
13129         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
13130         arpa/inet.h.
13131
13132 2006-07-28  Simon Josefsson  <jas@extundo.com>
13133
13134         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
13135         * modules/inet_pton (Depends-on): Likewise.
13136
13137 2006-07-28  Simon Josefsson  <jas@extundo.com>
13138
13139         * m4/netinet_in_h.m4: New file.
13140
13141 2006-07-28  Simon Josefsson  <jas@extundo.com>
13142
13143         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
13144         #include's.
13145
13146 2006-07-28  Simon Josefsson  <jas@extundo.com>
13147
13148         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
13149         #include's.
13150
13151 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
13152
13153         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
13154         setgid on directories only if they set these bits.
13155         * lib/modechange.h: Remove obsolete comment about masks.
13156
13157 2006-07-28  Eric Blake  <ebb9@byu.net>
13158
13159         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
13160         macro expansion.
13161
13162 2006-07-28  Bruno Haible  <bruno@clisp.org>
13163
13164         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
13165
13166 2006-07-28  Bruno Haible  <bruno@clisp.org>
13167
13168         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
13169
13170 2006-07-28  Bruno Haible  <bruno@clisp.org>
13171
13172         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
13173         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
13174         Define fallbacks.
13175         Avoids link error on FreeBSD 4.x.
13176         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
13177
13178         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
13179         encoding.
13180         * lib/mbswidth.c (iswcntrl): Likewise.
13181
13182 2006-07-27  Bruno Haible  <bruno@clisp.org>
13183
13184         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
13185         test.
13186
13187 2006-07-27  Bruno Haible  <bruno@clisp.org>
13188
13189         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
13190         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
13191         defined.
13192
13193 2006-07-26  Eric Blake  <ebb9@byu.net>
13194
13195         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
13196
13197 2006-07-26  Eric Blake  <ebb9@byu.net>
13198
13199         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
13200         like mingw that lack mkstemp.
13201         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
13202         avoid compilation warning on mingw.
13203
13204 2006-07-26  Bruno Haible  <bruno@clisp.org>
13205
13206         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
13207         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
13208         INT_FAST*_MIN, INTPTR_MIN.
13209
13210 2006-07-25  Bruno Haible  <bruno@clisp.org>
13211
13212         * modules/version-etc (Depends-on): Add stdarg.
13213
13214 2006-07-25  Bruno Haible  <bruno@clisp.org>
13215
13216         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
13217         complex commands.
13218
13219 2006-07-25  Bruno Haible  <bruno@clisp.org>
13220
13221         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
13222         defined in <stdarg.h> or config.h.
13223
13224 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
13225
13226         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
13227         (gl_STDIO_SAFER): Remove.
13228
13229 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
13230
13231         * MODULES.html.sh (File stream based Input/Output):
13232         Add fopen-safer, tmpfile-safer; remove stdio-safer.
13233         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
13234         * modules/fopen-safer, modules/tmpfile-safer: New files.
13235         * modules/stdio-safer: Remove.
13236
13237 2006-07-24  Bruno Haible  <bruno@clisp.org>
13238
13239         * modules/tmpdir: New file.
13240         * MODULES.html.sh (File system functions): Add it.
13241
13242 2006-07-24  Bruno Haible  <bruno@clisp.org>
13243
13244         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
13245         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
13246
13247 2006-07-24  Bruno Haible  <bruno@clisp.org>
13248
13249         * modules/clean-temp: New file.
13250
13251 2006-07-24  Bruno Haible  <bruno@clisp.org>
13252
13253         * m4/tmpdir.m4: New file, from GNU gettext.
13254
13255 2006-07-24  Bruno Haible  <bruno@clisp.org>
13256
13257         * lib/tmpdir.h: New file, from GNU gettext.
13258         * lib/tmpdir.c: New file, from GNU gettext.
13259
13260 2006-07-24  Bruno Haible  <bruno@clisp.org>
13261
13262         * lib/clean-temp.h: New file, from GNU gettext.
13263         * lib/clean-temp.c: New file, from GNU gettext.
13264
13265 2006-07-23  Eric Blake  <ebb9@byu.net>
13266
13267         * modules/stdio-safer (Files): Add tmpfile-safer.c.
13268         (Depends-on): Add binary-io.
13269
13270 2006-07-23  Eric Blake  <ebb9@byu.net>
13271
13272         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
13273
13274 2006-07-23  Eric Blake  <ebb9@byu.net>
13275
13276         * lib/tmpfile-safer.c: New file.
13277         * lib/stdio-safer.h (fopen_safer): Add prototype.
13278         * lib/stdio--.h (tmpfile): Make safer.
13279
13280 2006-07-23  Bruno Haible  <bruno@clisp.org>
13281
13282         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
13283         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
13284         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
13285         gl_linked_remove_at): Use it.
13286
13287 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13288         and Simon Josefsson <jas@extundo.com>
13289
13290         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
13291
13292         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
13293
13294 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
13295
13296         * modules/close-stream: New file.
13297         * modules/closeout (Description): Make it clear that it exits
13298         with a diagnostic on error.
13299         (Depends-on): Add close-stream.  Remove fpending, stdbool.
13300         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
13301
13302 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
13303
13304         * m4/close-stream.m4: New file.
13305
13306 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
13307
13308         * lib/close-stream.c, lib/close-stream.h: New files.
13309
13310 2006-07-22  Bruno Haible  <bruno@clisp.org>
13311
13312         Merge from GNU gettext 0.15.
13313
13314         2006-05-01  Bruno Haible  <bruno@clisp.org>
13315
13316                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
13317
13318         2006-07-22  Bruno Haible  <bruno@clisp.org>
13319
13320                 * modules/javaversion: New file.
13321                 * MODULES.html.sh (Java): Add javaversion.
13322
13323         2006-03-12  Bruno Haible  <bruno@clisp.org>
13324
13325                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
13326
13327         2005-12-04  Bruno Haible  <bruno@clisp.org>
13328
13329                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
13330                 (untested).
13331
13332         2006-06-21  Bruno Haible  <bruno@clisp.org>
13333
13334                 Avoid warnings from recent versions of mcs.
13335                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
13336                 -o, -L, -r any more. Use options documented since mcs-1.0
13337                 instead. Similarly for -g.
13338
13339         2005-12-04  Bruno Haible  <bruno@clisp.org>
13340
13341                 * build-aux/csharpcomp.sh.in: Suffix for resources is
13342                 .resources, not .resource.
13343
13344         2005-07-09  Bruno Haible  <bruno@clisp.org>
13345
13346                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
13347                 add a .dll suffix.
13348                 Reported by Mark Junker <mjscod@gmx.de>.
13349
13350         2006-07-22  Bruno Haible  <bruno@clisp.org>
13351
13352                 * modules/gettext: Upgrade to gettext-0.15.
13353                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
13354                 m4/visibility.m4.
13355                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
13356
13357 2006-07-22  Bruno Haible  <bruno@clisp.org>
13358
13359         Merge from GNU gettext 0.15.
13360
13361         2006-03-25  Bruno Haible  <bruno@clisp.org>
13362
13363                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
13364
13365         2006-07-21  Bruno Haible  <bruno@clisp.org>
13366
13367                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
13368                 "1.1".
13369
13370         2006-05-09  Bruno Haible  <bruno@clisp.org>
13371
13372                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
13373                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
13374                 for the conftestver execution.
13375
13376         2006-05-01  Bruno Haible  <bruno@clisp.org>
13377
13378                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
13379                 optional target-version argument. Verify that the compiler
13380                 groks source of the specified source-version, or add -source
13381                 option as necessary. Verify that the compiler produces
13382                 bytecode in the specified target-version, or add -target and
13383                 -source options as necessary. Make the result of the test
13384                 available as variable CONF_JAVAC. Also log error output in
13385                 config.log.
13386
13387         2006-03-11  Bruno Haible  <bruno@clisp.org>
13388
13389                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
13390
13391         2006-05-09  Bruno Haible  <bruno@clisp.org>
13392
13393                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
13394                 CLASSPATH_SEPARATOR to a semicolon.
13395
13396         2006-03-12  Bruno Haible  <bruno@clisp.org>
13397
13398                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
13399                 available as variable CONF_JAVA, for subsequent autoconf
13400                 tests. Also log error output in config.log.
13401
13402         2006-07-19  Bruno Haible  <bruno@clisp.org>
13403
13404                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
13405                 that getline works on glibc2 systems. Needed to avoid trouble
13406                 in relocatable.c.
13407                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
13408
13409         2005-12-04  Bruno Haible  <bruno@clisp.org>
13410
13411                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
13412                 launcher (untested).
13413
13414         2005-12-04  Bruno Haible  <bruno@clisp.org>
13415
13416                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
13417
13418         2006-07-22  Bruno Haible  <bruno@clisp.org>
13419
13420                 * gettext.m4: Update from GNU gettext-0.15.
13421                 * nls.m4: Likewise.
13422                 * po.m4: Likewise.
13423                 * inttypes-pri.m4: Likewise.
13424                 * inttypes-h.m4: Renamed from inttypes.m4.
13425                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
13426
13427 2006-07-22  Bruno Haible  <bruno@clisp.org>
13428
13429         Merge from GNU gettext 0.15.
13430
13431         2005-07-05  Bruno Haible  <bruno@clisp.org>
13432
13433                 * printf-args.c (printf_fetchargs): Work around broken
13434                 definition of wint_t on mingw.
13435
13436         2005-02-12  Bruno Haible  <bruno@clisp.org>
13437
13438                 * xallocsa.h: Add extern "C" for C++.
13439
13440         2006-05-17  Bruno Haible  <bruno@clisp.org>
13441
13442                 Cygwin portability.
13443                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
13444
13445         2006-04-30  Bruno Haible  <bruno@clisp.org>
13446
13447                 * progreloc.c: Include <mach-o/dyld.h> if available.
13448                 (find_executable): Use _NSGetExecutablePath when possible.
13449
13450         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
13451
13452                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
13453                 function.
13454
13455         2005-12-29  Bruno Haible  <bruno@clisp.org>
13456
13457                 * progreloc.c (set_program_name_and_installdir): Fix
13458                 compilation error.
13459
13460         2005-12-04  Bruno Haible  <bruno@clisp.org>
13461
13462                 Cygwin portability.
13463                 * progreloc.c: Include <windows.h> also on Cygwin.
13464                 (find_executable): Add support for Cygwin.
13465                 (set_program_name_and_installdir): Handle also platforms with
13466                 nonempty EXEEXT.
13467
13468         2006-07-11  Bruno Haible  <bruno@clisp.org>
13469
13470                 * javacomp.c: Fix a comment.
13471                 Reported by Jim Meyering.
13472
13473         2006-04-30  Bruno Haible  <bruno@clisp.org>
13474
13475                 * javacomp.h (compile_java_class): Add source_version,
13476                 target_version arguments.
13477                 * javacomp.c: Rewritten to choose only a compiler that
13478                 respects the specified source_version and target_version.
13479
13480         2006-06-27  Bruno Haible  <bruno@clisp.org>
13481
13482                 Assume correct S_ISDIR macro.
13483                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
13484
13485         2006-07-22  Bruno Haible  <bruno@clisp.org>
13486
13487                 * javaversion.h: New file, from GNU gettext.
13488                 * javaversion.c: New file, from GNU gettext.
13489                 * javaversion.java: New file, from GNU gettext.
13490                 * javaversion.class: New file, from GNU gettext.
13491
13492         2006-05-17  Bruno Haible  <bruno@clisp.org>
13493
13494                 Cygwin portability.
13495                 * javaexec.c (execute_java_class): Test for jview program
13496                 also on Cygwin.
13497
13498         2006-04-09  Bruno Haible  <bruno@clisp.org>
13499
13500                 * fatal-signal.c: Don't include string.h.
13501                 (at_fatal_signal): Use a copying loop instead of memcpy.
13502
13503         2005-12-04  Bruno Haible  <bruno@clisp.org>
13504
13505                 * csharpexec.c: Add support for 'clix' launcher (untested).
13506                 (execute_csharp_using_sscli): New function.
13507                 (execute_csharp_program): Call it.
13508
13509         2006-06-21  Bruno Haible  <bruno@clisp.org>
13510
13511                 Avoid warnings from recent versions of mcs.
13512                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
13513                 -o, -L, -r any more. Use options documented since mcs-1.0
13514                 instead. Similarly for -g.
13515
13516         2005-07-09  Bruno Haible  <bruno@clisp.org>
13517
13518                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
13519                 add a .dll suffix.
13520                 Reported by Mark Junker <mjscod@gmx.de>.
13521
13522         2006-06-17  Bruno Haible  <bruno@clisp.org>
13523
13524                 * config.charset: Update for NetBSD 3.0.
13525
13526         2006-05-17  Bruno Haible  <bruno@clisp.org>
13527
13528                 Cygwin portability.
13529                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
13530
13531         2006-05-16  Bruno Haible  <bruno@clisp.org>
13532
13533                 * localcharset.c [CYGWIN]: Include <windows.h>.
13534                 (get_charset_aliases): For Cygwin, return the same CPxxx
13535                 aliases list as under WIN32.
13536                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
13537                 the environment variables. Fall back to GetACP().
13538
13539         2006-04-05  Bruno Haible  <bruno@clisp.org>
13540
13541                 * config.charset: Update Juan Manuel Guerrero's address.
13542
13543         2005-02-12  Bruno Haible  <bruno@clisp.org>
13544
13545                 * allocsa.h: Add extern "C" for C++.
13546
13547         2005-02-10  Bruno Haible  <bruno@clisp.org>
13548
13549                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
13550                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
13551
13552         2006-07-22  Bruno Haible  <bruno@clisp.org>
13553
13554                 * gettext.h: Update to GNU gettext-0.15.
13555
13556 2006-07-22  Bruno Haible  <bruno@clisp.org>
13557
13558         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
13559         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
13560         lib-prefix.m4, longdouble.m4, ssize_t.m4.
13561
13562 2006-07-21  Eric Blake  <ebb9@byu.net>
13563
13564         * modules/stdlib-safer: New file.
13565         * MODULES.html.sh (File stream based Input/Output): Add
13566         stdlib-safer.
13567
13568 2006-07-21  Eric Blake  <ebb9@byu.net>
13569
13570         * lib/stdlib-safer.h: New file from coreutils, required by
13571         stdlib--.h.
13572
13573 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
13574
13575         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
13576
13577 2006-07-20  Bruno Haible  <bruno@clisp.org>
13578
13579         * gnulib-tool: Recognize new option --assume-autoconf.
13580         (autoconf_minversion): New variable.
13581         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
13582
13583 2006-07-20  Bruno Haible  <bruno@clisp.org>
13584
13585         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
13586
13587 2006-07-19  Derek R. Price  <derek@ximbiot.com>
13588
13589         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
13590         Reindent and repaginate.
13591
13592 2006-07-19  Derek Price  <derek@ximbiot.com>
13593
13594         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
13595         Correct grammar.
13596
13597 2006-07-17  Bruno Haible  <bruno@clisp.org>
13598
13599         * modules/list: New file.
13600         * modules/array-list: New file.
13601         * modules/carray-list, modules/carray-list-tests: New files.
13602         * modules/linked-list, modules/linked-list-tests: New files.
13603         * modules/avltree-list, modules/avltree-list-tests: New files.
13604         * modules/rbtree-list, modules/rbtree-list-tests: New files.
13605         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
13606         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
13607         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
13608         * modules/oset: New file.
13609         * modules/array-oset: New file.
13610         * modules/avltree-oset, modules/avltree-oset-tests: New files.
13611         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
13612         * tests/test-carray_list.c: New file.
13613         * tests/test-linked_list.c: New file.
13614         * tests/test-avltree_list.c: New file.
13615         * tests/test-rbtree_list.c: New file.
13616         * tests/test-linkedhash_list.c: New file.
13617         * tests/test-avltreehash_list.c: New file.
13618         * tests/test-rbtreehash_list.c: New file.
13619         * tests/test-avltree_oset.c: New file.
13620         * tests/test-rbtree_oset.c: New file.
13621         * MODULES.html.sh (Container data structures): New section.
13622
13623 2006-07-17  Bruno Haible  <bruno@clisp.org>
13624
13625         * m4/gl_list.m4: New file.
13626
13627 2006-07-17  Bruno Haible  <bruno@clisp.org>
13628
13629         * lib/gl_list.h: New file.
13630         * lib/gl_list.c: New file.
13631         * lib/gl_array_list.h: New file.
13632         * lib/gl_array_list.c: New file.
13633         * lib/gl_carray_list.h: New file.
13634         * lib/gl_carray_list.c: New file.
13635         * lib/gl_linked_list.h: New file.
13636         * lib/gl_linked_list.c: New file.
13637         * lib/gl_anylinked_list1.h: New file.
13638         * lib/gl_anylinked_list2.h: New file.
13639         * lib/gl_avltree_list.h: New file.
13640         * lib/gl_avltree_list.c: New file.
13641         * lib/gl_anyavltree_list1.h: New file.
13642         * lib/gl_anyavltree_list2.h: New file.
13643         * lib/gl_rbtree_list.h: New file.
13644         * lib/gl_rbtree_list.c: New file.
13645         * lib/gl_anyrbtree_list1.h: New file.
13646         * lib/gl_anyrbtree_list2.h: New file.
13647         * lib/gl_anytree_list1.h: New file.
13648         * lib/gl_anytree_list2.h: New file.
13649         * lib/gl_linkedhash_list.h: New file.
13650         * lib/gl_linkedhash_list.c: New file.
13651         * lib/gl_anyhash_list1.h: New file.
13652         * lib/gl_anyhash_list2.h: New file.
13653         * lib/gl_avltreehash_list.h: New file.
13654         * lib/gl_avltreehash_list.c: New file.
13655         * lib/gl_rbtreehash_list.h: New file.
13656         * lib/gl_rbtreehash_list.c: New file.
13657         * lib/gl_anytreehash_list1.h: New file.
13658         * lib/gl_anytreehash_list2.h: New file.
13659
13660         * lib/gl_oset.h: New file.
13661         * lib/gl_oset.c: New file.
13662         * lib/gl_array_oset.h: New file.
13663         * lib/gl_array_oset.c: New file.
13664         * lib/gl_avltree_oset.h: New file.
13665         * lib/gl_avltree_oset.c: New file.
13666         * lib/gl_rbtree_oset.h: New file.
13667         * lib/gl_rbtree_oset.c: New file.
13668         * lib/gl_anytree_oset.h: New file.
13669
13670 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
13671
13672         * m4/mkancesdirs.m4: New file.
13673         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
13674         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
13675         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
13676         it.
13677
13678 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
13679
13680         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
13681         * lib/mkancesdirs.h: New files.
13682         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
13683         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
13684         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
13685         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
13686         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
13687         callers changed.  Revamp internals significantly, by not
13688         attempting to create directories that are temporarily more
13689         permissive than the final results.  Do not attempt to use
13690         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
13691         This removes some race conditions, fixes some bugs, and simplifies
13692         things.  Use new dirchownmod function to do owner and mode changes.
13693         * lib/mkdir-p.h: Likewise.
13694         * lib/modechange.c (octal_to_mode): New function.
13695         (struct mode_change): New member mentioned.
13696         (make_node_op_equals): New arg mentioned.  All callers changed.
13697         (mode_compile): Keep track of which mode bits the user has explicitly
13698         mentioned.
13699         (mode_adjust): New arg DIR, so that we implement the X op correctly.
13700         New arg PMODE_BITS, to keep track of which mode bits the user
13701         mentioned; it treats S_ISUID and S_ISGID speciall.
13702         All callers changed.
13703         * lib/modechange.h: Likewise.
13704
13705 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
13706
13707         * MODULES.html.sh: Add mkancestors.
13708         * modules/mkancesdirs: New module.
13709         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
13710         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
13711         The chdir-safer and afs files are now orphans; I'll remove them
13712         unless someone speaks up.
13713         Add lib/dirchownmod.c, lib/dirchownmod.h.
13714         (Depends-on): Remove alloca, chown, save-cwd, dirname.
13715         Add lchown, mkancesdirs.
13716         (Maintainer): Add self.
13717
13718 2006-07-15  Karl Berry  <karl@gnu.org>
13719
13720         * gnulib-tool: help message wording/arrangement.
13721
13722 2006-07-14  Simon Josefsson  <jas@extundo.com>
13723
13724         * doc/gnulib.texi (Libtool and Windows): New section.
13725
13726 2006-07-12  Simon Josefsson  <jas@extundo.com>
13727
13728         * modules/gendocs (License): Fix license, approved by Karl.
13729
13730 2006-07-12  Eric Blake  <ebb9@byu.net>
13731
13732         * MODULES.html.sh: Add gendocs.
13733
13734 2006-07-11  Eric Blake  <ebb9@byu.net>
13735
13736         * modules/fdl: New module, to install doc/fdl.texi.
13737         * MODULES.html.sh: Add new section for documentation modules.
13738         * gnulib-tool: Avoid space-tab.
13739         (--doc-base): New option, to manage files from doc.
13740
13741 2006-07-11  Eric Blake  <ebb9@byu.net>
13742
13743         * m4/absolute-header.m4: Fix comments to match recent change.
13744
13745 2006-07-11  Eric Blake  <ebb9@byu.net>
13746
13747         * gnulib-tool: List --doc-base before --tests-base.
13748
13749 2006-07-11  Derek R. Price  <derek@ximbiot.com>
13750
13751         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
13752
13753 2006-07-11  Bruno Haible  <bruno@clisp.org>
13754
13755         * README: Mention where to put documentation.
13756
13757 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13758
13759         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
13760
13761 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
13762
13763         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
13764         to stdint.m4.
13765
13766 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
13767
13768         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
13769         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
13770         "no/such/file/stdint.h" when there is no such file, so that
13771         the resulting C code can be parsed by dodgy compilers.
13772         Problems reported by Bob Proulx.
13773
13774 2006-07-10  Derek R. Price  <derek@ximbiot.com>
13775
13776         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
13777         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
13778         macros into the GNU _D_EXACT_NAMLEN.
13779         * lib/savedir.c:  Likewise.
13780         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
13781
13782 2006-07-10  Derek R. Price  <derek@ximbiot.com>
13783         and Paul Eggert  <eggert@cs.ucla.edu>
13784
13785         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
13786         * m4/savedir.m4:
13787         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
13788         macros into the GNU _D_EXACT_NAMLEN.
13789
13790 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
13791
13792         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
13793         around the absolute name, to work around a problem with the HP-UX
13794         11.23 native C compiler, reported by Bob Proulx.
13795
13796 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
13797
13798         * doc/maintain.texi, make-stds.texi: Sync from
13799         <http://savannah.gnu.org/projects/gnustandards>.
13800
13801 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
13802
13803         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
13804
13805 2006-07-09  Jim Meyering  <jim@meyering.net>
13806
13807         * m4/glob.m4: Remove a doubled word in a comment.
13808
13809 2006-07-09  Jim Meyering  <jim@meyering.net>
13810
13811         * lib/argp-pv.c: Remove a doubled word in a comment.
13812         * lib/check-version.c (check_version): Likewise.
13813         * lib/javacomp.c (compile_java_class): Likewise.
13814
13815 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
13816
13817         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
13818         for the benefit of people using Autoconf 2.60.  If you want to
13819         support older Autoconf versions you can copy m4/onceonly_2_57.m4
13820         (or m4/onceonly.m4, if pre-2.57) manually.
13821
13822 2006-07-08  Jim Meyering  <jim@meyering.net>
13823
13824         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
13825         comment.
13826         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
13827         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
13828         comment.
13829
13830 2006-07-08  Jim Meyering  <jim@meyering.net>
13831
13832         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
13833
13834 2006-07-07  Simon Josefsson  <jas@extundo.com>
13835
13836         * tests/test-crc.c: Change expected crc value, the test vector
13837         were probably computed using the old broken crc.c?
13838
13839 2006-07-06  Simon Josefsson  <jas@extundo.com>
13840
13841         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
13842         now the canonical place for the M4 file).
13843
13844         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
13845         from the sys_socket dependency now.
13846
13847         * modules/inet_pton (Files): Ditto.
13848
13849         * modules/inet_ntop (Files): Ditto.
13850
13851 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
13852
13853         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
13854         not gl_PREREQ_GETUSERSHELL.
13855
13856 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13857
13858         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
13859         with only one argument, for Autoconf 2.60.
13860         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
13861         expand to nothing, so add a shell command to avoid syntax error.
13862         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
13863
13864 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13865
13866         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
13867
13868 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
13869
13870         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
13871         no longer needed.  Check for isblank decl.
13872         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
13873         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
13874         of existence.
13875
13876 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
13877
13878         * lib/getloadavg.c: Use __VMS, not VMS.
13879         * lib/getopt.c: Likewise.
13880         * lib/getpagesize.h: Likewise.
13881         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
13882         and probably does not work.
13883
13884 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
13885
13886         * lib/.cppi-disable: Add wcwidth.
13887         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
13888         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
13889         (ISGRAPH): Remove.  All uses changed to isgraph.
13890         (FOLD) [!defined _LIBC]: Remove special case.
13891         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
13892         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
13893         HAVE_ISBLANK.
13894         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
13895         case.
13896
13897 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
13898
13899         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
13900         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
13901         brackets.  Other minor changes to suppress some compiler
13902         warnings.
13903
13904 2006-07-06  Derek R. Price  <derek@ximbiot.com>
13905         and Paul Eggert  <eggert@cs.ucla.edu>
13906
13907         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
13908         of invoking obsolescent AC_HEADER_DIRENT macro.
13909         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
13910         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
13911         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
13912         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
13913         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
13914         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
13915         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
13916         * m4/readdir.m4: Remove; no longer needed.
13917
13918 2006-07-06  Derek R. Price  <derek@ximbiot.com>
13919         and Paul Eggert  <eggert@cs.ucla.edu>
13920
13921         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
13922         Don't worry about this obsolete case any more.
13923         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
13924         directories.
13925         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
13926         worry about this obsolete case any more.
13927         * lib/fts.c: Likewise.
13928         * lib/getcwd.c: Likewise.
13929         * lib/glob.h: Likewise.
13930         * lib/savedir.c: Likewise.
13931
13932 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
13933
13934         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
13935         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
13936         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
13937         needed.
13938         All uses removed.
13939         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
13940         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
13941         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
13942         needed.
13943         * m4/getdate.m4 (gl_GETDATE): Likewise.
13944         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
13945         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
13946         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
13947         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
13948         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
13949         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
13950         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
13951         needed.
13952
13953 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
13954
13955         * lib/memcasecmp.c: Include <limits.h>.
13956         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
13957         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
13958         Don't assume isdigit succeeds only on '0' through '9'.
13959
13960 2006-07-05  Eric Blake  <ebb9@byu.net>
13961
13962         * modules/getaddrinfo (Depends-on): Add snprintf.
13963
13964 2006-07-05  Eric Blake  <ebb9@byu.net>
13965
13966         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
13967         to avoid 'header present but could not be compiled' on cygwin.
13968
13969 2006-07-05  Eric Blake  <ebb9@byu.net>
13970
13971         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
13972         missing from netdb.h.
13973         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
13974
13975 2006-07-05  Derek R. Price  <derek@ximbiot.com>
13976
13977         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
13978         no longer needed.
13979         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
13980         * m4/getdate.m4 (gl_GETDATE): Likewise.
13981         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
13982         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
13983         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
13984         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
13985         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
13986
13987 2006-07-05  Derek R. Price  <derek@ximbiot.com>
13988
13989         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
13990         All uses of is_space replaced by isspace.
13991         * lib/exit.h: Don't talk about STDC_HEADERS.
13992         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
13993         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
13994         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
13995         replaced by isprint etc.
13996         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
13997         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
13998         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
13999         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
14000         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
14001         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
14002
14003 2006-07-05  Bruno Haible  <bruno@clisp.org>
14004
14005         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
14006         the function exists, before testing against AIX.
14007         Reported by Martin Lambers <marlam@marlam.de>.
14008
14009 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
14010
14011         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
14012         From Mark D. Baushke.
14013
14014 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
14015
14016         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
14017         to the absolute name, not just one, to bypass Sun C 5.8's
14018         "warning: #include of /usr/include/... may be non-portable".
14019
14020 2006-07-04  Eric Blake  <ebb9@byu.net>
14021
14022         * modules/dirname-tests: New test module.
14023         * tests/test-dirname.c: New file, replacing dirname.c
14024         TEST_DIRNAME section that was recently deleted.
14025
14026 2006-07-04  Bruno Haible  <bruno@clisp.org>
14027
14028         Assume ANSI C header files and <ctype.h> functions.
14029         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
14030         (mbsnwidth): Use isprint, iscntrl instead.
14031
14032 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
14033
14034         Merge from coreutils.
14035         * MODULES.html.sh: Add xstrtold.
14036         * modules/xstrtold: New file.
14037         * modules/cycle-check (Files): Add lib/same-inode.h.
14038         * modules/dirname (Files): Add m4/double-slash-root.m4.
14039         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
14040         * modules/mkdir-p (Files): Add lib/same-inode.h.
14041         * modules/same (Files): Add lib/same-inode.h.
14042
14043 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
14044
14045         * m4/absolute-header.m4: Renamed from full-header-path.m4.
14046         This is to keep the terminology clean; POSIX talks about
14047         "absolute pathnames", not "full pathnames", but the GNU
14048         Coding Standards say to use "path" for something else;
14049         so use "absolute" to keep both sides happy.
14050         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
14051         Set gl_absolute_header, not gl_full_header_path.
14052         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
14053         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
14054         All uses changed.
14055
14056         Merge from coreutils.
14057
14058         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
14059
14060         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
14061         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
14062         want to require the building of c-strtod.o.
14063         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
14064         needs -lm directly.
14065         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
14066
14067         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
14068
14069         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
14070         --as-needed option if available.  Problem reported by Albert Chin in
14071         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
14072         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
14073         cc merely issues a bunch of annoying warnings for --as-needed
14074         (this problem was reported by Bob Proulx).  Also, try linking with
14075         -lm to detect a bug in binutils 2.16 (this problem was reported
14076         by Ralf Wildenhues).
14077
14078         2006-06-18  Jim Meyering  <jim@meyering.net>
14079
14080         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
14081         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
14082         macro.
14083         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
14084         also check for glibc-2.4's abort-inducing bug.
14085
14086         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
14087         Low-probability clean-up should be to use rmdir to get rid of
14088         the just-created directory, not unlink.
14089
14090         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
14091         configure fail, and request a bug report to inform us about it.
14092         Add a comment that, barring reports to the contrary, in 2007 we'll
14093         assume ftruncate is universally available.
14094
14095         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
14096
14097         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
14098
14099         2006-03-12  Jim Meyering  <jim@meyering.net>
14100
14101         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
14102         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
14103         * m4/same.m4 (gl_SAME): Likewise.
14104         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
14105
14106         2006-03-11  Eric Blake  <ebb9@byu.net>
14107
14108         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
14109         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
14110         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
14111         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
14112
14113 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
14114
14115         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
14116         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
14117         reported by Mark D. Baushke, one in
14118         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
14119
14120         Merge from coreutils.
14121
14122         * lib/.cppi-disable: Add stdint_.h.
14123         * lib/.cvsignore: Add stdint.h.
14124
14125         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
14126
14127         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
14128         both double and long double versions.
14129         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
14130         * lib/xstrtold.c: New file.
14131         * lib/xstrtod.h (xstrtold): New decl.
14132
14133         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
14134
14135         * lib/filemode.c (setst): Remove.
14136         (strmode): Rewrite to avoid setst.  This makes the code shorter,
14137         (arguably) clearer, and the generated code is a bit smaller on my
14138         Debian GNU/Linux stable x86 host.
14139
14140         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
14141
14142         * lib/filemode.c: Include "filemode.h" first, to test the interface.
14143         Assume that filemode.h includes sys/types.h and sys/stat.h.
14144         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
14145         (ftypelet): Reorder to put common cases first, for efficiency.
14146         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
14147         to do 'M'.
14148         (strmode): Renamed from mode_string, and now stores 12 bytes instead
14149         of 10, for compatibility with FreeBSD.  All callers changed.
14150         (filemodestring): Now stores 12 bytes instead of 10, and sets file
14151         types that can't be deduced solely from st_mode.  First arg is now a
14152         const pointer.
14153         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
14154         (strmode): Renamed from mode_string.
14155         (filemodestring): New decl.
14156         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
14157         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
14158         needed.
14159         (S_ISPORT, S_ISWHT): New macros, if not already defined.
14160
14161         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
14162
14163         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
14164         fsusage.h now does that.  Include fsusage.h first, to test interface.
14165         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
14166         at most one method (the old code could have generated decls that
14167         didn't conform to C89, not that this was ever exercised).
14168         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
14169
14170         2006-03-19  Jim Meyering  <jim@meyering.net>
14171
14172         Work even in a chroot where d_ino values for entries in "/"
14173         don't match the stat.st_ino values for the same names.
14174         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
14175         number, iterate through all entries again, using lstat instead.
14176         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
14177         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
14178
14179         * lib/getcwd.c (__getcwd): Clarify a comment.
14180         Use memcpy in place of a call to strcpy.
14181
14182         2006-03-12  Jim Meyering  <jim@meyering.net>
14183
14184         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
14185         matches that of the current directory (which we're about to chdir ".."
14186         out of), then save the dev-ino of the parent, instead.
14187
14188         * lib/same-inode.h (SAME_INODE): New file/macro.
14189         * lib/chdir-safer.c (SAME_INODE): Remove definition.
14190         Include "same-inode.h", instead.
14191         * lib/same.c: Likewise.
14192         * lib/cycle-check.h: Include "same-inode.h".
14193         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
14194         * lib/cycle-check.c (SAME_INODE): Remove definition.
14195         * lib/root-dev-ino.h: Include "same-inode.h".
14196
14197         2006-03-11  Eric Blake  <ebb9@byu.net>
14198
14199         * lib/same.c (same_name): s/base_name/last_component/
14200         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
14201         * lib/filenamecat.c (file_name_concat): Likewise.
14202
14203         2006-03-11  Eric Blake  <ebb9@byu.net>,
14204                     Paul Eggert  <eggert@cs.ucla.edu>
14205
14206         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
14207         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
14208         drive prefix.
14209         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
14210         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
14211         (last_component): New method.
14212         * lib/dirname.c (dir_len): Determine when drive letters need a
14213         subsequent slash.  Preserve // when it is special.
14214         (dir_name): Don't append dot when drive letter is absolute.
14215         [TEST_DIRNAME]: Move into a full-blown gnulib test.
14216         * lib/basename.c (base_name): New semantics - malloc the result.
14217         Preserve // when it is special.  Preserve relative files that look
14218         like drive letters.
14219         (base_len): Preserve // when it is special.
14220         (last_component): New method, similar to old base_name semantics.
14221         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
14222         base_name.  Strip redundant slashes from ///.
14223
14224 2006-07-03  Jim Meyering  <jim@meyering.net>
14225
14226         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
14227         macro is used before the first cycle_check call.
14228
14229 2006-07-03  Eric Blake  <ebb9@byu.net>
14230
14231         * modules/dirname (Depends-on): Add xstrndup.
14232
14233 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
14234
14235         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
14236         test cases, so that config.log is a bit easier to follow.
14237
14238 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
14239
14240         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
14241         both are 64 bits, since this seems to be the tradition, and this
14242         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
14243         we ever run into a host that prefers long long to long in this
14244         case, we'll need another configure-time test.  Problem reported by
14245         Jim Meyering.
14246
14247 2006-07-02  Eric Blake  <ebb9@byu.net>
14248
14249         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
14250
14251 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
14252
14253         * modules/inttypes (Depends-on): No longer depends on stdint.
14254         * modules/stdint (Description): Say more about assumptions.
14255         Say that the fast types might differ.  Say macros are used.
14256         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
14257         (Makefile.am): Revise list of substituted symbols to match
14258         new stdint.m4.
14259         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
14260         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
14261         * tests/test-stdint.c (verify_same_types)
14262         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
14263         the code conforms to C99/C89.
14264         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
14265         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
14266
14267 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
14268
14269         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
14270         but fix a bug, by requiring at least 64 bits.
14271         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
14272         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
14273         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
14274         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
14275
14276         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
14277         changes.  Make 2.59 a prerequisite.  Check and substitute for
14278         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
14279         inttypes.h.  Do not use special include files; just use the
14280         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
14281         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
14282         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
14283         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
14284         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
14285         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
14286         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
14287         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
14288         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
14289         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
14290         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
14291         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
14292         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
14293         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
14294         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
14295         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
14296         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
14297         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
14298         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
14299         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
14300         WINT_MAX.  Check for C99 conformance more strictly, by detecting
14301         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
14302         not check for things that C99 does not require, e.g., int8_t.  If
14303         a test isn't needed unless <stdint.h> isn't working, and is
14304         unlikely to be needed for any other reason, then don't do it
14305         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
14306         size_t, since we assume C89 freestanding at least.  Do not check
14307         for sig_atomic_t, wchar_t, or wint_t, since the code now does
14308         the right thing even if the types are not defined.  Instead use:
14309         (gl_STDINT_TYPE_PROPERTIES): New macro.
14310         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
14311         testing whether <sys/types.h> clashes, as Autoconf does this for
14312         us now.  All uses removed.
14313         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
14314         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
14315         (gl_CHECK_TYPE_SAME):
14316         Remove; no longer needed.
14317         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
14318         exists, since we'll return 0 anyway in that case.
14319         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
14320
14321 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
14322
14323         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
14324         possible collision with system files.
14325         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
14326         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
14327         WCHAR_MIN and WCHAR_MAX in this case.
14328         (<stddef.h>): Do not include; no longer needed.
14329         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
14330         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
14331         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
14332         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
14333         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
14334         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
14335         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
14336         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
14337         !defined(__c99))]: Include in this case too, since it's harmless
14338         now.
14339         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
14340         dangerous to do so.
14341         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
14342         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
14343         (_STDINT_MIN, _STDINT_MAX): New macros.
14344         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
14345         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
14346         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
14347         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
14348         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
14349         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
14350         macros, not typedefs; this simplifies things quite a bit.
14351         Use long int for all types narrower than int64_t.
14352         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
14353         Define in terms of long long int or int64_t or long int,
14354         not int64_t or int32_t.  This saves some compile-time testing.
14355         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
14356         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
14357         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
14358         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
14359         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
14360         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
14361         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
14362         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
14363         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
14364         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
14365         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
14366         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
14367         undef any previous version and define our own version, for
14368         simplicity and consistency with the new macros for types.
14369         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
14370         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
14371         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
14372         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
14373         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
14374         @WINT_T_SUFFIX@ to keep things simple here.
14375         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
14376         Simplify by assuming typical 8/16/32/64 host, since we're
14377         already doing that elsewhere anyway.
14378         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
14379         and assume long long int is 64 bits if available.  This
14380         speeds up 'configure'.
14381
14382 2006-07-01  Eric Blake  <ebb9@byu.net>
14383
14384         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
14385         Reported by Andreas Buening.
14386
14387 2006-07-01  Eric Blake  <ebb9@byu.net>
14388
14389         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
14390
14391 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
14392
14393         * lib/getaddrinfo.c: fixed typo
14394
14395 2006-06-29  Jim Meyering  <jim@meyering.net>
14396
14397         * modules/strftime (Maintainer): Add my name, since with the
14398         FPRINTFTIME changes strftime.c has forked from glibc.
14399
14400 2006-06-29  Eric Blake  <ebb9@byu.net>
14401
14402         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
14403
14404 2006-06-29  Eric Blake  <ebb9@byu.net>
14405
14406         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
14407
14408 2006-06-29  Eric Blake  <ebb9@byu.net>
14409
14410         * lib/stat_.h: New file.
14411
14412 2006-06-29  Eric Blake  <ebb9@byu.net>
14413
14414         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
14415         unused static function.
14416
14417 2006-06-29  Eric Blake  <ebb9@byu.net>
14418
14419         * doc/functions.texi (Function Portability): Document missing lstat
14420         on mingw.
14421
14422 2006-06-29  Eric Blake  <ebb9@byu.net>
14423
14424         * MODULES.html.sh: Add sys_stat.
14425         * modules/sys_stat: New module.
14426         * modules/mkstemp (Depends-on): Add sys_stat.
14427
14428 2006-06-29  Derek R. Price  <derek@ximbiot.com>
14429
14430         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
14431
14432 2006-06-29  Derek R. Price  <derek@ximbiot.com>
14433
14434         * m4/c-bs-a.m4: Removed.
14435
14436 2006-06-29  Derek R. Price  <derek@ximbiot.com>
14437
14438         * lib/strftime.c: Assume strftime() exists.
14439
14440 2006-06-29  Derek Price  <derek@ximbiot.com>
14441
14442         * modules/c-bs-a: Removed - \a is C89.
14443         * MODULES.html.sh: Remove c-bs-a.
14444
14445 2006-06-29  Bruno Haible  <bruno@clisp.org>
14446
14447         * modules/wcwidth (License): Change to LGPL.
14448
14449 2006-06-28  Simon Josefsson  <jas@extundo.com>
14450
14451         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
14452         on _WIN32.
14453
14454         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
14455         getnameinfo.
14456
14457 2006-06-28  Simon Josefsson  <jas@extundo.com>
14458
14459         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
14460
14461 2006-06-28  Simon Josefsson  <jas@extundo.com>
14462
14463         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
14464         functions there.  It will succeed on Windows XP, but on Windows
14465         2000 and (presumably) earlier, it will fail, and use the internal
14466         re-implementation.
14467         (use_win32_p): New function.
14468         (getaddrinfo): Use strtoul on servname, to support numeric ports.
14469         Support AI_NUMERICSERV to disable getservbyname.
14470         (getnameinfo): New function, only supports
14471         NI_NUMERICHOST|NI_NUMERICSERV for now.
14472
14473         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
14474         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
14475         getnameinfo.
14476
14477 2006-06-28  Eric Blake  <ebb9@byu.net>
14478
14479         * modules/wcwidth: New file.
14480         * modules/mbchar (Depends-on): Add wcwidth.
14481         * modules/mbswidth (Depends-on): Add wcwidth.
14482         * MODULES.html.sh: Add wcwidth.
14483
14484 2006-06-28  Eric Blake  <ebb9@byu.net>
14485
14486         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
14487         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
14488
14489 2006-06-28  Eric Blake  <ebb9@byu.net>
14490
14491         * lib/xvasprintf.h: Fix comments.
14492
14493 2006-06-28  Eric Blake  <ebb9@byu.net>
14494
14495         * lib/mbchar.h (wcwidth): Include wcwidth.h.
14496         * lib/mbswidth.c (wcwidth): Move from here...
14497         * lib/wcwidth.h: ...to this new file.
14498
14499 2006-06-28  Derek R. Price  <derek@ximbiot.com>
14500
14501         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
14502
14503         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
14504         it's obsolete.
14505         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
14506
14507 2006-06-28  Derek R. Price  <derek@ximbiot.com>
14508
14509         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
14510         Autoconf 2.60 says this stuff was obsolete.
14511
14512 2006-06-28  Bruno Haible  <bruno@clisp.org>
14513
14514         * modules/wcwidth (Files): Add m4/wchar_t.m4.
14515
14516 2006-06-28  Bruno Haible  <bruno@clisp.org>
14517
14518         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
14519         gt_TYPE_WCHAR_T.
14520
14521 2006-06-28  Bruno Haible  <bruno@clisp.org>
14522
14523         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
14524         declaration for wcwidth.
14525         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
14526
14527 2006-06-28  Bruno Haible  <bruno@clisp.org>
14528
14529         * lib/mkdtemp.c [MINGW]: Include <io.h>.
14530         (mkdir): Define using _mkdir.
14531
14532 2006-06-28  Bruno Haible  <bruno@clisp.org>
14533
14534         * lib/getaddrinfo.h: Fix POSIX URL.
14535         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
14536         _WIN32.
14537         (use_win32_p): Make static.
14538         (getaddrinfo): Reject service name if it is empty or does not consist
14539         solely of decimal digits, or if its value is > 65535.
14540         (getnameinfo): Remove useless casts.
14541
14542 2006-06-27  Simon Josefsson  <jas@extundo.com>
14543
14544         * modules/sys_select: New file, suggested by Bruno Haible, Paul
14545         Eggert and Martin Lambers.
14546
14547 2006-06-27  Simon Josefsson  <jas@extundo.com>
14548
14549         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
14550         Eggert and Martin Lambers.
14551
14552 2006-06-27  Bruno Haible  <bruno@clisp.org>
14553
14554         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
14555         result to 0, not to empty.
14556         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
14557
14558 2006-06-27  Bruno Haible  <bruno@clisp.org>
14559
14560         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
14561
14562 2006-06-26  Simon Josefsson  <jas@extundo.com>
14563
14564         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
14565         present.
14566
14567 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
14568
14569         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
14570         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
14571         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
14572
14573 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
14574
14575         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
14576
14577 2006-06-26  Bruno Haible  <bruno@clisp.org>
14578
14579         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
14580
14581 2006-06-26  Bruno Haible  <bruno@clisp.org>
14582
14583         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
14584
14585 2006-06-26  Bruno Haible  <bruno@clisp.org>
14586
14587         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
14588         SGI C compiler in pre-C99 mode.
14589         Suggested by Mark D. Baushke and Larry Jones.
14590
14591 2006-06-26  Bruno Haible  <bruno@clisp.org>
14592
14593         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
14594         WCHAR_MAX.
14595         Reported by Mark D. Baushke and Larry Jones.
14596
14597 2006-06-26  Bruno Haible  <bruno@clisp.org>
14598
14599         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
14600         in pre-C99 mode.
14601         Suggested by Mark D. Baushke and Larry Jones.
14602
14603 2006-06-23  Simon Josefsson  <jas@extundo.com>
14604             Bruno Haible  <bruno@clisp.org>
14605
14606         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
14607         Emit mostlyclean-local rule.
14608         (func_emit_tests_Makefile_am): Likewise.
14609         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
14610
14611 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
14612
14613         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
14614
14615 2006-06-23  Bruno Haible  <bruno@clisp.org>
14616
14617         * tests/test-stdint.c: Update to match ISO C 99 Technical
14618         Corrigendum 1.
14619
14620 2006-06-23  Bruno Haible  <bruno@clisp.org>
14621
14622         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
14623
14624 2006-06-23  Bruno Haible  <bruno@clisp.org>
14625
14626         * lib/stdint_.h: Treat IRIX like OpenBSD.
14627
14628 2006-06-23  Bruno Haible  <bruno@clisp.org>
14629
14630         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
14631         ISO C 99 Technical Corrigendum 1.
14632
14633 2006-06-22  Simon Josefsson  <jas@extundo.com>
14634
14635         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
14636         MinGW.
14637
14638 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
14639
14640         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
14641         needed.  Some compiler complained about some of them.  Problem reported
14642         by Larry Jones in
14643         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
14644
14645 2006-06-21  Simon Josefsson  <jas@extundo.com>
14646
14647         * tests/test-getaddrinfo.c: New file.
14648
14649         * modules/getaddrinfo-tests: New file.
14650
14651         * MODULES.html.sh: Add inet_pton.
14652
14653         * modules/inet_pton: New file.
14654
14655 2006-06-21  Simon Josefsson  <jas@extundo.com>
14656
14657         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
14658         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
14659         of using the (limited) gnulib implementation on Windows XP.
14660
14661         * m4/inet_pton.m4: New file.
14662
14663 2006-06-21  Simon Josefsson  <jas@extundo.com>
14664
14665         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
14666         variable.
14667
14668         * lib/socket_.h: Don't define WINVER.
14669
14670         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
14671         slightly modified to work in gnulib.
14672
14673 2006-06-21  Simon Josefsson  <jas@extundo.com>
14674
14675         * doc/gnulib.texi (Windows sockets): Add.
14676
14677 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
14678
14679         * lib/read-file.c (fread_file): Start with buffer allocation of
14680         0 bytes rather than 1 byte; this simplifies the code.
14681         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
14682         code to free buffer and save/restore errno.
14683         (internal_read_file): Remove unused local.
14684
14685 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
14686
14687         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
14688         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
14689         Problem reported by Denis Excoffier in
14690         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
14691
14692 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14693
14694         * modules/sys_socket, modules/socklen: Include sys/types since
14695         FreeBSD 4.x's sys/socket.h needs it.
14696
14697 2006-06-19  Simon Josefsson  <jas@extundo.com>
14698
14699         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
14700
14701 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
14702
14703         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
14704
14705 2006-06-19  Bruno Haible  <bruno@clisp.org>
14706
14707         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
14708         and FULL_PATH_INTTYPES_H in angle brackets.
14709         Reported by Mark D. Baushke <mdb@gnu.org>.
14710
14711 2006-06-17  Eric Blake  <ebb9@byu.net>
14712
14713         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
14714         errno.
14715
14716 2006-06-17  Bruno Haible  <bruno@clisp.org>
14717
14718         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
14719         <sys/inttypes.h>.
14720
14721 2006-06-17  Bruno Haible  <bruno@clisp.org>
14722
14723         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
14724         whether errno is declared. Assume <errno.h> declares errno.
14725
14726 2006-06-17  Bruno Haible  <bruno@clisp.org>
14727
14728         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
14729
14730 2006-06-17  Bruno Haible  <bruno@clisp.org>
14731
14732         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
14733         problem on Solaris 2.5.1.
14734
14735 2006-06-16  Eric Blake  <ebb9@byu.net>
14736
14737         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
14738         * lib/unicodeio.c [!defined errno]: Likewise.
14739         * lib/strtol.c [!defined errno]: Likewise.
14740         * lib/strtod.c [!defined errno]: Likewise.
14741
14742 2006-06-15  Eric Blake  <ebb9@byu.net>
14743
14744         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
14745
14746 2006-06-15  Eric Blake  <ebb9@byu.net>
14747
14748         * config/srclist.txt (ssize_t.m4): Lose sync.
14749
14750 2006-06-15  Bruno Haible  <bruno@clisp.org>
14751
14752         * modules/stdint (Files): Include m4/full-header-path.m4,
14753         m4/size_max.m4, m4/wchar_t.m4.
14754         (Makefile.am): Many more substitutions.
14755         * modules/stdint-tests: New file.
14756         * tests/test-stdint.c: New file.
14757
14758 2006-06-15  Bruno Haible  <bruno@clisp.org>
14759
14760         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
14761         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
14762         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
14763         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
14764         gl_CHECK_TYPE_SAME): New macros.
14765
14766 2006-06-15  Bruno Haible  <bruno@clisp.org>
14767
14768         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
14769
14770 2006-06-15  Bruno Haible  <bruno@clisp.org>
14771
14772         * lib/stdint_.h: Rewritten to be fully auto-configured.
14773         Fixes bug on HP-UX/IA64.
14774
14775 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
14776
14777         * lib/getdate.y (__attribute__): Don't define if already defined.
14778         Problem reported by Larry Jones.
14779         * lib/utimens.c (__attribute__): Likewise.
14780
14781 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
14782
14783         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
14784         reported by Andreas Schwab.
14785
14786 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14787             Bruno Haible  <bruno@clisp.org>
14788
14789         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
14790         check for the declaration of strnlen and a run test that exposes the
14791         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
14792         rpl_strndup.
14793
14794 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14795             Bruno Haible  <bruno@clisp.org>
14796
14797         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
14798
14799 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14800
14801         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
14802         compile test, for Tru64 4.0D.
14803
14804 2006-05-28  Karl Berry  <karl@gnu.org>
14805
14806         * config/srclist.txt (printf-args.c): lose sync.
14807
14808 2006-05-26  Martin Lambers  <marlam@marlam.de>
14809
14810         * lib/getpass.c: Updates the test for the native W32 API, and adds
14811         missing includes, thus fixing compilation warnings.
14812
14813 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
14814
14815         * lib/exclude.c (exclude_fnmatch): New function.
14816         (excluded_file_name): Call exclude_fnmatch.
14817         * lib/exclude.h (excluded_file_name): New prototype
14818
14819 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
14820
14821         * lib/tempname.c (small_open, large_open): New macros.
14822         (__open, __open64) [!_LIBC]: Remove.
14823         (__gen_tempname): Use small_open and large_open instead of __open
14824         and __open64.  This fixes a portability bug on HP-UX 11.11i
14825         reported by Simon Wing-Tang in
14826         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
14827
14828 2006-05-24  Bruno Haible  <bruno@clisp.org>
14829
14830         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
14831         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
14832         Reported by Thorsten Maerz <torte@netztorte.de> via
14833         Aaron Stone <aaron@serendipity.cx>.
14834
14835 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
14836
14837         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
14838         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
14839         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
14840         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
14841         not really conditional on the cache.
14842         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
14843
14844 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
14845
14846         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
14847         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
14848         (my_usleep): Don't mishandle maximum value.
14849
14850 2006-05-19  Jim Meyering  <jim@meyering.net>
14851
14852         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
14853
14854 2006-05-17  Bruno Haible  <bruno@clisp.org>
14855
14856         Cygwin portability.
14857         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
14858
14859 2006-05-17  Bruno Haible  <bruno@clisp.org>
14860
14861         * lib/stdint_.h: Fix recognition of Cygwin.
14862
14863 2006-05-15  Bruno Haible  <bruno@clisp.org>
14864
14865         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
14866         on libtool patch by Ralf Wildenhues.
14867
14868 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
14869
14870         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
14871         test for C99 conformance; (bool) 0.5 is an integer constant
14872         expression, but (bool) -0.5 is not.  Problem reported by Fedor
14873         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
14874
14875 2006-05-11  Simon Josefsson  <jas@extundo.com>
14876
14877         * m4/xvasprintf.m4: Fix obvious typo.
14878
14879 2006-05-11  Jim Meyering  <jim@meyering.net>
14880
14881         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
14882         James Lemley.
14883
14884 2006-05-10  Simon Josefsson  <jas@extundo.com>
14885
14886         * lib/md4.c: Typo fix, update copyright years.
14887         (K1, K2): Don't use L because it turn computations into 64-bit on
14888         64-bit platforms.
14889
14890 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
14891
14892         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
14893         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
14894         unwanted sign propagation, e.g., on hosts with 64-bit int.
14895         There still are some problems with reeelly weird theoretical hosts
14896         (e.g., 33-bit int) but it's not worth worrying about now.
14897         * lib/sha1.c (rol): Likewise.
14898         (K1, K2, K3, K4): Remove unnecessary L suffix.
14899
14900 2006-05-10  Bruno Haible  <bruno@clisp.org>
14901
14902         * lib/des.c: Cast to avoid warnings.
14903
14904 2006-05-09  Bruno Haible  <bruno@clisp.org>
14905
14906         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
14907         (Depends-on): Depend also on xsize, stdarg.
14908         (configure.ac): Add gl_XVASPRINTF.
14909
14910 2006-05-09  Bruno Haible  <bruno@clisp.org>
14911
14912         * m4/xvasprintf.m4: New file.
14913
14914 2006-05-09  Bruno Haible  <bruno@clisp.org>
14915
14916         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
14917         (EOVERFLOW): Define fallback value.
14918         (xstrcat): New function.
14919         (xvasprintf): Recognize the special case of a string concatenation.
14920
14921 2006-05-08  Eric Blake  <ebb9@byu.net>
14922
14923         * gnulib-tool (func_version): Base copyright year on CVS date.
14924         (func_emit_copyright_notice): New function.
14925         (func_emit_lib_Makefile_am): Use it.
14926         (func_emit_tests_Makefile_am): Likewise.
14927         (func_import): Likewise.
14928
14929 2006-05-08  Bruno Haible  <bruno@clisp.org>
14930
14931         * modules/stdarg: New file.
14932         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
14933
14934 2006-05-08  Bruno Haible  <bruno@clisp.org>
14935
14936         * m4/stdarg.m4: New file, from GNU gettext.
14937
14938 2006-05-08  Bruno Haible  <bruno@clisp.org>
14939
14940         * config/srclist.txt (build-aux/config.rpath): different from latest
14941         release.
14942
14943 2006-05-08  Bruno Haible  <bruno@clisp.org>
14944
14945         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
14946
14947 2006-05-05  Jim Meyering  <jim@meyering.net>
14948
14949         * m4/warning.m4: New file, derived from bison's file by the same name.
14950
14951 2006-05-03  Bruno Haible  <bruno@clisp.org>
14952
14953         * lib/stdint_.h: Shorter URL.
14954         * lib/inttypes.h: Likewise.
14955
14956 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
14957
14958         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
14959
14960 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
14961
14962         * lib/verify.h: Document the internals better.  Most of this change
14963         was written by Bruno Haible.
14964
14965 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
14966
14967         * doc/verify.texi: New file, partly based on a proposal by
14968         Bruno Haible.
14969
14970 2006-05-02  Bruno Haible  <bruno@clisp.org>
14971
14972         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
14973         test from here...
14974         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
14975
14976 2006-04-29  Bruno Haible  <bruno@clisp.org>
14977
14978         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
14979         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
14980
14981 2006-04-29  Bruno Haible  <bruno@clisp.org>
14982
14983         * gnulib-tool: Make --update option actually work.
14984
14985 2006-04-29  Bruno Haible  <bruno@clisp.org>
14986
14987         * doc/gcd.texi: New file.
14988         * doc/gnulib.texi: Include it.
14989
14990 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
14991
14992         * lib/getdate.y (get_date): When adding relative date, start with the
14993         initial time, not with the result of the first mktime call.
14994
14995 2006-04-25  Bruno Haible  <bruno@clisp.org>
14996
14997         * gnulib-tool (func_import): Output the include directives in three
14998         blocks, sorted separately.
14999         Reported by Ben Pfaff <blp@cs.stanford.edu>.
15000
15001 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
15002
15003         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
15004         to define main with arguments, for C++.  Reported by Eric Blake.
15005         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
15006         Prefer 'int main ()' to 'int main (void)', for C++.
15007         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
15008         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
15009         for 'main', for C99 and C++.
15010
15011 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
15012
15013         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
15014         Don't assume that exit status -1 is valid.
15015         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
15016         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
15017         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
15018         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
15019         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
15020         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
15021         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
15022         functions can be used without declaring them, or that you can
15023         exit with status -1.
15024         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
15025
15026 2006-04-24  Karl Berry  <karl@gnu.org>
15027
15028         * config/srclist.txt (longdouble.m4): sync lost.
15029
15030 2006-04-24  Eric Blake  <ebb9@byu.net>
15031
15032         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
15033
15034 2006-04-24  Bruno Haible  <bruno@clisp.org>
15035
15036         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
15037         poll() implementation in AIX.
15038         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
15039
15040 2006-04-24  Bruno Haible  <bruno@clisp.org>
15041
15042         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
15043         assigned exactly once.
15044
15045 2006-04-23  Claudio Fontana  <claudio@gnu.org>
15046             Bruno Haible  <bruno@clisp.org>
15047
15048         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
15049         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
15050         for AM_CPPFLAGS.
15051
15052 2006-04-23  Bruno Haible  <bruno@clisp.org>
15053
15054         * modules/copy-file: Depend on unistd.
15055         * modules/execute: Likewise.
15056         * modules/fatal-signal: Likewise.
15057         * modules/findprog: Likewise.
15058         * modules/mkdtemp : Likewise.
15059         * modules/pipe: Likewise.
15060         * modules/wait-process: Likewise.
15061
15062 2006-04-23  Bruno Haible  <bruno@clisp.org>
15063
15064         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
15065         condition was already detected.
15066         Reported by Ben Pfaff <blp@cs.stanford.edu>.
15067
15068 2006-04-23  Bruno Haible  <bruno@clisp.org>
15069
15070         * lib/copy-file.c: Include <unistd.h> unconditionally.
15071         * lib/execute.c: Likewise.
15072         * lib/fatal-signal.c: Likewise.
15073         * lib/findprog.c: Likewise.
15074         * lib/mkdtemp.c: Likewise.
15075         * lib/pipe.h: Likewise.
15076         * lib/pipe.c: Likewise.
15077         * lib/wait-process.h: Likewise.
15078
15079 2006-04-23  Bruno Haible  <bruno@clisp.org>
15080
15081         * gnulib-tool (func_usage): Fix --import description. Document
15082         --update.
15083         (func_import): Create temporary file in a temporary directory, if
15084         --dry-run is specified. Silence errors from 'grep' when there are no
15085         m4 files in $m4dir.
15086         (func_create_testdir): Silence errors from 'grep' when there are no
15087         m4 files in $m4dir.
15088         Reported by Karl Berry <karl@freefriends.org>.
15089
15090 2006-04-20  Bruno Haible  <bruno@clisp.org>
15091
15092         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
15093         one argument, so that the code will be portable to Autoconf 2.60.
15094         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
15095         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
15096         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
15097
15098 2006-04-19  Derek Price  <derek@ximbiot.com>
15099             Eric Blake  <ebb9@byu.net>
15100
15101         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
15102         rather than "/full/path.h".  Update comment to match.  Shorten &
15103         generalize m4_translit call via AS_TR_CPP.
15104
15105 2006-04-19  Derek Price  <derek@ximbiot.com>
15106             Eric Blake  <ebb9@byu.net>
15107
15108         * lib/inttypes.h: Correct grammar in comment.
15109
15110 2006-04-18  Derek Price  <derek@ximbiot.com>
15111             Paul Eggert  <eggert@cs.ucla.edu>
15112
15113         * modules/inttypes: New file.
15114         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
15115
15116 2006-04-18  Derek Price  <derek@ximbiot.com>
15117             Paul Eggert  <eggert@cs.ucla.edu>
15118
15119         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
15120         New files.
15121
15122 2006-04-18  Derek Price  <derek@ximbiot.com>
15123             Paul Eggert  <eggert@cs.ucla.edu>
15124
15125         * lib/inttypes.h: New file.
15126         * lib/strtoimax.c: Assume <inttypes.h>.
15127
15128 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
15129
15130         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
15131         isn't mounted.  Problem reported by Kir Kolyshkin.
15132
15133 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
15134
15135         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
15136         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
15137         Derek R. Price.
15138         * lib/regex.h (RE_DUP_MAX): Update comment to match current
15139         implementation.
15140
15141 2006-04-12  Eric Blake  <ebb9@byu.net>
15142
15143         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
15144         is now done automatically by the corresponding Autoconf macro.
15145
15146 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
15147
15148         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
15149         time_r.h.
15150
15151 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
15152
15153         Merge regex changes from libc, removing some of our
15154         POSIX-conformance changes that were rejected and redoing them in a
15155         less-intrusive way.
15156
15157         * lib/regcomp.c (re_compile_internal, init_dfa):
15158         Length arg is now size_t, not Idx.  All uses changed.
15159         (peek_token): Forward decl now says internal_function.
15160         (__re_error_msgid, __re_error_msgid_idx):
15161         Now static rather than extern with attribute_hidden.
15162         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
15163         For some reason libc prefers K&R style defns for external functions.
15164         (regerror) [!defined _LIBC]: Likewise.
15165         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
15166         (seek_collating_symbol_entry, lookup_collation_sequence_value):
15167         (build_range_exp, build_collating_symbol):
15168         Use K&R-style defn.
15169         (re_compile_fastmap): Use '\0' to memset, not 0.
15170         (utf8_sb_map): Make the calculations more obvious.
15171         (init_dfa, parse_bracket_exp, build_charclass_op):
15172         Call calloc and cast result, as glibc does.
15173         (init_word_char, fetch_token, peek_token, peek_token_bracket):
15174         (build_range_exp, build_collating_symbol):
15175         Now internal functions.
15176
15177         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
15178
15179         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
15180         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
15181         Don't depend on VMS; depend on __VMS instead, for POSIX
15182         namespace cleanness.
15183         (regoff_t): Define to ssize_t, not long int.
15184
15185         Remove the REG_ macros named below.  Instead, make the old names
15186         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
15187         __USE_GNU_REGEX.
15188         (REG_BACKSLASH_ESCAPE_IN_LISTS):
15189         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
15190         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
15191         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
15192         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
15193         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
15194         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
15195         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
15196         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
15197         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
15198         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
15199         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
15200         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
15201         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
15202         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
15203         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
15204         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
15205         (REG_NREGS):
15206         Remove.  All uses replaced by the old RE_* names.
15207         (RE_BACKSLASH_ESCAPE_IN_LISTS):
15208         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
15209         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
15210         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
15211         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
15212         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
15213         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
15214         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
15215         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
15216         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
15217         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
15218         Don't bother having these macros be independent of each others'
15219         values, since they no longer exist in the POSIX name space.
15220
15221         Rename the following member names back to their old names,
15222         unless !__USE_GNU_REGEX.  All uses changed back.
15223         (buffer): Renamed from re_buffer.
15224         (allocated): Renamed from re_allocated.
15225         (used): Renamed from re_used.
15226         (syntax): Renamed from re_syntax.
15227         (fastmap): Renamed from re_fastmap.
15228         (translate): Renamed from re_translate.
15229         (can_be_null): Renamed from re_can_be_null.
15230         (regs_allocated): Renamed from re_regs_allocated.
15231         (fastmap_accurate): Renamed from re_fastmap_accurate.
15232         (no_sub): Renamed from re_no_sub.
15233         (not_bol): Renamed from re_not_bol.
15234         (not_eol): Renamed from re_not_eol.
15235         (newline_anchor): Renamed from re_newline_anchor.
15236         (num_regs): Renamed from rm_num_regs.
15237         (start): Renamed from rm_start.
15238         (end): Renamed from rm_end.
15239
15240         (free_state): Move up a bit.
15241
15242         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
15243         #define to be empty.
15244         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
15245         when that is what is intended.
15246         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
15247         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
15248         (MAX): New macro.
15249         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
15250         All uses changed back to re_malloc, etc.  It's now the caller's
15251         responsibility to check for overflow; all callers changed.
15252         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
15253         (re_x2nrealloc): Remove.
15254         (free_state): Remove decl.
15255
15256         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
15257         (re_set_registers, re_exec):
15258         Use K&R-style defn.
15259
15260         2006-01-31  Roland McGrath  <roland@redhat.com>
15261
15262         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
15263         Reported by Mike Frysinger <vapier@gentoo.org>.
15264
15265         2006-01-15  Andreas Jaeger  <aj@suse.de>
15266
15267         [BZ #1950]
15268         * lib/regex_internal.c (re_string_reconstruct): Adjust for
15269         build_wcs_upper_buffer change.
15270         (build_wcs_upper_buffer): Change return type.
15271
15272         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
15273
15274         * lib/regex_internal.h: Include <stdint.h> if available.
15275
15276         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
15277
15278         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
15279
15280         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
15281
15282         * lib/regcomp.c: Adjust for changed secondary hash function.
15283
15284         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
15285
15286         * lib/regex.h: Pretty printing.
15287         Clean up namespace a bit.
15288
15289         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
15290
15291         * lib/regexec.c (update_cur_sifted_state, check_arrival,
15292         check_arrival_add_next_nodes): Avoid using uninitialized variable.
15293
15294         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
15295                     Ulrich Drepper  <drepper@redhat.com>
15296
15297         [BZ #1302]
15298         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
15299         changed.
15300         (bitset_word_t): Renamed from bitset_word.  All uses changed.
15301
15302         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
15303
15304         [BZ #281]
15305         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
15306         * lib/regcomp.c: Remove unnecessary uses of
15307         unsigned RE_TRANSLATE_TYPE.
15308         * lib/regex_internal.h: Likewise.
15309         * lib/regex_internal.c: Likewise.
15310         * lib/regexec.c: Likewise.
15311         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
15312
15313         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
15314
15315         * lib/regexec.c (find_recover_state): Remove unnecessary
15316         initialization.
15317         (transit_state_bkref): Make DFA a const pointer.
15318         (get_subexp): Likewise.
15319         (check_arrival): Likewise.
15320         (update_cur_sifted_state): Likewise.
15321         (re_search_internal): Likewise.
15322         (prune_impossible_nodes): Likewise.
15323         (acquire_init_state_context): Likewise.
15324         (proceed_next_node): Likewise.
15325         (set_regs): Likewise.
15326         (free_fail_stack_return): Likewise.
15327         (check_arrival_expand_ecl): Mark DFA parameter as const.
15328         (check_arrival_expand_ecl_sub): Likewise.
15329         (check_subexp_limits): Likewise.
15330         (sub_epsilon_src_nodes):  Likewise.
15331         (add_epsilon_src_nodes):  Likewise.
15332         (merge_state_array): Likewise.
15333         (update_regs): Likewise.
15334         (build_trtable): Likewise.
15335         (sift_states_backward): Mark MCTX parameter as const.
15336         (build_sifted_states): Likewise.
15337         (update_cur_sifted_state): Likewise.
15338         (sift_states_mkref): Likewise.
15339         (check_arrival_expand_ecl): Mark eclosure as const.
15340         (check_dst_limits_calc_pos_1): Likewise.
15341         * lib/regex_internal.h (re_match_context_t): Make dfa a const
15342         pointer.
15343
15344         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
15345
15346         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
15347         (transit_state_sb): Likewise.
15348         (transit_state_mb): Likewise.
15349         (sift_states_iter_mb): Likewise.
15350         (check_arrival_add_next_nodes): Likewise.
15351         (check_node_accept_bytes): Change first parameter to pointer-to-const.
15352         [_LIBC] (re_search_2_stub): Use mempcpy.
15353
15354         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
15355         mbrtowc for very simple UTF-8 case.
15356
15357         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
15358         a pointer-to-const.
15359         (re_acquire_state_context): Likewise.
15360         * lib/regex_internal.h: Adjust prototypes.
15361
15362         * lib/regex.c: Prevent using C++ compilers.
15363
15364         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
15365         (re_acquire_state_context): Likewise.
15366
15367 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
15368
15369         * modules/regex (Depends-on): Add ssize_t.
15370
15371 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
15372
15373         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
15374         translation table.
15375
15376 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
15377
15378         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
15379
15380 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
15381             Bruno Haible  <bruno@clisp.org>
15382
15383         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
15384         <sys/types.h> and <inttypes.h>.
15385
15386 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15387
15388         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
15389         `__error_t_defined', so argp.h will not typedef the former.
15390
15391 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
15392
15393         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
15394         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
15395         glibc names.  Even if glibc is changed to conform to POSIX, the
15396         traditional names will be available anyway, since regex depends on
15397         the extensions module.  Also, fix a longstanding typo in the
15398         implementation of Spencer ERE test #75 from grep 2.3.  Problems
15399         reported by Emanuele Giaquinta.  Also, change sense of cached
15400         variable, so that the message makes sense.
15401
15402 2006-03-24  Simon Josefsson  <jas@extundo.com>
15403
15404         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
15405         including some doc fixes.
15406         (base64_encode_alloc): Fix +1 bug on allocation failures.
15407
15408 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15409
15410         * lib/base64.c (base64_encode): Do not read past end of array with
15411         unsanitized input on systems with CHAR_BIT > 8.
15412
15413 2006-03-24  Eric Blake  <ebb9@byu.net>
15414
15415         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
15416
15417 2006-03-22  Karl Berry  <karl@gnu.org>
15418
15419         * config/srclist.txt (*setenv.[ch]): get from coreutils.
15420         * config/srclistvars.sh (COREUTILS): new var.
15421
15422 2006-03-17  Jim Meyering  <jim@meyering.net>
15423
15424         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
15425         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
15426
15427 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
15428
15429         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
15430         no longer needs it.  Instead, check that regoff_t is as least
15431         as wide as ptrdiff_t.
15432
15433         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
15434         so that our regex.h stays compatible with the installed regex.
15435         This is helpful for installers who configure --without-included-regex.
15436         Problem reported by Emanuele Giaquinta.
15437
15438 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
15439
15440         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
15441         Typedef to long int, not to off_, as POSIX will likely change
15442         in that direction.
15443
15444 2006-03-15  Eric Blake  <ebb9@byu.net>
15445
15446         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
15447
15448 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
15449
15450         * lib/argp-help.c (validate_uparams): Fix typo
15451         * lib/argp-parse.c (argp_default_options): Consistently begin help
15452         messages with a lowercase letter.
15453
15454 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
15455
15456         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
15457         overrun buffers and shouldn't be used (much as gets shouldn't be
15458         used).
15459         * lib/time_r.c (asctime_r, ctime_r): Likewise.
15460
15461 2006-03-08  Simon Josefsson  <jas@extundo.com>
15462
15463         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
15464         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
15465
15466 2006-03-08  Simon Josefsson  <jas@extundo.com>
15467
15468         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
15469         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
15470
15471 2006-03-08  Simon Josefsson  <jas@extundo.com>
15472
15473         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
15474         signal that configure disabled the device.
15475
15476 2006-03-08  Simon Josefsson  <jas@extundo.com>
15477
15478         * build-aux/maint.mk: Fix refresh-po, to handle no translated
15479         languages.
15480
15481 2006-03-07  Simon Josefsson  <jas@extundo.com>
15482
15483         * modules/getopt (Depends-on): Add unistd.
15484
15485         * modules/unistd: New file.
15486
15487 2006-03-07  Simon Josefsson  <jas@extundo.com>
15488
15489         * modules/gc-random: New file.
15490
15491 2006-03-07  Simon Josefsson  <jas@extundo.com>
15492
15493         * m4/unistd_h.m4: New file.
15494
15495 2006-03-07  Simon Josefsson  <jas@extundo.com>
15496
15497         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
15498         test to be side-effect free by storing the result in the cache
15499         variable gl_cv_lib_readline, and moving the assignment of
15500         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
15501         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
15502
15503 2006-03-07  Simon Josefsson  <jas@extundo.com>
15504
15505         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
15506         error on missing devices (the functions will return an error).
15507
15508         * m4/gc.m4: Move random stuff to gc-random.m4
15509
15510 2006-03-07  Simon Josefsson  <jas@extundo.com>
15511
15512         * lib/unistd_.h: New file.
15513
15514 2006-03-07  Simon Josefsson  <jas@extundo.com>
15515
15516         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
15517
15518 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
15519
15520         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
15521         Problem reported by Juan Manuel Guerrero.
15522
15523 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
15524
15525         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
15526         the unistd module.
15527         * lib/getlogin_r.c: Likewise.
15528         * lib/getlogin_r.h: Likewise.
15529         * lib/glob.c: Likewise.
15530         * lib/pagealign_alloc.c: Likewise.
15531         * lib/unistd_.h: Remove; no longer needed.
15532
15533 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
15534
15535         * MODULES.html.sh (Support for systems lacking POSIX:2001):
15536         Add unistd.
15537         * modules/c-stack (Depends-on): Add unistd.
15538         * modules/getlogin_r: Likewise.
15539         * modules/glob: Likewise.
15540         * modules/pagealign_alloc: Likewise.
15541         * modules/unistd (Files): Remove lib/unistd_.h.
15542         (EXTRA_DIST): Remove.
15543         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
15544         need unistd_.h.
15545         (MOSTLYCLEANFILES): Remove unistd.h-t.
15546
15547 2006-03-03  Simon Josefsson  <jas@extundo.com>
15548
15549         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
15550
15551 2006-03-03  Simon Josefsson  <jas@extundo.com>
15552
15553         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
15554         libidn and bison.
15555
15556 2006-03-03  Simon Josefsson  <jas@extundo.com>
15557
15558         * build-aux/maint.mk: Add indent target.
15559
15560 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
15561
15562         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
15563         our replacement poll.h in any case, to avoid a differing
15564         declaration from a system header.  Seen on AIX.
15565
15566 2006-03-01  Simon Josefsson  <jas@extundo.com>
15567
15568         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
15569         <kasal@ucw.cz>.
15570
15571 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
15572
15573         * modules/gettime (Depends-on): Add extensions module.
15574         * modules/nanosleep (Depends-on): Likewise.
15575         * modules/settime (Depends-on): Likewise.
15576
15577 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
15578
15579         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
15580         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
15581         pedantically.
15582         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
15583         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
15584
15585         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
15586         not "==".  Reported by Ralf Wildenhues.
15587
15588 2006-03-01  Karl Berry  <karl@gnu.org>
15589
15590         * doc/Copyright/request-*: new files, synced from gnuorg.
15591
15592 2006-03-01  Karl Berry  <karl@gnu.org>
15593
15594         * config/srclist.txt (Copyright/*): new entries.
15595
15596 2006-02-28  Simon Josefsson  <jas@extundo.com>
15597
15598         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
15599
15600 2006-02-27  Simon Josefsson  <jas@extundo.com>
15601
15602         * lib/base64.h: Indent #define's.  From Jim Meyering
15603         <jim@meyering.net>.
15604
15605 2006-02-27  Jim Meyering  <jim@meyering.net>
15606
15607         Revert the change of 2006-02-24, so these files can continue
15608         to be sync'd from gettext.
15609         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
15610         of `config.h'.
15611
15612 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
15613
15614         * modules/intprops: New file.
15615         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
15616         Add intprops.
15617         * modules/getloadavg (Files): Remove lib/intprops.h.
15618         (Depends-on): Add intprops.
15619         * modules/human: Likewise.
15620         * modules/inttostr: Likewise.
15621         * modules/openat: Likewise.
15622         * modules/sig2str: Likewise.
15623         * modules/userspec: Likewise.
15624         * modules/utimecmp: Likewise.
15625         * modules/xnanosleep: Likewise.
15626         * modules/xstrtol: Likewise.
15627
15628 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
15629
15630         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
15631         * modules/lock-tests (TESTS): Use $(EXEEXT).
15632         * modules/tls-tests: Likewise.
15633         * modules/argp-tests: Likewise.
15634         (check_PROGRAMS): New var, replacing...
15635         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
15636
15637 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15638
15639         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
15640         `config.h'.
15641
15642 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
15643
15644         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
15645
15646 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15647
15648         Sync from coreutils.
15649         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
15650         gl_CHDIR_SAFER.
15651
15652 2006-02-22  Jim Meyering  <jim@meyering.net>
15653
15654         Sync from coreutils.
15655         * m4/chdir-safer.m4: New file.
15656
15657 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
15658
15659         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
15660         AT_FDCWD exceeds INT_MAX.
15661         * lib/openat.h (AT_FDCWD): Likewise.
15662
15663 2006-02-17  Eric Blake  <address@hidden>
15664
15665         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
15666
15667 2006-02-16  Simon Josefsson  <jas@extundo.com>
15668
15669         * modules/getaddrinfo (Depends-on): Add sys_socket.
15670
15671 2006-02-15  Simon Josefsson  <jas@extundo.com>
15672
15673         * build-aux/maint.mk: Add dsyntax-check rule.
15674
15675 2006-02-15  Eric Blake  <ebb9@byu.net>
15676
15677         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
15678         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
15679         'present but cannot compile' warnings on cygwin.
15680         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
15681         use ws2tcpip.h if sys/socket.h works.
15682         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
15683         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
15684
15685 2006-02-14  Simon Josefsson  <jas@extundo.com>
15686
15687         * modules/maintainer-makefile (Files): Rename.
15688
15689         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
15690         and (the local) Makefile.cfg to maint-cfg.mk.
15691
15692         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
15693         to the latter.
15694
15695         * modules/maintainer-makefile: New module.
15696
15697         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
15698         severaly stripped to make it possible to build it up from scratch
15699         with reliable tests.
15700
15701         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
15702         fixes to permit overriding the default actions when configure and
15703         makefile are not available.
15704
15705 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
15706
15707         Sync from coreutils.
15708         * modules/lstat (Depends-on): Don't depend on xalloc.
15709         (License): Change from GPL to LGPL, since this is now simply a
15710         replacement for a libc function.
15711
15712 2006-02-14  Jim Meyering  <jim@meyering.net>
15713
15714         Sync from coreutils.
15715
15716         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
15717         failure on deficient systems, and simplify gnulib lgpl dependencies.
15718         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
15719         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
15720
15721         * lib/xalloc-die.c: Remove unused definition of N_.
15722
15723 2006-02-14  Jim Meyering  <jim@meyering.net>
15724
15725         Sync from coreutils.
15726         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
15727         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
15728         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
15729         double-quote uses of that variable, to accommodate the rare case in
15730         which getmntent is available in none of the libraries checked.  This
15731         happens at least on FreeBSD 5.0.
15732
15733 2006-02-13  Simon Josefsson  <jas@extundo.com>
15734
15735         * gnulib-tool (Usage): Fix --import, from
15736         karl@freefriends.org (Karl Berry).
15737
15738 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
15739
15740         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
15741
15742 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
15743
15744         * lib/argp-namefrob.h: Restore changes accidentally lost during the
15745         "autoupdate" on 2005-12-12.
15746
15747 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
15748
15749         * modules/closeout (Depends-on): Remove atexit.
15750
15751 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
15752
15753         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
15754         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
15755
15756 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
15757
15758         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
15759         __EXTENSIONS__ if this causes compilation to fail.  Problem
15760         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
15761         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
15762
15763 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
15764
15765         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
15766         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
15767         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
15768         All uses changed.
15769
15770 2006-01-26  Simon Josefsson  <jas@extundo.com>
15771
15772         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
15773         prototype is visible on mingw32.
15774
15775         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
15776         for mingw32.
15777
15778         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
15779         mingw32).
15780
15781 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
15782
15783         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
15784         attempt to open for write; this always fails, at least on POSIX
15785         hosts.  This reinstates the 2006-01-09 change, which was
15786         inadvertently removed.
15787
15788 2006-01-26  Bruno Haible  <bruno@clisp.org>
15789
15790         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
15791         Reported by Paul Eggert.
15792
15793 2006-01-26  Bruno Haible  <bruno@clisp.org>
15794             Paul Eggert  <eggert@cs.ucla.edu>
15795
15796         * lib/stdbool_.h (_Bool)
15797         [(! (defined __cplusplus || defined __BEOS__)
15798           && !defined __GNUC__
15799           && !(defined __HP_cc || defined __xlc__
15800                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
15801                || defined __sgi))]:
15802         #define to signed char in these cases too; this simplifies
15803         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
15804         etc., separately) and makes it more conservative.
15805
15806 2006-01-25  Simon Josefsson  <jas@extundo.com>
15807
15808         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
15809         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
15810         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
15811
15812 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
15813
15814         * lib/argp-namefrob.h: Bugfix. Remove stray #
15815
15816 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
15817
15818         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
15819         so that we test the test.
15820         Check for yet another HP-UX cc bug involving *bool |= bool.
15821
15822 2006-01-25  Karl Berry  <karl@gnu.org>
15823
15824         * config/srclist.txt (vasnprintf.c): sync lost.
15825
15826 2006-01-25  Jim Meyering  <jim@meyering.net>
15827
15828         Sync from the stable (b5) branch of coreutils:
15829
15830         * lib/fts.c (fts_children): Don't let close() clobber errno from
15831         failed fchdir().
15832
15833         * lib/fts.c (fts_stat): When following a symlink-to-directory,
15834         don't necessarily interpret stat-fails+lstat-succeeds as indicating
15835         a dangling symlink.  That can also happen at least for ELOOP.
15836         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
15837         FYI, this bug predates the inclusion of fts.c in coreutils.
15838
15839         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
15840         in their own block, so pre-c99 compilers don't object.
15841
15842         Avoid the double-free (first in fts_read, second in fts_close) that
15843         would occur when an `active' directory is made inaccessible (e.g.,
15844         via chmod a-x) during a traversal.
15845         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
15846         before returning.  Reproduce this failure by
15847         mkdir -p a/b; cd a; chmod a-x . b
15848         Reported by Stavros Passas.
15849
15850 2006-01-25  Jim Meyering  <jim@meyering.net>
15851
15852         * lib/fileblocks.c: Remove more useless parentheses.
15853         * lib/readutmp.h: Likewise.
15854
15855 2006-01-25  Bruno Haible  <bruno@clisp.org>
15856
15857         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
15858         warnings.
15859         Reported by Paul Eggert.
15860
15861 2006-01-25  Bruno Haible  <bruno@clisp.org>
15862
15863         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
15864         rid of a trap command. For Solaris sh.
15865         Reported by Mark D. Baushke <mdb@gnu.org>.
15866
15867 2006-01-24  Simon Josefsson  <jas@extundo.com>
15868
15869         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
15870         Bruno.
15871
15872 2006-01-24  Karl Berry  <karl@gnu.org>
15873
15874         * config/srclist.txt (argp-namefrob.h): sync lost.
15875
15876 2006-01-24  Jim Meyering  <jim@meyering.net>
15877
15878         * modules/openat (Files): Add lib/intprops.h.
15879         From Mark D. Baushke.
15880
15881 2006-01-24  Jim Meyering  <jim@meyering.net>
15882
15883         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
15884         Reported by Mark D. Baushke.
15885
15886 2006-01-24  Jim Meyering  <jim@meyering.net>
15887
15888         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
15889
15890 2006-01-24  Bruno Haible  <bruno@clisp.org>
15891
15892         * modules/strnlen (Maintainer): Change from glibc to all.
15893
15894 2006-01-24  Bruno Haible  <bruno@clisp.org>
15895
15896         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
15897         Patch by Paul Eggert.
15898
15899 2006-01-24  Bruno Haible  <bruno@clisp.org>
15900
15901         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
15902         already has it.
15903         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
15904         2005-11-26.
15905
15906         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
15907         'signed char' to avoid problems with the built-in _Bool type.
15908         Reported by Paul Eggert on 2005-11-26.
15909
15910 2006-01-24  Bruno Haible  <bruno@clisp.org>
15911
15912         * gnulib-tool (func_import): Avoid constructing complicated sed
15913         expressions inside backquote.
15914         Report and solution by Mark D. Baushke <mdb@gnu.org>.
15915
15916 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
15917
15918         These changes imported from libc.
15919         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
15920         test and two separate function calls.
15921         * lib/strndup.c (__strndup): Add libc_hidden_def.
15922
15923 2006-01-23  Simon Josefsson  <jas@extundo.com>
15924
15925         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
15926         Remove the test_*_SOURCES variable: automake infers it by default.
15927         * modules/tls-tests: Likewise.
15928
15929 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
15930
15931         Work around porting bugs reported by Dieter in
15932         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
15933         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
15934         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
15935         Include "getopt.h" first, to check interface.
15936         (getenv): Declare only if defined HAVE_DECL_GETENV &&
15937         !HAVE_DECL_GETENV.
15938         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
15939         (__strndup): Revert to K&R-style function dfns, the glibc style.
15940         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
15941         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
15942         Include strnlen.h first, to get prototype properly.
15943         (strnlen): Renamed from __strnlen.
15944         Remove weak alias.
15945
15946 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
15947
15948         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
15949
15950 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
15951
15952         * config/srclist.txt: Adjust to reflect glibc reorganization.
15953         This affects only comments.
15954
15955 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
15956
15957          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
15958          Reported by Bruce Korb <bkorb@gnu.org>.
15959
15960 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
15961
15962         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
15963         to pacify gcc -Wswitch-default.
15964
15965 2006-01-22  Bruno Haible  <bruno@clisp.org>
15966
15967         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
15968         temporary buffer for sprintf, take into account the precision also
15969         for 'd', 'i', 'u', 'o', 'x', 'X'.
15970
15971 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
15972
15973         * modules/argp-tests: New module
15974         * tests/test-argp.c: New file
15975         * tests/test-argp-2.sh: New file
15976
15977 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
15978
15979         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
15980         (__argp_base_name): Removed
15981         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
15982         typo.
15983         (__argp_base_name): Provide macro definition or extern declaration
15984         depending on the configuration
15985
15986 2006-01-20  Simon Josefsson  <jas@extundo.com>
15987
15988         * modules/inet_ntop (Depends-on): Depend on sys_socket.
15989
15990 2006-01-20  Simon Josefsson  <jas@extundo.com>
15991
15992         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
15993
15994 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
15995
15996         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
15997         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
15998         Suggested by Bruno Haible.
15999
16000 2006-01-20  Karl Berry  <karl@gnu.org>
16001
16002         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
16003         until changes propagate, I guess.
16004
16005 2006-01-19  Simon Josefsson  <jas@extundo.com>
16006
16007         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
16008
16009 2006-01-19  Simon Josefsson  <jas@extundo.com>
16010
16011         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
16012
16013 2006-01-19  Simon Josefsson  <jas@extundo.com>
16014
16015         * gnulib-tool: Set check_PROGRAMS.
16016
16017         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
16018         modules/des-tests, modules/gc-arcfour-tests,
16019         modules/gc-arctwo-tests, modules/gc-des-tests,
16020         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
16021         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
16022         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
16023         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
16024         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
16025         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
16026         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
16027         test_*_SOURCES.
16028
16029 2006-01-18  Simon Josefsson  <jas@extundo.com>
16030
16031         * modules/socklen (Depends-on): Depend on sys_socket.
16032
16033 2006-01-18  Simon Josefsson  <jas@extundo.com>
16034
16035         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
16036         modules/des-tests, modules/gc-arcfour-tests,
16037         modules/gc-arctwo-tests, modules/gc-des-tests,
16038         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
16039         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
16040         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
16041         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
16042         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
16043         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
16044         $(EXEEXT) to automake TESTS variable, for mingw32.
16045
16046 2006-01-17  Simon Josefsson  <jas@extundo.com>
16047
16048         * modules/socklen (Include): Need sys/socket.h.
16049
16050 2006-01-17  Bruno Haible  <bruno@clisp.org>
16051
16052         * modules/ssize_t (Include): Add <sys/types.h>.
16053
16054 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
16055
16056         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
16057         it's not portable and it doesn't work with cross-compiles.
16058         Problem reported by Bruno Haible.  Fix missing-$ typo in
16059         'test "gl_cv_ignore_unused_libraries" ...' that prevented
16060         -zignore from being used with Sun's C compiler.
16061
16062 2006-01-12  Simon Josefsson  <jas@extundo.com>
16063
16064         * lib/base64.c: Fix warning, reported by Bruno Haible
16065         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
16066
16067 2006-01-12  Bruno Haible  <bruno@clisp.org>
16068
16069         * modules/ldd: New file.
16070         * build-aux/ldd.sh.in: New file.
16071         * MODULES.html.sh (Support for building libraries and executables): Add
16072         ldd.
16073
16074 2006-01-12  Bruno Haible  <bruno@clisp.org>
16075
16076         * m4/ldd.m4: New file.
16077
16078 2006-01-12  Bruno Haible  <bruno@clisp.org>
16079
16080         * gnulib-tool (func_import, func_create_testdir): Don't go into an
16081         endless loop while replacing $auxdir with build-aux.
16082
16083 2006-01-11  Simon Josefsson  <jas@extundo.com>
16084
16085         * lib/stdint_.h (SIZE_MAX): Add missing (.
16086
16087 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
16088
16089         Sync from coreutils.
16090         * lib/md5.c: Fix commentary typos.
16091         (alignof, UNALIGNED_P): No need for a GCC-specific version.
16092         * lib/md5.h (__attribute__): Remove; unused.
16093         * lib/sha1.c: Fix commentary to match md5 better.
16094         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
16095         so that we don't need to worry about alignment.  All uses changed.
16096         This merges the 2005-10-28 md5 change into sha1.
16097
16098 2006-01-11  Jim Meyering  <jim@meyering.net>
16099
16100         Sync from coreutils.
16101         * lib/md5.c (OP): Fix spacing.
16102
16103 2006-01-11  Bruno Haible  <bruno@clisp.org>
16104
16105         Ensure automatic ordering between gl_LOCK and gl_ARGP.
16106         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
16107         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
16108
16109 2006-01-11  Bruno Haible  <bruno@clisp.org>
16110
16111         Ensure automatic ordering between gl_LOCK and gl_ARGP.
16112         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
16113         the "early" section as well.
16114
16115 2006-01-11  Bruno Haible  <bruno@clisp.org>
16116
16117         Avoid "ar: no archive members specified" error on MacOS X.
16118         * gnulib-tool (func_modules_add_dummy): New function.
16119         (func_import, func_create_testdir): Invoke it.
16120
16121 2006-01-11  Bruno Haible  <bruno@clisp.org>
16122
16123         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
16124         with $auxdir in AC_CONFIG_FILES statements.
16125
16126 2006-01-11  Bruno Haible  <bruno@clisp.org>
16127
16128         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
16129         Initialize also noinst_HEADERS to empty.
16130
16131 2006-01-11  Bruno Haible  <bruno@clisp.org>
16132
16133         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
16134         variables.
16135         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
16136         autoreconf.
16137
16138 2006-01-11  Bruno Haible  <bruno@clisp.org>
16139
16140         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
16141         overridable by the user.
16142         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
16143
16144 2006-01-10  Simon Josefsson  <jas@extundo.com>
16145
16146         * modules/sys_socket: New file.
16147
16148 2006-01-10  Simon Josefsson  <jas@extundo.com>
16149
16150         * m4/sys_socket_h.m4: New file.
16151
16152 2006-01-10  Simon Josefsson  <jas@extundo.com>
16153
16154         * lib/socket_.h: New file.
16155
16156 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
16157
16158         * modules/readutmp (Maintainer): Add myself.
16159
16160 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
16161
16162         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
16163         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
16164         People who are still concerned with buggy memcmp implementations
16165         can invoke gl_FUNC_MEMCMP themselves.
16166
16167 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
16168
16169         * lib/regex_internal.h (BITSET_WORD_BITS):
16170         Work around a bug in 64-bit PGC (before version 6.1-2), where the
16171         preprocessor mishandles large unsigned values as if they were signed.
16172         Problem reported by Claudio Fontana in
16173         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
16174
16175 2006-01-10  Jim Meyering  <jim@meyering.net>
16176
16177         Avoid the double-free (first in fts_read, second in fts_close) that
16178         would occur when an `active' directory is made inaccessible (e.g.,
16179         via chmod a-x) during a traversal.
16180         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
16181         before returning.  Reproduce this failure by
16182         mkdir -p a/b; cd a; chmod a-x . b
16183         Reported by Stavros Passas.
16184
16185         Sync from coreutils.
16186         * lib/sha1.c: Tweak grammar in a comment.
16187
16188 2006-01-10  Jim Meyering  <jim@meyering.net>
16189
16190         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
16191         Patch by Joerg Sonnenberger.
16192
16193 2006-01-10  Bruno Haible  <bruno@clisp.org>
16194
16195         * modules/readutmp: Depend on module free.
16196         * modules/strtok_r: Depend on module restrict.
16197
16198 2006-01-10  Bruno Haible  <bruno@clisp.org>
16199
16200         * modules/gettext (configure.ac): Add an invocation of
16201         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
16202
16203 2006-01-10  Bruno Haible  <bruno@clisp.org>
16204
16205         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
16206         Reported by Werner Lemberg <wl@gnu.org>.
16207
16208 2006-01-10  Bruno Haible  <bruno@clisp.org>
16209
16210         * lib/localcharset.c: Update from GNU gettext.
16211
16212 2006-01-10  Bruno Haible  <bruno@clisp.org>
16213
16214         * lib/argp.h (__const): Remove macro. Use const instead.
16215         * lib/argp-fmtstream.h (__const): Likewise.
16216         * lib/glob_.h (__const): Remove macro.
16217         * lib/glob-libc.h: Use const instead of __const.
16218
16219 2006-01-10  Bruno Haible  <bruno@clisp.org>
16220
16221         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
16222         variable.
16223         Needed to avoid an automake error regarding the 'gettext' module.
16224
16225 2006-01-09  Simon Josefsson  <jas@extundo.com>
16226
16227         * modules/inet_ntop (Depends-on): Add restrict.
16228
16229 2006-01-09  Simon Josefsson  <jas@extundo.com>
16230
16231         * modules/gc-rijndael-tests (License): Put under LGPL.
16232
16233         * modules/gc-des-tests (License): Likewise.
16234
16235         * modules/gc-arcfour-tests (License): Likewise.
16236
16237         * modules/gc-arctwo-tests (License): Likewise.
16238
16239         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
16240
16241         * modules/gc-hmac-sha1-tests (Files): Likewise.
16242
16243         * modules/gc-hmac-md5-tests (License): Likewise.
16244
16245         * modules/gc-sha1-tests (License): Likewise.
16246
16247         * modules/gc-md5-tests (License): Likewise.
16248
16249         * modules/gc-md4-tests (License): Likewise.
16250
16251         * modules/gc-md2-tests (License): Likewise.
16252
16253         * modules/gc-tests (License): Likewise.
16254
16255         * modules/des-tests (License): Likewise.
16256
16257         * modules/md4-tests (License): Likewise.
16258
16259         * modules/md2-tests (License): Likewise.
16260
16261 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
16262
16263         Sync from coreutils:
16264
16265         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
16266         * modules/lib-ignore: New file.
16267         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
16268         chdir-safer.m4, lchmod.m4.
16269         * modules/openat: Add mkdirat.c, openat-priv.h.
16270
16271 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
16272
16273         Sync from coreutils.
16274         * m4/lib-ignore.m4: New file.
16275         * m4/lchmod.m4: New file.
16276
16277 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
16278
16279         Sync from coreutils.
16280         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
16281         for write access: POSIX says that must fail.
16282         * lib/fts.c (diropen): Likewise.
16283         * lib/save-cwd.c (save_cwd): Likewise.
16284         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
16285         well, for minor improvements on hosts that lack O_DIRECTORY.
16286         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
16287         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
16288         Fall back on chown if open failed with EACCES.
16289
16290         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
16291         Report an error at compile-time if only a 1-second nominal clock
16292         resolution is found.
16293
16294         * lib/lchmod.h: New file.
16295         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
16296         (make_dir_parents): Use lchown rather than chown, and
16297         lchmod rather than chmod.
16298
16299         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
16300         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
16301         "proc" reported by n0dalus.
16302
16303         * lib/mountlist.c: Include <limits.h>.
16304         (dev_from_mount_options)
16305         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
16306         New function.  It no longer assumes "dev=" has the System V meaning
16307         on Linux (since it doesn't).  It also parses "dev=" more carefully.
16308         (read_file_system_list)
16309         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
16310         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
16311         dev= in that case.
16312
16313         * lib/posixtm.h (PDS_PRE_2000): New macro.
16314         * lib/posixtm.c (year): Arg is now syntax_bits rather than
16315         allow_century.  All usages changed.  Reject dates outside the range
16316         1969-1999 if PDS_PRE_2000 is used.
16317
16318 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
16319
16320         Sync from coreutils.
16321         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
16322         (Time of day items): Mention the possibility of leap seconds.
16323         Problem reported by Dr. David Alan Gilbert.
16324
16325 2006-01-09  Jim Meyering  <jim@meyering.net>
16326
16327         Sync from coreutils.
16328
16329         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
16330
16331         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
16332
16333         * lib/modechange.c (mode_compile): Reject an invalid mode string
16334         that starts with an octal digit.  From Andreas Gruenbacher.
16335
16336         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
16337         and dup to open_safer and dup_safer, respectively.
16338         (openat_permissive): Fix typo in comment.
16339
16340         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
16341         "gettext.h"; either no longer needed or are guaranteed by openat.h.
16342         (_): Remove; no longer needed.
16343         (openat): Renamed from rpl_openat; no need for rpl_openat
16344         since openat.h renames openat for us.
16345         Replace most of the body with a call to openat_permissive,
16346         to avoid duplicate code.
16347         Port to (probably hypothetical) environments were mode_t is
16348         wider than int.
16349         (openat_permissive): Require mode arg, so that we can check
16350         types better.  Put it just after flags.  Change cwd failure
16351         indicator from pointer-to-bool to pointer-to-errno-value.
16352         All callers changed.
16353         Invoke openat_save_fail and/or openat_restore_fail if
16354         cwd_errno is null, so that openat can call us.
16355         (openat_permissive, fdopendir, fstatat, unlinkat):
16356         Simplify errno handling to avoid some duplicate code,
16357         as it's OK to set errno on success.
16358         * lib/openat.h: Revamp code so that function macros depend on
16359         __OPENAT_PREFIX only, not also on AT_FDCWD.
16360         (openat_ro): Remove.  Caller changed to use openat_permissive.
16361         (openat_permissive): Now a macro, if not a function.
16362         (openat_restore_fail, openat_save_fail): Now always functions,
16363         since mkdirat needs them even if __OPENAT_PREFIX is defined.
16364
16365         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
16366         and openat.c.
16367         * lib/mkdirat.c: Include openat-priv.h.
16368         Remove definitions of macros defined therein.
16369         * lib/openat.c: Likewise.
16370
16371         * lib/mkdirat.c (mkdirat): New file and function.
16372         * lib/openat.h (mkdirat): Declare.
16373
16374         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
16375
16376         * lib/openat.h (openat_permissive): Declare.
16377         (openat_ro): Define.
16378
16379         * lib/openat.c (EXPECTED_ERRNO): New macro.
16380         (openat_permissive): New function -- used in remove.c rewrite.
16381         (all functions): Set errno just before returning, only if there
16382         was an actual failure.
16383         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
16384
16385         Emulate openat-family functions using Linux's procfs, if possible.
16386         Idea and some code based on Ulrich Drepper's glibc changes.
16387
16388         * lib/openat.c: (BUILD_PROC_NAME): New macro.
16389         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
16390         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
16391         before falling back on save_cwd and restore_cwd.
16392         (fdopendir, fstatat, unlinkat): Likewise.
16393
16394         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
16395         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
16396
16397         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
16398         as second argument to va_arg.  Otherwise, some versions of gcc
16399         warn that `if this code is reached, the program will abort'.
16400
16401 2006-01-09  Jim Meyering  <jim@meyering.net>
16402
16403         Sync from coreutils.
16404         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
16405         Require openat-priv.h.
16406
16407 2006-01-09  Bruno Haible  <bruno@clisp.org>
16408
16409         * modules/strnlen (Include): Use strnlen.h.
16410
16411 2006-01-09  Bruno Haible  <bruno@clisp.org>
16412
16413         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
16414
16415 2006-01-09  Bruno Haible  <bruno@clisp.org>
16416
16417         * lib/sysexit_.h (EX_OK): New macro.
16418         Suggested by Martin Lambers <marlam@marlam.de>.
16419
16420 2006-01-09  Bruno Haible  <bruno@clisp.org>
16421
16422         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
16423         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
16424
16425 2006-01-09  Bruno Haible  <bruno@clisp.org>
16426
16427         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
16428         numbers.
16429
16430 2006-01-09  Bruno Haible  <bruno@clisp.org>
16431
16432         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
16433         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
16434         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
16435         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
16436
16437 2006-01-09  Bruno Haible  <bruno@clisp.org>
16438
16439         * build-aux/javacomp.sh.in: New file, moved from lib/.
16440         * modules/javacomp-script (Files): Update.
16441         (configure.ac): Add AC_CONFIG_FILES invocation.
16442         (EXTRA_DIST): Remove variable.
16443
16444         * build-aux/javaexec.sh.in: New file, moved from lib/.
16445         * modules/javaexec (Files): Update.
16446         (configure.ac): Add AC_CONFIG_FILES invocation.
16447         (EXTRA_DIST): Remove javaexec.sh.in.
16448
16449         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
16450         * modules/csharpcomp-script (Files): Update.
16451         (configure.ac): Add AC_CONFIG_FILES invocation.
16452         (EXTRA_DIST): Remove variable.
16453
16454         * build-aux/csharpexec.sh.in: New file, moved from lib/.
16455         * modules/csharpexec (Files): Update.
16456         (configure.ac): Add AC_CONFIG_FILES invocation.
16457         (EXTRA_DIST): Remove csharpexec.sh.in.
16458
16459 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
16460
16461         Sync from coreutils.
16462
16463         Add POSIX ACL support
16464         * lib/acl.h (copy_acl, set_acl): Add declarations.
16465         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
16466         systems other than Linux.
16467         (chmod_or_fchmod): New function: use fchmod when possible,
16468         and chmod otherwise.
16469         (file_has_acl): Add a POSIX ACL implementation, with a
16470         Linux-specific subcase.
16471         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
16472         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
16473         acls are unsupported.
16474         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
16475         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
16476         are unsupported.
16477
16478 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
16479
16480         Sync from coreutils.
16481         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
16482
16483 2006-01-07  Bruno Haible  <bruno@clisp.org>
16484
16485         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
16486         gl_EARLY.
16487
16488 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
16489
16490         * lib/strftime.c (tzname): Don't declare if it is already #defined.
16491         Problem reported for Mingw by Mark Junker.
16492
16493 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
16494
16495         * README: Gnulib normally doesn't generate a tarball.
16496
16497 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
16498
16499         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
16500         long int, not int, for nanosecond counts, so that people who are
16501         used to POSIX struct timespec won't be surprised.  Reported by Jim
16502         Meyering.
16503
16504 2005-12-28  Bruno Haible  <bruno@clisp.org>
16505
16506         * build-aux/config.rpath: Update from GNU gettext.
16507
16508 2005-12-16  Jim Meyering  <jim@meyering.net>
16509
16510         * modules/fprintftime: New module.
16511         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
16512
16513 2005-12-16  Jim Meyering  <jim@meyering.net>
16514
16515         * m4/fprintftime.m4: New file.
16516
16517 2005-12-16  Jim Meyering  <jim@meyering.net>
16518
16519         * lib/fprintftime.c, lib/fprintftime.h: New files.
16520
16521 2005-12-15  Simon Josefsson  <jas@extundo.com>
16522
16523         * modules/socklen (configure.ac): Fix M4 macro name, to align with
16524         new m4/socklen.m4.
16525
16526 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
16527
16528         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
16529         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
16530
16531 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
16532
16533         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
16534         * lib/argp-help.c (fill_in_uparams): Check if the constructed
16535         struct uparams is valid. Fall back to the default values if it is
16536         not.
16537
16538 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
16539
16540         * modules/argp (Files): Add argp-pin.c
16541         (Depends-on): dirname
16542         (lib_SOURCES): Add argp-pin.c
16543
16544 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
16545
16546         * m4/argp.m4:  Check if program_invocation_name and
16547         program_invocation_short_name are declared and define appropriate
16548         macros if they are not.
16549
16550 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
16551
16552         * lib/argp-help.c (__argp_base_name): New function
16553         (__argp_short_program_name): Rewrite using __argp_base_name
16554         * lib/argp-namefrob.h: Define program_invocation_name and
16555         program_invocation_short_name if requested
16556         (__argp_base_name): Add prototype
16557         * lib/argp-parse.c (argp_def): Use gettext wrappers
16558         (argp_default_parser): Use __argp_base_name
16559         * lib/argp-pin.c: New file. Defines program_invocation_name and
16560         program_invocation_short_name on systems that lack them.
16561
16562 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
16563
16564         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
16565         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
16566         porting problem reported by Georg Schwarz in
16567         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
16568
16569 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
16570
16571         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
16572         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
16573         porting problem reported by Georg Schwarz in
16574         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
16575
16576 2005-12-05  Bruno Haible  <bruno@clisp.org>
16577
16578         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
16579         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
16580         Reported by Mark Junker <mjscod@gmx.de>.
16581
16582 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
16583
16584         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
16585         Use implementation from Albert Chin, with some
16586         comments/corrections by Stepan Kasal and myself.
16587
16588 2005-12-02  Bruno Haible  <bruno@clisp.org>
16589
16590         * gnulib-tool (func_import): Accept GPLed build tool modules when
16591         --lgpl is given.
16592         * modules/csharpcomp-script: New file.
16593         * modules/csharpcomp: Depend on it.
16594         * modules/javacomp-script: New file.
16595         * modules/javacomp: Depend on it.
16596         Suggested by Simon Josefsson.
16597
16598 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
16599
16600         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
16601         statement, to work around an HP-UX 10.20 compiler bug reported by
16602         Peter O'Gorman.
16603
16604 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
16605
16606         * modules/savedir (Depends-on): Add openat.
16607
16608 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
16609
16610         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
16611         (uintmax_t) [defined uintmax_t]: Do not declare.
16612         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
16613         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
16614         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
16615         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
16616         sake of portability to weird hosts that C allows (though we don't
16617         know of any practical examples).
16618
16619         * lib/savedir.h (fdsavedir): New decl.
16620         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
16621         contains most of the former guts of savedir.
16622         (savedir): Use savedirstream.
16623         Include "openat.h".
16624
16625 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
16626
16627         * modules/obstack (Files): Add m4/ulonglong.m4.
16628         Problem reported by Davide Angelocola.
16629
16630 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
16631
16632         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
16633         coreutils no longer futzes with rounding modes.
16634
16635 2005-11-14  Jim Meyering  <jim@meyering.net>
16636
16637         * lib/mkstemp-safer.c: Include <config.h>, required for possible
16638         replacement of mkstemp.
16639
16640 2005-11-10  Simon Josefsson  <jas@extundo.com>
16641
16642         * lib/readline.c: Remove EOL.
16643
16644 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
16645
16646         * modules/gethrxtime (Depends-on): Add gettime.
16647
16648 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
16649
16650         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
16651         or gettimeofday; no longer needed.
16652
16653 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
16654
16655         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
16656         time business.
16657         (gethrxtime) [! (HAVE_NANOUPTIME
16658         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
16659         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
16660         our own approximation.
16661
16662 2005-11-08  Eric Blake  <ebb9@byu.net>
16663
16664         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
16665
16666 2005-11-08  Eric Blake  <ebb9@byu.net>
16667
16668         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
16669
16670 2005-11-04  Bruno Haible  <bruno@clisp.org>
16671
16672         * gnulib-tool: Implement --update mode.
16673
16674 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
16675
16676         Fix porting problem reported by Theodoros V. Kalamatianos.
16677         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
16678         Don't assume that futimes failing means we must fail.
16679
16680 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
16681
16682         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
16683         variables to suggest the intended function of the PATH_MAX check.
16684
16685 2005-10-30  Kean Johnston  <jkj@sco.com>
16686
16687         Trivial changes to support SCO systems.
16688         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
16689         as PATH_MAX.
16690         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
16691         where __ptr is null when no I/O is pending.
16692
16693 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
16694
16695         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
16696         leave errno alone.  Problem reported by Dmitry V. Levin.
16697
16698 2005-10-28  Simon Josefsson  <jas@extundo.com>
16699
16700         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
16701         Test more.
16702
16703         * tests/test-gc-md2.c, tests/test-md2.c: New files.
16704
16705         * modules/md2, modules/md2-tests: New files.
16706
16707 2005-10-28  Simon Josefsson  <jas@extundo.com>
16708
16709         * m4/inet_ntop.m4: More tests.
16710
16711         * m4/gc-md2.m4, md2.m4: New file.
16712
16713 2005-10-28  Simon Josefsson  <jas@extundo.com>
16714
16715         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
16716         "restrict" keywords, as per POSIX.  Protect the function
16717         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
16718         Don't use K&R prototypes.  Check the sprintf return values.
16719         Re-define EAFNOSUPPORT if not present.  Indent.
16720
16721         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
16722         suggested by Bruno Haible <bruno@clisp.org>.
16723
16724         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
16725
16726         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
16727
16728         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
16729         libgcrypt).
16730
16731         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
16732
16733         * lib/md2.h, lib/md2.c: New files.
16734
16735 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
16736
16737         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
16738         errno alone.  Problem reported by Frederic Jolliton.
16739
16740 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
16741
16742         * modules/verify (License): Change from GPL to LGPL.  This is a
16743         tiny module and there are apparently near-equivalents that are
16744         under the BSD license.
16745
16746 2005-10-24  Simon Josefsson  <jas@extundo.com>
16747
16748         * modules/sha1: Relicense to LGPL.
16749
16750 2005-10-24  Simon Josefsson  <jas@extundo.com>
16751
16752         * lib/md4.h: Shrink buffer size, now that we changed the type.
16753
16754 2005-10-23  Simon Josefsson  <jas@extundo.com>
16755
16756         * gnulib-tool (func_import): Fix --tests-base.
16757
16758 2005-10-22  Simon Josefsson  <jas@extundo.com>
16759
16760         * modules/arcfour (Depends-on): Need stdint.
16761
16762 2005-10-22  Simon Josefsson  <jas@extundo.com>
16763
16764         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
16765         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
16766
16767 2005-10-22  Simon Josefsson  <jas@extundo.com>
16768
16769         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
16770         suggested by Bruno Haible <bruno@clisp.org>.
16771
16772 2005-10-22  Simon Josefsson  <jas@extundo.com>
16773
16774         * lib/crc.h: Include stddef.h, for size_t.
16775
16776 2005-10-22  Simon Josefsson  <jas@extundo.com>
16777
16778         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
16779         arcfour_context struct (simplify test vector testing in GNU
16780         Shishi).
16781
16782 2005-10-21  Simon Josefsson  <jas@extundo.com>
16783
16784         * modules/des, modules/des-tests: New files.
16785
16786         * modules/gc-des, modules/gc-des-tests: New files.
16787
16788         * tests/test-des.c, tests/test-gc-des.c: New file.
16789
16790 2005-10-21  Simon Josefsson  <jas@extundo.com>
16791
16792         * modules/arctwo, modules/arctwo-tests: New files.
16793
16794         * tests/test-arctwo.c: New file.
16795
16796         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
16797
16798         * tests/test-gc-arctwo.c: New file.
16799
16800 2005-10-21  Simon Josefsson  <jas@extundo.com>
16801
16802         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
16803         Bruno Haible <bruno@clisp.org>.
16804
16805         * m4/gc-des.m4: New file.
16806
16807 2005-10-21  Simon Josefsson  <jas@extundo.com>
16808
16809         * m4/arctwo.m4: New file.
16810
16811         * m4/gc-arctwo.m4: New file.
16812
16813 2005-10-21  Simon Josefsson  <jas@extundo.com>
16814
16815         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
16816         block.
16817
16818 2005-10-21  Simon Josefsson  <jas@extundo.com>
16819
16820         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
16821         <bruno@clisp.org>.
16822
16823         * lib/hmac-sha1.c (hmac_sha1): Likewise.
16824
16825         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
16826         Bruno Haible <bruno@clisp.org>.
16827
16828         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
16829         <bruno@clisp.org>.
16830
16831 2005-10-21  Simon Josefsson  <jas@extundo.com>
16832
16833         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
16834
16835 2005-10-21  Simon Josefsson  <jas@extundo.com>
16836
16837         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
16838
16839 2005-10-21  Simon Josefsson  <jas@extundo.com>
16840
16841         * lib/des.h, lib/des.c: New files.
16842
16843         * lib/gc-gnulib.c: Support DES.c
16844
16845 2005-10-21  Simon Josefsson  <jas@extundo.com>
16846
16847         * lib/arctwo.h, lib/arctwo.c: New files.
16848
16849         * lib/gc-gnulib.c: Support ARCTWO.
16850
16851 2005-10-21  Simon Josefsson  <jas@extundo.com>
16852
16853         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
16854         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
16855
16856 2005-10-21  Simon Josefsson  <jas@extundo.com>
16857
16858         * gnulib-tool (func_import, func_create_testdir): Define automake
16859         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
16860         Makefile.am snippet),
16861         suggested by Bruno Haible <bruno@clisp.org>.
16862
16863         * modules/gc (Makefile.am): Use it.
16864
16865 2005-10-21  Bruno Haible  <bruno@clisp.org>
16866
16867         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
16868         patch.
16869
16870 2005-10-19  Simon Josefsson  <jas@extundo.com>
16871
16872         * tests/test-gc-rijndael.c: New file.
16873
16874         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
16875
16876 2005-10-19  Simon Josefsson  <jas@extundo.com>
16877
16878         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
16879         interface too.
16880
16881 2005-10-19  Simon Josefsson  <jas@extundo.com>
16882
16883         * tests/test-gc-arcfour.c: New file.
16884
16885         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
16886
16887 2005-10-19  Simon Josefsson  <jas@extundo.com>
16888
16889         * modules/gc-md4, modules/gc-md4-tests: New file.
16890
16891         * tests/test-gc-md4.c: New file.
16892
16893 2005-10-19  Simon Josefsson  <jas@extundo.com>
16894
16895         * m4/gc-md4.m4: New file.
16896
16897 2005-10-19  Simon Josefsson  <jas@extundo.com>
16898
16899         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
16900         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
16901         <kasal@ucw.cz>.
16902
16903 2005-10-19  Simon Josefsson  <jas@extundo.com>
16904
16905         * m4/gc-arcfour.m4: New file.
16906
16907         * m4/gc-rijndael.m4: New file.
16908
16909 2005-10-19  Simon Josefsson  <jas@extundo.com>
16910
16911         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
16912
16913 2005-10-19  Simon Josefsson  <jas@extundo.com>
16914
16915         * lib/gc-gnulib.c: Support ARCFOUR.
16916
16917 2005-10-19  Simon Josefsson  <jas@extundo.com>
16918
16919         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
16920         support.
16921
16922         * lib/gc.h: Add ECB enum type.
16923
16924         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
16925
16926 2005-10-18  Simon Josefsson  <jas@extundo.com>
16927
16928         * tests/test-md5.c: New file.
16929
16930         * modules/md5-tests: New file.
16931
16932 2005-10-18  Simon Josefsson  <jas@extundo.com>
16933
16934         * tests/test-md4.c: New file.
16935
16936         * modules/md4, modules/md4-tests: New files.
16937
16938 2005-10-18  Simon Josefsson  <jas@extundo.com>
16939
16940         * m4/md4.m4: New file.
16941
16942 2005-10-18  Simon Josefsson  <jas@extundo.com>
16943
16944         * lib/md4.h, lib/md4.c: New files, based on md5.?.
16945
16946 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
16947
16948         * gnulib-tool (func_create_testdir): Omit the second check whether
16949         BUILT_SOURCES in nonempty.
16950
16951 2005-10-17  Simon Josefsson  <jas@extundo.com>
16952
16953         * tests/test-rijndael.c: New file.
16954
16955 2005-10-17  Simon Josefsson  <jas@extundo.com>
16956
16957         * modules/sha1: Depend on stdint instead of md5.
16958
16959         * modules/md5: Depend on stdint, remove uint32_t.
16960
16961 2005-10-17  Simon Josefsson  <jas@extundo.com>
16962
16963         * modules/gc-sha1-tests: New file.
16964
16965         * tests/test-gc-sha1.c: New file.
16966
16967 2005-10-17  Simon Josefsson  <jas@extundo.com>
16968
16969         * m4/md5.m4: Remove call to uint32_t.m4.
16970
16971 2005-10-17  Simon Josefsson  <jas@extundo.com>
16972
16973         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
16974
16975         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
16976         md5.h.
16977
16978         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
16979
16980         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
16981
16982 2005-10-17  Simon Josefsson  <jas@extundo.com>
16983
16984         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
16985
16986 2005-10-17  Simon Josefsson  <jas@extundo.com>
16987
16988         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
16989
16990 2005-10-17  Simon Josefsson  <jas@extundo.com>
16991
16992         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
16993
16994         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
16995
16996 2005-10-17  Bruno Haible  <bruno@clisp.org>
16997
16998         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
16999         that it can also be used in a test.
17000
17001 2005-10-16  Bruno Haible  <bruno@clisp.org>
17002
17003         * gnulib-tool (func_emit_tests_Makefile_am): Also define
17004         TESTS_ENVIRONMENT, so that individual tests can augment it.
17005
17006         * gnulib-tool (func_create_testdir): Use an intermediate target for
17007         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
17008         macros, like $(ALLOCA_H), which cannot be passed through the command
17009         line.
17010
17011 2005-10-15  Simon Josefsson  <jas@extundo.com>
17012
17013         * modules/rijndael-tests: New file.
17014
17015         * modules/rijndael: New file.
17016
17017 2005-10-15  Simon Josefsson  <jas@extundo.com>
17018
17019         * m4/rijndael.m4: New file.
17020
17021 2005-10-15  Simon Josefsson  <jas@extundo.com>
17022
17023         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
17024
17025         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
17026
17027 2005-10-14  Simon Josefsson  <jas@extundo.com>
17028
17029         * tests/test-arcfour.c: New file.
17030
17031         * modules/arcfour, modules/arcfour-tests: New files.
17032
17033 2005-10-14  Simon Josefsson  <jas@extundo.com>
17034
17035         * m4/arcfour.m4: New file.
17036
17037 2005-10-14  Simon Josefsson  <jas@extundo.com>
17038
17039         * lib/arcfour.h, lib/arcfour.c: New files.
17040
17041 2005-10-14  Roland McGrath  <roland@redhat.com>
17042
17043         Import from libc.  [BZ #1331]
17044         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
17045         macro argument.
17046         Reported by Matej Vela <vela@debian.org>.
17047
17048 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
17049
17050         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
17051         include <wchar.h>; no longer needed.
17052
17053 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
17054
17055         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
17056
17057 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
17058         and  Ulrich Drepper  <drepper@redhat.com>
17059
17060         Import from libc.
17061         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
17062         instead of inline stream orientation test and two separate
17063         function calls.  Pay no attention to USE_IN_LIBIO.
17064
17065 2005-10-13  Simon Josefsson  <jas@extundo.com>
17066
17067         * modules/gc-hmac-md5-tests: New file.
17068
17069         * tests/test-gc-hmac-sha1.c: New file.
17070
17071         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
17072
17073         * modules/gc-hmac-md5-tests: New file.
17074
17075         * tests/test-gc-md5.c: New file.
17076
17077         * modules/gc-md5-tests: New file.
17078
17079 2005-10-13  Simon Josefsson  <jas@extundo.com>
17080
17081         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
17082         Move memory allocation outside of loop.
17083
17084 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
17085
17086         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
17087         intermediate directory is in a read-only file system.  Problem
17088         reported by Eric Blake.
17089
17090 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
17091
17092         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
17093
17094 2005-10-12  Simon Josefsson  <jas@extundo.com>
17095
17096         * tests/test-hmac-sha1.c: New file.
17097
17098         * modules/hmac-sha1-tests: New file.
17099
17100         * modules/hmac-sha1: New file.
17101
17102 2005-10-12  Simon Josefsson  <jas@extundo.com>
17103
17104         * modules/gc-sha1: New file.
17105
17106 2005-10-12  Simon Josefsson  <jas@extundo.com>
17107
17108         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
17109
17110         * tests/test-gc-pbkdf2-sha1.c: New file.
17111
17112 2005-10-12  Simon Josefsson  <jas@extundo.com>
17113
17114         * modules/gc-md5, modules/gc-hmac-md5: New files.
17115
17116         * modules/gc (Files): Remove md5, memxor and hmac files.
17117
17118 2005-10-12  Simon Josefsson  <jas@extundo.com>
17119
17120         * m4/gc-pbkdf2-sha1.m4: New file.
17121
17122         * m4/gc-hmac-sha1.m4: New file.
17123
17124         * m4/gc-sha1: New file.
17125
17126         * m4/hmac-sha1.m4: New file.
17127
17128 2005-10-12  Simon Josefsson  <jas@extundo.com>
17129
17130         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
17131
17132         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
17133
17134 2005-10-12  Simon Josefsson  <jas@extundo.com>
17135
17136         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
17137         suggested by Bruno Haible <bruno@clisp.org>.
17138
17139 2005-10-12  Simon Josefsson  <jas@extundo.com>
17140
17141         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
17142
17143 2005-10-12  Simon Josefsson  <jas@extundo.com>
17144
17145         * lib/gc-pbkdf2-sha1.c: New file.
17146
17147         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
17148
17149 2005-10-12  Simon Josefsson  <jas@extundo.com>
17150
17151         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
17152
17153         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
17154
17155 2005-10-12  Simon Josefsson  <jas@extundo.com>
17156
17157         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
17158         GC_USE_HMAC_MD5, respectively.
17159
17160         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
17161         (gc_md5): Fix typo.
17162
17163         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
17164
17165         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
17166
17167         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
17168
17169 2005-10-12  Bruno Haible  <bruno@clisp.org>
17170
17171         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
17172         Reported by Stepan Kasal <kasal@ucw.cz>.
17173
17174 2005-10-11  Simon Josefsson  <jas@extundo.com>
17175
17176         * tests/test-crc.c: New file.
17177
17178         * modules/crc, modules/crc-tests: New files.
17179
17180 2005-10-11  Simon Josefsson  <jas@extundo.com>
17181
17182         * m4/crc.m4: New file.
17183
17184 2005-10-11  Simon Josefsson  <jas@extundo.com>
17185
17186         * lib/gc.h: Add gc_hash and gc_hash_buffer.
17187
17188         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
17189
17190         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
17191
17192 2005-10-11  Simon Josefsson  <jas@extundo.com>
17193
17194         * lib/crc.h, lib/crc.c: New files.
17195
17196         * lib/gc.h (gc_hash_buffer): Add doc.
17197
17198 2005-10-11  Bruno Haible  <bruno@clisp.org>
17199
17200         * modules/c-strcasestr: New file.
17201         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
17202
17203 2005-10-11  Bruno Haible  <bruno@clisp.org>
17204
17205         * modules/c-strcase: New file.
17206         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
17207
17208 2005-10-11  Bruno Haible  <bruno@clisp.org>
17209
17210         * lib/strcasecmp.c: Include limits.h.
17211         (strcasecmp): Avoid integer overflow on exotic platforms.
17212         * lib/strncasecmp.c: Include limits.h.
17213         (strncasecmp): Avoid integer overflow on exotic platforms.
17214         Reported by Paul Eggert.
17215
17216 2005-10-11  Bruno Haible  <bruno@clisp.org>
17217
17218         * lib/c-strcasestr.h: New file, from GNU gettext.
17219         * lib/c-strcasestr.c: New file, from GNU gettext.
17220
17221 2005-10-11  Bruno Haible  <bruno@clisp.org>
17222
17223         * lib/c-strcase.h: New file, from GNU gettext.
17224         * lib/c-strcasecmp.c: New file, from GNU gettext.
17225         * lib/c-strncasecmp.c: New file, from GNU gettext.
17226
17227 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
17228
17229         * modules/mempcpy (License): GPL -> LGPL.
17230         * modules/strchrnul (License): Likewise.
17231         * modules/sysexits (License): Likewise.
17232
17233 2005-10-08  Simon Josefsson  <jas@extundo.com>
17234
17235         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
17236
17237 2005-10-07  Simon Josefsson  <jas@extundo.com>
17238
17239         * m4/memxor.m4: Remove gl_C_RESTRICT call.
17240
17241 2005-10-06  Simon Josefsson  <jas@extundo.com>
17242
17243         * tests/test-hmac-md5.c: New file.
17244
17245         * modules/hmac-md5-tests: New file.
17246
17247         * modules/hmac-md5: New file.
17248
17249 2005-10-06  Simon Josefsson  <jas@extundo.com>
17250
17251         * m4/hmac-md5.m4: New file.
17252
17253         * m4/memxor.m4: Require gl_C_RESTRICT.
17254
17255 2005-10-06  Simon Josefsson  <jas@extundo.com>
17256
17257         * lib/memxor.c (memxor): Avoid casts and warnings.
17258
17259 2005-10-06  Simon Josefsson  <jas@extundo.com>
17260
17261         * lib/hmac-md5.c: New file.
17262
17263         * lib/hmac.h: New file.
17264
17265 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
17266
17267         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
17268         promotes to int, not unsigned int, to catch the AIX 5.3
17269         compiler bug.
17270
17271 2005-10-05  Simon Josefsson  <jas@extundo.com>
17272
17273         * modules/memxor: New file.
17274
17275         * modules/iconv (Files): Move config.rpath to havelib, it is used
17276         there.
17277
17278         * modules/havelib (Files): Add config.rpath.
17279
17280 2005-10-05  Simon Josefsson  <jas@extundo.com>
17281
17282         * m4/memxor.m4: New file.
17283
17284 2005-10-05  Simon Josefsson  <jas@extundo.com>
17285
17286         * lib/memxor.c (memxor): Fix compiler error.
17287
17288         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
17289         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
17290
17291         * lib/memxor.h, lib/memxor.c: New files.
17292
17293         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
17294         we assume all systems have it, suggested by Jim Meyering
17295         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
17296         any systems lack sys/socket.h; mingw32 is known to lack it, but we
17297         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
17298         same reasons.
17299
17300 2005-10-05  Simon Josefsson  <jas@extundo.com>
17301
17302         * config/srclist.txt: Add glibc bug 1423 for md5.h.
17303
17304 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
17305
17306         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
17307         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
17308         needed, since the source code now assumes these .h files.
17309
17310 2005-10-05  Derek Price  <derek@ximbiot.com>
17311
17312         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
17313
17314 2005-10-05  Bruno Haible  <bruno@clisp.org>
17315
17316         * modules/stdint (License): Change to LGPL.
17317
17318 2005-10-04  Simon Josefsson  <jas@extundo.com>
17319
17320         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
17321         D. Baushke" <mdb@gnu.org>.
17322
17323 2005-10-04  Bruno Haible  <bruno@clisp.org>
17324
17325         * lib/verify.h (verify_true): Provide alternative definition for C++.
17326
17327 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
17328
17329         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
17330         (SSIZE_MAX): New macro, if not already defined.
17331         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
17332         than 2 GiB.
17333
17334 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
17335
17336         Sync from coreutils.
17337         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
17338         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
17339         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
17340         ULLONG_MAX doesn't work with 2.7.2.1.
17341
17342 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
17343
17344         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
17345         From Ben Pfaff.
17346
17347         * modules/exclude (Depends-on): Depend on verify.
17348         * modules/strtoimax (Depends-on): Likewise.
17349         * modules/utimecmp (Depends-on): Likewise.
17350
17351 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
17352
17353         * lib/exclude.c: Include verify.h.
17354         (verify): Remove.  All callers changed to use verify.h's version.
17355         * lib/strtoimax.c: Likewise.
17356         * lib/utimecmp.c: Likewis.e
17357
17358         Sync from coreutils.
17359         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
17360         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
17361         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
17362         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
17363         bother returning ENOSYS if settimeofday or stime fails; just let
17364         them return whatever errno they want to return.
17365         * lib/utimens.c: Include unistd.h, for dup2.
17366         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
17367         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
17368
17369 2005-10-02  Jim Meyering  <jim@meyering.net>
17370
17371         Sync from coreutils.
17372         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
17373         from glibc-2.2.5 that fails for read-only files.
17374
17375 2005-10-02  Jim Meyering  <jim@meyering.net>
17376
17377         Sync from coreutils.
17378         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
17379         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
17380         `#if HAVE_CONFIG_H'.
17381         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
17382         Remove AT_FDCWD test.
17383         Do not consume the fd unless successful.
17384         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
17385         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
17386         block, so that we don't even try to compile it if settimeofday is
17387         available.  This works around a compilation failure on OSF1 V5.1,
17388         due to stime requiring a `long int*' while tv_sec is `int'.
17389
17390 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
17391
17392         Sync from coreutils.
17393         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
17394         against `yes', rather than just testing for nonempty.
17395
17396 2005-10-01  Simon Josefsson  <jas@extundo.com>
17397
17398         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
17399         and Darwin.
17400
17401         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
17402         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
17403         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
17404         freeaddrinfo and gai_strerror are declared by the POSIX headers.
17405         Check if struct addrinfo is declared.
17406
17407 2005-10-01  Simon Josefsson  <jas@extundo.com>
17408
17409         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
17410         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
17411         AI_* and EAI_* definitions.  Protect function declarations.
17412
17413 2005-10-01  Jim Meyering  <jim@meyering.net>
17414
17415         Sync from coreutils.
17416
17417         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
17418         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
17419         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
17420         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
17421         in the inet and nsl libraries.  Required on Solaris 5.7.
17422
17423 2005-10-01  Jim Meyering  <jim@meyering.net>
17424
17425         Sync from coreutils.
17426         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
17427         in the inet and nsl libraries.  Required on Solaris 5.7.
17428
17429 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
17430
17431         * lib/getdelim.c (getdelim): Remove unused variables.
17432
17433 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
17434
17435         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
17436         so that the code works even with ancient cpp.  Portability problem
17437         with GCC 2.7.2.1 reported by Thomas M.Ott.
17438
17439 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
17440
17441         * modules/regex (Depends-on): Add strcase.
17442
17443         * modules/gethostname (Licence): Change from GPL to LGPL, since
17444         gethostname.c is a trivial implementation of a standard library
17445         function.
17446         * modules/poll (License): Change from GPL to LGPL, since it's
17447         derived from LGPL code.
17448
17449 2005-09-27  Jim Meyering  <jim@meyering.net>
17450
17451         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
17452         HAVE_CONFIG_H.
17453
17454         * lib/intprops.h (signed_type_or_expr__): Define.
17455         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
17456         for unsigned types.
17457
17458 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
17459
17460         * lib/verify.h (verify_expr): Remove, replacing with:
17461         (verify_true): New macro that returns true instead of void.
17462         (verify_type__): Remove.
17463         (verify): Use verify_true rather than verify_type__.
17464
17465 2005-09-26  Bruno Haible  <bruno@clisp.org>
17466
17467         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
17468         is necessary.
17469         (lib_SOURCES): Remove mbchar.c.
17470         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
17471         (Files): Add m4/mbrtowc.m4.
17472         * modules/mbiter: Likewise.
17473         * modules/mbuiter: Likewise.
17474
17475 2005-09-26  Bruno Haible  <bruno@clisp.org>
17476
17477         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
17478         compile mbchar.c if they are not both present.
17479         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
17480         * m4/mbiter.m4 (gl_MBITER): Likewise.
17481         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
17482         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
17483         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
17484
17485 2005-09-25  Jim Meyering  <jim@meyering.net>
17486
17487         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
17488         also uses socklen_t.
17489
17490 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
17491
17492         * lib/utimens.c (ENOSYS): Define if not already defined.
17493         (futimens): Support having a null PATH if the file descriptor
17494         is nonnegative.
17495
17496         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
17497         Remove.
17498         (__attribute): Define to empty unless GCC 3.1 or later.
17499         This works around a core dump on OpenBSD 3.4, which has GCC
17500         2.95.3, which dumps core when given __attribute__(()).  It also
17501         simplifies other tests, since we really don't want to bother with
17502         worrying about which ancient version of GCC supported what.
17503         Original problem reported by Yoann Vandoorselaere, with part of
17504         the fix suggested by Derek Price.
17505
17506 2005-09-24  Jim Meyering  <jim@meyering.net>
17507
17508         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
17509         so we can once again use a positive bitfield width of 1 -- now we
17510         don't have to explain why we were using a bitfield width of 2.
17511
17512 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
17513
17514         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
17515         and similarly for the other external symbols.  Problem reported
17516         by James Gallager.
17517
17518         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
17519         bug reported by Jim Meyering.
17520
17521         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
17522         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
17523         not needed, since socklen is a prerequisite module.
17524
17525 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
17526
17527         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
17528         Problem reported by Eric Blake.
17529         (getaddrinfo): Initialize se so that it's not garbage.
17530         Redo internal storage allocation so that it doesn't make unportable
17531         assumptions about alignment.
17532         Fix a memory leak.
17533
17534         * lib/utimens.c (futimens): Use futimesat if available.
17535         Prefer it to futimes since it doesn't have the futimes bug.
17536
17537         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
17538         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
17539         Instead, declare a function that returns a pointer to an array,
17540         and use verify_type__ to declare the size of the array.
17541         Problem and germ of a solution reported by Bruno Haible.
17542         (verify_type__): Use 2, not 1, for bitfield size, to avoid
17543         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
17544
17545 2005-09-23  Jim Meyering  <jim@meyering.net>
17546
17547         Sync from coreutils.
17548         Correct build failure (socklen_t not defined) on at least
17549         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
17550         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
17551
17552 2005-09-23  Jim Meyering  <jim@meyering.net>
17553
17554         * modules/getaddrinfo (Depends-on): Add socklen.
17555
17556 2005-09-23  Bruno Haible  <bruno@clisp.org>
17557
17558         * tests/test-verify.c: New file.
17559
17560 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
17561
17562         Sync from coreutils.
17563
17564         * modules/argmatch (Depends-on): Add verify.
17565         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
17566         unistd-safer.
17567         * modules/save-cwd (Depends-on): Likewise.
17568
17569         * modules/openat (Files): Add lib/openat-die.c.
17570         (Depends-on): Remove error, exitfail.
17571         Add dirname.
17572
17573         * modules/verify: New file.
17574         * MODULES.html.sh (Diagnostics <assert.h>): New section,
17575         with "verify" module.
17576
17577 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
17578
17579         Sync from coreutils.
17580
17581         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
17582         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
17583         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
17584         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
17585         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
17586         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
17587         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
17588         Don't bother checking for string.h, stdlib.h, unistd.h.
17589         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
17590         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
17591         module's job.
17592         * m4/jm-macros.m4 (gl_MACROS): Likewise.
17593         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
17594
17595         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
17596         (gl_GETDATE): Use it.
17597
17598         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
17599
17600 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
17601
17602         Sync from coreutils.
17603
17604         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
17605         stat-time.h.
17606         * lib/argmatch.h: Include verify.h
17607         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
17608         (ARGMATCH_ASSERT): Remove; unused.
17609         * lib/canonicalize.c: Assume STDC_HEADERS.
17610         * lib/exclude.c: Include "strcase.h".
17611         * lib/regex_internal.h [!defined _LIBC]: Likewise.
17612         * lib/getusershell.c: Include stdio--.h rather than stdio.h
17613         and stdio-safer.h.
17614         (getusershell): Call fopen, not fopen_safer.
17615         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
17616         Do not include unistd-safer.h.
17617         (save_cwd): Don't call fd_safer; no longer needed
17618         now that we include fcntl--.h.
17619
17620         * lib/getdate.y (relative_time): New type.
17621         (RELATIVE_TIME_0): New constant.
17622         (parser_control): Use relative_time instead of doing it ourselves.
17623         (%union): Add new relative_time rel member.
17624         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
17625         Now typeless.
17626         (relunit, relunit_snumber): Now of type rel.
17627         (zone, rel, relunit, get_date): Adjust to above changes.
17628
17629         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
17630         Do not include unistd-safer.h.
17631         (getloadavg): Don't call fd_safer; no longer needed
17632         now that we include fcntl--.h.
17633
17634         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
17635         (make_dir_parents): Treat ENOSYS like EEXIST.
17636
17637         Improve quality of diagnostics on restore_cwd failure.
17638         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
17639         (make_dir_parents): Last arg is now int * (for errno), not bool *.
17640         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
17641         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
17642         each time through the loop.  Do not diagnose restore_cwd failure;
17643         that is the caller's job (and perhaps the caller does not care).
17644
17645         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
17646         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
17647         If the file already exists but is not a directory, don't bother
17648         to try to make its parents.
17649         Close potential file descriptor leak if we can't chdir("/") (!).
17650         Don't always return true if chdir($PWD) fails; return true only
17651         if the requested action was done successfully (except for the
17652         chdir($PWD)).
17653         Don't log final directory unless we actually made it.
17654         Refactor to avoid duplicate code to fix up permissions.
17655         Don't attempt to fix up parent permissions if chdir($PWD) fails.
17656
17657         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
17658         to make it a bit faster and (I hope) clearer.
17659         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
17660         Fix bug in formats like %2N.
17661
17662         * lib/verify.h: New file.
17663
17664 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
17665
17666         Sync from coreutils.
17667         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
17668
17669 2005-09-22  Jim Meyering  <jim@meyering.net>
17670
17671         Sync from coreutils.
17672
17673         * m4/lstat.m4 (gl_FUNC_LSTAT):
17674         Use AC_LIBSOURCES to require lstat.c and lstat.h.
17675         Remove obsolete comment.
17676         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
17677         * m4/xstrtod.m4: Likewise.
17678
17679         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
17680
17681 2005-09-22  Jim Meyering  <jim@meyering.net>
17682
17683         Sync from coreutils.
17684
17685         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
17686
17687         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
17688         the .tm_year member, since otherwise gcc-4.0 would now warn about
17689         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
17690
17691         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
17692         order to avoid an unsuppressible warning from gcc on 64-bit systems.
17693
17694         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
17695         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
17696         when run in a time zone for which daylight savings time is in effect
17697         for the starting date.
17698
17699         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
17700         stop us from restricting permissions of just-created absolute-named
17701         directories.
17702         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
17703         to restore initial working directory.
17704         * lib/mkdir-p.c (make_dir_parents): New parameter:
17705         different_working_dir, to tell caller if/when we change the working
17706         directory and are unable to return to the initial one.
17707         * lib/mkdir-p.h (make_dir_parents): Update prototype.
17708         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
17709         `return false'.  This fixes a bug introduced on 2004-07-30.
17710
17711         * lib/openat.c (fdopendir): Be sure to close the supplied
17712         file descriptor before returning.  This makes our replacement
17713         implementation a little closer to Solaris's, where fdopendir
17714         ties the file descriptor to the returned DIR* pointer.
17715         * lib/openat.c (unlinkat): New function.
17716         * lib/openat.h (unlinkat): Add prototype.
17717         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
17718         (openat_restore_fail): Rename from openat_restore_die.
17719         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
17720
17721         Provide an alternative to exiting immediately upon save_cwd or
17722         restore_cwd failure.  Now, an application can arrange e.g.,
17723         to perform a longjump in that case.
17724         * lib/openat.c: Include dirname.h.
17725         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
17726         (rpl_openat, fdopendir, fstatat): Call openat_save_die
17727         and openat_restore_die rather than calling error directly.
17728         Don't include "error.h" or "exitfail.h"; they're no longer needed.
17729
17730         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
17731         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
17732         define.
17733
17734         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
17735         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
17736                             int utc, int nanoseconds);
17737         Background:
17738         date should not have to allocate a megabyte of virtual memory to
17739         handle a format argument like +%1048575T.  When implemented with
17740         strftime, it must allocate such a buffer, use strftime to fill it
17741         in, print it, then free it.
17742         With fprintftime, it simply prints everything and exits.
17743         With no need for memory allocation, that's one fewer way to fail.
17744         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
17745         optional field width, not before, so we accept %9:z, not %:9z.
17746         (my_strftime): Be sure to use L_('x') for literals.
17747
17748         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
17749         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
17750         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
17751         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
17752         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
17753         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
17754         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
17755         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
17756         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
17757         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
17758         * lib/xgethostname.c, lib/xreadlink.c:
17759         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
17760
17761         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
17762         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
17763         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
17764         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
17765         and don't include <sys/file.h>).
17766
17767 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
17768
17769         Sync from coreutils.
17770
17771         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
17772         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
17773         [!LDAV_DONE]: Avoid unused variable warning.
17774
17775 2005-09-21  Bruno Haible  <bruno@clisp.org>
17776
17777         * lib/unicodeio.h (unicode_to_mb): New declaration.
17778
17779 2005-09-20  Derek Price  <derek@ximbiot.com>
17780
17781         * lib/getaddrinfo.c: Don't include <netdb.h> included from
17782         getaddrinfo.h.
17783
17784 2005-09-20  Bruno Haible  <bruno@clisp.org>
17785
17786         * gnulib-tool: Remove trailing slashes from the values specified for
17787         --source-base, --m4-base, --tests-base, --aux-dir.
17788         Suggested by Simon Josefsson <jas@extundo.com>.
17789
17790 2005-09-20  Bruno Haible  <bruno@clisp.org>
17791
17792         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
17793         func_modules_to_filelist, func_import, func_create_testdir): Make all
17794         sorting results locale-independent, so that gnulib-cache.m4 doesn't
17795         change when gnulib-tool is invoked in a different locale.
17796
17797 2005-09-19  Simon Josefsson  <jas@extundo.com>
17798
17799         * m4/socklen.m4: Fix typo.
17800
17801 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17802
17803         Use a consistent style for including <config.h>.
17804         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
17805         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
17806         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
17807         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
17808         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
17809         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
17810         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
17811         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
17812         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
17813         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
17814         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
17815         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
17816         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
17817         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
17818         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
17819         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
17820         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
17821         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
17822         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
17823         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
17824         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
17825         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
17826         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
17827         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
17828         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
17829         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
17830         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
17831         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
17832         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
17833         lib/xstrtoumax.c, lib/yesno.c:
17834         Standardize inclusion of config.h.
17835         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
17836         lib/inttostr.h:  Removed inclusion of config.h from header files.
17837         * lib/inttostr.c:  Adjusted in-tree users.
17838         * lib/timespec.h: Remove superfluous warning to include config.h.
17839         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
17840         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
17841         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
17842         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
17843         config.h with HAVE_CONFIG_H.
17844
17845 2005-09-19  Jim Meyering  <jim@meyering.net>
17846
17847         * modules/pathmax (License): Change to LGPL.
17848
17849 2005-09-19  Derek Price  <derek@ximbiot.com>
17850
17851         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
17852
17853 2005-09-19  Bruno Haible  <bruno@clisp.org>
17854
17855         * gnulib-tool (import): Provide default for --tests-base.
17856
17857 2005-09-19  Bruno Haible  <bruno@clisp.org>
17858
17859         * doc/quote.texi: New file, extracted from gnulib.texi.
17860         * doc/ctime.texi: New file, extracted from gnulib.texi.
17861         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
17862         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
17863         * doc/gnulib.texi: Include them.
17864
17865 2005-09-18  Bruno Haible  <bruno@clisp.org>
17866
17867         Portability fix.
17868         * gnulib-tool (func_readlink): New function.
17869         (func_ln_if_changed): Use it.
17870
17871 2005-09-18  Bruno Haible  <bruno@clisp.org>
17872
17873         * gnulib-tool: Support --with-tests also with --import.
17874         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
17875         (func_import): Use variables $testsbase and $inctests. Emit a
17876         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
17877         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
17878         SUBDIRS += $testsdir.
17879         (func_create_testdir): Update.
17880
17881 2005-09-18  Bruno Haible  <bruno@clisp.org>
17882
17883         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
17884         instead of $dry_run.
17885         (func_cp_if_changed, func_mv_if_changed): Remove functions.
17886         (func_ln_if_changed): Don't handle dry-run here.
17887         (func_import): In dry-run mode, detect more precisely which actions
17888         would be performed, and don't use "...ing" verbs.
17889
17890 2005-09-18  Bruno Haible  <bruno@clisp.org>
17891
17892         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
17893         (func_import): Use join on two temporary files instead of three nested
17894         loops, in order to determine which files are new or old.
17895
17896 2005-09-18  Bruno Haible  <bruno@clisp.org>
17897
17898         * gnulib-tool (func_import): Comment out code that spits out the
17899         new files with --dry-run.
17900
17901 2005-09-18  Bruno Haible  <bruno@clisp.org>
17902
17903         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
17904
17905 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
17906
17907         * lib/stat-time.h: New file.
17908         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
17909         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
17910         in a different way.
17911         (timespec_cmp): New function.
17912         * lib/utimecmp.c: Include stat-time.h.
17913         (SYSCALL_RESOLUTION): Depend on whether various struct stat
17914         members exist, not on the obsolescent ST_MTIM_NSEC.
17915         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
17916
17917 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
17918
17919         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
17920
17921 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
17922
17923         * MODULES.html.sh (File system functions): Add stat-time.
17924         * modules/stat-time: New file.
17925         * modules/timespec (Files): Remove m4/st_mtim.m4; this
17926         is now done in a different way, by the stat-time module.
17927         * modules/utimecmp (Depends-on): Add stat-time.
17928
17929 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
17930
17931         * m4/st_mtim.m4: Remove.  Superseded by...
17932         * m4/stat-time.m4: New file.
17933         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
17934         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
17935
17936 2005-09-15  Derek Price  <derek@ximbiot.com>
17937
17938         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
17939
17940 2005-09-15  Derek Price  <derek@ximbiot.com>
17941
17942         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
17943         * lib/regex_internal.c: Ditto, using this...
17944         (__GNUC_PREREQ): ...new macro.
17945         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
17946         using...
17947         (__GNUC_PREREQ): ...this new macro.
17948
17949         * lib/strstr.h: Include string.h. Define strstr as a macro here.
17950
17951 2005-09-15  Derek Price  <derek@ximbiot.com>
17952             Paul Eggert  <eggert@cs.ucla.edu>
17953
17954         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
17955         changes, consolidating in...
17956         * lib/regex_internal.h: ...this file.
17957
17958 2005-09-13  Jim Meyering  <jim@meyering.net>
17959
17960         * lib/canon-host.c: Filter through gnu indent and reword comments
17961         slightly.
17962         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
17963
17964 2005-09-13  Derek Price  <derek@ximbiot.com>
17965
17966         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
17967         failure.
17968         Reported by Jim Meyering  <jim@meyering.net>.
17969
17970 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
17971
17972         * lib/base64.c: Typo.
17973         (base64_encode): Put b64str in initialized data section.
17974
17975 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
17976
17977         Merge glibc and coreutils changes into gnulib, plus a few
17978         extra fixes.
17979         * lib/md5.c: Use #error rather than a string.
17980         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
17981         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
17982         (__attribute__): Define to empty for non recent-GCC.
17983         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
17984         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
17985         Renamed from their non-__ counterparts, with new macros replacing
17986         them if not _LIBC.  Add __THROW attribute.
17987         (rol): Remove.
17988         (struct md5_ctx): Align buffer if using GCC.
17989         * lib/sha1.h (struct sha1_ctx): Likewise.
17990         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
17991         The old name was backwards.
17992         (NOTSWAP): Remove; not used.
17993         (rol): New macro, moved here from md5.h.
17994         (sha1_process_block): Remove a FIXME that doesn't make sense.
17995
17996 2005-09-12  Derek Price  <derek@ximbiot.com>
17997
17998         Return usable errors from canon-host.
17999         * lib/canon-host.h: New file.
18000         * lib/canon-host.c (canon_host): Wrap...
18001         (canon_host_r): ...this new function, which now relies exclusively on
18002         getaddrinfo.
18003         (ch_strerror): New function.
18004         (last_cherror): New global.
18005         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
18006         interface.
18007         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
18008         void *.
18009         (freeaddrinfo): Free ai->ai_canonname when set.
18010
18011 2005-09-12  Derek Price  <derek@ximbiot.com>
18012
18013         Make canon-host require getaddrinfo.
18014         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
18015         AC_LIBSOURCE canon-host.h.  Call...
18016         (gl_PREREQ_CANON_HOST): ...this new function, which requires
18017         gl_GETADDRINFO.
18018         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
18019
18020 2005-09-12  Derek Price  <derek@ximbiot.com>
18021
18022         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
18023         LGPL.
18024         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
18025
18026 2005-09-12  Derek Price  <derek@ximbiot.com>
18027
18028         * lib/gai_strerror.c: Include config.h when available.  Include
18029         getaddrinfo.h before other headers to test interface.
18030         Reported by Larry Jones <lawrence.jones@ugs.com>.
18031
18032 2005-09-12  Derek Price  <derek@ximbiot.com>
18033             Paul Eggert  <eggert@cs.ucla.edu>
18034
18035         * modules/glob (Files): Add glob-libc.h.
18036
18037 2005-09-12  Derek Price  <derek@ximbiot.com>
18038             Paul Eggert  <eggert@cs.ucla.edu>
18039
18040         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
18041         glob_.h, glob-libc.h.
18042         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
18043
18044 2005-09-12  Derek Price  <derek@ximbiot.com>
18045             Paul Eggert  <eggert@cs.ucla.edu>
18046
18047         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
18048         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
18049         protecting things that should be done only in gnulib contexts.
18050         * lib/glob_.h: New file, containing only the glob things needed for
18051         gnulib.
18052         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
18053         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
18054         (glob, globfree, glob_pattern_p): Now defined simply in terms of
18055         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
18056         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
18057         and to respect the namespace rules better.
18058
18059 2005-09-08  Simon Josefsson  <jas@extundo.com>
18060
18061         * modules/socklen: New file.
18062
18063 2005-09-08  Simon Josefsson  <jas@extundo.com>
18064
18065         * m4/socklen.m4: New file.
18066
18067 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
18068
18069         * modules/utimens (Files): Add m4/utimbuf.m4, since
18070         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
18071         Reported by Sergey Poznyakoff.
18072
18073 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
18074
18075         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
18076         definitions, since that's the preferred style in glibc.
18077         Fix a minor spacing issue, and update copyright notice to match
18078         glibc's.
18079
18080 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
18081
18082         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
18083
18084 2005-09-06  Simon Josefsson  <jas@extundo.com>
18085
18086         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
18087         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
18088
18089 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
18090
18091         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
18092         warning.
18093
18094 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
18095
18096         * config/srclist.txt: Add glibc bug 1302.
18097
18098 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
18099
18100         Change bitset word type from unsigned int to unsigned long int,
18101         as this has better performance on typical 64-bit hosts.
18102         Port bitset code to hosts with unusual word sizes.
18103         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
18104         (build_collating_symbol):
18105         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
18106         argument is a bitset.  This is merely a style issue, but it makes
18107         it clearer that an entire array is expected.
18108         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
18109         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
18110         Port to the case where bitset_word is not the same as unsigned int.
18111         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
18112         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
18113         Likewise.
18114         * lib/regexec.c (check_dst_limits_calc_pos_1,
18115         check_subexp_matching_top):
18116         (build_trtable, group_nodes_into_DFAstates):
18117         Likewise.
18118         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
18119         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
18120         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
18121         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
18122         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
18123         * lib/regcomp.c (optimize_subexps, lower_subexp):
18124         Work even if bitset_word has holes in its bitwise representation.
18125         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
18126         * lib/regexec.c (check_dst_limits_calc_pos_1,
18127         check_subexp_matching_top):
18128         Likewise.
18129         * lib/regex_internal.c (re_string_reconstruct):
18130         Don't assume UCHAR_MAX == 255.
18131         * lib/regex_internal.h (bitset_set_all): Likewise.
18132         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
18133         All uses changed.
18134         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
18135         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
18136         All uses changed.
18137         (BITSET_WORD_MAX): New macro.
18138         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
18139         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
18140         (bitset_empty, bitset_copy):
18141         Prefer sizeof (bitset) to multiplying it out ourselves.
18142         (bitset_not_merge): Remove; unused.
18143         (bitset_contain): Return bool, not unsigned int with one bit on.
18144         All callers changed.
18145         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
18146         alignment than re_node_set; do this by defining a new internal
18147         type struct dests_alloc and using it to allocate memory.
18148
18149 2005-09-05  Bruno Haible  <bruno@clisp.org>
18150
18151         * gnulib-tool (func_import): Fix comparison in handling of symbolic
18152         links.
18153
18154 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
18155
18156         * modules/size_max (Makefile.am): Add size_max.h
18157
18158 2005-09-04  Derek Price  <derek@ximbiot.com>
18159
18160         * gnulib-tool (func_import): Fix reversed $symbolic logic.
18161
18162 2005-09-03  Simon Josefsson  <jas@extundo.com>
18163
18164         * gnulib-tool: Fix typo.
18165
18166 2005-09-03  Simon Josefsson  <jas@extundo.com>
18167
18168         * config/srclist.txt: Add glibc bug 1293.
18169
18170 2005-09-03  Derek Price  <derek@ximbiot.com>
18171
18172         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
18173         From Larry Jones <lawrence.jones@ugs.com>.
18174
18175 2005-09-02  Simon Josefsson  <jas@extundo.com>
18176
18177         * modules/socklen: New file.
18178
18179 2005-09-02  Simon Josefsson  <jas@extundo.com>
18180
18181         * modules/havelib: New module.
18182
18183         * modules/gettext, modules/iconv, modules/lock, modules/readline:
18184         Use havelib.
18185
18186 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
18187
18188         Check for arithmetic overflow when calculating sizes, to prevent
18189         some buffer-overflow issues.  These patches are conservative, in the
18190         sense that when I couldn't determine whether an overflow was possible,
18191         I inserted a run-time check.
18192         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
18193         macros.
18194         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
18195         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
18196         (re_xnrealloc, re_x2nrealloc): New inline functions.
18197         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
18198         parse_bracket_exp):
18199         (build_equiv_class, build_charclass): Check for arithmetic overflow
18200         in size expression calculations.
18201         * lib/regex_internal.c (re_string_realloc_buffers):
18202         (build_wcs_upper_buffer, re_node_set_add_intersect):
18203         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
18204         (re_dfa_add_node, register_state): Likewise.
18205         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
18206         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
18207         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
18208         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
18209
18210 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
18211
18212         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
18213         m4/ulonglong.m4.  Problem reported by Martin Lambers.
18214
18215 2005-09-02  Bruno Haible  <bruno@clisp.org>
18216
18217         Support for lib vs. lib64 distinction on biarch platforms.
18218         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
18219         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
18220         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
18221
18222 2005-09-02  Bruno Haible  <bruno@clisp.org>
18223
18224         * gnulib-tool (import): In the other first-use case, provide defaults
18225         as well.
18226
18227 2005-09-02  Bruno Haible  <bruno@clisp.org>
18228
18229         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
18230         patches not yet found in the latest gettext release.
18231
18232 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
18233
18234         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
18235         to avoid a collision with bits/local_lim.h in glibc.
18236         All uses changed.  Problem reported by Dmitry V. Levin in
18237         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
18238
18239         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
18240         bugs in int versus size_t comparisons.
18241         (re_string_context_at): Fix bug where the code assumed that
18242         Idx is signed.
18243
18244         Use bool where appropriate.
18245         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
18246         All callers changed.
18247         (calc_eclosure_iter): Likewise, for ROOT arg.
18248         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
18249         (build_charclass_op): Likewise, for NON_MATCH arg.
18250         * lib/regex_internal.c (re_string_allocate, re_string_construct):
18251         (re_string_construct_common): Likewise, for ICASE arg.
18252         * lib/regexec.c (re_search_2_stub, re_search_stub):
18253         Likewise, for RET_LEN arg.
18254         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
18255         (set_regs): Likewise, for FL_BACKTRACK arg.
18256         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
18257         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
18258         (calc_eclosure_iter, parse_bracket_exp):
18259         Use bool for internal variables that are booleans.
18260         * lib/regexec.c (re_search_internal, check_matching,
18261         proceed_next_node):
18262         (set_regs, build_sifted_states, sift_states_bkref):
18263         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
18264         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
18265         (find_collation_sequence_value):
18266         Likewise.
18267         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
18268         (re_node_set_compare):
18269         Return bool, not int. All callers changed.
18270         * lib/regexec.c (check_halt_node_context, check_dst_limits):
18271         (build_trtable, check_node_accept): Likewise.
18272         * lib/regex_internal.h: Include stdbool.h.
18273
18274         Fix bugs uncovered when converting to bool.
18275         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
18276         failure instead of charging ahead blindly.
18277         * lib/regex_internal.c (register_state): Likewise.
18278         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
18279         for freeing internal storage.
18280         (group_nodes_into_DFA_states): Use unsigned int, not int, for
18281         bitset pieces used as boolean, to avoid undefined behavior
18282         on hosts that do int overflow checking.
18283
18284 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
18285
18286         * config/srclist.txt: Add glibc bugs 1285-1287.
18287
18288 2005-09-01  Jim Meyering  <jim@meyering.net>
18289
18290         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
18291         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
18292         Require gl_STAT_MACROS, too.
18293
18294 2005-09-01  Bruno Haible  <bruno@clisp.org>
18295
18296         * gnulib-tool (import): In the first-use case, provide defaults.
18297
18298 2005-09-01  Bruno Haible  <bruno@clisp.org>
18299
18300         * gnulib-tool (func_import): Remove the .tmp files.
18301
18302 2005-09-01  Bruno Haible  <bruno@clisp.org>
18303
18304         * gnulib-tool (func_import): Fix handling of symbolic links.
18305
18306 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
18307
18308         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
18309         old glibc regex code mishandles strings longer than 2**31 bytes.
18310         This patch fixes this when the regex code is used in gnulib
18311         (i.e., outside glibc).
18312
18313         This patch should not affect the use of the regex code inside
18314         glibc.  No doubt this problem also needs to be handled for glibc
18315         as well, but the result will be an incompatible change to the
18316         glibc ABI, and the old ABI will have to be supported too.  That
18317         can be the the subject for another patch.
18318
18319         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
18320         governing whether the rest of this patch is active.  By default,
18321         the macro is disabled and the patch has no effect.
18322         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
18323         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
18324         (struct re_pattern_buffer, re_search, re_search_2, re_match):
18325         (re_match_2, re_set_registers): Use the new types.
18326         * lib/regex_internal.h (Idx, re_hashval_t): New types.
18327         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
18328         New macros.
18329         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
18330         (re_string_context_at, bin_tree_t, re_dfastate_t):
18331         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
18332         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
18333         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
18334         (re_string_char_size_at, re_string_wchar_at):
18335         (re_string_elem_size_at):
18336         Use the new types and macros to port to 64-bit hosts.
18337         Use unsigned types for internal values, so that the code
18338         mostly works even for arrays larger than SSIZE_MAX.
18339         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
18340         (search_duplicated_node, calc_eclosure_iter, fetch_number):
18341         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
18342         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
18343         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
18344         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
18345         (calc_inveclosure, parse_dup_op, build_range_exp):
18346         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
18347         (fetch_number, create_token_tree, mark_opt_subexp):
18348         Likewise.
18349         * lib/regex_internal.c (re_string_construct_common,
18350         create_ci_newstate):
18351         (create_cd_newstate, re_string_allocate, re_string_construct):
18352         (re_string_realloc_buffers, build_wcs_upper_buffer):
18353         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
18354         (re_string_reconstruct, re_string_peek_byte_case):
18355         (re_string_fetch_byte_case, re_string_context_at):
18356         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
18357         (re_node_set_init_copy, re_node_set_add_intersect):
18358         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
18359         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
18360         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
18361         (re_acquire_state, re_acquire_state_context, register_state):
18362         Likewise.
18363         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
18364         search_cur_bkref_entry):
18365         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
18366         (re_search_internal, re_search_2_stub, re_search_stub)
18367         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
18368         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
18369         (update_cur_sifted_state, check_dst_limits):
18370         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
18371         (check_subexp_limits, sift_states_bkref, merge_state_array):
18372         (check_subexp_matching_top, get_subexp, get_subexp_sub):
18373         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
18374         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
18375         (expand_bkref_cache, check_node_accept_bytes):
18376         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
18377         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
18378         (acquire_init_state_context, check_halt_node_context):
18379         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
18380         (sift_states_backward, clean_state_log_if_needed):
18381         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
18382         (find_recover_state, transit_state_sb, transit_state_mb):
18383         (transit_state_bkref, build_trtable, match_ctx_clean):
18384         Likewise.
18385         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
18386         to work around an assumption that REG_MISSING is negative.
18387
18388         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
18389         (seek_collating_symbol_entry) [defined _LIBC]:
18390         (lookup_collation_sequence_value) [defined _LIBC]:
18391         (build_range_exp, build_collating_symbol) [defined _LIBC]:
18392         Use prototypes rather than old-style function definitions.
18393         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
18394         (transit_state_sb) [0]:
18395         (find_collation_sequence_value) [defined _LIBC]: Likewise.
18396
18397         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
18398         rm_eo.
18399
18400         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
18401         (optimize_subexps, lower_subexp):
18402         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
18403         since the signed shift might overflow.  Use 1u<<31 instead.
18404         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
18405         Likewise.
18406         * lib/regexec.c (check_dst_limits_calc_pos_1,
18407         check_subexp_matching_top): Likewise.
18408
18409         * lib/regcomp.c (optimize_subexps, lower_subexp):
18410         Use CHAR_BIT rather than 8, for clarity.
18411         * lib/regexec.c (check_dst_limits_calc_pos_1):
18412         (check_subexp_matching_top): Likewise.
18413         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
18414         have to worry about portability issues when shifting it left.
18415         Remove no-longer-needed test for table_size > 0.
18416         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
18417         in a word, as the resulting behavior is undefined.
18418         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
18419         in one case, a <= should have been an <, and in another case the
18420         whole test was missing.
18421         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
18422         the standard name CHAR_BIT.
18423         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
18424         this is not true on one's complement and signed-magnitude hosts.
18425
18426         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
18427         next_last_offset.
18428         (struct re_dfa_t): Remove unused member states_alloc.
18429         * lib/regcomp.c (init_dfa): Don't initialize unused members.
18430
18431 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
18432
18433         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
18434         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
18435         and large-file glibc and in 32-bit large-file Solaris.
18436
18437 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
18438
18439         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
18440         lengths fit in regoff_t; this isn't true if regoff_t is the same
18441         width as size_t.
18442         * lib/regex.c (re_search_internal): 5th arg is LAST_START
18443         (= START + RANGE) instead of RANGE.  This avoids overflow
18444         problems when regoff_t is the same width as size_t.
18445         All callers changed.
18446         (re_search_2_stub): Check for overflow when adding the
18447         sizes of the two strings.
18448         (re_search_stub): Check for overflow when adding START
18449         to RANGE; if it occurs, substitute the extreme value.
18450
18451 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
18452
18453         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
18454
18455 2005-08-31  Jim Meyering  <jim@meyering.net>
18456
18457         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
18458         a pointer-to-const.
18459         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
18460         (register_state): Likewise.
18461         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
18462         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
18463         (group_nodes_into_DFAstates): Likewise.
18464
18465 2005-08-31  Jim Meyering  <jim@meyering.net>
18466
18467         * check-module: Add a FIXME comment.
18468
18469 2005-08-31  Eric Blake  <ebb9@byu.net>
18470
18471         * modules/unistd-safer (Files): Add unistd--.h.
18472         * modules/stdio-safer (Files): Add stdio--.h.
18473
18474 2005-08-31  Derek Price  <derek@ximbiot.com>
18475
18476         * lib/getdelim.c (getdelim): Return EOF on EOF.
18477         Reported by Larry Jones <lawrence.jones@ugs.com>.
18478
18479 2005-08-31  Bruno Haible  <bruno@clisp.org>
18480
18481         Avoid unnecessary diffs in the generated lib/Makefile.am.
18482         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
18483         the generated files.
18484         (func_import): Don't set cmd.
18485
18486 2005-08-31  Bruno Haible  <bruno@clisp.org>
18487
18488         * lib/strstr.c: Include <stddef.h>, for NULL.
18489         * lib/strcasestr.c: Likewise.
18490         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
18491
18492 2005-08-31  Bruno Haible  <bruno@clisp.org>
18493
18494         * gnulib-tool: New option --macro-prefix.
18495         (func_import): Use macro_prefix.
18496         (import): Handle option --macro-prefix.
18497
18498 2005-08-31  Bruno Haible  <bruno@clisp.org>
18499
18500         * gnulib-tool (import): Rename most ac_* variables to cached_*.
18501         Also use new variables cached_lgpl, cached_libtool.
18502
18503 2005-08-31  Bruno Haible  <bruno@clisp.org>
18504
18505         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
18506         always instantiating them.
18507
18508 2005-08-31  Bruno Haible  <bruno@clisp.org>
18509
18510         * gnulib-tool (func_import): Read the previous cached settings
18511         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
18512         earlier added by gnulib but are now dropped. Warn when a gnulib file
18513         overwrites a non-gnulib file.
18514
18515 2005-08-31  Bruno Haible  <bruno@clisp.org>
18516
18517         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
18518         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
18519         projects that don't keep autogenerated files in CVS. Put into
18520         actioncmd only the specified modules, not the transitive closure.
18521
18522 2005-08-31  Bruno Haible  <bruno@clisp.org>
18523
18524         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
18525         Create directories that shall be filled.
18526         (import): Don't look for gl_* macros in configure.ac. Recurse across
18527         all directories containing a gnulib-cache.m4 files, if meaningful.
18528
18529 2005-08-31  Bruno Haible  <bruno@clisp.org>
18530
18531         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
18532         (import): Set seen_libtool when we see gl_LIBTOOL.
18533
18534 2005-08-31  Bruno Haible  <bruno@clisp.org>
18535
18536         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
18537         declaration macro definitions from generated gnulib.m4.
18538
18539 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
18540
18541         * lib/iconvme.h: Add prototype for iconv_alloc.
18542
18543 2005-08-29  Simon Josefsson  <jas@extundo.com>
18544
18545         * lib/iconvme.c: Fix errno.
18546
18547 2005-08-29  Bruno Haible  <bruno@clisp.org>
18548
18549         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
18550         that it works when the directory contains spaces.
18551
18552 2005-08-29  Bruno Haible  <bruno@clisp.org>
18553
18554         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
18555
18556 2005-08-29  Bruno Haible  <bruno@clisp.org>
18557
18558         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
18559         Emit more advice.
18560
18561 2005-08-29  Bruno Haible  <bruno@clisp.org>
18562         and Stepan Kasal  <kasal@ucw.cz>
18563
18564         * check-module: If more parameters are given, check each of them
18565         separately; add more exceptions, as noted by Jim Meyering.
18566         (check_module): New procedure.
18567         (%exempt_header): Now contains all exceptions.
18568
18569 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
18570
18571         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
18572
18573 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
18574
18575         * lib/iconvme.c: Split iconv_string into iconv_alloc.
18576
18577 2005-08-28  Bruno Haible  <bruno@clisp.org>
18578
18579         * m4/gnulib-tool.m4: New file.
18580
18581 2005-08-27  Jim Meyering  <jim@meyering.net>
18582
18583         * modules/unistd-safer (Files): Add pipe-safer.c.
18584         * modules/fcntl-safer (Files): Add creat-safer.c.
18585
18586 2005-08-27  Jim Meyering  <jim@meyering.net>
18587
18588         * m4/stdlib-safer.m4: New file.  From coreutils.
18589         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
18590         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
18591         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
18592         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
18593         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
18594
18595 2005-08-27  Jim Meyering  <jim@meyering.net>
18596
18597         * lib/fopen-safer.c: Merge minor changes from coreutils.
18598         * lib/dup-safer.c: Likewise.
18599         * lib/fd-safer.c: Likewise.
18600
18601         Merge from coreutils.
18602         * lib/stdio--.h: New file.
18603         * lib/stdlib--.h: New file.
18604         * lib/mkstemp-safer.c: New file.
18605
18606         GNU tar needs these.
18607         * lib/pipe-safer.c: New file.
18608         * lib/creat-safer.c: New file.
18609         * lib/fcntl--.h (creat): Define to creat_safer.
18610         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
18611         * lib/unistd--.h (pipe): Define to pipe_safer.
18612         * lib/unistd-safer.h: Declare pipe_safer.
18613
18614 2005-08-26  Simon Josefsson  <jas@extundo.com>
18615
18616         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
18617         Haible <bruno@clisp.org>.
18618
18619 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
18620
18621         * lib/regex_internal.h: Remove all references to
18622         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
18623         or better.
18624         (bitset_not, bitset_merge, bitset_not_merge):
18625         (bitset_mask, re_string_allocate, re_string_construct):
18626         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
18627         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
18628         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
18629         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
18630         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
18631         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
18632         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
18633         (re_acquire_state_context):
18634         Remove unnecessary forward decls.
18635         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
18636         Put __attribute at function definition,
18637         now that the function decl has been removed.
18638         * lib/regex_internal.c (re_string_peek_byte_case):
18639         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
18640         Likewise.
18641
18642 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
18643
18644         * m4/regex.m4: Add AC_PREREQ(2.50).
18645         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
18646
18647 2005-08-25  Simon Josefsson  <jas@extundo.com>
18648
18649         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
18650         __fsetlocking.
18651
18652 2005-08-25  Simon Josefsson  <jas@extundo.com>
18653
18654         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
18655         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
18656         GLIBC specific code.
18657
18658 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
18659
18660         Make regex safe for g++.  This fixes one real bug (an "err"
18661         that should have been "*err").  g++ problem reported by
18662         Sam Steingold.
18663         * lib/regex_internal.h (re_calloc): New macro, consistent with
18664         re_malloc etc.  All callers of calloc changed to use re_calloc.
18665         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
18666         not int.  All callers changed.
18667         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
18668         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
18669         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
18670         (find_recover_state): Change "err" to "*err"; this fixes what
18671         appears to be a real bug.
18672         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
18673         versus int.
18674
18675 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
18676
18677         * modules/regex (Depends-on): Add malloc, since the code
18678         assumes that !malloc(0) means failure.
18679
18680 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
18681
18682         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
18683
18684         alloca modernization/simplification for regex.
18685         * lib/regex.c: Remove portability cruft for alloca.  This no longer
18686         needs to be at the start of the file, and can be moved into
18687         regex_internal.h and simplified.
18688         * lib/regex_internal.h: Include <alloca.h>.
18689         (__libc_use_alloca) [!defined _LIBC]: New macro.
18690         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
18691         now works outside glibc.
18692
18693 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
18694
18695         * config/srclist.txt: Add glibc bugs 1241, 1245.
18696
18697 2005-08-25  Jim Meyering  <jim@meyering.net>
18698
18699         * lib/open-safer.c: Include <config.h>.
18700         Otherwise, we'd lose LARGEFILE support in any file using
18701         e.g. "fcntl--.h"
18702
18703 2005-08-25  Bruno Haible  <bruno@clisp.org>
18704
18705         * m4/minmax.m4: Require autoconf 2.52.
18706         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
18707         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
18708         alternatives of translit over the alphabet.
18709         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
18710
18711 2005-08-24  Simon Josefsson  <jas@extundo.com>
18712
18713         * tests/test-getpass.c: New file.
18714
18715 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
18716
18717         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
18718         for GNU regex features.
18719
18720 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
18721
18722         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
18723         * lib/regex.h (regerror): Likewise.
18724
18725         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
18726         requires this.  (The code never needed it.)
18727
18728         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
18729         All uses of recently-renamed identifiers changed to use the new,
18730         POSIX-compliant names.  The code will build and run just fine
18731         without these changes, but it's better to eat our own dog food
18732         and use the standard-conforming names.
18733
18734         * lib/regex.h: Fix a multitude of POSIX name space violations.
18735         These changes have an effect only for programs that define
18736         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
18737         do not change anything for programs compiled in the normal way.
18738         Also, there is no effect on the ABI.
18739
18740         (_REGEX_SOURCE): New macro.
18741         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
18742         defined and _GNU_SOURCE is not; this fixes a name space violation.
18743
18744         Rename the following macros to obey POSIX requirements.
18745         The old names are still visible as macros if _REGEX_SOURCE is defined.
18746         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
18747         RE_BACKSLASH_ESCAPE_IN_LISTS.
18748         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
18749         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
18750         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
18751         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
18752         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
18753         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
18754         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
18755         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
18756         (REG_INTERVALS): renamed from RE_INTERVALS.
18757         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
18758         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
18759         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
18760         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
18761         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
18762         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
18763         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
18764         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
18765         RE_UNMATCHED_RIGHT_PAREN_ORD.
18766         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
18767         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
18768         (REG_DEBUG): renamed from RE_DEBUG.
18769         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
18770         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
18771         unusual, since we can't clash with the POSIX REG_ICASE.
18772         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
18773         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
18774         (REG_NO_SUB): renamed from RE_NO_SUB.
18775         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
18776         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
18777         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
18778         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
18779         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
18780         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
18781         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
18782         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
18783         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
18784         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
18785         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
18786         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
18787         RE_SYNTAX_POSIX_MINIMAL_BASIC.
18788         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
18789         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
18790         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
18791         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
18792         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
18793         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
18794         (REG_FIXED): Renamed from REGS_FIXED.
18795         (REG_NREGS): Renamed from RE_NREGS.
18796
18797         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
18798         of other REG_* macros, since POSIX says the user is allowed to
18799         #undef these macros selectively.
18800
18801         (reg_errcode_t): Update comment stating what other tables need
18802         to be consistent.
18803
18804         Rename the following enum values to obey POSIX requirements.
18805         The old names are still visible as macros.
18806         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
18807         is not defined, since GNU is supposed to be a superset of POSIX as
18808         much as possible, and since we want reg_errcode_t to be a signed
18809         type for implementation consistency.
18810         (_REG_NOERROR): Renamed from REG_NOERROR.
18811         (_REG_NOMATCH): Renamed from REG_NOMATCH.
18812         (_REG_BADPAT): Renamed from REG_BADPAT.
18813         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
18814         (_REG_ECTYPE): Renamed from REG_ECTYPE.
18815         (_REG_EESCAPE): Renamed from REG_EESCAPE.
18816         (_REG_ESUBREG): Renamed from REG_ESUBREG.
18817         (_REG_EBRACK): Renamed from REG_EBRACK.
18818         (_REG_EPAREN): Renamed from REG_EPAREN.
18819         (_REG_EBRACE): Renamed from REG_EBRACE.
18820         (_REG_BADBR): Renamed from REG_BADBR.
18821         (_REG_ERANGE): Renamed from REG_ERANGE.
18822         (_REG_ESPACE): Renamed from REG_ESPACE.
18823         (_REG_BADRPT): Renamed from REG_BADRPT.
18824         (_REG_EEND): Renamed from REG_EEND.
18825         (_REG_ESIZE): Renamed from REG_ESIZE.
18826         (_REG_ERPAREN): Renamed from REG_ERPAREN.
18827         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
18828         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
18829         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
18830         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
18831
18832         (_REG_RE_NAME, _REG_RM_NAME): New macros.
18833         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
18834         changed.  But support the old name if the new one is not defined
18835         and if _REGEX_SOURCE.
18836
18837         Change the following member names in struct re_pattern_buffer.
18838         The old names are still supported if !_REGEX_SOURCE.
18839         The new names are always supported, regardless of _REGEX_SOURCE.
18840         (re_buffer): Renamed from buffer.
18841         (re_allocated): Renamed from allocated.
18842         (re_used): Renamed from used.
18843         (re_syntax): Renamed from syntax.
18844         (re_fastmap): Renamed from fastmap.
18845         (re_translate): Renamed from translate.
18846         (re_can_be_null): Renamed from can_be_null.
18847         (re_regs_allocated): Renamed from regs_allocated.
18848         (re_fastmap_accurate): Renamed from fastmap_accurate.
18849         (re_no_sub): Renamed from no_sub.
18850         (re_not_bol): Renamed from not_bol.
18851         (re_not_eol): Renamed from not_eol.
18852         (re_newline_anchor): Renamed from newline_anchor.
18853
18854         Change the following member names in struct re_registers.
18855         The old names are still supported if !_REGEX_SOURCE.
18856         The new names are always supported, regardless of _REGEX_SOURCE.
18857         (rm_num_regs): Renamed from num_regs.
18858         (rm_start): Renamed from start.
18859         (rm_end): Renamed from end.
18860
18861         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
18862         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
18863         Prepend __ to parameter names.
18864
18865         Undo yesterday's changes.
18866
18867 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
18868
18869         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
18870         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
18871         lib/regex.c.
18872
18873 2005-08-24  Jim Meyering  <jim@meyering.net>
18874
18875         Sync from coreutils.
18876         * m4/fcntl-safer.m4: New file.
18877
18878         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
18879         and object files for this module.
18880
18881 2005-08-24  Jim Meyering  <jim@meyering.net>
18882
18883         Sync from coreutils.
18884         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
18885
18886 2005-08-24  Jim Meyering  <jim@meyering.net>
18887
18888         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
18889         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
18890
18891 2005-08-24  Jim Meyering  <jim@meyering.net>
18892
18893         * modules/fcntl-safer: New module.
18894         * modules/fts (Depends-on): Add fcntl-safer.
18895         * MODULES.html.sh (File descriptor based Input/Output):
18896         Add fcntl-safer.
18897
18898 2005-08-24  Bruno Haible  <bruno@clisp.org>
18899
18900         Support for unit test modules.
18901         * modules/README: Mention tests modules.
18902         * modules/TEMPLATE-TESTS: New file.
18903         * gnulib-tool: New options --extract-tests-module, --with-tests and
18904         --tests-base (unused for the moment).
18905         (testsbase, inctests): New variables.
18906         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
18907         (func_verify_module): Exclude TEMPLATE-TESTS.
18908         (func_verify_nontests_module, func_verify_tests_module): New functions.
18909         (func_get_dependencies): Add implicit dependency for tests modules.
18910         (func_get_tests_module): New function.
18911         (func_modules_transitive_closure): When --with-tests was specified,
18912         include the unit tests as well, unless explicitly avoided.
18913         (func_emit_lib_Makefile_am): Ignore the tests modules here.
18914         (func_emit_tests_Makefile_am): New function.
18915         (func_create_testdir): When --with-tests was specified, emit a
18916         tests/ directory.
18917         * MODULES.html.sh (Future developments): Update.
18918
18919 2005-08-24  Bruno Haible  <bruno@clisp.org>
18920
18921         * modules/tls-tests: New file.
18922         * tests/test-tls.c: New file, from GNU gettext.
18923
18924 2005-08-24  Bruno Haible  <bruno@clisp.org>
18925
18926         * modules/lock-tests: New file.
18927         * tests/test-lock.c: New file, from GNU gettext.
18928
18929 2005-08-24  Bruno Haible  <bruno@clisp.org>
18930
18931         * lib/lock.h: Add multiple inclusion guard.
18932         * lib/tls.h: Add multiple inclusion guard.
18933
18934 2005-08-24  Bruno Haible  <bruno@clisp.org>
18935
18936         * gnulib-tool: Add support for the --aux-dir option to
18937         --create-testdir, --create-megatestdir, --test, --megatest.
18938         (func_create_testdir, func_create_megatestdir): Optionally emit a
18939         AC_CONFIG_AUX_DIR directive.
18940         (create-testdir, create-megatestdir, test, megatest): Provide a
18941         default value for $auxdir.
18942
18943 2005-08-24  Bruno Haible  <bruno@clisp.org>
18944
18945         * gnulib-tool (import): Use compound statement instead of subshell
18946         where possible.
18947
18948 2005-08-24  Bruno Haible  <bruno@clisp.org>
18949
18950         * gnulib-tool (import): Change --aux-dir default to "build-aux".
18951
18952 2005-08-24  Bruno Haible  <bruno@clisp.org>
18953
18954         * gnulib-tool (func_version): Update.
18955
18956 2005-08-24  Bruno Haible  <bruno@clisp.org>
18957
18958         * gnulib-tool (func_import, func_create_testdir,
18959         func_create_megatestdir): Quote all autoconf macro arguments.
18960
18961 2005-08-24  Bruno Haible  <bruno@clisp.org>
18962
18963         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
18964         option --force, because --force causes the aclocal.m4 of each
18965         subdirectory to be newer than the corresponding config.h.in.
18966
18967 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
18968
18969         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
18970         All contents moved to gl_REGEX.
18971         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
18972         assume that it does.
18973
18974 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
18975
18976         * lib/regex.h (REG_NOSYS)
18977         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
18978         Define, since POSIX requires it as of 2001.
18979         (_REG_ENOSYS)
18980         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
18981         New private symbol, used to keep the enum signed in all cases.
18982         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
18983         Youngman in
18984         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
18985
18986         * lib/regex_internal.c (re_string_skip_chars, register_state):
18987         (calc_state_hash):
18988         Remove forward decls; no longer needed now that we use prototypes.
18989         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
18990         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
18991         (clean_state_log_if_needed): Likewise.
18992
18993 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
18994
18995         * config/srclist.txt: Add glibc bugs 1231-1233.
18996
18997 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
18998
18999         Fix problems reported by Sam Steingold in
19000         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
19001         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
19002         assumed that reg_errcode_t is a signed type, which is not
19003         necessarily true if _XOPEN_SOURCE is not defined.
19004         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
19005         since some compilers warn about it otherwise.
19006
19007 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
19008
19009         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
19010         (init_word_char, create_initial_state, duplicate_node_closure):
19011         (fetch_token, peek_token_bracket, build_range_exp):
19012         (build_collating_symbol): Remove forward decls; no longer needed
19013         now that we use prototypes.
19014
19015         * lib/regcomp.c:
19016         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
19017         (re_compile_fastmap_iter, regcomp, regerror, regfree):
19018         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
19019         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
19020         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
19021         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
19022         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
19023         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
19024         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
19025         (build_range_exp, build_collating_symbol, parse_bracket_exp):
19026         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
19027         (build_charclass, build_charclass_op, fetch_number, create_tree):
19028         (create_token_tree, mark_opt_subexp, duplicate_tree):
19029         Use prototypes rather than old-style definitions.
19030
19031         * lib/regex_internal.c:
19032         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
19033         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
19034         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
19035         (re_string_reconstruct, re_string_peek_byte_case):
19036         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
19037         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
19038         (re_node_set_init_copy, re_node_set_add_intersect):
19039         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
19040         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
19041         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
19042         (re_acquire_state, re_acquire_state_context, register_state):
19043         (create_ci_newstate, create_cd_newstate, free_state):
19044         Likewise.
19045         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
19046         re_search_2):
19047         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
19048         (re_search_internal, prune_impossible_nodes):
19049         (acquire_init_state_context, check_matching, static):
19050         (check_halt_node_context, check_halt_state_context, proceed_next_node):
19051         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
19052         (update_regs, sift_states_backward, build_sifted_states):
19053         (clean_state_log_if_needed, merge_state_array):
19054         (update_cur_sifted_state, add_epsilon_src_nodes):
19055         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
19056         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
19057         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
19058         (find_recover_state, check_subexp_matching_top, transit_state_mb):
19059         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
19060         (check_arrival, check_arrival_add_next_nodes):
19061         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
19062         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
19063         (check_node_accept_bytes, check_node_accept, extend_buffers):
19064         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
19065         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
19066         (sift_ctx_init):
19067         Likewise.
19068
19069         * lib/regex_internal.h:
19070         (re_string_allocate, re_string_construct, re_string_reconstruct):
19071         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
19072         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
19073         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
19074         (re_string_context_at, re_string_peek_byte_case):
19075         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
19076         is defined, since we now use prototypes always.
19077
19078         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
19079         C89 or better.  All uses removed.
19080
19081 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
19082
19083         * config/srclist.txt: Add glibc bugs 1220-1227.
19084
19085 2005-08-20  Jim Meyering  <jim@meyering.net>
19086
19087         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
19088         of unused local, dfa.
19089
19090 2005-08-20  Bruno Haible  <bruno@clisp.org>
19091
19092         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
19093
19094 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
19095
19096         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
19097         (re_node_set_insert_last, re_dfa_add_node):
19098         Rename local variables to avoid GCC shadowing warnings.
19099
19100 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
19101
19102         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
19103         [defined lint]: Suppress bogus uninitialized-variable warnings.
19104
19105         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
19106         and let the caller return REG_ESPACE if out of space.  This
19107         removes an uninitialied-variable warning with GCC 4.0.1, and also
19108         avoids taking the address of a local variable.  All callers
19109         changed.
19110
19111 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
19112
19113         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
19114         $LIBCSRC/posix/regexec.c.
19115         Add glibc bug 1217 for regcomp.c.
19116
19117 2005-08-19  Jim Meyering  <jim@meyering.net>
19118
19119         * lib/regexec.c (proceed_next_node): Redo local variables to
19120         avoid GCC shadowing warnings.
19121
19122 2005-08-18  Bruno Haible  <bruno@clisp.org>
19123
19124         * lib/strstr.c (strstr): Fix return value in multibyte case.
19125         * lib/strcasestr.c (strcasestr): Likewise.
19126
19127 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
19128
19129         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
19130
19131 2005-08-17  Jim Meyering  <jim@meyering.net>
19132
19133         Make the %s format (seconds since the epoch) work for a negative
19134         number and when used with a zero-padded field width, e.g. %015s.
19135
19136         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
19137         label so that it precedes the code to set `digits'.  Otherwise,
19138         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
19139         print `00-22'.  Now, it prints `-0022', as it should.
19140
19141 2005-08-17  Bruno Haible  <bruno@clisp.org>
19142
19143         * modules/strstr (Files): Add m4/mbrtowc.m4.
19144         (Depends-on): Add mbuiter.
19145
19146 2005-08-17  Bruno Haible  <bruno@clisp.org>
19147
19148         * modules/strcasestr: New file.
19149         * MODULES.html.sh (String handling, based on ANSI C 89): Add
19150         strcasestr.
19151
19152 2005-08-17  Bruno Haible  <bruno@clisp.org>
19153
19154         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
19155
19156 2005-08-17  Bruno Haible  <bruno@clisp.org>
19157
19158         * modules/mbuiter: New file.
19159         * MODULES.html.sh (Extended multibyte and wide character utilities):
19160         Add mbuiter.
19161
19162 2005-08-17  Bruno Haible  <bruno@clisp.org>
19163
19164         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
19165         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
19166
19167 2005-08-17  Bruno Haible  <bruno@clisp.org>
19168
19169         * m4/strcasestr.m4: New file.
19170
19171 2005-08-17  Bruno Haible  <bruno@clisp.org>
19172
19173         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
19174         * lib/strstr.c: Completely rewritten, with multibyte locale support.
19175
19176 2005-08-17  Bruno Haible  <bruno@clisp.org>
19177
19178         * lib/strcasestr.h: New file.
19179         * lib/strcasestr.c: New file.
19180
19181 2005-08-17  Bruno Haible  <bruno@clisp.org>
19182
19183         * lib/strcasecmp.c: Use mbuiter.h.
19184
19185 2005-08-17  Bruno Haible  <bruno@clisp.org>
19186
19187         * lib/mbuiter.h: New file.
19188
19189 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
19190
19191         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
19192         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
19193         and gl_GETOPT are both invoked via different paths (as happens
19194         with GNU tar CVS because it uses both argp and getopt), the former
19195         wins.
19196
19197 2005-08-16  Bruno Haible  <bruno@clisp.org>
19198
19199         * modules/tls: New file.
19200         * MODULES.html.sh (Multithreading): Add tls.
19201
19202 2005-08-16  Bruno Haible  <bruno@clisp.org>
19203
19204         * modules/strnlen1: New file.
19205         * MODULES.html.sh (String handling): Add strnlen1.
19206
19207 2005-08-16  Bruno Haible  <bruno@clisp.org>
19208
19209         * modules/strcase (Files): Add m4/mbrtowc.m4.
19210         (Depends-on): Add strnlen1, mbchar.
19211
19212 2005-08-16  Bruno Haible  <bruno@clisp.org>
19213
19214         * modules/mbiter: New file.
19215         * MODULES.html.sh (Extended multibyte and wide character utilities):
19216         Add mbiter.
19217
19218 2005-08-16  Bruno Haible  <bruno@clisp.org>
19219
19220         * modules/mbfile: New file.
19221         * MODULES.html.sh (Extended multibyte and wide character utilities):
19222         Add mbfile.
19223
19224 2005-08-16  Bruno Haible  <bruno@clisp.org>
19225
19226         * modules/mbchar: New file.
19227         * MODULES.html.sh (Extended multibyte and wide character utilities):
19228         New section.
19229
19230 2005-08-16  Bruno Haible  <bruno@clisp.org>
19231
19232         * m4/tls.m4: New file, from GNU gettext.
19233
19234 2005-08-16  Bruno Haible  <bruno@clisp.org>
19235
19236         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
19237         always.
19238         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
19239
19240 2005-08-16  Bruno Haible  <bruno@clisp.org>
19241
19242         * m4/mbiter.m4: New file.
19243
19244 2005-08-16  Bruno Haible  <bruno@clisp.org>
19245
19246         * m4/mbfile.m4: New file.
19247
19248 2005-08-16  Bruno Haible  <bruno@clisp.org>
19249
19250         * m4/mbchar.m4: New file.
19251
19252 2005-08-16  Bruno Haible  <bruno@clisp.org>
19253
19254         * lib/tls.h: New file, from GNU gettext.
19255         * lib/tls.c: New file, from GNU gettext.
19256
19257 2005-08-16  Bruno Haible  <bruno@clisp.org>
19258
19259         * lib/strnlen1.h: New file.
19260         * lib/strnlen1.c: New file.
19261
19262 2005-08-16  Bruno Haible  <bruno@clisp.org>
19263
19264         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
19265         (mbi_init): Update.
19266         (mbi_avail, mbi_advance): Let the iteration end before the terminating
19267         NUL byte, not after it.
19268
19269 2005-08-16  Bruno Haible  <bruno@clisp.org>
19270
19271         * lib/strcase.h (strcasecmp): Add note in comments.
19272         * lib/strncasecmp.c: Use code from strcasecmp.c.
19273         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
19274         (strcasecmp): Work correctly in multibyte locales.
19275
19276 2005-08-16  Bruno Haible  <bruno@clisp.org>
19277
19278         * lib/mbiter.h: New file.
19279
19280 2005-08-16  Bruno Haible  <bruno@clisp.org>
19281
19282         * lib/mbfile.h: New file.
19283
19284 2005-08-16  Bruno Haible  <bruno@clisp.org>
19285
19286         * lib/mbchar.h: New file.
19287         * lib/mbchar.c: New file.
19288
19289 2005-08-16  Bruno Haible  <bruno@clisp.org>
19290
19291         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
19292         the valid ones. Makes the comparison operations transitive:
19293         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
19294         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
19295
19296 2005-08-15  Simon Josefsson  <jas@extundo.com>
19297
19298         * modules/ssize_t (License): Change to 'unlimited'.
19299
19300         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
19301
19302 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
19303
19304         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
19305         Add comments for each pending glibc patch.
19306
19307 2005-08-15  Bruno Haible  <bruno@clisp.org>
19308
19309         * lib/regex.h (__restrict_arr): Don't define to __restrict if
19310         __cplusplus is defined.
19311
19312 2005-08-14  Jim Meyering  <jim@meyering.net>
19313
19314         Sync from coreutils.
19315
19316         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
19317         Use the hash-table-based cycle-detection code not just when
19318         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
19319         Reported by James Youngman in
19320         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
19321         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
19322         FTS_TIGHT_CYCLE_CHECK.
19323         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
19324         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
19325         once again.
19326         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
19327         * lib/fts.c (fd_safer): Remove decl.
19328         Include fcntl--.h rather than unistd-safer.h
19329         (fts_safe_changedir): Don't call fd_safer; no longer needed
19330         now that we include fcntl--.h.
19331
19332 2005-08-12  Simon Josefsson  <jas@extundo.com>
19333
19334         * modules/getndelim2: Use ssize_t module.
19335         * modules/getnline: Likewise.
19336         * modules/safe-read: Likewise.
19337         * modules/xreadlink: Likewise.
19338
19339         * modules/ssize_t: New file.
19340
19341 2005-08-12  Simon Josefsson  <jas@extundo.com>
19342
19343         * m4/readline.m4: Look for termcap, curses or ncurses if required.
19344
19345 2005-08-12  Simon Josefsson  <jas@extundo.com>
19346
19347         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
19348         ssize_t.
19349
19350 2005-08-12  Simon Josefsson  <jas@extundo.com>
19351
19352         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
19353         readline, getdelim and check_version.
19354         (Support for systems lacking ISO C 99: Sizes of integer types):
19355         Add size_max.
19356
19357 2005-08-12  Bruno Haible  <bruno@clisp.org>
19358
19359         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
19360
19361 2005-08-11  Simon Josefsson  <jas@extundo.com>
19362
19363         * modules/readline: New file.
19364
19365         * modules/strnlen (Files): Add strnlen.h.
19366
19367 2005-08-11  Simon Josefsson  <jas@extundo.com>
19368
19369         * m4/readline.m4: New file.
19370
19371 2005-08-11  Simon Josefsson  <jas@extundo.com>
19372
19373         * lib/readline.h, readline.c: New file.
19374
19375 2005-08-11  Simon Josefsson  <jas@extundo.com>
19376
19377         * doc/gnulib.texi (Initial import, Finishing touches): Mention
19378         gl_AVOID.
19379
19380 2005-08-11  Bruno Haible  <bruno@clisp.org>
19381
19382         * lib/strnlen.h (strnlen): Change parameter name to match comment.
19383
19384 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
19385
19386         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
19387
19388 2005-08-10  Simon Josefsson  <jas@extundo.com>
19389
19390         * tests/test-iconvme.c: New file.
19391
19392 2005-08-10  Simon Josefsson  <jas@extundo.com>
19393
19394         * m4/strnlen.m4: New file.
19395
19396         * m4/strndup.m4: Don't check for strnlen declaration, done in
19397         strnlen.m4.
19398
19399 2005-08-10  Simon Josefsson  <jas@extundo.com>
19400
19401         * lib/strndup.c: Use strnlen.h.
19402
19403         * lib/strnlen.h: New file.
19404
19405 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
19406
19407         * README: Typos.
19408
19409 2005-08-02  Simon Josefsson  <jas@extundo.com>
19410
19411         * modules/readline: New file.
19412
19413 2005-08-02  Simon Josefsson  <jas@extundo.com>
19414
19415         * modules/getdelim: New file.
19416
19417         * modules/getline: Rewrite, don't use getndelim2.
19418
19419 2005-08-02  Simon Josefsson  <jas@extundo.com>
19420
19421         * m4/getline.m4: Separate out getdelim stuff into separate module.
19422
19423         * m4/getdelim.m4: New file.
19424
19425 2005-08-02  Simon Josefsson  <jas@extundo.com>
19426
19427         * lib/getline.h, getline.c: Rewrite.
19428
19429         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
19430
19431 2005-07-31  Bruno Haible  <bruno@clisp.org>
19432
19433         * lib/lock.h (gl_lock_initializer): New macro.
19434         (gl_lock_define_initialized): Use it.
19435         (gl_rwlock_initializer): New macro.
19436         (gl_rwlock_define_initialized): Use it.
19437         (gl_recursive_lock_initializer): New macro.
19438         (gl_recursive_lock_define_initialized): Use it.
19439
19440 2005-07-30  Karl Berry  <karl@gnu.org>
19441
19442         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
19443         Report from Ben Pfaff, regarding getopt.
19444
19445 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
19446
19447         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
19448         normal way.
19449         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
19450         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
19451         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
19452         (gl_GETOPT): Use the new macros.  Most of the implementation
19453         is moved to the new macros.  This is for programs like Emacs
19454         that don't want all the functionality of gl_GETOPT.
19455
19456 2005-07-26  Bruno Haible  <bruno@clisp.org>
19457
19458         * m4/lock.m4: Update from GNU gettext.
19459
19460 2005-07-26  Bruno Haible  <bruno@clisp.org>
19461
19462         * lib/lock.h: Update from GNU gettext.
19463         * lib/lock.c: Update from GNU gettext.
19464
19465 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
19466
19467         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
19468         obsolescent AC_TRY_RUN.  Include the default includes files, for
19469         'exit'.
19470
19471 2005-07-24  Bruno Haible  <bruno@clisp.org>
19472
19473         * modules/visibility: New file.
19474         * MODULES.html.sh (Misc): Add visibility.
19475
19476 2005-07-24  Bruno Haible  <bruno@clisp.org>
19477
19478         * m4/visibility.m4: New file.
19479
19480 2005-07-24  Bruno Haible  <bruno@clisp.org>
19481
19482         * doc/visibility.texi: New file.
19483
19484 2005-07-22  Bruno Haible  <bruno@clisp.org>
19485
19486         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
19487         $(ALLOCA_H), redundant through BUILT_SOURCES.
19488         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
19489         redundant through BUILT_SOURCES.
19490         * modules/byteswap (Makefile.am): Remove explicit dependency on
19491         $(BYTESWAP_H), redundant through BUILT_SOURCES.
19492         * modules/fnmatch (Makefile.am): Remove explicit dependency on
19493         $(FNMATCH_H), redundant through BUILT_SOURCES.
19494         * modules/getopt (Makefile.am): Remove explicit dependency on
19495         $(GETOPT_H), redundant through BUILT_SOURCES.
19496         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
19497         redundant through BUILT_SOURCES.
19498         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
19499         redundant through BUILT_SOURCES.
19500         * modules/stdbool (Makefile.am): Remove explicit dependency on
19501         $(STDBOOL_H), redundant through BUILT_SOURCES.
19502         * modules/stdint (Makefile.am): Remove explicit dependency on
19503         $(STDINT_H), redundant through BUILT_SOURCES.
19504         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
19505         Remove explicit dependency on $(SYSEXITS_H).
19506         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
19507
19508 2005-07-18  Simon Josefsson  <jas@extundo.com>
19509
19510         * lib/check-version.c (check_version): Accept identical versions too.
19511
19512 2005-07-18  Bruno Haible  <bruno@clisp.org>
19513
19514         * modules/lock: New file.
19515         * MODULES.html.sh (Multithreading): New section.
19516
19517 2005-07-18  Bruno Haible  <bruno@clisp.org>
19518
19519         * m4/lock.m4: New file, from GNU gettext.
19520
19521 2005-07-18  Bruno Haible  <bruno@clisp.org>
19522
19523         * lib/lock.h: New file, from GNU gettext.
19524         * lib/lock.c: New file, from GNU gettext.
19525
19526 2005-07-18  Bruno Haible  <bruno@clisp.org>
19527
19528         * lib/lock.h (gl_once_t): New type.
19529         (gl_once_define, gl_once): New macros.
19530         * lib/lock.c (fresh_once): New variable.
19531         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
19532         functions.
19533
19534 2005-07-16  Simon Josefsson  <jas@extundo.com>
19535
19536         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
19537         workaround, suggested by Bruno.
19538
19539 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
19540
19541         * modules/xalloc (Depends-on): Add xalloc-die.
19542         * modules/xvasprintf (Depends-on): Add xalloc-die.
19543
19544 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
19545
19546         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
19547         with a minor change.
19548
19549 2005-07-15  Bruno Haible  <bruno@clisp.org>
19550
19551         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
19552         When using lib/poll.c, define poll as rpl_poll.
19553
19554 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
19555
19556         * modules/argp (Depends-on): Remove unlocked-io.
19557
19558 2005-07-14  Derek Price  <derek@ximbiot.com>
19559
19560         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
19561         for glob symlink bug.
19562
19563 2005-07-14  Bruno Haible  <bruno@clisp.org>
19564
19565         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
19566         Instead, test for *_unlocked function declarations directly.
19567
19568 2005-07-11  Simon Josefsson  <jas@extundo.com>
19569
19570         * modules/size_max: New file.
19571
19572         * modules/xsize: Depend on size_max module for size_max.m4.
19573
19574 2005-07-11  Simon Josefsson  <jas@extundo.com>
19575
19576         * lib/size_max.h: New file.
19577
19578 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
19579
19580         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
19581         copyright symbol and the year.
19582         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
19583         (version_etc_va): Use parameterized copyright notice.
19584         Reword to conform to the current GNU coding standards.
19585
19586 2005-07-11  Karl Berry  <karl@gnu.org>
19587
19588         * doc/gnulib.texi (Quoting): new node.
19589         (Initial import): more info, from Patrice.
19590
19591 2005-07-11  Bruno Haible  <bruno@clisp.org>
19592
19593         * gnulib-tool (func_usage): Document option --avoid.
19594         (Command line options): Handle --avoid.
19595         (func_acceptable): New function.
19596         (func_modules_transitive_closure): Use it.
19597
19598 2005-07-11  Bruno Haible  <bruno@clisp.org>
19599
19600         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
19601         Reported by Jim Meyering.
19602
19603 2005-07-10  Bruno Haible  <bruno@clisp.org>
19604
19605         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
19606         Needed when size_t is smaller than 'unsigned int'.
19607         Reported by Paul Eggert.
19608
19609 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
19610
19611         * modules/argp (Depends-on): Add unlocked-io
19612
19613 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
19614
19615         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
19616         block of defines.
19617
19618 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
19619
19620         * config/srclist.txt: Comment out regcomp.c, since we have a porting
19621         fix now.
19622
19623 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
19624         and Paul Eggert  <eggert@cs.ucla.edu>
19625
19626         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
19627         in wint_t, not wchar_t.  Remove now-unnecessary cast.
19628
19629 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
19630
19631         * modules/regex (Files): Add lib/regex_internal.c,
19632         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
19633         (Depends-on): Add extensions.
19634         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
19635
19636 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
19637
19638         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
19639         pathconf.
19640         * m4/same.m4 (gl_SAME): Likewise.
19641         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
19642
19643         * m4/regex.m4: Adjust to new libc regex implementation.
19644         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
19645         all the .c and .h parts of (the new) regex.
19646         Quote the m4 stuff better.
19647         Check for RE_ICASE bug of old gnulib.
19648         Check for REG_STARTEND of recent libc.
19649         Rename local variables from jm_* to gl_*.
19650         Quote operand of "test -f".
19651         Say "recent enough" version of libc, not "version 2".
19652         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
19653         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
19654         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
19655         Remove check for btowc, isascii.
19656         Require AM_LANGINFO_CODESET.
19657
19658 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
19659
19660         * lib/regex.c, regex.h: Sync from libc.
19661         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
19662         * lib/regexec.c:
19663         New files, synced from libc, except that regex_internal.h
19664         currently has a small porting fix.
19665
19666 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
19667
19668         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
19669         regex_internal.c, regexec.c.
19670         Add regex_internal.h too, but as a comment, since the libc version
19671         is currently broken in gnulib mode.
19672
19673 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
19674
19675         Support programs like Emacs that use gnulib but not gettext.
19676         * MODULES.html.sh (Internationalization functions): Add gettext-h.
19677         * modules/gettext-h: New file.
19678         * modules/gettext (Files): Remove lib/gettext.h.
19679         (Depends-on): Add gettext-h.
19680         (Makefile.am): Remove lib_SOURCES.
19681         * modules/argmatch, modules/c-stack, modules/closeout:
19682         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
19683         * modules/execute, modules/file-type, modules/getaddrinfo:
19684         * modules/getopt, modules/human, modules/javacomp:
19685         * modules/javaexec, modules/mkdir-p, modules/obstack:
19686         * modules/openat, modules/pagealign_alloc, modules/pipe:
19687         * modules/quotearg, modules/regex, modules/rpmatch:
19688         * modules/unicodeio, modules/userspec, modules/version-etc:
19689         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
19690         * modules/xsetenv:
19691         Depend on gettext-h, not gettext.
19692
19693 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
19694
19695         * gnulib-tool (func_import): Add support for 'public domain' license.
19696         * modules/alloca, modules/atexit, modules/memmove:
19697         Now public domain, not GPL.
19698         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
19699         * modules/realloc, modules/strerror, modules/strtod:
19700         Now LGPL, not GPL.
19701
19702 2005-07-05  Bruno Haible  <bruno@clisp.org>
19703
19704         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
19705         autoconf CVS. Needed for mingw.
19706
19707 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
19708
19709         Remove the dependency of the strftime module on the tzset module.
19710         * modules/strftime (Depends-on): Remove dependency on tzset.
19711
19712 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
19713
19714         Remove the dependency of the strftime module on the tzset module.
19715         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
19716         gl_FUNC_TZSET_CLOBBER.
19717
19718 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
19719
19720         Remove the dependency of the strftime module on the tzset module.
19721         * lib/strftime.c (my_strftime)
19722         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
19723         Copy the input structure, to work around some of the bug with
19724         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
19725         Solaris releases, you should also use the tzset module, but we won't
19726         require it as a dependency any more since we don't want LGPLed code
19727         to depend on GPLed code.
19728
19729 2005-07-02  Jim Meyering  <jim@meyering.net>
19730
19731         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
19732         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
19733         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
19734         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
19735
19736 2005-07-02  Jim Meyering  <jim@meyering.net>
19737
19738         * lib/backupfile.c (backup_args): Change a `0' to NULL.
19739
19740 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
19741
19742         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
19743         declares only 'struct timespec;' (!).
19744
19745 2005-07-01  Jim Meyering  <jim@meyering.net>
19746
19747         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
19748         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
19749         * lib/save-cwd.c, tempname.c:
19750         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
19751         and don't include <sys/file.h>).
19752
19753 2005-06-29  Jim Meyering  <jim@meyering.net>
19754
19755         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
19756         type name.  Use the variable name instead.
19757         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
19758         Likewise.
19759
19760 2005-06-28  Simon Josefsson  <jas@extundo.com>
19761
19762         * modules/check-version (Files): Add check-version.m4.
19763
19764 2005-06-28  Simon Josefsson  <jas@extundo.com>
19765
19766         * m4/check-version.m4: New file, suggested by Jim Meyering
19767         <jim@meyering.net>.
19768
19769 2005-06-28  Simon Josefsson  <jas@extundo.com>
19770
19771         * lib/check-version.h, lib/check-version.c: New files.
19772
19773 2005-06-28  Simon Josefsson  <jas@extundo.com>
19774
19775         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
19776         collision with global variable.  Better indentation.  Don't
19777         increment buffer pointer beyond buffer end.  Based on comments
19778         from Paul Eggert <eggert@cs.ucla.edu>.
19779
19780         * lib/base64.h: Indent.
19781
19782 2005-06-28  Simon Josefsson  <jas@extundo.com>
19783
19784         * doc/gnulib.texi (Library version handling): New section.
19785
19786 2005-06-28  Jim Meyering  <jim@meyering.net>
19787
19788         * check-module (find_included_lib_files): Hard-code another
19789         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
19790         but modules/fts-lgpl (correctly) does not list those files.
19791
19792         * modules/canonicalize (Files): Add lib/pathmax.h.
19793
19794 2005-06-25  Simon Josefsson  <jas@extundo.com>
19795
19796         * modules/check-version: New file.
19797
19798 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
19799
19800         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
19801         initializer of struct addrinfo, as an indication that we don't
19802         care how many members the structure has.
19803
19804 2005-06-24  Derek Price  <derek@ximbiot.com>
19805         and Bruno Haible  <bruno@clisp.org>
19806
19807         Remove stat module & update lstat.
19808         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
19809         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
19810         * m4/stat.m4: Remove this file.
19811
19812 2005-06-24  Derek Price  <derek@ximbiot.com>
19813         and Bruno Haible  <bruno@clisp.org>
19814
19815         Remove stat module & update lstat.
19816         * lib/stat.c: Remove this file...
19817         (slash_aware_lstat): ...moving this content and its support...
19818         * lib/lstat.c (rpl_lstat): ...into here.
19819         * lib/lstat.h: New file.
19820
19821 2005-06-24  Derek Price  <derek@ximbiot.com>
19822         and Bruno Haible  <bruno@clisp.org>
19823
19824         Remove stat module & update lstat.
19825         * config/srclist.txt (libc sources): Remove stat.
19826
19827 2005-06-24  Derek Price  <derek@ximbiot.com>
19828         and Bruno Haible  <bruno@clisp.org>
19829
19830         Remove stat module & update lstat.
19831         * MODULES.html.sh (stat): Remove.
19832         * MODULES.html: Regenerated.
19833         * modules/lstat (Description): Correct function name.
19834         (Files): Add "lstat.h".
19835         (Depends-on): Remove stat, add xalloc, stat-macros.
19836         * modules/stat: Remove this file.
19837         (Include): Add "lstat.h", remove <sys/stat.h>.
19838
19839 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
19840
19841         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
19842         (ranged_convert): Don't save conversion in a temporary struct.
19843         This causes a warning with GCC 4.0.0, and anyway in the typical
19844         case it's not worth the extra 100 bytes or so of code.
19845         (ranged_convert, __mktime_internal): When calling a function via a
19846         pointer P, use P () rather than (*P) (), as we now assume C89 or
19847         better.
19848
19849 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
19850
19851         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
19852         "who -r" failed to give output.  Problem reported by Tim Waugh.
19853
19854         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
19855         (xcalloc): Use it to avoid needless tests.
19856         Problem reported by Jim Meyering.
19857
19858 2005-06-20  Derek Price  <derek@ximbiot.com>
19859
19860         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
19861         unnecessary for Autoconfs > 2.59c.
19862
19863 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
19864
19865         * lib/argp.h (__option_is_short): Check upper limit of
19866         __key. Isprint() requires its argument to have the value
19867         of an unsigned char or EOF.
19868
19869 2005-06-16  Jim Meyering  <jim@meyering.net>
19870
19871         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
19872         when either N or S is zero.
19873
19874 2005-06-16  Derek Price  <derek@ximbiot.com>
19875
19876         * m4/bison.m4: Declare YACC & YFLAGS precious.
19877
19878 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
19879
19880         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
19881         multibyte string or pattern, fall back on unibyte matching.
19882         Problem reported by James Youngman.
19883
19884 2005-06-08  Bruno Haible  <bruno@clisp.org>
19885
19886         * modules/csharpcomp: New file.
19887         * MODULES.html.sh (C#): Add csharpcomp.
19888
19889 2005-06-08  Bruno Haible  <bruno@clisp.org>
19890
19891         * m4/csharpcomp.m4: New file, from GNU gettext.
19892
19893 2005-06-08  Bruno Haible  <bruno@clisp.org>
19894
19895         * lib/csharpcomp.h: New file, from GNU gettext.
19896         * lib/csharpcomp.c: New file, from GNU gettext.
19897         * lib/csharpcomp.sh.in: New file, from GNU gettext.
19898
19899 2005-06-08  Bruno Haible  <bruno@clisp.org>
19900
19901         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
19902         warning on mingw.
19903
19904 2005-06-07  Derek Price  <derek@ximbiot.com>
19905
19906         Sync from CVS.
19907         * lib/glob_.h: Indent nested #ifdef.
19908
19909 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
19910
19911         Sync from coreutils.
19912         Use "file name" when talking about file names, instead of "filename"
19913         or "path", as per the GNU coding standards.
19914         * lib/mkdir-p.c: Renamed from makepath.c.
19915         (make_dir_parents): Renamed from make_path.  All callers changed.
19916         * lib/mkdir-p.h: Likewise.  All includers changed.
19917         * lib/filenamecat.c: Renamed from path-concat.c.
19918         (file_name_concat): Renamed from path_concat.  All callers changed.
19919         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
19920         * lib/filenamecat.h: Likewise.  All includers changed.
19921         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
19922         in comments or local variable names.
19923         * lib/basename.c: Likewise.
19924         * lib/canonicalize.c, canonicalize.h: Likewise.
19925         * lib/dirname.c, dirname.h: Likewise.
19926         * lib/euidaccess.c: Likewise.
19927         * lib/exclude.c: Likewise
19928         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
19929         * lib/fsusage.c, fsuage.h: Likewise.
19930         * lib/fts.c, fts_.h: Likewise.
19931         * lib/getcwd.c: Likewise.
19932         * lib/getloadavg.c: Likewise.
19933         * lib/mkstemp.c: Likewise.
19934         * lib/mountlist.c, mountlist.h: Likewise.
19935         * lib/openat.c, openat.h: Likewise.
19936         * lib/readlink-stub.c: Likewise.
19937         * lib/readutmp.c, readutmp.h: Likewise.
19938         * lib/rename.c: Likewise.
19939         * lib/rmdir.c: Likewise.
19940         * lib/same.c: Likewise.
19941         * lib/savedir.c: Likewise.
19942         * lib/stripslash.c: Likewise.
19943         * lib/tempname.c: Likewise.
19944         * lib/xreadlink.c: Likewise.
19945         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
19946         All uses changed.
19947         * lib/exclude.h: Likewise.
19948
19949         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
19950         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
19951         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
19952         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
19953         * lib/pathmax.h: Include <limits.h> unconditionally, since other
19954         files have been getting away with it for years (MORE/BSD 4.3
19955         is extinct now).
19956         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
19957         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
19958
19959         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
19960         Define to 256, not 255, as per modern POSIX.
19961
19962 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
19963
19964         Sync from coreutils.
19965         Use "file name" when talking about file names, instead of "filename"
19966         or "path", as per the GNU coding standards.
19967         * MODULES.html.sh: mkdir-p renamed from makepath.
19968         filenamecat renamed from path-concat.
19969         * modules/filenamecat: Renamed from modules/path-concat.
19970         (Files): filenamecat.h and filenamecat.c renamed from
19971         path-concat.h and path-concat.c.
19972         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
19973         (Include): filenamecat.h, not path-concat.h.
19974         * modules/mkdir-p: Renamed from modules/makepath.
19975         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
19976         makepath.c.
19977         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
19978         (Include): mkdir-p.h, not makepath.h.
19979
19980 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
19981
19982         Sync from coreutils.
19983         * m4/mkdir-p.m4: Renamed from makepath.m4.
19984         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
19985         Rename files from makepath.c to mkdir-p.c, and from
19986         makepath.h to mkdir-p.h.
19987         * m4/filenamecat.m4: Renamed from path-concat.m4.
19988         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
19989         Rename files from path-concat.c to filenamecat.c,
19990         and from path-concat.h to filenamecat.h.
19991         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
19992         "file name" in local variables or comments.
19993         * m4/rename.m4: Likewise.
19994
19995 2005-06-01  Bruno Haible  <bruno@clisp.org>
19996
19997         * modules/csharpexec: New file.
19998         * MODULES.html.sh (C#): New section.
19999
20000 2005-06-01  Bruno Haible  <bruno@clisp.org>
20001
20002         * m4/csharp.m4: New file, from GNU gettext.
20003         * m4/csharpexec.m4: New file, from GNU gettext.
20004
20005 2005-06-01  Bruno Haible  <bruno@clisp.org>
20006
20007         * lib/csharpexec.h: New file, from GNU gettext.
20008         * lib/csharpexec.c: New file, from GNU gettext.
20009         * lib/csharpexec.sh.in: New file, from GNU gettext.
20010
20011 2005-05-31  Derek Price  <derek@ximbiot.com>
20012             Paul Eggert  <eggert@cs.ucla.edu>
20013
20014         Sync from cvs.
20015         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
20016
20017 2005-05-31  Derek Price  <derek@ximbiot.com>
20018             Paul Eggert  <eggert@cs.ucla.edu>
20019
20020         Sync from cvs.
20021         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
20022
20023 2005-05-29  Derek Price  <derek@ximbiot.com>
20024
20025         * config/srclist.txt (glob_.h, glob.c): Add these files.
20026
20027 2005-05-29  Derek Price  <derek@ximbiot.com>
20028
20029         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
20030         * modules/glob: New file.
20031         * modules/getlogin_r: Add link to POSIX spec in description.
20032
20033 2005-05-29  Derek Price  <derek@ximbiot.com>
20034             Paul Eggert  <eggert@cs.ucla.edu>
20035
20036         * m4/glob.m4: New file.
20037
20038 2005-05-29  Derek Price  <derek@ximbiot.com>
20039             Paul Eggert  <eggert@cs.ucla.edu>
20040
20041         * lib/glob_.h, lib/glob.c: New files.
20042
20043 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
20044
20045         * modules/fts (Files): Remove m4/inttypes-pri.m4.
20046         * modules/fts-lgpl (Depends-on): Remove gettext.
20047
20048 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
20049
20050         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
20051         and don't require gt_INTTYPES_PRI.
20052
20053 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
20054
20055         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
20056
20057         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
20058         the configuration hassle isn't worth it.
20059         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
20060         (LONGEST_MODIFIER, PRIuMAX): Remove.
20061
20062 2005-05-27  Bruno Haible  <bruno@clisp.org>
20063
20064         * lib/getlogin_r.h: Remove second include of <stddef.h>.
20065
20066 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
20067
20068         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
20069         _POSIX_PTHREAD_SEMANTICS for Solaris.
20070
20071 2005-05-25  Derek Price  <derek@ximbiot.com>
20072
20073         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
20074
20075 2005-05-25  Derek Price  <derek@ximbiot.com>
20076             Paul Eggert  <eggert@cs.ucla.edu>
20077
20078         * modules/getlogin_r, m4/getlogin_r.m4: New files.
20079         * lib/getlogin_r.c, getlogin_r.h: New files.
20080
20081 2005-05-25  Bruno Haible  <bruno@clisp.org>
20082             Derek Price  <derek@ximbiot.com>
20083
20084         * lib/getlogin_r.h: Simplify API documentation.
20085
20086 2005-05-23  Derek Price  <derek@ximbiot.com>
20087
20088         * modules/minmax (Files): Add m4/minmax.m4.
20089         (configure.ac): Add gl_MINMAX.
20090
20091 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
20092
20093         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
20094         so that unistd-safer.h (GPL'ed code) need not be included.
20095
20096 2005-05-22  Bruno Haible  <bruno@clisp.org>
20097
20098         * m4/minmax.m4: New file.
20099         Based on a patch by Derek Price <derek@ximbiot.com>.
20100
20101 2005-05-22  Bruno Haible  <bruno@clisp.org>
20102
20103         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
20104         (INT64_MIN): Fix definition.
20105         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
20106
20107         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
20108         NEED_SIGNED_INT_TYPES.
20109
20110         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
20111         HAVE_SYSTEM_INTTYPES.
20112
20113 2005-05-22  Bruno Haible  <bruno@clisp.org>
20114
20115         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
20116         Also include <sys/param.h> if it defines MIN, MAX.
20117         Based on a patch by Derek Price <derek@ximbiot.com>.
20118
20119 2005-05-21  Jim Meyering  <jim@meyering.net>
20120
20121         * modules/fts (Files): Add m4/inttypes-pri.m4.
20122         (Depends-on): Add lstat and remove gettext.  Alphabetize.
20123
20124 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
20125
20126         New fts module.
20127         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
20128         (setup_dir, free_dir): New functions.
20129         (enter_dir, leave_dir): Define trivial
20130         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
20131         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
20132         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
20133         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
20134         Move to fts-cycle.c.
20135         (fts_open): Use setup_dir.
20136         (fts_close): Use free_dir.
20137         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
20138         This adds a label and some gotos, but the alternatives were messier.
20139         Check for memory allocation failure when entering a dir.
20140         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
20141         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
20142         (FTS): New member fts_cycle, that is a union that contains the
20143         old active_dir_ht and cycle_state.  All uses changed to mention
20144         fts_cycle.ht and fts_cycle.state.
20145         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
20146         fts.c, with the following changes:
20147         (setup_dir, free_dir): New functions.
20148         (enter_dir): Now returns bool.  Return true if successful, false
20149         if memory exhausted.  All callers changed.
20150         Do not bother partly cleaning up on
20151         memory allocation failure; that is free_dir's job.
20152         However, free ad if hash_insert fails, to avoid memory leak.
20153         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
20154         fts->fts_options to see which union member to use.
20155
20156 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
20157
20158         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
20159         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
20160
20161 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
20162
20163         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
20164
20165 2005-05-20  Jim Meyering  <jim@meyering.net>
20166
20167         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
20168         Now a macro, to pacify GCC.
20169
20170 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
20171
20172         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
20173         of -1.
20174
20175 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
20176
20177         * lib/chown.c (rpl_chown): Return -1 on failure.
20178
20179 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
20180
20181         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
20182         Don't check for stddef.h.
20183         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
20184         don't use its results.
20185         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
20186         since we include them unconditionally.  Don't require
20187         AM_STDBOOL_H, since stdbool is a prerequisite.
20188         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
20189         since we assume C89 or better.
20190         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
20191         as we don't use their results.
20192         Don't check for fchdir, memmove, memset, strrchr, as we use
20193         them unconditionally.
20194         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
20195         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
20196
20197 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
20198
20199         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
20200         Include <stddef.h> unconditionally, since we assume C89 now.
20201         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
20202         * lib/fts.c: Include fts_.h first, to check interface.
20203         Do not include intprops.h; no longer needed.
20204         Include cycle-check.h and hash.h, since fts_.h no longer does.
20205         Remove unnecessary casts of closedir to void.
20206         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
20207         decide whether to decrement nlinks.
20208         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
20209         (FTS): Use struct hash_table * instead of Hash_table, so that
20210         we no longer need to include hash.h here.
20211
20212 2005-05-18  Jim Meyering  <jim@meyering.net>
20213
20214         * modules/dirfd (License): Change to LGPL.  Most of the code
20215         is already in the public domain.
20216
20217 2005-05-18  Jim Meyering  <jim@meyering.net>
20218
20219         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
20220         Reported by Yoann Vandoorselaere.
20221
20222 2005-05-17  Jim Meyering  <jim@meyering.net>
20223
20224         * m4/fts.m4: New file, from coreutils.
20225
20226 2005-05-17  Jim Meyering  <jim@meyering.net>
20227
20228         * lib/fts.c, lib/fts_.h: New files, from coreutils.
20229
20230 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
20231
20232         Sync from coreutils.
20233         * m4/unlinkdir.m4: New file.
20234
20235 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
20236
20237         Sync from coreutils.
20238         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
20239         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
20240         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
20241         White space changes only.
20242         * lib/makepath.c (make_path): Port to hosts where leading "//" is
20243         special.
20244         * lib/yesno.c: Include getline.h, not ctype.h.
20245         (yesno): Don't remove leading white space; POSIX doesn't allow it.
20246         Use getline to remove arbitrary restriction on response length.
20247
20248 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
20249
20250         * config/srclist-update: Spell out "Street" in FSF postal
20251         mail address; this is the style the FSF seems to prefer.
20252
20253         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
20254         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
20255         this updates FSF postal mail address.
20256
20257         Sync from coreutils.
20258         * modules/unlinkdir: New file.
20259         * modules/yesno (Depends-on): Add getline.
20260         * MODULES.html.sh (File system functions): Add unlinkdir.
20261
20262 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
20263
20264         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
20265         lib/strsep.h:
20266         Change the initial comment to refer to GPL, not LGPL.
20267         gnulib-tool will change it to LGPL as needed.
20268
20269         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
20270         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
20271         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
20272         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
20273         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
20274         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
20275         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
20276         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
20277         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
20278         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
20279         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
20280         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
20281         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
20282         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
20283         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
20284         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
20285         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
20286         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
20287         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
20288         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
20289         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
20290         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
20291         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
20292         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
20293         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
20294         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
20295         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
20296         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
20297         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
20298         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
20299         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
20300         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
20301         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
20302         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
20303         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
20304         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
20305         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
20306         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
20307         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
20308         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
20309         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
20310         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
20311         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
20312         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
20313         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
20314         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
20315         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
20316         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
20317         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
20318         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
20319         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
20320         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
20321         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
20322         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
20323         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
20324         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
20325         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
20326         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
20327         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
20328         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
20329         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
20330         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
20331         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
20332         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
20333         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
20334         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
20335         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
20336         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
20337         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
20338         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
20339         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
20340         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
20341         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
20342         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
20343         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
20344         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
20345         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
20346         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
20347         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
20348         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
20349         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
20350         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
20351         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
20352         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
20353         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
20354         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
20355         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
20356         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
20357         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
20358         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
20359         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
20360         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
20361         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
20362         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
20363         lib/yesno.c, lib/yesno.h:
20364         Update FSF postal mail address.
20365
20366 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
20367
20368         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
20369         tests/test-memmem.c, tests/test-stpncpy.c:
20370         Update FSF postal mail address.
20371
20372 2005-05-13  Bruno Haible  <bruno@clisp.org>
20373
20374         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
20375         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
20376         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
20377         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
20378         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
20379         Add support for 64-bit integers in the MSVC compiler.
20380
20381 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20382
20383         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
20384
20385 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
20386
20387         * gnulib-tool (func_import): Sort and uniquify recommended includes.
20388
20389 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
20390
20391         * doc/getdate.texi (General date syntax): Don't say that date
20392         date --iso-8601=ns generates acceptable dates; it doesn't yet.
20393         Problem reported by Nic Ferrier.
20394
20395 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20396
20397         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
20398         specified in ai_socktype. Fix invalid ai_protocol
20399         check. ai_protocol is usually set to 0 or depending on
20400         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
20401         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
20402         ai_socktype / ai_protocol in the returned addrinfo structure.
20403
20404 2005-05-10  Simon Josefsson  <jas@extundo.com>
20405
20406         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
20407         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
20408
20409 2005-05-10  Karl Berry  <karl@gnu.org>
20410
20411         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
20412         (from http://www.gnu.org/licenses).
20413         * doc/COPYING.LIB: also rename to COPYING.LESSER.
20414         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
20415         fdl.texi suffices.
20416
20417 2005-05-10  Karl Berry  <karl@gnu.org>
20418
20419         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
20420         (COPYING.DOC): remove.
20421
20422         * config/srclist-update: new FSF address.
20423
20424 2005-05-10  Derek Price  <derek@ximbiot.com>
20425
20426         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
20427         possible.
20428
20429 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20430             Bruno Haible  <bruno@clisp.org>
20431
20432         * modules/inet_ntop: New file.
20433         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
20434         inet_ntop.
20435
20436 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20437             Bruno Haible  <bruno@clisp.org>
20438
20439         * m4/inet_ntop.m4: New file.
20440
20441 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20442             Bruno Haible  <bruno@clisp.org>
20443
20444         * lib/inet_ntop.h: New file.
20445         * lib/inet_ntop.c: New file, from glibc with modifications.
20446
20447 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
20448
20449         * modules/time_r (License): Change to LGPL.
20450         * modules/extensions (License): Change to LGPL.  Actually,
20451         the license is more permissive than that, but currently gnulib-tool
20452         doesn't know how to handle more-permissive licenses.
20453
20454         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
20455         Problem reported by Dave Love.
20456
20457 2005-05-08  Jim Meyering  <jim@meyering.net>
20458
20459         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
20460         blank.
20461
20462 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
20463
20464         * modules/argmatch (Depends-on): Add stdbool.
20465         * modules/backupfile (Depends-on): Likewise.
20466         * modules/chdir-long (Depends-on): Likewise.
20467         * modules/closeout (Depends-on): Likewise.
20468         * modules/cycle-check (Depends-on): Likewise.
20469         * modules/dirname (Depends-on): Likewise.
20470         * modules/fnmatch (Depends-on): Likewise.
20471         * modules/fsusage (Depends-on): Likewise.
20472         * modules/fwriteerror (Depends-on): Likewise.
20473         * modules/getcwd (Depends-on): Likewise.
20474         * modules/getloadavg (Depends-on): Likewise.
20475         * modules/hard-locale (Depends-on): Likewise.
20476         * modules/makepath (Depends-on): Likewise.
20477         * modules/mountlist (Depends-on): Likewise.
20478         * modules/nanosleep (Depends-on): Likewise.
20479         * modules/posixtm (Depends-on): Likewise.
20480         * modules/quotearg (Depends-on): Likewise.
20481         * modules/readtokens (Depends-on): Likewise.
20482         * modules/readtokens0 (Depends-on): Likewise.
20483         * modules/readutmp (Depends-on): Likewise.
20484         * modules/save-cwd (Depends-on): Likewise.
20485         * modules/strftime (Depends-on): Likewise.
20486         * modules/userspec (Depends-on): Likewise.
20487         * modules/utimecmp (Depends-on): Likewise.
20488         * modules/xgetcwd (Depends-on): Likewise.
20489         * modules/xnanosleep (Depends-on): Likewise.
20490         * modules/xstrtod (Depends-on): Likewise.
20491         * modules/yesno (Depends-on): Likewise.
20492
20493 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
20494
20495         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
20496         needless checks.
20497
20498 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
20499
20500         Merge from coreutils.  Among other things,
20501         add bulletproofing for cases where stdin, stdout, or stderr are closed.
20502         * lib/fd-safer.c: New file.
20503         * lib/fcntl-safer.h, open-safer.c: Remove.
20504         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
20505         * lib/dup-safer.c: Include unistd-safer.h first.
20506         Don't include errno.h.
20507         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
20508         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
20509         * lib/file-type.c: Rely on file-type.h change.
20510         * lib/getloadavg.c: Include unistd-safer.h.
20511         (getloadavg): Use safer open.
20512         * lib/getusershell.c: Include "stdio-safer.h".
20513         (getusershell): Use safer fopen.
20514         * lib/long-options.c (long_options): Use NULL rather than 0.
20515         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
20516         'free'.
20517         * lib/modechange.c: Likewise.
20518         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
20519         (MODE_DONE): New constant.
20520         (struct mode_change): Remove 'next' member.
20521         (make_node_op_equals): New function; like the old one of the
20522         same name, except it allocates an array.
20523         (mode_compile, mode_create_from_ref): Use it.
20524         (mode_compile): Allocate result as an array, not a linked list.
20525         Parse octal string ourself, so that we catch mistakes like "+0".
20526         (mode_adjust): Arg is an array, not a linked list.
20527         * lib/modechange.c: Include stat-macros.h, xalloc.h.
20528         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
20529         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
20530         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
20531         Remove.  This is now stat-macros.h's job.
20532         (talloc): Remove.  All callers replaced by xalloc, so that
20533         our invokers don't have to worry about reporting memory failures.
20534         (make_node_op_equals): Remove.
20535         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
20536         New constants.
20537         (struct mode_change): Moved here from modechange.h.
20538         (mode_append_entry): Remove.
20539         (mode_compile): Remove MASKED_OPS arg, since it encouraged
20540         apps to have incorrect behavior.  Use simpler algorithm for head
20541         and tail.  Don't futz with umask; that's now the job of mode_adjust.
20542         Detect more invalid usages rather than having somewhat-random behavior.
20543         Don't insert an "a=" action, as that leads to incorrect behavior.
20544         (mode_compile, mode_create_from_ref): Return NULL on error instead
20545         of an enum, since now there's only one way to have an error.  All
20546         callers changed.
20547         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
20548         at the correct time.  Simplify calculation of "+u" and its ilk.
20549         Don't mishandle "+X".
20550         (mode_free): Remove "register" and localize decls.
20551         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
20552         (struct mode_change): Move to modechange.c; callers don't
20553         need to see this stuff.
20554         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
20555         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
20556         (mode_change, mode_adjust): Reflect the new signatures noted above.
20557         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
20558         that might redefine system include files.
20559         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
20560         (my_usleep): Use NULL rather than (void *) 0.
20561         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
20562         Use siginterrupt to specify that system calls should be interrupted.
20563         (rpl_nanosleep): Move initialization of suspended closer to call of
20564         my_usleep.
20565         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
20566         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
20567         (desirable_utmp_entry): New function.
20568         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
20569         using x2nrealloc, to simplify logic.
20570         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
20571         size calculation.  Do not assume utmp file is a regular file.
20572         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
20573         (READ_UTMP_CHECK_PIDS): New constant.
20574         * lib/save-cwd.c: Include unistd-safer.h.
20575         (save_cwd): Use fd_safer.
20576         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
20577         [!_LIBC] Include "stat-macros.h" instead.
20578         * lib/unistd-safer.h (fd_safer): New decl.
20579
20580 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
20581
20582         * modules/getloadavg (Depends-on): Add unistd-safer.
20583         * modules/getusershell (Depends-on): Add stdio-safer.
20584         * modules/lstat (Depends-on): Remove xalloc.
20585         * modules/mkstemp (Depends-on): Add stat-macros.
20586         * modules/modechange (Depends-on): Remove xstrtol.
20587         Add stat-macros, xalloc.
20588         * modules/save-cwd (Depends-on): Add unistd-safer.
20589         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
20590         * modules/unistd-safer (Files): Add lib/fd-safer.c
20591         (Makefile.am): Remove lib_SOURCES.
20592
20593         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
20594         Remove fcntl-safer; unistd-safer supersedes it.
20595
20596 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
20597
20598         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
20599         AC_HEADER_STAT.
20600         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
20601         (gl_PREREQ_CHOWN): Remove.
20602         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
20603         it.  Don't require AC_HEADER_STAT.
20604         (gl_PREREQ_LSTAT): Remove.
20605         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
20606         Don't require AC_HEADER_STAT.
20607         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
20608         (gl_PREREQ_RMDIR): Remove.
20609         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
20610         mention stat-macros.h or AC_HEADER_STAT, since we'll make
20611         the stat-macros module a prerequisite.
20612         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
20613         * m4/filemode.m4 (gl_FILEMODE): Likewise.
20614         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
20615         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
20616         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
20617         variable names.
20618         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
20619         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
20620         variable prefixes.
20621         * m4/fcntl-safer.m4: Remove.
20622         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
20623         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
20624         Invoke gl_PREREQ_FD_SAFER.
20625         (gl_PREREQ_FD_SAFER): New macro.
20626         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
20627         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
20628         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
20629         Remove duplicate call to AC_LIBOBJ(readutmp).
20630         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
20631
20632         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
20633         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
20634
20635 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
20636
20637         * MODULES.html.sh (Misc): Add byteswap.
20638
20639 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
20640
20641         * modules/getcwd (Depends-on): Add extensions.
20642         * modules/openat (Depends-on): Likewise.
20643
20644 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
20645
20646         * modules/byteswap: New file.
20647
20648 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
20649
20650         * m4/byteswap.m4: New file.
20651
20652 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
20653
20654         * lib/byteswap_.h: New file.
20655
20656 2005-04-25  Karl Berry  <karl@gnu.org>
20657
20658         * m4/gettext.m4: Update from GNU gettext 0.14.4.
20659
20660 2005-04-25  Albert Chin  <china@thewrittenword.com>
20661
20662         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
20663         Toolkit C bug.
20664
20665 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
20666
20667         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
20668         (func_ln_if_changed) Remove forcibly for no error message
20669         in case file does not exist.
20670
20671 2005-04-19  Simon Josefsson  <jas@extundo.com>
20672
20673         * gnulib-tool (Options): Make --symlink mean --symbolic.
20674
20675 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
20676
20677         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
20678
20679 2005-04-16  Simon Josefsson  <jas@extundo.com>
20680
20681         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
20682
20683 2005-04-15  Simon Josefsson  <jas@extundo.com>
20684
20685         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
20686
20687 2005-04-15  Simon Josefsson  <jas@extundo.com>
20688
20689         * gnulib-tool: Rename --symlink to --symbolic.
20690
20691 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
20692
20693         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
20694         symbolic links to files instead of copying/moving.  Add --aux-dir,
20695         specifying directory relative --dir where auxiliary build tools
20696         are placed.
20697
20698 2005-04-14  Bruno Haible  <bruno@clisp.org>
20699
20700         * modules/allocsa (License): Change to LGPL.
20701         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
20702
20703 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
20704
20705         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
20706         that "UTC +1 second" continues to work.  Problem reported
20707         by Dmitry V. Levin.
20708         (relunit_snumber): New rule.
20709         (relunit): Use it.
20710
20711 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
20712
20713         * lib/getdate.y (universal_time_zone_table): New constant.
20714         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
20715         universal_time_zone_table.
20716         (lookup_zone): Prefer universal_time_zone_table to
20717         local_time_zone_table, so that "GMT" time stamps are allowed in
20718         London during the summer.  Problem reported by Ian Abbott.
20719
20720 2005-04-12  Jim Meyering  <jim@meyering.net>
20721
20722         * lib/human.c (humblock): Set *options even when returning due to
20723         xstrtoumax conversion failure.  Thanks to a used-uninitialized
20724         warning from gcc-4.
20725
20726 2005-04-09  Jim Meyering  <jim@meyering.net>
20727
20728         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
20729         -Wuninitialized: initialize tm0.tm_year.
20730
20731 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
20732
20733         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
20734         count, since there's no maximum.  All uses changed.
20735         Add member dsts_seen.
20736         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
20737         not being INT_MAX.
20738         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
20739         Use pc_rels_seen to decide whther a date is absolute.
20740
20741         * lib/getdate.y (number): Don't overwrite year.
20742         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
20743         check.
20744
20745 2005-04-02  Simon Josefsson  <jas@extundo.com>
20746
20747         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
20748         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
20749
20750 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
20751
20752         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
20753         where no absolute path name can be longer than PATH_MAX.
20754
20755 2005-03-27  Jim Meyering  <jim@meyering.net>
20756
20757         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
20758
20759 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
20760
20761         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
20762         "one's complement" -> "ones' complement" in comment, as per Knuth.
20763         "value of type" -> "type or expression" in comment.
20764         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
20765
20766 2005-03-26  Jim Meyering  <jim@meyering.net>
20767
20768         Comment nits.
20769         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
20770         Correct typos: s/or/of/.
20771
20772 2005-03-26  Jim Meyering  <jim@meyering.net>
20773
20774         * modules/check-include-files: Move to ../ and rename to...
20775         * check-module: ...this.
20776
20777 2005-03-25  Jim Meyering  <jim@meyering.net>
20778
20779         * modules/xvasprintf (Files): Add xalloc.h.
20780
20781 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
20782
20783         * modules/gettext (Files): config/config.rpath ->
20784         build-aux/config.rpath
20785         * modules/iconv (Files): Likewise.
20786         Problem reported by Oskar Liljeblad.
20787
20788 2005-03-23  Jim Meyering  <jim@meyering.net>
20789
20790         * modules/check-include-files: New script to check for
20791         missing dependencies, multiple includes, etc.
20792
20793         * modules/c-strtold (Depends-on): Add xalloc.
20794         * modules/c-strtod (Depends-on): Add xalloc.
20795         * modules/hash (Depends-on): Add xalloc.
20796         (Files): Remove lib/xalloc.h.
20797
20798         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
20799         * modules/userspec (Files): Add lib/inttostr.h.
20800
20801 2005-03-23  Jim Meyering  <jim@meyering.net>
20802
20803         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
20804
20805 2005-03-22  Jim Meyering  <jim@meyering.net>
20806
20807         * modules/stat-macros: New module.
20808         * modules/canonicalize, modules/euidaccess, modules/file-type,
20809         * modules/filemode, modules/lchown, modules/makepath,
20810         * modules/rmdir, modules/stat: Depend on new stat-macros module
20811         rather than listing lib/stat-macros.h manually.
20812         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
20813
20814 2005-03-22  Jim Meyering  <jim@meyering.net>
20815
20816         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
20817
20818 2005-03-22  Bruno Haible  <bruno@clisp.org>
20819
20820         * config/srclist.txt: Replace target directory 'config' with
20821         'build-aux'.
20822         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
20823         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
20824         ../build-aux/.
20825
20826 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
20827
20828         * modules/chdir-long (Depends-on): Add mempcpy.
20829
20830         * modules/acl, modules/backupfile, modules/c-strtod,
20831         modules/c-strtold, modules/canon-host, modules/canonicalize,
20832         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
20833         modules/exclude, modules/exitfail, modules/file-type,
20834         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
20835         modules/getdate, modules/getline, modules/getpagesize,
20836         modules/getpass, modules/getugroups, modules/group-member,
20837         modules/hard-locale, modules/hash, modules/human, modules/idcache,
20838         modules/inttostr, modules/long-options, modules/makepath,
20839         modules/md5, modules/memcasecmp, modules/memcoll,
20840         modules/modechange, modules/mountlist, modules/path-concat,
20841         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
20842         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
20843         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
20844         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
20845         modules/strftime, modules/strndup, modules/strverscmp,
20846         modules/timespec, modules/unlocked-io, modules/userspec,
20847         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
20848         modules/yesno:
20849         Remove lib_SOURCES line from Makefile.am section, as this is now
20850         done automatically by the corresponding Autoconf macro.
20851
20852 2005-03-21  Jim Meyering  <jim@meyering.net>
20853
20854         Changes imported from coreutils.
20855
20856         * lib/cycle-check.c: Don't include xalloc.h.
20857
20858         * lib/path-concat.c: Don't include assert.h.
20859         (path_concat): Remove assertion that would have triggered
20860         for ABASE starting with more than one slash.
20861         Reported by Andreas Schwab.
20862
20863         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
20864         properly when ABASE is an absolute file name.
20865         Correct the description of this function.
20866         Include <assert.h>.
20867         Add an assertion and a test driver.
20868         This fixes a bug introduced on 2004-07-02.
20869         Andreas Schwab reported the resulting failure of cp --parents:
20870         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
20871
20872 2005-03-21  Jim Meyering  <jim@meyering.net>
20873
20874         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
20875         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
20876
20877 2005-03-21  Jim Meyering  <jim@meyering.net>
20878         and  Paul Eggert  <eggert@cs.ucla.edu>
20879
20880         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
20881         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
20882         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
20883         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
20884         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
20885         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
20886         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
20887         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
20888         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
20889         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
20890         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
20891         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
20892         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
20893         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
20894         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
20895         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
20896         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
20897         for these modules.
20898
20899 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
20900
20901         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
20902         (which shouldn't happen), generate nothing instead of returning 0
20903         immediately, so that nstrftime (NULL, ...) doesn't return 0.
20904
20905 2005-03-16  Bruno Haible  <bruno@clisp.org>
20906
20907         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
20908         HAVE_LONGLONG_64BIT.
20909
20910 2005-03-16  Bruno Haible  <bruno@clisp.org>
20911
20912         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
20913         HAVE_LONGLONG_64BIT.
20914
20915 2005-03-16  Bruno Haible  <bruno@clisp.org>
20916
20917         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
20918         HAVE_LONGLONG_64BIT.
20919
20920 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
20921
20922         * lib/strftime.c (my_strftime): Prepend space to format so that we can
20923         reliably distinguish strftime failure from empty output on POSIX
20924         hosts.
20925
20926 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
20927
20928         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
20929         (iconv_string): Don't guess a size-zero buffer, as that might cause
20930         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
20931         result would be 'too large', where 'too large' is (heuristically)
20932         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
20933         overflow concerns.  This will prevent some unwanted malloc failures
20934         when the inputs are very large.
20935
20936 2005-03-15  Karl Berry  <karl@gnu.org>
20937
20938         * config/srclist.txt (config.rpath): from gettext.
20939         * config/config.rpath: update.
20940
20941 2005-03-15  Bruno Haible  <bruno@clisp.org>
20942
20943         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
20944         to 'negate'.
20945
20946         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
20947         variable.
20948
20949         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
20950         results.
20951
20952 2005-03-14  Simon Josefsson  <jas@extundo.com>
20953
20954         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
20955         <fx@gnu.org>.
20956
20957 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
20958
20959         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
20960         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
20961         intprops.h.
20962         * lib/strtol.c: Likewise.
20963
20964 2005-03-14  Jim Meyering  <jim@meyering.net>
20965
20966         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
20967         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
20968         to be nonzero so that we (and caller) can detect the difference
20969         between a valid zero-length expansion and an error return, even
20970         when the underlying strftime fails before writing anything into
20971         that location.
20972
20973 2005-03-14  Bruno Haible  <bruno@clisp.org>
20974
20975         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
20976         Update from GNU gettext 0.14.3.
20977
20978 2005-03-10  Jim Meyering  <jim@meyering.net>
20979
20980         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
20981
20982 2005-03-10  Jim Meyering  <jim@meyering.net>
20983
20984         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
20985         so that this module works on systems without fchdir.
20986
20987 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
20988
20989         Factor int-properties macros into a single file, except for
20990         glibc-related files.
20991         * lib/intprops.h: New file.
20992         * lib/getloadavg.c: Include it instead of limits.h.
20993         (INT_STRLEN_BOUND): Remove.
20994         * lib/human.c: Include intprops.h.
20995         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
20996         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
20997         302/1000.
20998         * lib/inttostr.h: Include intprops.h instead of limits.h.
20999         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
21000         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
21001         for consistency with intprops.h.
21002         (time_t_is_integer, twos_complement_arithmetic): Use them.
21003         * lib/sig2str.h: Include <signal.h>, intprops.h.
21004         (INT_STRLEN_BOUND): Remove.
21005         * lib/strftime.c (TYPE_SIGNED): Remove.
21006         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
21007         * lib/strtol.c: Adjust comments to match intprops.h.
21008         * lib/userspec.c: Include intprops.h.
21009         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
21010         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
21011         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
21012         instead of rolling our own expressions.
21013         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
21014
21015         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
21016         instead of int.
21017         (my_strftime): Do not mishandle years close to INT_MAX, by doing
21018         the right thing even if adding 1900 would overflow.  Similarly
21019         for tm_mon + 1 and tm_yday + 1.
21020         Make %Y always equivalent to %C%y, and similarly for %G and %g.
21021         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
21022         (DO_SIGNED_NUMBER): New macro.
21023         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
21024
21025 2005-03-07  Bruno Haible  <bruno@clisp.org>
21026
21027         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
21028
21029 2005-03-07  Bruno Haible  <bruno@clisp.org>
21030
21031         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
21032
21033 2005-03-04  Derek R. Price  <derek@ximbiot.com>
21034
21035         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
21036         (func_import): Only replace files via --import when they have actually
21037         changed.
21038
21039 2005-03-03  Derek R. Price  <derek@ximbiot.com>
21040
21041         * m4/mmap-anon.m4: New file.
21042         * m4/pagealign_alloc.m4: New file.
21043
21044 2005-03-03  Derek R. Price  <derek@ximbiot.com>
21045             Bruno Haible  <bruno@clisp.org>
21046
21047         * modules/pagealign_alloc: New file.
21048         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
21049
21050 2005-03-03  Derek R. Price  <derek@ximbiot.com>
21051             Bruno Haible  <bruno@clisp.org>
21052
21053         * lib/pagealign_alloc.h: New file.
21054         * lib/pagealign_alloc.c: New file.
21055
21056 2005-03-03  Bruno Haible  <bruno@clisp.org>
21057
21058         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
21059         Use an all-permissive copyright notice, recommended by RMS.
21060
21061 2005-03-02  Bruno Haible  <bruno@clisp.org>
21062
21063         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
21064         of AIX, the replacement has to be done only after <string.h> is
21065         included, therefore not in config.h. stpncpy.h does the replacement,
21066         and stpncpy.c uses it.
21067
21068 2005-03-02  Bruno Haible  <bruno@clisp.org>
21069
21070         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
21071         stpncpy.c uses it.
21072
21073 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
21074
21075         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
21076         The workaround isn't strictly needed for POSIX conformance, and
21077         it's too much of a pain to configure and maintain.  We'll ask
21078         people to fix their kernels instead.
21079         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
21080         (NANOSLEEP_BUG_WORKAROUND): Remove.
21081         (xnanosleep): Remove the workaround.
21082
21083 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
21084
21085         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
21086         Reported by Derek Price.
21087         (Include): Add "timespec.h".
21088
21089         * modules/xnanosleep (Depends-on): Remove gethrxtime.
21090
21091 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
21092
21093         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
21094         to detect nanosleep bug.
21095
21096 2005-03-01  Bruno Haible  <bruno@clisp.org>
21097
21098         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
21099
21100 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
21101
21102         * modules/gethrxtime: New file.
21103         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
21104         (Depends-on): Add gethrxtime.
21105         (configure.ac): Add gl_XNANOSLEEP.
21106         (Makefile.am): Remove lib_SOURCES line.
21107
21108 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
21109
21110         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
21111         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
21112
21113 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
21114
21115         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
21116         * lib/timespec.h (gettime): Return void, since it always
21117         succeeds now.  All uses changed.
21118         * lib/gettime.c (gettime) Likewise.
21119         [HAVE_NANOTIME]: Prefer nanotime.
21120         Assume gettimeofday succeeds, as POSIX requires.
21121         Assime time () succeeds, since other code already does.
21122         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
21123         (timespec_subtract): Remove.
21124         (NANOSLEEP_BUG_WORKAROUND): New constant.
21125         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
21126         things considerably.  Use it only on GNU/Linux hosts, since the
21127         workaround shouldn't be needed elsewhere.
21128
21129 2005-02-24  Bruno Haible  <bruno@clisp.org>
21130
21131         * modules/gettext (Files): Add m4/glibc2.m4.
21132
21133 2005-02-24  Bruno Haible  <bruno@clisp.org>
21134
21135         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
21136         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
21137         * m4/progtest.m4:
21138         Update from GNU gettext 0.14.2.
21139         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
21140
21141 2005-02-24  Bruno Haible  <bruno@clisp.org>
21142
21143         * lib/localcharset.c: Update from GNU gettext 0.14.2.
21144         * lib/config.charset: Update from GNU gettext 0.14.2.
21145
21146 2005-02-24  Bruno Haible  <bruno@clisp.org>
21147
21148         * lib/gettext.h: Update from GNU gettext 0.14.2.
21149
21150 2005-02-23  Simon Josefsson  <jas@extundo.com>
21151
21152         * m4/iconvme.m4: New file.
21153
21154 2005-02-23  Jim Meyering  <jim@meyering.net>
21155
21156         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
21157         change.
21158         Thanks to Bruno Haible for catching it.
21159
21160 2005-02-22  Simon Josefsson  <jas@extundo.com>
21161
21162         * modules/iconvme: New file.
21163
21164         * MODULES.html.sh: Add iconvme.
21165
21166 2005-02-22  Simon Josefsson  <jas@extundo.com>
21167
21168         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
21169
21170 2005-02-22  Simon Josefsson  <jas@extundo.com>
21171
21172         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
21173
21174 2005-02-22  Jim Meyering  <jim@meyering.net>
21175
21176         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
21177         s/ifndef/ifdef/.
21178
21179 2005-02-20  Neil Conway  <neilc@samurai.com>
21180
21181         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
21182         returned by OSX/Darwin if the specified buffer is not large
21183         enough for the hostname.
21184
21185 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21186
21187         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
21188         pass it to _help, otherwise the latter coredumps trying to
21189         dereference state.root_argp.
21190
21191 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
21192
21193         * modules/chdir-long (Depends-on): Add memrchr.
21194         * modules/memrchr (Files): Add lib/memrchr.h.
21195         (Include): "memrchr.h".
21196
21197 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
21198
21199         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
21200
21201 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
21202
21203         * lib/memrchr.h: New file.
21204         * lib/chdir-long.c: Include it.
21205         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
21206         Don't bother including stddef.h.
21207
21208 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
21209
21210         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
21211         inclusion.
21212         Include <sys/types.h>, for dev_t.
21213         (ME_DUMMY, ME_REMOTE): Move from here....
21214         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
21215         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
21216         Dmitry V. Levin.
21217         Include mountlist.h first, to test the interface.
21218
21219 2005-01-29  Bruno Haible  <bruno@clisp.org>
21220
21221         * lib/progname.c (program_name): Initialize.
21222         Needed when linking statically on MacOS X.
21223
21224 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
21225
21226         Sync from coreutils.
21227         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
21228         (Depends-on): Add c-strtod.
21229         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
21230
21231 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
21232
21233         Sync from coreutils.
21234         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
21235
21236         Remove files that are specific to coreutils.
21237         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
21238
21239 2005-01-28  Bruno Haible  <bruno@clisp.org>
21240
21241         * modules/javacomp: New file.
21242         * MODULES.html.sh (Java): Add javacomp.
21243
21244 2005-01-28  Bruno Haible  <bruno@clisp.org>
21245
21246         * m4/javacomp.m4: New file, from GNU gettext.
21247
21248 2005-01-28  Bruno Haible  <bruno@clisp.org>
21249
21250         * lib/javacomp.sh.in: New file, from GNU gettext.
21251         * lib/javacomp.h: New file, from GNU gettext.
21252         * lib/javacomp.c: New file, from GNU gettext.
21253
21254 2005-01-26  Simon Josefsson  <jas@extundo.com>
21255
21256         * lib/gai_strerror.c: Use GPL in header.
21257
21258 2005-01-26  Bruno Haible  <bruno@clisp.org>
21259
21260         * modules/javaexec: New file.
21261         * MODULES.html.sh (Java): Add javaexec.
21262
21263 2005-01-26  Bruno Haible  <bruno@clisp.org>
21264
21265         * m4/javaexec.m4: New file, from GNU gettext.
21266
21267 2005-01-26  Bruno Haible  <bruno@clisp.org>
21268
21269         * lib/javaexec.sh.in: New file, from GNU gettext.
21270         * lib/javaexec.h: New file, from GNU gettext.
21271         * lib/javaexec.c: New file, from GNU gettext.
21272
21273 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21274
21275         * modules/lchown (Depends-on): Remove lchown.h
21276
21277 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21278
21279         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
21280         must be defined if the header file was not found, in order
21281         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
21282
21283 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21284
21285         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
21286         initializers for struct pentry_state.
21287         (__argp_error): Check return value of __asprintf
21288         (__argp_failure): Translate error message
21289
21290         * lib/argp-parse.c: Removed braces around the expansion of N_()
21291
21292 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
21293
21294         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
21295         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
21296         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
21297         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
21298         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
21299         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
21300         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
21301         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
21302         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
21303         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
21304         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
21305         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
21306         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
21307         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
21308         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
21309         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
21310         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
21311         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
21312         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
21313         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
21314         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
21315         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
21316         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
21317         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
21318         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
21319         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
21320         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
21321         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
21322         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
21323         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
21324         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
21325         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
21326         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
21327         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
21328         xstrtol.m4, xstrtoumax.m4, yesno.m4:
21329         Use an all-permissive copyright notice, recommended by RMS.
21330
21331 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
21332
21333         * modules/chdir-long (Depends-on): Remove mempcpy.
21334
21335 2005-01-21  Jim Meyering  <jim@meyering.net>
21336
21337         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
21338         same value as for Solaris 9.
21339
21340         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
21341         component length.  This included changing the parameter to be
21342         of type `char *' rather than `char const *'.
21343         * lib/chdir-long.h (chdir_long): Update prototype.
21344
21345         * lib/openat.c (fdopendir, fstatat): New functions.
21346         * lib/openat.h: Include headers required for use of DIR and struct
21347         stat.
21348         [AT_SYMLINK_NOFOLLOW]: Define.
21349         (fdopendir, fstatat): Add prototypes.
21350
21351 2005-01-21  Bruno Haible  <bruno@clisp.org>
21352
21353         * modules/classpath: New file.
21354         * MODULES.html.sh (Java): Add classpath.
21355
21356 2005-01-21  Bruno Haible  <bruno@clisp.org>
21357
21358         * lib/classpath.h: New file, from GNU gettext.
21359         * lib/classpath.c: New file, from GNU gettext.
21360
21361 2005-01-20  Simon Josefsson  <jas@extundo.com>
21362
21363         * modules/version-etc-fsf: New file.
21364
21365 2005-01-20  Simon Josefsson  <jas@extundo.com>
21366
21367         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
21368         * lib/version-etc.c: Remove version_etc_copyright.
21369         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
21370         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
21371
21372 2005-01-20  Simon Josefsson  <jas@extundo.com>
21373
21374         * lib/base64.h (isbase64): Add.
21375
21376         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
21377         using a unsigned prototype, don't inline.
21378         (base64_decode): Use it.
21379
21380 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
21381
21382         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
21383         it.
21384
21385 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
21386
21387         * lib/save-cwd.c (save_cwd): Remove code to support the case
21388         where fchdir is missing or flaky.
21389
21390 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
21391
21392         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
21393
21394 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
21395
21396         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
21397         AC_LIBSOURCES now does this.
21398         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
21399         with new ullong_max module.
21400
21401 2005-01-19  Bruno Haible  <bruno@clisp.org>
21402
21403         * modules/sh-quote: New file.
21404         * MODULES.html.sh (Executing programs): Add sh-quote.
21405
21406 2005-01-19  Bruno Haible  <bruno@clisp.org>
21407
21408         * lib/sh-quote.h: New file, from GNU gettext.
21409         * lib/sh-quote.c: New file, from GNU gettext.
21410
21411 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
21412
21413         Merge from coreutils.
21414         * m4/ullong_max.m4: New file.
21415         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
21416         (gl_MACROS): Assume localeconv exists.
21417
21418 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
21419
21420         Merge changes from coreutils, as described below in several
21421         changelogs dated today.
21422
21423         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
21424         (O_DIRECTORY): Remove; not needed here, since "." must be
21425         a directory.  All uses removed.
21426         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
21427         universal on Suns, and we also need to test for IRIX.
21428         Revamp code to use 'if' rather than '#if'.
21429         Avoid unnecessary comparison of cwd->desc to 0.
21430
21431         * lib/utimens.c (futimens): Robustify the previous patch, by checking
21432         for known valid error numbers rather than observed invalid ones.
21433
21434 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
21435
21436         * modules/ullong_max: New file.
21437
21438         * modules/chdir-long, modules/openat: New files.
21439         * modules/save-cwd (Depends-on): Depend on chdir-long.
21440         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
21441
21442 2005-01-18  Jim Meyering  <jim@meyering.net>
21443
21444         Merge from coreutils.
21445         * m4/chdir-long.m4, m4/openat.m4: New files.
21446         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
21447         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
21448         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
21449         is sane and DOES follow symlinks.  Besides, testing 20 different
21450         systems found no broken chown implementations.
21451         Prompted by a change in rsync's copy of this macro.
21452         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
21453
21454         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
21455
21456         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
21457         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
21458         NULL-means-set-to-current-time semantics.
21459         Remove temporary file immediately, rather than waiting
21460         for configure's at-exit trap code to do it.
21461
21462 2005-01-18  Jim Meyering  <jim@meyering.net>
21463
21464         * lib/version-etc.c (version_etc_copyright): Update copyright date.
21465
21466         * lib/utimens.c (futimens): Account for the fact that futimes
21467         can also fail with errno == ENOSYS or errno == ENOENT.
21468         Patch from Dmitry V. Levin.
21469
21470         Change the name of the robust chdir function from chdir to chdir_long.
21471         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
21472         (restore_cwd): Use chdir_long, not chdir.
21473         * lib/chdir-long.c: Renamed from chdir.c.
21474         * lib/chdir-long.h: Renamed from chdir.h.
21475         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
21476         Hurd.
21477
21478 2005-01-18  Bruno Haible  <bruno@clisp.org>
21479
21480         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
21481         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
21482         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
21483         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
21484         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
21485         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
21486         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
21487         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
21488         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
21489         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
21490         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
21491         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
21492         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
21493         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
21494         Use an all-permissive copyright notice, recommended by RMS.
21495
21496 2005-01-18  Bob Proulx  <bob@proulx.com>
21497
21498         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
21499         simplify offsetof() macro construct to avoid compile failure with
21500         native HP-UX 11.0 ANSI C compiler.
21501
21502 2005-01-17  Bruno Haible  <bruno@clisp.org>
21503
21504         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
21505         redundant because stpncpy.m4 takes care of it.
21506
21507 2005-01-17  Bruno Haible  <bruno@clisp.org>
21508
21509         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
21510
21511 2005-01-17  Bruno Haible  <bruno@clisp.org>
21512
21513         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
21514         used.
21515
21516 2005-01-17  Bruno Haible  <bruno@clisp.org>
21517
21518         * lib/fwriteerror.h (fwriteerror): Change specification to include
21519         fclose.
21520         * lib/fwriteerror.c: Include <stdbool.h>.
21521         (fwriteerror): At the end, close the file stream. Record whether
21522         stdout was already closed.
21523
21524 2005-01-17  Bruno Haible  <bruno@clisp.org>
21525
21526         * lib/execute.c (environ): Declare if needed.
21527         * lib/pipe.c (environ): Likewise.
21528         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
21529
21530 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21531
21532         * modules/argp: Depend on vsnprintf
21533
21534 2005-01-10  Jim Meyering  <jim@meyering.net>
21535
21536         * modules/closeout (Depends-on): Add atexit.
21537
21538 2005-01-06  Bruno Haible  <bruno@clisp.org>
21539
21540         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
21541
21542 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
21543
21544         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
21545         definitions to be after all include files, to avoid collisions.
21546         Problem reported by Bob Proulx.
21547
21548 2005-01-04  Jim Meyering  <jim@meyering.net>
21549
21550         Changes imported from coreutils.
21551         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
21552         as the mkstemp template, use a temporary directory and an
21553         8.3-friendly template to avoid trouble on systems like DJGPP.
21554         Reported by Juan M. Guerrero via Stepan Kasal.
21555         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
21556         close. Remove the temporary directory right away, rather than waiting
21557         for configure's at-exit trap code to do it.
21558         Suggestion from Stepan Kasal.
21559
21560 2005-01-01  Simon Josefsson  <jas@extundo.com>
21561
21562         * gnulib-tool: Print #include directives when --import'ing.
21563
21564 2004-12-28  Simon Josefsson  <jas@extundo.com>
21565
21566         * tests/test-base64.c: Include required header files.  Remove
21567         unused variables.
21568
21569 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
21570
21571         * modules/error (Depends-on): Remove gettext.
21572
21573 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
21574
21575         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
21576         not needed.  This removes a dependency on the gettext module.
21577         [defined _LIBC]: Do not include <libintl.h>; not needed.
21578
21579 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
21580
21581         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
21582         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
21583
21584 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
21585
21586         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
21587         HAVE_DECL_STRTOLD.
21588
21589 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
21590
21591         * modules/getdate (Depends-on): Remove alloca-opt.
21592
21593 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
21594
21595         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
21596
21597 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
21598
21599         * lib/argp-parse.c: Include <stddef.h>.
21600         (alignof, alignto): New macros.
21601         (parser_init): Don't assume that void * is aligned sufficiently
21602         for struct option.
21603
21604         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
21605         need to extend the stack.
21606         (YYINITDEPTH): New macro, so that the initial stack isn't overly
21607         large.
21608
21609 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21610
21611         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
21612
21613 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
21614
21615         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
21616         (2004-10-24) change.  Apparently this was a false alarm.
21617
21618         * modules/getdate: Depend on alloca-opt, not alloca.
21619
21620 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
21621
21622         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
21623         Remove now-obsolete comment about AIX.
21624         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
21625         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
21626         (YYMAXDEPTH): New macro.
21627
21628 2004-12-18  Simon Josefsson  <jas@extundo.com>
21629
21630         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
21631
21632 2004-12-18  Bruno Haible  <bruno@clisp.org>
21633
21634         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
21635
21636 2004-12-18  Bruno Haible  <bruno@clisp.org>
21637
21638         * lib/fatal-signal.c (fatal_signals): Make non-const.
21639         (init_fatal_signals): New function.
21640         (uninstall_handlers, install_handlers): Ignore signals that were set to
21641         SIG_IGN.
21642         (at_fatal_signal): Call init_fatal_signals.
21643         (init_fatal_signal_set): Likewise. Ignore signals that were set to
21644         SIG_IGN.
21645         Reported by Paul Eggert.
21646
21647 2004-12-18  Bruno Haible  <bruno@clisp.org>
21648
21649         * doc/alloca.texi: New file.
21650         * doc/alloca-opt.texi: New file.
21651
21652 2004-12-17  Jim Meyering  <jim@meyering.net>
21653
21654         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
21655         Otherwise, install-sh could exit with improper exit status when
21656         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
21657
21658 2004-12-16  Simon Josefsson  <jas@extundo.com>
21659
21660         * tests/test-base64.c: Add license.
21661
21662 2004-12-15  Stepan Kasal  <address@hidden>
21663
21664         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
21665
21666 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
21667
21668         * modules/getcwd (Files): Add m4/d-ino.m4.
21669         Suggested by Mark D. Baushke.
21670
21671 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
21672
21673         * lib/getdate.y (textint): New member "negative".
21674         (time_zone_hhmm): New function.
21675         Expect 14 shift-reduce conflicts, not 13.
21676         (o_colon_minutes): New rule.
21677         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
21678         (yylex): Set the "negative" member of signed numbers.
21679
21680 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
21681
21682         * doc/getdate.texi (Time of day items, Time zone items):
21683         Describe new formats +00:00, UTC+00:00.
21684
21685 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
21686
21687         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
21688         spurious "-l"s.  Problem reported by Stepan Kasal.
21689
21690 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
21691
21692         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
21693         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
21694
21695 2004-12-04  Simon Josefsson  <jas@extundo.com>
21696
21697         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
21698         Vandoorselaere <yoann@prelude-ids.org>.
21699
21700 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
21701
21702         Changes imported from coreutils.
21703         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
21704         exist.
21705         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
21706
21707 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
21708
21709         Changes imported from coreutils.
21710         * lib/hard-locale.c: Assume <locale.h> exists.
21711         Include "strdup.h".
21712         (GLIBC_VERSION): New macro.
21713         (hard_locale): Assume setlocale exists.
21714         Rewrite to avoid #ifdef.
21715         Use strdup rather than malloc + strcpy.
21716         * lib/human.c: Assume <locale.h> exists.
21717         (human_readable): Assume localeconv exists.
21718
21719 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
21720
21721         * modules/hard-locale (Depends-on): Add strdup.
21722
21723 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
21724
21725         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
21726         convert T2, not T.  (Imported from libc.)
21727
21728 2004-11-30  Simon Josefsson  <jas@extundo.com>
21729
21730         * modules/restrict (License): Change to LGPL.
21731
21732 2004-11-30  Simon Josefsson  <jas@extundo.com>
21733
21734         * m4/restrict.m4: Add copyright and copying conditions.
21735
21736 2004-11-30  Simon Josefsson  <jas@extundo.com>
21737
21738         * m4/base64.m4: New file.
21739
21740 2004-11-30  Simon Josefsson  <jas@extundo.com>
21741
21742         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
21743         base64.
21744
21745         * tests/test-base64.c: New file.
21746
21747         * modules/base64: New file.
21748
21749 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
21750
21751         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
21752         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
21753
21754         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
21755
21756 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
21757
21758         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
21759         (__getcwd.c): Don't restore errno; glibc doesn't.
21760         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
21761         first, falling back to our code only if its results look suspicious.
21762         Ensure that the resulting buffer is only as large as necessary.
21763
21764         * lib/readutmp.c: Include readutmp.h first.
21765         Include <errno.h>, since readutmp.h no longer does that.
21766         * lib/readutmp.h: Don't include <errno.h>,
21767         <sys/param.h>, <time.h>; not needed to establish interface.
21768         (errno): Remove decl.
21769         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
21770         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
21771         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
21772
21773 2004-11-28  Simon Josefsson  <jas@extundo.com>
21774
21775         * lib/base64.h, base64.c: New file.
21776
21777 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
21778
21779         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
21780
21781 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
21782
21783         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
21784         (Depends-on): Remove pathmax, same.  Add mempcpy.
21785         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
21786         (Makefile.am): Append getcwd.h to lib_SOURCES.
21787         (Include): Add getcwd.h.
21788         (Maintainer): Change from Jim Meyering to "all, glibc",
21789         since getdate now uses intended-for-glibc code.
21790         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
21791         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
21792
21793 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
21794
21795         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
21796         HP's ANSI C compiler.
21797         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
21798         Declaring int functions causes warnings on some modern systems and
21799         shouldn't be needed to compile on ancient ones.
21800         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
21801         defined.
21802
21803         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
21804         with the following changes.
21805         (__set_errno): Parenthesize properly.
21806         Include <stdbool.h>.
21807         (MIN, MAX, MATCHING_INO): New macros.
21808         (__getcwd): Define with prototype, not K&R form.
21809         Use heuristics to allocate default buffer on stack if possible.
21810         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
21811         behavior, and to avoid the PATH_MAX limit when computing
21812         ../../../../...
21813         Use MATCHING_INO to compare inode number to file.
21814         Check for arithmetic overflow in size calculations.
21815         Fix bug in reallocation of dot array that caused getcwd to fail
21816         on directories nested deeper than 75.
21817         Be more careful about saving errno on error.
21818         Do not use realloc; use only free+malloc, as this is a bit
21819         more flexible and avoids a needless copy operation.
21820         Do not inspect st_dev and st_ino for symbolic links; POSIX
21821         doesn't specify the latter.
21822         Check for closedir errors.
21823         Avoid needless casts.
21824         Use "#ifdef weak_alias" around weak_alias, to be like other
21825         glibc code.
21826         The following changes to getcwd.c have effect only when used in
21827         gnulib; they have no effect inside glibc proper.
21828         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
21829         as alloca isn't used.
21830         (alloca, __alloca): Likewise.
21831         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
21832         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
21833         unconditionally, as gnulib assumes C89 or better.
21834         Do not include <sys/param.h>.
21835         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
21836         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
21837         better.
21838         (NULL) [!defined NULL]: Remove; we assume C89 or better.
21839         Include <dirent.h> in a way that is compatible with modern Autoconf.
21840         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
21841         New macros, if not already defined.
21842         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
21843         Use "_LIBC", not "defined _LIBC", for consistency.
21844         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
21845         a mempcpy module.
21846         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
21847         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
21848         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
21849         credit only to Jim Meyering and adjust the copyright dates.
21850         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
21851         <stdlib.h>, <unistd.h>, "pathmax.h".
21852         Instead, include "xgetcwd.h" (first) and "getcwd.h".
21853         (INITIAL_BUFFER_SIZE): Remove.
21854         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
21855
21856 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
21857
21858         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
21859         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
21860         Use the _ONCE methods, for efficiency.
21861         Check for fcntl.h.  In test program, include <errno.h>
21862         and <fcntl.h> if available.  Remove old K&R cruft from
21863         test program.  Check for common errors in GNU/Linux,
21864         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
21865         don't do AC_LIBOBJ, as that's getcwd.m4's job.
21866         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
21867         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
21868         name accordingly.
21869         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
21870         accommodate new getcwd.c.
21871         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
21872         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
21873         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
21874         that's all we need now.
21875
21876 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21877
21878         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
21879         argp-parse.c depends on getopt internals, that means we should
21880         always use our getopt, to be on the safe side.
21881         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
21882         order not to spoil the result of an eventual previous invocation
21883         of gl_GETOPT_SUBSTITUTE.
21884
21885 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21886
21887         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
21888         redefinition warnings. To avoid them, include the defines
21889         in `#if !defined __need_getopt ... #endif'. The only place
21890         where __getopt_argv_const is used is in definitions
21891         of getopt_long and getopt_long_only below, which are as well
21892         protected by `#ifndef __need_getopt'.
21893         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
21894         __need_getopt after including <stdio.h> and <unistd.h> These
21895         headers might have defined it.
21896
21897 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
21898
21899         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
21900
21901 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
21902
21903         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
21904         (futimens): New function, which uses futimes if available.
21905         (futimens, utimens): Support timespec==NULL, with same semantics
21906         as utime and utimens.
21907         * lib/utimens.h (futimens): New decl.
21908
21909 2004-11-23  Jim Meyering  <jim@meyering.net>
21910
21911         * lib/getopt_.h: Remove trailing blanks.
21912
21913 2004-11-23  Jim Meyering  <jim@meyering.net>
21914
21915         * lib/__fpending.c: Add comment.
21916
21917 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
21918
21919         * modules/canonicalize (Depends-on): Add xreadlink.
21920         Problem reported by James Youngman.
21921
21922 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
21923
21924         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
21925         New macros.
21926         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
21927         optopt): Use them instead of invoking ## directly; otherwise, the
21928         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
21929
21930 2004-11-19  Bruno Haible  <bruno@clisp.org>
21931
21932         * lib/strtok_r.c: Move comments from here...
21933         * lib/strtok_r.h: ... to here.
21934
21935 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
21936
21937         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
21938         implementations that mishandle size_t overflow.
21939
21940 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
21941
21942         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
21943         might fail.  Problem reported by Yoann Vandoorselaere.
21944         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
21945         implementations that mishandle size_t overflow.
21946
21947 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
21948
21949         * modules/canon-host (Depends-on): Add strdup.
21950
21951 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
21952
21953         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
21954
21955 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
21956
21957         * lib/canon-host.c: Include "strdup.h".
21958         (canon_host): Use getaddrinfo if available, so that IPv6 works.
21959         Use strdup instead of malloc/strcpy to duplicate strings.
21960
21961         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
21962         (human_space_before_unit): New constant.
21963         * lib/human.c (human_readable): Support it.
21964
21965         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
21966         (xgetcwd): Set errno correctly when failing.
21967         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
21968         the failure is actually due to a PATH_MAX problem.
21969
21970         Further getopt changes to make it more likely that glibc will
21971         buy the changes back.
21972         * lib/getopt.c (POSIXLY_CORRECT): New constant.
21973         (getopt): Use it, so to preserve glibc semantic
21974         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
21975         when compiling for libc.
21976         * lib/getopt_.h (__getopt_argv_const): Bring it back.
21977         (getopt_long, getopt_long_only): Use it.
21978
21979         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
21980         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
21981         (getopt): Argv is now char * const *, as per standard.
21982         (_getopt_internal_r, _getopt_internal): Argv is now char **,
21983         not char *__getopt_argv_const *.
21984         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
21985         _getopt_long_only_r): Likewise.
21986         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
21987         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
21988         _getopt_long_r, _getopt_long_only_r): Likewise.
21989         * lib/getopt_.h (__getopt_argv_const): Remove.
21990         (getopt): Argv is now char * const *, as per standard.
21991
21992         * lib/getdate.y (tORDINAL): New token.
21993         (day, relunit): Allow it for relative times.
21994         (relative_time_table): Use tORDINAL for ordinals.
21995
21996 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
21997
21998         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
21999         Document that "second" isn't allowed as an ordinal number.
22000
22001 2004-11-16  Jim Meyering  <jim@meyering.net>
22002
22003         * modules/closeout (Depends-on): Add fpending.
22004
22005 2004-11-15  Jim Meyering  <jim@meyering.net>
22006
22007         * lib/closeout.c: Include "__fpending.h" once again.
22008         Include <stdbool.h>.
22009         (close_stdout): Don't fail just because stdout was closed initially,
22010         since some programs don't write to stdout in the normal course of
22011         operation (other than --version and --help), and we don't want this
22012         function to make e.g. `touch file >&-' fail.
22013         But do fail if it was closed and someone has tried to write to it.
22014         E.g., `printf foo >&-' must fail.
22015
22016 2004-11-13  Jim Meyering  <jim@meyering.net>
22017
22018         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
22019
22020 2004-11-12  Simon Josefsson  <jas@extundo.com>
22021
22022         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
22023         small doc fix is still pending.
22024
22025 2004-11-11  Simon Josefsson  <jas@extundo.com>
22026
22027         * modules/strtok_r: New file.
22028
22029         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
22030         strtok_r.
22031
22032 2004-11-11  Simon Josefsson  <jas@extundo.com>
22033
22034         * m4/strtok_r.m4: New file.
22035
22036         * m4/getopt.m4: Replace opterr.
22037
22038 2004-11-11  Simon Josefsson  <jas@extundo.com>
22039
22040         * lib/strtok_r.h, strtok_r.c: New file.
22041
22042 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
22043
22044         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
22045         of replacing opterr, getopt, etc.  This should handle the
22046         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
22047
22048 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
22049
22050         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
22051         we can stop lying to compilers about the constness of argv when we
22052         are compiled outside glibc.
22053         (getopt, getopt_long, getopt_long_only): Use it.
22054         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
22055         _getopt_internal, getopt): Likewise.
22056         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
22057         _getopt_long_only_r): Likewise.
22058         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
22059         _getopt_long_r, _getopt_long_only_r): Likewise.
22060
22061         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
22062         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
22063         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
22064         the other external symbols.
22065         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
22066         declaration, since the above renaming now works around collisions.
22067
22068 2004-11-11  Jim Meyering  <jim@meyering.net>
22069
22070         * lib/linebreak.c: Remove trailing blanks.
22071         * lib/alloca_.h: Likewise.
22072         * lib/acosl.c: Likewise.
22073         * lib/euidaccess.c: Likewise.
22074         * lib/allocsa.h: Likewise.
22075
22076 2004-11-10  Simon Josefsson  <jas@extundo.com>
22077
22078         * m4/getaddrinfo.m4: New file.
22079
22080 2004-11-10  Simon Josefsson  <jas@extundo.com>
22081
22082         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
22083
22084 2004-11-10  Simon Josefsson  <jas@extundo.com>
22085
22086         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
22087         getaddrinfo.
22088
22089         * modules/getaddrinfo: New file.
22090
22091 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
22092
22093         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
22094
22095 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
22096
22097         * lib/mktime.c (SHR): New macro, which is a portable
22098         substitute for >> that should work even on Crays.
22099         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
22100         Problem reported by Mark D. Baushke in
22101         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
22102         * lib/getdate.y (SHR): Likewise.
22103         (tm_diff): Use it.
22104         * lib/strftime.c (SHR): Likewise.
22105         (tm_diff): Use it.
22106         * lib/quotearg.c (struct quoting_options): Use unsigned int for
22107         quote_these_too, so that right shifts are well defined.  All uses
22108         changed.
22109
22110 2004-11-10  Jim Meyering  <jim@meyering.net>
22111
22112         Ensure that no close failure goes unreported.
22113         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
22114         return early when it seems there's nothing to flush.
22115         Don't include __fpending.h.
22116
22117 2004-11-10  Jim Meyering  <jim@meyering.net>
22118
22119         * modules/closeout (Depends-on): Remove fpending.
22120
22121 2004-11-10  Jim Meyering  <jim@meyering.net>
22122
22123         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
22124
22125 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
22126
22127         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
22128         gl_FUNC_STRFTIME.
22129         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
22130         and AC_REQUIRE when possible, to avoid duplicate checks.
22131         Check for <wchar.h>.
22132
22133 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
22134
22135         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
22136
22137 2004-11-09  Bruno Haible  <bruno@clisp.org>
22138
22139         * m4/sockpfaf.m4: New file.
22140
22141 2004-11-05  Bruno Haible  <bruno@clisp.org>
22142
22143         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
22144         Reported by Mark D. Baushke <mdb@cvshome.org>.
22145
22146 2004-11-04  Bruno Haible  <bruno@clisp.org>
22147
22148         2004-09-11  Bruno Haible  <bruno@clisp.org>
22149                 * allocsa.valgrind: New file.
22150         2004-02-06  Bruno Haible  <bruno@clisp.org>
22151                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
22152                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
22153                 Reported by Christopher Seip <chris.seip@hp.com>.
22154
22155 2004-11-04  Bruno Haible  <bruno@clisp.org>
22156
22157         * modules/allocsa (Files): Add lib/allocsa.valgrind.
22158         (Makefile.am): Distribute it.
22159
22160 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
22161
22162         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
22163         with errno == ERANGE if the buffer is too small.
22164         Problem reported by Mark D. Baushke.
22165
22166 2004-11-03  Albert Chin  <china@thewrittenword.com>
22167             Paul Eggert  <eggert@cs.ucla.edu>
22168
22169         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
22170         equivalent, substitute $ac_type for equivalent type rather than
22171         blindly using uint32_t *always* which won't work if uint32_t is not
22172         available.  Define _UINT32_T to work around typedef of uint32_t if
22173         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
22174         2.5.1.
22175
22176 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
22177
22178         * m4/jm-macros.m4: Sync from coreutils.
22179         (gl_MACROS): Check for mbrlen, for pathchk.
22180         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
22181
22182 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
22183
22184         * lib/xreadlink.c (MAXSIZE): New macro.
22185         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
22186         size does not exceed MAXSIZE.  Avoid cast.
22187         As suggested by Mark D. Baushke in
22188         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
22189         if readlink fails with buffer size just under MAXSIZE, try again
22190         with MAXSIZE.
22191
22192 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
22193
22194         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
22195
22196 2004-11-02  Derek R. Price  <derek@ximbiot.com>
22197         and  Paul Eggert  <eggert@cs.ucla.edu>
22198
22199         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
22200         (get_date): Overparenthesize to avoid GCC warning.
22201
22202 2004-11-02  Bruno Haible  <bruno@clisp.org>
22203
22204         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
22205         returns void.
22206
22207 2004-11-02  Bruno Haible  <bruno@clisp.org>
22208
22209         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
22210         function returns void.
22211
22212 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
22213
22214         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
22215         fflush_unlocked, flockfile, funlockfile, funlockfile,
22216         fputs_unlocked, putc_unlocked.
22217
22218 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
22219
22220         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
22221         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
22222         already declared.
22223
22224 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
22225
22226         * modules/getdate (Files): Add doc/getdate.texi.
22227         (Depends-on): Add setenv, xalloc.
22228
22229 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
22230
22231         * lib/getdate.y: Add support for TZ="foo" within a date string.
22232         Fix some bugs near time_t boundaries.  Reject dates with
22233         out-of-range components, e.g., "Sept 31".
22234         Include <stdlib.h>, "setenv.h", "xalloc.h".
22235         (ISDIGIT_LOCALE): Remove; unused.
22236         Note that the TZ and time functions used here are not reentrant.
22237         (mktime_ok, get_tz): New functions.
22238         (TZBUFSIZE): New constant.
22239         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
22240         This requires that we sometimes generate our own TZ="XXX..." setting.
22241
22242 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
22243
22244         * doc/getdate.texi: New file, from coreutils with modifications for
22245         the new TZ parsing.
22246
22247 2004-10-27  Derek R. Price  <derek@ximbiot.com>
22248
22249         * lib/mktime.c (not_equal_tm): Remove redundant check.
22250
22251 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
22252
22253         * modules/regex (lib_SOURCES): Add regex.c.
22254         Reported by James Youngman in
22255         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
22256
22257 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
22258
22259         * lib/getdate.y: Use Bison 1.875 features, and some minor
22260         code cleanups.  This change does not affect semantics.
22261         Don't include <stdlib.h>; no longer needed.
22262         Don't include unlocked-io.h; only the "#if TEST" code uses
22263         stdio, and performance isn't crucial there.
22264         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
22265         Bison 1.875 features as described below.
22266         All uses of "PC." replaced by "pc->".
22267         (YYSTYPE): Add a forward declaration.
22268         (yylex, yyerror): Use full prototypes in forward decls.
22269         Use "%pure-parser" rather than obsolescent "%pure_parser".
22270         Use %parse-param and %lex-param instead of obsolescent
22271         YYPARSE_PARAM and YYLEX_PARAM.
22272         (meridian_table, month_and_day_table, time_units_table,
22273         relative_time_table, time_zone_table, military_table,
22274         lookup_zone, lookup_word, get_date):
22275         Use NULL instead of 0 where appropriate.
22276         (to_hour): Avoid abort (), to avoid a dependency on
22277         stdlib.h.
22278         (yyerror, yylex): Now accepts parser_control * arg.
22279         (main) [TEST]: Use '\0' rather than 0 for char.
22280
22281 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
22282
22283         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
22284
22285 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
22286
22287         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
22288         It's now the caller's responsibility to handle the case where
22289         !HAVE_GETPAGESIZE && !defined getpagesize.
22290
22291         * lib/mktime.c (leapyear): Arg is long int, not int.
22292
22293 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
22294
22295         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
22296
22297 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
22298
22299         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
22300         missing.  Problem reported by James Youngman.
22301
22302 2004-10-16  Simon Josefsson  <jas@extundo.com>
22303
22304         * gnulib-tool: Fix comments.  Fix parse problem.
22305         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
22306
22307 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
22308
22309         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
22310         implementation of getopt_long.  Problem reported by Alexander Taler in:
22311         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
22312
22313 2004-10-15  Bruno Haible  <bruno@clisp.org>
22314
22315         * gnulib-tool: Untabify. Initialize supplied_libname.
22316         (func_usage): More homogenous output.
22317         (func_modules_transitive_closure, func_modules_to_filelist,
22318         func_emit_lib_Makefile_am): New functions.
22319         (func_import): New function, extracted from big case statement. Use
22320         func_get_license, func_modules_transitive_closure,
22321         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
22322         opt_lgpl. Don't use test -a, as it's not portable.
22323         (func_create_testdir): Use func_modules_transitive_closure,
22324         func_modules_to_filelist, func_emit_lib_Makefile_am.
22325
22326 2004-10-15  Bruno Haible  <bruno@clisp.org>
22327
22328         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
22329
22330 2004-10-15  Bruno Haible  <bruno@clisp.org>
22331
22332         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
22333         the portions belonging to each module.
22334         Suggested by Derek Robert Price <derek@ximbiot.com>.
22335
22336 2004-10-12  Simon Josefsson  <jas@extundo.com>
22337
22338         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
22339         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
22340         to real functions.
22341
22342 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
22343
22344         * modules/vsnprintf: New file.
22345
22346 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
22347
22348         * m4/vsnprintf.m4: New file.
22349
22350 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
22351
22352         * lib/vsnprintf.h: New file.
22353         * lib/vsnprintf.c: New file.
22354
22355 2004-10-11  Bruno Haible  <bruno@clisp.org>
22356
22357         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
22358         vsnprintf.
22359
22360 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
22361
22362         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
22363
22364 2004-10-07  Bruno Haible  <bruno@clisp.org>
22365
22366         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
22367         fits into the provided buffer.
22368
22369 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
22370
22371         * lib/diacrit.c, diacrit.h: Add GPL notice.
22372
22373         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
22374         notice.
22375         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
22376         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
22377         This avoids a potential constant-folding bug.
22378
22379 2004-10-05  Bruno Haible  <bruno@clisp.org>
22380
22381         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
22382         for the declaration of strsep.
22383
22384 2004-10-05  Bruno Haible  <bruno@clisp.org>
22385
22386         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
22387
22388 2004-10-04  Simon Josefsson  <jas@extundo.com>
22389
22390         * modules/memmem: New file.
22391         * tests/test-memmem.c: New file.
22392         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
22393
22394 2004-10-04  Simon Josefsson  <jas@extundo.com>
22395
22396         * m4/memmem.m4: New file.
22397
22398 2004-10-04  Simon Josefsson  <jas@extundo.com>
22399
22400         * lib/memmem.h: New file.
22401         * lib/memmem.c: New file, taken from glibc.
22402
22403 2004-10-04  Simon Josefsson  <jas@extundo.com>
22404
22405         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
22406         '#ifdef USE_UNLOCKED_IO'.
22407
22408 2004-10-04  Simon Josefsson  <jas@extundo.com>
22409
22410         * config/srclist.txt: Add memmem from glibc.
22411
22412 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
22413
22414         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
22415
22416         * modules/argmatch, modules/argp, modules/closeout, modules/error,
22417         modules/exclude, modules/getdate, modules/getline,
22418         modules/getndelim2, modules/getpass, modules/getpass-gnu,
22419         modules/getusershell, modules/linebuffer, modules/md5,
22420         modules/mountlist, modules/posixtm, modules/readtokens,
22421         modules/readutmp, modules/regex, modules/sha1,
22422         modules/version-etc, modules/yesno:
22423         Remove dependency on unlocked-io.
22424
22425 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
22426
22427         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
22428
22429         * m4/unlocked-io.m4: Add copyright notice.
22430         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
22431
22432 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
22433
22434         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
22435         * lib/xmalloc.c (xmemdup): Likewise.
22436         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
22437         XFREE): Remove these long-obsolescent macros.
22438         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
22439         * lib/xstrdup.c: Remove.
22440
22441         * lib/regex.c (re_comp): Cast gettext return value to char *,
22442         Problem reported by Martin Neitzel via Mark D. Baushke.
22443
22444 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
22445
22446         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
22447         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
22448         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
22449         regex.c, sha1.c, version-etc.c, yesno.c:
22450         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
22451         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
22452         the includer's responsibility.
22453
22454         Sync from coreutils.
22455
22456         * lib/modechange.c (mode_compile): Don't decrement a pointer that
22457         points to the start of a string, as the C Standard says the
22458         resulting behavior is undefined.
22459
22460         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
22461         simple -> simple_backups, numbered_existing ->
22462         numbered_existing_backups, numbered -> numbered_backups
22463         to avoid shadowing problems.  All uses changed.
22464         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
22465         * lib/backupfile.c (check_extension, numbered_backup):
22466         Rename locals to avoid shadowing 'basename'.
22467         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
22468         once.
22469
22470         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
22471         * lib/.cvsignore: Add getopt.h.
22472
22473 2004-10-04  Bruno Haible  <bruno@clisp.org>
22474
22475         * modules/README: New file.
22476         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
22477         not a module.
22478
22479 2004-10-02  Jim Meyering  <jim@meyering.net>
22480
22481         * lib/dirfd.h, getpagesize.h: Add copyright notice.
22482
22483 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
22484
22485         * modules/strsep: New file.
22486
22487 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
22488
22489         * m4/strsep.m4: New file.
22490
22491 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
22492
22493         * lib/strsep.h: New file.
22494         * lib/strsep.c: New file.
22495
22496 2004-10-01  Simon Josefsson  <jas@extundo.com>
22497
22498         * lib/snprintf.c (snprintf): Handle size==0.
22499
22500 2004-10-01  Simon Josefsson  <jas@extundo.com>
22501             Bruno Haible  <bruno@clisp.org>
22502
22503         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
22504         (snprintf): Declare 'args'.
22505
22506 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
22507
22508         * lib/snprintf.c: Remove comments as to why each header is needed.
22509
22510 2004-10-01  Bruno Haible  <bruno@clisp.org>
22511
22512         * MODULES.html.sh: Add strsep.
22513
22514 2004-09-30  Simon Josefsson  <jas@extundo.com>
22515
22516         * modules/snprintf: New file.
22517
22518 2004-09-30  Simon Josefsson  <jas@extundo.com>
22519
22520         * m4/snprintf.m4: New file.
22521
22522 2004-09-30  Simon Josefsson  <jas@extundo.com>
22523
22524         * lib/snprintf.h, lib/snprintf.c: New files.
22525
22526 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
22527
22528         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
22529         (hol_entry_help): Never translate an empty string.
22530         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
22531         * lib/argp.h (OPTION_NO_TRANS): New option.
22532
22533 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
22534
22535         * modules/argp (Maintainer): Replace Simon Josefsson
22536         by Sergey Poznyakoff.
22537
22538 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
22539
22540         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
22541         changes merged back into glibc.
22542
22543 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
22544
22545         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
22546
22547 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
22548
22549         * lib/xvasprintf.c: Include xalloc.h.
22550         (xvasprintf): Use xalloc_die, not xmalloc_die.
22551
22552 2004-09-29  Bruno Haible  <bruno@clisp.org>
22553
22554         * modules/alloca-opt: New file, derived from modules/alloca.
22555         * modules/allocsa: Depend on alloca-opt instead of alloca.
22556         * modules/setenv: Likewise.
22557         * modules/vasnprintf: Likewise.
22558         * MODULES.html.sh: Add alloca-opt.
22559
22560 2004-09-28  Simon Josefsson  <jas@extundo.com>
22561
22562         * gnulib-tool: New parameter --lgpl, to asseert that modules are
22563         LGPL, and to replace license template from GPL to LGPL.
22564
22565 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
22566
22567         * modules/dummy: Change license to LGPL.
22568
22569 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
22570
22571         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
22572
22573 2004-09-24  Simon Josefsson  <jas@extundo.com>
22574
22575         * modules/minmax (License): Change from GPL to LGPL.
22576
22577 2004-09-23  Simon Josefsson  <jas@extundo.com>
22578
22579         * gnulib-tool (--import): Typo.
22580
22581 2004-09-23  Simon Josefsson  <jas@extundo.com>
22582
22583         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
22584
22585 2004-09-22  Bruno Haible  <bruno@clisp.org>
22586
22587         * modules/*: Add 'License' field.
22588         * gnulib-tool: Accept --extract-license option.
22589         (func_get_license): New function.
22590
22591 2004-09-21  Bruno Haible  <bruno@clisp.org>
22592
22593         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
22594         Reported by Simon Josefsson.
22595
22596 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
22597
22598         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
22599         gl_AC_TYPE_LONG_LONG.
22600
22601 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
22602
22603         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
22604
22605 2004-09-18  Simon Josefsson  <jas@extundo.com>
22606         and  Paul Eggert  <eggert@cs.ucla.edu>
22607
22608         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
22609         calls with autoreconf.  Define GL_LIB.
22610
22611 2004-09-14  Karl Berry  <karl@gnu.org>
22612
22613         * config/srclist.txt: unsync setenv.c, sigh.
22614
22615 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
22616
22617         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
22618         Problem reported by Bruno Haible in:
22619         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
22620
22621 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
22622
22623         * config/srclist.txt: Comment out argp-pvh.c.
22624
22625 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
22626
22627         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
22628         in case some system header has #define'd it.  Problem reported by
22629         Soeren D. Schulze in
22630         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
22631
22632 2004-09-09  Karl Berry  <karl@gnu.org>
22633
22634         * regex.[ch]: delete from the root.  These were supposed to be
22635                 synced with emacs cvs, but this has not happened for about
22636                 a year, and anyway nothing else uses emacs regex.[ch].
22637                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
22638                 lib/regex[.ch] is untouched.
22639
22640 2004-09-09  Bruno Haible  <bruno@clisp.org>
22641
22642         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
22643
22644 2004-09-09  Bruno Haible  <bruno@clisp.org>
22645
22646         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
22647         modifications.
22648         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
22649
22650 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
22651
22652         * modules/xvasprintf: New file.
22653         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
22654
22655 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
22656
22657         * lib/xvasprintf.h: New file.
22658         * lib/xvasprintf.c: New file.
22659         * lib/xasprintf.c: New file.
22660
22661 2004-09-08  Bruno Haible  <bruno@clisp.org>
22662
22663         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
22664
22665 2004-09-08  Bruno Haible  <bruno@clisp.org>
22666
22667         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
22668         length is > INT_MAX.
22669         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
22670         more.
22671
22672 2004-09-08  Bruno Haible  <bruno@clisp.org>
22673
22674         * lib/stdint_.h: New file, taken from GNU clisp.
22675
22676 2004-09-08  Bruno Haible  <bruno@clisp.org>
22677             Oskar Liljeblad  <oskar@osk.mine.nu>
22678
22679         * modules/stdint: New file.
22680         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
22681
22682 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
22683
22684         Import from coreutils.
22685         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
22686         strings on unbounded length.  alloca's performance benefits aren't
22687         that important here.
22688         (V_STRDUP): Remove.
22689         (parse_with_separator): New function, with most of the internals
22690         of the old parse_user_spec.  Allow user to omit both user and group,
22691         for compatibility with FreeBSD.
22692         Clone only the user name, not the entire spec.
22693         Do not set *uid, *gid unless entirely successful.
22694         Avoid memory leak in some failing cases.
22695         Fix regression for USER.GROUP reported by Dmitry V. Levin in
22696         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
22697         (parse_user_spec): Rewrite to use parse_with_separator.
22698
22699 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
22700
22701         * modules/userspec: Don't depend on alloca.
22702
22703 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
22704
22705         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
22706
22707 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
22708
22709         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
22710         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
22711         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
22712
22713 2004-08-16  Simon Josefsson  <jas@extundo.com>
22714
22715         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
22716         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
22717         Add --dry-run for --import.
22718         Let user provided command line parameters override configure.ac
22719         settings.
22720
22721 2004-08-12  Simon Josefsson  <jas@extundo.com>
22722
22723         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
22724         as discussed with Paul Eggert in threads rooted at
22725         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
22726         and
22727         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
22728         Before, the test was empty, and relied on ELIDE_CODE in source
22729         code.)
22730         (gl_PREREQ_GETOPT): New macro.
22731         (gl_GETOPT): Use them.
22732
22733 2004-08-12  Simon Josefsson  <jas@extundo.com>
22734
22735         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
22736         * lib/getopt_.h: Renamed from getopt.h.
22737
22738 2004-08-12  Simon Josefsson  <jas@extundo.com>
22739
22740         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
22741         Change default library name from libfoo to libgnu.
22742         Now, if you have a configure.ac that says:
22743                 gl_SOURCE_BASE(gl)
22744                 gl_M4_BASE(gl/m4)
22745                 gl_MODULES(error getopt etcetera)
22746                 gl_INIT
22747         you can import all you need by running:
22748                 ../gnulib/gnulib-tool --import
22749
22750         * modules/getopt (Files): Rename getopt.h to getopt_.h.
22751         (Makefile.am): Rewrite, use logic from argz.
22752         (Include): Use <getopt.h> instead of "getopt.h".
22753
22754 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
22755
22756         * modules/argp (Files): Add m4/unlocked-io.m4.
22757         (Depends-on): Add extensions.
22758
22759 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
22760
22761         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
22762         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
22763         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
22764         Check for program_invocation_name, program_invocation_short_name,
22765         flockfile, funlockfile, features.h, _getopt_long_only_r.
22766
22767 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
22768
22769         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
22770         its complicated substitute.
22771         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
22772         and program_invocation_name.
22773         (__argp_basename) [!_LIBC]: Remove; the only use was
22774         replaced by its body.
22775         (__argp_short_program_name): Change condition from
22776         !defined __argp_short_program_name to
22777         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
22778         to match argp-namefrob.h.
22779         (__argp_failure): Don't assume strerror_r returns char *.
22780         * lib/argp-parse.c (N_): Define unconditionally.
22781         (argp_default_options): Fill out initializers with 0 to avoid
22782         gcc warnings.
22783
22784 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
22785
22786         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
22787         getopt1.c.
22788
22789 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
22790
22791         Merge from coreutils.
22792
22793         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
22794
22795         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
22796         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
22797
22798 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
22799
22800         Merge from coreutils.
22801
22802         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
22803         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
22804         for Reliant Unix 5.43.
22805
22806         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
22807         (union fooround): Use uintmax_t, not long int.
22808         The rest is a merge from libc:
22809         [defined _LIBC]: Include <shlib-compat.h>.
22810         (_obstack) [defined _LIBC]: Remove after 2.3.4.
22811
22812         * lib/settime.c (settime): Recode to avoid warning with
22813         Sun Forte C 6U2.
22814
22815         * lib/strverscmp.c: Convert to UTF-8.
22816
22817 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
22818
22819         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
22820         m4/uintmax_t.m4.
22821
22822 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
22823
22824         * modules/xalloc-die: New file.
22825         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
22826
22827         * modules/md5 (Files): Add m4/uint32_t.m4.
22828         * modules/sha1: Renamed from modules/sha.
22829         (Files):
22830         Rename lib/sha.h to lib/sha1.h.
22831         Rename lib/sha.c to lib/sha1.c.
22832         Rename m4/sha.m4 to m4/sha1.m4.
22833         (lib_SOURCES): Likewise.
22834         (configure.ac): Rename gl_SHA to gl_SHA1.
22835         (Include): sha.h -> sha1.h.
22836
22837 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
22838
22839         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
22840         * m4/sha1.m4: Renamed from sha.m4.
22841         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
22842
22843 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
22844
22845         * lib/obstack.h (obstack_empty_p):
22846         Don't assume that chunk->contents is suitably aligned.
22847         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
22848         Likewise. Problem reported by Benno in
22849         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
22850
22851         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
22852         readable.  This could be improved further but it'd take some work.
22853
22854 2004-08-08  Simon Josefsson  <jas@extundo.com>
22855
22856         * modules/xgethostname (Depends-on): Remove exit and error (not
22857         used).
22858
22859         * modules/getpass-gnu: Add getpass.h.
22860         (Depends-on): Add stdbool.
22861         * modules/getpass: Add getpass.h.
22862
22863 2004-08-08  Simon Josefsson  <jas@extundo.com>
22864
22865         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
22866         Check getpass declaration.
22867
22868 2004-08-08  Simon Josefsson  <jas@extundo.com>
22869
22870         * lib/xgethostname.c: Don't include error.h (not used).
22871
22872         * lib/getpass.h: Add.
22873         * lib/getpass.c: Include getpass.h first.
22874
22875 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
22876
22877         * lib/xalloc-die.c: New file.
22878         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
22879         All uses removed.
22880         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
22881         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
22882         xalloc-die.c.
22883         (_, N_, xalloc_die): Move to xalloc-die.c.
22884         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
22885         so that we needn't mess with xalloc_msg_memory_exhausted.
22886
22887         * lib/sha1.h: Renamed from sha.h.
22888         (SHA1_H): Renamed from _SHA_H.
22889         (sha1_ctx): Renamed from sha_ctx.
22890         (sha1_init_ctx): Renamed from sha_init_ctx.
22891         (sha1_process_block): Renamed from sha_process_block.
22892         (sha1_process_bytes): Renamed from sha_process_bytes.
22893         (sha1_finish_ctx): Renamed from sha_finish_ctx.
22894         (sha1_read_ctx): Renamed from sha_read_ctx.
22895         (sha1_stream): Renamed from sha_stream.
22896         (sha1_buffer): Renamed from sha_buffer.
22897         * lib/sha1.c: Likewise; renamed from sha.c.
22898         Do not include <sys/types.h>.
22899         Include <stddef.h> rather than <stdlib.h>.
22900
22901 2004-08-08  Bruno Haible  <bruno@clisp.org>
22902
22903         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
22904         FILESYSTEM_PREFIX_LEN.
22905         * lib/progreloc.c: Likewise.
22906         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
22907
22908 2004-08-06  Simon Josefsson  <jas@extundo.com>
22909
22910         * modules/progname (Depends-on): Don't depend on stdbool.
22911
22912 2004-08-06  Simon Josefsson  <jas@extundo.com>
22913
22914         * modules/getsubopt: New file.
22915         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
22916         getsubopt.
22917
22918 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
22919
22920         More merge from coreutils.
22921
22922         * m4/utimens.m4, m4/utimecmp.m4: New files.
22923         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
22924         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
22925         prereq.m4, sha.m4: Import changes from coreutils.
22926
22927 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
22928
22929         More merge from coreutils.
22930         * modules/raise, modules/readtokens0, modules/utimens:
22931         * modules/utimecmp, module/xnanosleep: New files.
22932         * modules/strftime: Add lib/strftime.h.
22933         Change include from <time.h> to "strftime.h".
22934         * modules/yesno: Add lib/yesno.h.
22935         * modules/backupfile: Remove lib/addext.c.
22936         * modules/euidaccess: Add stat-macros.h.
22937         * modules/canonicalize, modules/euidaccess,
22938         modules/filemode, modules/lchown, modules/makepath,
22939         modules/rmdir, modules/stat: Likewise.
22940
22941 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
22942
22943         Merge from tar.
22944         * lib/argp-help.c (make_hol, hol_append): Don't assume that
22945         SIZE_MAX is a valid preprocessor constant.
22946         (__argp_basename): Change from "#ifndef _LIBC"
22947         to "#ifndef __argp_short_program_name", so that
22948         we don't compile these functions for tar.
22949
22950         More merges from coreutils.
22951         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
22952         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
22953         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
22954         * lib/addext.c: Remove; no longer needed.
22955         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
22956         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
22957         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
22958         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
22959         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
22960         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
22961         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
22962         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
22963         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
22964         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
22965         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
22966         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
22967         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
22968         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
22969         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
22970         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
22971         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
22972         Import changes from coreutils.
22973
22974 2004-08-05  Simon Josefsson  <jas@extundo.com>
22975
22976         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
22977
22978 2004-08-05  Simon Josefsson  <jas@extundo.com>
22979
22980         * m4/getsubopt.m4: New file.
22981
22982 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
22983
22984         Merge from coreutils.
22985
22986         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
22987         * m4/getcwd-path-max.m4: New files.
22988
22989         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
22990         FILESYSTEM_PREFIX_LEN ->
22991         FILE_SYSTEM_PREFIX_LEN.
22992         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
22993         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
22994         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
22995         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
22996
22997         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
22998         prerequisite modules now handle the DOS stuff.
22999         Don't check for unistd.h.
23000
23001 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
23002
23003         Merge from coreutils.
23004
23005         * lib/.gdb-history: Remove; this doesn't belong here.
23006
23007         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
23008         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
23009         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
23010         * lib/getcwd.c: New files.
23011
23012         * lib/dirname.h: Include <stdbool.h>.
23013         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
23014         for consistency with POSIX terminology.  All uses changed.
23015         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
23016         (strip_trailing_slashes): Use bool for booleans.
23017         * lib/stripslash.c (strip_trailing_slashes): Likewise.
23018
23019         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
23020         sometimes returns a positive errno value even when it succeeds.
23021         (print_errno_message) [!LIBC]: Fall back on strerror if
23022         __strerror_r fails.
23023
23024         * lib/path-concat.c (mempcpy): Don't define if a system header defines
23025         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
23026         (longest_relative_suffix): New function.
23027         (path_concat): Use it.  Assume first argument is not NULL.
23028         Port to DOS.  Omit redundant separators.
23029         Report an error instead of returning NULL.
23030         Use mempcpy instead of memcpy.
23031         (xpath_concat): Remove: not declared or used.
23032
23033         * lib/same.h: Include <stdbool.h>
23034         (same_name): Return bool, not int.
23035         * lib/same.c (same_name): Likewise.
23036         (errno): Don't declare; we assume C89 or better now.
23037
23038         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
23039         if not already defined.
23040
23041         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
23042         * lib/dup-safer.c (errno): Likewise.
23043
23044 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
23045
23046         Merge from coreutils.
23047         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
23048         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
23049         * modules/path-concat: Don't depend on strdup.
23050
23051 2004-08-03  Simon Josefsson  <jas@extundo.com>
23052
23053         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
23054         * lib/progname.h: Don't include stdbool.h.
23055
23056 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
23057
23058         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
23059         * MODULES.html.sh (func_all_modules): Remove fatal.
23060
23061 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
23062
23063         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
23064
23065 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
23066
23067         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
23068         working.
23069
23070 2004-08-02  Simon Josefsson  <jas@extundo.com>
23071
23072         * lib/getsubopt.h: New file, with comments from Bruno Haible.
23073         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
23074         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
23075
23076 2004-08-01  Simon Josefsson  <jas@extundo.com>
23077
23078         * lib/xgetdomainname.c: Include stdlib.h, for free().
23079
23080 2004-07-19  Bruno Haible  <bruno@clisp.org>
23081
23082         * MODULES.html.sh (func_all_modules): Add dummy.
23083
23084 2004-07-16  Simon Josefsson  <jas@extundo.com>
23085
23086         * modules/dummy: New file.
23087
23088 2004-07-16  Simon Josefsson  <jas@extundo.com>
23089
23090         * lib/dummy.c: New file.
23091
23092 2004-07-16  Bruno Haible  <bruno@clisp.org>
23093
23094         * lib/backupfile.h: Add extern "C" for C++.
23095         * lib/closeout.h: Likewise.
23096         * lib/copy-file.h: Likewise.
23097         * lib/findprog.h: Likewise.
23098         * lib/full-write.h: Likewise.
23099         * lib/pathname.h: Likewise.
23100         * lib/progname.h: Likewise.
23101         * lib/stpcpy.h: Likewise.
23102         * lib/stpncpy.h: Likewise.
23103         * lib/strcase.h: Likewise.
23104         * lib/strstr.h: Likewise.
23105         * lib/xalloc.h: Likewise.
23106
23107         * lib/mbswidth.h: Add extern "C" for C++.
23108         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
23109
23110 2004-07-13  Robert Millan  <robertmh@gnu.org>
23111
23112         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
23113
23114 2004-07-09  Simon Josefsson  <jas@extundo.com>
23115
23116         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
23117         failed without this.)
23118
23119 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
23120
23121         * modules/chown (Files): Add lib/fchown-stub.c, since
23122         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
23123
23124 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
23125
23126         * lib/fchown-stub.c: New file.
23127
23128 2004-06-24  Jim Meyering  <jim@meyering.net>
23129
23130         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
23131
23132 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
23133
23134         * modules/argz: Omit "#include".
23135
23136         * MODULES.html.sh (func_all_modules): Add calloc, to match
23137         2004-06-01 addition of calloc module.
23138
23139 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
23140
23141         * m4/argz.m4: New file, which is autoupdated from libtool.
23142
23143 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
23144
23145         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
23146         libtool.
23147
23148 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
23149
23150         * config/srclist-update: Don't insist on "USA." before the
23151         close-comment, as libtool omits the period and puts the */ on a
23152         separate line.
23153         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
23154         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
23155
23156 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
23157
23158         * modules/argz: New file.
23159         * MODULES.html.sh (func_all_modules): Add argz.
23160
23161 2004-06-12  Jim Meyering  <jim@meyering.net>
23162         and  Paul Eggert  <eggert@cs.ucla.edu>
23163
23164         * modules/hash (Files): Add lib/xalloc.h.
23165         * modules/pipe (Depends-on): Add wait-process.
23166         * modules/stat (Depends-on): Add xalloc.
23167         * modules/userspec (Files): Add lib/userspec.h.
23168         * modules/xstrto
23169
23170         Upgrade from gettext-0.13.
23171         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
23172         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
23173         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
23174
23175 2004-06-10  Jim Meyering  <jim@meyering.net>
23176
23177         * lib/calloc.c: New file.
23178
23179 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
23180
23181         * lib/getdate.y (yylex): Allow space between sign and number.
23182         Problem reported by Dan Jacobson.
23183
23184 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
23185
23186         Merge from coreutils CVS.
23187
23188         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
23189         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
23190         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
23191         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
23192         xstrtol.m4: Fix copyright date and/or serial number.
23193
23194         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
23195         See if we need an fchown replacement.
23196         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
23197         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
23198         and use the replacement function if we detect either defect.
23199
23200         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
23201         gl_UTIMECMP.
23202
23203 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
23204         and  Jim Meyering  <jim@meyering.net>
23205
23206         Merge from coreutils CVS.
23207
23208         * lib/stat-macros.h: New file, with contents from file-type.h
23209         and coreutils' system.h.
23210         * lib/file-type.c: Include "stat-macros.h".
23211         * lib/file-type.h (file_type): Move all macro definitions to new file,
23212         stat-macros.h.
23213
23214         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
23215         Wrap old code with this conditional.
23216         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
23217         function that does not dereference symlinks.
23218         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
23219
23220         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
23221         dependency problems.
23222         (xreadlink): Accept new arg SIZE, for efficiency.
23223         All decls and uses changed.
23224         * lib/xreadlink.h: Include <stddef.h>, for size_t.
23225
23226         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
23227         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
23228
23229         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
23230         sysexits.h.
23231
23232 2004-06-01  Jim Meyering  <jim@meyering.net>
23233
23234         * m4/calloc.m4: New file.
23235
23236 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
23237
23238         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
23239         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
23240         Also, fix a typo in a diagnostic.
23241
23242 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
23243
23244         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
23245         or AC_FUNC_REALLOC.
23246
23247 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
23248
23249         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
23250         macros to be defined.
23251         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
23252         the allocator returns NULL because the requested size is zero.
23253
23254 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
23255
23256         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
23257         var.  Add comment explaining why libc still defines it.  This
23258         merges the following patch from glibc:
23259         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
23260
23261 2004-05-20  Andreas Schwab  <schwab@suse.de>
23262
23263         * m4/free.m4: Replace free if it not known to work, not the other
23264         way round.
23265
23266 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
23267
23268         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
23269         present in glibc since revision 1.1 of this file.
23270         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
23271         obstack_alignment_mask, obstack_alloc, obstack_base,
23272         obstack_blank, obstack_blank_fast, obstack_chunk_size,
23273         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
23274         obstack_grow0, obstack_init, obstack_int_grow,
23275         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
23276         obstack_next_free, obstack_object_size, obstack_ptr_grow,
23277         obstack_ptr_grow_fast, obstack_room): Remove declarations of
23278         nonexistent functions.
23279
23280 2004-05-18  Karl Berry  <karl@gnu.org>
23281
23282         * config/srclist.txt: break link for vasnprintf.c.
23283
23284 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
23285
23286         Port obstack to the AS/400, where pointers are 16 bytes wide and
23287         you cannot cast an integer to a valid pointer.  This patch is
23288         currently waiting to be integrated into glibc; see
23289         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
23290
23291         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
23292         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
23293         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
23294         (struct obstack): temp member is now a union of a pointer and
23295         an integer, instead of an integer.  All integer uses changed.
23296         This does not affect the physical layout of struct obstack,
23297         except on hosts (like the AS/400) where the size or alignment of
23298         void * is greater than that of ptrdiff_t.
23299         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
23300         __STDC__)]: Store temporary in pointer member of union, not
23301         integer member.
23302         * lib/obstack.c: Include <stddef.h>, for offsetof.
23303         (struct fooalign): Remove; it doesn't need a name.
23304         (union fooround): Change double to long double, and add void *.
23305         (DEFAULT_ALIGNMENT): Use offsetof to compute.
23306         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
23307         not a macro.  Hence the values are always int; so remove all
23308         casts-to-int in uses.
23309
23310 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
23311
23312         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
23313         we can get this patch merged into glibc.
23314
23315 2004-05-17  Derek R. Price  <derek@ximbiot.com>
23316             Paul Eggert  <eggert@cs.ucla.edu>
23317
23318         * m4/argp: Depend on alloca.
23319
23320 2004-05-17  Derek R. Price  <derek@ximbiot.com>
23321             Paul Eggert  <eggert@cs.ucla.edu>
23322
23323         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
23324         freecoding.
23325
23326 2004-05-17  Bruno Haible  <bruno@clisp.org>
23327
23328         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
23329         precision that consists of a '.' followed by an empty digit string.
23330         Patch by Tor Lillqvist <tml@iki.fi>.
23331
23332 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
23333
23334         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
23335         for backward compatibility with older code.  We need our own
23336         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
23337         it under some other name, and our alloca.h will define it.
23338
23339 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
23340             Derek Price  <derek@ximbiot.com>
23341
23342         * lib/alloca.c: Include <alloca.h>, to get our interface.
23343         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
23344         include <alloca.h> first.  Use C89 prototype for alloca; this
23345         requires including <stddef.h> for size_t.  Use extern "C" if C++.
23346         Use #elif for simplicity, since we can assume C89 now.
23347         Don't try to source the system alloca.h since it will not be found
23348         and to prevent recursively including its replacement.
23349         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
23350         * lib/regex.c: Likewise.
23351
23352 2004-05-16  Derek Price  <derek@ximbiot.com>
23353             Paul Eggert  <eggert@cs.ucla.edu>
23354
23355         getline cleanup.  This changes the getndelim2 API: both order of
23356         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
23357         no delimiter).
23358
23359         * lib/getline.c: Don't include stddef.h or stdio.h, since our
23360         interface does that.
23361         (getline): Always use getdelim, so that we don't have two
23362         copies of this code.
23363         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
23364         if available.
23365         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
23366         (GETNDELIM2_MAXIMUM): New macro.
23367         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
23368         instead of the old practice of delim2==0.  All callers changed.
23369         Return -1 on overflow, instead of returning junk.
23370         Do not set *linesize unless allocation succeeds.
23371         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
23372         that we include sys/types.h.
23373         * lib/getnline.h: Likewise.
23374         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
23375         (getndelim2): Reorder arguments.
23376         * lib/getnline.c (getnline, getndelim):
23377         Don't discard the NMAX argument.
23378         (getnline): Invoke getndelim, to avoid code duplication.
23379         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
23380         of (size_t) -1 by callers of the getnline family.
23381
23382 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
23383
23384         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
23385         Check for gettimeofday.
23386         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
23387         Check for settimeofday, stime.
23388
23389 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
23390
23391         * lib/nanosleep.c (suspended): Change its type from int to
23392         sig_atomic_t volatile.
23393         (first_call): Make it private to rpl_nanosleep, and have it
23394         be zero initially as that's a bit faster.
23395         (my_usleep): Round up fractional times instead of truncating them,
23396         as this is the usual meaning for 'sleep'.
23397
23398         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
23399         doesn't work.
23400         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
23401         (ENOSYS): Define if not defined.
23402         (settime): Fall back on stime if it exists and settimeofday fails.
23403         But don't bother with fallbacks if a method fails with errno == EPERM.
23404
23405 2004-05-11  Jim Meyering  <jim@meyering.net>
23406
23407         Prior to this change, the save_cwd caller required read access to the
23408         current directory on most systems (ones with the fchdir function).
23409
23410         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
23411         fails, try write-only, and finally, resort to using xgetcwd.
23412
23413 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
23414
23415         * lib/obstack.c, obstack.h: Import changes from libc.
23416
23417 2004-04-28  Bruno Haible  <bruno@clisp.org>
23418
23419         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
23420         also implicitly appends .exe to executables.
23421         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
23422         accepts Windows pathnames.
23423         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
23424         Treat Cygwin like Windows, since it now accepts Windows pathnames.
23425         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
23426         Treat Cygwin like Windows, since it now accepts Windows pathnames.
23427         Reported by Derek Robert Price <derek@ximbiot.com>.
23428
23429 2004-04-21  Karl Berry  <karl@gnu.org>
23430
23431         * config/srclist.txt (localcharset.c): break sync.
23432
23433 2004-04-20  Paul Eggert  <eggert@twinsun.com>
23434
23435         * m4/host-os.m4: Add a copyright notice.
23436
23437 2004-04-20  Jim Meyering  <jim@meyering.net>
23438
23439         Change UTILS_ to gl_ in AC_DEFINE'd names.
23440         Change utils_- and jm_-prefixed variables, too.
23441         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
23442         UTILS_FUNC_MKDIR_TRAILING_SLASH.
23443         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
23444
23445         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
23446         Don't emit trailing blanks.
23447         Also rename jm_-prefixed variables to have gl_ prefix.
23448
23449         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
23450         Also rename jm_-prefixed variables to have gl_ prefix.
23451
23452         * m4/jm-macros.m4: Reflect the renamings.
23453         * m4/prereq.m4: Likewise.
23454
23455 2004-04-20  Jim Meyering  <jim@meyering.net>
23456
23457         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
23458         memory.
23459
23460 2004-04-20  Jim Meyering  <jim@meyering.net>
23461             Bruno Haible  <bruno@clisp.org>
23462
23463         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
23464         memory when realloc fails.
23465
23466 2004-04-19  Jim Meyering  <jim@meyering.net>
23467
23468         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
23469         now that readutmp.c may call `free (0)'.
23470
23471 2004-04-19  Bruno Haible  <bruno@clisp.org>
23472
23473         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
23474         * m4/inttypes_h.m4: Likewise.
23475         * m4/stdint_h.m4: Likewise.
23476         * m4/intmax_t.m4: Likewise.
23477         * m4/uintmax_t.m4: Likewise.
23478
23479 2004-04-18  Jim Meyering  <jim@meyering.net>
23480
23481         * m4/prereq.m4: Don't forbid jm_ prefix.
23482
23483         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
23484         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
23485         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
23486         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
23487         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
23488         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
23489         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
23490         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
23491         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
23492         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
23493         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
23494         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
23495         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
23496         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
23497         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
23498         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
23499         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
23500         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
23501         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
23502
23503 2004-04-18  Jim Meyering  <jim@meyering.net>
23504
23505         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
23506         failure, don't leak memory and do call END_UTMP_ENT.
23507
23508 2004-04-16  Jim Meyering  <jim@meyering.net>
23509
23510         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
23511         coreutils' stat program.
23512         (gl_PREREQ): Don't require jm_PREREQ_STAT.
23513
23514 2004-04-11  Paul Eggert  <eggert@twinsun.com>
23515
23516         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
23517         C89.
23518         (CHAR_BIT): Remove, since we assume C89.
23519         Include <stdint.h> if available, as per current Autoconf CVS advice.
23520
23521 2004-03-31  Jim Meyering  <jim@meyering.net>
23522
23523         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
23524         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
23525         * m4/xalloc.m4: Likewise.
23526
23527 2004-03-30  Paul Eggert  <eggert@twinsun.com>
23528
23529         Merge from coreutils.
23530
23531         * m4/inttostr.m4: New file.
23532         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
23533         Require AM_STDBOOL_H and gl_TIMESPEC instead.
23534         Require gl_CLOCK_TIME.
23535         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
23536
23537 2004-03-30  Paul Eggert  <eggert@twinsun.com>
23538
23539         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
23540         not bool, to be more consistent with Unix conventions.
23541         Suggested by Bruno Haible.
23542
23543         Merge from coreutils.
23544
23545         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
23546         * lib/umaxtostr.c: New files.
23547
23548         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
23549         the usual <time.h> dance.
23550         (get_date): Change signature to support fractional time stamps.
23551         All callers changed.
23552         * lib/getdate.y: Include "getdate.h" first, as we can now
23553         assume C89 and don't need to worry about 'const'.
23554         Similarly, include "unlocked-io.h" near start, not in middle.
23555         Include <limits.h>.
23556         (textint.value): Use long int rather than int.
23557         (textint.digits): Use size_t rather than int.
23558         (BILLION, LOG10_BILLION): New constants.
23559         (parser_control): New member rel_ns.  Members day_ordinal,
23560         time_zone, month, day, hour, minutes, rel_year, rel_month,
23561         rel_day, rel_hour, rel_minutes, rel_seconds
23562         are now long int, not int.  Member seconds is now struct timespec,
23563         not int.  New member timespec_seen.  Members dates_seen, days_seen,
23564         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
23565         not int.
23566         (%union.intval): Now long int, not int.
23567         New member timespec.
23568         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
23569         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
23570         (spec): Now is a timespec or an item list.
23571         (timespec, items): New nonterminals.
23572         (time, rel, relunit, number, get_date):
23573         Add support for fractional seconds.
23574         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
23575         (gmtime, localtime, mktime): Remove decls; not needed with C89.
23576         (to_hour): First arg is now long int, not int.
23577         (to_year): Returns long int, not int.
23578         Don't treat year -70 like 70.
23579         (tm_diff): Returns long int, not int.
23580         (lookup_word): Use bool instead of int when appropriate.
23581         (yylex): Use size_t for count, not int.
23582         Detect overflow when parsing large integer constants.
23583         Add support for fractions.
23584         (get_date): Make pointers 'const' if possible.
23585         Use more-portable code to detect integer overflow.
23586         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
23587         Don't use ctime; it's not reliable if the year has >4 digits.
23588
23589         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
23590         This is for compatibility with BSD.
23591
23592         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
23593         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
23594         From coreutils' system.h.
23595
23596         * lib/userspec.c: Don't include "posixver.h".
23597         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
23598         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
23599         compatible extension.  Simplify code by removing a boolean int
23600         that was always nonzero if a string was nonnull.
23601
23602 2004-03-30  Jim Meyering  <jim@meyering.net>
23603
23604         Merge from coreutils.
23605
23606         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
23607         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
23608         on some systems one must include <grp.h> before it.
23609         Reported by Christian Krackowizer.
23610
23611 2004-03-30  Jim Meyering  <jim@meyering.net>
23612
23613         Merge from coreutils.
23614
23615         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
23616
23617         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
23618         an empty input stream.
23619
23620         * lib/readtokens.c: Include <stdbool.h>.
23621         (readtoken): Use `size_t' rather than int/long.
23622         All callers adjusted.
23623         Use `bool' rather than `int' where appropriate.
23624         Use memset rather than an explicit loop.
23625         Use x2nrealloc rather than xrealloc.
23626         Allow the use of `\0' as a delimiter.
23627         (readtokens): Likewise.
23628         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
23629
23630 2004-03-30  Jim Meyering  <jim@meyering.net>
23631
23632         * m4/realloc.m4: Remove file, since now it does no more than
23633         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
23634         the `configure.ac' section of module/realloc.
23635         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
23636
23637 2004-03-30  Bruno Haible  <bruno@clisp.org>
23638
23639         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
23640         nonnull.
23641
23642 2004-03-29  Paul Eggert  <eggert@twinsun.com>
23643
23644         Merge changes to getloadavg.c from coreutils and Emacs.
23645
23646         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
23647         Define to an expression, not to the empty string.
23648         Include cloexec.h and xalloc.h.
23649         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
23650         Use set_cloexec_flag rather than rolling our own.
23651         * lib/cloexec.c, lib/cloexec.h: New files.
23652
23653 2004-03-29  Paul Eggert  <eggert@twinsun.com>
23654
23655         * m4/cloexec.m4: New file.
23656
23657 2004-03-18  Paul Eggert  <eggert@twinsun.com>
23658
23659         * lib/getopt.h: Sync with libc CVS.
23660
23661 2004-03-18  Paul Eggert  <eggert@twinsun.com>
23662             Bruno Haible  <bruno@clisp.org>
23663
23664         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
23665         mbswidth.
23666
23667 2004-03-18  Paul Eggert  <eggert@twinsun.com>
23668             Bruno Haible  <bruno@clisp.org>
23669
23670         * lib/mbswidth.h: Include <wchar.h> only if
23671         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
23672         <wchar.h>.
23673         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
23674
23675 2004-03-09  Paul Eggert  <eggert@twinsun.com>
23676
23677         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
23678         Sync with libc CVS.
23679         * lib/getopt_int.h: New file, also synced from libc.
23680
23681 2004-03-09  Paul Eggert  <eggert@twinsun.com>
23682
23683         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
23684         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
23685         Bring back getopt.c, getopt.h, getopt1.c.
23686
23687 2004-03-07  Paul Eggert  <eggert@twinsun.com>
23688
23689         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
23690         All uses changed.  Check for sa_sigaction member; this fixes
23691         a bug first reported by Jason Andrade in
23692         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
23693
23694 2004-03-07  Paul Eggert  <eggert@twinsun.com>
23695
23696         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
23697         '#if' expressions.  Unlike the code it replaces, it does not
23698         depend on (defined _SC_PAGESIZE).  However, it does depend on
23699         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
23700         first reported by Jason Andrade in
23701         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
23702
23703 2004-02-25  Simon Josefsson  <jas@extundo.com>
23704
23705         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
23706
23707 2004-02-25  Simon Josefsson  <jas@extundo.com>
23708
23709         * lib/strdup.h: New file.
23710         * lib/strdup.c: Include it.
23711         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
23712         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
23713
23714 2004-02-23  Karl Berry  <karl@gnu.org>
23715
23716         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
23717         (from fencepost.gnu.org:/gd/gnuorg).
23718
23719 2004-02-23  Karl Berry  <karl@gnu.org>
23720
23721         * config/srclistvars.sh (GNUORG) [karl]: redefine.
23722         * config/srclist.txt: add maintain/standards documents.
23723
23724 2004-02-18  Bruno Haible  <bruno@clisp.org>
23725
23726         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
23727         Reported by Derek Robert Price <derek@ximbiot.com>.
23728
23729 2004-02-16  Karl Berry  <karl@gnu.org>
23730
23731         * config/mkinstalldirs, install-sh: update from automake.
23732
23733 2004-02-06  Karl Berry  <karl@gnu.org>
23734
23735         * m4/po.m4: update from gettext 0.14.1.
23736
23737 2004-02-06  Karl Berry  <karl@gnu.org>
23738
23739         * lib/config.charset: update from gettext 0.14.1.
23740
23741 2004-02-05  Paul Eggert  <eggert@twinsun.com>
23742
23743         Add comments and code, prompted by suggestions from Bruno Haible
23744         for sh-quote.
23745         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
23746         describing the enum quoting_style values.
23747         * lib/quotearg.c (quotearg_alloc): New function.
23748         (quotearg_buffer_restyled): Treat lone { and } as special.
23749         Treat = as special.  Work around bug with older shells
23750         that "see" a '\' that is really the 2nd byte of a multibyte char.
23751         Quote empty string with shell_quoting_style.
23752
23753 2004-02-03  Bruno Haible  <bruno@clisp.org>
23754
23755         * m4/pipe.m4: New file, from GNU gettext.
23756
23757 2004-02-03  Bruno Haible  <bruno@clisp.org>
23758
23759         * lib/pipe.h: New file, from GNU gettext.
23760         * lib/pipe.c: New file, from GNU gettext.
23761
23762 2004-01-27  Bruno Haible  <bruno@clisp.org>
23763
23764         * m4/execute.m4: New file, from GNU gettext.
23765
23766 2004-01-27  Bruno Haible  <bruno@clisp.org>
23767
23768         * lib/execute.h: New file, from GNU gettext.
23769         * lib/execute.c: New file, from GNU gettext.
23770         * lib/w32spawn.h: New file, from GNU gettext.
23771
23772 2004-01-24  Paul Eggert  <eggert@twinsun.com>
23773
23774         Merge from diffutils.
23775
23776         * lib/file-type.c (file_type): Add typed memory objects.
23777         * lib/file-type.h (S_TYPEISTMO): New macro.
23778
23779         * lib/c-stack.h (c_stack_action): Remove argv argument.
23780         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
23781         (die): Don't calculate message unless segv_action returns.
23782         (get_stack_location, min_address_from_argv, max_address_from_argv,
23783         volatile stack_base, volatile_stack_size): Remove.
23784         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
23785         that every segmentation violation is a stack overflow.  (Ouch!)
23786         See Debian bug 136249 (still outstanding) for more info about why
23787         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
23788
23789 2004-01-24  Paul Eggert  <eggert@twinsun.com>
23790
23791         Exit-status fix from coreutils.
23792
23793         Use exit_failure consistently in place of EXIT_FAILURE,
23794         so that program exit statuses are consistent on failure.
23795
23796         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
23797         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
23798         * lib/argmatch.h: Comment fix to match the above.
23799         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
23800         Now a macro referring to exit_failure, instead of a separate
23801         variable.  Include "exitfail.h" to get it.
23802         * lib/xstrtol.h: Include "exitfail.h".
23803         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
23804
23805         * lib/long-options.c (parse_long_options): Use prototype
23806         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
23807         for clarity.
23808
23809 2004-01-21  Jim Meyering  <jim@meyering.net>
23810
23811         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
23812         so as not to conflict with a different-sized __mktime_internal
23813         function in GNU libc.
23814         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
23815         Problem building statically-linked `ls' reported by Michael Brunnbauer.
23816
23817 2004-01-20  Karl Berry  <karl@gnu.org>
23818
23819         * config/config.guess: update from config.
23820
23821         * config/srclistvars.sh: GNUWWWLICENSES for karl.
23822
23823 2004-01-20  Bruno Haible  <bruno@clisp.org>
23824
23825         Safer stack allocation.
23826         * lib/setenv.c: Include allocsa.h.
23827         (alloca): Remove fallback definition.
23828         (freea): Remove macro.
23829         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
23830         instead of freea.
23831
23832 2004-01-20  Bruno Haible  <bruno@clisp.org>
23833
23834         * m4/eealloc.m4: New file, from GNU gettext.
23835
23836 2004-01-20  Bruno Haible  <bruno@clisp.org>
23837
23838         * m4/allocsa.m4: New file, from GNU gettext.
23839
23840 2004-01-20  Bruno Haible  <bruno@clisp.org>
23841
23842         * lib/xallocsa.h: New file, from GNU gettext.
23843         * lib/xallocsa.c: New file, from GNU gettext.
23844
23845 2004-01-20  Bruno Haible  <bruno@clisp.org>
23846
23847         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
23848
23849 2004-01-20  Bruno Haible  <bruno@clisp.org>
23850
23851         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
23852         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
23853         specially.
23854
23855 2004-01-20  Bruno Haible  <bruno@clisp.org>
23856
23857         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
23858         patch.
23859
23860 2004-01-20  Bruno Haible  <bruno@clisp.org>
23861
23862         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
23863
23864 2004-01-20  Bruno Haible  <bruno@clisp.org>
23865
23866         * lib/eealloc.h: New file.
23867
23868 2004-01-20  Bruno Haible  <bruno@clisp.org>
23869
23870         * lib/binary-io.h: Avoid warnings on Cygwin.
23871
23872 2004-01-20  Bruno Haible  <bruno@clisp.org>
23873
23874         * lib/allocsa.h: New file, from GNU gettext.
23875         * lib/allocsa.c: New file, from GNU gettext.
23876
23877 2004-01-18  Karl Berry  <karl@gnu.org>
23878
23879         * doc/gpl.texi, doc/lgpl.texi: new files.
23880
23881 2004-01-18  Karl Berry  <karl@gnu.org>
23882
23883         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
23884         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
23885
23886 2004-01-15  Paul Eggert  <eggert@twinsun.com>
23887
23888         Merge from coreutils.
23889
23890         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
23891         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
23892         (gl_DEFAULT_POSIX2_VERSION): Move
23893         the documentation from 'configure' into 'config.hin',
23894         so that 'configure --help' isn't burdened by it and
23895         we don't have to worry about its formatting there.
23896         Reword the documentation so that it's more succinct
23897         and can be run together into a single paragraph.
23898         * m4/same.m4 (gl_SAME): Check for pathconf.
23899
23900 2004-01-15  Paul Eggert  <eggert@twinsun.com>
23901
23902         Merge from coreutils.
23903
23904         * lib/posixver.c: Include posixver.h.
23905
23906         * lib/same.c: Include <stdbool.h>, <limits.h>.
23907         (_POSIX_NAME_MAX): Define if not defined.
23908         (MIN): New macro.
23909         (same_name): If file names are silently truncated, report
23910         that the file names are the same if they are the same after
23911         the silent truncation.
23912
23913         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
23914         conversion function.
23915         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
23916         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
23917         longer needed.
23918
23919 2004-01-15  Jim Meyering  <jim@meyering.net>
23920
23921         Merge from coreutils.
23922
23923         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
23924         if no library is required.
23925         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
23926         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
23927         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
23928         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
23929         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
23930         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
23931         value, $ac_cv_search_crypt, if it's "none required".
23932         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
23933         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
23934         not gl_FUNC_GETLOADAVG.
23935         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
23936         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
23937
23938 2004-01-15  Jim Meyering  <jim@meyering.net>
23939
23940         Merge from coreutils.
23941
23942         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
23943         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
23944         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
23945
23946         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
23947         optional configure-time default.
23948
23949         * lib/version-etc.c (version_etc_copyright): Update copyright date.
23950
23951         * lib/xreadlink.c (xreadlink): Correct outdated comment.
23952
23953 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
23954
23955         Merge from coreutils.
23956
23957         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
23958         value, $ac_cv_search_nanosleep, if it's "none required".
23959
23960 2004-01-14  Paul Eggert  <eggert@twinsun.com>
23961
23962         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
23963         with like-named macro in fnmatch.c.
23964         (EXT): Use an internal constant instead.
23965
23966         Merge fnmatch patches from glibc.
23967         * lib/fnmatch.c (mbsinit): Remove define.
23968         Add libc_hidden_ver (__fnmatch, fnmatch).
23969         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
23970         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
23971
23972 2004-01-14  Karl Berry  <karl@gnu.org>
23973
23974         * config/install-sh: update from automake.
23975
23976 2004-01-13  Karl Berry  <karl@gnu.org>
23977
23978         * config/install-sh: update from automake.
23979
23980 2004-01-09  Karl Berry  <karl@gnu.org>
23981
23982         * config/install-sh: update from automake.
23983
23984 2004-01-05  Karl Berry  <karl@gnu.org>
23985
23986         * config/config.{sub,guess}: update from config.
23987
23988 2003-12-31  Karl Berry  <karl@gnu.org>
23989
23990         * config/depcomp: update from automake.
23991
23992 2003-12-14  Karl Berry  <karl@gnu.org>
23993
23994         * lib/config.charset: update from gettext-runtime.
23995
23996 2003-12-03  Paul Eggert  <eggert@twinsun.com>
23997
23998         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
23999         Bug reported by Alfred M. Szmidt.
24000
24001 2003-12-03  Bruno Haible  <bruno@clisp.org>
24002
24003         * m4/gettext.m4: Upgrade from gettext-0.13.
24004         * m4/po.m4: Upgrade from gettext-0.13.
24005         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
24006         * m4/intmax.m4: New file, from gettext-0.13.
24007         * m4/printf-posix.m4: New file, from gettext-0.13.
24008
24009 2003-11-29  Karl Berry  <karl@gnu.org>
24010
24011         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
24012
24013 2003-11-25  Paul Eggert  <eggert@twinsun.com>
24014             Bruno Haible  <bruno@clisp.org>
24015
24016         * lib/printf-parse.h: Don't include sys/types.h.
24017         (ARG_NONE): New macro.
24018         (char_directive): Change type of *arg_index fields to size_t.
24019         * lib/printf-parse.c: Don't include sys/types.h.
24020         (SSIZE_MAX): Remove macro.
24021         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
24022         Remove unnecessary overflow check.
24023         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
24024         fields.
24025
24026 2003-11-25  Bruno Haible  <bruno@clisp.org>
24027
24028         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
24029
24030 2003-11-25  Bruno Haible  <bruno@clisp.org>
24031
24032         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
24033         gt_TYPE_SSIZE_T.
24034
24035 2003-11-24  Paul Eggert  <eggert@twinsun.com>
24036
24037         * modules/alloca: Remove dependency on xalloc.
24038
24039 2003-11-24  Paul Eggert  <eggert@twinsun.com>
24040
24041         * lib/alloca.c: Remove dependency on xalloc module.
24042         (xalloc_die): Remove.
24043         (memory_full) [!defined emacs]: New macro.
24044         [!defined emacs]: Don't include xalloc.h.
24045         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
24046         address arithmetic overflows.  Change datatypes a bit to avoid
24047         unnecessary casts.
24048
24049 2003-11-22  Jim Meyering  <jim@meyering.net>
24050
24051         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
24052         s/size/size_t/.
24053
24054 2003-11-21  Karl Berry  <karl@gnu.org>
24055
24056         * config/config.{sub,guess}: update from config.
24057
24058 2003-11-18  Karl Berry  <karl@gnu.org>
24059
24060         * config/config.{sub,guess}: update from config.
24061
24062         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
24063
24064 2003-11-17  Paul Eggert  <eggert@twinsun.com>
24065
24066         * README: Mention that S+T cannot overflow if S is the size of
24067         an existing object and T is sufficiently small.
24068
24069 2003-11-17  Jim Meyering  <jim@meyering.net>
24070
24071         On systems without utime and without a utimes function capable of
24072         dealing with a NULL struct utimbuf* argument, this utime replacement
24073         could -- in unusual circumstances -- leak a file descriptor.
24074         * lib/utime.c: Include <unistd.h> and <errno.h>.
24075         (utime_null): Be sure to close `fd' and to preserve errno.
24076         Reported by Geoff Collyer via Arnold Robbins.
24077
24078 2003-11-17  Bruno Haible  <bruno@clisp.org>
24079
24080         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
24081         (Depends-on): Add xsize.
24082
24083 2003-11-17  Bruno Haible  <bruno@clisp.org>
24084
24085         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
24086
24087 2003-11-17  Bruno Haible  <bruno@clisp.org>
24088
24089         * lib/vasnprintf.c (alloca): Remove fallback definition.
24090         (freea): Remove definition.
24091         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
24092         Reported by Paul Eggert.
24093
24094 2003-11-16  Paul Eggert  <eggert@twinsun.com>
24095             Bruno Haible  <bruno@clisp.org>
24096
24097         Protect against address arithmetic overflow.
24098         * lib/printf-args.h: Include stddef.h.
24099         (arguments): Change type of field 'count' to size_t.
24100         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
24101         'unsigned int' where appropriate.
24102         * lib/printf-parse.h: Include sys/types.h.
24103         (char_directive): Change type of *arg_index fields to ssize_t.
24104         (char_directives): Change type of fields 'count', max_*_length to
24105         size_t.
24106         * lib/printf-parse.c: Include sys/types.h and xsize.h.
24107         (SSIZE_MAX): Define fallback value.
24108         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
24109         instead of 'int' where appropriate. Check a_allocated, d_allocated
24110         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
24111         * lib/vasnprintf.c: Include xsize.h.
24112         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
24113         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
24114         overflow. Avoid wraparound when converting a width or precision from
24115         decimal to binary.
24116
24117 2003-11-16  Bruno Haible  <bruno@clisp.org>
24118
24119         Update from GNU gettext.
24120         * lib/printf-parse.c: Generalize to it can be compiled for wide
24121         strings.
24122         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
24123         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
24124         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
24125         SNPRINTF): New macros.
24126         Don't include <alloca.h> if the file is used inside libintl.
24127         (local_wcslen): New function, for Solaris 2.5.1.
24128         (VASNPRINTF): Use it instead of wcslen.
24129
24130 2003-11-16  Bruno Haible  <bruno@clisp.org>
24131
24132         * lib/xsize.h (xmax): New function.
24133         (xsum, xsum3, xsum4): Declare as "pure" functions.
24134
24135 2003-11-12  Paul Eggert  <eggert@twinsun.com>
24136
24137         * modules/xalloc (Files): Undo latest change, since xalloc.h
24138         no longer needs SIZE_MAX or PTRDIFF_MAX.
24139
24140 2003-11-12  Paul Eggert  <eggert@twinsun.com>
24141
24142         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
24143         gl_PTRDIFF_MAX.
24144
24145 2003-11-12  Paul Eggert  <eggert@twinsun.com>
24146
24147         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
24148         "return", to pacify some unknown compiler.  Problem reported
24149         by Joerg Schilling.
24150
24151 2003-11-12  Paul Eggert  <eggert@twinsun.com>
24152
24153         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
24154         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
24155         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
24156         heuristic is just as accurate as far as we know, and it removes a
24157         dependency on size_max.m4 and ptrdiff_max.m4.
24158
24159 2003-11-11  Bruno Haible  <bruno@clisp.org>
24160
24161         * modules/xsize (Files): Add m4/size_max.m4.
24162         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
24163
24164 2003-11-11  Bruno Haible  <bruno@clisp.org>
24165
24166         * m4/size_max.m4: New file.
24167         * m4/ptrdiff_max.m4: New file.
24168         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
24169         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
24170         (gl_XALLOC): Invoke it.
24171
24172 2003-11-11  Bruno Haible  <bruno@clisp.org>
24173
24174         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
24175         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
24176         defined.
24177
24178 2003-11-10  Paul Eggert  <eggert@twinsun.com>
24179
24180         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
24181         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
24182         rejected some allocations of exactly SIZE_MAX - 2 bytes.
24183         From Bruno Haible.
24184         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
24185         not (size_t) -1, since it's defined here.
24186
24187 2003-11-09  Karl Berry  <karl@gnu.org>
24188
24189         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
24190
24191 2003-11-06  Paul Eggert  <eggert@twinsun.com>
24192
24193         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
24194         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
24195         Reject sizes of exactly SIZE_MAX bytes.
24196         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
24197         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
24198
24199 2003-11-05  Bruno Haible  <bruno@clisp.org>
24200
24201         * lib/xsize.h: Include limits.h, to avoid a possible collision with
24202         SIZE_MAX defined in <limits.h> on Solaris.
24203
24204 2003-11-04  Jim Meyering  <jim@meyering.net>
24205
24206         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
24207         variable names, rather than @VAR@.
24208         * modules/poll: Likewise.
24209
24210 2003-11-04  Bruno Haible  <bruno@clisp.org>
24211
24212         * modules/xsize: New file.
24213         * modules/linebreak: Depend on xsize.
24214         * MODULES.html.sh (func_all_modules): Add xsize.
24215
24216 2003-11-04  Bruno Haible  <bruno@clisp.org>
24217
24218         * m4/xsize.m4: New file.
24219
24220 2003-11-04  Bruno Haible  <bruno@clisp.org>
24221
24222         * lib/xsize.h: New file.
24223         * lib/linebreak.c: Include xsize.h.
24224         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
24225         argument for overflow.
24226         Suggested by Paul Eggert.
24227
24228 2003-11-03  Karl Berry  <karl@gnu.org>
24229
24230         * config/config.{guess,sub}: update from config.
24231
24232 2003-11-03  Jim Meyering  <jim@meyering.net>
24233
24234         * modules/userspec (lib_SOURCES): Add userspec.h.
24235         (Include): Add "userspec.h".
24236         Improve description.
24237
24238 2003-11-03  Jim Meyering  <jim@meyering.net>
24239
24240         * lib/userspec.c: Include "userspec.h".
24241         * lib/userspec.h: New file.
24242
24243 2003-11-03  Bruno Haible  <bruno@clisp.org>
24244
24245         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
24246
24247 2003-11-03  Bruno Haible  <bruno@clisp.org>
24248
24249         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
24250         available, to avoid (extremely rare) race condition.
24251         Suggested by Paul Eggert.
24252
24253 2003-11-02  Karl Berry  <karl@gnu.org>
24254
24255         * config/srclist.txt (vasprintf.c): sync broken, sigh.
24256
24257 2003-10-31  Paul Eggert  <eggert@twinsun.com>
24258
24259         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
24260         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
24261         (read_filesystem_list): Set and use me_type_malloced.
24262         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
24263         whatever the type happens to be), for brevity and consistency.
24264         Check for size calculation overflow on Alphas running OSF/1.
24265
24266 2003-10-31  Jim Meyering  <jim@meyering.net>
24267
24268         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
24269
24270         * lib/linebuffer.c: Include <string.h> for declaration of memset.
24271
24272 2003-10-30  Paul Eggert  <eggert@twinsun.com>
24273             Bruno Haible  <bruno@clisp.org>
24274
24275         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
24276         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
24277
24278 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
24279
24280         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
24281         netbsd*-gnu*.  Suggested by Robert Millan.
24282
24283 2003-10-29  Paul Eggert  <eggert@twinsun.com>
24284
24285         * modules/group-member: Depend on stdbool.
24286
24287 2003-10-29  Paul Eggert  <eggert@twinsun.com>
24288
24289         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
24290
24291 2003-10-29  Paul Eggert  <eggert@twinsun.com>
24292
24293         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
24294         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
24295         after the 'gnu' in these cases.  This fixes some bugs in the
24296         previous change, and is based on suggestions by Robert Millan.
24297
24298 2003-10-29  Paul Eggert  <eggert@twinsun.com>
24299
24300         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
24301         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
24302         no longer needed.
24303         * lib/quotearg.c (quotearg_n_options): Use it.
24304         * lib/group-member.c: Include <stdbool.h>.
24305         (free_group_info): Arg is now const *; don't free arg.
24306         (get_group_info): Now returns bool and accepts struct group_info *,
24307         rather than returning a malloc'ed struct group_info *.
24308         All uses changed.  Check for overflow in internal size calculation.
24309
24310         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
24311         rather than xmalloc/xrealloc.
24312         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
24313         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
24314         conformance bug: the old code used a pointer after freeing the
24315         storage that it addressed.
24316         * lib/hash.c (hash_initialize): Simplify the code by using
24317         xalloc_oversized rather than doing it by hand.
24318         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
24319         the buffer preserved.  Use free and xmalloc instead.
24320         * lib/quotearg.c (quotearg_n_options): Likewise.
24321         Use a simpler test for size overflow.  Don't use xalloc_oversized
24322         because unsigned int might be wider than size_t (!); this suggests
24323         that we should switch from unsigned int to size_t for slot numbers.
24324
24325 2003-10-28  Paul Eggert  <eggert@twinsun.com>
24326
24327         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
24328         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
24329         NetBSD kernels.  Requested by Richard Stallman.
24330
24331 2003-10-27  Paul Eggert  <eggert@twinsun.com>
24332
24333         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
24334         to allocate the returned structure.  Do not allocate a subarray,
24335         as x2nrealloc will do that.
24336         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
24337         instead of xnrealloc.
24338         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
24339
24340 2003-10-27  Bruno Haible  <bruno@clisp.org>
24341
24342         * lib/stdbool_.h: Better support for BeOS.
24343
24344 2003-10-26  Paul Eggert  <eggert@twinsun.com>
24345
24346         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
24347         now uses inline.
24348
24349 2003-10-26  Paul Eggert  <eggert@twinsun.com>
24350
24351         * lib/xalloc.h (xalloc_oversized): New static inline function, for
24352         callers that want to do their own size-overflow checking.  Include
24353         <stdbool.h>, since xalloc_oversized returns bool.
24354         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
24355         to use xalloc_oversized.
24356
24357         Add two functions x2realloc, x2nrealloc, for programs that grow
24358         arrays dynamically by doubling their sizes.
24359         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
24360         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
24361         New functions.
24362
24363         Port to C99 semantics for 'inline' of external functions.
24364         Bug reported by Bruno Haible.
24365         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
24366         with the old contents of xnmalloc.
24367         (xnmalloc, xmalloc): Use it.
24368         (xnrealloc_inline): New static inline function,
24369         with the old contents of xnrealloc.
24370         (xnrealloc, xrealloc): Use it.
24371
24372         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
24373         that.
24374
24375 2003-10-26  Karl Berry  <karl@gnu.org>
24376
24377         * config/srclist.txt (COPYING.DOC): no longer available from
24378         /gd/gnuorg; don't know where the ultimate source is.
24379
24380 2003-10-25  Paul Eggert  <eggert@twinsun.com>
24381
24382         Fix several address-calculation bugs in the hash modules,
24383         plus some minor code cleanup.
24384
24385         * lib/hash.h: Include <stdbool.h>, for bool.
24386         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
24387         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
24388         hash_get_n_entries, hash_get_max_bucket_length,
24389         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
24390         hash_rehash): Use size_t rather than unsigned.
24391         * lib/hash.c (struct hash_table, hash_get_n_buckets,
24392         hash_get_n_buckets_used, hash_get_n_entries,
24393         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
24394         hash_get_entries, hash_do_for_each, hash_string, is_prime,
24395         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
24396         Likewise.
24397         (SIZE_MAX): Define if not defined.
24398         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
24399         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
24400         hash_print):
24401         Use const * when possible.
24402         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
24403         (check_tuning): Fix bug: if tuning parameters were very close to
24404         0 or 1, rounding errors could have caused subscript violations.
24405         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
24406         (hash_initialize): Add 'fail:' label
24407         to free table and return NULL, and use it to simplify code.
24408         Use calloc rather than clearing the storage ourself.
24409         (hash_initialize, hash_rehash): Check for arithmetic overflow in
24410         buffer size calculations.
24411         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
24412         Include <stddef.h>, for size_t.
24413         * lib/hash-pjw.c (hash_pjw): Likewise.
24414         Switch to method described by Bruno Haible.
24415         Include <limits.h>, for CHAR_BIT.
24416         (SIZE_BITS): New macro.
24417
24418 2003-10-23  Paul Eggert  <eggert@twinsun.com>
24419
24420         * m4/getline.m4 (AM_FUNC_GETLINE):
24421         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
24422         hosts.  Problem reported by Derek Robert Price in
24423         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
24424         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
24425         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
24426
24427 2003-10-21  Paul Eggert  <eggert@twinsun.com>
24428
24429         * lib/getndelim2.c (getndelim2): When size calculation overflows,
24430         ceiling the allocation at NMAX bytes rather than silently
24431         discarding input bytes before NMAX is reached.  This makes
24432         a difference only if NMAX exceeds SIZE_MAX / 2.
24433
24434         * lib/obstack.c: Merge from glibc.
24435         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
24436         Add libc_hidden_def (_obstack_newchunk).
24437         (_obstack_free) [! defined _LIBC]: Remove.
24438         [defined _LIBC]: Make a strong alias from obstack_free, rather than
24439         a clone of the function body.
24440         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
24441         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
24442
24443         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
24444         glibc.
24445         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
24446         arg to memcpy.
24447
24448         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
24449         (obstack_ptr_grow_fast, obstack_int_grow_fast):
24450         Don't use lvalue casts, as GCC plans to remove support for them
24451         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
24452         was also present in the non-GCC version, indicating that this
24453         code had always been buggy and had never been widely used.
24454         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
24455         Use the fast variant of each macro, rather than copying the
24456         definiens of the fast variant; that way, we'll be more likely to
24457         catch future bugs in the fast variants.
24458
24459 2003-10-20  Bruno Haible  <bruno@clisp.org>
24460
24461         * modules/wait-process: New file.
24462         * MODULES.html.sh (func_all_modules): Add wait-process.
24463
24464 2003-10-20  Bruno Haible  <bruno@clisp.org>
24465
24466         * m4/wait-process.m4: New file.
24467
24468 2003-10-20  Bruno Haible  <bruno@clisp.org>
24469
24470         * lib/wait-process.h: New file, from GNU gettext.
24471         * lib/wait-process.c: New file, from GNU gettext.
24472
24473 2003-10-19  Jim Meyering  <jim@meyering.net>
24474
24475         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
24476         HPUX 10.20.
24477
24478 2003-10-18  Karl Berry  <karl@gnu.org>
24479
24480         * config/config.guess: update from config.
24481
24482 2003-10-16  Paul Eggert  <eggert@twinsun.com>
24483
24484         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
24485         (getgroups): First arg is int, not size_t.
24486         Don't let 'free' mangle errno.
24487
24488 2003-10-16  Paul Eggert  <eggert@twinsun.com>
24489
24490         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
24491
24492 2003-10-16  Karl Berry  <karl@gnu.org>
24493
24494         * config/config.{guess,sub}: update from config.
24495
24496 2003-10-16  Jim Meyering  <jim@meyering.net>
24497
24498         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
24499         memcpy.
24500
24501 2003-10-15  Paul Eggert  <eggert@twinsun.com>
24502
24503         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
24504         (SIZE_MAX): Remove.
24505         (new_exclude, add_exclude_file): Initial size no longer needs to
24506         be a power of 2.
24507         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
24508         our own address arithmetic overflow checking.
24509
24510         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
24511         (fnmatch): Do not alloca more than 2000 wide characters;
24512         instead, use malloc for large buffers.
24513         Check for address arithmetic overflow, and return -1
24514         with errno set to ENOMEM in that case.
24515         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
24516         (NEW_PATTERN): Do not alloca more than 8000 bytes;
24517         instead, return -1.  Check for address arithmetic overflow.
24518
24519 2003-10-14  Paul Eggert  <eggert@twinsun.com>
24520
24521         Handle invalid suffixes and overflow independently, so that
24522         callers can treat them independently as needed.  Fix some bugs in
24523         suffix handling, e.g., "100k@" was not diagnosed as an invalid
24524         suffix for a human-readable blocksize.  The major caller-visible
24525         change is the addition of a new
24526         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
24527         that both overflow and suffix chars were found.
24528
24529         * lib/human.c (humblock): Don't check separately for invalid suffix
24530         char; that is xstrtoumax's job (now that its bug is fixed).
24531         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
24532         INTMAX_MAX]: New macros.
24533         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
24534         TYPE_MAXIMUM): New macros.
24535         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
24536         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
24537         if overflow occurs, as it's what __strtol does and it's more useful
24538         in practice.
24539         (__xstrtol): If __strtol reports some error other than ERANGE,
24540         reflect it to the caller as LONGINT_INVALID.  If it reports
24541         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
24542         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
24543         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
24544         value.
24545         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
24546         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
24547         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
24548         [defined UINTMAX_MAX]: New macros.
24549
24550 2003-10-14  Bruno Haible  <bruno@clisp.org>
24551
24552         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
24553
24554 2003-10-14  Bruno Haible  <bruno@clisp.org>
24555
24556         * m4/sig_atomic_t: New file, from GNU gettext.
24557         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
24558
24559 2003-10-14  Bruno Haible  <bruno@clisp.org>
24560
24561         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
24562         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
24563         Also use volatile where needed.
24564
24565 2003-10-12  Paul Eggert  <eggert@twinsun.com>
24566
24567         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
24568         Change maintainer from Bruno Haible to 'all'.
24569
24570 2003-10-12  Paul Eggert  <eggert@twinsun.com>
24571
24572         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
24573
24574 2003-10-12  Paul Eggert  <eggert@twinsun.com>
24575
24576         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
24577         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
24578         and define in terms of the other primitives.
24579         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
24580         (SIZE_MAX): Define if not already defined.
24581         (array_size_overflow): New function.
24582         (xalloc_die): Abort instead of exiting if 'error' returns.
24583         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
24584         (xmalloc, xrealloc): Use them.
24585         (xcalloc): Check for address arithmetic overflow.
24586         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
24587         a bit faster than strcpy.
24588
24589 2003-10-10  Simon Josefsson  <jas@extundo.com>
24590
24591         * modules/argp (Depends-on): Add restrict and strcase.
24592
24593 2003-10-10  Simon Josefsson  <jas@extundo.com>
24594
24595         * m4/argp.m4: Add AC_C_INLINE.
24596
24597 2003-10-08  Paul Eggert  <eggert@twinsun.com>
24598
24599         Merge getpass from libc, plus a few fixes.
24600
24601         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
24602         Include <stdbool.h>.
24603         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
24604         __fsetlocking to empty.
24605         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
24606         do include <bits/libc-lock.h>.
24607         Do not include <fcntl.h>; not needed.
24608         [_LIBC]: Include <wchar.h>.
24609         (NOTCANCEL_MODE): New macro.
24610         (flockfile, funlockfile) [_LIBC]: New macros.
24611         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
24612         [!_LIBC]: New macros.
24613         (call_fclose): New function.
24614         (getpass): Use it.  Save tty stream separately; this simplifies the
24615         code and makes it more reliable if stdin happens to equal stdout.
24616         Invoke __fsetlocking on tty.
24617         Handle thread cancellation if needed.
24618         Namespace cleanup (use __tcgetattr, __getline).
24619         Use bool for Booleans.
24620         [USE_IN_LIBIO]: Handle wide streams.
24621         [!_LIBC]: Unconditionally do the fseek, since we don't know what
24622         stream might go where.
24623
24624         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
24625         doesn't have to include <stdio.h> before us.
24626         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
24627         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
24628         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
24629         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
24630         if not declared, so that we can use getpass.c code from libc without
24631         rewriting it.
24632         (flockfile, ftrylockfile, funlockfile): New macros.
24633
24634 2003-10-08  Paul Eggert  <eggert@twinsun.com>
24635
24636         * modules/getpass: Depend on stdbool.
24637
24638 2003-10-08  Paul Eggert  <eggert@twinsun.com>
24639
24640         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
24641
24642 2003-10-07  Karl Berry  <karl@gnu.org>
24643
24644         * config/config.{guess,sub}: update from config.
24645
24646 2003-10-06  Jim Meyering  <jim@meyering.net>
24647             Bruno Haible  <bruno@clisp.org>
24648
24649         This lets translators provide better translations for the
24650         "Written by ..." part of --version output.
24651         * lib/version-etc.h: Include stdarg.h.
24652         (version_etc_copyright): Declare as readonly.
24653         (version_etc): Make this function variadic with a NULL-terminated list
24654         of author name strings.
24655         (version_etc_va): New declaration.
24656         * lib/version-etc.c: Include stdarg.h, stdlib.h.
24657         (version_etc_copyright): Declare as readonly.
24658         (version_etc_va): New function. Provide a different translatable string
24659         for each possible number of authors < 10. Abbreviate when there are 10
24660         authors or more.
24661         (version_etc): Make this function variadic. Call version_etc_va.
24662         Suggestion from Gary V. Vaughan.
24663
24664         * lib/long-options.h (parse_long_options): Change prototype: the
24665         authors string is moved to the end and becomes variadic.
24666         * lib/long-options.c: Include stdarg.h.
24667         (parse_long_options): Make this function variadic, too.
24668         Call version_etc_va, not version_etc.
24669
24670 2003-10-06  Bruno Haible  <bruno@clisp.org>
24671
24672         * modules/version-etc-2: Remove file.
24673         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
24674
24675 2003-10-06  Bruno Haible  <bruno@clisp.org>
24676
24677         * modules/fatal-signal: New file.
24678         * MODULES.html.sh (func_all_modules): Add fatal-signal.
24679
24680 2003-10-06  Bruno Haible  <bruno@clisp.org>
24681
24682         * m4/fatal-signal.m4: New file.
24683         * m4/signalblocking.m4: New file, from GNU gettext.
24684
24685 2003-10-06  Bruno Haible  <bruno@clisp.org>
24686
24687         * lib/version-etc-2.h: Remove file.
24688         * lib/version-etc-2.c: Remove file.
24689
24690 2003-10-06  Bruno Haible  <bruno@clisp.org>
24691
24692         * lib/fatal-signal.h: New file, from GNU gettext.
24693         * lib/fatal-signal.c: New file, from GNU gettext.
24694
24695 2003-10-05  Paul Eggert  <eggert@twinsun.com>
24696
24697         * README: Rework advice for preventing empty .o files.
24698         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
24699         not <sys/types.h>.
24700
24701 2003-10-04  Karl Berry  <karl@gnu.org>
24702
24703         * lib/argp*: update from libc.
24704
24705 2003-10-04  Karl Berry  <karl@gnu.org>
24706
24707         * config/config.{guess,sub}: update from config.
24708
24709 2003-10-02  Bruno Haible  <bruno@clisp.org>
24710
24711         * modules/lchown (Include): Add lchown.h.
24712         * modules/time_r (Include): Use "..." syntax.
24713         * modules/xgetdomainname (Include): Add xgetdomainname.h.
24714
24715 2003-10-01  Simon Josefsson  <jas@extundo.com>
24716
24717         * MODULES.html.sh (func_all_modules): Move gethostname from section
24718         'based on' to section 'lacking' POSIX:2001.
24719
24720 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
24721
24722         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
24723         to output mode on the same stream.
24724
24725 2003-09-29  Paul Eggert  <eggert@twinsun.com>
24726
24727         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
24728         Fix arg typo in previous patch.
24729
24730 2003-09-28  Jim Meyering  <jim@meyering.net>
24731
24732         * lib/error.c: Correct cpp indentation.
24733
24734 2003-09-27  Paul Eggert  <eggert@twinsun.com>
24735
24736         * modules/free: New file.
24737
24738 2003-09-27  Paul Eggert  <eggert@twinsun.com>
24739
24740         * m4/free.m4: New file.
24741
24742 2003-09-27  Paul Eggert  <eggert@twinsun.com>
24743
24744         * lib/minmax.h (MIN, MAX)
24745         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
24746         Omit the special code that used __typeof__, since we worry that
24747         it could be more trouble than it's worth.  See:
24748         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
24749         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
24750
24751         * lib/free.c: New file.
24752
24753 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
24754
24755         Trivial fixes to Makefile.am parts of module listings.
24756         * modules/strstr: Append strstr.h to lib_SOURCES.
24757         * modules/strcase: Likewise, for strcase.h.
24758
24759 2003-09-27  Karl Berry  <karl@gnu.org>
24760
24761         * config/mkinstalldirs: update from automake.
24762
24763 2003-09-26  Paul Eggert  <eggert@twinsun.com>
24764
24765         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
24766         (error_tail): Do not loop, reallocating temporary buffer, since
24767         the output cannot contain more wide characters than the input
24768         contains bytes, the size must be big enough already.  This avoids
24769         one potential size overflow calculation.  Check for size overflow
24770         when calculating temporary buffer size.  Free temporary buffer
24771         when done, if it was allocated with malloc; this plugs a memory
24772         leak.  Remove casts from void * to pointers, that are no longer
24773         needed now that we're assuming C89 or better.
24774
24775         Merge error changes from glibc.
24776
24777         * lib/error.c, error.h: Update copyright notice header to match glibc.
24778         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
24779         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
24780         Disable cancellation while printing error.
24781         * lib/error.h: Prepend __ to parameter names.
24782
24783 2003-09-26  Jim Meyering  <jim@meyering.net>
24784
24785         * lib/error.c (error_tail): Move some declarations
24786         into inner scope where the local variables are used.
24787
24788 2003-09-26  Bruno Haible  <bruno@clisp.org>
24789
24790         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
24791         stpncpy().
24792         Don't define stpncpy through config.h; it's now done through stpncpy.h.
24793
24794 2003-09-26  Bruno Haible  <bruno@clisp.org>
24795
24796         * lib/stpncpy.h (gnu_stpncpy): New declaration.
24797         (stpncpy): Define as alias for gnu_stpncpy.
24798         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
24799
24800 2003-09-25  Simon Josefsson  <jas@extundo.com>
24801
24802         * lib/xgetdomainname.h: New file.
24803         * lib/xgetdomainname.c: New file.
24804
24805 2003-09-25  Simon Josefsson  <jas@extundo.com>
24806             Bruno Haible  <bruno@clisp.org>
24807
24808         * modules/getdomainname: New file.
24809         * modules/xgetdomainname: New file.
24810         * MODULES.html.sh (func_all_modules): Add getdomainname,
24811         xgetdomainname.
24812
24813 2003-09-25  Simon Josefsson  <jas@extundo.com>
24814             Bruno Haible  <bruno@clisp.org>
24815
24816         * m4/getdomainname.m4: New file.
24817
24818 2003-09-25  Simon Josefsson  <jas@extundo.com>
24819             Bruno Haible  <bruno@clisp.org>
24820
24821         * lib/getdomainname.h: New file.
24822         * lib/getdomainname.c: New file.
24823
24824 2003-09-25  Karl Berry  <karl@gnu.org>
24825
24826         * lib/argp-fmtstream.c, argp-help.c: update from libc.
24827
24828 2003-09-25  Karl Berry  <karl@gnu.org>
24829
24830         * config/install-sh: update from automake.
24831
24832 2003-09-25  Bruno Haible  <bruno@clisp.org>
24833
24834         * modules/version-etc-2: New file, from modules/version-etc with
24835         modifications.
24836         * MODULES.html.sh (func_all_modules): Add version-etc-2.
24837
24838 2003-09-25  Bruno Haible  <bruno@clisp.org>
24839
24840         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
24841         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
24842
24843 2003-09-24  Simon Josefsson  <jas@extundo.com>
24844
24845         * modules/xgethostname: Add xgethostname.h.
24846
24847 2003-09-24  Paul Eggert  <eggert@twinsun.com>
24848
24849         * lib/linebuffer.c (freebuffer): Don't free the argument, just
24850         the buffer associated with the argument.  Bug reported by
24851         Simon Josefsson.
24852
24853 2003-09-24  Paul Eggert  <eggert@twinsun.com>
24854
24855         * README: Document assumptions that 'int' is at least 32 bits
24856         wide, that integer arithmetic is 2's complement without overflow,
24857         that there are no holes in integer values, that adding sizes of
24858         two nonoverlapping objects can't overflow, and that all-bits-zero
24859         yields scalar zero.  Fix spelling and capitalization typos.
24860
24861 2003-09-19  Karl Berry  <karl@gnu.org>
24862
24863         * lib/argp.h: update from libc.
24864
24865 2003-09-17  Paul Eggert  <eggert@twinsun.com>
24866
24867         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
24868         to avoid spurious warnings like "AC_RUN_IFELSE was called before
24869         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
24870
24871 2003-09-17  Paul Eggert  <eggert@twinsun.com>
24872
24873         * gnulib-tool: Use "test -h", not "test -L", for portability
24874         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
24875         (tags_regexp): Remove, since \| doesn't conform to POSIX.
24876         (sed_extract_prog): Issue s commands one-by-one, rather than
24877         using \| in one s command.
24878
24879 2003-09-16  Paul Eggert  <eggert@twinsun.com>
24880
24881         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
24882         input error, instead of returning NULL the next time we are called
24883         (and therefore losing track of errno).
24884
24885 2003-09-16  Bruno Haible  <bruno@clisp.org>
24886
24887         * gnulib-tool (func_create_testdir): Warn about duplicated
24888         dependencies.
24889
24890 2003-09-15  Paul Eggert  <eggert@twinsun.com>
24891
24892         * modules/argmatch, modules/fatal, modules/obstack,
24893         modules/xalloc, modules/xgethostname: Sort dependencies by
24894         importance, not alphabetically.
24895
24896 2003-09-15  Paul Eggert  <eggert@twinsun.com>
24897
24898         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
24899         fails, so that the caller gets the proper errno.
24900
24901         * lib/readutmp.c (read_utmp): Likewise.
24902         Check for fstat error.  Close stream and free storage
24903         when failing.
24904
24905 2003-09-14  Karl Berry  <karl@gnu.org>
24906
24907         * config/srclist.txt (strdup.c): disable for c89 changes.
24908
24909 2003-09-14  Jim Meyering  <jim@meyering.net>
24910
24911         * lib/getloadavg.c: Correct cpp indentation.
24912         * lib/strdup.c: Likewise.
24913         * lib/vasnprintf.c: Likewise.
24914
24915 2003-09-14  Bruno Haible  <bruno@clisp.org>
24916
24917         * modules/fwriteerror: New file.
24918         * MODULES.html.sh (func_all_modules): Add fwriteerror.
24919
24920 2003-09-14  Bruno Haible  <bruno@clisp.org>
24921
24922         * lib/fwriteerror.h: New file.
24923         * lib/fwriteerror.c: New file.
24924
24925 2003-09-12  Paul Eggert  <eggert@twinsun.com>
24926
24927         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
24928         modules/xgethostname, modules/xalloc: Depend on exit.
24929
24930 2003-09-12  Paul Eggert  <eggert@twinsun.com>
24931
24932         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
24933
24934         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
24935         and AC_MINIX, too, so that their extensions are available.
24936
24937         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
24938         This macro has been superseded by gl_BACKUPFILE.
24939
24940         More patches to assume C89 or better.
24941
24942         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
24943
24944         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
24945         unconditionally.
24946         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
24947         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
24948         Include <string.h>, <stdlib.h> unconditionally.
24949         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
24950         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
24951         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
24952         headers or for string.h.
24953         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
24954         or strtoul.
24955
24956         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
24957         headers.
24958         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
24959         * m4/userspec.m4 (gl_USERSPEC): Likewise.
24960         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
24961         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
24962         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
24963         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
24964         memcpy, memset.
24965         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
24966         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
24967         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
24968         strtol.
24969         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
24970         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
24971         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
24972         strtoul.
24973
24974 2003-09-12  Paul Eggert  <eggert@twinsun.com>
24975
24976         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
24977         * lib/obstack.c [!defined _LIBC]: Likewise.
24978         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
24979         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
24980         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
24981
24982         More changes to assume C89 or better.
24983
24984         * lib/error.c (error_tail): Assume vprintf.
24985
24986         * lib/argmatch.c (getenv): Remove decl.
24987         * lib/progreloc.c (get_full_program_name): Define via prototype.
24988         * lib/setenv.c (clearenv): Likewise.
24989         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
24990         needed.
24991         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
24992         (malloc, memcpy): Remove decls.
24993         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
24994         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
24995         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
24996         (memcpy): Remove macro.
24997         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
24998         (__P): Remove.  All uses removed.
24999         (PTR): Remove.  All uses changed to void *.
25000         (CHAR_BIT, NULL): Remove.
25001         (spaces, zeros, memset_space, memset_zero)
25002         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
25003         Remove.
25004         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
25005         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
25006         Define with prototype.
25007         Remove now-unnecessary prototype decl.
25008         (extra_args_spec): Assume ANSI C.  All uses changed.
25009         (extra_args_spec_iso): Remove.
25010         (my_strftime, emacs_strftimeu): Define via prototype.
25011         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
25012         unconditionally.
25013         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
25014         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
25015         (strtoul, strtol): Remove decls.
25016         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
25017         LONG_MAX): Remove.
25018         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
25019         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
25020         (LOCALE_PARAM_PROTO): New macro.
25021         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
25022         (INTERNAL (strtol), strtol): Define with a prototype.
25023         (PARAMS): Remove.  All uses removed.
25024         * lib/tempname.c: Include <string.h> unconditionally.
25025         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
25026         * lib/xgethostname.c (main): Define with a prototype.
25027         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
25028         Include <stdlib.h> unconditionally.
25029         (calloc, malloc, realloc, free): Remove decls.
25030         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
25031         Include <stdlib.h> unconditionally.  Sort include file names.
25032         (strtod): Remove.
25033         (xstrtod): Define with a prototype.
25034         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
25035         (strtol, strtoul): Remove decls.
25036
25037 2003-09-11  Paul Eggert  <eggert@twinsun.com>
25038
25039         More patches to assume C89 or better.
25040         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
25041         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
25042         string.h, memchr, STDC_HEADERS.
25043
25044 2003-09-11  Paul Eggert  <eggert@twinsun.com>
25045
25046         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
25047         Include <stdlib.h>, <string.h> unconditionally.
25048         Remove now-unnecessary cast to char *.
25049         * lib/strnlen.c: Include <string.h> unconditionally.
25050         * lib/yesno.c (yesno): Define with a prototype.
25051
25052 2003-09-11  Bruno Haible  <bruno@clisp.org>
25053
25054         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
25055
25056 2003-09-10  Jim Meyering  <jim@meyering.net>
25057
25058         * lib/error.c: Correct indentation of cpp directives.
25059
25060 2003-09-10  Bruno Haible  <bruno@clisp.org>
25061
25062         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
25063         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
25064         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
25065         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
25066         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
25067         <stdlib.h> and <string.h> checks.
25068         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
25069         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
25070
25071 2003-09-10  Bruno Haible  <bruno@clisp.org>
25072
25073         * lib/strcspn.c: Include <string.h> unconditionally.
25074         * lib/strpbrk.c: Include <string.h> unconditionally.
25075         * lib/strstr.c: Include <string.h> unconditionally.
25076         * lib/unicodeio.c: Include <string.h> unconditionally.
25077         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
25078         * lib/unsetenv.c: Likewise.
25079         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
25080         * lib/yesno.c: Include <stdlib.h> unconditionally.
25081         (rpmatch): Add prototype.
25082
25083 2003-09-09  Paul Eggert  <eggert@twinsun.com>
25084
25085         More patches to assume C89 or better.
25086         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
25087         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
25088         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
25089         or for string.h.
25090         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
25091         stdlib.h.
25092         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
25093         C headers.
25094         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
25095         string.h.
25096         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
25097         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
25098         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
25099         or for string.h.
25100         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
25101         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
25102         C headers.
25103         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
25104         memcpy.
25105         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
25106         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
25107         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
25108         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
25109         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
25110         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
25111         string.h, free.
25112         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
25113         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
25114         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
25115         C headers, or for string.h.
25116         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
25117         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
25118         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
25119         headers, memory.h, stdlib.h, string.h, strings.h.
25120         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
25121         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
25122         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
25123         strchr.
25124         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
25125         headers, memory.h, string.h.
25126         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
25127         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
25128         free.
25129         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
25130         headers.
25131         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
25132         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
25133         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
25134         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
25135         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
25136
25137 2003-09-09  Paul Eggert  <eggert@twinsun.com>
25138
25139         More K&R removal.
25140
25141         * lib/acosl.c (main): Use a prototype.
25142         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
25143         tanl.c: Likewise.
25144
25145         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
25146
25147         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
25148         (getopt, etopt_long, getopt_long_only, _getopt_internal)
25149         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
25150         with a prototype.
25151         * lib/getopt.c (const): Remove macro.
25152         Include <string.h> unconditionally.
25153         (my_index): Remove; all uses changed to strchr.
25154         (strlen): Remove decl.
25155         (exchange): Remove forward decl; no longer needed.
25156         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
25157         Define with prototype.
25158         * lib/getopt1.c (const): Remove macro.
25159         (getopt_long, getopt_long_only, main): Define with prototype.
25160
25161         * lib/getugroups.c: Include <string.h> unconditionally.
25162
25163         * lib/getusershell.c: Include <stdlib.h> unconditionally.
25164         (getusershell, setusershell, endusershell, readname, main):
25165         Define with prototypes.
25166
25167         * lib/group-member.c: Include group-member.h first.
25168         Include <stdlib.h> unconditionally.
25169
25170         * lib/hard-locale.c: Include hard-locale.h first.
25171         Include <stdlib.h>, <string.h> unconditionally.
25172
25173         * lib/hash.c (free, malloc): Remove decls.
25174         Include <stdlib.h> unconditionally.
25175
25176         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
25177         (getenv): Do not declare.
25178
25179         * lib/idcache.c: Include <string.h> unconditionally.
25180
25181         * lib/long-options.c: Include long-options.h first, to test interface.
25182         Include <stdlib.h> unconditionally.
25183
25184         * lib/makepath.c: Include makepath.h first, to test interface.
25185         Include <stdlib.h> and <string.h> unconditionally.
25186
25187         * lib/linebuffer.c: Include <stdlib.h>.
25188         (free): Remove decl.
25189
25190         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
25191         stddef.h. rpl_malloc returns void *, not char *.
25192         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
25193         prototype.
25194
25195         * lib/md5.h: Include <limits.h> unconditionally.
25196         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
25197         (__P): Remove; all uses removed.
25198         * lib/md5.c: Include "md5.h" first.
25199         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
25200         md5_buffer, md5_process_bytes, md5_process_block):
25201         Define with prototypes.
25202         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
25203         * lib/sha.c: Include "sha.h" first.
25204         Include <stdlib.h>, <string.h> unconditionally.
25205
25206         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
25207         * lib/memcmp.c (__ptr_t): Likewise.
25208         * lib/memrchr.c (__ptr_t): Likewise.
25209         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
25210         Include <string.h> unconditionally.
25211         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
25212         * lib/memchr.c: Include <stdlib.h> unconditionally.
25213         * lib/memchr.c (LONG_MAX): Remove.
25214         * lib/memrchr.c (LONG_MAX): Likewise.
25215         * lib/memchr.c (__memchr): Define via a prototype.
25216         * lib/memrchr.c (__memrchr): Likewise.
25217         * lib/memcmp.c (__P): Remove, and remove all uses.
25218         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
25219         Remove forward decls; no longer needed.
25220         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
25221         Use types required by C89 in prototype.
25222
25223         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
25224         * lib/savedir.c: Likewise.
25225         * lib/mkdir.c (free): Remove decl.
25226         * lib/rmdir.c (rmdir): Define with a prototype.
25227         * lib/savedir.c: Include savedir.h first, to test interface.
25228
25229         * lib/mktime.c (STDC_HEADERS): Remove.
25230         Include <stdlib.h>, <string.h> unconditionally.
25231
25232         * lib/modechange.c: Include <stdlib.h> unconditionally.
25233         (malloc): Remove decl.
25234
25235         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
25236         (free): Remove decl.
25237
25238         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
25239         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
25240         (This type really should be intptr_t, but that's a C99ism.)
25241         (_obstack_memcpy): Remove: all uses changed to memcpy.
25242         Include <string.h> unconditionally.
25243         (struct obstack): Assume __STDC__ for types of members
25244         chunkfun, freefun, extra_arg.
25245         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
25246         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
25247         obstack_begin, obstack_specify_allocation,
25248         obstack_specify_allocation_with_arg, obstack_chunkfun,
25249         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
25250         Remove unprototyped decls and the macros that use them.
25251         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
25252         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
25253         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
25254         (defined __STDC__ && __STDC__)]:
25255         Remove nonprototyped code.
25256         Include <stdlib.h> unconditionally.
25257         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
25258         _obstack_allocated_p, _obstack_free, obstack_free,
25259         _obstack_memory_used, print_and_abort):
25260         Define using prototypes.
25261         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
25262         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
25263         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
25264         obstack_next_free, obstack_object_size, obstack_room) [0]:
25265         Remove unused, unprototyped code.
25266
25267         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
25268
25269         * lib/physmem.c (physmem_total, physmem_available, main): Define
25270         with prototypes.
25271
25272         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
25273         (main): Define with a prototype.
25274
25275         * lib/posixver.c (getenv): Remove decl.
25276
25277         * lib/putenv.c (malloc): Returns void *, not char *.
25278         Include <string.h> unconditionally.
25279         (strchr, memcpy, NULL): Do not define.
25280
25281         * lib/readtokens.c: Include readtokens.h first, to test interface.
25282         Include <stdlib.h>, <string.h> unconditionally.
25283         (init_tokenbuffer): Define with a prototype.
25284
25285         * lib/regex.c (PARAMS): Remove.  All uses removed.
25286         All uses of _RE_ARGS removed, too.
25287         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
25288         unconditionally.
25289         (bzero): Assume memset exists.
25290         (memcmp, memcpy, NULL): Remove.
25291         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
25292         char, or assignments to local vars of type signed char.
25293         (init_syntax_once, PREFIX(extract_number_and_incr),
25294         PREFIX(print_partial_compiled_pattern),
25295         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
25296         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
25297         PREFIX(regex_grow_registers), PREFIX(regex_compile),
25298         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
25299         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
25300         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
25301         wcs_compile_range, byte_compile_range, truncate_wchar,
25302         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
25303         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
25304         count_mbs_length, wcs_re_match_2_internal,
25305         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
25306         PREFIX(alt_match_null_string_p),
25307         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
25308         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
25309         regfree, PREFIX(extract_number)): Define with prototype.  Remove
25310         now-unnecessary declaration, if any.
25311         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
25312         regcomp, regexec):
25313         Remove now-unnecessary casts among pointer types.
25314         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
25315
25316         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
25317         (free): Remove decl.
25318
25319         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
25320
25321         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
25322         (free): Remove decl.
25323
25324         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
25325         * lib/xgetcwd.c: Likewise.
25326
25327         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
25328         (free): Remove decl.
25329
25330         * lib/strchrnul.c (strchrnul): Define with a prototype.
25331         Fix bug: c_in was not converted to char before searching.
25332
25333         The following changes are not K&R related:
25334
25335         * lib/group-member.h: Include <sys/types.h>, so that this file is
25336         self-contained.
25337         * lib/makepath.h: Likewise.
25338
25339         * lib/getusershell.c (readname, default_index, line_size, readname):
25340         Use size_t, not int, for sizes.
25341         (readname): If the size overflows, report an error instead of
25342         looping forever.
25343
25344 2003-09-09  Paul Eggert  <eggert@twinsun.com>
25345
25346         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
25347         libc.
25348
25349 2003-09-09  Paul Eggert  <eggert@twinsun.com>
25350
25351         * README: New section: portability guidelines.
25352
25353 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
25354
25355         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
25356         C89 spec.
25357
25358 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
25359
25360         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
25361
25362 2003-09-08  Paul Eggert  <eggert@twinsun.com>
25363
25364         Assume C89 or better; remove K&R cruft.
25365         A few of these changes were first proposed by Derek Robert Price
25366         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
25367
25368         * lib/addext.c: Include <string.h> unconditionally.
25369         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
25370         Don't declare getenv or malloc.
25371
25372         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
25373         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
25374         (NULL): Remove.
25375         (find_stack_direction, alloca): Use prototypes.
25376
25377         * lib/atexit.c (atexit): Define using a prototype.
25378
25379         * lib/basename.c, dirname.c, stripslash.c:
25380         Include <string.h> unconditionally.
25381
25382         * lib/bcopy.c: Include <stddef.h>.
25383         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
25384
25385         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
25386
25387         * lib/error.h (error, error_at_line, error_print_progname)
25388         [! (defined (__STDC__) && __STDC__)]: Remove decls.
25389         * lib/error.c: Include error.h first, to check interface.
25390         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
25391         (VA_START): Remove; all uses changeed to va_start.
25392         (exit, strerror): Remove decls.
25393         (error_print_progname): Prototype uncondionally.
25394         Don't include <errno.h>; no longer needed.
25395         (private_strerror): Remove.
25396         (error_tail): Always define.
25397         (error, error_at_line): Assume C89 or better; always use prototypes.
25398         * lib/fatal.c: Include "fatal.h" first, to test interface.
25399         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
25400         (VA_START): Remove; all uses changed to va_start.
25401         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
25402         this case.
25403         (exit): Remove decl.
25404         (fatal): Prototype unconditionally.  Assume va_start works.
25405         Abort at end, to pacify gcc.
25406
25407         * lib/euidaccess.c (main): Define with a prototype.
25408
25409         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
25410
25411         * lib/exitfail.c: Include <stdlib.h> unconditionally.
25412
25413         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
25414         prototypes.
25415         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
25416         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
25417         (getenv): Remove decl.
25418         (fnmatch): Define using a prototype.
25419         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
25420         (FCT): Define using a prototype.
25421
25422         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
25423
25424         * lib/gethostname.c: Include <stddef.h>.
25425         (gethostname): Define with prototype.  Length is size_t, not int.
25426
25427 2003-09-08  Paul Eggert  <eggert@twinsun.com>
25428
25429         Assume C89 or better; remove K&R cruft.
25430         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
25431         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
25432         string.h, getenv, malloc.
25433         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
25434         headers.
25435         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
25436         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
25437         do not check for strerror.
25438         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
25439         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
25440         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
25441         do not check for doprnt or vprintf.
25442         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
25443         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
25444
25445 2003-09-08  Paul Eggert  <eggert@twinsun.com>
25446
25447         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
25448         getversion.c should have been removed then, but was accidentally
25449         preserved.
25450
25451         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
25452         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
25453
25454 2003-09-08  Karl Berry  <karl@gnu.org>
25455
25456         * config/config.sub, config.guess, srclistvars.sh: update from savannah
25457                 config, forget about prep.
25458
25459         * config/depcomp, missing: update from automake.
25460
25461 2003-09-07  Paul Eggert  <eggert@twinsun.com>
25462
25463         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
25464         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
25465
25466 2003-09-07  Paul Eggert  <eggert@twinsun.com>
25467
25468         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
25469         copy_tm_result.  Bug reported by Simon Josefsson in
25470         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
25471
25472 2003-09-06  Paul Eggert  <eggert@twinsun.com>
25473
25474         * m4/time_r.m4: New file.
25475         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
25476         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
25477         is. Check for timegm declaration.
25478         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
25479         Do not check for gmtime_r.
25480         Replace mktime if __mktime_internal does not exist and if mktime
25481         hasn't been replaced already.
25482
25483 2003-09-06  Paul Eggert  <eggert@twinsun.com>
25484
25485         * lib/time_r.c, lib/time_r.h: New files.
25486
25487         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
25488         __localtime_r.
25489         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
25490         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
25491
25492         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
25493         __gmtime_r.
25494         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
25495         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
25496         Include <time_r.h>.
25497
25498         * lib/timegm.c: Switch to glibc implementation, with the following
25499         changes:
25500         [defined HAVE_CONFIG_H]: Include <config.h>.
25501         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
25502         (__mktime_internal) [!defined _LIBC]: New decl.
25503         (__gmtime_r) [!defined _LIBC]: New macro and function.
25504         (timegm): Use a prototype, since gnulib assumes C89.
25505         Do not bother declaring tmp to be const, as it's not really usefu.
25506         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
25507         (timegm): Declare only if HAVE_DECL_TIMEGM.
25508
25509 2003-09-06  Paul Eggert  <eggert@twinsun.com>
25510
25511         * MODULES.html.sh (func_all_modules): Add time_r.
25512         * modules/time_r: New file.
25513         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
25514         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
25515
25516 2003-09-03  Paul Eggert  <eggert@twinsun.com>
25517
25518         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
25519         Bug reported by Lute Kamstra in
25520         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
25521
25522         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
25523         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
25524         course with correspondingly smaller numbers for tomorrow and
25525         yesterday.  From Tadayoshi Funaba.  Originally installed into
25526         sh-utils on 1999-08-07, but the patch got lost (I guess during the
25527         coreutils merge?).
25528
25529 2003-08-31  Simon Josefsson  <jas@extundo.com>
25530
25531         * modules/timegm: New file.
25532         * MODULES.html.sh (func_all_modules): Add timegm.
25533
25534 2003-08-31  Simon Josefsson  <jas@extundo.com>
25535
25536         * m4/timegm.m4: New file.
25537
25538 2003-08-31  Simon Josefsson  <jas@extundo.com>
25539
25540         * lib/timegm.h: New file.
25541         * lib/timegm.c: New file.  Based on
25542         wget-1.8.2/src/http.c:mktime_from_utc.
25543
25544 2003-08-31  Karl Berry  <karl@gnu.org>
25545
25546         * lib/argp.h: update from libc.
25547
25548 2003-08-28  Bruno Haible  <bruno@clisp.org>
25549
25550         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
25551         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
25552         followed by '#define fnmatch fnmatch_posix' gives an error.
25553
25554 2003-08-28  Bruno Haible  <bruno@clisp.org>
25555
25556         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
25557         warning on QNX, which defines O_BINARY to 000000.
25558
25559 2003-08-27  Jim Meyering  <jim@meyering.net>
25560
25561         * m4/mkstemp.m4: Require that the system mkstemp be able to create
25562         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
25563         would fail after 32.  Reported by Danny Levinson.  Details here:
25564         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
25565
25566 2003-08-24  Bruno Haible  <bruno@clisp.org>
25567
25568         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
25569         MSVC7 <stdio.h> is included later.
25570
25571 2003-08-22  Simon Josefsson  <jas@extundo.com>
25572
25573         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
25574
25575 2003-08-20  Karl Berry  <karl@gnu.org>
25576
25577         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
25578
25579 2003-08-20  Bruno Haible  <bruno@clisp.org>
25580
25581         * modules/progname: New file.
25582         * MODULES.html.sh (func_all_modules): Add progname.
25583
25584 2003-08-20  Bruno Haible  <bruno@clisp.org>
25585
25586         * lib/progname.h: New file, from GNU gettext.
25587         * lib/progname.c: New file, from GNU gettext.
25588         * lib/progreloc.c: New file, from GNU gettext.
25589
25590 2003-08-19  Jim Meyering  <jim@meyering.net>
25591
25592         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
25593         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
25594
25595 2003-08-19  Bruno Haible  <bruno@clisp.org>
25596
25597         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
25598         more.
25599
25600 2003-08-19  Bruno Haible  <bruno@clisp.org>
25601
25602         * lib/xstrdup.c: Assume <string.h> exists.
25603
25604 2003-08-18  Paul Eggert  <eggert@twinsun.com>
25605
25606         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
25607         in makefile rules.
25608
25609 2003-08-18  Jim Meyering  <jim@meyering.net>
25610
25611         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
25612         * m4/lib-ld.m4: Likewise.
25613
25614 2003-08-18  Jim Meyering  <jim@meyering.net>
25615
25616         * lib/setenv.h: Indent nested cpp directive.
25617         * lib/vasnprintf.c: Remove trailing blanks.
25618
25619 2003-08-17  Simon Josefsson  <jas@extundo.com>
25620
25621         * modules/xstrndup: New file.
25622         * MODULES.html.sh (func_all_modules): Add xstrndup.
25623
25624 2003-08-17  Simon Josefsson  <jas@extundo.com>
25625
25626         * modules/argp: Fix autoconf macro name. Add more dependencies.
25627
25628 2003-08-17  Simon Josefsson  <jas@extundo.com>
25629
25630         * m4/xstrndup.m4: New file.
25631
25632 2003-08-17  Simon Josefsson  <jas@extundo.com>
25633
25634         * m4/argp.m4: New file.
25635
25636 2003-08-17  Simon Josefsson  <jas@extundo.com>
25637             Bruno Haible  <bruno@clisp.org>
25638
25639         * lib/xstrndup.h: New file.
25640         * lib/xstrndup.c: New file.
25641
25642 2003-08-17  Bruno Haible  <bruno@clisp.org>
25643
25644         * modules/strndup (Files, Include): Add lib/strndup.h.
25645
25646 2003-08-17  Bruno Haible  <bruno@clisp.org>
25647
25648         * modules/euidaccess (Files): Add lib/euidaccess.h.
25649
25650 2003-08-17  Bruno Haible  <bruno@clisp.org>
25651
25652         * lib/strndup.h: New file.
25653
25654 2003-08-17  Bruno Haible  <bruno@clisp.org>
25655
25656         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
25657         like AC_GNU_SOURCE.
25658         * modules/extensions (configure.ac): Comment out the invocation of
25659         gl_USE_SYSTEM_EXTENSIONS.
25660
25661 2003-08-16  Paul Eggert  <eggert@twinsun.com>
25662
25663         Merges from coreutils, etc.
25664         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
25665         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
25666         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
25667         fixing a typo.
25668         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
25669         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
25670
25671 2003-08-16  Paul Eggert  <eggert@twinsun.com>
25672
25673         Document merge from coreutils.
25674         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
25675         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
25676         * modules/utime: Add m4/utimes-null.m4.
25677
25678 2003-08-16  Paul Eggert  <eggert@twinsun.com>
25679
25680         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
25681         space, undoing this 2003-08-12 change:
25682         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
25683
25684 2003-08-16  Paul Eggert  <eggert@twinsun.com>
25685
25686         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
25687         strtoul.c from libc, undoing this 2003-08-12 change:
25688         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
25689
25690 2003-08-16  Jim Meyering  <jim@meyering.net>
25691
25692         Merges from coreutils.
25693         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
25694         prefix.  Adjust cache variables similarly.  Create 500 rather than
25695         just 300 files, to exercise bug on Darwin6.5, too.
25696         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
25697         $missing_dir.
25698         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
25699         AM_SYS_POSIX_TERMIOS.
25700         Reported by mkc@mathdogs.com.
25701         Also change use of $am_cv_sys_posix_termios
25702         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
25703         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
25704         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
25705         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
25706         in /proc/mounts until it finds one with matching device number.  This
25707         is unnecessary when the FILE argument *is* a mount point.  No stat call
25708         is necessary in that case.  So, disable the statvfs-testing code on
25709         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
25710         as RedHat bug# 84846.
25711         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
25712         to 1MB, so as not to render systems with no stack size limit (e.g.,
25713         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
25714         Include <unistd.h>.  On some systems,
25715         it is required for the definition of _SC_PAGESIZE.
25716
25717 2003-08-16  Jim Meyering  <jim@meyering.net>
25718
25719         Merge from coreutils.
25720         * lib/xstrtoimax.c: #else #if -> #elif.
25721         * lib/xstrtoumax.c: Likewise.
25722
25723 2003-08-16  Jim Meyering  <jim@meyering.net>
25724
25725         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
25726         * m4/utimes.m4: Removed.
25727         * m4/utimes-null.m4: Renamed from utimes.m4.
25728
25729         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
25730         to 1MB, so as not to render systems with no stack size limit (e.g.,
25731         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
25732         Include <unistd.h>.  On some systems,
25733         it is required for the definition of _SC_PAGESIZE.
25734
25735 2003-08-16  Jim Meyering  <jim@meyering.net>
25736         and Paul Eggert  <eggert@cs.ucla.edu>
25737
25738         Merges from coreutils, etc.
25739
25740         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
25741         using the latest version from cvs.  This avoids problems with #line
25742         directives using a vendor (Sun) compiler.
25743         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
25744         Don't set GETGROUPS_LIB here; now it's
25745         done via getgroups.m4's wrapper function.
25746         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
25747         rather than just in sh-util/configure.in, so that the
25748         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
25749         same.
25750         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
25751         AC_FUNC_GETLOADAVG where to find getloadavg.c.
25752         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
25753         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
25754         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
25755         Remove code that is now done by the newly-required macros.
25756         Append $(EXEEXT) to DF_PROG.
25757         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
25758         Do not invoke or require the following here,
25759         since prereq.m4 or some gnulib .m4 now does this for us:
25760         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
25761         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
25762         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
25763         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
25764         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
25765         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
25766         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
25767         AC_FUNC_OBSTACK.
25768         Do not replace the following functions, as this is now the job
25769         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
25770         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
25771         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
25772         atexit getpass, strdup, getpagesize.
25773         Replace 'raise'.
25774         Do not check for the following functions, as this is now the job
25775         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
25776         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
25777         setregid.
25778         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
25779         Check for sys/sysctl.h.
25780         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
25781         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
25782         of checking for ssize_t ourselves.
25783
25784         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
25785         Require every macro that gnulib/modules/* suggests for us.
25786         (jm_PREREQ_ADDEXT): New macro.
25787         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
25788         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
25789
25790         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
25791         (gl_PHYSMEM): Use it.
25792         Also check for `table' function.
25793         Check for new headers and functions.
25794         Add check for sys/sysmp.h.
25795         With suggestions from Kaveh Ghazi.
25796         Ignore headers that are present but cannot be compiled.  This
25797         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
25798         C 5.4.
25799
25800 2003-08-15  Paul Eggert  <eggert@twinsun.com>
25801
25802         Document merge from coreutils.
25803         * modules/userspec: Depend on posixver.
25804         * modules/strftime: Depend on tzset.
25805
25806 2003-08-15  Paul Eggert  <eggert@twinsun.com>
25807
25808         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
25809         rather than tab, after '#' in shell-script copyright notices.
25810         Suggested by Bruno Haible.
25811
25812 2003-08-15  Paul Eggert  <eggert@twinsun.com>
25813
25814         * config/srclist-update: Use three spaces, rather than tab, after '#'
25815         in shell-script copyright notices.  Suggested by Bruno Haible.
25816         Remove unnecessary parenthesization in regular expression.
25817
25818 2003-08-15  Jim Meyering  <jim@meyering.net>
25819
25820         Merge from coreutils.
25821         * lib/xgethostname.c: Include <stdlib.h>.
25822         (xghostname): Don't exit for anything other than memory-related
25823         failure; just return NULL.
25824         * lib/userspec.c: Include "posixver.h".
25825         (parse_user_spec): Accept `.' as a separator only
25826         in pre-POSIX-200112 mode.
25827         * lib/strtoimax.c: Use #elif rather than #else #if.
25828         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
25829         Remove function, now that we can rely on a working tzset function.
25830         [!_LIBC]: Ensure that the required autoconf test has been run.
25831         [!defined _NL_CURRENT && HAVE_STRFTIME]:
25832         Use underlying_strftime for %r.
25833         * lib/sha.c: Merge in some clean-up and optimization changes from
25834         glibc.
25835         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
25836         Ensure that it is a multiple of 64.
25837         Rearrange loop exit tests so as to avoid performing an
25838         additional fread after encountering an error or EOF.
25839         * lib/realloc.c: Update copyright date.
25840
25841 2003-08-15  Jim Meyering  <jim@meyering.net>
25842         and Paul Eggert  <eggert@twinsun.com>
25843
25844         Merge from coreutils.
25845         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
25846         member but strut utmpx does not.  Needed for AIX 4.3.3.
25847         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
25848
25849 2003-08-15  Jim Meyering  <jim@meyering.net>
25850         and Paul Eggert  <eggert@cs.ucla.edu>
25851
25852         Merges from coreutils, etc.
25853         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
25854         Require gl_FUNC_TZSET_CLOBBER.
25855         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
25856         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
25857         members.
25858
25859 2003-08-14  Paul Eggert  <eggert@twinsun.com>
25860
25861         Help the merge from coreutils.
25862         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
25863         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
25864         * m4/tzset.m4: Use it too.
25865
25866 2003-08-14  Paul Eggert  <eggert@twinsun.com>
25867
25868         * modules/tzset: New file.
25869
25870 2003-08-14  Jim Meyering  <jim@meyering.net>
25871
25872         Merges from coreutils.
25873         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
25874         variable names, rather than @FNMATCH_H@.
25875         * modules/alloca: Likewise for $(ALLOCA_H).
25876
25877         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
25878         the three copies of the literal target, `fnmatch.h'.
25879         * modules/alloca (alloca.h): Likewise.
25880
25881 2003-08-14  Jim Meyering  <jim@meyering.net>
25882
25883         Merge from coreutils.
25884         * m4/tzset.m4: New file.
25885         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
25886         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
25887         otherwise, AIX 5.1 systems would end up using the latter.
25888         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
25889         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
25890         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
25891         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
25892
25893 2003-08-14  Jim Meyering  <jim@meyering.net>
25894
25895         Merge from coreutils.
25896         * lib/obstack.h: Whitespace changes.
25897         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
25898         and xcalloc return values.
25899         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
25900         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
25901         hang on OSF/1 5.1 for DIR on both local and remote file systems.
25902         Reported by (and fix confirmed by) Nelson H. F. Beebe.
25903         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
25904         error from mntctl.
25905         Use mntctl's return value to drive the entry-processing loop, since
25906         we can't rely on the value of the vmt_length member in the last
25907         entry.  On some systems doing so could result in exhausting
25908         virtual memory.  Based in part on a patch from Mike Jetzer.
25909
25910 2003-08-14  Jim Meyering  <jim@meyering.net>
25911         and Paul Eggert  <eggert@twinsun.com>
25912
25913         Merges from coreutils, plus other fixes.
25914         * lib/physmem.c: Merge in portability changes from gcc/libiberty
25915         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
25916         for credits and details.  Thanks to Kaveh Ghazi for helping
25917         to keep these files in sync.
25918         (ARRAY_SIZE): Define it.
25919         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
25920         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
25921         (memcasecmp): Don't assume size_t fits in unsigned int.
25922         Remove casts and duplicate code.
25923         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
25924         (memcpy): Remove definition.
25925         Merge in some clean-up and optimization changes from glibc.
25926         [BLOCKSIZE]: Move definition to top of file.
25927         Ensure that it is a multiple of 64.
25928         Rearrange loop exit tests so as to avoid performing an
25929         additional fread after encountering an error or EOF.
25930         * lib/md5.h (md5_uintptr): Define.
25931         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
25932         return to the initial working directory.  Preserve errno
25933         for caller.
25934         * lib/idcache.c: Include "xalloc.h".
25935         (xmalloc, xrealloc): Remove decls.
25936         (getuser): Remove casts no longer required in C89.
25937         * lib/human.c: Include stdio.h, for sprintf.
25938         * lib/group-member.c: Include "xalloc.h".
25939         (xmalloc, xrealloc): Remove decls.
25940         (get_group_info): Remove casts no longer required in C89.
25941         * lib/getusershell.c (readname): Remove casts no longer required in
25942         C89.
25943         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
25944         * lib/getline.c: Whitespace fix, from coreutils.
25945
25946 2003-08-13  Paul Eggert  <eggert@twinsun.com>
25947
25948         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
25949         Check for isascii.
25950
25951         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
25952         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
25953         Undo previous (whitespace-only) change.
25954
25955 2003-08-13  Paul Eggert  <eggert@twinsun.com>
25956
25957         * lib/exclude.c: Include <ctype.h>
25958         (IN_CTYPE_DOMAIN): New macro.
25959         (is_space): New fn.
25960         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
25961         and empty lines.
25962
25963         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
25964         Undo previous (whitespace-only) change.
25965
25966 2003-08-13  Paul Eggert  <eggert@twinsun.com>
25967
25968         * config/srclist-update: Change update back to the old behavior,
25969         leaving whitespace alone.  Use one 'sed' command rather than a
25970         pipeline.
25971         (fixlicense): Now a variable, not a function.
25972         (remove_trailing_blanks): Remove.
25973         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
25974         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
25975         Undo previous (whitespace-only) change.
25976
25977 2003-08-12  Paul Eggert  <eggert@twinsun.com>
25978
25979         Merge from coreutils.
25980         * modules/euidaccess: Add lib_SOURCES, include for new
25981         file euidaccess.h
25982
25983 2003-08-12  Paul Eggert  <eggert@twinsun.com>
25984
25985         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
25986         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
25987         Normalize leading white space and remove trailing white space.
25988
25989         Merge from coreutils
25990         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
25991
25992         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
25993         0.12.1.  These files are now being upgraded automatically by
25994         ../config/srclist-update.
25995
25996 2003-08-12  Paul Eggert  <eggert@twinsun.com>
25997
25998         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
25999         Normalize leading white space and remove trailing white space.
26000         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
26001         notice, as per ../config/srclist-update.
26002
26003         Merge from coreutils.
26004         * lib/euidaccess.h: New file.
26005         * lib/euidaccess.c: Include it.
26006         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
26007         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
26008         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
26009
26010 2003-08-12  Paul Eggert  <eggert@twinsun.com>
26011
26012         * config/srclist-update: Add copyright notice.
26013         (remove_id_lines, remove_trailing_blanks): New constants.
26014         (fixfile): Use them to normalize spacing a bit in copied files.
26015         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
26016         Normalize leading white space and remove trailing white space.
26017
26018         * config/texinfo.tex: Sync with texinfo.
26019
26020         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
26021         strtoul.c from libc, to merge coreutils whitespace changes.
26022
26023         * config/srclist.txt: Get the following m4 files from gettext:
26024         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
26025         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
26026         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
26027         wint_t.m4.
26028
26029 2003-08-12  Karl Berry  <karl@gnu.org>
26030
26031         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
26032         been made.
26033
26034 2003-08-11  Paul Eggert  <eggert@twinsun.com>
26035
26036         * modules/gnu-source, m4/gnu-source.m4:
26037         Remove; we're assuming Autoconf 2.54 or later now.
26038         Suggested by Bruno Haible.
26039         * MODULES.html.sh (func_all_modules): Remove gnu-source.
26040
26041 2003-08-11  Bruno Haible  <bruno@clisp.org>
26042
26043         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
26044
26045 2003-08-11  Bruno Haible  <bruno@clisp.org>
26046
26047         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
26048         (vasnprintf): Use it instead of wcslen.
26049
26050 2003-08-11  Bruno Haible  <bruno@clisp.org>
26051
26052         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
26053         value to ensure that _Bool promotes to int. Use #define for _Bool when
26054         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
26055
26056 2003-08-10  Karl Berry  <karl@gnu.org>
26057
26058         * lib/regex.h: update from libc (whitespace fix).
26059
26060 2003-08-09  Paul Eggert  <eggert@twinsun.com>
26061
26062         Merge some files from coreutils.  These changes were
26063         originally made by Jim Meyering.
26064         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
26065         many older Unixes require this.
26066         * lib/alloca.c (alloca): Remove cast to argument of free;
26067         no longer needed in C89.
26068         * lib/alloca_.h, regex.h: Fix white space to match
26069         what GNU indent does.
26070
26071 2003-08-09  Paul Eggert  <eggert@twinsun.com>
26072
26073         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
26074         apparently Emacs's Unicode mode got confused before my 2003-08-05
26075         checkin.
26076
26077 2003-08-08  Paul Eggert  <eggert@twinsun.com>
26078
26079         * m4/extensions.m4: New file.
26080         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
26081         Require gl_USE_SYSTEM_EXTENSIONS.
26082         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
26083         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
26084
26085 2003-08-08  Paul Eggert  <eggert@twinsun.com>
26086
26087         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
26088         * modules/extensions, modules/gnu-source: New files.
26089         * modules/timespec, modules/unlocked-io: Depend on extensions.
26090
26091 2003-08-07  Paul Eggert  <eggert@twinsun.com>
26092
26093         * modules/restrict: New file.
26094         * MODULES.html.sh (func_all_modules): Add restrict.
26095         * modules/regex: Depend on restrict.
26096
26097 2003-08-07  Paul Eggert  <eggert@twinsun.com>
26098
26099         * m4/restrict.m4: New file.
26100         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
26101
26102 2003-08-07  Bruno Haible  <bruno@clisp.org>
26103
26104         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
26105         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
26106
26107 2003-08-07  Bruno Haible  <bruno@clisp.org>
26108
26109         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
26110         makes the module 'getndelim2' compatible with the module 'getline'.
26111
26112 2003-08-05  Paul Eggert  <eggert@twinsun.com>
26113
26114         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
26115         byte with "\201" to avoid glitches when editing that source file
26116         with multi-gnome-terminal.
26117
26118 2003-08-05  Paul Eggert  <eggert@twinsun.com>
26119
26120         * lib/bumpalloc.h: Remove.
26121
26122 2003-08-05  Paul Eggert  <eggert@twinsun.com>
26123
26124         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
26125         * modules/bumpalloc: Remove.
26126
26127 2003-08-04  Paul Eggert  <eggert@twinsun.com>
26128
26129         * lib/getloadavg.c: Change copyright notice and spacing to conform to
26130         GNU coding style.
26131
26132         Merge from coreutils.
26133         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
26134         1. From glibc.
26135         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
26136         from Karl Berry, implemented by Jim Meyering.
26137         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
26138         from Dmitry V. Levin.
26139         Remove anachronistic cast of xrealloc.
26140         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
26141         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
26142         type. Otherwise, it wouldn't compile with at least /bin/cc on
26143         ymp-cray-unicos9.0.2.X.
26144         Combine two mostly-identical uses of alloca into one.
26145         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
26146
26147 2003-08-04  Dave Love  <d.love@dl.ac.uk>
26148
26149         [From Emacs.]
26150
26151         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
26152         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
26153         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
26154         obsolete NLIST_NAME_UNION.
26155         [__GNU__]: Undef BSD and FSCALE.
26156         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
26157
26158 2003-08-03  Paul Eggert  <eggert@twinsun.com>
26159
26160         * lib/stdbool_.h (_Bool): Make it signed char, instead of
26161         an enum type, so that it's guaranteed to promote to int.  See:
26162         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
26163
26164 2003-08-03  Karl Berry  <karl@gnu.org>
26165
26166         * config/depcomp: update from automake.
26167
26168 2003-07-31  Paul Eggert  <eggert@twinsun.com>
26169
26170         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
26171         (strerror): Don't assume that a printable int fits in 14 bytes.
26172
26173 2003-07-31  Bruno Haible  <bruno@clisp.org>
26174
26175         * modules/getpass-gnu: New file.
26176         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
26177
26178 2003-07-31  Bruno Haible  <bruno@clisp.org>
26179
26180         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
26181
26182 2003-07-24  Karl Berry  <karl@gnu.org>
26183
26184         * config/missing: update from automake.
26185
26186 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
26187             Bruno Haible  <bruno@clisp.org>
26188
26189         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
26190         * lib/getline.c (getline, getdelim): Likewise.
26191         Remove _GNU_SOURCE define; now it's defined in config.h through
26192         m4/getline.m4.
26193
26194 2003-07-23  Karl Berry  <karl@gnu.org>
26195
26196         * config/config.sub: update from prep.
26197
26198 2003-07-22  Paul Eggert  <eggert@twinsun.com>
26199
26200         * modules/xalloc (Depends-on): Add exitfail.
26201         * modules/xmemcoll: Likewise.
26202
26203 2003-07-22  Paul Eggert  <eggert@twinsun.com>
26204
26205         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
26206         over-parenthesization in macros.
26207
26208         Sync with coreutils.
26209
26210         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
26211         required by C99.
26212
26213         Use `exit_failure' for xalloc and xmemcoll instead of their own
26214         private exit-failure variables.
26215         * lib/xalloc.h (xalloc_exit_failure): Remove.
26216         * lib/xmalloc.c: Likewise.  Include exitfail.h.
26217         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
26218         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
26219         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
26220         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
26221
26222 2003-07-20  Jim Meyering  <jim@meyering.net>
26223
26224         * modules/closeout (Depends-on): Add exitfail.
26225         Suggestion from Bruno Haible.
26226
26227 2003-07-19  Karl Berry  <karl@gnu.org>
26228
26229         * config/config.sub: update from prep.
26230
26231 2003-07-18  Paul Eggert  <eggert@twinsun.com>
26232
26233         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
26234         Remove.
26235         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
26236         to test that it can stand by itself.  Include "exitfail.h".
26237         Clients should set exit_failure instead.
26238         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
26239
26240 2003-07-18  Bruno Haible  <bruno@clisp.org>
26241
26242         * modules/getndelim2: New file.
26243         * modules/getline: Share files with module getndelim2.
26244         * modules/getnline: Depend on getndelim2 instead of sharing files with
26245         it. Add getnline.c to lib_SOURCES.
26246         * MODULES.html.sh (func_all_modules): Add getndelim2.
26247
26248 2003-07-18  Bruno Haible  <bruno@clisp.org>
26249
26250         * m4/getndelim2.m4: New file.
26251         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
26252         invoke gl_PREREQ_GETNDELIM2.
26253         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
26254         gl_PREREQ_GETNDELIM2.
26255         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
26256         gl_GETNDELIM2.
26257
26258 2003-07-18  Bruno Haible  <bruno@clisp.org>
26259
26260         * lib/getndelim2.h: New file.
26261         * lib/getndelim2.c: Make into a module of its own. Include config.h,
26262         getndelim2.h.
26263         (getndelim2): Make non-static. Change return type to ssize_t.
26264         * lib/getline.h: Change argument names.
26265         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
26266         * lib/getnline.c: Include getndelim2.h.
26267
26268 2003-07-18  Andreas Schwab  <schwab@suse.de>
26269
26270         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
26271
26272 2003-07-17  Karl Berry  <karl@gnu.org>
26273
26274         * config/config.sub: update from prep.
26275
26276 2003-07-17  Bruno Haible  <bruno@clisp.org>
26277
26278         * modules/getnline: New file.
26279         * modules/getline: Add lib/getndelim2.c to source file list.
26280         * MODULES.html.sh (func_all_modules): Add getnline.
26281
26282 2003-07-17  Bruno Haible  <bruno@clisp.org>
26283
26284         * m4/getnline.m4: New file.
26285
26286 2003-07-17  Bruno Haible  <bruno@clisp.org>
26287
26288         * m4/Makefile.am.in: Remove file.
26289         * m4/Makefile.am: Remove file.
26290         * m4/Makefile.in: Remove file.
26291
26292 2003-07-17  Bruno Haible  <bruno@clisp.org>
26293
26294         * lib/getnline.h: New file.
26295         * lib/getnline.c: New file.
26296         * lib/getndelim2.c: New file, extracted from getline.c.
26297         (getndelim2): Renamed from getdelim2, with added nmax argument.
26298         * lib/getline.c: Include getndelim2.c.
26299         (getdelim2): Moved out to getndelim2.c.
26300         (getline, getdelim): Update.
26301
26302 2003-07-17  Bruno Haible  <bruno@clisp.org>
26303
26304         * lib/Makefile.am: Remove file.
26305         * lib/Makefile.in: Remove file.
26306
26307 2003-07-17  Bruno Haible  <bruno@clisp.org>
26308
26309         * configure.in: Remove file.
26310         * Makefile.in: Remove file.
26311
26312 2003-07-17  Bruno Haible  <bruno@clisp.org>
26313
26314         * MODULES.html.sh: Put the </BODY> right before </HTML>.
26315
26316 2003-07-16  Karl Berry  <karl@gnu.org>
26317
26318         * config/srclist-update: was running fixlicense twice, which caused
26319                 texinfo.tex to be nullified for some reason.  Simplify,
26320                 $gplsrc is no longer needed as far as I can see?
26321
26322 2003-07-16  Jim Meyering  <jim@meyering.net>
26323
26324         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
26325
26326 2003-07-15  Paul Eggert  <eggert@twinsun.com>
26327
26328         * config/srclist.txt: Get the following files from gettext-runtime/intl
26329         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
26330         ref-del.sin.  From Bruno Haible.
26331         * config/srclist-update (fixfile): Change grep pattern again, since the
26332         previous fix didn't work (there was another trailing $).  Use
26333         '[$]' to escape the $s.
26334
26335 2003-07-15  Karl Berry  <karl@gnu.org>
26336
26337         * lib/vasnprintf.c: update from gettext.
26338
26339 2003-07-15  Karl Berry  <karl@gnu.org>
26340
26341         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
26342         gets expanded when surrounded by '$'.
26343
26344 2003-07-15  Jim Meyering  <jim@meyering.net>
26345
26346         * modules/save-cwd: Don't depend on error.  From Derek Price.
26347
26348 2003-07-15  Jim Meyering  <jim@meyering.net>
26349
26350         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
26351
26352 2003-07-14  Simon Josefsson  <jas@extundo.com>
26353
26354         * modules/mempcpy: New file.
26355         * MODULES.html.sh (func_all_modules): Add mempcpy.
26356
26357 2003-07-14  Simon Josefsson  <jas@extundo.com>
26358
26359         * m4/mempcpy.m4: New file.
26360
26361 2003-07-14  Simon Josefsson  <jas@extundo.com>
26362
26363         * lib/mempcpy.h: New file.
26364         * lib/mempcpy.c: New file.
26365
26366 2003-07-14  Paul Eggert  <eggert@twinsun.com>
26367
26368         * modules/getdate, modules/posixtm: Depend on mktime.
26369
26370 2003-07-14  Paul Eggert  <eggert@twinsun.com>
26371
26372         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
26373         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
26374         unicodeio.c, unicodeio.h, unlocked-io.h:
26375         Switch from LGPL to GPL.
26376
26377 2003-07-14  Paul Eggert  <eggert@twinsun.com>
26378
26379         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
26380         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
26381         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
26382         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
26383         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
26384         updated automatically by ../config/srclist-update.  This changes
26385         their license from LPGL to GPL.
26386
26387 2003-07-14  Paul Eggert  <eggert@twinsun.com>
26388
26389         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
26390         assumed to refer to the root of the most recent stable gettext version.
26391         * config/srclistvars.sh: Add defaults for eggert.
26392         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
26393         Match "This program" as well as "The program".  This is needed
26394         for gettext.
26395
26396 2003-07-14  Jim Meyering  <jim@meyering.net>
26397
26398         Don't emit diagnostics.  Let callers do that.
26399         * lib/save-cwd.c: Don't include "error.h".
26400         (save_cwd): Don't call error.  Ensure that errno is valid
26401         when returning nonzero.
26402
26403         * lib/save-cwd.h (restore_cwd): Update prototype.
26404         * lib/save-cwd.c (restore_cwd): Remove two parameters.
26405         Simplify.  Don't call error upon failure.  Let callers do that.
26406         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
26407         when auditing is enabled.  But don't bother updating the #if.
26408
26409 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
26410
26411         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
26412         it breaks C++ compilation.
26413         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
26414
26415 2003-07-10  Simon Josefsson  <jas@extundo.com>
26416
26417         * modules/strchrnul (Makefile.am): Add strchrnul.h.
26418
26419 2003-07-10  Jim Meyering  <jim@meyering.net>
26420
26421         * m4/clock_time.m4: Remove trailing blank.
26422         * m4/intmax_t.m4: Likewise.
26423
26424 2003-07-10  Jim Meyering  <jim@meyering.net>
26425
26426         * lib/vasnprintf.c: Remove trailing blanks.
26427         Make cpp indentation consistent.
26428
26429 2003-07-09  Paul Eggert  <eggert@twinsun.com>
26430
26431         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
26432         posixver.c, strftime.c, strnlen.c, strverscmp.c:
26433         Switch from LGPL to GPL.
26434
26435 2003-07-09  Paul Eggert  <eggert@twinsun.com>
26436
26437         * config/srclist.txt: Sort sublists.  Add
26438         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
26439         that differ from gnulib for one reason or another; we'd like this list
26440         to be smaller but for now let's document what we have.
26441
26442 2003-07-08  Paul Eggert  <eggert@twinsun.com>
26443
26444         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
26445         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
26446         and sweeter "eval x=$x".
26447         * config/srclist.txt: Get lib/argp* from glibc.
26448
26449 2003-07-07  Paul Eggert  <eggert@twinsun.com>
26450
26451         * lib/mktime.c: Fix some boundary cases and remove need for floating
26452         point.
26453
26454         Issue a compile-time diagnostic if time_t is floating point, or if
26455         two's complement arithmetic is not in effect, or if arithmetic
26456         right shift does not propagate the sign.  These assumptions were
26457         all in the original code but they weren't checked.
26458
26459         (TIME_T_MIDPOINT, verify): New macros.
26460         (__isleap): Remove; it has integer overflow problems.
26461         (leapyear): New function, without those problems.
26462         (ydhms_tm_diff): Remove; splitting into two parts.
26463         (ydhms_diff): New function, containing the arithmetic part of
26464         the old ydhms_tm_diff function.  Issue a compile-time
26465         diagnostic if we are not using C99 integer division.
26466         Avoid casts when possible.
26467         (guess_time_tm): New function, containing the checking part of
26468         the old ydhms_tm_diff function.  Return the new value, rather than
26469         the difference between it and the old.  Accept a new argument T
26470         so that *T specifies the old value.  Check for overflow in the result.
26471
26472         (__mktime_internal): Use a time_t offset, not a long int offset.
26473         This undoes the 2003-06-04 change, which is no longer needed now
26474         that we have better overflow checking.
26475         (localtime_offset): Likewise.
26476
26477         (__mktime_internal): Avoid harmful overflow on hosts where time_t
26478         and long are 64-bit but int is only 32-bit.
26479         (ydhms_diff): Use long int to store year1 and yday1.
26480         Issue a compile-time diagnostic if long int is not wide enough.
26481
26482         (__mktime_internal): Use long int to store adjusted year and yday.
26483         Use plain C rather than preprocessor commands, if that doesn't
26484         affect efficiency.
26485         Check for overflow (and try to repair) after each probe
26486         rather than checking only at the very end.  This avoids some bugs
26487         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
26488         does not equal GMT offset at maximum time).
26489         Use integer to check for overflow rather than floating point; this
26490         is more portable to non-IEEE hosts, and is a tad faster.
26491         When we detect that we are oscillating between two values,
26492         don't check whether tm_isdst has the requested value, since
26493         we already know the answer.  When tm_isdst has the wrong value,
26494         use a different heuristic to find the right one, based on the
26495         extreme values actually observed in practice in tz2003a,
26496         rather than the (overly optimistic) "previous 3 calendar quarters".
26497
26498         (not_equal_tm, print_tm, check_result): Use "const T" rather than
26499         "T const" to accommodate glibc style.
26500         (check_result): Use less-confusing report format.  "long" -> "long int.
26501         (main): Likewise.
26502         Don't loop if the iteration overflows time_t.
26503         Allow a negative step in the iteration.
26504
26505 2003-07-06  Karl Berry  <karl@gnu.org>
26506
26507         * config/depcomp: update from automake.
26508         * config/config.sub: update from prep.
26509
26510 2003-07-03  Karl Berry  <karl@gnu.org>
26511
26512         * config/config.guess: update from prep.
26513
26514 2003-07-01  Paul Eggert  <eggert@twinsun.com>
26515
26516         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
26517         xreadlink.c now includes it unconditionally.
26518
26519 2003-07-01  Paul Eggert  <eggert@twinsun.com>
26520
26521         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
26522         having it depend on HAVE_SYS_TYPES_H.
26523
26524 2003-07-01  Bruno Haible  <bruno@clisp.org>
26525
26526         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
26527         <sys/types.h> should be sufficient.
26528         Reported by Paul Eggert.
26529
26530 2003-06-26  Karl Berry  <karl@gnu.org>
26531
26532         * config/depcomp: update from automake.
26533
26534 2003-06-26  Bruno Haible  <bruno@clisp.org>
26535
26536         * modules/human: Depend on module stdbool.
26537
26538 2003-06-25  Bruno Haible  <bruno@clisp.org>
26539
26540         * modules/readlink: New file.
26541         * modules/xreadlink: Depend on it.
26542         * MODULES.html.sh (func_all_modules): Add readlink.
26543
26544 2003-06-25  Bruno Haible  <bruno@clisp.org>
26545
26546         * m4/readlink.m4: New file.
26547
26548 2003-06-25  Bruno Haible  <bruno@clisp.org>
26549
26550         * lib/readlink.c: New file.
26551
26552 2003-06-22  Karl Berry  <karl@gnu.org>
26553
26554         * config/srclist.txt: update mkinstalldirs from automake.
26555         * config/mkinstalldirs: update.
26556
26557 2003-06-22  Bruno Haible  <bruno@clisp.org>
26558
26559         Portability to mingw32.
26560         * m4/ssize_t.m4: New file, from GNU gettext.
26561         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
26562         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
26563
26564 2003-06-22  Bruno Haible  <bruno@clisp.org>
26565
26566         * modules/safe-read: Add m4/ssize_t.m4.
26567         * modules/xreadlink: Add m4/ssize_t.m4.
26568
26569 2003-06-20  Bruno Haible  <bruno@clisp.org>
26570
26571         Assume C89, so PARAMS isn't needed.
26572         * lib/unicodeio.h (PARAMS): Remove.
26573         * lib/unicodeio.c: Don't use PARAMS.
26574
26575 2003-06-18  Karl Berry  <karl@gnu.org>
26576
26577         * config/config.{guess,sub}: update from prep.
26578
26579 2003-06-18  Jim Meyering  <jim@meyering.net>
26580
26581         Merge changes from coreutils.
26582         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
26583         Remove explicit declarations of xmalloc and realloc.
26584         Include xalloc.h.
26585         (read_utmp): Remove anachronistic cast of xmalloc.
26586
26587 2003-06-17  Paul Eggert  <eggert@twinsun.com>
26588
26589         Assume C89, so PARAMS isn't needed.
26590         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
26591         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
26592         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
26593         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
26594         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
26595         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
26596         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
26597         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
26598         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
26599         lib/xstrtod.h, lib/xstrtol.h: Likewise.
26600         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
26601         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
26602         no longer needed. Anyway, config.h should always be included before any
26603         other file.
26604
26605 2003-06-11  Simon Josefsson  <jas@extundo.com>
26606
26607         * modules/sysexits: New file.
26608         * MODULES.html.sh (func_all_modules): Add sysexits.
26609
26610 2003-06-11  Simon Josefsson  <jas@extundo.com>
26611
26612         * lib/sysexit_.h: New file.
26613
26614 2003-06-11  Derek Price  <derek@ximbiot.com>
26615
26616         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
26617         necessary.
26618
26619 2003-06-11  Bruno Haible  <bruno@clisp.org>
26620
26621         * m4/sysexits.m4: New file.
26622
26623 2003-06-10  Simon Josefsson  <jas@extundo.com>
26624
26625         * lib/argp.h: New file, from glibc.
26626         * lib/argp-ba.c: New file, from glibc.
26627         * lib/argp-eexst.c: New file, from glibc.
26628         * lib/argp-fmtstream.c: New file, from glibc.
26629         * lib/argp-fmtstream.h: New file, from glibc.
26630         * lib/argp-fs-xinl.c: New file, from glibc.
26631         * lib/argp-help.c: New file, from glibc.
26632         * lib/argp-namefrob.h: New file, from glibc.
26633         * lib/argp-parse.c: New file, from glibc.
26634         * lib/argp-pv.c: New file, from glibc.
26635         * lib/argp-pvh.c: New file, from glibc.
26636         * lib/argp-xinl.c: New file, from glibc.
26637
26638 2003-06-10  Simon Josefsson  <jas@extundo.com>
26639
26640         * modules/strchrnul: New file.
26641
26642 2003-06-10  Simon Josefsson  <jas@extundo.com>
26643
26644         * modules/argp: New file.
26645
26646 2003-06-10  Simon Josefsson  <jas@extundo.com>
26647
26648         * m4/strchrnul.m4: New file.
26649
26650 2003-06-10  Simon Josefsson  <jas@extundo.com>
26651
26652         * lib/strchrnul.h: New file.
26653         * lib/strchrnul.c: New file.
26654
26655 2003-06-10  Bruno Haible  <bruno@clisp.org>
26656
26657         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
26658
26659 2003-06-07  Karl Berry  <karl@gnu.org>
26660
26661         * config/config.{guess,sub}: update from prep.
26662
26663 2003-06-07  Jim Meyering  <jim@meyering.net>
26664
26665         * modules/strtod: Use $(...) notation, not @...@ for
26666         AC_REPLACE'd variables.
26667         * modules/localcharset: Likewise.
26668
26669 2003-06-07  Jim Meyering  <jim@meyering.net>
26670
26671         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
26672         in place of my name in the copyright comment.
26673         Remove definition and uses of __P.
26674
26675         From coreutils.
26676         * lib/stat.c: Don't declare xmalloc explicitly.
26677         Instead, include "xalloc.h".
26678         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
26679         xrealloc, and xcalloc return values.
26680         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
26681         Improve comment.
26682         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
26683
26684 2003-06-07  Bruno Haible  <bruno@clisp.org>
26685
26686         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
26687         avoid AC_CONFIG_LINKS.
26688         * modules/fnmatch (Makefile.am): Use explicit creation rule for
26689         fnmatch.h, to avoid AC_CONFIG_LINKS.
26690         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
26691
26692 2003-06-07  Bruno Haible  <bruno@clisp.org>
26693
26694         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
26695         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
26696         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
26697         directory.
26698         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
26699         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
26700         directory.
26701
26702 2003-06-06  Jim Meyering  <jim@meyering.net>
26703
26704         Merge from coreutils.
26705         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
26706         Consolidate declarations and initializations of *_base* locals.
26707
26708         Merge from coreutils.
26709         This avoids a core dump on systems without GNU putenv,
26710         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
26711         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
26712         (unsetenv): New static function, from GNU libc.
26713         (rpl_putenv): Use it.
26714
26715         * lib/modechange.c: Remove trailing blanks.
26716
26717         Merge from coreutils.
26718         * lib/fsusage.c: Remove declaration of statfs.
26719         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
26720
26721         * lib/posixtm.c: Include <stdbool.h> unconditionally.
26722
26723 2003-06-06  Jim Meyering  <jim@meyering.net>
26724
26725         * lib/stdbool_.h: Renamed from stdbool.h.in.
26726
26727 2003-06-06  Jim Meyering  <jim@meyering.net>
26728             Bruno Haible  <bruno@clisp.org>
26729
26730         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
26731         Adjust Makefile.am snippet not to redirect directly to target.
26732         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
26733
26734 2003-06-05  Paul Eggert  <eggert@twinsun.com>
26735
26736         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
26737         mismatch, look in future quarters as well as past.  This fixes a
26738         bug when processing fall-backwards gaps immediately after a long
26739         period of daylight-saving time.
26740
26741         * lib/mktime.c: Assume freestanding C89 or better.
26742         (HAVE_LIMITS_H): Remove.  Assume it's 1.
26743         (__P): Remove; not used.
26744         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
26745         (mktime, not_equal_tm, print_tm, check_result,
26746         main): Use prototypes.  Use const * where appropriate.
26747         (main): Fix typo in testing code that uncovered by above changes.
26748         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
26749
26750 2003-06-04  Paul Eggert  <eggert@twinsun.com>
26751
26752         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
26753         locale.h, localeconv.  This merges changes from coreutils.
26754
26755         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
26756         It can be removed after the next Autoconf is released.
26757         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
26758         needed.
26759
26760 2003-06-04  Paul Eggert  <eggert@twinsun.com>
26761
26762         * lib/mktime.c: Fix Debian bug 177940
26763         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
26764         (localtime_offset): Now long int, not time_t, because we want it
26765         to be guaranteed to be signed.  All uses changed.
26766         (__mktime_internal): If overflow would occur when adding offset,
26767         don't add it.
26768
26769         Merge 'human' changes from coreutils.  Rewrite to support
26770         locale-specific notations like thousands separators.
26771         * lib/human.c: Simplify authorship notice.
26772         Include human.h immediately after config.h.
26773         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
26774         <limits.h>: Do not include, since human.h does.
26775         (SIZE_MAX, UINTMAX_MAX): New macros.
26776         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
26777         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
26778         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
26779         (power_letter): Renamed from suffixes.
26780         (generate_suffix_backwards): Remove.
26781         (adjust_value): Now takes int style (because of human.h changes)
26782         and long double value (for greater precision on some platforms).
26783         (group_number): New function.
26784         (human_readable): Use it.  Use integer options, not enum.
26785         Put the options before the sizes in the arg list.
26786         Support all the new options.
26787         The old human_readable function has been removed;
26788         use inttostr.h instead.
26789         (human_readable, default_block_size, humblock):
26790         Use uintmax_t, not int, for block sizes.
26791         (human_readable_inexact, block_size_types): Remove.
26792         (block_size_opts): New constant.
26793         (human_options): Renamed from human_block_size, with new signature
26794         that allows block sizes up to UINTMAX_MAX.  All callers changed.
26795         * lib/human.h: Add copyright and authorship notice.
26796         Include <limits.h> and <stdbool.h> unconditionally.
26797         (PARAMS): Remove.  All uses removed.
26798         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
26799         (enum human_inexact_style): Remove tag; now a nameless enum.
26800         (human_floor, human_ceiling, human_round_to_even): Now have
26801         values 2, 0, 1 rather than -1, 1, 0.
26802         (human_group_digits, human_suppress_point_zero, human_autoscale,
26803         human_base_1024, human_SI, human_B): New constants.
26804         (human_readable_inexact, human_block_size): Remove.
26805         (human_readable): Size args are now uintmax_t, not int.
26806         (human_options): New decl.
26807
26808         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
26809         unnecessary now that we assume C89 or better.  This change
26810         imported from coreutils.
26811
26812         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
26813         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
26814         in the 2003-05-30 sync from glibc.
26815
26816         .h files should stand alone, but we shouldn't include <sys/types.h>
26817         if we can get away with just <stddef.h>.
26818
26819         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
26820         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
26821         rather than <sys/types.h>, as we merely need size_t.
26822         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
26823         to get size_t.
26824         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
26825         Include <stdio.h>, to get FILE.
26826         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
26827         memcasecmp.h has included <stddef.h> and all we need is size_t.
26828         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
26829         our interface, instead of including <sys/types.h>
26830
26831 2003-06-04  Paul Eggert  <eggert@twinsun.com>
26832
26833         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
26834         now, as glibc mktime is buggy on non-glibc systems.
26835
26836 2003-06-03  Karl Berry  <karl@gnu.org>
26837
26838         * config/config.sub: update from prep.
26839
26840 2003-06-02  Paul Eggert  <eggert@twinsun.com>
26841
26842         [from coreutils]
26843         Fix some minor time-related bugs with POSIX time arguments.
26844         Some valid time stamps were being rejected (notably -1, and
26845         time stamps before 1900 on 64-bit hosts).  And some invalid
26846         time stamps were being accepted, e.g. September 31.
26847
26848         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
26849         that we can return (time_t) -1 successfully.
26850         * lib/posixtm.c: Likewise.
26851         [HAVE_STDBOOL_H]: Include <stdbool.h>.
26852         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
26853         (t): Remove static var.
26854         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
26855         of static var.  All uses changed.
26856         (year): Do not reject years before 1900; they can occur with
26857         64-bit time_t.
26858         (posix_time_parse): Do not check for out-of-range components;
26859         that is now the caller's responsibility, since our checks were
26860         only approximations.
26861         (posixtime): Use mktime to check for out-of-range components,
26862         since it knows them exactly.
26863         If mktime returns (time_t) -1, check whether an error actually occurred
26864         by invoking localtime on -1.
26865         (main) [TEST_POSIXTIME]: Check for input data errors, and report
26866         posixtime failures better.
26867         Improve the test data (in comments only).
26868
26869 2003-06-02  Karl Berry  <karl@gnu.org>
26870
26871         * config/mkinstalldirs (version): new variable.
26872         (--version): new option.
26873         (usage): improve message.
26874
26875 2003-05-30  Karl Berry  <karl@gnu.org>
26876
26877         * lib/mktime.c: update from libc.
26878
26879 2003-05-30  Bruno Haible  <bruno@clisp.org>
26880
26881         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
26882         * config/config.rpath: Upgrade to gettext-0.12.1.
26883
26884 2003-05-30  Bruno Haible  <bruno@clisp.org>
26885
26886         * m4/gettext.m4: Upgrade to gettext-0.12.1.
26887         * m4/nls.m4: New file, from gettext-0.12.1.
26888         * m4/po.m4: New file, from gettext-0.12.1.
26889         * m4/progtest.m4: Upgrade to gettext-0.12.1.
26890
26891 2003-05-30  Bruno Haible  <bruno@clisp.org>
26892
26893         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
26894         * lib/localcharset.h: Likewise.
26895         * lib/localcharset.c: Likewise.
26896
26897 2003-05-29  Karl Berry  <karl@gnu.org>
26898
26899         * config/config.rpath: update from gettext.
26900
26901 2003-05-28  Paul Eggert  <eggert@twinsun.com>
26902
26903         Assume the headers required for C89 freestanding compilers.
26904         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
26905         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
26906         * m4/human.m4 (gl_HUMAN): Likewise.
26907         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
26908         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
26909         * m4/userspec.m4 (gl_USERSPEC): Likewise.
26910         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
26911         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
26912         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
26913
26914 2003-05-28  Paul Eggert  <eggert@twinsun.com>
26915
26916         Assume the headers required for C89 freestanding compilers.
26917         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
26918         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
26919         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
26920         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
26921         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
26922         define, since <limits.h> is guaranteed to do that.
26923         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
26924         * lib/exclude.c: Include <stdbool.h> unconditionally.
26925         * lib/tempname.c: Include <stddef.h> unconditionally.
26926         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
26927         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
26928         <stddef.h> does that.
26929         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
26930         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
26931         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
26932         needed.
26933         * lib/xstrtol.c: Likewise.
26934         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
26935         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
26936
26937         * lib/addext.c (addext): Use assignment rather than cast, to avoid
26938         warnings on some platforms.
26939
26940         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
26941         arbitrarily.
26942
26943 2003-05-26  Jim Meyering  <jim@meyering.net>
26944
26945         Merge in a change from coreutils:
26946         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
26947         that is guaranteed to be `no'.  Use `no_such_member' to indicate
26948         that condition, rather than `-1' which is slightly misleading.
26949         Change the name of the cache variable to have the gl_ prefix.
26950         Prompted by a patch from Richard Dawe for DJGPP.
26951
26952 2003-05-24  Karl Berry  <karl@gnu.org>
26953
26954         * config/config.guess: update from prep.
26955
26956 2003-05-22  Karl Berry  <karl@gnu.org>
26957
26958         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
26959
26960 2003-05-20  Karl Berry  <karl@gnu.org>
26961
26962         * config/config.guess: update from prep.
26963
26964 2003-05-18  Karl Berry  <karl@gnu.org>
26965
26966         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
26967         might actually be set by the user.
26968
26969         * config/depcomp, install-sh, mdate-sh: update from automake.
26970
26971 2003-05-17  Bruno Haible  <bruno@clisp.org>
26972
26973         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
26974         invalid expansion for AC_EGREP_CPP.
26975         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
26976         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
26977         Suggested by Akim Demaille <akim@epita.fr> in
26978         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
26979
26980 2003-05-12  Jim Meyering  <jim@meyering.net>
26981
26982         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
26983         the space-padded-by-default conversion specifiers, %e, %k, %l.
26984
26985 2003-05-12  Bruno Haible  <bruno@clisp.org>
26986
26987         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
26988         the string is longer than 4 KB.
26989
26990 2003-05-11  Karl Berry  <karl@gnu.org>
26991
26992         * config/config.{guess,sub}: update from prep.
26993
26994 2003-05-09  Bruno Haible  <bruno@clisp.org>
26995
26996         * modules/error: Add m4/strerror_r.m4 to file list.
26997
26998 2003-05-03  Bruno Haible  <bruno@clisp.org>
26999
27000         Upgrade to Unicode-4.0.
27001         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
27002         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
27003         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
27004         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
27005         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
27006         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
27007         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
27008         Change width of U+E0100..U+E01EF from 1 to 0.
27009
27010 2003-04-25  Jim Meyering  <jim@meyering.net>
27011
27012         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
27013         of type size_t, not int.
27014
27015 2003-04-25  Bruno Haible  <bruno@clisp.org>
27016
27017         * lib/copy-file.c: Include <stddef.h>, for size_t.
27018
27019 2003-04-21  Paul Eggert  <eggert@twinsun.com>
27020
27021         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
27022         code which expansion is under static control.  Patch imported from
27023         Akim Demaille's patch to Bison; see
27024         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
27025
27026 2003-04-14  Bruno Haible  <bruno@clisp.org>
27027
27028         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
27029
27030 2003-04-11  Jim Meyering  <jim@meyering.net>
27031
27032         Merge changes from Coreutils.
27033
27034         2003-03-22  Jim Meyering  <jim@meyering.net>
27035
27036         * lib/strftime.c (widen): Cast alloca return value to proper type.
27037
27038         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
27039
27040         From GNU libc.
27041         * lib/strftime.c (my_strftime): Handle very large width
27042         specifications for numeric values correctly.  Improve checks for
27043         overflow.
27044
27045         2003-01-19  Jim Meyering  <jim@meyering.net>
27046
27047         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
27048         definitions.
27049         (nl_get_alt_digit) [! defined my_strftime]: Define.
27050         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
27051         _nl_get_alt_digit and _nl_get_walt_digit.
27052
27053         * lib/strftime.c (my_strftime): Merge in locale-related changes from
27054         libc. These changes have no effect outside of _LIBC.
27055
27056 2003-04-10  Bruno Haible  <bruno@clisp.org>
27057
27058         * modules/findprog: New file.
27059         * MODULES.html.sh (func_all_modules): Add it.
27060
27061 2003-04-10  Bruno Haible  <bruno@clisp.org>
27062
27063         * m4/findprog.m4: New file.
27064         * m4/eaccess.m4: New file.
27065
27066 2003-04-10  Bruno Haible  <bruno@clisp.org>
27067
27068         * lib/findprog.h: New file, from GNU gettext.
27069         * lib/findprog.c: New file, from GNU gettext.
27070
27071 2003-04-05  Jim Meyering  <jim@meyering.net>
27072
27073         Merge changes from Coreutils.
27074
27075         * lib/exclude.h (PARAMS): Remove definition and uses.
27076         * lib/exclude.c: Remove uses of `PARAMS'.
27077
27078         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
27079         Add test-cases for DOS filenames. Declare program_name.
27080         (main): Set up program_name.  Patch by Rich Dawe.
27081
27082         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
27083         error from mntctl.
27084         Use mntctl's return value to drive the entry-processing loop, since
27085         we can't rely on the value of the vmt_length member in the last
27086         entry.  On some systems doing so could result in exhausting
27087         virtual memory.  Based in part on a patch from Mike Jetzer.
27088
27089 2003-04-04  Bruno Haible  <bruno@clisp.org>
27090
27091         * modules/linebreak: New file.
27092         * MODULES.html.sh (func_all_modules): Add it.
27093
27094 2003-04-04  Bruno Haible  <bruno@clisp.org>
27095
27096         * m4/linebreak.m4: New file.
27097
27098 2003-04-04  Bruno Haible  <bruno@clisp.org>
27099
27100         * lib/linebreak.h: New file, from GNU gettext.
27101         * lib/linebreak.c: New file, from GNU gettext with slight
27102         modifications.
27103         * lib/lbrkprop.h: New file, from GNU gettext.
27104
27105 2003-04-03  Bruno Haible  <bruno@clisp.org>
27106
27107         * modules/utf8-ucs4: New file.
27108         * modules/utf16-ucs4: New file.
27109         * modules/ucs4-utf8: New file.
27110         * modules/ucs4-utf16: New file.
27111         * MODULES.html.sh (func_all_modules): Add them.
27112
27113 2003-04-03  Bruno Haible  <bruno@clisp.org>
27114
27115         * m4/utf-ucs4.m4: New file.
27116         * m4/ucs4-utf.m4: New file.
27117
27118 2003-04-03  Bruno Haible  <bruno@clisp.org>
27119
27120         * lib/utf8-ucs4.h: New file, from GNU gettext.
27121         * lib/utf16-ucs4.h: New file, from GNU gettext.
27122         * lib/ucs4-utf8.h: New file, from GNU gettext.
27123         * lib/ucs4-utf16.h: New file, from GNU gettext.
27124
27125 2003-04-02  Bruno Haible  <bruno@clisp.org>
27126
27127         * modules/binary-io: New file.
27128         * MODULES.html.sh (func_all_modules): Add it.
27129
27130 2003-04-02  Bruno Haible  <bruno@clisp.org>
27131
27132         * lib/binary-io.h: New file, from GNU gettext.
27133
27134 2003-04-01  Bruno Haible  <bruno@clisp.org>
27135
27136         * modules/pathname: New file.
27137         * MODULES.html.sh (func_all_modules): Add it.
27138
27139 2003-04-01  Bruno Haible  <bruno@clisp.org>
27140
27141         * lib/pathname.h: New file, from GNU gettext.
27142         * lib/concatpath.c: New file, from GNU gettext.
27143
27144 2003-03-30  Bruno Haible  <bruno@clisp.org>
27145
27146         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
27147
27148 2003-03-30  Bruno Haible  <bruno@clisp.org>
27149
27150         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
27151         function chown() doesn't exist.
27152
27153 2003-03-28  Bruno Haible  <bruno@clisp.org>
27154
27155         * modules/copy-file: New file.
27156         * MODULES.html.sh (func_all_modules): Add it.
27157
27158 2003-03-28  Bruno Haible  <bruno@clisp.org>
27159
27160         * m4/copy-file.m4: New file.
27161
27162 2003-03-28  Bruno Haible  <bruno@clisp.org>
27163
27164         * lib/copy-file.h: New file, from GNU gettext.
27165         * lib/copy-file.c: New file, from GNU gettext.
27166
27167 2003-03-18  Jim Meyering  <jim@meyering.net>
27168
27169         * lib/quote.c (quote_n): Fix typo in comment.
27170
27171 2003-03-18  Bruno Haible  <bruno@clisp.org>
27172
27173         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
27174         checking.
27175         * m4/onceonly_2_57.m4: Likewise.
27176
27177 2003-03-17  Bruno Haible  <bruno@clisp.org>
27178
27179         * m4/onceonly.m4: Require autoconf 2.54 or newer.
27180         (m4_quote): Remove macro.
27181         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
27182
27183 2003-03-14  Jim Meyering  <jim@meyering.net>
27184
27185         Merge changes from Coreutils.
27186         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
27187         to be const, in order to avoid warnings.
27188         (obstack_room): Likewise.
27189         (obstack_empty_p): Likewise.
27190
27191 2003-03-14  Bruno Haible  <bruno@clisp.org>
27192
27193         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
27194         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
27195
27196 2003-03-13  Paul Eggert  <eggert@twinsun.com>
27197
27198         Merge changes from Bison.
27199         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
27200         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
27201         when compiling Bison 1.875's `bitset bset = obstack_alloc
27202         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
27203         * lib/hash.c: Include <stdbool.h> unconditionally.
27204
27205 2003-03-13  Paul Eggert  <eggert@twinsun.com>
27206
27207         * m4/onceonly.m4 (m4_quote): New macro.
27208         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
27209         Quote AC_FOREACH variable-expansions properly.
27210
27211 2003-03-13  Paul Eggert  <eggert@twinsun.com>
27212
27213         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
27214
27215 2003-03-09  Paul Eggert  <eggert@twinsun.com>
27216
27217         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
27218         Reported by Bruce Becker; see:
27219         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
27220
27221 2003-03-03  Paul Eggert  <eggert@twinsun.com>
27222             Bruno Haible  <bruno@clisp.org>
27223
27224         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
27225         Reported by John Hughes, see
27226         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
27227
27228 2003-02-20  Bruno Haible  <bruno@clisp.org>
27229
27230         * MODULES.html.sh (func_all_modules): Add poll.
27231
27232 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
27233
27234         * modules/poll: New file.
27235
27236 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
27237
27238         * lib/poll_.h: New file.
27239         * lib/poll.c: New file.
27240
27241 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
27242
27243         * m4/poll.m4: New file.
27244
27245 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
27246
27247         * modules/mathl: New file.
27248
27249 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
27250
27251         * lib/mathl.h: New file.
27252         * lib/acosl.c: New file.
27253         * lib/asinl.c: New file.
27254         * lib/atanl.c: New file.
27255         * lib/ceill.c: New file.
27256         * lib/cosl.c: New file.
27257         * lib/expl.c: New file.
27258         * lib/floorl.c: New file.
27259         * lib/frexpl.c: New file.
27260         * lib/ldexpl.c: New file.
27261         * lib/logl.c: New file.
27262         * lib/sincosl.c: New file.
27263         * lib/sinl.c: New file.
27264         * lib/sqrtl.c: New file.
27265         * lib/tanl.c: New file.
27266         * lib/trigl.c: New file.
27267         * lib/trigl.h: New file.
27268
27269 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
27270
27271         * m4/mathl.m4: New file.
27272
27273 2003-02-18  Bruno Haible  <bruno@clisp.org>
27274
27275         * MODULES.html.sh (func_all_modules): Add mathl.
27276
27277 2003-02-17  Bruno Haible  <bruno@clisp.org>
27278
27279         * modules/mkdtemp: New module.
27280         * MODULES.html.sh (func_all_modules): Add it.
27281
27282 2003-02-17  Bruno Haible  <bruno@clisp.org>
27283
27284         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
27285
27286 2003-02-17  Bruno Haible  <bruno@clisp.org>
27287
27288         * lib/mkdtemp.h: New file, from GNU gettext.
27289         * lib/mkdtemp.c: New file, from GNU gettext.
27290
27291 2003-02-02  Jim Meyering  <jim@meyering.net>
27292
27293         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
27294         e.g. glibc-2.2.93.
27295
27296 2003-01-31  Bruno Haible  <bruno@clisp.org>
27297
27298         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
27299         'rpl_rename'.
27300         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
27301         'rpl_strnlen'.
27302         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
27303         'rpl_strtod'.
27304         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
27305         'rpl_utime'.
27306
27307 2003-01-31  Bruno Haible  <bruno@clisp.org>
27308
27309         * lib/rename.c: #undef rename before defining rpl_rename.
27310         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
27311
27312 2003-01-30  Bruno Haible  <bruno@clisp.org>
27313
27314         * modules/vasnprintf, modules/vasprintf: New modules.
27315         * MODULES.html.sh (func_all_modules): Add them.
27316
27317 2003-01-30  Bruno Haible  <bruno@clisp.org>
27318
27319         * m4/signed.m4: New file, from GNU gettext.
27320         * m4/longdouble.m4: New file, from GNU gettext.
27321         * m4/wchar_t.m4: New file, from GNU gettext.
27322         * m4/wint_t.m4: New file, from GNU gettext.
27323         * m4/vasnprintf.m4: New file.
27324         * m4/vasprintf.m4: New file.
27325
27326 2003-01-30  Bruno Haible  <bruno@clisp.org>
27327
27328         * lib/printf-args.h: New file, from GNU gettext.
27329         * lib/printf-args.c: New file, from GNU gettext.
27330         * lib/printf-parse.h: New file, from GNU gettext.
27331         * lib/printf-parse.c: New file, from GNU gettext.
27332         * lib/vasnprintf.h: New file, from GNU gettext.
27333         * lib/vasnprintf.c: New file, from GNU gettext.
27334         * lib/asnprintf.c: New file, from GNU gettext.
27335         * lib/vasprintf.h: New file, from GNU gettext with modifications.
27336         * lib/vasprintf.c: New file, from GNU gettext.
27337         * lib/asprintf.c: New file, from GNU gettext.
27338
27339 2003-01-29  Bruno Haible  <bruno@clisp.org>
27340
27341         * modules/stpncpy: New module.
27342         * MODULES.html.sh (func_all_modules): Add it.
27343
27344 2003-01-29  Bruno Haible  <bruno@clisp.org>
27345
27346         * m4/stpncpy.m4: New file.
27347
27348 2003-01-29  Bruno Haible  <bruno@clisp.org>
27349
27350         * lib/stpncpy.h: New file, from GNU gettext with modifications.
27351         * lib/stpncpy.c: New file, from GNU gettext with modifications.
27352
27353 2003-01-28  Bruno Haible  <bruno@clisp.org>
27354
27355         * modules/c-ctype: New module.
27356         * MODULES.html.sh (func_all_modules): Add it.
27357
27358 2003-01-28  Bruno Haible  <bruno@clisp.org>
27359
27360         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
27361         Paul Eggert.
27362         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
27363         Paul Eggert.
27364
27365 2003-01-27  Bruno Haible  <bruno@clisp.org>
27366
27367         * modules/xsetenv: New module.
27368         * MODULES.html.sh (func_all_modules): Add it.
27369
27370 2003-01-27  Bruno Haible  <bruno@clisp.org>
27371
27372         * lib/xsetenv.h: New file, from GNU gettext.
27373         * lib/xsetenv.c: New file, from GNU gettext.
27374
27375 2003-01-23  Jim Meyering  <jim@meyering.net>
27376
27377         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
27378         from working on systems without dirfd (at least Irix and OSF1/Tru64).
27379
27380 2003-01-23  Bruno Haible  <bruno@clisp.org>
27381
27382         * modules/minmax: New module.
27383         * MODULES.html.sh (func_all_modules): Add it.
27384
27385 2003-01-23  Bruno Haible  <bruno@clisp.org>
27386
27387         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
27388         Eggert.
27389
27390 2003-01-22  Bruno Haible  <bruno@clisp.org>
27391
27392         * modules/exit: New module.
27393         * MODULES.html.sh (func_all_modules): Add it.
27394
27395 2003-01-22  Bruno Haible  <bruno@clisp.org>
27396
27397         * lib/exit.h: New file, from GNU gettext.
27398
27399 2003-01-19  Bruno Haible  <bruno@clisp.org>
27400
27401         * gnulib-tool: Recognize option --extract-maintainer.
27402         (func_get_maintainer): New function.
27403         * modules/*: Add Maintainer entry.
27404
27405 2003-01-16  Jim Meyering  <jim@meyering.net>
27406
27407         * m4/regex.m4: The `regex' struct is both input and output.
27408         Initialize it before each use.  Patch by Tim Waugh.
27409
27410 2003-01-16  Bruno Haible  <bruno@clisp.org>
27411
27412         * MODULES.html.sh: Add a table of contents. Add the module name as
27413         leftmost column. Add hyperlinks.
27414
27415 2003-01-15  Bruno Haible  <bruno@clisp.org>
27416
27417         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
27418
27419 2003-01-15  Bruno Haible  <bruno@clisp.org>
27420
27421         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
27422         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
27423         suffix.
27424
27425 2003-01-15  Bruno Haible  <bruno@clisp.org>
27426
27427         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
27428
27429 2003-01-15  Bruno Haible  <bruno@clisp.org>
27430
27431         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
27432         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
27433
27434 2003-01-14  Jim Meyering  <jim@meyering.net>
27435
27436         * lib/same.c (same_name): Tweak a comment.
27437
27438 2003-01-14  Bruno Haible  <bruno@clisp.org>
27439
27440         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
27441         when a string comparison is sufficient.
27442
27443 2003-01-14  Bruno Haible  <bruno@clisp.org>
27444
27445         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
27446         'unsigned int'.
27447
27448 2003-01-14  Bruno Haible  <bruno@clisp.org>
27449
27450         * lib/hash-pjw.c: Add comment about low quality of this function.
27451
27452 2003-01-13  Bruno Haible  <bruno@clisp.org>
27453
27454         * modules/stpcpy: Distribute lib/stpcpy.h.
27455         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
27456
27457 2003-01-13  Bruno Haible  <bruno@clisp.org>
27458
27459         * modules/*: Add a description.
27460         * modules/strpbrk: Fix Makefile.am snippet.
27461         * modules/strtoimax: Fix dependencies.
27462         * modules/strtoumax: Likewise.
27463
27464 2003-01-13  Bruno Haible  <bruno@clisp.org>
27465
27466         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
27467         * modules/alloca (Makefile.am): All object files depend on alloca.h.
27468         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
27469
27470 2003-01-13  Bruno Haible  <bruno@clisp.org>
27471
27472         * gnulib-tool (func_create_testdir): Store config/* files in the main
27473         directory.
27474         * config.rpath: Move to ...
27475         * config/config.rpath: ... here.
27476         * modules/gettext: Contains config/config.rpath, not config.rpath.
27477         * modules/iconv: Likewise.
27478
27479 2003-01-12  Paul Eggert  <eggert@twinsun.com>
27480
27481         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
27482         to avoid collisions with libcurses and libreadline.
27483
27484         * m4/getstr.m4: Remove.
27485         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
27486
27487 2003-01-12  Paul Eggert  <eggert@twinsun.com>
27488
27489         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
27490         to avoid collisions with libcurses and libreadline.
27491
27492         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
27493         * lib/getstr.h, getstr.c: Remove.
27494         * lib/getline.c: Include "getline.h", to check interface.
27495         Move body of old getstr.c here: this defines MIN_CHUNK and
27496         declares getdelim2, which is renamed from getstr.
27497         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
27498
27499         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
27500         All uses changed.
27501         * lib/linebuffer.h: Likewise.
27502         (readline): Remove backward-compatibility macro.
27503
27504 2003-01-12  Paul Eggert  <eggert@twinsun.com>
27505
27506         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
27507         to avoid collisions with libcurses and libreadline.
27508         * getstr: Remove.
27509         * MODULES.html.sh: Remove getstr.
27510         * modules/getline: Depend on unlocked-io, not getstr.
27511
27512 2003-01-12  Jim Meyering  <jim@meyering.net>
27513
27514         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
27515
27516 2003-01-10  Bruno Haible  <bruno@clisp.org>
27517
27518         * modules/alloca: Change Makefile.am requirements. Simplify Include
27519         requirements. Add lib/alloca_.h to file list.
27520
27521 2003-01-10  Bruno Haible  <bruno@clisp.org>
27522
27523         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
27524
27525 2003-01-10  Bruno Haible  <bruno@clisp.org>
27526
27527         * lib/alloca_.h: New file.
27528         * lib/getdate.y: Unconditionally include alloca.h.
27529         * lib/makepath.c: Likewise.
27530         * lib/setenv.c: Likewise.
27531         * lib/userspec.c: Likewise.
27532
27533 2003-01-09  Karl Berry  <karl@gnu.org>
27534
27535         * MODULES.html.sh: include `dirname $0` in PATH, to find
27536         gnulib-tool.
27537
27538 2003-01-09  Bruno Haible  <bruno@clisp.org>
27539
27540         * modules/stdbool: Change configure.ac, Makefile.am requirements.
27541         Simplify Include requirements. Add lib/stdbool.h.in to file list.
27542
27543 2003-01-09  Bruno Haible  <bruno@clisp.org>
27544
27545         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
27546
27547 2003-01-09  Bruno Haible  <bruno@clisp.org>
27548
27549         * lib/stdbool.h.in: New file.
27550
27551 2003-01-09  Bruno Haible  <bruno@clisp.org>
27552
27553         * gnulib-tool (func_all_modules): Ignore files ending in ~.
27554         * MODULES.html.sh: Likewise.
27555
27556 2003-01-08  Jim Meyering  <jim@meyering.net>
27557
27558         * lib/full-write.c: Undefine and define-away `const' after inclusion
27559         of errno.h, not before.  Suggestion from Bruno Haible.
27560
27561 2003-01-08  Bruno Haible  <bruno@clisp.org>
27562
27563         * modules/full-read: Depend on full-write.
27564
27565 2003-01-08  Bruno Haible  <bruno@clisp.org>
27566
27567         * lib/safe-read.c: Include specification header first, to ensure its
27568         selfcontainedness.
27569         * lib/full-write.c: Likewise.
27570
27571 2003-01-07  Jim Meyering  <jim@meyering.net>
27572
27573         * lib/full-write.c: Rework so that it may serve to define full_read,
27574         too.
27575         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
27576
27577 2003-01-07  Bruno Haible  <bruno@clisp.org>
27578
27579         * lib/strtoimax.c: Include <stdint.h> as an alternative to
27580         <inttypes.h>.
27581         * lib/xstrtol.h: Likewise.
27582         * lib/xstrtoimax.c: Likewise.
27583         * lib/xstrtoumax.c: Likewise.
27584         * lib/human.h: Likewise.
27585
27586         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
27587         on systems that have <inttypes.h> but not <stdint.h>.
27588
27589 2003-01-07  Bruno Haible  <bruno@clisp.org>
27590
27591         * MODULES.html.sh: Add copyright notice.
27592         (missed_files): Omit CVS directory entries.
27593         (func_module): Make it work with sed-3.02.
27594         * MODULES.txt: Remove file.
27595
27596 2003-01-06  Jim Meyering  <jim@meyering.net>
27597
27598         * lib/version-etc.c: Update year in translatable copyright string.
27599
27600 2003-01-03  Karl Berry  <karl@gnu.org>
27601
27602         * config/config.{guess,sub}: update from prep.
27603
27604 2003-01-02  Karl Berry  <karl@gnu.org>
27605
27606         * doc/COPYING.DOC: belatedly updated to 1.2.
27607
27608 2003-01-01  Karl Berry  <karl@gnu.org>
27609
27610         * gnulib-tool (func_verify_module): report module name $module in
27611         error message, not $1.
27612         * gnulib-tool (create-testdir): don't complain if destdir couldn't
27613         be created, only if it doesn't exist.
27614         * gnulib-tool (last_checkin_date): don't expand the $Date here.
27615
27616 2002-12-31  Paul Eggert  <eggert@twinsun.com>
27617
27618         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
27619
27620 2002-12-31  Paul Eggert  <eggert@twinsun.com>
27621
27622         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
27623         memcmp if strcoll doesn't work.
27624
27625 2002-12-31  Bruno Haible  <bruno@clisp.org>
27626
27627         * lib/utime.c (utime_null): No need to call ftruncate if the file was
27628         nonempty.
27629
27630 2002-12-31  Bruno Haible  <bruno@clisp.org>
27631
27632         * lib/memcoll.c (STRCOLL): New macro.
27633         (memcoll): Use it.
27634
27635 2002-12-31  Bruno Haible  <bruno@clisp.org>
27636
27637         * lib/localcharset.h: New file.
27638         * lib/localcharset.c: Include it.
27639         * lib/unicodeio.c: Likewise.
27640
27641 2002-12-31  Bruno Haible  <bruno@clisp.org>
27642
27643         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
27644         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
27645
27646 2002-12-31  Bruno Haible  <bruno@clisp.org>
27647
27648         * lib/getline.h: Include <stddef.h>, for size_t.
27649
27650         * lib/unicodeio.h: Include <stddef.h>, for size_t.
27651         * lib/unicodeio.c: Don't include <stddef.h>.
27652
27653 2002-12-31  Bruno Haible  <bruno@clisp.org>
27654
27655         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
27656         HAVE_TM_ZONE.
27657
27658 2002-12-24  Karl Berry  <karl@gnu.org>
27659
27660         * config/config.guess: update from prep.
27661
27662 2002-12-24  Bruno Haible  <bruno@clisp.org>
27663
27664         General infrasructure.
27665         * m4/README: Rewritten.
27666         * m4/onceonly.m4: New file.
27667         * m4/onceonly_2_57.m4: New file.
27668
27669         Module atexit.
27670         * m4/atexit.m4: New file.
27671
27672         Module strtod.
27673         * m4/strtod.m4: New file.
27674
27675         Module strtol.
27676         * m4/strtol.m4: New file.
27677
27678         Module strtoul.
27679         * m4/strtoul.m4: New file.
27680
27681         Module memchr.
27682         * m4/memchr.m4: New file.
27683
27684         Module memcmp.
27685         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
27686         (jm_FUNC_MEMCMP): Invoke it.
27687
27688         Module memcpy.
27689         * m4/memcpy.m4: New file.
27690
27691         Module memmove.
27692         * m4/memmove.m4: New file.
27693
27694         Module memset.
27695         * m4/memset.m4: New file.
27696
27697         Module strcspn.
27698         * m4/strcspn.m4: New file.
27699
27700         Module strpbrk.
27701         * m4/strpbrk.m4: New file.
27702
27703         Module strstr.
27704         * m4/strstr.m4: New file.
27705
27706         Module strerror.
27707         * m4/strerror.m4: New file.
27708
27709         Module mktime.
27710         * m4/mktime.m4: Renamed from jm-mktime.m4.
27711         (gl_PREREQ_MKTIME): New macro.
27712         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
27713
27714         Module malloc.
27715         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
27716         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
27717         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
27718
27719         Module realloc.
27720         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
27721         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
27722         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
27723
27724         Module strftime.
27725         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
27726         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
27727         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
27728         gl_TM_GMTOFF.
27729         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
27730
27731         Module xalloc.
27732         * m4/xalloc.m4: New file.
27733
27734         Module alloca.
27735         * m4/alloca.m4: New file.
27736
27737         Module putenv.
27738         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
27739         (jm_FUNC_PUTENV): Invoke it.
27740
27741         Module setenv.
27742         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
27743         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
27744         when invoked twice.
27745         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
27746         gt_FUNC_SETENV.
27747
27748         Module memrchr.
27749         * m4/memrchr.m4: New file.
27750
27751         Module stpcpy.
27752         * m4/stpcpy.m4: New file.
27753
27754         Module strcase.
27755         * m4/strcase.m4: New file.
27756
27757         Module strdup.
27758         * m4/strdup.m4: New file.
27759
27760         Module strnlen.
27761         * m4/strnlen.m4: New file.
27762
27763         Module strndup.
27764         * m4/strndup.m4: New file.
27765
27766         Module xstrtod.
27767         * m4/xstrtod.m4: New file.
27768
27769         Module xstrtol.
27770         * m4/xstrtol.m4: New file.
27771
27772         Module getdate.
27773         * m4/getdate.m4: New file.
27774
27775         Module unlocked-io.
27776         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
27777         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
27778         * m4/jm-glibc-io.m4n: Remove file.
27779
27780         Module long-options.
27781         * m4/long-options.m4: New file.
27782
27783         Module md5.
27784         * m4/md5.m4: New file.
27785
27786         Module sha.
27787         * m4/sha.m4: New file.
27788
27789         Module getstr.
27790         * m4/getstr.m4: New file.
27791
27792         Module getline.
27793         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
27794         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
27795         <sys/types.h>, for size_t. Use the function name gnu_getline, not
27796         simply getline. Infoke gl_PREREQ_GETLINE.
27797
27798         Module obstack.
27799         * m4/obstack.m4: New file.
27800
27801         Module hash.
27802         * m4/hash.m4: New file.
27803
27804         Module readtokens.
27805         * m4/readtokens.m4: New file.
27806
27807         Module strverscmp.
27808         * m4/strverscmp.m4: New file.
27809
27810         Module stdbool.
27811         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
27812         OSF/1.
27813
27814         Module strtoll.
27815         * m4/strtoll.m4: New file.
27816
27817         Module strtoull.
27818         * m4/strtoull.m4: New file.
27819
27820         Module strtoimax.
27821         * m4/strtoimax.m4: New file.
27822
27823         Module strtoumax.
27824         * m4/strtoumax.m4: New file.
27825
27826         Module xstrtoimax.
27827         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
27828         jm_AC_PREREQ_XSTRTOIMAX.
27829         Moved the strtol prerequisites to strtol.m4.
27830         Moved the strtoll prerequisites to strtoll.m4.
27831         Moved the strtoimax prerequisites to strtoimax.m4.
27832
27833         Module xstrtoumax.
27834         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
27835         jm_AC_PREREQ_XSTRTOUMAX.
27836         Moved the strtoul prerequisites to strtoul.m4.
27837         Moved the strtoull prerequisites to strtoull.m4.
27838         Moved the strtoumax prerequisites to strtoumax.m4.
27839
27840         Module chown.
27841         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
27842         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
27843
27844         Module dup2.
27845         * m4/dup2.m4: New file.
27846
27847         Module ftruncate.
27848         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
27849         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
27850
27851         Module getgroups.
27852         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
27853         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
27854
27855         Module gettimeofday.
27856         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
27857         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
27858         gl_PREREQ_GETTIMEOFDAY.
27859
27860         Module mkdir.
27861         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
27862         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
27863
27864         Module mkstemp.
27865         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
27866         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
27867         jm_AC_TYPE_UINTMAX_T.
27868         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
27869
27870         Module stat.
27871         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
27872         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
27873
27874         Module lstat.
27875         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
27876         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
27877
27878         Module timespec.
27879         * m4/timespec.m4 (gl_TIMESPEC): New macro.
27880         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
27881         * m4/st_mtim.m4: Indentation.
27882
27883         Module nanosleep.
27884         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
27885         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
27886         gl_PREREQ_NANOSLEEP.
27887
27888         Module regex.
27889         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
27890         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
27891         (gl_REGEX): New macro.
27892
27893         Module rename.
27894         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
27895         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
27896
27897         Module rmdir.
27898         * m4/rmdir.m4: New file.
27899
27900         Module utime.
27901         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
27902         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
27903         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
27904
27905         Module dirname.
27906         * m4/dirname.m4: New file.
27907
27908         Module getopt.
27909         * m4/getopt.m4: New file.
27910
27911         Module unistd-safer.
27912         * m4/unistd-safer.m4: New file.
27913
27914         Module fnmatch.
27915         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
27916         declaration.
27917         (gl_PREREQ_FNMATCH_EXTRA): New macro.
27918         (gl_FUNC_FNMATCH_POSIX): New macro.
27919         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
27920         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
27921         simply fnmatch.
27922
27923         Module exclude.
27924         * m4/exclude.m4: New file.
27925
27926         Module human.
27927         * m4/human.m4: New file.
27928
27929         Module acl.
27930         * m4/acl.m4: Nop.
27931
27932         Module backupfile.
27933         * m4/backupfile.m4: New file.
27934         * m4/d-ino.m4: Indentation.
27935
27936         Module fsusage.
27937         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
27938         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
27939         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
27940
27941         Module dirfd.
27942         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
27943         requirements.
27944
27945         Module euidaccess.
27946         * m4/euidaccess.m4: New file.
27947
27948         Module file-type.
27949         * m4/file-type.m4: New file.
27950
27951         Module fileblocks.
27952         * m4/fileblocks.m4: New file.
27953
27954         Module filemode.
27955         * m4/filemode.m4: New file.
27956
27957         Module isdir.
27958         * m4/isdir.m4: New file.
27959
27960         Module lchown.
27961         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
27962         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
27963
27964         Module makepath.
27965         * m4/makepath.m4: New file.
27966
27967         Module modechange.
27968         * m4/modechange.m4: New file.
27969
27970         Module mountlist.
27971         * m4/mountlist.m4: New file.
27972         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
27973         Indentation.
27974
27975         Module path-concat.
27976         * m4/path-concat.m4: New file.
27977
27978         Module pathmax.
27979         * m4/pathmax.m4: New file.
27980
27981         Module same.
27982         * m4/same.m4: New file.
27983
27984         Module save-cwd.
27985         * m4/save-cwd.m4: New file.
27986
27987         Module savedir.
27988         * m4/savedir.m4: New file.
27989
27990         Module xgetcwd.
27991         * m4/xgetcwd.m4: New file.
27992         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
27993
27994         Module xreadlink.
27995         * m4/xreadlink.m4: New file.
27996
27997         Module safe-read.
27998         * m4/safe-read.m4: New file.
27999
28000         Module safe-write.
28001         * m4/safe-write.m4: New file.
28002
28003         Module closeout.
28004         * m4/closeout.m4: New file.
28005
28006         Module stdio-safer.
28007         * m4/stdio-safer.m4: New file.
28008
28009         Module getpass.
28010         * m4/getpass.m4: New file.
28011
28012         Module getugroups.
28013         * m4/getugroups.m4: New file.
28014
28015         Module group-member.
28016         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
28017         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
28018
28019         Module idcache.
28020         * m4/idcache.m4: New file.
28021
28022         Module userspec.
28023         * m4/userspec.m4: New file.
28024
28025         Module gettime.
28026         * m4/clock_time.m4: New file.
28027         * m4/gettime.m4: New file.
28028
28029         Module settime.
28030         * m4/settime.m4: New file.
28031
28032         Module posixtm.
28033         * m4/posixtm.m4: New file.
28034
28035         Module gethostname.
28036         * m4/gethostname.m4: New file.
28037
28038         Module canon-host.
28039         * m4/canon-host.m4: New file.
28040
28041         Module gettext.
28042         * m4/codeset.m4: New file, from gettext-0.11.5.
28043         * m4/gettext.m4: New file, from gettext-0.11.5.
28044         * m4/glibc21.m4: New file, from gettext-0.11.5.
28045         * m4/iconv.m4: New file, from gettext-0.11.5.
28046         * m4/intdiv0.m4: New file, from gettext-0.11.5.
28047         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
28048         * m4/inttypes.m4: New file, from gettext-0.11.5.
28049         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
28050         * m4/isc-posix.m4: New file, from gettext-0.11.5.
28051         * m4/lcmessage.m4: New file, from gettext-0.11.5.
28052         * m4/lib-ld.m4: New file, from gettext-0.11.5.
28053         * m4/lib-link.m4: New file, from gettext-0.11.5.
28054         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
28055         * m4/progtest.m4: New file, from gettext-0.11.5.
28056         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
28057         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
28058         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
28059
28060         Module localcharset.
28061         * m4/localcharset.m4: New file.
28062
28063         Module hard-locale.
28064         * m4/hard-locale.m4: New file.
28065
28066         Module mbswidth.
28067         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
28068         onceonly macros.
28069         * m4/mbrtowc.m4: Add comment.
28070
28071         Module memcasecmp.
28072         * m4/memcasecmp.m4: New file.
28073
28074         Module memcoll.
28075         * m4/memcoll.m4: New file.
28076
28077         Module unicodeio.
28078         * m4/unicodeio.m4: New file.
28079
28080         Module rpmatch.
28081         * m4/rpmatch.m4: New file.
28082
28083         Module yesno.
28084         * m4/yesno.m4: New file.
28085
28086         Module exitfail.
28087         * m4/exitfail.m4: New file.
28088
28089         Module c-stack.
28090         * m4/c-stack.m4 (gl_C_STACK): New macro.
28091         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
28092
28093         Module error.
28094         * m4/error.m4 (gl_ERROR): New macro.
28095         (jm_PREREQ_ERROR): Use onceonly macros.
28096
28097         Module fatal.
28098         * m4/fatal.m4: New file.
28099
28100         Module getloadavg.
28101         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
28102         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
28103
28104         Module getpagesize.
28105         * m4/getpagesize.m4: New file.
28106
28107         Module getusershell.
28108         * m4/getusershell.m4: New file.
28109
28110         Module physmem.
28111         * m4/physmem.m4: New file.
28112
28113         Module posixver.
28114         * m4/posixver.m4: New file.
28115
28116         Module quotearg.
28117         * m4/quotearg.m4: New file.
28118
28119         Module quote.
28120         * m4/quote.m4: New file.
28121
28122         Module readutmp.
28123         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
28124
28125         Module sig2str.
28126         * m4/sig2str.m4: New file.
28127
28128         Other.
28129         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
28130         ulonglong.m4.
28131         * m4/intmax_t.m4: New file.
28132         * m4/d-type.m4: Indentation.
28133         * m4/jm-macros.m4: Update.
28134         * m4/prereq.m4 (jm_PREREQ): Update.
28135         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
28136         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
28137         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
28138         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
28139         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
28140         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
28141         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
28142         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
28143         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
28144         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
28145         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
28146         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
28147         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
28148         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
28149         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
28150         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
28151         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
28152         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
28153         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
28154
28155 2002-12-24  Bruno Haible  <bruno@clisp.org>
28156
28157         * MODULES.txt: Update according to m4/ changes.
28158
28159         Module gettext.
28160         * config.rpath: New file, from gettext-0.11.5.
28161
28162         * modules/*: New module descriptions.
28163         * gnulib-tool: New file.
28164         * MODULES.html.sh: New file.
28165
28166 2002-12-21  Karl Berry  <karl@gnu.org>
28167
28168         * doc/fdl.texi: update to version 1.2.
28169
28170 2002-12-19  Karl Berry  <karl@gnu.org>
28171
28172         * config/config.guess: update from prep.
28173
28174 2002-12-18  Bruno Haible  <bruno@clisp.org>
28175
28176         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
28177         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
28178
28179 2002-12-17  Bruno Haible  <bruno@clisp.org>
28180
28181         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
28182         stdlib.h, string.h.
28183
28184 2002-12-17  Bruno Haible  <bruno@clisp.org>
28185
28186         * lib/canon-host.c (strdup): Remove unused declaration.
28187
28188         * lib/fsusage.c: Include full_read.h.
28189         (get_fs_usage): Use full_read instead of safe_read.
28190
28191         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
28192
28193 2002-12-12  Karl Berry  <karl@gnu.org>
28194
28195         * config/config.guess: update from prep.
28196
28197 2002-12-11  Bruno Haible  <bruno@clisp.org>
28198
28199         * m4/setenv.m4: New file, from gettext-0.11.5.
28200
28201 2002-12-11  Bruno Haible  <bruno@clisp.org>
28202
28203         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
28204         not unsetenv().
28205         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
28206         modifications:
28207
28208         2002-12-11  Bruno Haible  <bruno@clisp.org>
28209
28210                 * setenv.c (alloca): Fall back to malloc.
28211                 (freea): New macro.
28212                 (setenv): Use freea() to free memory allocated with alloca().
28213
28214         2002-11-13  Bruno Haible  <bruno@clisp.org>
28215
28216                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
28217                 function declarations.
28218                 * unsetenv.c (unsetenv): Likewise.
28219
28220         2002-03-04  Bruno Haible  <bruno@clisp.org>
28221
28222                 Portability to AIX 4.3.3.
28223                 * unsetenv.c: New file, extracted from setenv.c.
28224                 * setenv.c: Move the unsetenv() function to unsetenv.c.
28225
28226         2001-12-20  Bruno Haible  <bruno@clisp.org>
28227
28228                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
28229                 use malloc instead. For SunOS 4.
28230
28231         2001-12-11  Bruno Haible  <bruno@clisp.org>
28232
28233                 * setenv.c: Declare alloca.
28234                 (compar_fn_t): New typedef.
28235                 (KNOWN_VALUE, STORE_VALUE): Use it.
28236
28237         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
28238         setenv.h.
28239
28240 2002-12-10  Paul Eggert  <eggert@twinsun.com>
28241
28242         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
28243         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
28244         Choose values that are less likely to collide with system fnmatch
28245         options.
28246         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
28247         defined (e.g., a pure POSIX system).
28248         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
28249         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
28250
28251 2002-12-06  Paul Eggert  <eggert@twinsun.com>
28252
28253         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
28254         a pain in practice to deal with generated m4 files.  This change
28255         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
28256
28257         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
28258         and jm-glibc-io.m4, as they are no longer a special case.
28259         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
28260         kludge and the auto-generation stuff.  Check only whether the
28261         functions are declared, not whether they exist, since older hosts
28262         that don't declare the functions can't use the optimization anyway.
28263
28264 2002-12-06  Jim Meyering  <jim@meyering.net>
28265
28266         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
28267
28268         Merge in changes from libc's misc/error.c, in preparation
28269         for the merge of gnulib's changes back into libc.
28270
28271         * lib/error.c (_): Define only if not already defined.
28272         Move definition to follow all #include directives.
28273         Include unlocked-io.h only if !_LIBC.
28274         [_LIBC]: Include <libio/libioP.h>.
28275         [USE_IN_LIBIO]: Include <libio/iolibio.h>
28276         (fflush): Tweak definition to use INTUSE.
28277         (putc): Define.
28278
28279 2002-12-05  Paul Eggert  <eggert@twinsun.com>
28280
28281         * lib/alloca.c [defined emacs]: Include "lisp.h".
28282         (xalloc_die) [defined emacs]: New macro.
28283         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
28284         [! defined emacs]: Include <xalloc.h>.
28285         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
28286         (pointer): Typedef to POINTER_TYPE *.
28287         (malloc): Remove decl; we now always use xmalloc.
28288         (alloca): Use old-style definition, since Emacs needs this.
28289         Check for arithmetic overflow when computing combined size.
28290
28291 2002-12-04  Paul Eggert  <eggert@twinsun.com>
28292
28293         Do not generate unlocked-io.h automatically, since it's easier to
28294         maintain it by hand.
28295
28296         * lib/unlocked-io.h: New file, from GNU diffutils,
28297         but with proper copyright notice and attribution.
28298         * lib/gen-uio: Remove.
28299         * lib/Makefile.am: Add copyright notice.
28300         (libfetish_a_SOURCES): Add unlocked-io.h.
28301         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
28302         (DISTCLEANFILES, io_functions): Remove macros.
28303         (EXTRA_DIST): Remove gen_uio.
28304         (unlocked-io.h): Remove rule.
28305
28306 2002-12-04  Jim Meyering  <jim@meyering.net>
28307
28308         Reflect the fact that stat.c and lstat.c are no longer generated.
28309         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
28310         (DISTCLEANFILES): Likewise.
28311         (EXTRA_DIST): Likewise.
28312         (all_local): Don't depend on stat.c or lstat.c.
28313         (stat.c, lstat.c): Remove rules.
28314         (EXTRA_DIST): Remove xstat.in.
28315
28316         * lib/xstat.in: Remove file.  Contents moved into stat.c.
28317         * lib/stat.c: New file.  Contents mostly from xstat.in.
28318         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
28319         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
28320
28321         * lib/safe-read.c: Rework so that it may serve to define safe_write,
28322         too.
28323         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
28324
28325 2002-12-03  Jim Meyering  <jim@meyering.net>
28326
28327         * lib/safe-read.c, safe-write.c: Change variable names and comments,
28328         but not semantics, to minimize the differences between these two files.
28329         (safe_read): Change comment to mention SAFE_READ_ERROR.
28330
28331         * lib/safe-read.c (IS_EINTR): Define.
28332         (safe_read): Use IS_EINTR in place of in-function cpp directives.
28333
28334 2002-12-02  Jim Meyering  <jim@meyering.net>
28335
28336         * lib/safe-read.c (EINTR): Define.
28337         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
28338         (INT_MAX): Provide fallback.
28339         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
28340
28341         * lib/safe-read.h (SAFE_READ_ERROR): Define.
28342
28343 2002-12-02  Bruno Haible  <bruno@clisp.org>
28344
28345         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
28346         Define, taken from safe-read.c.
28347         (INT_MAX): Provide fallback.
28348         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
28349         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
28350
28351         * lib/safe-read.c (EINTR): Remove definition.
28352         (safe_read): Don't use EINTR if it is absent.
28353
28354 2002-12-01  Jim Meyering  <jim@meyering.net>
28355
28356         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
28357         zero.
28358         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
28359
28360 2002-11-27  Paul Eggert  <eggert@twinsun.com>
28361
28362         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
28363         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
28364         with `if (! (value < limit)) abort ();', for readability.
28365
28366 2002-11-26  Karl Berry  <karl@gnu.org>
28367
28368         * lib/strdup.c: copy from libc again, with jim's ok.
28369         * lib/.cppi-disable: re-add strdup.c
28370
28371 2002-11-25  Karl Berry  <karl@gnu.org>
28372
28373         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
28374         instead of "strtol.c".
28375
28376 2002-11-25  Karl Berry  <karl@gnu.org>
28377
28378         * config/install-sh: update from automake for variable quoting, $0 in
28379         error msgs, etc.
28380
28381         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
28382         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
28383         entry.
28384
28385 2002-11-25  Jim Meyering  <jim@meyering.net>
28386
28387         * lib/mktime.c: Sync from libc, now that it has the latest fix.
28388
28389 2002-11-24  Karl Berry  <karl@gnu.org>
28390
28391         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
28392         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
28393
28394 2002-11-24  Jim Meyering  <jim@meyering.net>
28395
28396         Update from coreutils:
28397
28398         * lib/mktime.c: Merge in changes from libc.
28399
28400         Avoid a link-time failure on some Linux systems.
28401         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
28402         (otherwise).
28403         (__mon_yday): Declare with the STATIC attribute.
28404         (__mktime_internal): Likewise.
28405         Based on a report from Greg Schafer.
28406
28407 2002-11-23  Jim Meyering  <jim@meyering.net>
28408
28409         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
28410         Use `unsigned', not `int', as type of index.
28411
28412         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
28413
28414         * lib/fsusage.c: Remove unneeded parentheses around operands of
28415         `defined'.
28416
28417 2002-11-22  Paul Eggert  <eggert@twinsun.com>
28418
28419         * lib/quotearg.h: Allow multiple inclusion by surrounding with
28420         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
28421         so that we can be included first.
28422         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
28423         * lib/quotearg.c: Include quotearg.h immediately after config.h.
28424         No need to include stddef.h or sys/types.h any more.
28425         Surround local include files with "", not "<>".
28426         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
28427         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
28428         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
28429         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
28430         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
28431         (ISPRINT): Remove; no longer needed now that we assume C89.
28432
28433         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
28434         Preserve errno.
28435
28436         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
28437         quotearg_char): Use SIZE_MAX rather than
28438         (size_t) -1 when we are talking about "infinity".
28439
28440         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
28441
28442 2002-11-22  Paul Eggert  <eggert@twinsun.com>
28443
28444         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
28445         hint that one should use `if (! x) abort ();' rather than `assert
28446         (x);', and anyway it's one less thing to worry about configuring.
28447         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
28448         hash_rehash, hash_insert): Use abort rather than assert.
28449
28450 2002-11-22  Bruno Haible  <bruno@clisp.org>
28451
28452         * lib/safe-read.h: Assume C89. Add comments.
28453         (safe_read): Change return type to size_t.
28454         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
28455         byte counts > SSIZE_MAX correctly.
28456         * lib/safe-write.h: New file.
28457         * lib/safe-write.c: New file.
28458         * lib/full-read.h: New file.
28459         * lib/full-read.c: New file.
28460         * lib/full-write.h: Assume C89. Add comments.
28461         * lib/full-write.c: Include safe-write.h.
28462         (full_write): Rewritten to use safe_write.
28463         Suggested by Jim Meyering and Paul Eggert.
28464
28465 2002-11-21  Jim Meyering  <jim@meyering.net>
28466
28467         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
28468
28469         Merge in changes from the coreutils.
28470
28471         2002-09-25  Paul Eggert  <eggert@twinsun.com>
28472         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
28473         <stdint.h>.
28474         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
28475         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
28476         int.  Work more efficiently if X is the same width as uintmax_t.
28477         Do not compare X to -1, to avoid bogus compiler warning.
28478         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
28479         Don't assume that f_frsize and f_bsize are the same type.
28480
28481         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
28482         warning on FreeBSD.
28483
28484         * lib/makepath.c (make_path): Restore umask *before* creating the final
28485         component.
28486         (make_path): Minor reformatting.
28487
28488         * lib/xmalloc.c: Adjust to work with new autoconf macros,
28489         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
28490         HAVE_MALLOC/HAVE_REALLOC.
28491
28492         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
28493         dummy ones.  At least on GNU/Linux systems, `auto' means something
28494         else.
28495         From Michael Stone.
28496
28497 2002-11-21  Bruno Haible  <bruno@clisp.org>
28498
28499         Remove case insensitive option matching.
28500         * lib/argmatch.h (argcasematch): Remove declaration.
28501         (ARGCASEMATCH): Remove macro.
28502         (__xargmatch_internal): Remove case_sensitive argument.
28503         (XARGMATCH): Update.
28504         (XARGCASEMATCH): Remove macro.
28505         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
28506         case_sensitive argument.
28507         (argcasematch): Remove function.
28508         (__xargmatch_internal): Remove case_sensitive argument.
28509         (main): Use XARGMATCH instead of XARGCASEMATCH.
28510
28511         * lib/xmalloc.c: Change compile-time error message. Add comment about
28512         required autoconf version.
28513
28514 2002-11-20  Paul Eggert  <eggert@twinsun.com>
28515
28516         Merge argmatch cleanups from Bison.  Assume C89.
28517
28518         * lib/argmatch.c: Include config.h here, not in argmatch.h.
28519         Include stdlib.h, for EXIT_FAILURE.
28520         Always include <string.h>, since we assume C89.
28521         (EXIT_FAILURE): Remove pre-C89 bug workaround.
28522         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
28523         Include <stddef.h> instead, since it's all we need for size_t.
28524         (PARAMS): Remove.  All uses removed.
28525         (ARRAY_CARDINALITY): Do not bother to #undef.
28526         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
28527         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
28528         Remove unnecessary parentheses.
28529         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
28530         Insert necessary parentheses.
28531         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
28532         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
28533
28534 2002-11-19  Bruno Haible  <bruno@clisp.org>
28535
28536         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
28537         * lib/mbswidth.h: Include <stddef.h>, for size_t.
28538
28539         * lib/mbswidth.h (PARAMS): Remove macro.
28540         (mbswidth, mbsnwidth): Use ANSI C function declarations.
28541         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
28542
28543         * lib/gcd.h (PARAMS): Remove macro.
28544         (gcd): Use ANSI C function declarations.
28545         * lib/gcd.c (gcd): Likewise.
28546
28547 2002-11-15  Bruno Haible  <bruno@clisp.org>
28548
28549         * lib/strcspn.c: Include <stddef.h>.
28550         (strcspn): Use ANSI C function declaration. Change return type to
28551         size_t. Use NULL.
28552         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
28553         (strpbrk): Use NULL.
28554         * lib/strpbrk.h (PARAMS): Remove macro.
28555         (strpbrk): Use ANSI C function declaration.
28556         * lib/strstr.c: Don't include <sys/types.h>.
28557         * lib/strstr.h (PARAMS): Remove macro.
28558         (strstr): Use ANSI C function declarations.
28559
28560 2002-11-14  Karl Berry  <karl@gnu.org>
28561
28562         * config/mkinstalldirs: `do' on separate line, instead of
28563         `for var; do'.
28564
28565 2002-11-06  Bruno Haible  <bruno@clisp.org>
28566
28567         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
28568         * lib/gcd.c (gcd): Likewise.
28569
28570 2002-11-05  Bruno Haible  <bruno@clisp.org>
28571
28572         * lib/gcd.h: New file, from gettext-0.11.5.
28573         * lib/gcd.c: New file, from gettext-0.11.5.
28574
28575 2002-11-05  Bruno Haible  <bruno@clisp.org>
28576
28577         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
28578         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
28579         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
28580         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
28581
28582         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
28583         <libintl.h>.
28584         * lib/makepath.c: Include gettext.h instead of <locale.h> and
28585         <libintl.h>.
28586
28587         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
28588         * lib/human.c: Include gettext.h instead of <libintl.h>.
28589         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
28590         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
28591         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
28592         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
28593         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
28594         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
28595         (textdomain): Remove definition.
28596         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
28597
28598         * lib/long-options.c: Remove include of <libintl.h> and definition of
28599         _.
28600         * lib/same.c: Remove include of <libintl.h> and definition of _.
28601
28602 2002-11-04  Owen Taylor  <otaylor@redhat.com>
28603
28604         * lib/config.charset: A few additions for Solaris.
28605
28606 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
28607
28608         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
28609         * lib/localcharset.c (locale_charset): Declare as extern "C".
28610
28611 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
28612
28613         * lib/config.charset: msdos in uk_UA uses CP1125.
28614
28615 2002-11-04  Bruno Haible  <bruno@clisp.org>
28616
28617         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
28618         * lib/strcase.h: New file, from GNU gettext-0.11.5.
28619         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
28620         * lib/strstr.h: New file, from GNU gettext-0.11.5.
28621         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
28622
28623 2002-11-04  Bruno Haible  <bruno@clisp.org>
28624
28625         * lib/localcharset.c (locale_charset): Don't return an empty string.
28626
28627 2002-11-04  Bruno Haible  <bruno@clisp.org>
28628
28629         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
28630         aliases.
28631
28632 2002-11-04  Bruno Haible  <bruno@clisp.org>
28633
28634         * lib/config.charset: Update for newest glibc. Add canonical names
28635         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
28636
28637 2002-11-04  Bruno Haible  <bruno@clisp.org>
28638
28639         * lib/config.charset: Add support for NetBSD.
28640
28641 2002-11-04  Bruno Haible  <bruno@clisp.org>
28642
28643         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
28644
28645 2002-11-01  Bruno Haible  <bruno@clisp.org>
28646
28647         * configure.in: Add AC_CONFIG_AUX_DIR call.
28648         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
28649         test/Makefile.
28650         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
28651
28652 2002-09-28  Karl Berry  <karl@gnu.org>
28653
28654         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
28655         installed automake until the next release, since changes have been
28656         made.
28657
28658 2002-09-25  Karl Berry  <karl@gnu.org>
28659
28660         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
28661         * lib/getopt*: copy from libc/posix.
28662         * lib/gettext.h: copy from gettext.
28663         * lib/.cppi-disable: add strdup.c, gettext.h.
28664
28665 2002-09-25  Karl Berry  <karl@gnu.org>
28666
28667         * config/srclist.txt: enable gettext.h check.
28668         * config/config.{guess,sub}: update from prep.
28669         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
28670                 from automake 1.6.3.
28671         See srclist*.
28672
28673 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
28674
28675         * regex.c (PATFETCH): Remove the translating fetch.
28676         (PATFETCH_RAW): Rename to PATFETCH.
28677         (set_image_of_range): New fun.
28678         (SET_RANGE_TABLE_WORK_AREA): Use it.
28679         (regex_compile): Don't translate the pattern chars so eagerly.
28680         Only do it when inserting an `exactn' bytecode or when handling
28681         a char-range.
28682         (mutually_exclusive_p): Avoid empty statement.
28683
28684 2002-07-06  Jim Meyering  <meyering@lucent.com>
28685
28686         * m4/README: Don't mention Makefile.am.in.
28687         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
28688
28689 2002-07-01  Jim Meyering  <meyering@lucent.com>
28690
28691         * lib/c-stack.c: Include sys/time.h.
28692         From Volker Borchert.
28693
28694 2002-06-26  Paul Eggert  <eggert@twinsun.com>
28695
28696         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
28697
28698 2002-06-26  Paul Eggert  <eggert@twinsun.com>
28699
28700         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
28701         New macro.  Use it uniformly instead of
28702         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
28703         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
28704         reported by Vin Shelton.
28705
28706 2002-06-22  Paul Eggert  <eggert@twinsun.com>
28707
28708         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
28709         Do not assume SA_SIGINFO behavior.
28710         Bug reported by Jim Meyering on NetBSD 1.5.2.
28711
28712 2002-06-22  Jim Meyering  <meyering@lucent.com>
28713
28714         * m4/c-stack.m4: New file, from diffutils-2.8.2.
28715         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
28716
28717         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
28718         now that configure.ac uses AC_GNU_SOURCE.
28719         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
28720         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
28721
28722         Update to latest tools.  Suggestions from Paul Eggert.
28723         * m4/stdbool.m4: New file, from diffutils-2.8.2.
28724         * m4/gnu-source.m4: Update from diffutils-2.8.2.
28725         * m4/fnmatch.m4: Likewise.
28726         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
28727         to AC_HEADER_STDBOOL
28728
28729 2002-06-22  Jim Meyering  <meyering@lucent.com>
28730
28731         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
28732         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
28733
28734 2002-06-22  Jim Meyering  <meyering@lucent.com>
28735
28736         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
28737
28738         * lib/exitfail.c, exitfail.h: Likewise.
28739         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
28740
28741         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
28742         of fnmatch.h.
28743         (EXTRA_DIST): Add fnmatch_loop.c.
28744         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
28745
28746         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
28747         * lib/fnmatch.c: Update from diffutils-2.8.2.
28748         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
28749         * lib/fnmatch.h: Remove file.
28750
28751 2002-06-21  Jim Meyering  <meyering@lucent.com>
28752
28753         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
28754         * m4/mbrtowc.m4: Likewise.
28755
28756         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
28757         * m4/mbswidth.m4: Reflect name change:
28758         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
28759         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
28760
28761         * m4/lib-link.m4: Update from gettext-0.11.2.
28762         * m4/gettext.m4: Likewise.
28763
28764         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
28765         From Alfred M. Szmidt.
28766
28767 2002-06-18  Paul Eggert  <eggert@twinsun.com>
28768
28769         * lib/file-type.h: Report an error if neither S_ISREG nor
28770         S_IFREG is defined, instead of using a test specific to glibc
28771         2.2.  This should be safe, since POSIX requires S_ISREG and
28772         Unix Version 7 had S_IFREG.  We don't need to check for
28773         <sys/types.h> since we don't use any symbols that it defines.
28774
28775 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
28776
28777         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
28778         $@-t, so that each temporary file name is unique and valid in the first
28779         8 characters, for operation under DOS.
28780
28781 2002-06-15  Paul Eggert  <eggert@twinsun.com>
28782
28783         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
28784
28785 2002-06-15  Jim Meyering  <meyering@lucent.com>
28786
28787         Work even with DJGPP 2.03, which lacks support for symlinks.
28788         From Richard Dawe.
28789         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
28790         is defined.
28791         * lib/lchown.c (S_ISLNK): Likewise.
28792
28793 2002-06-15  Jim Meyering  <meyering@lucent.com>
28794
28795         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
28796         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
28797         have been included before this file.
28798
28799 2002-06-14  Jim Meyering  <meyering@lucent.com>
28800
28801         * lib/file-type.h: Use the version from diffutils-2.8.2.
28802         * lib/file-type.c: Likewise.
28803
28804 2002-06-07  Jim Meyering  <meyering@lucent.com>
28805
28806         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
28807         They're needed at least for NetBSD 1.5.2.
28808         ($statxfs_includes): Include those same headers.
28809         ($statxfs_includes): Include sys/vfs.h if available.
28810         ($statxfs_includes): Likewise for sys/statvfs.h.
28811         Check for the following members in both structs statfs and statvfs:
28812         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
28813
28814 2002-06-01  Jim Meyering  <meyering@lucent.com>
28815
28816         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
28817         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
28818
28819 2002-05-28  Jim Meyering  <meyering@lucent.com>
28820
28821         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
28822         Reported by Volker Borchert.
28823
28824 2002-05-27  Jim Meyering  <meyering@lucent.com>
28825
28826         Fix a problem seen only on nonconforming systems whereby ls.c's
28827         use of localtime, and then of gettimeofday would cause trouble:
28828         the localtime call used to initialize rpl_gettimeofday's save
28829         mechanism would clobber ls's current local time information so
28830         that in any long listing the first file would always be listed
28831         with date 1970-01-01.  Analysis by Volker Borchert.
28832
28833         * lib/gettimeofday.c (localtime): Undefine.
28834         (rpl_localtime): New function.
28835
28836 2002-05-27  Jim Meyering  <meyering@lucent.com>
28837
28838         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
28839         localtime.
28840
28841         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
28842         use the replacement function; it wouldn't resolve at link time.
28843         Reported by Volker Borchert.
28844
28845 2002-05-22  Jim Meyering  <meyering@lucent.com>
28846
28847         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
28848         file-type.h.
28849         * lib/file-type.h: New file.
28850         * lib/file-type.c (file_type): New file/function.  Extracted from
28851         diffutils.
28852
28853 2002-04-30  Jim Meyering  <meyering@lucent.com>
28854
28855         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
28856
28857 2002-04-29  Paul Eggert  <eggert@twinsun.com>
28858
28859         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
28860
28861 2002-04-29  Paul Eggert  <eggert@twinsun.com>
28862
28863         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
28864         Do not check for alloca.h (no longer used) or stdbool.h (was never
28865         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
28866
28867 2002-04-29  Paul Eggert  <eggert@twinsun.com>
28868
28869         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
28870
28871 2002-04-29  Jim Meyering  <meyering@lucent.com>
28872
28873         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
28874         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
28875         Use AC_FUNC_STRNLEN here instead.
28876
28877         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
28878         With autoconf-2.53a, it's part of AC_PROG_CC.
28879
28880 2002-04-28  Paul Eggert  <eggert@twinsun.com>
28881
28882         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
28883         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
28884
28885 2002-04-28  Paul Eggert  <eggert@twinsun.com>
28886
28887         * lib/sig2str.h, lib/sig2str.c: New files.
28888         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
28889
28890 2002-04-28  Paul Eggert  <eggert@twinsun.com>
28891
28892         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
28893         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
28894         of 127, since 64 is the largest conceivable number for ancient
28895         nonstandard hosts.
28896         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
28897
28898 2002-04-28  Jim Meyering  <meyering@lucent.com>
28899
28900         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
28901
28902 2002-04-24  Jim Meyering  <meyering@lucent.com>
28903
28904         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
28905         (jm_PREREQ): Use it.
28906
28907         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
28908         mach/mach.h fcntl.h.
28909         Check for this function: setlocale.
28910
28911 2002-04-24  Jim Meyering  <meyering@lucent.com>
28912
28913         * lib/gettext.h: New file, from Gettext.
28914         * lib/Makefile.am (INCLUDES): Remove -I../intl.
28915         (libfetish_a_SOURCES): Add gettext.h.
28916
28917 2002-04-16  Jim Meyering  <meyering@lucent.com>
28918
28919         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
28920         ut_pid, ut_id, ut_exit.
28921
28922 2002-04-16  Jim Meyering  <meyering@lucent.com>
28923
28924         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
28925         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
28926         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
28927
28928 2002-04-12  Jim Meyering  <meyering@lucent.com>
28929
28930         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
28931         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
28932         existence of the getmntinfo function.  Needed for Darwin 5.3.
28933
28934         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
28935         This is necessary at least on Darwin 5.3.
28936
28937         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
28938         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
28939         strnlen.o in the library, and that makes some versions of ranlib
28940         object.
28941
28942 2002-04-12  Jim Meyering  <meyering@lucent.com>
28943
28944         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
28945
28946 2002-04-09  Jim Meyering  <meyering@lucent.com>
28947
28948         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
28949         to be more precise.  Rather than saying we're checking whether the
28950         function `works', say what we're testing.
28951         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
28952         Reported by Bruno Haible.
28953
28954 2002-03-10  Jim Meyering  <meyering@lucent.com>
28955
28956         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
28957         Suggestion from Santiago Vila.
28958
28959 2002-03-08  Jim Meyering  <meyering@lucent.com>
28960
28961         * lib/rename.c: Mention that this wrapper is needed also on
28962         mips-dec-ultrix4.4 systems.
28963
28964 2002-03-02  Jim Meyering  <meyering@lucent.com>
28965
28966         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
28967         not HAVE_CLOCK_SETTIME.
28968
28969 2002-02-27  Paul Eggert  <eggert@twinsun.com>
28970
28971         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
28972         Check for clock_settime.
28973
28974 2002-02-27  Paul Eggert  <eggert@twinsun.com>
28975
28976         * lib/nanosleep.h: Rename to....
28977         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
28978
28979         * lib/gettime.c: New file.
28980         * lib/settime.c: New file.
28981         * lib/stime.c: Remove.
28982
28983         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
28984         timespec.h.  Remove nanosleep.h.
28985
28986 2002-02-25  Paul Eggert  <eggert@twinsun.com>
28987
28988         * m4/acl.m4: New file.
28989         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
28990         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
28991
28992 2002-02-25  Paul Eggert  <eggert@twinsun.com>
28993
28994         * lib/acl.c, lib/acl.h: New files.
28995         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
28996
28997 2002-02-24  Jim Meyering  <meyering@lucent.com>
28998
28999         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
29000         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
29001         cause trouble.  Reported by Nelson Beebe.
29002
29003 2002-02-23  Paul Eggert  <eggert@twinsun.com>
29004
29005         * lib/path-concat.c (xpath_concat): Reorder code to pacify
29006         compilers that don't know that xalloc_die never returns.
29007
29008 2002-02-20  Jim Meyering  <meyering@lucent.com>
29009
29010         * lib/getdate.c: Regenerate using bison-1.33.
29011
29012 2002-02-17  Jim Meyering  <meyering@lucent.com>
29013
29014         * config/config.guess (main): Don't use `head -1'; it's no longer
29015         portable. Use `sed 1q' instead.
29016
29017 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
29018
29019         * m4/codeset.m4: Upgrade to gettext-0.11.
29020         * m4/gettext.m4: Upgrade to gettext-0.11.
29021         * m4/glibc21.m4: Upgrade to gettext-0.11.
29022         * m4/iconv.m4: Upgrade to gettext-0.11.
29023         * m4/isc-posix.m4: Upgrade to gettext-0.11.
29024         * m4/lcmessage.m4: Upgrade to gettext-0.11.
29025         * m4/lib-ld.m4: New file, from gettext-0.11.
29026         * m4/lib-link.m4: New file, from gettext-0.11.
29027         * m4/lib-prefix.m4: New file, from gettext-0.11.
29028         * m4/progtest.m4: Upgrade to gettext-0.11.
29029
29030 2002-02-15  Paul Eggert  <eggert@twinsun.com>
29031
29032         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
29033         (jm_PREREQ): Use it.
29034
29035 2002-02-15  Paul Eggert  <eggert@twinsun.com>
29036
29037         * lib/posixver.c, lib/posixver.h: New files.
29038         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
29039
29040 2002-02-02  Paul Eggert  <eggert@twinsun.com>
29041             Bruno Haible  <bruno@clisp.org>
29042
29043         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
29044         (fwrite_success_callback): New declaration.
29045         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
29046         print_unicode_char. Call failure callback instead of error.
29047         (fwrite_success_callback): New function.
29048         (exit_failure_callback): New function.
29049         (fallback_failure_callback): New function.
29050         (print_unicode_char): Call unicode_to_mb.
29051
29052 2002-01-26  Jim Meyering  <meyering@lucent.com>
29053
29054         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
29055         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
29056
29057 2002-01-26  Jim Meyering  <meyering@lucent.com>
29058
29059         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
29060
29061 2002-01-22  Paul Eggert  <eggert@twinsun.com>
29062
29063         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
29064
29065 2002-01-22  Jim Meyering  <meyering@lucent.com>
29066
29067         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
29068         Otherwise, some versions of automake would omit the rule that makes
29069         Makefile from Makefile.in.
29070
29071 2002-01-21  Paul Eggert  <eggert@twinsun.com>
29072
29073         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
29074         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
29075         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
29076         (memcoll): Set errno to zero if there is no error.
29077
29078         * lib/quotearg.c (quotearg_buffer_restyled):
29079         Fix bug with quoting buffers containing NUL when backslashing escapes.
29080         This bug was exposed by the other changes in this patch.
29081         (quotearg_n_options): New arg ARGSIZE.
29082         All callers changed.
29083         (quoting_options_from_style): New function.
29084         (quotearg_n_style): Use it.
29085         (quotearg_n_style_mem): New function.
29086
29087         * lib/quotearg.h (quotearg_n_style_mem): New function.
29088
29089 2002-01-19  Jim Meyering  <meyering@lucent.com>
29090
29091         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
29092         Remove useless quotes: DF_PROG="df".
29093         * m4/strnlen.m4: New file.
29094
29095 2002-01-16  Paul Eggert  <eggert@twinsun.com>
29096
29097         * lib/backupfile.c (ISDIGIT): Comment fix.
29098         * lib/getdate.y (ISDIGIT): Likewise.
29099         * lib/posixtm.c (ISDIGIT, year): Likewise.
29100         * lib/strverscmp.c (ISDIGIT): Likewise.
29101         * lib/userspec.c (ISDIGIT): Likewise.
29102
29103 2002-01-16  Jim Meyering  <meyering@lucent.com>
29104
29105         * lib/getdate.y: Add three semicolons, each just before a closing
29106         brace. Bison (as of version 1.31) no longer papers over that mistake.
29107
29108 2002-01-05  Jim Meyering  <meyering@lucent.com>
29109
29110         * lib/version-etc.c (version_etc_copyright): Update copyright year.
29111
29112 2001-12-19  Paul Eggert  <eggert@twinsun.com>
29113
29114         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
29115         not silently exit merely because the output buffer happens to
29116         have nothing pending.
29117
29118 2001-12-18  Paul Eggert  <eggert@twinsun.com>
29119
29120         See the big note in ../ChangeLog.
29121         * lib/human.c (suffixes): Prefer K to k for 1024.
29122         (generate_suffix_backwards): New function.
29123         (human_readable_inexact): Use it.
29124         * lib/xstrtol.c (__xstrtol): If there is no number but there
29125         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
29126         Accept 'K' as well as 'k'.
29127
29128 2001-12-15  Jim Meyering  <meyering@lucent.com>
29129
29130         * lib/regex.h (__restrict_arr): Update from libc.
29131
29132         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
29133         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
29134         (STREQ): Define.
29135
29136 2001-12-14  Jim Meyering  <meyering@lucent.com>
29137
29138         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
29139         Suggestion from Bruno Haible.
29140
29141 2001-12-10  Jim Meyering  <meyering@lucent.com>
29142
29143         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
29144         xrealloc, Instead, include "xalloc.h".
29145         (initbuffer): Don't cast xmalloc return value to char*.
29146         (readline): Reword comment.
29147         Don't cast xrealloc return value to char*
29148         Return NULL, not 0.
29149
29150 2001-12-09  Jim Meyering  <meyering@lucent.com>
29151
29152         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
29153         about `signed and unsigned type in conditional expression'.
29154         * lib/posixtm.c (posix_time_parse): Likewise.
29155
29156         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
29157
29158         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
29159         to avoid a pedantic warning.
29160
29161         * lib/getstr.c: Don't include assert.h.
29162         (getstr): Remove warning-evoking assertions.
29163         Return -1 if offset parameter is out of bounds.
29164         Change the type of a local from int to size_t.
29165
29166         * lib/strftime.c (my_strftime_localtime_r): Include this function
29167         definition in the `#if ! HAVE_TM_GMTOFF' block.
29168
29169         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
29170         Include xalloc.h instead.
29171
29172 2001-12-02  Jim Meyering  <meyering@lucent.com>
29173
29174         * lib/tempname.c: Don't declare getenv, thus reverting the change of
29175         2001-11-18.  It's no longer necessary, now that stdlib.h is always
29176         included.
29177
29178         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
29179         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
29180
29181 2001-11-30  Akim Demaille  <akim@epita.fr>
29182
29183         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
29184         before being defined.
29185
29186 2001-11-27  Paul Eggert  <eggert@twinsun.com>
29187
29188         * lib/quotearg.h (quotearg_n, quotearg_n_style):
29189         First arg is int, not unsigned.
29190         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
29191         (SIZE_MAX, UINT_MAX): New macros.
29192         (quotearg_n_options): Abort if N is negative.
29193         Avoid overflow check on hosts where size_t is 64 bits and int
29194         is 32 bits, as overflow is impossible there.
29195         Fix off-by-one typo that caused unnecessary reallocation.
29196
29197 2001-11-27  Jim Meyering  <meyering@lucent.com>
29198
29199         * lib/tempname.c: Merge with version from libc.
29200         * lib/regex.c: Likewise.
29201
29202         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
29203         systems for which STDC_HEADERS is 0, it was not included, resulting in
29204         a warning about an integer-to-pointer conversion problem with getenv.
29205         Reported by Volker Borchert.
29206
29207 2001-11-26  Jim Meyering  <meyering@lucent.com>
29208
29209         * lib/gtod.h: Remove file.
29210         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
29211         * lib/gettimeofday.c: Don't include gtod.h.
29212         (GTOD_init): Remove function.
29213         (rpl_gettimeofday): Do its job here instead, rather than aborting.
29214         Suggestion from Volker Borchert.
29215
29216 2001-11-23  Jim Meyering  <meyering@lucent.com>
29217
29218         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
29219         it.
29220         * lib/hash.c (struct hash_table): Define it here instead.
29221
29222 2001-11-22  Jim Meyering  <meyering@lucent.com>
29223
29224         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
29225
29226 2001-11-20  Jim Meyering  <meyering@lucent.com>
29227
29228         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
29229         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
29230
29231 2001-11-19  Jim Meyering  <meyering@lucent.com>
29232
29233         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
29234         directory.  Use "conftestXXXXXX" as the template.
29235         Suggestion from Paul Eggert.
29236
29237         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
29238         immediately, so the test doesn't mistakenly hit the max-open-files
29239         limit.
29240
29241 2001-11-18  Paul Eggert  <eggert@twinsun.com>
29242
29243         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
29244         (TEMPORARIES): New macro.
29245         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
29246         removes an artificial limitation (e.g. HP-UX 10.20, where
29247         TMP_MAX is 17576).
29248
29249 2001-11-18  Jim Meyering  <meyering@lucent.com>
29250
29251         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
29252
29253 2001-11-18  Jim Meyering  <meyering@lucent.com>
29254
29255         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
29256         on SunOS 4.
29257
29258         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
29259         files will be created before anything else.
29260
29261 2001-11-17  Paul Eggert  <eggert@twinsun.com>
29262
29263         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
29264         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
29265
29266 2001-11-17  Jim Meyering  <meyering@lucent.com>
29267
29268         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
29269         Prompted by a report from Bob Proulx.
29270
29271         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
29272         Instead, require UTILS_FUNC_MKSTEMP.
29273
29274 2001-11-17  Jim Meyering  <meyering@lucent.com>
29275
29276         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
29277         Now, that's done as part of AC_FUNC_STRTOD.
29278
29279 2001-11-17  Jim Meyering  <meyering@lucent.com>
29280
29281         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
29282         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
29283         rather than group writable.  Patch by Juan F. Codagnone.
29284
29285         * lib/readtokens.c: Remove explicit declarations of xmalloc and
29286         xrealloc, Instead, include "xalloc.h".
29287
29288         * lib/mountlist.c: Include unlocked-io.h after all system headers.
29289         Remove explicit declarations of xmalloc, xrealloc,
29290         and xstrdup.  Instead, include "xalloc.h".
29291
29292         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
29293         unlocked-io.h.
29294         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
29295         Likewise.
29296         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
29297
29298         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
29299         Reported by Padraig Brady.
29300
29301         * lib/mkstemp.c: #undef mkstemp.
29302         Include config.h.
29303         (rpl_mkstemp): Rename from mkstemp.
29304         Protoize.
29305
29306 2001-11-16  Jim Meyering  <meyering@lucent.com>
29307
29308         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
29309         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
29310         determine the amount of total physical memory, use pstat_getstatic.
29311         HPUX-11 doesn't define _SC_PHYS_PAGES.
29312         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
29313         If sysconf couldn't be used to determine the amount of available
29314         physical memory, use both pstat_getstatic and pstat_getdynamic.
29315         Based on a patch from Bob Proulx.
29316
29317 2001-11-10  Jim Meyering  <meyering@lucent.com>
29318
29319         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
29320         (jm_PREREQ): Use it.
29321
29322 2001-11-09  Jim Meyering  <meyering@lucent.com>
29323
29324         * m4/jm-macros.m4: Require autoconf-2.52f.
29325         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
29326         Use these AC_-prefixed names, not the AM_-prefixed ones.
29327
29328         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
29329
29330 2001-11-05  Jim Meyering  <meyering@lucent.com>
29331
29332         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
29333
29334 2001-11-04  Jim Meyering  <meyering@lucent.com>
29335
29336         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
29337         $DEFS.
29338
29339 2001-11-03  Jim Meyering  <meyering@lucent.com>
29340
29341         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
29342         of AC_DEFUN.
29343
29344         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
29345         know the name of the variable in the macro definition.
29346
29347 2001-11-03  Jim Meyering  <meyering@lucent.com>
29348
29349         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
29350         in argmatch_to_argument call.
29351
29352         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
29353         argument.
29354
29355         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
29356         e.g., a fault due to an attempt to free a NULL pointer.
29357
29358 2001-11-01  Jim Meyering  <meyering@lucent.com>
29359
29360         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
29361         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
29362
29363 2001-11-01  Jim Meyering  <meyering@lucent.com>
29364
29365         * lib/dirfd.c, lib/dirfd.h: New files.
29366         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
29367
29368         * lib/hash.c (hash_print) [TESTING]: Clean up.
29369
29370 2001-10-22  Paul Eggert  <eggert@twinsun.com>
29371
29372         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
29373         to avoid a warning if -Wall.
29374
29375 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
29376
29377         * README: New file
29378         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
29379         (per RMS's instructions, this is now the canonical source)
29380         * lgpl/, gpl/: New directories.
29381
29382 2001-10-21  Paul Eggert  <eggert@twinsun.com>
29383
29384         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
29385
29386 2001-10-21  Jim Meyering  <meyering@lucent.com>
29387
29388         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
29389         this code would end up calling gettext even in packages built
29390         with --disable-nls.
29391         * lib/getopt.c (_): Likewise.
29392         * lib/regex.c (_): Likewise.
29393
29394 2001-10-20  Paul Eggert  <eggert@twinsun.com>
29395
29396         * m4/error.m4 (jm_PREREQ_ERROR):
29397         Do not invoke AC_CHECK_FUNCS with strerror_r, as
29398         AC_FUNC_STRERROR_R does that.
29399         Check for strerror declaration.
29400
29401         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
29402         are supposed to have them these days.
29403         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
29404         Merge changes from latest Autoconf CVS.
29405         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
29406         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
29407         POSIX decided to standardize on the int flavor of strerror_r.
29408
29409 2001-10-20  Paul Eggert  <eggert@twinsun.com>
29410
29411         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
29412         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
29413         Use strerror_r that is only a macro, even if it is not a function.
29414         (strerror): Check for HAVE_DECL_STRERROR before declaring.
29415         (private_strerror): Use prototypes, not old-style function definition.
29416         (print_errno_message): New function.
29417         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
29418         char*-flavored one.
29419         (error_tail, error, error_at_line): Use it.
29420
29421 2001-10-11  Jim Meyering  <meyering@lucent.com>
29422
29423         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
29424         and quote_n (1, ... to avoid clobbering a buffer.
29425
29426 2001-10-05  Jim Meyering  <meyering@lucent.com>
29427
29428         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
29429         hash-pjw.h.
29430         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
29431         * lib/hash-pjw.h: New file.
29432
29433 2001-09-30  Jim Meyering  <meyering@lucent.com>
29434
29435         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
29436         `struct fsstat' has the `f_fstypename' member.
29437         Use that to define FS_TYPE, which is now used to make
29438         the getfsstat link test tighter.
29439
29440 2001-09-30  Jim Meyering  <meyering@lucent.com>
29441
29442         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
29443         Include <sys/ucred.h>, for Apple Darwin.
29444         Include sys/mount.h and sys/fs_types.h only if available.
29445         (FS_TYPE): Define.
29446         (read_filesystem_list): Use FS_TYPE.
29447
29448 2001-09-29  Paul Eggert  <eggert@twinsun.com>
29449
29450         * lib/exclude.c (excluded_filename): 0 -> false, since it's
29451         a boolean context.
29452
29453 2001-09-29  Jim Meyering  <meyering@lucent.com>
29454
29455         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
29456         [one-argument getmntent function]): Include stdio.h before mntent.h.
29457         SunOS 4.1.x needs it for the declaration of `FILE'.
29458         Patch by Volker Borchert.
29459
29460         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
29461         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
29462         sys/fs_types.h, and make the link-test for getfsstat guard #include
29463         directives with appropriate #if HAVE_*_H tests so that we can
29464         detect getfsstat on Apple Darwin1.3.7 systems.
29465         Reported by Nelson Beebe.
29466         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
29467
29468 2001-09-28  Paul Eggert  <eggert@twinsun.com>
29469
29470         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
29471         #defines strtoimax.  Also treat the other strto* functions
29472         like strtoimax.
29473
29474         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
29475         Check for strtoul and strtoumax,
29476         as those declarations are made even in the signed case.
29477         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
29478         Likewise, for strtol and strtoimax.
29479
29480 2001-09-28  Paul Eggert  <eggert@twinsun.com>
29481
29482         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
29483         #defines strtoimax.  Also treat the other strto* functions
29484         like strtoimax.
29485
29486         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
29487         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
29488         (strtoimax, strtoumax): Do not declare if already defined as a macro.
29489
29490 2001-09-26  Jim Meyering  <meyering@lucent.com>
29491
29492         Most macros in unlocked-io.h had the wrong number of arguments.
29493         * lib/gen-uio: New script.
29494         (USE_UNLOCKED_IO): Define to 1 if not already defined.
29495         * lib/unlocked-io.hin: Remove file.
29496         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
29497         rather than trying to embed it here.
29498         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
29499         Reported by Padraig Brady.
29500
29501 2001-09-25  Volker Borchert  <bt@teknon.de>
29502
29503         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
29504         `result'.
29505
29506 2001-09-24  Jim Meyering  <meyering@lucent.com>
29507
29508         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
29509
29510 2001-09-23  Jim Meyering  <meyering@lucent.com>
29511
29512         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
29513         instead of the mere test for existence of mntent.h.  The latter
29514         would get a false-positive on AIX 3.4 systems.
29515         In the outer getmntent if-block, don't die if neither of the getmntent
29516         tests succeeds.  Instead, just fall through and continue with the
29517         remaining tests.
29518
29519 2001-09-23  Jim Meyering  <meyering@lucent.com>
29520
29521         * lib/mountlist.c: Remove useless parentheses in #if directives.
29522         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
29523         the deprecated MOUNTED symbol is no longer defined in mntent.h.
29524
29525 2001-09-22  Jim Meyering  <meyering@lucent.com>
29526
29527         * m4/gettext.m4: New file.  From gettext.
29528         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
29529         * m4/progtest.m4: Likewise
29530         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
29531         * m4/glibc21.m4: Likewise.
29532
29533         * m4/libintl.m4: Remove.  No longer used.
29534
29535 2001-09-22  Jim Meyering  <meyering@lucent.com>
29536
29537         * lib/localcharset.c: Update from latest gettext.
29538         * lib/config.charset: Likewise.
29539
29540 2001-09-20  Jim Meyering  <meyering@lucent.com>
29541
29542         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
29543         strtoimax.
29544         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
29545         strtoumax.
29546
29547 2001-09-20  Jim Meyering  <meyering@lucent.com>
29548
29549         * lib/xstrtol.c (strtoimax): Guard declaration with
29550         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
29551         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
29552         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
29553         (strtoumax): Likewise, for completeness (it wasn't necessary).
29554
29555 2001-09-17  Paul Eggert  <eggert@twinsun.com>
29556
29557         * lib/strtoimax.c (HAVE_LONG_LONG):
29558         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
29559         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
29560         to work around bug in IBM C compiler.
29561
29562 2001-09-17  Jim Meyering  <meyering@lucent.com>
29563
29564         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
29565         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
29566         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
29567         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
29568         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
29569         whenever the right hand side need not be expanded by the shell.
29570
29571 2001-09-16  Paul Eggert  <eggert@twinsun.com>
29572
29573         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
29574         library.  It's not correct, as some older glibcs are buggy.
29575         fnmatch wasn't fixed until glibc 2.2.
29576
29577         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
29578         special shell magic here.
29579
29580 2001-09-16  Jim Meyering  <meyering@lucent.com>
29581
29582         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
29583         * m4/jm-macros.m4: Require it.
29584
29585 2001-09-16  Jim Meyering  <meyering@lucent.com>
29586
29587         * lib/mkdir.c: New file.
29588
29589 2001-09-15  Jim Meyering  <meyering@lucent.com>
29590
29591         * m4/jm-macros.m4: Check for help2man.
29592
29593 2001-09-11  Jim Meyering  <meyering@lucent.com>
29594
29595         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
29596         The body, by Paul Eggert, was moved here from configure.in.
29597         * m4/jm-macros.m4: Require UTILS_HOST_OS.
29598
29599 2001-09-04  Paul Eggert  <eggert@twinsun.com>
29600
29601         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
29602         (jm_PREREQ): Use it.
29603
29604 2001-09-04  Paul Eggert  <eggert@twinsun.com>
29605
29606         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
29607         Use ssize_t, not int, to store result of readlink.
29608         Check for ssize_t overflow as well as size_t overflow,
29609         as POSIX says the result of readlink is implementation-defined
29610         when ssize_t overflows.
29611         Remove unnecessary cast to char*.
29612         Use free+malloc instead of realloc, as the storage doesn't need
29613         to be preserved and it's clearer and can be more efficient that way.
29614         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
29615         * lib/xreadlink.h (xreadlink): Update prototype.
29616
29617 2001-09-04  Paul Eggert  <eggert@twinsun.com>
29618
29619         * lib/xgetcwd.c: Revert some of the previous change; intead,
29620         fix the HAVE_GETCWD_NULL code to behave more like the
29621         !HAVE_GETCWD_NULL code used to.
29622
29623         Include "xalloc.h".
29624         (xgetcwd): Do not return NULL when memory is exhausted; instead,
29625         invoke xalloc_die.
29626
29627 2001-09-03  Paul Eggert  <eggert@twinsun.com>
29628
29629         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
29630         sys/param.h, as pathmax.h includes them.
29631
29632 2001-09-03  Paul Eggert  <eggert@twinsun.com>
29633
29634         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
29635         (jm_PREREQ_XGETCWD): New macro.
29636
29637         * m4/getcwd.m4: New file.
29638
29639 2001-09-03  Paul Eggert  <eggert@twinsun.com>
29640
29641         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
29642         like the HAVE_GETCWD_NULL code.
29643         Include pathmax.h if not HAVE_GETCWD.
29644         Do not include xalloc.h.
29645         (INITIAL_BUFFER_SIZE): New symbol.
29646         Do not use xmalloc / xrealloc, since the caller is responsible for
29647         handling errors.  Preserve errno around `free' during failure.
29648         Do not overrun buffer when using getwd.
29649
29650 2001-09-03  Paul Eggert  <eggert@twinsun.com>
29651
29652         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
29653         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
29654         getcwd (NULL, 0).
29655
29656 2001-09-03  Paul Eggert  <eggert@twinsun.com>
29657
29658         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
29659         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
29660         spotted by Jim Meyering.
29661
29662 2001-09-03  Jim Meyering  <meyering@lucent.com>
29663
29664         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
29665         failure.
29666
29667 2001-09-02  Jim Meyering  <meyering@lucent.com>
29668
29669         * lib/error.c: Update from GNU libc.
29670
29671 2001-09-01  Jim Meyering  <meyering@lucent.com>
29672
29673         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
29674         Used by df.
29675
29676 2001-09-01  Jim Meyering  <meyering@lucent.com>
29677
29678         * lib/xreadlink.c: New file.
29679         * lib/xreadlink.h: New file.
29680         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
29681         xreadlink.h.
29682
29683         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
29684         doesn't conflict with sparc Solaris 7's definition in
29685         /usr/include/sys/int_types.h.
29686
29687         * lib/exclude.c: Use `""', not `<>' to #include non-system header
29688         files.
29689         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
29690         and strncasecmp as r-values.  Unixware didn't have declarations.
29691
29692 2001-08-31  Paul Eggert  <eggert@twinsun.com>
29693
29694         * lib/xstrtol.h: Add copyright notice.
29695         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
29696         LONGINT_INVALID_SUFFIX_CHAR.
29697
29698 2001-08-31  Paul Eggert  <eggert@twinsun.com>
29699
29700         * lib/xstrtol.c (strtoimax): New decl.
29701
29702 2001-08-31  Paul Eggert  <eggert@twinsun.com>
29703
29704         * lib/xgetcwd.c: Don't include pathmax.h.
29705         Include stdlib.h and unistd.h if available.
29706         Include xalloc.h.
29707         (xmalloc, xstrdup, free): Remove decls.
29708         (xgetcwd): Don't assume sizes fit in unsigned.
29709         Check for overflow when computing sizes.
29710         Simplify reallocation code.
29711
29712 2001-08-31  Paul Eggert  <eggert@twinsun.com>
29713
29714         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
29715         a directory's st_size can have an arbitrary value, so the old
29716         usage could waste an arbitrary amount of memory.  All uses
29717         changed.
29718         * lib/savedir.h: Update prototype.
29719
29720 2001-08-31  Paul Eggert  <eggert@twinsun.com>
29721
29722         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
29723
29724         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
29725         old strtoimax.c.
29726
29727         Also, make the following further changes to make this file's
29728         configuration more similar to that of strtol.c:
29729         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
29730         (strtoumax, uintmax_t, strtoull, strtol): Remove.
29731         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
29732         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
29733         changed to signed values.
29734
29735         And make the following changes as well:
29736         Fix copyright notice, as 1999 was missing.
29737         (verify): New macro.
29738         (strtoimax): Check sizes at compile-time, not run-time.
29739         Prefer strtol to strtoll if both work.
29740         (main): Remove; it was not that useful and was a pain to maintain.
29741
29742         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
29743
29744 2001-08-31  Jim Meyering  <meyering@lucent.com>
29745
29746         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
29747         Use an initial, malloc'd, buffer of length 128 rather than
29748         a statically allocated one of length 1024.
29749
29750 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29751
29752         Simplify code, partly by assuming autoconf 2.52 semantics.
29753
29754         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
29755
29756         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
29757         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
29758         All uses removed.
29759         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
29760         Move AC_REQUIRE to next-to-top level, to avoid confusion.
29761         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
29762         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
29763         jm_AC_HEADER_INTTYPES_H.
29764         * m4/jm-macros.m4 (jm_MACROS): Likewise.
29765
29766         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
29767
29768         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
29769         Quote first arg of AC_DEFUN.
29770         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
29771         since they are needed to parse the include file even if we need
29772         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
29773         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
29774         but with opposite signedness.
29775
29776 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29777
29778         Merge 'exclude' changes from tar 1.13.22.
29779         This fixes one or two unlikely storage allocation overflow bugs,
29780         but doesn't change user-visible behavior otherwise.
29781
29782 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29783
29784         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
29785         (jm_PREREQ_EXCLUDE): New macro.
29786
29787 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29788
29789         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
29790         tm to be declared.
29791
29792 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29793
29794         * lib/hash.c: Remove '2001' from copyright notice.
29795
29796 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29797
29798         * lib/full-write.h: New file.
29799         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
29800         * lib/full-write.c: Correct credits, as cccp.c no longer
29801         exists and anyway it was so heavily changed from the old cccp
29802         code as to be unrecognizable.  Include full-write.h.
29803         (full_write) Return size_t, with short writes meaning failure.
29804         All callers changed.  This fixes a bug with large buffers
29805         on 64-bit hosts.
29806         * lib/utime.c: Include full-write.h.
29807
29808 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29809
29810         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
29811         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
29812         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
29813         Include if available.
29814         (<xalloc.h>): Include
29815         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
29816         (verify): New macro.  Use it to verify that EXCLUDE macros do not
29817         collide with FNM macros.
29818         (struct patopts): New struct.
29819         (struct exclude): Use it, as exclude patterns now come with options.
29820         (new_exclude): Support above changes.
29821         (new_exclude, add_exclude_file):
29822         Initial size must now be a power of two to simplify overflow checking.
29823         (free_exclude, fnmatch_no_wildcards): New function.
29824         (excluded_filename): No longer requires options arg, as the options
29825         are determined by add_exclude.  Now returns bool, not int.
29826         (excluded_filename, add_exclude):
29827         Add support for the fancy new exclusion options.
29828         (add_exclude, add_exclude_file): Now takes int options arg.
29829         Check for arithmetic overflow when computing sizes.
29830         (add_exclude_file): xrealloc might modify errno, so don't
29831         realloc until after errno might be used.
29832
29833         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
29834         New macros.
29835         (free_exclude): New decl.
29836         (add_exclude, add_exclude_file): Now takes int options arg.
29837         (excluded_filename): No longer requires options arg, as the options
29838         are determined by add_exclude.  Now returns bool, not int.
29839
29840 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29841
29842         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
29843
29844 2001-08-27  Jim Meyering  <meyering@lucent.com>
29845
29846         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
29847
29848         * lib/version-etc.c (N_): Remove definition.
29849         Revert most of last change.
29850         Instead, simply don't mark the `Copyright...' string for translation.
29851         Based on advice from Paul Eggert.
29852
29853         * lib/strtoxmax.c: Tweak comment.
29854
29855 2001-08-26  Jim Meyering  <meyering@lucent.com>
29856
29857         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
29858
29859         * m4/xstrtoimax.m4: New file.
29860         * m4/xstrtoumax.m4: Add comments explaining why we
29861         AC_REPLACE_FUNCS(strtol).
29862
29863 2001-08-26  Jim Meyering  <meyering@lucent.com>
29864
29865         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
29866         of copyright with `%s' so translators don't get an untranslated
29867         message in 2002.
29868         (COPYRIGHT_YEAR): Define.
29869         (version_etc): Use fprintf rather than fputs.
29870         Suggestion from Ulrich Drepper.
29871
29872         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
29873
29874         * lib/strtoll.c: New file, from GNU libc.
29875         * lib/xstrtoimax.c: New file.
29876
29877         * lib/xstrtol.h: Add xstrtoimax.
29878         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
29879         * lib/strtoimax.c: New file.  Likewise, but first define
29880         STRTOUXMAX_SIGNED.
29881
29882         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
29883         ...
29884         * lib/strtoxmax.c: ... then renamed to this.
29885
29886 2001-08-18  Paul Eggert  <eggert@twinsun.com>
29887
29888         * m4/inttypes.m4: Add AC_PREREQ(2.13).
29889         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
29890         (jm_AC_TYPE_INTMAX_T): New macro.
29891         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
29892
29893         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
29894
29895         * m4/longlong.m4: Renamed from ulonglong.m4.
29896         * m4/inttypes.m4: Renamed from inttypes_h.m4.
29897         * m4/uintmax_t.m4: Removed.
29898
29899 2001-08-13  Paul Eggert  <eggert@twinsun.com>
29900
29901         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
29902         Port to Solaris 8, where 'sed' requires a space after the 'r'
29903         command, and where sh dislikes "$/".  Clean up the spacing a bit.
29904         Redirect output to $tmp just once.
29905
29906 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
29907
29908         * lib/addext.c (<errno.h>): Include.
29909         (errno): Declare if not defined.
29910         (addext): Work correctly when pathconf returns -1 and leaves
29911         errno alone because there is no limit.  Also, work even if
29912         pathconf returns a value greater than SIZE_MAX.
29913
29914 2001-08-12  Jim Meyering  <meyering@lucent.com>
29915
29916         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
29917         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
29918         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
29919         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
29920         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
29921         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
29922         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
29923         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
29924         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
29925         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
29926         utime.m4, utimes.m4, xstrtoumax.m4:
29927         Quote the first argument in each use of AC_DEFUN.
29928
29929 2001-08-12  Jim Meyering  <meyering@lucent.com>
29930
29931         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
29932         Simply `return getcwd (NULL, 0);'.
29933         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
29934         Use 1300 as initial value for length, not PATH_MAX.
29935
29936         * lib/pathmax.h: Clean up cpp syntax.
29937
29938 2001-08-12  Jim Meyering  <meyering@lucent.com>
29939
29940         * lib/gettimeofday.c: New file.
29941         * lib/gtod.h: New file.
29942         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
29943
29944 2001-08-05  Jim Meyering  <meyering@lucent.com>
29945
29946         * m4/jm-macros.m4: Require autoconf-2.52.
29947
29948 2001-08-04  Jim Meyering  <meyering@lucent.com>
29949
29950         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
29951         stmt, to get in sync with glibc.
29952
29953 2001-08-03  Paul Eggert  <eggert@twinsun.com>
29954
29955         The following changes are from gettext 0.10.39 as maintained by
29956         Bruno Haible.
29957
29958         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
29959         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
29960         with inverted sense.  All uses changed.
29961
29962         * lib/mbswidth.c: Don't include <limits.h>.
29963         Include <stdlib.h> and <string.h> unconditionally.
29964         (iswcntrl, mbsinit, ISCNTRL): New macros.
29965         (mbsnwidth): Use K&R style function declarations.
29966         Don't bother checking for MB_LEN_MAX == 1, since the compiler
29967         can optimize it when MB_CUR_MAX == 1.
29968         The width of control characters is zero, not 1.
29969
29970 2001-08-03  Paul Eggert  <eggert@twinsun.com>
29971
29972         The following changes are from gettext 0.10.39 as maintained by
29973         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
29974
29975         * m4/codeset.m4: Upgrade to serial AM1.
29976         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
29977         all uses changed.  Quote first arg of AC_DEFUN.
29978         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
29979
29980         * m4/iconv.m4: Upgrade to serial AM2.
29981         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
29982         Add --with-libconv-prefix.
29983         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
29984         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
29985         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
29986         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
29987         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
29988
29989         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
29990         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
29991         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
29992         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
29993         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
29994         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
29995         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
29996         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
29997         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
29998
29999         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
30000         string.h any more.
30001
30002         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
30003         not the default value.
30004
30005         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
30006         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
30007         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
30008         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
30009         Also check for iswcntrl, used for wcwidth fallback.
30010         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
30011         to Autoconf 2.13.
30012
30013 2001-08-03  Jim Meyering  <meyering@lucent.com>
30014
30015         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
30016         as it was in the original.  Reported by Paul Eggert.
30017
30018 2001-07-16  Jim Meyering  <meyering@lucent.com>
30019
30020         * m4/gettimeofday.m4: New file.
30021         Prompted by a report from Bernhard Baehr.
30022
30023 2001-07-15  Jim Meyering  <meyering@lucent.com>
30024
30025         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
30026         stuff. Now it's in ../Makefile.cfg.
30027
30028 2001-07-15  Jim Meyering  <meyering@lucent.com>
30029
30030         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
30031         (BUILT_SOURCES): Add unlocked-io.h.
30032         (io_functions): Define.
30033         (unlocked-io.h): New rule.
30034         (DISTCLEANFILES): Add unlocked-io.h.
30035         (all-local): Depend on unlocked-io.h, to ensure it is created.
30036
30037         * lib/unlocked-io.hin: New file
30038
30039         * lib/regex.c: Update from glibc.
30040
30041 2001-07-05  Jim Meyering  <meyering@lucent.com>
30042
30043         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
30044         recommendation.
30045         (libfetish_a_SOURCES): Put all .h files here instead.
30046         Remove a thus-exposed (better checks in automake) duplicate and
30047         two unnecessary .h files.
30048
30049 2001-07-04  Jim Meyering  <meyering@lucent.com>
30050
30051         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
30052         that generates jm-glibc-io.m4 so that it doesn't trigger any make
30053         distcheck failure.
30054
30055 2001-07-02  Jim Meyering  <meyering@lucent.com>
30056
30057         The following changes were prompted by suggestions from Bruno Haible.
30058
30059         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
30060         is now generated.
30061         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
30062         definition of EXTRA_DIST.
30063         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
30064         ensure that the generated file is created/updated whenever the list
30065         of $(unlocked_functions) is changed.
30066         (jm-glibc-io.m4): New rule.
30067         (unlocked-io.h): New rule -- currently unused.
30068
30069 2001-06-24  Jim Meyering  <meyering@lucent.com>
30070
30071         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
30072         unmatched right bracket, rather than kludging it with an extra,
30073         falsely-matching quote in a comment.  Patch by Akim Demaille.
30074
30075 2001-06-11  Jim Meyering  <meyering@lucent.com>
30076
30077         * lib/regex.c: Update from GNU libc.
30078
30079 2001-05-27  Jim Meyering  <meyering@lucent.com>
30080
30081         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
30082         Check for ut_type in struct utmp.
30083
30084 2001-05-27  Jim Meyering  <meyering@lucent.com>
30085
30086         * lib/readutmp.h (UT_TYPE): Define.
30087
30088 2001-05-24  Jim Meyering  <meyering@lucent.com>
30089
30090         * lib/argmatch.c: Include "quote.h".
30091         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
30092         quote function.  Reported by Göran Uddeborg.
30093
30094 2001-05-22  Jim Meyering  <meyering@lucent.com>
30095
30096         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
30097         now that we use the package-supplied version unconditionally.
30098         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
30099
30100 2001-05-21  Jim Meyering  <meyering@lucent.com>
30101
30102         * m4/regex.m4: Change a couple backticks to single quotes to avoid
30103         shell syntax errors.
30104
30105 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
30106
30107         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
30108
30109 2001-05-20  Paul Eggert  <eggert@twinsun.com>
30110
30111         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
30112         Don't bother to check library strftime, since
30113         we'll be using our own my_strftime function anyway.
30114         Define my_strftime instead of strftime.
30115
30116 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
30117
30118         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
30119         which is not yet declared.
30120
30121 2001-05-15  Jim Meyering  <meyering@lucent.com>
30122
30123         * m4/regex.m4: Use proper quoting so brackets appear in the test
30124         program.
30125         Reported by, and with help from, Bruno Haible.
30126
30127 2001-05-13  Jim Meyering  <meyering@lucent.com>
30128
30129         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
30130         undefined.
30131
30132 2001-05-11  Paul Eggert  <eggert@twinsun.com>
30133
30134         dirname code cleanup.  base_name now behaves more compatibly
30135         with POSIX basename when given file names that have trailing
30136         slashes, and similarly for dir_name.  Add new primitives
30137         base_len and dir_len.  Put the directory-name-related decls
30138         into dirname.h.
30139
30140         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
30141         * lib/backupfile.c (base_name): Likewise.
30142         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
30143         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
30144         * lib/makepath.c (strip_trailing_slashes): Likewise.
30145         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
30146         ISSLASH): Likewise.
30147         * lib/rename.c (strip_trailing_slashes): Likewise.
30148         * lib/same.c (base_name): Likewise.
30149         * lib/stripslash.c (ISSLASH): Likewise.
30150
30151         * lib/addext.c: Include <dirname.h> after size_t is defined.
30152         * lib/backupfile.c: Likewise.
30153
30154         * lib/addext.c (addext): Use base_len to trim redundant
30155         trailing slashes instead of doing it ourselves.
30156         But do not trim the last slash if it is not redundant.
30157
30158         * lib/backupfile.c (find_backup_file_name,
30159         max_backup_version): Use base_len instead of rolling it ourselves.
30160         Handle the case of "" and (on DOS) "C:" correctly.
30161
30162         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
30163         needed. Include <string.h>, <dirname.h>.
30164         (base_name): Allow file names ending in slashes, other than names
30165         that are all slashes.  In this case, return the basename followed
30166         by the slashes.  This is more general, and can be used in places
30167         where the original base_name purposely had an assertion failure.
30168         (base_len): New function.
30169
30170         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
30171         Do not include <assert.h>; no longer needed.
30172         Include xalloc.h.
30173         (memrchr): Remove decl.
30174         (dir_name_r): Remove.
30175         (dir_len): Renamed from dirlen.  All callers changed.
30176         Rewrite in terms of base_name, for simplicity and consistency.
30177         (dir_name): Never return NULL.  All callers changed.
30178         Do not include <stdlib.h> in test program; no longer needed.
30179         return 0; is fine for test program.
30180
30181         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
30182         New macros.
30183         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
30184
30185         * lib/path-concat.c (path_concat): Use base_len to compute
30186         base length, not strlen; this means we cannot rely on memcpy
30187         to null-terminate.
30188
30189         * lib/same.c (STREQ): Remove.
30190         (same_name): Handle the case where the basename ends in trailing '/'.
30191
30192         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
30193         a slash was stripped.  Do not strip the last slash after a
30194         file system prefix.
30195
30196 2001-05-11  Paul Eggert  <eggert@twinsun.com>
30197
30198         * lib/Makefile.am (libfetish_a_SOURCES):
30199         Add strftime.c, since we now compile it on all hosts.
30200
30201         * lib/strftime.c (my_strftime):
30202         Define to nstrftime if emacs, but only if my_strftime is not defined.
30203         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
30204         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
30205         Add one more extra argument: a nanoseconds value.
30206         All uses changed.
30207         (ns): New macro.
30208         (my_strftime function): Add %N format.
30209         (emacs_strftimeu): Renamed from emacs_strftime,
30210         with extra ut argument.
30211
30212 2001-05-09  Paul Eggert  <eggert@twinsun.com>
30213
30214         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
30215
30216 2001-04-21  Jim Meyering  <meyering@lucent.com>
30217
30218         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
30219         doesn't interfere.
30220
30221 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
30222
30223         * m4/ftruncate.m4: Check for chsize.
30224         Link with ftruncate.o unconditionally if ftruncate is missing.
30225         This was required when cross-compiling to i586-mingw32msvc.
30226
30227 2001-04-08  Jim Meyering  <meyering@lucent.com>
30228
30229         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
30230         recomputed; that's necessary when the offset spans a DST transition.
30231         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
30232
30233 2001-04-02  Jim Meyering  <meyering@lucent.com>
30234
30235         * lib/regex.h, regex.c: Update from GNU libc.
30236
30237 2001-03-24  Jim Meyering  <meyering@lucent.com>
30238
30239         * m4/jm-macros.m4: Require autoconf-2.49d.
30240
30241 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
30242
30243         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
30244
30245 2001-03-19  Paul Eggert  <eggert@twinsun.com>
30246
30247         * lib/version-etc.c (version_etc_copyright): Update to 2001.
30248
30249 2001-03-17  Jim Meyering  <meyering@lucent.com>
30250
30251         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
30252         now that the version in autoconf is equivalent.
30253         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
30254
30255         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
30256         Suggestion from Akim Demaille.
30257
30258         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
30259         (jm_PREREQ_TEMPNAME): New function.
30260
30261 2001-03-16  Paul Eggert  <eggert@twinsun.com>
30262
30263         * lib/tempname.c (uint64_t): Define to uintmax_t if
30264         not defined, and if UINT64_MAX is not defined.
30265         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
30266         Reported by John David Anglin.
30267
30268 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
30269
30270         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
30271         resolve alias if codeset is empty.
30272         * lib/config.charset (BeOS): Use wildcard syntax.
30273
30274 2001-03-13  Jim Meyering  <meyering@lucent.com>
30275
30276         * lib/path-concat.c (path_concat)
30277         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
30278         concatenating e.g., `C:' and `foo'.
30279         From Bruno Haible.
30280
30281 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
30282
30283         * lib/localcharset.c (locale_charset): Don't use
30284         setlocale(LC_CTYPE,NULL). Don't return NULL.
30285         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
30286
30287 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
30288
30289         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
30290         support for DOS/DJGPP.
30291
30292 2001-03-01  Paul Eggert  <eggert@twinsun.com>
30293
30294         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
30295         lacks mkstemp.  Compile our own tempname.c if we compile our own
30296         mkstemp.c, as mkstemp relies on tempname.
30297
30298 2001-03-01  Jim Meyering  <meyering@lucent.com>
30299
30300         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
30301         AH_VERBATIM really does output its argument verbatim.
30302
30303 2001-02-28  Paul Eggert  <eggert@twinsun.com>
30304
30305         * lib/Makefile.am (libfetish_a_SOURCES):
30306         Add dup-safer.c, fopen-safer.c.
30307         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
30308
30309         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
30310         * lib/unistd-safer.h: New files.
30311
30312 2001-02-25  Paul Eggert  <eggert@twinsun.com>
30313
30314         The mkstemp replacement is taken from glibc 2.2.2, with some
30315         portability fixes for use outside glibc, as follows:
30316
30317         * lib/tempname.c (struct_stat64): New macro.
30318         (direxists, __gen_tempname): Use it.
30319         This avoids a portability problem with Solaris 8.
30320
30321         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
30322         (<stddef.h>, <stdint.h>, <string.h>):
30323         Include only if STDC_HEADERS || _LIBC.
30324         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
30325         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
30326         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
30327         (__set_errno): Define this macro if <errno.h> doesn't.
30328         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
30329         Define these macros if <stdio.h> doesn't.
30330         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
30331         Define these macros if <sys/stat.h>
30332         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
30333         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
30334         __xstat64): Define if not _LIBC.
30335         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
30336         (__gen_tempname): Invoke gettimeofday only if
30337         HAVE_GETTIMEOFDAY || _LIBC;
30338         otherwise, fall back on plain "time".
30339         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
30340
30341         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
30342
30343         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
30344
30345 2001-02-18  Paul Eggert  <eggert@twinsun.com>
30346
30347         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
30348
30349 2001-02-17  Paul Eggert  <eggert@twinsun.com>
30350
30351         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
30352         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
30353         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
30354         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
30355
30356 2001-02-17  Paul Eggert  <eggert@twinsun.com>
30357
30358         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
30359         Remove workaround macros for hosts that have mbrtowc but not
30360         mbstate_t, as we now insist on proper declarations for both
30361         before using mbrtowc.
30362
30363 2001-02-17  Jim Meyering  <meyering@lucent.com>
30364
30365         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
30366         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
30367         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
30368         UnixWare 7.1.1.
30369
30370         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
30371         rather than AC_CACHE_VAL.
30372
30373 2001-02-17  Jim Meyering  <meyering@lucent.com>
30374
30375         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
30376         around included file name.
30377
30378         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
30379
30380         * lib/strftime.c: Update from GNU libc (the only changes were to
30381         comments).
30382
30383 2001-02-17  Jim Meyering  <meyering@lucent.com>
30384
30385         * lib/regex.c: Update from libc.
30386
30387 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
30388
30389         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
30390         clash.
30391
30392 2001-02-16  Paul Eggert  <eggert@twinsun.com>
30393
30394         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
30395         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
30396         Reported by Mark Hounschell via Paul Eggert.
30397
30398 2001-02-07  Jim Meyering  <meyering@lucent.com>
30399
30400         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
30401
30402 2001-02-05  Jim Meyering  <meyering@lucent.com>
30403
30404         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
30405         it includes the patch required for `large file' support with at least
30406         HP-UX's 10.20 /bin/cc.
30407
30408 2001-02-03  Jim Meyering  <meyering@lucent.com>
30409
30410         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
30411         AS_IF, now that it works once again (mysteriously).
30412         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
30413
30414 2001-01-30  Jim Meyering  <meyering@lucent.com>
30415
30416         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
30417         * m4/chown.m4: Rename conftestchown to conftest.chown.
30418         * m4/rename.m4: s/conftestdir/conftest.d1/ and
30419         s/conftestdir2/conftest.d2/.
30420         * m4/utimes.m4: s/conftestdata/conftest.data/
30421         Inspired by Pavel Roskin's change in autoconf.
30422
30423 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
30424
30425         * lib/config.charset: Update for FreeBSD 4.2.
30426
30427 2001-01-27  Jim Meyering  <meyering@lucent.com>
30428
30429         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
30430         a use of AS_IF.
30431         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
30432
30433 2001-01-26  Jim Meyering  <meyering@lucent.com>
30434
30435         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
30436         quotearg.c includes it.
30437
30438 2001-01-26  Jim Meyering  <meyering@lucent.com>
30439
30440         * lib/quotearg.c: Include stddef.h.
30441         * lib/quote.c: Include stddef.h.
30442         Reported by Axel Kittenberger.
30443
30444         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
30445         line in double quotes so that it evokes a better diagnostic.
30446         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
30447         Reported by Axel Kittenberger.
30448
30449 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
30450
30451         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
30452         as if it was a `charset'.
30453
30454 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
30455
30456         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
30457         has const.
30458
30459 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
30460
30461         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
30462         to avoid a warning.  Add back 'const' to inptr.
30463
30464 2001-01-20  Jim Meyering  <meyering@lucent.com>
30465
30466         Be sure that headers are checked before used in code compiled
30467         for the type checks.
30468         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
30469         In place of that, invoke jm_CHECK_ALL_TYPES.
30470         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
30471         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
30472         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
30473         The check for ssize_t was mistakenly run before the test for unistd.h.
30474
30475         The configure-time check for stdbool.h was missing.
30476         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
30477         (jm_PREREQ_HASH): New function.
30478
30479 2001-01-17  Jim Meyering  <meyering@lucent.com>
30480
30481         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
30482         for autoconf-2.49c.
30483         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
30484
30485 2001-01-16  Jim Meyering  <meyering@lucent.com>
30486
30487         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
30488         From Bruno Haible.
30489
30490 2001-01-14  Jim Meyering  <meyering@lucent.com>
30491
30492         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
30493         foo and bar.  Create conftestdir/ in the script, not in the C code.
30494         Remove directories in the script, not in the C code.
30495         Remove conftestdir{,2} before trying to create the directory.
30496         Make the entire configure script fail if the mkdir fails.
30497
30498 2001-01-14  Jim Meyering  <meyering@lucent.com>
30499
30500         * lib/rename.c: New file.  From Volker Borchert.
30501         Include stdlib.h, string.h or strings.h, and xalloc.h.
30502         Use strip_trailing_slashes rather than open-coding it.
30503
30504 2001-01-03  Paul Eggert  <eggert@twinsun.com>
30505
30506         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
30507
30508 2001-01-03  Jim Meyering  <meyering@lucent.com>
30509
30510         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
30511         of local `inptr' to avoid warning with some system declarations of
30512         iconv.
30513
30514 2001-01-02  Volker Borchert  <bt@teknon.de>
30515
30516         * m4/rename.m4: New file.
30517         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
30518
30519 2001-01-01  Jim Meyering  <meyering@lucent.com>
30520
30521         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
30522         even on systems with utmpx.h.  It's necessary for the declaration of
30523         utmp's ut_user member.  Reported by Andreas Jaeger.
30524
30525         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
30526         available. They are required for the declarations of getgrgid and
30527         getpwuid resp.
30528         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
30529         Reported by Andreas Jaeger.
30530
30531 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
30532
30533         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
30534         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
30535         so `make install' also works in VPATH builds.
30536
30537 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
30538
30539         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
30540         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
30541         can be used in subdirectories.
30542
30543 2000-12-29  Paul Eggert  <eggert@twinsun.com>
30544
30545         * lib/modechange.c: Do not assume that mode_t uses the
30546         traditional octal encoding.  E.g. "chmod 1 FOO" should set
30547         the other-execute bit of FOO even if S_IXOTH != 1.
30548
30549         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
30550         WOTH, XOTH, ALLM): New macros.
30551         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
30552          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
30553         Use them.
30554         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
30555         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
30556         (mode_compile):
30557         No need to use uintmax_t; unsigned long is long enough.
30558         Don't bother to get suffix since we don't use it.
30559
30560 2000-12-26  Jim Meyering  <meyering@lucent.com>
30561
30562         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
30563         better with autoheader.
30564
30565 2000-12-24  Jim Meyering  <meyering@lucent.com>
30566
30567         * lib/hash.c (is_prime): Return explicit boolean values.
30568         (hash_get_first): Return NULL to appease Irix5.6's 89.
30569         Reported by Nelson Beebe.
30570
30571 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
30572
30573         * lib/localcharset.c (locale_charset): Add support for Win32.
30574
30575 2000-12-18  Paul Eggert  <eggert@twinsun.com>
30576
30577         * lib/physmem.h, lib/physmem.c: New files.
30578
30579         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
30580         (noinst_HEADERS): Add physmem.h.
30581
30582         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
30583         't' for compatibility with Solaris 8 sort.
30584
30585 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
30586
30587         * lib/config.charset: Add support for BeOS.
30588
30589 2000-12-17  Jim Meyering  <meyering@lucent.com>
30590
30591         * m4/dos.m4 (jm_AC_DOS): New file and macro.
30592         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
30593
30594 2000-12-16  Jim Meyering  <meyering@lucent.com>
30595
30596         This bug had a serious impact on chown: `chown N:M FILE' (for integer
30597         N and M) would have treated it like `chown N:N FILE'.
30598
30599         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
30600
30601 2000-12-16  Jim Meyering  <meyering@lucent.com>
30602
30603         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
30604         SHELLS_FILE to a file name that's useful on djgpp systems.
30605         Include stdlib.h.
30606         (ADDITIONAL_DEFAULT_SHELLS): Define.
30607         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
30608         Based mostly on a patch from Prashant TR.
30609
30610 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
30611
30612         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
30613         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
30614         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
30615
30616 2000-12-08  Andreas Schwab  <schwab@suse.de>
30617
30618         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
30619         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
30620
30621 2000-12-07  Jim Meyering  <meyering@lucent.com>
30622
30623         * lib/stripslash.c (ISSLASH): Define.
30624         (strip_trailing_slashes): Use ISSLASH rather than comparing against
30625         `/'.
30626         From Prashant TR.
30627
30628         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
30629         (dir_name_r): Declare this function as static.
30630         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
30631         manifest itself on a name containing a mix of slashes and
30632         backslashes.
30633         Make this function work with names starting with a DOS-style
30634         drive letter and colon prefix.
30635         (dir_name): Append `.' if necessary.
30636         Based mostly on patches from Prashant TR and Eli Zaretskii.
30637
30638         * lib/dirname.h (dir_name_r): Remove prototype.
30639
30640 2000-12-06  Paul Eggert  <eggert@twinsun.com>
30641
30642         * m4/off_t-format.m4: Remove this file.
30643         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
30644
30645 2000-12-06  Jim Meyering  <meyering@lucent.com>
30646
30647         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
30648         replacement strtoull, we may well need the replacement strtoul, too.
30649         Check for declarations of strtoul and strtoull.
30650         Check for strtol.  Mainly as a cue to cause automake to include
30651         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
30652         Check for limits.h -- strtol.c needs it.
30653
30654 2000-12-05  Jim Meyering  <meyering@lucent.com>
30655
30656         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
30657
30658 2000-12-04  Jim Meyering  <meyering@lucent.com>
30659
30660         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
30661         Also include memory.h, stdlib.h, unistd.h if appropriate.
30662         Reported by Andreas Jaeger (conflicting declaration of malloc).
30663
30664 2000-12-02  Jim Meyering  <meyering@lucent.com>
30665
30666         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
30667         * m4/jm-macros.m4 (jm_MACROS): require it.
30668
30669 2000-12-02  Jim Meyering  <meyering@lucent.com>
30670
30671         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
30672
30673 2000-12-01  Paul Eggert  <eggert@twinsun.com>
30674
30675         * lib/memrchr.c: Include <config.h> before any system include file.
30676
30677 2000-11-30  Jim Meyering  <meyering@lucent.com>
30678
30679         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
30680
30681 2000-11-30  Jim Meyering  <meyering@lucent.com>
30682
30683         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
30684
30685 2000-11-29  Paul Eggert  <eggert@twinsun.com>
30686
30687         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
30688
30689 2000-11-26  Jim Meyering  <meyering@lucent.com>
30690
30691         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
30692
30693 2000-11-22  Paul Eggert  <eggert@twinsun.com>
30694
30695         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
30696         size of (size_t) -1; it's not portable.
30697
30698 2000-11-17  Jim Meyering  <meyering@lucent.com>
30699
30700         * lib/strstr.c: Update from GNU libc.
30701
30702 2000-11-17  Akim Demaille  <akim@epita.fr>
30703
30704         * lib/obstack.h: Formatting changes.
30705         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
30706         prevent type checking.
30707         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
30708         cast the value to (void *): assigning a `foo *' to a `void *'
30709         variable is valid.
30710         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
30711
30712 2000-11-16  Jim Meyering  <meyering@lucent.com>
30713
30714         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
30715
30716 2000-11-11  Jim Meyering  <meyering@lucent.com>
30717
30718         * lib/error.c: Add a couple #includes, merging from GNU libc version.
30719
30720 2000-11-10  Jim Meyering  <meyering@lucent.com>
30721
30722         * lib/obstack.h: Update from GNU libc.
30723         * lib/obstack.c: Likewise.
30724
30725 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
30726
30727         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
30728
30729 2000-11-06  Paul Eggert  <eggert@twinsun.com>
30730
30731         * lib/getusershell.c (setusershell): Use rewind rather than
30732         fseek/fseeko, to avoid configuration hassles with fseeko.
30733         Don't bother opening SHELLS_FILE if shellstream is NULL;
30734         it's not necessary.
30735
30736 2000-11-05  Jim Meyering  <meyering@lucent.com>
30737
30738         * lib/makepath.h (make_dir): Declare.
30739         * lib/makepath.c (make_dir): Remove `static' attribute.
30740         Tweak a comment.
30741
30742 2000-11-04  Jim Meyering  <meyering@lucent.com>
30743
30744         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
30745
30746 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
30747
30748         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
30749         last one in a bucket, advance to the next bucket.
30750
30751 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
30752
30753         * lib/fnmatch.c: Do not comment out all the code if we are using
30754         the GNU C library, because in some cases we are replacing buggy
30755         code in the GNU C library itself.
30756
30757 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
30758
30759         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
30760         (regex_compile): Catch bogus \(\1\).
30761
30762 2000-10-30  Paul Eggert  <eggert@twinsun.com>
30763
30764         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
30765         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
30766         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
30767
30768 2000-10-30  Paul Eggert  <eggert@twinsun.com>
30769
30770         * lib/error.h, getline.h, modechange.h:
30771         Remove "2000" from Copyright line, as the file hasn't been
30772         changed this year other than in the copyright notice.
30773
30774         * lib/xalloc.h: Add "2000" to Copyright line, as this file
30775         was changed this year.
30776
30777 2000-10-29  Jim Meyering  <meyering@lucent.com>
30778
30779         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
30780         renaming.
30781         * m4/ls-mntd-fs.m4: Likewise
30782
30783 2000-10-29  Jim Meyering  <meyering@lucent.com>
30784
30785         * lib/xstat.in: Fix grammar in comment.
30786
30787 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
30788
30789         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
30790         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
30791         doesn't define __restrict_arr.
30792
30793 2000-10-28  Jim Meyering  <meyering@lucent.com>
30794
30795         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
30796         (jm_PREREQ_MEMCHR): New function.
30797
30798 2000-10-28  Jim Meyering  <meyering@lucent.com>
30799
30800         * lib/memchr.c: Update from libc.
30801         Adjust for portability:
30802         [HAVE_STDLIB_H]: Include stdlib.h.
30803         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
30804         Undef __memchr, too.
30805         [!weak_alias]: Define __memchr to memchr.
30806
30807         * lib/regex.c: Update from libc.
30808         * lib/regex.h: Likewise.
30809         * lib/getopt1.c: Likewise.
30810         * lib/memcmp.c: Likewise.
30811
30812         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
30813         Avoid using fseek, when possible -- it's broken by design.
30814         Patch by Ulrich Drepper.
30815
30816 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
30817
30818         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
30819         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
30820         Giving in to popular pressure to shut up the compiler with casts.
30821
30822 2000-10-26  Jim Meyering  <meyering@lucent.com>
30823
30824         * lib/strftime.c: Update from libc.
30825
30826 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
30827
30828         * regex.c: More `unsigned char' -> `re_char' changes.
30829         Also change several `int' into `re_wchar_t'.
30830         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
30831         (PUSH_FAILURE_POINTER): Don't cast any more.
30832         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
30833         We want GCC to complain, since this piece of code makes
30834         re_match non-reentrant, which *should* be fixed.
30835         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
30836         (EXTEND_BUFFER): Use RETALLOC.
30837         (SET_LIST_BIT): Don't cast.
30838         (re_wchar_t): New type.
30839         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
30840         that those two functions will always properly return.
30841         (IMMEDIATE_QUIT_CHECK): Cast to void.
30842         (analyse_first): Use recursion rather than an explicit stack.
30843         (re_compile_fastmap): Can't fail anymore.
30844         (re_search_2): Don't check re_compile_fastmap for failure.
30845         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
30846         Now also sets the new value (passed in a new argument).
30847         (re_match_2_internal): Use it.
30848         Also, use a new var `reg' of type size_t when looping through regs
30849         rather than reuse the inappropriate `mcnt'.
30850
30851 2000-10-25  Jim Meyering  <meyering@lucent.com>
30852
30853         * lib/obstack.c: Update from libc.
30854
30855 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
30856
30857         * regex.c (regex_compile): Change the way of handling a range from
30858         a char less than 256 to a char not less than 256.
30859
30860 2000-10-24  Andrew Innes  <andrewi@gnu.org>
30861
30862         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
30863         NT-Emacs only.
30864         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
30865         so that re_search functions only quit when callers expect them to.
30866
30867 2000-10-23  Jim Meyering  <meyering@lucent.com>
30868
30869         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
30870         wrong.  That set_locale call must not have any side effects.
30871         From Paul Eggert.
30872
30873 2000-10-22  Jim Meyering  <meyering@lucent.com>
30874
30875         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
30876         [CYCLIC]: Remove now-unused definition.
30877
30878         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
30879         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
30880         Suggestion from Ulrich Drepper.
30881
30882 2000-10-21  Jim Meyering  <meyering@lucent.com>
30883
30884         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
30885         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
30886         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
30887
30888 2000-10-21  Jim Meyering  <meyering@lucent.com>
30889
30890         * lib/dirname.c (memrchr): Declare if necessary.
30891         (dir_name): Remove the restriction that there be no
30892         trailing slashes.  Now, this code skips past them, effectively
30893         ignoring them.
30894         [TEST_DIRNAME] (main): New unit tests.
30895
30896         * lib/memrchr.c: New file from GNU libc.
30897         Undef __memrchr, too.
30898         [!weak_alias]: Define __memrchr to memrchr.
30899         Guard weak_alias use with `#ifdef weak_alias'.
30900
30901 2000-10-21  Jim Meyering  <meyering@lucent.com>
30902
30903         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
30904         (dir_name): Use dir_name_r.
30905         * lib/dirname.h (dir_name_r): Declare it.
30906
30907 2000-10-17  Jim Meyering  <meyering@lucent.com>
30908
30909         * lib/quote.h (PARAMS): Define and use.
30910         Reported by Akim Demaille.
30911
30912         * lib/getopt.c: Update from libc.
30913
30914 2000-10-16  Jim Meyering  <meyering@lucent.com>
30915
30916         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
30917         setlocale.
30918         From Jan Fedak.
30919
30920 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
30921
30922         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
30923
30924 2000-09-25  Jim Meyering  <meyering@lucent.com>
30925
30926         * lib/md5.h (rol): Define (from GnuPG).
30927
30928         * lib/sha.c: Give credit (GnuPG) where due.
30929         (M): Use rol rather than open-coding it.
30930         Add a FIXME comment.
30931
30932 2000-09-21  Jim Meyering  <meyering@lucent.com>
30933
30934         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
30935         Reported by Michael Stone.
30936
30937 2000-09-20  Jim Meyering  <meyering@lucent.com>
30938
30939         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
30940         (noinst_HEADERS): Add sha.h.
30941         Based on code from Scott G. Miller and from GnuPG.
30942
30943 2000-09-18  Jim Meyering  <meyering@lucent.com>
30944
30945         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
30946         LIBS. Otherwise, everyone ends up linking with -lelf for some
30947         configurations.
30948         Reported by Mike Stone.
30949
30950 2000-09-15  Jim Meyering  <meyering@lucent.com>
30951
30952         * lib/regex.c: Update from libc.
30953
30954 2000-09-10  Jim Meyering  <meyering@lucent.com>
30955
30956         * lib/getopt.c (_getopt_internal): Update from glibc.
30957
30958 2000-09-09  Jim Meyering  <meyering@lucent.com>
30959
30960         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
30961         think it should be used as a general replacement for isascii.
30962         * lib/fnmatch.c: Likewise.
30963         * lib/mbswidth.c: Likewise
30964         * lib/regex.c: Likewise.
30965
30966         Don't use atoi.
30967         * lib/userspec.c: Include sys/param.h and limits.h.
30968         Include xstrtol.h.
30969         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
30970         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
30971         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
30972         UID, GID.  Check range.
30973
30974 2000-09-06  Jim Meyering  <meyering@lucent.com>
30975
30976         * lib/getopt.c (_getopt_internal): Update from glibc.
30977
30978 2000-08-30  Jim Meyering  <meyering@lucent.com>
30979
30980         * lib/strftime.c: Merge in changes from GNU libc.
30981
30982 2000-08-26  Jim Meyering  <meyering@lucent.com>
30983
30984         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
30985         * m4/fpending.m4: New file.
30986
30987 2000-08-26  Jim Meyering  <meyering@lucent.com>
30988
30989         * lib/closeout.c: Include "__fpending.h".
30990         (close_stdout_status): Return right away if there's nothing to flush.
30991
30992         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
30993         * lib/__fpending.c: New file.
30994         * lib/__fpending.h: New file.
30995
30996 2000-08-20  Jim Meyering  <meyering@lucent.com>
30997
30998         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
30999         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
31000         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
31001
31002 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
31003
31004         Improve fileutils installation on systems where running
31005         programs (like install) can't be unlinked.
31006         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
31007         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
31008
31009 2000-08-07  Paul Eggert  <eggert@twinsun.com>
31010
31011         Standardize on "memory exhausted" instead of "Memory exhausted"
31012         or "virtual memory exhausted".
31013         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
31014         "virtual memory exhausted".
31015         * lib/same.c (same_name): Invoke xalloc_die instead of printing
31016         our own message.
31017         * lib/userspec.c (parse_user_spec): Likewise.
31018         * lib/bumpalloc.h: comment fix
31019         * lib/same.c, userspec.c: Include xalloc.h.
31020
31021         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
31022         not char *const and pointing to a constant array.
31023         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
31024         (xrealloc): Comment fix.
31025
31026         * lib/userspec.c (parse_user_spec):
31027         Don't translate a message until just before returning,
31028         to avoid unnecessary translation.
31029
31030 2000-08-07  Jim Meyering  <meyering@lucent.com>
31031
31032         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
31033         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
31034         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
31035         getgroups.c, gethostname.c, getopt.h, group-member.c,
31036         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
31037         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
31038         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
31039         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
31040         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
31041         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
31042         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
31043         yesno.c: Back out Copyright date changes for each file with no change
31044         this year.  This eases coordination with other programs using the same
31045         source code modules.  From Paul Eggert.
31046
31047 2000-08-06  Paul Eggert  <eggert@twinsun.com>
31048
31049         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
31050         not char, for compatibility with glibc 2.1.3 strftime.c.
31051
31052 2000-08-03  Greg McGary  <greg@mcgary.org>
31053
31054         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
31055         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
31056         (EXTEND_BUFFER): Use them.
31057
31058 2000-08-01  Jim Meyering  <meyering@lucent.com>
31059
31060         * lib/dirname.c (ISSLASH): Define.
31061         (BACKSLASH_IS_PATH_SEPARATOR): Define.
31062         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
31063         both `\' and `/' may be use as path separators.
31064         Based on a patch from Prashant TR.
31065
31066 2000-07-31  Paul Eggert  <eggert@twinsun.com>
31067
31068         * lib/quotearg.c (quotearg_n_options): Don't make the initial
31069         slot vector a constant, since it might get modified.
31070
31071 2000-07-31  Jim Meyering  <meyering@lucent.com>
31072
31073         * lib/xmalloc.c: Use `virtual memory exhausted', not
31074         `Memory exhausted'.
31075         * lib/obstack.c (print_and_abort): Likewise.
31076
31077 2000-07-30  Paul Eggert  <eggert@twinsun.com>
31078
31079         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
31080         buffer, so that the caller can always quote one small
31081         component of a "memory exhausted" message in slot 0.
31082         From a suggestion by Jim Meyering.
31083
31084 2000-07-30  Jim Meyering  <meyering@lucent.com>
31085
31086         * lib/makepath.c (make_path): Quote the other instance, too.
31087
31088         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
31089         (STATIC_BUF_SIZE): Define.
31090         (quotearg_n_options): Use only statically allocated storage when
31091         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
31092         than STATIC_BUF_SIZE.
31093
31094 2000-07-29  Jim Meyering  <meyering@lucent.com>
31095
31096         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
31097         * lib/dirname.c (dir_name): Likewise.
31098
31099         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
31100         `/'.
31101
31102         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
31103         (dir_name): Assert that there are no trailing slashes.
31104
31105 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
31106
31107         * lib/mbswidth.h (mbswidth): Add a flags argument.
31108         (mbswidth): New declaration.
31109         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
31110         * lib/mbswidth.c (mbswidth): Add a flags argument.
31111         (mbsnwidth): New function.
31112
31113 2000-07-24  Jim Meyering  <meyering@lucent.com>
31114
31115         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
31116
31117 2000-07-23  Paul Eggert  <eggert@twinsun.com>
31118
31119         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
31120
31121 2000-07-23  Paul Eggert  <eggert@twinsun.com>
31122
31123         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
31124         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
31125         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
31126         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
31127         invoke multibyte primitives.
31128
31129 2000-07-23  Paul Eggert  <eggert@twinsun.com>
31130
31131         * lib/quotearg.c:
31132         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
31133         so that mbstate_t is always defined.
31134
31135         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
31136         be 1 in at least one GCC installation, and this configuration
31137         error is likely to be common.  Ignoring MB_LEN_MAX hurts
31138         performance on hosts that have mbrtowc but have only unibyte
31139         locales, but I assume these hosts are rare.
31140
31141 2000-07-23  Paul Eggert  <eggert@twinsun.com>
31142
31143         * lib/mbswidth.c (_XOPEN_SOURCE):
31144         Don't define; this causes problems on Solaris 7.
31145         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
31146
31147 2000-07-23  Jim Meyering  <meyering@lucent.com>
31148
31149         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
31150         too: getgrgid, getpwuid, getuid.
31151
31152 2000-07-23  Jim Meyering  <meyering@lucent.com>
31153
31154         * lib/basename.c (base_name): Add an assertion.
31155
31156 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
31157
31158         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
31159         shadow its mbsinit function.
31160
31161 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
31162
31163         * lib/mbswidth.h: New file.
31164         * lib/mbswidth.c: New file.
31165         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
31166         (noinst_HEADERS): Add mbswidth.h.
31167
31168 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
31169
31170         * lib/config.charset: Add support for FreeBSD. Improve support for
31171         HP-UX and IRIX 6.
31172
31173 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
31174
31175         * m4/mbswidth.m4: New file.
31176         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
31177
31178 2000-07-15  Jim Meyering  <meyering@lucent.com>
31179
31180         * lib/makepath.c: Include quote.h.
31181         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
31182         corresponding argument in a `quote (...)' call.
31183         Give better diagnostics.
31184
31185         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
31186         (noinst_HEADERS): Add quote.h.
31187
31188         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
31189         from tar's src/misc.c.
31190         * lib/quote.h: New file.  Prototypes for same.
31191
31192 2000-07-14  Paul Eggert  <eggert@twinsun.com>
31193
31194         From a suggestion by Bruno Haible.
31195         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
31196         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
31197         to decide whether to define the BeOS workaround macro;
31198         this adjusts to the change to AC_MBSTATE_T.
31199
31200 2000-07-14  Jim Meyering  <meyering@lucent.com>
31201
31202         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
31203         jm_AC_TYPE_UINTMAX_T.
31204
31205 2000-07-13  Paul Eggert  <eggert@twinsun.com>
31206
31207         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
31208
31209         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
31210         quotearg_buffer_restyled): Add support for
31211         clocale_quoting_style.  Undo previous change to
31212         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
31213         and "{RIGHT QUOTATION MARK}" msgids.
31214
31215 2000-07-10  Paul Eggert  <eggert@twinsun.com>
31216
31217         From a suggestion by Bruno Haible.
31218         * m4/mbstate_t.m4 (AC_MBSTATE_T):
31219         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
31220         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
31221         and mbstate_t, to a single-part test that simply defines mbstate_t.
31222         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
31223         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
31224
31225 2000-07-10  Jim Meyering  <meyering@lucent.com>
31226
31227         * m4/strerror_r.m4: Mirror the correction made in autoconf.
31228
31229         * m4/gnu-source.m4: Output to confdefs.h directly.
31230         Suggestion from Akim Demaille.
31231
31232 2000-07-09  Paul Eggert  <eggert@twinsun.com>
31233
31234         The old behavior of quoting `like this' doesn't look good with
31235         newer, ISO-style fonts.  See:
31236         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
31237
31238         Instead, quote "like this" by default.  Let the translator
31239         tailor the locale-specific quoting behavior by providing
31240         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
31241
31242         * lib/quotearg.c (N_): New macro.
31243         (gettext_default): New function.
31244         (quotearg_buffer_restyled): Use
31245         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
31246         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
31247
31248 2000-07-09  Jim Meyering  <meyering@lucent.com>
31249
31250         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
31251         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
31252
31253         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
31254         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
31255
31256 2000-07-09  Jim Meyering  <meyering@lucent.com>
31257
31258         * lib/Most files: Update copyright dates to include 2000.
31259
31260 2000-07-08  Jim Meyering  <meyering@lucent.com>
31261
31262         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
31263         if not defined.
31264         (xgethostname): Remove now-unnecessary #ifdef.
31265         Move declaration of `err' into loop where it's used.
31266
31267 2000-07-05  Paul Eggert  <eggert@twinsun.com>
31268         and Bruno Haible  <haible@clisp.cons.org>
31269
31270         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
31271         only if the test for an object-type mbstate_t fails.  This
31272         prevents us from mistakenly reporting that mbstate_t is a
31273         system object type after we "#define mbstate_t int" to work
31274         around its lack.
31275
31276 2000-07-05  Paul Eggert  <eggert@twinsun.com>
31277         and Bruno Haible  <haible@clisp.cons.org>
31278
31279         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
31280
31281 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
31282
31283         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
31284         to strerror_r.
31285         Include <ctype.h> for use of isalpha.
31286
31287 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
31288
31289         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
31290         by allocating a larger buffer. Test the gethostname return value for
31291         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
31292         returns an error and ENAMETOOLONG isn't defined.
31293
31294 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
31295
31296         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
31297         dimension.
31298
31299 2000-07-04  Jim Meyering  <meyering@lucent.com>
31300
31301         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
31302         of the deprecated AC_CHECKING.
31303
31304 2000-07-04  Jim Meyering  <meyering@lucent.com>
31305
31306         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
31307         Reported by Bruno Haible.
31308
31309 2000-07-04  Jim Meyering  <meyering@lucent.com>
31310
31311         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
31312         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
31313         lacks mbrtowc.
31314
31315 2000-07-03  Paul Eggert  <eggert@twinsun.com>
31316
31317         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
31318         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
31319
31320 2000-07-03  Paul Eggert  <eggert@twinsun.com>
31321         and Bruno Haible  <haible@clisp.cons.org>
31322
31323         * lib/quotearg.c (mbrtowc):
31324         Assign to *pwc, and return 1 only if result is nonzero.
31325         (iswprint): Use ISPRINT when substituting our own mbrtowc.
31326
31327 2000-07-03  Jim Meyering  <meyering@lucent.com>
31328
31329         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
31330
31331 2000-07-03  Jim Meyering  <meyering@lucent.com>
31332
31333         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
31334         This is necessary to get a definition of e.g., UTMP_FILE on
31335         HP-UX 10.20.
31336         From Bob Proulx.
31337
31338 2000-07-02  Jim Meyering  <meyering@lucent.com>
31339
31340         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
31341
31342         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
31343         AC_LIBOBJ(function_name).
31344         * m4/chown.m4: Likewise.
31345         * m4/fnmatch.m4: Likewise.
31346         * m4/ftruncate.m4: Likewise.
31347         * m4/getgroups.m4: Likewise.
31348         * m4/getline.m4: Likewise.
31349         * m4/group-member.m4: Likewise.
31350         * m4/jm-macros.m4: Likewise.
31351         * m4/lstat.m4: Likewise.
31352         * m4/malloc.m4: Likewise.
31353         * m4/memcmp.m4: Likewise.
31354         * m4/nanosleep.m4: Likewise.
31355         * m4/putenv.m4: Likewise.
31356         * m4/realloc.m4: Likewise.
31357         * m4/regex.m4: Likewise.
31358         * m4/stat.m4: Likewise.
31359         * m4/strftime.m4: Likewise.
31360
31361 2000-07-02  Jim Meyering  <meyering@lucent.com>
31362
31363         * lib/quotearg.c (mbstate_t): Don't define here.
31364
31365 2000-07-02  Jim Meyering  <meyering@lucent.com>
31366
31367         * lib/nanosleep.c (SIGCONT): Define if not already defined.
31368
31369 2000-07-01  Jim Meyering  <meyering@lucent.com>
31370
31371         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
31372
31373 2000-07-01  Jim Meyering  <meyering@lucent.com>
31374
31375         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
31376         problem.
31377
31378 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
31379
31380         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
31381         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
31382
31383 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
31384
31385         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
31386         per change in ../m4/ls-mntd-fs.m4.
31387         (read_filesystem_list): Ignore symbolic links.
31388
31389 2000-06-29  Jim Meyering  <meyering@lucent.com>
31390
31391         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
31392         for declaration of strcmp.
31393
31394         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
31395
31396         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
31397         Avoid warning by casting result to `char *' to remove `const'.
31398
31399 2000-06-28  Jim Meyering  <meyering@lucent.com>
31400
31401         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
31402         included by quotearg.c, for which we perform this test.  From
31403         Bruno Haible.
31404
31405 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
31406
31407         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
31408         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
31409         <utmpx.h> exists, put readutmp.o into LIBOBJS.
31410
31411 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
31412
31413         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
31414
31415 2000-06-26  Paul Eggert  <eggert@twinsun.com>
31416
31417         savedir now sets errno on failure and invokes xmalloc to get memory.
31418         Fix a couple of other minor bugs while we're at it.
31419
31420         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
31421         (NAMLEN): Remove macro.
31422         (malloc, realloc): Remove decls.
31423         (stpcpy): Likewise.
31424         ("xalloc.h"): Include.
31425         (NAME_SIZE_DEFAULT): New macro.
31426         (savedir): Use xmalloc / xrealloc to allocate memory.
31427         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
31428         Skip "" directory entries.
31429         Use strlen to calculate directory entry length, since the old method
31430         is rarely used these days and isn't worth supporting.
31431         Don't use a pointer after freeing it.
31432         Check for integer overflow when calculating allocation size.
31433         Use memcpy to copy entries, instead of stpcpy.
31434         Set errno properly when returning NULL.
31435         Check for readdir error.
31436
31437 2000-06-26  Jim Meyering  <meyering@lucent.com>
31438
31439         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
31440
31441 2000-06-25  Jim Meyering  <meyering@lucent.com>
31442
31443         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
31444         Linux header bug when _XOPEN_SOURCE is defined to 500.
31445
31446 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
31447
31448         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
31449         deficiency.
31450
31451 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
31452
31453         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
31454         Include xalloc.h.
31455         Don't include <stdlib.h>.  Don't declare malloc, realloc.
31456
31457 2000-06-24  Jim Meyering  <meyering@lucent.com>
31458
31459         * m4/strerror_r.m4: Revive this file -- to try out an experimental
31460         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
31461         for which strerror does return char*, but which lacks a conveniently
31462         accessible declaration of the function.  If the compile-test says
31463         strerror_r doesn't work, then resort to a `run'-test that works on
31464         BeOS and segfaults on DEC Unix.
31465
31466 2000-06-24  Jim Meyering  <meyering@lucent.com>
31467
31468         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
31469
31470 2000-06-23  Paul Eggert  <eggert@twinsun.com>
31471
31472         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
31473         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
31474
31475 2000-06-23  Paul Eggert  <eggert@twinsun.com>
31476
31477         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
31478         (mbrtowc, mbstate_t): Define substitutes if
31479         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
31480         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
31481         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
31482
31483 2000-06-23  Jim Meyering  <meyering@lucent.com>
31484
31485         * m4/afs.m4: Add missing AC_MSG_RESULT.
31486         Reported by Bruno Haible.
31487
31488         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
31489         Suggestion from Bruno Haible.
31490
31491 2000-06-23  Jim Meyering  <meyering@lucent.com>
31492
31493         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
31494
31495 2000-06-21  Jim Meyering  <meyering@lucent.com>
31496
31497         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
31498
31499 2000-06-21  Jim Meyering  <meyering@lucent.com>
31500
31501         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
31502         (noinst_HEADERS): Add getstr.h.
31503
31504         * lib/getline.c (getstr): Move into a separate file.
31505         * lib/getstr.c (getstr): New file, extracted from getline.c, with
31506         the following changes: new parameter, delim2; both delim[12]
31507         parameters have type `int', not `char'.  The latter would lose
31508         with 8-bit delimiters.
31509         * lib/getstr.h: New file.
31510
31511 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
31512
31513         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
31514         than 1024, return a memory chunk of least possible size, instead
31515         of size PATH_MAX + 2. In the loop, increment the size proportionally.
31516         Use free/xmalloc instead of xrealloc to avoid copying for very long
31517         paths.
31518
31519 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
31520
31521         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
31522         the empty string.
31523
31524 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
31525
31526         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
31527         address, not strdup.  Include <stdlib.h> and don't declare free().
31528
31529 2000-06-19  Jim Meyering  <meyering@lucent.com>
31530
31531         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
31532
31533 2000-06-18  Jim Meyering  <meyering@lucent.com>
31534
31535         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
31536
31537         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
31538         `checking whether...' message to be consistent with that of the
31539         lstat test.
31540
31541 2000-06-18  Jim Meyering  <meyering@lucent.com>
31542
31543         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
31544         Besides, these days every porting target provides a mkdir function.
31545
31546         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
31547         needed. (this snippet comes from src/system.h).
31548
31549 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
31550
31551         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
31552
31553 2000-06-15  Paul Eggert  <eggert@twinsun.com>
31554
31555         * lib/human.c (adjust_value): New function.
31556         (human_readable_inexact): Apply rounding style even when
31557         printing approximate values.
31558
31559 2000-06-14  Paul Eggert  <eggert@twinsun.com>
31560
31561         * lib/human.c (human_readable_inexact): Allow an input block
31562         size that is not a multiple of the output block size, and vice versa.
31563         Reported by Piergiorgio Sartor.
31564
31565 2000-06-14  Paul Eggert  <eggert@twinsun.com>
31566
31567         * lib/getdate.y (get_date): Apply relative times after time
31568         zone indicator, not before.  Reported by Todd A. Jacobs.
31569
31570 2000-06-13  Jim Meyering  <meyering@lucent.com>
31571
31572         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
31573
31574         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
31575
31576 2000-06-12  Paul Eggert  <eggert@twinsun.com>
31577
31578         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
31579
31580 2000-06-12  Jim Meyering  <meyering@lucent.com>
31581
31582         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
31583         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
31584         optional argument.
31585         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
31586         the optional argument, `lib'.
31587
31588 2000-06-08  Jim Meyering  <meyering@lucent.com>
31589
31590         * m4/largefile.m4: Remove file (now that it's part of autoconf).
31591
31592 2000-06-04  Paul Eggert  <eggert@twinsun.com>
31593
31594         Rewrite largefile configuration so that we don't need to run
31595         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
31596         AC_CANONICAL_HOST in configure.in -- jmm]
31597
31598         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
31599         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
31600         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
31601         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
31602         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
31603         All uses changed.
31604         Instead of inspecting the output of getconf, try to compile the
31605         test program without and with the macro definition.
31606         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
31607         for getconf.  Instead, check for the needed flags by compiling
31608         test programs.
31609
31610 2000-06-04  Paul Eggert  <eggert@twinsun.com>
31611
31612         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
31613
31614 2000-06-04  Jim Meyering  <meyering@lucent.com>
31615
31616         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
31617         SunOS 4.1.4 for which gid_t is an unsigned type.
31618
31619 2000-06-03  Jim Meyering  <meyering@lucent.com>
31620
31621         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
31622         now that autoconf requires that.
31623
31624         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
31625         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
31626         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
31627
31628 2000-06-03  Jim Meyering  <meyering@lucent.com>
31629
31630         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
31631
31632 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
31633
31634         * m4/glibc21.m4: New file.
31635         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
31636
31637 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
31638
31639         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
31640         newer, don't install charset.alias.
31641         * lib/config.charset: Change the Linux/glibc rules so they become empty
31642         on glibc-2.1 or newer.
31643
31644 2000-06-02  Jim Meyering  <meyering@lucent.com>
31645
31646         * lib/mountlist.c: Back out last change.  Instead, do this...
31647         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
31648         me_dummy member using the same `ignore'-testing code.
31649         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
31650         fs_type strings.
31651         From Mark D. Roth.
31652
31653 2000-05-29  Jim Meyering  <meyering@lucent.com>
31654
31655         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
31656         mounts with the `ignore' attribute.  Based on a patch from
31657         Mark D. Roth.
31658
31659 2000-05-28  Jim Meyering  <meyering@lucent.com>
31660
31661         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
31662         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
31663         * m4/stat.m4: Likewise.
31664         * m4/lstat.m4: Likewise.
31665         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
31666
31667         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
31668         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
31669
31670 2000-05-26  Jim Meyering  <meyering@lucent.com>
31671
31672         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
31673
31674 2000-05-24  Jim Meyering  <meyering@lucent.com>
31675
31676         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
31677         autoconf requires that.
31678         * m4/lib-check.m4: Likewise.
31679         * m4/jm-macros.m4: Likewise.
31680         * m4/strftime.m4: Likewise.
31681
31682         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
31683         AC_CHECK_DECLS, now that autoconf requires that.
31684
31685 2000-05-22  Jim Meyering  <meyering@lucent.com>
31686
31687         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
31688         * m4/lstat.m4: Likewise.
31689
31690 2000-05-22  Jim Meyering  <meyering@lucent.com>
31691
31692         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
31693
31694 2000-05-20  Jim Meyering  <meyering@lucent.com>
31695
31696         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
31697         (jm_PREREQ): Use it.
31698
31699 2000-05-18  Jim Meyering  <meyering@lucent.com>
31700
31701         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
31702         back, too, since it may have been modified by allocate_entry.
31703         (hash_delete): Rewrite to use neither the assignment operator
31704         nor the comma operator in an if-expression.
31705
31706 2000-05-15  Paul Eggert  <eggert@twinsun.com>
31707
31708         * lib/closeout.c:
31709         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
31710         Remove; no longer needed.
31711         "quotearg.h": Add include.
31712         (file_name): Do not bother to explicitly initialize to NULL; it's less
31713         efficient on some hosts.
31714         (close_stdout_status): Remove test as to whether stdout was already
31715         closed; it breaks for the case "echo x | sort >&-".
31716         Quote file name colons.
31717         Do not assume that _("write error") lacks format strings.
31718
31719 2000-05-15  Jim Meyering  <meyering@lucent.com>
31720
31721         * lib/version-etc.c (version_etc_copyright): Update the copyright
31722         string used in all --version output.
31723
31724 2000-05-14  Jim Meyering  <meyering@lucent.com>
31725
31726         * lib/closeout.c (close_stdout_set_file_name): New function.
31727         (close_stdout_status): Use new file-scoped global.
31728         Return right away if fstat says the stdout file descriptor is invalid.
31729         * lib/closeout.h (close_stdout_set_file_name): Declare.
31730
31731 2000-05-10  Jim Meyering  <meyering@lucent.com>
31732
31733         * lib/closeout.c [default_exit_status]: New file-scoped variable.
31734         (close_stdout_set_status): New function.
31735         * lib/closeout.h (close_stdout_set_status): Declare.
31736
31737 2000-05-09  Jim Meyering  <meyering@lucent.com>
31738
31739         * m4/gettext.m4: Rename this...
31740         * m4/libintl.m4: ...to this.
31741
31742 2000-05-08  Jim Meyering  <meyering@lucent.com>
31743
31744         * lib/long-options.c: Don't include closeout.h.
31745         (parse_long_options): Don't call close_stdout for --version.
31746
31747 2000-05-06  Paul Eggert  <eggert@twinsun.com>
31748
31749         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
31750         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
31751         2.1.3 bug.  This avoids a clash when files like regex.c define
31752         _GNU_SOURCE.
31753
31754 2000-05-06  Jim Meyering  <meyering@lucent.com>
31755
31756         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
31757         (AC_REPLACE_FUNCS): Add strnlen.
31758
31759         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
31760         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
31761
31762         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
31763         AC_SEARCH_LIBS call for nanosleep.
31764         (LIB_NANOSLEEP): Set and AC_SUBST.
31765
31766 2000-05-06  Jim Meyering  <meyering@lucent.com>
31767
31768         * lib/strnlen.c: Undefine __strnlen and strnlen.
31769         [!weak_alias]: Define __strnlen to strnlen.
31770
31771         * lib/atexit.c: New file, from libiberty.
31772
31773 2000-05-06  Jim Meyering  <meyering@lucent.com>
31774
31775         * lib/closeout.c (close_stdout_status): Also check for errors on the
31776         stderr stream.
31777
31778 2000-05-05  Jim Meyering  <meyering@lucent.com>
31779
31780         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
31781         AC_SEARCH_LIBS call for clock_gettime.
31782         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
31783
31784         * m4/search-libs.m4: Update from autoconf.
31785
31786         su doesn't work on Solaris 2.6.
31787         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
31788         <shadow.h>.  Reported by Dragos Harabor.
31789
31790 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
31791
31792         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
31793         memcpy instead of xmalloc, xrealloc, path_concat.
31794         (locale_charset): Treat empty environment variables as absent.
31795         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
31796
31797 2000-05-04  Jim Meyering  <meyering@lucent.com>
31798
31799         * lib/getopt.c: Update from glibc.
31800         * lib/obstack.c: Likewise.
31801         * lib/obstack.h: Likewise.
31802         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
31803         file
31804
31805         * lib/regex.h: Likewise.
31806         * lib/strndup.c: Likewise.
31807         * lib/strnlen.c: New file, from glibc.
31808
31809 2000-05-03  Jim Meyering  <meyering@lucent.com>
31810
31811         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
31812
31813 2000-05-02  Paul Eggert  <eggert@twinsun.com>
31814
31815         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
31816         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
31817         compile-time test, rather than inspecting host and OS, to
31818         decide whether to define _LARGEFILE_SOURCE.
31819
31820 2000-05-01  Jim Meyering  <meyering@lucent.com>
31821
31822         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
31823
31824         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
31825         Based on a patch from Bruno Haible.
31826
31827 2000-05-01  Jim Meyering  <meyering@lucent.com>
31828
31829         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
31830
31831 2000-04-29  Jim Meyering  <meyering@lucent.com>
31832
31833         * lib/path-concat.c: Declare strdup only if it's not defined.
31834         * lib/canon-host.c: Likewise.
31835
31836 2000-04-28  Jim Meyering  <meyering@lucent.com>
31837
31838         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
31839         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
31840         is included first, then limits.h is included by locale.h by libintl.h.
31841         From John David Anglin.
31842
31843 2000-04-25  Jim Meyering  <meyering@lucent.com>
31844
31845         * lib/makepath.c (S_IRWXUGO): Define.
31846         (make_path): Always perform explicit chmod if MODE specifies any
31847         of the `special' permission bits.  Prompted by a bug report against
31848         install from Mate Wierdl and Joost van Baal.
31849
31850 2000-04-18  Jim Meyering  <meyering@lucent.com>
31851
31852         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
31853         (jm_PREREQ): Use it.
31854
31855 2000-04-18  Jim Meyering  <meyering@lucent.com>
31856
31857         * lib/README: New file.
31858
31859         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
31860         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
31861
31862 2000-04-17  Jim Meyering  <meyering@lucent.com>
31863
31864         Get it right :-)
31865         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
31866         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
31867         Suggestion from Akim Demaille.
31868
31869 2000-04-17  Jim Meyering  <meyering@lucent.com>
31870
31871         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
31872         the definition of it to rpl_strftime also defined-away the system's
31873         declaration.
31874
31875 2000-04-15  Jim Meyering  <meyering@lucent.com>
31876
31877         Use `C' to denote so-called `contiguous' files, the same way
31878         that tar does.
31879         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
31880         (ftypelet): Use S_ISCTG.
31881         From Michael Deutschmann.
31882
31883 2000-04-14  Jim Meyering  <meyering@lucent.com>
31884
31885         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
31886         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
31887         clobbered.
31888
31889 2000-04-14  Jim Meyering  <meyering@lucent.com>
31890
31891         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
31892
31893 2000-04-13  Jim Meyering  <meyering@lucent.com>
31894
31895         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
31896         AH_VERBATIM to insert required #ifndef into config.h.in.
31897         Suggestion from Akim Demaille.
31898
31899 2000-04-12  Jim Meyering  <meyering@lucent.com>
31900
31901         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
31902         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
31903         Christian Krackowizer.
31904
31905         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
31906         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
31907         (AC_SYS_LARGEFILE): Require.
31908         (AM_C_PROTOTYPES): Require.
31909
31910 2000-04-08  Jim Meyering  <meyering@lucent.com>
31911
31912         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
31913         names don't conflict.  Reported by Eli Zaretskii.
31914
31915 2000-04-07  Jim Meyering  <meyering@lucent.com>
31916
31917         * lib/putenv.c: Move inclusion of errno.h so it follows that of
31918         sys/types.h, to work around system header problems on AIX 3.2.5.
31919         From Bruno Haible.
31920
31921 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
31922
31923         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
31924         bug.  Deal with the different error behavior of Irix iconv.
31925
31926 2000-04-05  Paul Eggert  <eggert@twinsun.com>
31927
31928         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
31929         IRIX if the installer said otherwise.
31930
31931 2000-04-05  Jim Meyering  <meyering@lucent.com>
31932
31933         Portability tweaks required for ultrix4.3.
31934         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
31935         (jm_CHECK_DECLS): Add getutent to the list of functions.
31936         (_jm_DECL_HEADERS): Add utmpx.h.
31937         From John David Anglin.
31938
31939         * m4/strftime.m4: Back out the 2000-04-02 change.
31940         Instead of that change, simply undefine putenv in the test program.
31941
31942 2000-04-05  Jim Meyering  <meyering@lucent.com>
31943
31944         Portability tweaks required for ultrix4.3.
31945         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
31946         getutent.
31947         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
31948         * lib/canon-host.c: Declare strdup.
31949         * lib/path-concat.c: Likewise.
31950         From John David Anglin.
31951
31952 2000-04-04  Jim Meyering  <meyering@lucent.com>
31953
31954         Be more DOS 8.3-friendly.
31955         * lib/ref-add.sin: Renamed from ref-add.sed.in.
31956         * lib/ref-del.sin: Renamed from ref-del.sed.in.
31957         * lib/Makefile.am: Reflect renaming.
31958         Reported by Eli Zaretskii.
31959
31960         Use a temporary file name that won't clash with `charset.alias'
31961         in the DOS 8.3 name space.
31962         * lib/Makefile.am (charset_tmp): Define.
31963         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
31964         (uninstall-local): Likewise.
31965         Reported by Eli Zaretskii.
31966
31967 2000-04-03  Jim Meyering  <meyering@lucent.com>
31968
31969         * m4/gettext.m4: Fix typo in comment.
31970
31971         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
31972         textutils/configure.in).  Suggestion from Paul Eggert.
31973         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
31974
31975 2000-04-02  Paul Eggert  <eggert@twinsun.com>
31976
31977         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
31978         variable in the shell rather than using putenv, which isn't
31979         portable.  This avoids the configure-time inter-test dependency
31980         on the potentially-renamed putenv function.
31981
31982 2000-03-30  Paul Eggert  <eggert@twinsun.com>
31983
31984         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
31985         before checking struct stat.st_blksize, so that
31986         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
31987
31988 2000-03-29  Paul Eggert  <eggert@twinsun.com>
31989
31990         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
31991         since strftime.c uses HAVE_STRFTIME to decide whether to use
31992         the underlying strftime.
31993
31994 2000-03-29  Paul Eggert  <eggert@twinsun.com>
31995
31996         * lib/time/strftime.c (my_strftime): Make sure we call the system
31997         strftime, not ourselves, when invoking the underlying strftime.
31998
31999 2000-03-24  Jim Meyering  <meyering@lucent.com>
32000
32001         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
32002         (charset_alias): Define.
32003         (install-exec-local): Factor out common code.
32004         (uninstall-local): Split lines longer than 80.
32005         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
32006         (SUFFIXES): Define.
32007         (.sed.in.sed): New rule.  Don't redirect directly to $@.
32008         (CLEANFILES): Add ref-add.sed and ref-del.sed.
32009
32010 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
32011
32012         * lib/config.charset: Output a line containing "Packages using this
32013         file".
32014         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
32015         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
32016         ref-del.sed): New rules.
32017
32018 2000-03-17  Jim Meyering  <meyering@lucent.com>
32019
32020         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
32021         Otherwise, include <strings.h>
32022
32023 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
32024
32025         * lib/unicodeio.c (utf8_wctomb): New function.
32026         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
32027         format instead of in UCS-4 with platform dependent endianness.
32028
32029 2000-03-10  Jim Meyering  <meyering@lucent.com>
32030
32031         * m4/lib-check.m4: Look for getspnam in -lgen, too.
32032         From Marco Franzen.
32033
32034 2000-03-07  Paul Eggert  <eggert@twinsun.com>
32035
32036         * lib/savedir.c (savedir): Work even if directory size is
32037         negative; this can happen with some screwy NFS configurations.
32038
32039 2000-03-06  Jim Meyering  <meyering@lucent.com>
32040
32041         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
32042         if it's NULL (because we ran out of memory).  From Bruno Haible.
32043
32044 2000-03-05  Jim Meyering  <meyering@lucent.com>
32045
32046         * lib/localcharset.c ("path-concat.h"): Include.
32047         (get_charset_aliases): Use path_concat instead of ANSI string
32048         concatenation.
32049
32050         * lib/unicodeio.h (PARAMS): Define.
32051         Use it to guard prototype.
32052
32053 2000-03-04  Jim Meyering  <meyering@lucent.com>
32054
32055         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
32056         for lib/localcharset.c.
32057
32058 2000-03-04  Jim Meyering  <meyering@lucent.com>
32059
32060         * lib/Makefile.am (install-exec-local): Create $(libdir) before
32061         installing into it.
32062         (uninstall-local): Uncomment this rule so `make distcheck' works
32063         once again.
32064
32065         * lib/unicodeio.c (<errno.h>): Include it.
32066         (errno): Declare if not defined.
32067
32068         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
32069
32070         * lib/config.charset: New version, incorporating remarks from a linux
32071         i18n mailing list.  From Bruno Haible.
32072
32073 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
32074
32075         * m4/codeset.m4: New file.
32076         * m4/iconv.m4: New file.
32077         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
32078
32079 2000-03-03  Jim Meyering  <meyering@lucent.com>
32080
32081         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
32082
32083 2000-03-02  Jim Meyering  <meyering@lucent.com>
32084
32085         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
32086         the messages come out on separate lines.
32087
32088         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
32089         rather than jm_CHECK_DECLARATIONS.
32090         * m4/decl.m4: Remove now-unused file.
32091
32092         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
32093         geteuid.
32094
32095 2000-03-02  Jim Meyering  <meyering@lucent.com>
32096
32097         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
32098
32099 2000-03-01  Jim Meyering  <meyering@lucent.com>
32100
32101         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
32102         * lib/unicodeio.c: Likewise.
32103
32104 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
32105
32106         * lib/config.charset: New file.
32107         * lib/localcharset.c: New file.
32108         * lib/unicodeio.h, lib/unicodeio.c: New files.
32109         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
32110         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
32111         (noinst_HEADERS): Add unicodeio.h.
32112         (all-local, install-exec-local, charset.alias): New targets.
32113
32114 2000-02-28  Paul Eggert  <eggert@twinsun.com>
32115
32116         * lib/quotearg.c (ALERT_CHAR): New macro.
32117         (quotearg_buffer_restyled): Use it.
32118
32119 2000-02-27  Jim Meyering  <meyering@lucent.com>
32120
32121         * m4/check-decl.m4: Add getenv to the list.
32122
32123 2000-02-27  Jim Meyering  <meyering@lucent.com>
32124
32125         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
32126         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
32127
32128         * lib/backupfile.c: Guard inclusion of stdlib.h with
32129         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
32130         Declare malloc if needed.
32131
32132         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
32133         `#ifndef HAVE_DECL..'
32134         now that autoconf always defines the HAVE_DECL_ symbols.
32135         * lib/human.c: Likewise.
32136         * lib/same.c: Likewise.
32137         * lib/strtoumax.c: Likewise.
32138
32139         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
32140         declaration check was not run.
32141         * lib/hash.c: Likewise.
32142         * lib/human.c: Likewise.
32143         * lib/same.c: Likewise.
32144         * lib/strtoumax.c: Likewise.
32145
32146         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
32147         `.', then first look up the entire `.'-containing string as a login
32148         name.
32149
32150 2000-02-23  Jim Meyering  <meyering@lucent.com>
32151
32152         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
32153         in place of my hack.
32154
32155 2000-02-18  Paul Eggert  <eggert@twinsun.com>
32156
32157         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
32158         (textint): New typedef.
32159         (parser_control): Member year changed from int to textint.
32160         All uses changed.
32161         (YYSTYPE): Removed; replaced by %union with int and textint members.
32162         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
32163         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
32164         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
32165         (tSNUMBER, tUNUMBER): Now of type <textintval>.
32166         (date, number, to_year): Use width of number in digits, not its value,
32167         to determine whether it's a 2-digit year, or a 2-digit time.
32168         (yylex): Store number of digits of numeric tokens.
32169         Reported by John Kendall.
32170
32171         (parser_control): Changed from struct parser_control to typedef (for
32172         consistency).  All uses changed.
32173
32174         (tID): Removed; not used.
32175         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
32176
32177 2000-02-14  Paul Eggert  <eggert@twinsun.com>
32178
32179         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
32180         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
32181
32182 2000-02-12  Jim Meyering  <meyering@lucent.com>
32183
32184         * lib/userspec.c (ISDIGIT): Define it.
32185         (isdigit): Remove definition.
32186         (is_number): Use ISDIGIT, not isdigit.
32187         <libintl.h>: Include.
32188         (_ and N_): Define.
32189         (parse_user_spec): Mark translatable strings.
32190
32191 2000-02-10  Jim Meyering  <meyering@lucent.com>
32192
32193         With these changes, nanosleep.[ch] are finally enough like the other
32194         lib/* replacement files to compile on a few more losing systems.
32195
32196         * lib/nanosleep.h: Don't include config.h.
32197         Remove prototype from declaration of nanosleep.
32198         (PARAMS): Remove now-unneeded definition.
32199         * lib/nanosleep.c: #undef nanosleep.
32200         (rpl_nanosleep): Rename from nanosleep.
32201
32202 2000-02-10  Jim Meyering  <meyering@lucent.com>
32203
32204         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
32205         gnu_nanosleep to rpl_nanosleep.
32206
32207 2000-02-09  Jim Meyering  <meyering@lucent.com>
32208
32209         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
32210         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
32211
32212 2000-02-08  Akim Demaille  <akim@epita.fr>
32213
32214         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
32215         `[' and `]' and remove uses of `changequote'.
32216         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
32217         (AC_SYS_LARGEFILE): Likewise.
32218         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
32219         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
32220         of changequote.
32221         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
32222         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
32223         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
32224         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
32225
32226 2000-02-05  Jim Meyering  <meyering@lucent.com>
32227
32228         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
32229         Remove explicit use of AC_HEADER_TIME.  It is required by
32230         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
32231         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
32232         in autoconf whereby the expansion of the latter ended up preceding
32233         the expansion of its prerequisite, AC_HEADER_TIME.
32234         Reported by Volker Borchert.
32235
32236 2000-02-03  Jim Meyering  <meyering@lucent.com>
32237
32238         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
32239
32240 2000-02-03  Jim Meyering  <meyering@lucent.com>
32241
32242         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
32243         rather than with `#if HAVE_UTMPNAME'.
32244
32245 2000-02-02  Jim Meyering  <meyering@lucent.com>
32246
32247         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
32248         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
32249         Reported by Eli Zaretskii.
32250
32251 2000-02-01  Jim Meyering  <meyering@lucent.com>
32252
32253         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
32254
32255 2000-01-31  Jim Meyering  <meyering@lucent.com>
32256
32257         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
32258         functions.  Add the time.h and sys/time.h headers along with the
32259         AC_REQUIRE'ment of AC_HEADER_TIME.
32260
32261 2000-01-31  Jim Meyering  <meyering@lucent.com>
32262
32263         * lib/nanosleep.h (nanosleep): Guard declaration with
32264         `#if ! HAVE_DECL_NANOSLEEP'.
32265         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
32266         the declaration in that vendor's sys/timers.h.
32267         Reported by Christian Krackowizer.
32268
32269         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
32270         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
32271         (ISPRINT): Likewise.
32272         Reported by Tom Tromey.
32273
32274 2000-01-30  Jim Meyering  <meyering@lucent.com>
32275
32276         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
32277
32278         * m4/prereq.m4 (utmp_includes): Define.
32279         Check for ut_user and ut_name members in both struct utmpx
32280         and struct utmp.
32281
32282 2000-01-30  Jim Meyering  <meyering@lucent.com>
32283
32284         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
32285         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
32286         header files where only utmpx.ut_user is declared.
32287
32288         * lib/readutmp.h (UT_USER): Define.
32289
32290 2000-01-29  Jim Meyering  <meyering@lucent.com>
32291
32292         * m4/lib-check.m4: New file containing library-related checks from
32293         fileutils and sh-utils (textutils had none).
32294
32295 2000-01-28  Jim Meyering  <meyering@lucent.com>
32296
32297         * m4/perl.m4: Change format of warning message to look more like that
32298         from the missing script.  Suggestion from François Pinard.
32299
32300 2000-01-25  Jim Meyering  <meyering@lucent.com>
32301
32302         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
32303         well as time.h in the compile check.
32304         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
32305         Fix typo in cross-compiling case: s/yes/no/.
32306
32307 2000-01-23  Jim Meyering  <meyering@lucent.com>
32308
32309         * m4/jm-macros.m4: Move df-related tests here from
32310         fileutils/configure.in
32311
32312         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
32313         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
32314
32315         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
32316         s/space/ac_fsusage_space/.
32317         (jm_FILE_SYSTEM_USAGE): Take two parameters.
32318
32319         * m4/ftruncate.m4: New file (derived from part of
32320         fileutils/configure.in).
32321         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
32322         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
32323
32324         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
32325         AC_SUBST these here, rather than just in sh-util/configure.in, so
32326         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
32327         all the same.
32328         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
32329         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
32330         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
32331         (AC_SUBST(POW_LIBM)): Likewise.
32332         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
32333
32334 2000-01-23  Jim Meyering  <meyering@lucent.com>
32335
32336         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
32337         obstack.c.
32338
32339 2000-01-22  Jim Meyering  <meyering@lucent.com>
32340
32341         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
32342
32343         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
32344
32345         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
32346         configure.in
32347         (AC_CHECK_HEADERS): Likewise for sh-utils.
32348         (AC_CHECK_HEADERS): Likewise for textutils.
32349         Merge the three lists of headers.
32350
32351         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
32352         from fileutils' configure.in.
32353
32354         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
32355         code. Moved tests into their own function (_jm_DECL_HEADERS) in
32356         check-decl.m4.
32357
32358         * m4/check-decl.m4: Use #if rather than #ifdef.
32359         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
32360         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
32361         (_jm_DECL_HEADERS): Define new function.
32362         (jm_CHECK_DECLARATIONS): Require it.
32363
32364 2000-01-22  Jim Meyering  <meyering@lucent.com>
32365
32366         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
32367         [! HAVE_DECL_STRTOULL]: Declare strtoull.
32368         Required for some AIX systems.  Reported by Christian Krackowizer.
32369         [TESTING] (main): New function.
32370
32371         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
32372         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
32373         letters.
32374
32375         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
32376         iswprint.
32377
32378         * lib/strverscmp.c (ISDIGIT): Define.
32379         (strverscmp): Use ISDIGIT, not isdigit.
32380
32381 2000-01-19  Jim Meyering  <meyering@lucent.com>
32382
32383         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
32384         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
32385         defines `struct timespec' in <sys/time.h>
32386
32387         * m4/c-bs-a.m4: Remove uses of changequote altogether.
32388         Thanks to Akim for explaining.
32389
32390 2000-01-17  Paul Eggert  <eggert@twinsun.com>
32391
32392         * lib/nanosleep.c (nanosleep):
32393         Don't use SA_INTERRUPT to decide whether to call sigaction, as
32394         POSIX.1 doesn't require SA_INTERRUPT and some systems
32395         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
32396         it's been part of POSIX.1 since day 1 (in 1988).
32397
32398 2000-01-17  Jim Meyering  <meyering@lucent.com>
32399
32400         * lib/interlock: Remove unused file.  Reported by François Pinard.
32401
32402 2000-01-16  Paul Eggert  <eggert@twinsun.com>
32403
32404         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
32405         alert, backslash, formfeed, and vertical tab unnecessarily in
32406         shell quoting style.
32407
32408 2000-01-16  Jim Meyering  <meyering@lucent.com>
32409
32410         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
32411         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
32412         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
32413         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
32414
32415 2000-01-16  Jim Meyering  <meyering@lucent.com>
32416
32417         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
32418         because the latter didn't work.
32419
32420 2000-01-15  Jim Meyering  <meyering@lucent.com>
32421
32422         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
32423         (AC_REPLACE_FUNCS): Add memcpy and memset.
32424         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
32425         Add strpbrk.
32426         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
32427
32428 2000-01-12  Jim Meyering  <meyering@lucent.com>
32429
32430         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
32431         (jm_PREREQ): Use it.
32432         (jm_PREREQ_READUTMP): New macro.
32433         (jm_PREREQ): Use it.
32434
32435 2000-01-11  Paul Eggert  <eggert@twinsun.com>
32436
32437         Quote multibyte characters correctly.
32438         * m4/c-bs-a.m4: New file.
32439         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
32440         (jm_PREREQ): Use it.
32441
32442 2000-01-11  Paul Eggert  <eggert@twinsun.com>
32443
32444         * m4/uintmax_t.m4: Port to autoconf 2.13.
32445
32446 2000-01-08  Jim Meyering  <meyering@ascend.com>
32447
32448         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
32449         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
32450
32451 2000-01-04  Jim Meyering  <meyering@ascend.com>
32452
32453         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
32454         jm_STRUCT_DIRENT_D_TYPE.
32455         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
32456         jm_STRUCT_DIRENT_D_INO.
32457         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
32458         jm_STRUCT_UTIMBUF.
32459         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
32460         renamings.
32461         * m4/utime.m4: Likewise.
32462
32463         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
32464         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
32465
32466 2000-01-03  Paul Eggert  <eggert@twinsun.com>
32467
32468         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
32469         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
32470
32471 2000-01-02  Jim Meyering  <meyering@ascend.com>
32472
32473         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
32474         remember if this is necessary.
32475
32476 1999-12-26  Jim Meyering  <meyering@ascend.com>
32477
32478         * m4/jm-macros.m4: Use it here.
32479         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
32480
32481 1999-12-23  Jim Meyering  <meyering@ascend.com>
32482
32483         * m4/jm-macros.m4: Check for clock_gettime (moved from
32484         fileutils/configure.in)
32485         Check for gettimeofday.
32486
32487 1999-12-20  Jim Meyering  <meyering@ascend.com>
32488
32489         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
32490         autoconf-2.14a-1999-12-20.
32491
32492 1999-12-19  Jim Meyering  <meyering@ascend.com>
32493
32494         * m4/lstat-slash.m4: New file.
32495         * m4/jm-macros.m4: Use the new macro:
32496         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
32497
32498 1999-12-07  Jim Meyering  <meyering@ascend.com>
32499
32500         * m4/perl.m4: Require that File::Compare be available, too.
32501         Too many systems seem to lack it.
32502
32503         * m4/strftime.m4: Add checks for most of the cpp macros tested in
32504         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
32505
32506 1999-11-18  Paul Eggert  <eggert@twinsun.com>
32507
32508         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
32509         problem with the QNX 4.25 shell, which doesn't propagate exit
32510         status of failed commands inside shell assignments.
32511
32512 1999-11-17  Jim Meyering  <meyering@ascend.com>
32513
32514         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
32515
32516 1999-11-07  Jim Meyering  <meyering@ascend.com>
32517
32518         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
32519
32520 1999-11-06  Jim Meyering  <meyering@ascend.com>
32521
32522         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
32523         * m4/jm-macros.m4 (jm_MACROS): Use it here.
32524
32525 1999-11-05  Jim Meyering  <meyering@ascend.com>
32526
32527         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
32528         configure.in of textutils, fileutils, and sh-utils into this one
32529         (shared between those packages) file.
32530         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
32531         AC_STRUCT_ST_BLKSIZE.
32532
32533 1999-11-03  Jim Meyering  <meyering@ascend.com>
32534
32535         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
32536         of AC_CHECK_TYPE checks includes unistd.h.
32537         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
32538         Suggestion from Akim Demaille.
32539
32540 1999-10-30  Jim Meyering  <meyering@ascend.com>
32541
32542         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
32543         m4-quoted string.
32544         * m4/ls-mntd-fs.m4: Likewise.
32545         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
32546         * m4/jm-winsz1.m4: Likewise.
32547
32548         * m4/const.m4: Remove file, since the fix made it into the experimental
32549         version of autoconf.
32550         * m4/mktime.m4: Likewise.
32551
32552         * m4/check-type.m4: Remove file, now that the latest version of
32553         AC_CHECK_TYPE takes a third arg to specify additional #includes.
32554
32555         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
32556         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
32557         AC_CHECK_TYPE.
32558
32559 1999-10-04  Jim Meyering  <meyering@ascend.com>
32560
32561         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
32562
32563 1999-09-22  Paul Eggert  <eggert@twinsun.com>
32564
32565         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
32566         2.95.1 bug with HP-UX 10.20.
32567
32568 1999-09-17  Jim Meyering  <meyering@ascend.com>
32569
32570         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
32571         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
32572         due to missing strdup (against sh-utils-2.0).
32573
32574 1999-08-29  Jim Meyering  <meyering@ascend.com>
32575
32576         * m4/jm-macros.m4: Require jm_BISON.
32577         * m4/bison.m4: New file.
32578
32579 1999-08-17  Paul Eggert  <eggert@twinsun.com>
32580
32581         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
32582         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
32583
32584 1999-08-05  Jim Meyering  <meyering@ascend.com>
32585
32586         * m4/getline.m4: Rename test file from conftestdata to conftest.data
32587         to avoid conflicts with `conftest' on 8+3 filesystems.
32588         Suggestion from Eli Zaretskii.
32589
32590 1999-08-04  Jim Meyering  <meyering@ascend.com>
32591
32592         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
32593         fileutils and sh-utils (textutils's getline test was inadequate).
32594         (AM_FUNC_GETLINE): Run this test.
32595         (AC_CHECK_FUNCS): Check for getdelim.
32596         Reported by Bob Proulx.
32597
32598 1999-08-02  Jim Meyering  <meyering@ascend.com>
32599
32600         * m4/jm-macros.m4: Add a comment.
32601
32602 1999-08-01  Paul Eggert  <eggert@twinsun.com>
32603
32604         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
32605         <inttypes.h> defines strtoumax as a macro (and not as a
32606         function).
32607
32608 1999-08-01  Paul Eggert  <eggert@twinsun.com>
32609
32610         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
32611         that we can shift, multiply and divide unsigned long long
32612         values; Ultrix cc can't do it.
32613
32614 1999-08-01  Paul Eggert  <eggert@twinsun.com>
32615
32616         * m4/mktime.m4: New file, which is a preview of what should appear
32617         in the next public autoconf release.
32618
32619 1999-08-01  Paul Eggert  <eggert@twinsun.com>
32620
32621         * m4/lfs.m4: Remove this file.
32622         * m4/largefile.m4: New file.  It contains the old contents of
32623         lfs.m4, except that all names with prefix AC_LFS have been
32624         changed to use the prefix AC_SYS_LARGEFILE instead, to be
32625         compatible with future autoconf versions.  Also, some minor m4
32626         quoting problems have been fixed.
32627
32628 1999-08-01  Paul Eggert  <eggert@twinsun.com>
32629
32630         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
32631         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
32632         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
32633         and simplify the shell code.
32634
32635 1999-08-01  Jim Meyering  <meyering@ascend.com>
32636
32637         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
32638         m4.
32639
32640 1999-07-20  Jim Meyering  <meyering@ascend.com>
32641
32642         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
32643
32644 1999-07-15  Jim Meyering  <meyering@ascend.com>
32645
32646         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
32647
32648 1999-05-22  Jim Meyering  <meyering@ascend.com>
32649
32650         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
32651
32652 1999-05-20  Jim Meyering  <meyering@ascend.com>
32653
32654         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
32655         Add a colon after each `then' in case $4 is empty.
32656
32657 1999-05-16  Jim Meyering  <meyering@ascend.com>
32658
32659         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
32660
32661 1999-05-10  Jim Meyering  <meyering@ascend.com>
32662
32663         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
32664
32665         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
32666         AC_FUNC_MKTIME.
32667
32668 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
32669
32670         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
32671
32672 1999-05-04  Paul Eggert  <eggert@twinsun.com>
32673
32674         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
32675         not CPPFLAGS, so that linking works correctly in IRIX.
32676
32677 1999-04-30  Paul Eggert  <eggert@twinsun.com>
32678
32679         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
32680
32681 1999-04-20  Paul Eggert  <eggert@twinsun.com>
32682
32683         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
32684         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
32685         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
32686         jm_AC_TYPE_UNSIGNED_LONG_LONG.
32687         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
32688
32689         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
32690
32691 1999-04-20  Jim Meyering  <meyering@ascend.com>
32692
32693         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
32694         AC_REPLACE xstroull if necessary.  From Paul Eggert.
32695         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
32696
32697 1999-04-18  Jim Meyering  <meyering@ascend.com>
32698
32699         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
32700         * m4/jm-macros.m4: Use it.
32701
32702 1999-04-06  Jim Meyering  <meyering@ascend.com>
32703
32704         * m4/strftime.m4: Remove test for %f.
32705
32706 1999-03-29  Jim Meyering  <meyering@ascend.com>
32707
32708         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
32709         superset of the AC_TYPE_* checks in the textutils, fileutils,
32710         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
32711         AC_TYPE_PID_T.
32712
32713 1999-03-28  Jim Meyering  <meyering@ascend.com>
32714
32715         * m4/jm-macros.m4: Define GNU_PACKAGE here.
32716         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
32717         replaced e.g., in the *.sh files of the sh-utils.
32718
32719 1999-03-20  Jim Meyering  <meyering@ascend.com>
32720
32721         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
32722         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
32723         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
32724
32725 1999-03-19  Jim Meyering  <meyering@ascend.com>
32726
32727         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
32728
32729 1999-03-12  Jim Meyering  <meyering@ascend.com>
32730
32731         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
32732
32733 1999-03-07  Jim Meyering  <meyering@ascend.com>
32734
32735         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
32736         declared.
32737
32738 1999-02-17  Jim Meyering  <meyering@ascend.com>
32739
32740         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
32741         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
32742
32743 1999-02-07  Jim Meyering  <meyering@ascend.com>
32744
32745         * m4/group-member.m4: New file -- extracted from sh-utils'
32746         configure.in.
32747
32748         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
32749         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
32750
32751 1999-02-06  Jim Meyering  <meyering@ascend.com>
32752
32753         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
32754         * m4/fnmatch.m4: Likewise.
32755         * m4/getgroups.m4: Likewise.
32756         * m4/lstat.m4: Likewise.
32757         * m4/malloc.m4: Likewise.
32758         * m4/putenv.m4: Likewise.
32759         * m4/realloc.m4: Likewise.
32760         * m4/regex.m4: Likewise.
32761         * m4/stat.m4: Likewise.
32762         * m4/strftime.m4: Likewise.
32763         Suggestion from Alain Magloire.
32764
32765         * m4/chown.m4: Use `.$ac_objext', not `.o'.
32766         * m4/fnmatch.m4: Likewise.
32767         * m4/getgroups.m4: Likewise.
32768         * m4/getline.m4: Likewise.
32769         * m4/lstat.m4: Likewise.
32770         * m4/malloc.m4: Likewise.
32771         * m4/memcmp.m4: Likewise.
32772         * m4/putenv.m4: Likewise.
32773         * m4/realloc.m4: Likewise.
32774         * m4/regex.m4: Likewise.
32775         * m4/stat.m4: Likewise.
32776         * m4/strftime.m4: Likewise.
32777         Suggestion from Alain Magloire.
32778
32779         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
32780         an argument.
32781
32782         * m4/regex.m4: Add a run-time Test for proper operation of
32783         re_compile_pattern.
32784
32785 1999-01-31  Jim Meyering  <meyering@ascend.com>
32786
32787         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
32788
32789 1999-01-30  Jim Meyering  <meyering@ascend.com>
32790
32791         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
32792
32793         * m4/jm-mktime.m4: Make this a wrapper around the official
32794         AM_FUNC_MKTIME rather than my private copy, now that the official one
32795         is up to date.
32796         * m4/mktime.m4: Remove file.
32797
32798         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
32799         * m4/uptime.m4: Likewise.
32800         * m4/uintmax_t.m4: Likewise.
32801
32802 1999-01-28  Jim Meyering  <meyering@ascend.com>
32803
32804         * m4/jm-macros.m4: Use jm_AFS.
32805         * m4/afs.m4: New file (from fileutils' configure.in).
32806
32807         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
32808         * m4/chown.m4: Likewise.
32809         * m4/d-ino.m4: Likewise.
32810         * m4/d-type.m4: Likewise.
32811         * m4/fnmatch.m4: Likewise.
32812         * m4/getgroups.m4: Likewise.
32813         * m4/gettext.m4: Likewise.
32814         * m4/jm-mktime.m4: Likewise.
32815         * m4/jm-winsz2.m4: Likewise.
32816         * m4/lcmessage.m4: Likewise.
32817         * m4/ls-mntd-fs.m4: Likewise.
32818         * m4/malloc.m4: Likewise.
32819         * m4/memcmp.m4: Likewise.
32820         * m4/putenv.m4: Likewise.
32821         * m4/realloc.m4: Likewise.
32822         * m4/st_mtim.m4: Likewise.
32823         * m4/strftime.m4: Likewise.
32824
32825 1999-01-16  Jim Meyering  <meyering@ascend.com>
32826
32827         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
32828         (ARGMATCH_DIE_DECL): Define.
32829
32830 1999-01-12  Jim Meyering  <meyering@ascend.com>
32831
32832         * m4/Makefile.am.in: Rewrite to avoid using fmt.
32833         Reported by Lars Hecking.
32834
32835 1999-01-10  Jim Meyering  <meyering@ascend.com>
32836
32837         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
32838         gross kludge.
32839         * m4/inttypes_h.m4: Likewise.
32840         * m4/lstat.m4: Likewise.
32841         * m4/malloc.m4: Likewise.
32842         * m4/readdir.m4: Likewise.
32843         * m4/realloc.m4: Likewise.
32844         * m4/st_dm_mode.m4: Likewise.
32845         * m4/stat.m4: Likewise.
32846         * m4/utimbuf.m4: Likewise.
32847         * m4/utimes.m4: Likewise.
32848
32849         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
32850         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
32851         comments in config.h.in are meaningful.
32852
32853         * m4/jm-macros.m4: Require autoconf-2.13 here.
32854
32855         * m4/regex.m4: By default, don't use the included regex.c on systems
32856         with glibc 2.  Suggestion from Uli Drepper.
32857
32858 1999-01-02  Jim Meyering  <meyering@ascend.com>
32859
32860         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
32861
32862 1998-12-18  Jim Meyering  <meyering@ascend.com>
32863
32864         * m4/Makefile.am.in (Makefile.am): Simplify rule.
32865         Based on a suggestion from Lars Hecking.
32866
32867 1998-11-16  Paul Eggert  <eggert@twinsun.com>
32868
32869         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
32870
32871 1998-11-16  Jim Meyering  <meyering@ascend.com>
32872
32873         * m4/lfs.m4: Double-quote the `uname...` expression.
32874
32875 1998-11-14  Jim Meyering  <meyering@ascend.com>
32876
32877         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
32878         * m4/stat.m4: Likewise.
32879
32880 1998-11-03  Jim Meyering  <meyering@ascend.com>
32881
32882         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
32883         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
32884
32885 1998-10-18  Jim Meyering  <meyering@ascend.com>
32886
32887         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
32888
32889 1998-10-17  Jim Meyering  <meyering@ascend.com>
32890
32891         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
32892         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
32893         calls for those previously hard-coded headers.  Instead, take a new
32894         parameter.
32895         (jm_CHECK_DECLARATIONS): Reflect interface change.
32896         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
32897         (jm_CHECK_DECL_LOCALTIME_R): New macro.
32898
32899         * m4/mktime.m4: Test for spring-forward gap before long-running test.
32900
32901 1998-10-14  Jim Meyering  <meyering@ascend.com>
32902
32903         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
32904         instead of "TZ=America/Vancouver".  From Paul Eggert.
32905
32906 1998-10-11  Jim Meyering  <meyering@ascend.com>
32907
32908         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
32909         This adds a test for a recently added compatibility fix for mktime.c.
32910         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
32911
32912 1998-09-27  Jim Meyering  <meyering@ascend.com>
32913
32914         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
32915
32916         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
32917         ../configure.in, including a change from Gordon Matzigkeit to allow
32918         cross-compiling for the Hurd.
32919
32920         * m4/glibc.m4: New file/macro to test for the GNU C Library
32921         versions 1 and 2.  From Gordon Matzigkeit.
32922         Indent.
32923
32924 1998-09-21  Jim Meyering  <meyering@ascend.com>
32925
32926         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
32927
32928 1998-08-18  Paul Eggert  <eggert@twinsun.com>
32929
32930         Port nanosecond-resolution times to UnixWare 2.1.2 and
32931         pedantic Solaris 2.6.
32932
32933         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
32934         AC_STRUCT_ST_MTIM.
32935         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
32936         Generate name of ns member, instead of just 1 or undef.
32937         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
32938
32939 1998-08-15  Jim Meyering  <meyering@ascend.com>
32940
32941         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
32942         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
32943         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
32944         instead of jm_TYPE_SSIZE_T.
32945
32946 1998-08-12  Jim Meyering  <meyering@ascend.com>
32947
32948         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
32949
32950 1998-08-02  Jim Meyering  <meyering@ascend.com>
32951
32952         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
32953         in acconfig.h manually.
32954
32955 1998-07-31  Paul Eggert  <eggert@twinsun.com>
32956
32957         * m4/st_mtim.m4: New file.
32958
32959 1998-07-28  Jim Meyering  <meyering@ascend.com>
32960
32961         * m4/utimes.m4: Undef stat.
32962
32963 1998-07-25  Jim Meyering  <meyering@ascend.com>
32964
32965         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
32966         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
32967
32968 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
32969
32970         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
32971         uid and gid actually remain unchanged.
32972
32973 1998-07-07  Jim Meyering  <meyering@ascend.com>
32974
32975         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
32976
32977 1998-07-04  Jim Meyering  <meyering@ascend.com>
32978
32979         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
32980         to prove that this macro can be used in packages without regex.c.
32981
32982 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
32983
32984         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
32985         is to be used.
32986
32987 1998-07-03  Jim Meyering  <meyering@ascend.com>
32988
32989         * m4/gettext.m4: Add -lintl if it's found to be necessary.
32990
32991         * m4/gettext.m4: New file -- from gettext-0.10.35.
32992         * m4/lcmessage.m4: Likewise.
32993         * m4/progtest.m4: Likewise.
32994
32995         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
32996         * m4/jm-macros.m4: Require the new macro.
32997
32998 1998-06-29  Jim Meyering  <meyering@ascend.com>
32999
33000         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
33001         for the definition of NGROUPS (used in a system header included
33002         by sys/mount.h).
33003
33004 1998-06-28  Jim Meyering  <meyering@ascend.com>
33005
33006         * m4/ls-mntd-fs.m4: New file.
33007         * m4/fstypename.m4: New file.
33008
33009         * m4/jm-macros.m4: Require the new macro.
33010         * m4/jm-glibc-io.m4: New file.
33011
33012 1998-05-19  Jim Meyering  <meyering@ascend.com>
33013
33014         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
33015         * m4/lchown.m4: New file.
33016
33017         * m4/Makefile.am.in: New file.
33018         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
33019
33020 1998-05-14  Jim Meyering  <meyering@ascend.com>
33021
33022         * m4/Makefile.am (EXTRA_DIST): Add them.
33023         * m4/jm-macros.m4: New file.
33024         * m4/utimbuf.m4: New file.
33025
33026 1998-05-12  Jim Meyering  <meyering@ascend.com>
33027
33028         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
33029
33030 1998-05-11  Jim Meyering  <meyering@ascend.com>
33031
33032         * m4/isc-posix.m4: New file.
33033
33034 1998-05-10  Jim Meyering  <meyering@ascend.com>
33035
33036         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
33037
33038 1998-05-09  Jim Meyering  <meyering@ascend.com>
33039
33040         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
33041         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
33042         with automake.
33043
33044         * m4/ssize_t.m4: New file.
33045         * m4/mktime.m4: Remove file -- the new automake has this now.
33046
33047 1998-04-26  Jim Meyering  <meyering@ascend.com>
33048
33049         * m4/assert.m4: New file.
33050         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
33051
33052 1998-04-05  Jim Meyering  <meyering@ascend.com>
33053
33054         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
33055         (jm_PREREQ): Use it here.
33056
33057 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
33058
33059         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
33060         in acconfig.h.
33061
33062 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
33063
33064         * m4/prereq.m4: New file.
33065         * m4/error.m4: New file.
33066         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
33067
33068 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
33069
33070         * m4/getline.m4: Don't set am_cv_func_working_getline before the
33071         cache-check for the same variable -- that defeated the purpose of
33072         the test; the test program was never run.  This was a problem only
33073         on systems with losing getline functions -- HP-UX 10.20 is one.
33074         Reported by Bjorn Helgaas.
33075
33076 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
33077
33078         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
33079
33080 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
33081
33082         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
33083
33084         * m4/const.m4: New file.  Use an initializer in this declaration
33085         typedef int charset[2]; const charset x;
33086         Reported by Bob Glickstein.
33087
33088 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
33089
33090         * m4/chown.m4: Fix reversed types on -1 args to chown.
33091         From Kaveh Ghazi.
33092
33093 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
33094
33095         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
33096         Add lseek and memchr.
33097
33098         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
33099         T.E.Dickey <dickey@clark.net> said that some older preprocessors
33100         have a 20-character limit on names.
33101
33102 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
33103
33104         * m4/inttypes_h.m4: New file.
33105         * m4/uintmax_t.m4: New file.
33106         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
33107
33108 Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
33109   Free Software Foundation, Inc.
33110 Copying and distribution of this file, with or without modification,
33111 are permitted provided the copyright notice and this notice are preserved.