b93f424627c6a7aaf8ed32d46e533096c8e6867f
[gnulib.git] / ChangeLog
1 2007-09-12  Bruno Haible  <bruno@clisp.org>
2
3         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
4         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
5         is not defined.
6
7 2007-09-12  Eric Blake  <ebb9@byu.net>
8
9         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
10         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
11         Autoconf definition.
12         * modules/euidaccess (Depends-on): Add extensions, for
13         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
14         * modules/fnmatch (Depends-on): Likewise.
15         * modules/getaddrinfo (Depends-on): Likewise.
16         * modules/getdelim (Depends-on): Likewise.
17         * modules/getline (Depends-on): Likewise.
18         * modules/getsubopt (Depends-on): Likewise.
19         * modules/gettext (Depends-on): Likewise.
20         * modules/group-member (Depends-on): Likewise.
21         * modules/mbchar (Depends-on): Likewise.
22         * modules/memmem (Depends-on): Likewise.
23         * modules/mempcpy (Depends-on): Likewise.
24         * modules/memrchr (Depends-on): Likewise.
25         * modules/pagealign_alloc (Depends-on): Likewise.
26         * modules/readutmp (Depends-on): Likewise.
27         * modules/stpcpy (Depends-on): Likewise.
28         * modules/stpncpy (Depends-on): Likewise.
29         * modules/strchrnul (Depends-on): Likewise.
30         * modules/strndup (Depends-on): Likewise.
31         * modules/strsep (Depends-on): Likewise.
32         * modules/strverscmp (Depends-on): Likewise.
33         * modules/vasprintf (Depends-on): Likewise.
34         * modules/wcwidth (Depends-on): Likewise.
35         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
36         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
37         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
38         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
39         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
40         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
41         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
42         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
43         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
44         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
45         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
46         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
47         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
48         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
49         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
50         * m4/readutmp.m4 (gl_READUTMP): Likewise.
51         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
52         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
53         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
54         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
55         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
56         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
57         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
58         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
59         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
60         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
61         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
62         so that lock.m4 can be used in gettext without extensions module.
63
64 2007-09-11  Bruno Haible  <bruno@clisp.org>
65
66         * m4/isc-posix.m4: Remove file.
67         Suggested by Eric Blake.
68
69 2007-09-11  Eric Blake  <ebb9@byu.net>
70
71         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
72
73 2007-09-10  Bruno Haible  <bruno@clisp.org>
74
75         * posix-modules: Fix typo in error message.
76         Reported by Matt <mkraai@beckman.com>.
77
78 2007-09-09  Bruno Haible  <bruno@clisp.org>
79
80         * doc/functions/getdelim.texi: Update list of platforms lacking the
81         function.
82         * doc/functions/getline.texi: Likewise.
83
84 2007-09-09  Jim Meyering  <jim@meyering.net>
85
86         * lib/hash.c (hash_initialize): Detect calloc failure.
87         Reported by Bruno Haible.
88
89 2007-09-09  Bruno Haible  <bruno@clisp.org>
90
91         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
92         malloc or realloc fails.
93
94 2007-09-09  Bruno Haible  <bruno@clisp.org>
95
96         * modules/getcwd (Depends-on): Add malloc-posix.
97         * modules/glob (Depends-on): Likewise.
98         * modules/putenv (Depends-on): Likewise.
99         * modules/strdup (Depends-on): Likewise.
100         * modules/getdelim (Depends-on): Add realloc-posix.
101         * modules/read-file (Depends-on): Likewise.
102
103 2007-09-09  Bruno Haible  <bruno@clisp.org>
104
105         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
106         (gl_FUNC_MALLOC_POSIX): Require it.
107         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
108         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
109         * modules/realloc (Files): Add m4/malloc.m4.
110         * modules/calloc (Files): Likewise.
111
112 2007-09-09  Bruno Haible  <bruno@clisp.org>
113
114         * modules/malloc-posix: New file.
115         * modules/malloc (Depends-on): Add malloc-posix.
116         * lib/malloc.c: Include errno.h.
117         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
118         and a POSIX-compatible malloc into a single function. Set ENOMEM
119         when returning NULL.
120         * m4/malloc.m4: New file.
121         * doc/functions/malloc.texi: Mention the malloc-posix module.
122         * lib/stdlib_.h (malloc): New declaration.
123         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
124         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
125         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
126         and HAVE_MALLOC_POSIX.
127
128 2007-09-09  Bruno Haible  <bruno@clisp.org>
129
130         * modules/realloc-posix: New file.
131         * modules/realloc (Depends-on): Add realloc-posix.
132         * lib/realloc.c: Include errno.h.
133         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
134         and a POSIX-compatible realloc into a single function. Set ENOMEM
135         when returning NULL.
136         * m4/realloc.m4: New file.
137         * doc/functions/realloc.texi: Mention the realloc-posix module.
138         * lib/stdlib_.h (realloc): New declaration.
139         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
140         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
141         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
142         and HAVE_REALLOC_POSIX.
143
144 2007-09-09  Bruno Haible  <bruno@clisp.org>
145
146         * modules/calloc-posix: New file.
147         * modules/calloc (Depends-on): Add calloc-posix.
148         * lib/calloc.c: Include errno.h.
149         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
150         and a POSIX-compatible calloc into a single function. Set ENOMEM
151         when returning NULL.
152         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
153         * doc/functions/calloc.texi: Mention the calloc-posix module.
154         * lib/stdlib_.h (calloc): New declaration.
155         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
156         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
157         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
158         and HAVE_CALLOC_POSIX.
159
160 2007-09-09  Bruno Haible  <bruno@clisp.org>
161
162         Allow for modules to show an arbitrary notice.
163         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
164         * gnulib-tool: New option --extract-notice.
165         (func_usage): Document it.
166         (sed_extract_prog): Update.
167         (func_get_notice): New function.
168         (func_modules_notice): New function.
169         (func_import, func_create_testdir): Invoke it.
170         Suggested by Jim Meyering.
171
172 2007-09-09  Bruno Haible  <bruno@clisp.org>
173
174         * gnulib-tool: New options --verbose, --quiet.
175         (func_usage): Document them.
176         (verbose): New variable.
177         (func_execute_command): New function.
178         (func_import): Don't show the module list and the file list if
179         $verbose < 0.
180         (func_create_testdir): Likewise. Use func_execute_command.
181         (func_create_megatestdir): Use func_execute_command.
182
183 2007-09-08  Bruno Haible  <bruno@clisp.org>
184
185         * gnulib-tool (func_import): Prefer rsync over wget when available,
186         for fetching the PO files.
187
188 2007-09-08  Bruno Haible  <bruno@clisp.org>
189
190         * posix-modules: New file. Portions copied from gnulib-tool.
191         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
192
193 2007-09-08  Jim Meyering  <jim@meyering.net>
194
195         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
196         * lib/fpending.h: Rename from __fpending.h.
197         * lib/fpending.c: Rename from __fpending.c.
198         Include "fpending.h", not "__fpending.h".
199         * lib/__fpending.h, lib/__fpending.c: Remove files.
200         * modules/fpending (Files): Reflect new file names.
201         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
202
203 2007-09-08  Bruno Haible  <bruno@clisp.org>
204
205         * m4/inttypes-h.m4: Remove stub file.
206
207 2007-09-07  Simon Josefsson  <simon@josefsson.org>
208
209         * doc/headers/stdint.texi: Discuss #include_next issue.
210
211 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
212
213         * build-aux/bootstrap: Remove obsolete comment about wget --help.
214
215 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
216
217         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
218         in variable name.
219
220 2007-09-03  Jim Meyering  <jim@meyering.net>
221
222         New module: git-version-gen.
223         * modules/git-version-gen: New file.
224
225         Import changes from coreutils for bootstrap script.
226
227         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
228
229         bootstrap: uses rsync to download the .po files
230         * build-aux/bootstrap (po_download_command_format): New global.
231         (download_po_files): Use rsync.
232         (update_po_files): Don't remove .po files after download,
233         so future rsync runs can take advantage of the copies.
234
235         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
236
237         Solve the unnecessary-.po-file-regeneration problem once and for all.
238         * build-aux/bootstrap (download_po_files): New function, renamed from
239         get_translations.  Now, downloads, but doesn't update LINGUAS.
240         (update_po_files): New function.
241
242         bootstrap: Ignore more.
243         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
244         uniwidth to e.g., lib/.gitignore.
245         (slurp): Handle the sys_stat_.h -> sys mapping, too.
246
247         * build-aux/bootstrap: New setting: vc_ignore.
248         (insert_sorted_if_absent): Create $file if absent.
249         Adapt to new, possibly empty, list: $vc_ignore.
250
251         bootstrap: generate more ignorable names
252         * build-aux/bootstrap (slurp): When generating ignorable names,
253         also map .sin to .sed, .gperf to .c, and .y to .c.
254
255 2007-09-03  Jim Meyering  <jim@meyering.net>
256
257         * build-aux/git-version-gen: New file, from coreutils.  For details, see
258         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
259
260 2007-09-02  Bruno Haible  <bruno@clisp.org>
261
262         Fix mis-recognition of 'mcs' on QNX 6.
263         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
264         output contains the string "Mono".
265         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
266         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
267
268 2007-09-01  Bruno Haible  <bruno@clisp.org>
269
270         Fix collision between uniwidth/* and linebreak modules.
271         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
272         u32_width): Remove declarations.
273         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
274         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
275         streq3, streq2, streq1, streq0): Remove functions.
276         (STREQ): Remove macro.
277         (is_cjk_encoding): Remove function.
278         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
279         (uc_width, u8_width, u16_width, u32_width): Remove functions.
280         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
281         * NEWS: Document the change.
282
283 2007-09-01  Bruno Haible  <bruno@clisp.org>
284
285         * lib/streq.h: Add double-inclusion guard.
286
287 2007-09-01  Karl Berry  <karl@gnu.org>
288
289         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
290
291 2007-08-28  Jim Meyering  <jim@meyering.net>
292
293         Rename mreadlink_with_size to areadlink_with_size.
294         * NEWS: Document the change.
295         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
296         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
297         * lib/mreadlink.h: Rename this to...
298         * lib/areadlink.h: ...this.
299         * modules/mreadlink-with-size: Rename this to...
300         * modules/areadlink-with-size: ...this.
301         * lib/canonicalize.c: Reflect the renaming.
302         * modules/canonicalize: Likewise.
303
304 2007-08-26  Bruno Haible  <bruno@clisp.org>
305
306         * gnulib-tool (func_import): When deciding which files to remove,
307         consider also dangling symbolic links.
308         Reported by Eric Blake.
309
310 2007-08-26  Bruno Haible  <bruno@clisp.org>
311
312         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
313
314 2007-08-23  Simon Josefsson  <simon@josefsson.org>
315
316         * lib/readline.c: Don't include getline.h, the prototype is now
317         found in stdio.h.
318
319 2007-08-23  Jim Meyering  <jim@meyering.net>
320
321         Getdelim touchup.
322         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
323         around the funlockfile call, since funlockfile never sets errno.
324         Don't set errno upon failed realloc.
325
326 2007-08-22  Eric Blake  <ebb9@byu.net>
327
328         Getline touchups.
329         * lib/getdelim.c (getdelim): Revert regression that required *n to
330         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
331         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
332         getdelim, rather than whether implementation is missing.
333         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
334         * lib/stdio_.h (getline): Also declare if replacement is
335         required.
336         * doc/functions/getdelim.texi: New file.
337         * doc/functions/getline.texi: Likewise.
338         * doc/gnulib.texi (Function Substitutes): Add new files.
339         Reported by Bruno Haible.
340
341 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
342
343         * users.txt: Add Guile.
344
345 2007-08-22  Eric Blake  <ebb9@byu.net>
346
347         * tests/test-getdelim.c (main): Use remove, not unlink.
348         * tests/test-getline.c (main): Likewise.
349
350         Move getline and getdelim into stdio.h, per POSIX 200x.
351         * modules/getline (Files): Remove getline.h.
352         (Depends-on): Add stdio.
353         (configure.ac): Add module indicator.
354         * modules/getdelim (Files): Remove getdelim.h.
355         (Depends-on): Add stdio.
356         (configure.ac): Add module indicator.
357         * modules/stdio (Makefile.am): Work with new indicators.
358         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
359         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
360         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
361         * lib/getdelim.h: Delete.
362         * lib/getline.h: Delete.
363         * lib/stdio_.h (getdelim, getline): Declare.
364         * modules/getdelim-tests: New module.
365         * modules/getline-tests: Likewise.
366         * tests/test-getdelim.c: New file.
367         * tests/test-getline.c: Likewise.
368         * NEWS: Document the change.
369         * lib/getline.c: Update choice of header.
370         * lib/csharpcomp.c: Likewise.
371         * lib/getpass.c: Likewise.
372         * lib/javacomp.c: Likewise.
373         * lib/javaversion.c: Likewise.
374         * lib/yesno.c: Likewise.
375         * lib/getdelim.c: Likewise.
376         (getdelim): Set errno on failure, and avoid memory leak.
377
378 2007-08-19  Bruno Haible  <bruno@clisp.org>
379
380         * modules/closein (Depends-on): Add freadahead.
381         * lib/closein.c: Include freadahead.h.
382         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
383         is zero.
384
385 2007-08-19  Bruno Haible  <bruno@clisp.org>
386
387         * modules/freadahead-tests: New file.
388         * tests/test-freadahead.sh: New file.
389         * tests/test-freadahead.c: New file.
390
391         * modules/freadahead: New file.
392         * lib/freadahead.h: New file.
393         * lib/freadahead.c: New file.
394         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
395         fbufmode, fpurge, freadable, fwritable.
396
397 2007-08-19  Eric Blake  <ebb9@byu.net>
398
399         Test yesno in combination with closein.
400         * lib/yesno.c (yesno): Document use of stdin.
401         * modules/yesno-tests (Files): New module.
402         * tests/test-yesno.c (main): New file.
403         * tests/test-yesno.sh: Likewise.
404
405 2007-08-19  Bruno Haible  <bruno@clisp.org>
406
407         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
408         * lib/fseeko.c (rpl_fseeko): Likewise.
409         * lib/fseterr.c (fseterr): Likewise.
410
411 2007-08-19  Bruno Haible  <bruno@clisp.org>
412
413         * tests/test-lseek.c (main): Disable a test for BeOS.
414         * doc/functions/lseek.texi: Document the BeOS bug.
415
416 2007-08-19  Bruno Haible  <bruno@clisp.org>
417             Eric Blake  <ebb9@byu.net>
418
419         * lib/lseek.c: Include <sys/stat.h>.
420         (rpl_lseek): Add workaround code also for Unix platforms.
421         Needed for BeOS.
422         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
423         * doc/functions/lseek.texi: Document BeOS definiency.
424
425 2007-08-18  Bruno Haible  <bruno@clisp.org>
426
427         * modules/fstrcmp-tests: New file.
428         * tests/test-fstrcmp.c: New file.
429
430 2007-08-18  Bruno Haible  <bruno@clisp.org>
431
432         * modules/fstrcmp: New file, from GNU gettext with modifications.
433         * lib/fstrcmp.h: New file, from GNU gettext.
434         * lib/fstrcmp.c: New file, from GNU gettext.
435         * MODULES.html.sh (String handling): Add fstrcmp.
436
437 2007-08-18  Bruno Haible  <bruno@clisp.org>
438
439         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
440         'bool'.
441         (diag, compareseq): Remove const from the ctxt argument.
442         (USE_HEURISTIC): Undefine at the end.
443
444 2007-08-18  Jim Meyering  <jim@meyering.net>
445
446         New file: lib/idcache.h
447         * NEWS: Mention the addition.
448         * modules/idcache (Files): Add lib/idcache.h
449         * lib/idcache.c: Include "idcache.h".
450         Don't include <sys/types.h>.
451         Add a FIXME comment.
452         Move file-scoped "static" declarations to the top.
453         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
454
455 2007-08-17  Bruno Haible  <bruno@clisp.org>
456         and Paul Eggert  <eggert@cs.ucla.edu>
457
458         * MODULES.html.sh: Add diffseq.
459         * modules/diffseq: New file.
460         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
461         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
462
463 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
464
465         Import changes from coreutils for bootstrap script.
466
467         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
468
469         * build-aux/bootstrap (slurp): Work even in environments where
470         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
471         current code does not slurp files whose names start with ".", and
472         this looks like it might be a troublesome area.
473
474         2007-07-11  Jim Meyering  <jim@meyering.net>
475
476         If there's a GPL vN copyright comment, require that N == 3.
477
478         2007-07-08  Jim Meyering  <jim@meyering.net>
479
480         Run the coreutils-specific code only if tests/Makefile.am.in exists.
481         * build-aux/bootstrap (mam_template): Move definition out of loop.
482
483         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
484
485         * build-aux/bootstrap (symlink_to_dir): Rename function from
486         symlink_to_gnulib.  Add a directory parameter.  Update all
487         callers.
488         (cp_mark_as_generated): Also check for -- and link to -- files in
489         gl/.
490
491         2007-07-08  Jim Meyering  <jim@meyering.net>
492
493         Adapt to deeper hierarchy in gnulib.
494         * build-aux/bootstrap (symlink_to_dir): If the destination
495         directory doesn't exist, create it. This is required at least for
496         "lib/uniwidth/cjk.h".
497
498         2007-05-15  Jim Meyering  <jim@meyering.net>
499
500         * build-aux/bootstrap: Now that generated Makefile.am files
501         are no longer under version control, they must be created at
502         bootstrap time.
503
504 2007-08-14  Ben Pfaff  <blp@gnu.org>
505
506         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
507
508 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
509
510         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
511         given the changes below.
512         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
513         even on hosts that have padding bits beyond the supported 64.
514
515 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
516
517         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
518         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
519         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
520         depends on it.
521         (xstrtol_error): Remove.
522         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
523         but with a different signature.
524         (ATTRIBUTE_NORETURN, __attribute__): New macros.
525         * lib/xstrtol-error.c: Include exitfail.h.
526         (xstrtol_fatal): New function, with a different signature from the
527         old xstrtol_error, so that the caller need not worry about passing
528         in an exit status, or about storage management of the option argument.
529         (xstrtol_error): Now a static function.  Redo signature to
530         implement xstrtol_fatal.  Output the correct number of hyphens in
531         front of the option so that the caller need not worry about
532         storage management.
533         (N_): New macro.
534         (_): Remove; not used now.
535         * modules/xstrtol: Depend on getopt.
536         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
537         of old STRTOL_FATAL_ERROR macro.
538         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
539         of test program.
540         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
541         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
542
543 2007-08-08  Eric Blake  <ebb9@byu.net>
544
545         * lib/xstrtol-error.c: Add missing include.
546
547         Move xstrtol messages into gnulib domain, when --pobase is used.
548         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
549         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
550         * modules/xstrtol (Files): Distribute new file.
551         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
552         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
553         * tests/test-xstrtol.c: ...into new file.
554         * tests/test-xstrtoul.c: Also test xstrtoul.
555         * tests/test-xstrtoimax.c: Also test xstrtoimax.
556         * tests/test-xstrtoumax.c: Also test xstrtoumax.
557         * tests/test-xstrtol.sh: Drive the tests.
558         * tests/test-xstrtoimax.sh: Likewise.
559         * tests/test-xstrtoumax.sh: Likewise.
560         * modules/xstrtol-tests: New module.
561         * modules/xstrtoimax-tests: Likewise.
562         * modules/xstrtoumax-tests: Likewise.
563
564 2007-08-08  Jim Meyering  <jim@meyering.net>
565
566         New function: mfile_name_concat.
567         * lib/filenamecat.c (mfile_name_concat): New function, just like
568         file_name_concat, but return NULL upon failure rather than exiting
569         with a diagnostic.
570         * lib/filenamecat.h: Declare it.
571
572 2007-08-07  Bruno Haible  <bruno@clisp.org>
573
574         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
575         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
576         warning from gcc.
577         Reported by Eric Blake.
578
579 2007-08-07  Simon Josefsson  <simon@josefsson.org>
580
581         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
582         * modules/crypto/arcfour (License): Likewise.
583         * modules/crypto/des-tests (License): Likewise.
584         * modules/crypto/gc-arctwo-tests (License): Likewise.
585         * modules/crypto/gc-des-tests (License): Likewise.
586         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
587         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
588         * modules/crypto/gc-md2-tests (License): Likewise.
589         * modules/crypto/gc-md4-tests (License): Likewise.
590         * modules/crypto/gc-md5-tests (License): Likewise.
591         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
592         * modules/crypto/gc-rijndael-tests (License): Likewise.
593         * modules/crypto/gc-sha1-tests (License): Likewise.
594         * modules/crypto/gc-tests (License): Likewise.
595         * modules/crypto/hmac-md5 (License): Likewise.
596         * modules/crypto/hmac-sha1 (License): Likewise.
597         * modules/crypto/md2-tests (License): Likewise.
598         * modules/crypto/md4-tests (License): Likewise.
599         * modules/crypto/md5 (License): Likewise.
600         * modules/crypto/rijndael (License): Likewise.
601         * modules/crypto/sha1 (License): Likewise.
602         * modules/memxor (License): Likewise.
603
604 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
605         and Bruno Haible  <bruno@clisp.org>
606
607         * NEWS: Describe interface changes to human, xstrtol.
608         * lib/human.h: Include <xstrtol.h>.
609         (human_options): Return enum strtol_error, not int.  Remove
610         bool arg; take int * instead.
611         * lib/human.c: Don't include "gettext.h".
612         (_): Remove; no longer used.
613         Don't include <xstrtol.h>, since human.h does it.
614         (human_options): Adjust to abovementioned interface changes.
615         Do not report error to stderr; that's now the caller's
616         responsibility.
617         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
618         interface change.
619         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
620         Str, Argument_type_string.  All uses changed.  Put " argument"
621         in diagnostics to make them clearer.  Change wording of suffix
622         message for clarity.
623         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
624         Argument_type_string.
625         (STRTOL_FATAL_WARN): Remove; no longer used.
626         * modules/human (Depends-on): Remove gettext-h.
627
628 2007-08-06  Simon Josefsson  <simon@josefsson.org>
629
630         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
631
632 2007-07-31  Bruno Haible  <bruno@clisp.org>
633
634         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
635         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
636         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
637
638 2007-07-31  Bruno Haible  <bruno@clisp.org>
639
640         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
641         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
642
643 2007-07-30  Bruno Haible  <bruno@clisp.org>
644
645         * modules/base64 (License): Use the synonymous term "LGPLv2+".
646         * modules/c-ctype (License): Likewise.
647         * modules/c-strcase (License): Likewise.
648         * modules/check-version (License): Likewise.
649         * modules/iconv (License): Likewise.
650         * modules/iconv_open (License): Likewise.
651         * modules/read-file (License): Likewise.
652         * modules/striconv (License): Likewise.
653         * modules/strverscmp (License): Likewise.
654         * modules/vasprintf (License): Likewise.
655         * modules/crypto/des (License): Likewise.
656         * modules/crypto/gc (License): Likewise.
657         * modules/crypto/gc-arcfour (License): Likewise.
658         * modules/crypto/gc-arctwo (License): Likewise.
659         * modules/crypto/gc-des (License): Likewise.
660         * modules/crypto/gc-hmac-md5 (License): Likewise.
661         * modules/crypto/gc-hmac-sha1 (License): Likewise.
662         * modules/crypto/gc-md2 (License): Likewise.
663         * modules/crypto/gc-md4 (License): Likewise.
664         * modules/crypto/gc-md5 (License): Likewise.
665         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
666         * modules/crypto/gc-random (License): Likewise.
667         * modules/crypto/gc-rijndael (License): Likewise.
668         * modules/crypto/gc-sha1 (License): Likewise.
669         * modules/crypto/md2 (License): Likewise.
670         * modules/crypto/md4 (License): Likewise.
671
672 2007-07-30  Jim Meyering  <jim@meyering.net>
673
674         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
675         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
676         it has valid stat data.  This bug would cause du not to count the
677         sizes of inaccessible directories.
678         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
679         in <http://bugzilla.redhat.com/250077>.
680
681 2007-07-25  Peter O'Gorman  <peter@pogma.com>
682             Bruno Haible  <bruno@clisp.org>
683
684         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
685         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
686         #include_next, gives a diagnostic about it, but reports no error in
687         the exit code.
688         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
689
690 2007-07-24  Ben Pfaff  <blp@gnu.org>
691
692         Improve name: "count-one-bits" is better than "popcount".
693         * MODULES.html.sh: Update name.
694         * lib/popcount.h: Renamed lib/count-one-bits.h.
695         (popcount): Renamed count_one_bits.
696         (popcountl): Renamed count_one_bits_l.
697         (popcountll): Renamed count_one_bits_ll.
698         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
699         * modules/popcount: Renamed module/count-one-bits.
700         * modules/popcount-tests: Renamed module/count-one-bits-tests.
701         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
702
703 2007-07-23  Ben Pfaff  <blp@gnu.org>
704
705         * lib/popcount.h (popcount32): Reduce size of constants, to allow
706         better code generation, and add U to large constants to avoid
707         warnings, in non-GCC case.
708         Suggested by Bruno Haible.
709
710 2007-07-23  Ben Pfaff  <blp@gnu.org>
711
712         * lib/popcount.h: Use verify_true instead of if...abort.
713         * modules/popcount: Depend on verify module.
714         Suggested by Jim Meyering.
715
716 2007-07-23  Bruno Haible  <bruno@clisp.org>
717
718         * gnulib-tool (func_import): Create a .cvsignore file also when the
719         directory is not yet in CVS but the toplevel directory is. When
720         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
721         Reported by Karl Berry.
722
723 2007-07-22  Ben Pfaff  <blp@gnu.org>
724
725         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
726         case.
727         Suggested by Eric Blake.
728
729 2007-07-22  Ben Pfaff  <blp@gnu.org>
730
731         New module: popcount.
732         * MODULES.html.sh: Add popcount.
733         * modules/popcount: New file.
734         * modules/popcount-tests: New file.
735         * tests/test-popcount.c: New file.
736         * lib/popcount.h: New file.
737         * m4/popcount.m4: New file.
738
739 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
740
741         * build-aux/announce-gen: Update to GPLv3.
742
743         * build-aux/config.guess: Update from config.
744
745 2007-07-21  Bruno Haible  <bruno@clisp.org>
746
747         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
748         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
749
750 2007-07-20  Jim Meyering  <jim@meyering.net>
751
752         * check-module: Diagnose a self-dependency.
753
754 2007-07-19  Bruno Haible  <bruno@clisp.org>
755
756         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
757         empty.
758         Reported by Eric Blake.
759
760 2007-07-18  Bruno Haible  <bruno@clisp.org>
761
762         * gnulib-tool: New options --po-base, --po-domain.
763         (func_usage): Document them.
764         (pobase, po_domain): New variables.
765         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
766         DEFAULT_TEXT_DOMAIN.
767         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
768         (func_import): Consider pobase and po_domain. Create a po/ directory.
769         (func_create_testdir): Set pobase and po_domain to empty.
770         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
771         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
772
773 2007-07-18  Bruno Haible  <bruno@clisp.org>
774
775         * gnulib-tool (func_get_automake_snippet): Synthesize also an
776         EXTRA_DIST augmentation for files in build-aux/.
777
778 2007-07-16  Bruno Haible  <bruno@clisp.org>
779
780         * modules/lseek (License): Use the synonymous term "LGPLv2+".
781         * modules/getdelim (License): Likewise.
782
783 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
784
785         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
786         * modules/d-type (License): Likewise.
787         * modules/extensions (License): Likewise.
788         * modules/fnmatch (License): Likewise.
789         * modules/fseeko (License): Likewise.
790         * modules/getaddrinfo (License): Likewise.
791         * modules/getline (License): Likewise.
792         * modules/getlogin_r (License): Likewise.
793         * modules/getpass (License): Likewise.
794         * modules/gettimeofday (License): Likewise.
795         * modules/glob (License): Likewise.
796         * modules/inet_ntop (License): Likewise.
797         * modules/malloc (License): Likewise.
798         * modules/malloca (License): Likewise.
799         * modules/memmem (License): Likewise.
800         * modules/mempcpy (License): Likewise.
801         * modules/memset (License): Likewise.
802         * modules/minmax (License): Likewise.
803         * modules/mktime (License): Likewise.
804         * modules/netinet_in (License): Likewise.
805         * modules/pathmax (License): Likewise.
806         * modules/poll (License): Likewise.
807         * modules/regex (License): Likewise.
808         * modules/snprintf (License): Likewise.
809         * modules/stdbool (License): Likewise.
810         * modules/stdint (License): Likewise.
811         * modules/stdio (License): Likewise.
812         * modules/strcase (License): Likewise.
813         * modules/strcasestr (License): Likewise.
814         * modules/strdup (License): Likewise.
815         * modules/string (License): Likewise.
816         * modules/strndup (License): Likewise.
817         * modules/strnlen (License): Likewise.
818         * modules/strpbrk (License): Likewise.
819         * modules/strptime (License): Likewise.
820         * modules/strsep (License): Likewise.
821         * modules/sys_select (License): Likewise.
822         * modules/sys_socket (License): Likewise.
823         * modules/sys_stat (License): Likewise.
824         * modules/sys_time (License): Likewise.
825         * modules/time (License): Likewise.
826         * modules/time_r (License): Likewise.
827         * modules/timegm (License): Likewise.
828         * modules/unistd (License): Likewise.
829         * modules/vsnprintf (License): Likewise.
830         * modules/wctype (License): Likewise.
831
832 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
833
834         * modules/argz (License): LGPLv2+.
835
836 2007-07-15  Karl Berry  <karl@gnu.org>
837
838         * doc/gnulib.texi: revise node structure per new fdl.texi.
839
840 2007-07-14  Bruno Haible  <bruno@clisp.org>
841
842         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
843         the output file.
844         * lib/uniname/uninames.h: Regenerated.
845
846 2007-07-14  Karl Berry  <karl@gnu.org>
847
848         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
849         omitting sectioning and index commands.
850
851 2007-07-13  Bruno Haible  <bruno@clisp.org>
852
853         New gnulib-tool option --more-symlinks.
854         * gnulib-tool (func_usage): Document --more-symlinks.
855         (do_copyrights): New variable.
856         Recognize option --more-symlinks.
857         (func_import): Don't add a copyright notice transform to
858         sed_transform_lib_file if do_copyrights is empty.
859
860 2007-07-13  Bruno Haible  <bruno@clisp.org>
861
862         * lib/vasnprintf.c (decimal_point_char): Define also if
863         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
864         && !NEED_PRINTF_DIRECTIVE_A.
865         Reported by Clemens Koller <clemens.koller@anagramm.de> via
866         Gary V. Vaughan <gary@gnu.org>.
867
868 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
869
870         * lib/inttypes_.h: Undo previous change, since it was fixed
871         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
872
873 2007-07-13  Bruno Haible  <bruno@clisp.org>
874
875         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
876         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
877
878 2007-07-13  Jim Meyering  <jim@meyering.net>
879
880         df: Don't fail for Tru64's "file-on-file mount".
881         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
882         so we fall through and use statfs instead.  Details here:
883         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
884         Reported by Albert Chin.
885
886 2007-07-13  Bruno Haible  <bruno@clisp.org>
887
888         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
889         * modules/configmake (License): Likewise.
890         * modules/gettext (License): Likewise.
891         * modules/gettext-h (License): Likewise.
892         * modules/include_next (License): Likewise.
893         * modules/link-warning (License): Likewise.
894         * modules/localcharset (License): Likewise.
895         * modules/localename (License): Likewise.
896         * modules/lock (License): Likewise.
897         * modules/relocatable-lib-lgpl (License): Likewise.
898         * modules/size_max (License): Likewise.
899         * modules/vasnprintf (License): Likewise.
900         * modules/wchar (License): Likewise.
901         * modules/xsize (License): Likewise.
902
903 2007-07-13  Bruno Haible  <bruno@clisp.org>
904
905         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
906         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
907
908 2007-07-12  Bruno Haible  <bruno@clisp.org>
909
910         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
911         in the modules files.
912
913 2007-07-11  Karl Berry  <karl@gnu.org>
914
915         * MODULES.html.sh (func_module): use
916          sed -e '\|^'"${includefile}"'$|d'
917          instead of /.../d, to avoid errors on $includefile's containing /.
918
919 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
920
921         * gnulib-tool (func_import): Avoid duplication of --avoid
922         statements
923         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
924         names to `_' in variable names.
925
926 2007-07-10  Eric Blake  <ebb9@byu.net>
927
928         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
929         * NEWS: Document this change.
930
931 2007-07-08  Bruno Haible  <bruno@clisp.org>
932
933         Update to Unicode 5.0.
934         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
935         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
936         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
937         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
938         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
939         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
940         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
941         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
942         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
943         U+10A3F, U+1D242..U+1D244.
944         (nonspacing_table_ind): Update.
945         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
946         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
947
948 2007-07-08  Bruno Haible  <bruno@clisp.org>
949
950         Update to Unicode 5.0.
951         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
952         code transform. Extend the name index field of unicode_name_to_code and
953         unicode_code_to_name from 16 to 24 bits.
954         * lib/uniname/uniname.c (unicode_character_name,
955         unicode_name_character): Add the range 0x12xxx to the code transform.
956         * lib/uniname/uninames.h: Regenerated.
957         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
958
959 2007-07-07  Bruno Haible  <bruno@clisp.org>
960
961         * modules/wcwidth-tests: New file.
962         * tests/test-wcwidth.c: New file.
963
964         Work around MacOS X wcwidth() bug.
965         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
966         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
967         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
968         original wcwidth in non-UTF-8 locales.
969         * modules/wcwidth (Depends-on): Add localcharset, streq,
970         uniwidth/width.
971         * doc/functions/wcwidth.texi: Update.
972
973 2007-07-07  Bruno Haible  <bruno@clisp.org>
974
975         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
976         (wcwidth): New declaration.
977         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
978         macros.
979         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
980         here. Prepare for creating <wchar.h> unconditionally.
981         * modules/wchar (Depends-on): Add link-warning.
982         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
983         REPLACE_WCWIDTH, and GL_LINK_WARNING.
984         * lib/wcwidth.h: Remove file.
985         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
986         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
987         * modules/wcwidth (Files): Remove lib/wcwidth.h.
988         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
989         (Include): Replace wcwidth.h with <wchar.h>.
990         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
991         * lib/mbchar.h: Don't include wcwidth.h.
992         * lib/mbswidth.c: Likewise.
993         * NEWS: Mention the change.
994
995 2007-07-07  Bruno Haible  <bruno@clisp.org>
996
997         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
998         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
999         definition with an external declaration.
1000         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
1001         defined as a function. Remove AC_C_INLINE requirement.
1002         * modules/wcwidth (Files): Add lib/wcwidth.c.
1003         (Makefile.am): Remove redundant statement.
1004
1005 2007-07-07  Bruno Haible  <bruno@clisp.org>
1006
1007         * MODULES.html.sh (Unicode string functions): Add the new modules.
1008
1009         * tests/uniwidth/test-u32-strwidth.c: New file.
1010         * modules/uniwidth/u32-strwidth-tests: New file.
1011
1012         * lib/uniwidth/u32-strwidth.c: New file.
1013         * modules/uniwidth/u32-strwidth: New file.
1014
1015         * tests/uniwidth/test-u16-strwidth.c: New file.
1016         * modules/uniwidth/u16-strwidth-tests: New file.
1017
1018         * lib/uniwidth/u16-strwidth.c: New file.
1019         * modules/uniwidth/u16-strwidth: New file.
1020
1021         * tests/uniwidth/test-u8-strwidth.c: New file.
1022         * modules/uniwidth/u8-strwidth-tests: New file.
1023
1024         * lib/uniwidth/u8-strwidth.c: New file.
1025         * modules/uniwidth/u8-strwidth: New file.
1026
1027         * tests/uniwidth/test-u32-width.c: New file.
1028         * modules/uniwidth/u32-width-tests: New file.
1029
1030         * lib/uniwidth/u32-width.c: New file.
1031         * modules/uniwidth/u32-width: New file.
1032
1033         * tests/uniwidth/test-u16-width.c: New file.
1034         * modules/uniwidth/u16-width-tests: New file.
1035
1036         * lib/uniwidth/u16-width.c: New file.
1037         * modules/uniwidth/u16-width: New file.
1038
1039         * tests/uniwidth/test-u8-width.c: New file.
1040         * modules/uniwidth/u8-width-tests: New file.
1041
1042         * lib/uniwidth/u8-width.c: New file.
1043         * modules/uniwidth/u8-width: New file.
1044
1045         * tests/uniwidth/test-uc_width.c: New file.
1046         * modules/uniwidth/width-tests: New file.
1047
1048         * lib/uniwidth/width.c: New file, from GNU libiconv.
1049         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
1050         * modules/uniwidth/width: New file.
1051
1052         * lib/uniwidth.h: New file, from GNU libiconv.
1053         * modules/uniwidth/base: New file.
1054
1055 2007-07-07  Bruno Haible  <bruno@clisp.org>
1056
1057         * lib/uniname.h: New file, from GNU gettext.
1058         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
1059         * lib/uniname/uninames.h: New file, from GNU gettext.
1060         * lib/uniname/uniname.c: New file, from GNU gettext.
1061         * tests/uniname/test-uninames.sh: New file.
1062         * tests/uniname/test-uninames.c: New file, from GNU gettext.
1063         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
1064         * modules/uniname/base: New file.
1065         * modules/uniname/uniname: New file.
1066         * modules/uniname/uniname-tests: New file.
1067         * MODULES.html.sh (Unicode string functions): Add the new modules.
1068
1069 2007-07-06  Bruno Haible  <bruno@clisp.org>
1070
1071         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
1072
1073 2007-07-06  Bruno Haible  <bruno@clisp.org>
1074
1075         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
1076         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
1077         includes <cygwin/sys_time.h> which includes <sys/select.h> which
1078         include <sys/time.h>.
1079         Reported by Eric Blake.
1080
1081 2007-07-06  Eric Blake  <ebb9@byu.net>
1082
1083         Fix testing canonicalize on cygwin.
1084         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
1085         Revert patch from 2007-06-19.
1086         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
1087         canonicalize module is also in use.
1088         * tests/test-canonicalize.c: New file.
1089         * tests/test-canonicalize.sh: Likewise.
1090         * modules/canonicalize-tests: Likewise.
1091
1092 2007-07-06  Jim Meyering  <jim@meyering.net>
1093
1094         * lib/getugroups.c (getugroups): Detect getgrent failure.
1095         Adjust comment to reflect reality: this function may return -1.
1096
1097 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
1098
1099         * build-aux/bootstrap (TP_URL,get_translations): Update to use
1100         the new TP address.
1101         (usage): Fix typo
1102         (gnulib_mk): New variable.
1103
1104 2007-07-05  Jim Meyering  <jim@meyering.net>
1105
1106         Don't let endgrent clobber errno, no matter how improbable.
1107         * lib/getugroups.c (getugroups): Save and restore errno around
1108         endgrent call.
1109
1110         Close the group DB even when failing with 2^31 or more members.
1111         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
1112
1113 2007-07-04  Jim Meyering  <jim@meyering.net>
1114
1115         * lib/getugroups.h: New file.
1116         * lib/getugroups.c: Include "getugroups.h".
1117         Remove uses of "register" keyword.
1118         Move local variable, "cp", down into scope where used.
1119         Give "username" parameter the "const" attribute.
1120         * modules/getugroups (Files): Add lib/getugroups.h
1121
1122 2007-07-04  Karl Berry  <karl@gnu.org>
1123
1124         * MODULES.html.sh (func_all_modules): Complete rename of
1125         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
1126
1127 2007-07-02  Bruno Haible  <bruno@clisp.org>
1128
1129         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
1130         mode, when inttypes.h comes from gnulib.
1131         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
1132
1133 2007-07-02  Simon Josefsson  <simon@josefsson.org>
1134
1135         * NEWS: Mention lgpl module name change.
1136
1137         * modules/lgpl-2.1: Renamed from lgpl.
1138
1139         * NEWS: Mention gpl module name change.
1140
1141         * modules/gpl-3.0: New file, based on gpl-2.0.
1142
1143         * modules/gpl-2.0: Renamed from gpl.
1144
1145         * modules/gpl: Fix filename, doc/gpl.texi is now found at
1146         doc/gpl-2.0.texi.
1147
1148 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
1149
1150         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
1151         #define __STDC_LIMIT_MACROS temporarily while including
1152         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
1153         Problem reported by Joel E. Denny in
1154         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
1155
1156 2007-07-01  Bruno Haible  <bruno@clisp.org>
1157
1158         * lib/unistdio.h: New file.
1159         * lib/unistdio/u-asnprintf.h: New file.
1160         * lib/unistdio/u-asprintf.h: New file.
1161         * lib/unistdio/u-printf-args.c: New file.
1162         * lib/unistdio/u-printf-args.h: New file.
1163         * lib/unistdio/u-printf-parse.h: New file.
1164         * lib/unistdio/u-snprintf.h: New file.
1165         * lib/unistdio/u-sprintf.h: New file.
1166         * lib/unistdio/u-vasprintf.h: New file.
1167         * lib/unistdio/u-vsnprintf.h: New file.
1168         * lib/unistdio/u-vsprintf.h: New file.
1169         * lib/unistdio/ulc-asnprintf.c: New file.
1170         * lib/unistdio/ulc-asprintf.c: New file.
1171         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
1172         * lib/unistdio/ulc-printf-parse.c: New file.
1173         * lib/unistdio/ulc-snprintf.c: New file.
1174         * lib/unistdio/ulc-sprintf.c: New file.
1175         * lib/unistdio/ulc-vasnprintf.c: New file.
1176         * lib/unistdio/ulc-vasprintf.c: New file.
1177         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
1178         * lib/unistdio/ulc-vsnprintf.c: New file.
1179         * lib/unistdio/ulc-vsprintf.c: New file.
1180         * lib/unistdio/u8-asnprintf.c: New file.
1181         * lib/unistdio/u8-asprintf.c: New file.
1182         * lib/unistdio/u8-printf-parse.c: New file.
1183         * lib/unistdio/u8-snprintf.c: New file.
1184         * lib/unistdio/u8-sprintf.c: New file.
1185         * lib/unistdio/u8-vasnprintf.c: New file.
1186         * lib/unistdio/u8-vasprintf.c: New file.
1187         * lib/unistdio/u8-vsnprintf.c: New file.
1188         * lib/unistdio/u8-vsprintf.c: New file.
1189         * lib/unistdio/u8-u8-asnprintf.c: New file.
1190         * lib/unistdio/u8-u8-asprintf.c: New file.
1191         * lib/unistdio/u8-u8-snprintf.c: New file.
1192         * lib/unistdio/u8-u8-sprintf.c: New file.
1193         * lib/unistdio/u8-u8-vasnprintf.c: New file.
1194         * lib/unistdio/u8-u8-vasprintf.c: New file.
1195         * lib/unistdio/u8-u8-vsnprintf.c: New file.
1196         * lib/unistdio/u8-u8-vsprintf.c: New file.
1197         * lib/unistdio/u16-asnprintf.c: New file.
1198         * lib/unistdio/u16-asprintf.c: New file.
1199         * lib/unistdio/u16-printf-parse.c: New file.
1200         * lib/unistdio/u16-snprintf.c: New file.
1201         * lib/unistdio/u16-sprintf.c: New file.
1202         * lib/unistdio/u16-vasnprintf.c: New file.
1203         * lib/unistdio/u16-vasprintf.c: New file.
1204         * lib/unistdio/u16-vsnprintf.c: New file.
1205         * lib/unistdio/u16-vsprintf.c: New file.
1206         * lib/unistdio/u16-u16-asnprintf.c: New file.
1207         * lib/unistdio/u16-u16-asprintf.c: New file.
1208         * lib/unistdio/u16-u16-snprintf.c: New file.
1209         * lib/unistdio/u16-u16-sprintf.c: New file.
1210         * lib/unistdio/u16-u16-vasnprintf.c: New file.
1211         * lib/unistdio/u16-u16-vasprintf.c: New file.
1212         * lib/unistdio/u16-u16-vsnprintf.c: New file.
1213         * lib/unistdio/u16-u16-vsprintf.c: New file.
1214         * lib/unistdio/u32-asnprintf.c: New file.
1215         * lib/unistdio/u32-asprintf.c: New file.
1216         * lib/unistdio/u32-printf-parse.c: New file.
1217         * lib/unistdio/u32-snprintf.c: New file.
1218         * lib/unistdio/u32-sprintf.c: New file.
1219         * lib/unistdio/u32-vasnprintf.c: New file.
1220         * lib/unistdio/u32-vasprintf.c: New file.
1221         * lib/unistdio/u32-vsnprintf.c: New file.
1222         * lib/unistdio/u32-vsprintf.c: New file.
1223         * lib/unistdio/u32-u32-asnprintf.c: New file.
1224         * lib/unistdio/u32-u32-asprintf.c: New file.
1225         * lib/unistdio/u32-u32-snprintf.c: New file.
1226         * lib/unistdio/u32-u32-sprintf.c: New file.
1227         * lib/unistdio/u32-u32-vasnprintf.c: New file.
1228         * lib/unistdio/u32-u32-vasprintf.c: New file.
1229         * lib/unistdio/u32-u32-vsnprintf.c: New file.
1230         * lib/unistdio/u32-u32-vsprintf.c: New file.
1231         * tests/unistdio/test-ulc-asnprintf1.c: New file.
1232         * tests/unistdio/test-ulc-asnprintf1.h: New file.
1233         * tests/unistdio/test-ulc-printf1.h: New file.
1234         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
1235         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
1236         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
1237         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
1238         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
1239         * tests/unistdio/test-ulc-vasprintf1.c: New file.
1240         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
1241         * tests/unistdio/test-ulc-vsprintf1.c: New file.
1242         * tests/unistdio/test-u8-asnprintf1.c: New file.
1243         * tests/unistdio/test-u8-asnprintf1.h: New file.
1244         * tests/unistdio/test-u8-printf1.h: New file.
1245         * tests/unistdio/test-u8-vasnprintf1.c: New file.
1246         * tests/unistdio/test-u8-vasnprintf2.c: New file.
1247         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
1248         * tests/unistdio/test-u8-vasnprintf3.c: New file.
1249         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
1250         * tests/unistdio/test-u8-vasprintf1.c: New file.
1251         * tests/unistdio/test-u8-vsnprintf1.c: New file.
1252         * tests/unistdio/test-u8-vsprintf1.c: New file.
1253         * tests/unistdio/test-u16-asnprintf1.c: New file.
1254         * tests/unistdio/test-u16-asnprintf1.h: New file.
1255         * tests/unistdio/test-u16-printf1.h: New file.
1256         * tests/unistdio/test-u16-vasnprintf1.c: New file.
1257         * tests/unistdio/test-u16-vasnprintf2.c: New file.
1258         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
1259         * tests/unistdio/test-u16-vasnprintf3.c: New file.
1260         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
1261         * tests/unistdio/test-u16-vasprintf1.c: New file.
1262         * tests/unistdio/test-u16-vsnprintf1.c: New file.
1263         * tests/unistdio/test-u16-vsprintf1.c: New file.
1264         * tests/unistdio/test-u32-asnprintf1.c: New file.
1265         * tests/unistdio/test-u32-asnprintf1.h: New file.
1266         * tests/unistdio/test-u32-printf1.h: New file.
1267         * tests/unistdio/test-u32-vasnprintf1.c: New file.
1268         * tests/unistdio/test-u32-vasnprintf2.c: New file.
1269         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
1270         * tests/unistdio/test-u32-vasnprintf3.c: New file.
1271         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
1272         * tests/unistdio/test-u32-vasprintf1.c: New file.
1273         * tests/unistdio/test-u32-vsnprintf1.c: New file.
1274         * tests/unistdio/test-u32-vsprintf1.c: New file.
1275         * modules/unistdio/base: New file.
1276         * modules/unistdio/u-printf-args: New file.
1277         * modules/unistdio/ulc-asnprintf: New file.
1278         * modules/unistdio/ulc-asprintf: New file.
1279         * modules/unistdio/ulc-fprintf: New file.
1280         * modules/unistdio/ulc-printf-parse: New file.
1281         * modules/unistdio/ulc-snprintf: New file.
1282         * modules/unistdio/ulc-sprintf: New file.
1283         * modules/unistdio/ulc-vasnprintf: New file.
1284         * modules/unistdio/ulc-vasprintf: New file.
1285         * modules/unistdio/ulc-vfprintf: New file.
1286         * modules/unistdio/ulc-vsnprintf: New file.
1287         * modules/unistdio/ulc-vsprintf: New file.
1288         * modules/unistdio/u8-asnprintf: New file.
1289         * modules/unistdio/u8-asprintf: New file.
1290         * modules/unistdio/u8-printf-parse: New file.
1291         * modules/unistdio/u8-snprintf: New file.
1292         * modules/unistdio/u8-sprintf: New file.
1293         * modules/unistdio/u8-vasnprintf: New file.
1294         * modules/unistdio/u8-vasprintf: New file.
1295         * modules/unistdio/u8-vsnprintf: New file.
1296         * modules/unistdio/u8-vsprintf: New file.
1297         * modules/unistdio/u8-u8-asnprintf: New file.
1298         * modules/unistdio/u8-u8-asprintf: New file.
1299         * modules/unistdio/u8-u8-snprintf: New file.
1300         * modules/unistdio/u8-u8-sprintf: New file.
1301         * modules/unistdio/u8-u8-vasnprintf: New file.
1302         * modules/unistdio/u8-u8-vasprintf: New file.
1303         * modules/unistdio/u8-u8-vsnprintf: New file.
1304         * modules/unistdio/u8-u8-vsprintf: New file.
1305         * modules/unistdio/u16-asnprintf: New file.
1306         * modules/unistdio/u16-asprintf: New file.
1307         * modules/unistdio/u16-printf-parse: New file.
1308         * modules/unistdio/u16-snprintf: New file.
1309         * modules/unistdio/u16-sprintf: New file.
1310         * modules/unistdio/u16-vasnprintf: New file.
1311         * modules/unistdio/u16-vasprintf: New file.
1312         * modules/unistdio/u16-vsnprintf: New file.
1313         * modules/unistdio/u16-vsprintf: New file.
1314         * modules/unistdio/u16-u16-asnprintf: New file.
1315         * modules/unistdio/u16-u16-asprintf: New file.
1316         * modules/unistdio/u16-u16-snprintf: New file.
1317         * modules/unistdio/u16-u16-sprintf: New file.
1318         * modules/unistdio/u16-u16-vasnprintf: New file.
1319         * modules/unistdio/u16-u16-vasprintf: New file.
1320         * modules/unistdio/u16-u16-vsnprintf: New file.
1321         * modules/unistdio/u16-u16-vsprintf: New file.
1322         * modules/unistdio/u32-asnprintf: New file.
1323         * modules/unistdio/u32-asprintf: New file.
1324         * modules/unistdio/u32-printf-parse: New file.
1325         * modules/unistdio/u32-snprintf: New file.
1326         * modules/unistdio/u32-sprintf: New file.
1327         * modules/unistdio/u32-vasnprintf: New file.
1328         * modules/unistdio/u32-vasprintf: New file.
1329         * modules/unistdio/u32-vsnprintf: New file.
1330         * modules/unistdio/u32-vsprintf: New file.
1331         * modules/unistdio/u32-u32-asnprintf: New file.
1332         * modules/unistdio/u32-u32-asprintf: New file.
1333         * modules/unistdio/u32-u32-snprintf: New file.
1334         * modules/unistdio/u32-u32-sprintf: New file.
1335         * modules/unistdio/u32-u32-vasnprintf: New file.
1336         * modules/unistdio/u32-u32-vasprintf: New file.
1337         * modules/unistdio/u32-u32-vsnprintf: New file.
1338         * modules/unistdio/u32-u32-vsprintf: New file.
1339         * modules/unistdio/ulc-asnprintf-tests: New file.
1340         * modules/unistdio/ulc-vasnprintf-tests: New file.
1341         * modules/unistdio/ulc-vasprintf-tests: New file.
1342         * modules/unistdio/ulc-vsnprintf-tests: New file.
1343         * modules/unistdio/ulc-vsprintf-tests: New file.
1344         * modules/unistdio/u8-asnprintf-tests: New file.
1345         * modules/unistdio/u8-vasnprintf-tests: New file.
1346         * modules/unistdio/u8-vasprintf-tests: New file.
1347         * modules/unistdio/u8-vsnprintf-tests: New file.
1348         * modules/unistdio/u8-vsprintf-tests: New file.
1349         * modules/unistdio/u16-asnprintf-tests: New file.
1350         * modules/unistdio/u16-vasnprintf-tests: New file.
1351         * modules/unistdio/u16-vasprintf-tests: New file.
1352         * modules/unistdio/u16-vsnprintf-tests: New file.
1353         * modules/unistdio/u16-vsprintf-tests: New file.
1354         * modules/unistdio/u32-asnprintf-tests: New file.
1355         * modules/unistdio/u32-vasnprintf-tests: New file.
1356         * modules/unistdio/u32-vasprintf-tests: New file.
1357         * modules/unistdio/u32-vsnprintf-tests: New file.
1358         * modules/unistdio/u32-vsprintf-tests: New file.
1359         * MODULES.html.sh (Unicode string functions): Add the new modules.
1360
1361 2007-07-01  Bruno Haible  <bruno@clisp.org>
1362
1363         * lib/sprintf.c (sprintf): Limit the available length estimation,
1364         to avoid address wraparound.
1365         * lib/vsprintf.c (vsprintf): Likewise.
1366         * modules/sprintf-posix (Dependencies): Add stdint.
1367         * modules/vsprintf-posix (Dependencies): Likewise.
1368
1369 2007-07-01  Bruno Haible  <bruno@clisp.org>
1370
1371         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
1372         Windows PATH as well. Conservative double-quoting. Comments.
1373
1374 2007-07-01  Bruno Haible  <bruno@clisp.org>
1375             Eric Blake  <ebb9@byu.net>
1376             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1377
1378         * gnulib-tool (self_abspathname): Fix algorithm to cope with
1379         empty components in $PATH, denoting '.'.
1380
1381 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1382
1383         * gnulib-tool: Fix indentation.
1384         (func_create_megatestdir): Likewise.
1385         Report by Bruno Haible.
1386
1387 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1388
1389         Sync from Automake.
1390         * build-aux/gnupload: Fix shell portability issues with for loops.
1391         Report by Karl Berry.
1392
1393 2007-06-29  Simon Josefsson  <simon@josefsson.org>
1394
1395         * build-aux/maint.mk (POURL): Use translationproject.org.
1396
1397 2007-06-27  Simon Josefsson  <simon@josefsson.org>
1398             Bruno Haible  <bruno@clisp.org>
1399
1400         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
1401         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
1402         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
1403         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
1404         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
1405
1406 2007-06-27  Bruno Haible  <bruno@clisp.org>
1407
1408         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
1409         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
1410
1411 2007-06-26  Karl Berry  <karl@gnu.org>
1412
1413         * MODULES.html.sh: remove xreadlink-with-size.
1414
1415 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
1416
1417         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
1418         method that I hope also handles the double-include problem noted
1419         by Bruno Haible in
1420         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
1421
1422 2007-06-23  Bruno Haible  <bruno@clisp.org>
1423
1424         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
1425         Don't let the 'mostlyclean' target fail if the last subdirectory could
1426         not be removed.
1427         Reported by Karl Berry.
1428
1429 2007-06-23  Bruno Haible  <bruno@clisp.org>
1430
1431         * gnulib-tool (echo): Add a speedier workaround for ksh.
1432         * tests/test-echo.sh: Likewise.
1433
1434 2007-06-23  Bruno Haible  <bruno@clisp.org>
1435
1436         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
1437         * tests/test-echo.sh: Likewise.
1438
1439 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1440
1441         * gnulib-tool (IFS): Initialize early, so we don't set it to
1442         empty later.
1443         (self_abspathname): Rewrite algorithm to set it, reindent.
1444         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
1445         (func_create_megatestdir): Merge some sed scripts.
1446
1447 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
1448
1449         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
1450         exposed by Sun Studio 11 cc on Solaris 8.
1451
1452 2007-06-22  Bruno Haible  <bruno@clisp.org>
1453
1454         * gnulib-tool (echo): Ensure the echo primitive does not interpret
1455         backslashes.
1456         * tests/test-echo.sh: New file.
1457
1458 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1459
1460         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
1461         simplify `sed_replace_build_aux' scripts, they are portable but
1462         echoing them with `echo' is not.
1463         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
1464
1465 2007-06-21  Karl Berry  <karl@gnu.org>
1466
1467         * config/srclist.txt: guess we can't handle the licenses via
1468         srclist at the moment.
1469
1470 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
1471
1472         * MODULES.html.sh: Add include_next.
1473         * modules/include_next: New file.
1474
1475 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
1476
1477         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
1478         INCLUDE_NEXT.
1479         (gl_CHECK_NEXT_HEADERS): New macro.
1480         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
1481         the obsolescent gl_ABSOLUTE_HEADER.
1482         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
1483         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
1484         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
1485         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
1486         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
1487         * m4/math_h.m4 (gl_MATH_H): Likewise.
1488         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
1489         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
1490         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
1491         * m4/stdint.m4 (gl_STDINT_H): Likewise.
1492         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
1493         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
1494         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
1495         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
1496         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
1497         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
1498         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
1499         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
1500         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
1501         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
1502         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
1503         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
1504         * m4/inttypes.m4 (gl_INTTYPES_H): Define
1505         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
1506         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
1507         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
1508         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
1509         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
1510         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
1511         * lib/float_.h: Likewise.
1512         * lib/inttypes_.h: Likewise.
1513         * lib/math_.h: Likewise.
1514         * lib/search_.h: Likewise.
1515         * lib/signal_.h: Likewise.
1516         * lib/stdint_.h: Likewise.
1517         * lib/stdio_.h: Likewise.
1518         * lib/stdlib_.h: Likewise.
1519         * lib/string_.h: Likewise.
1520         * lib/sys_stat_.h: Likewise.
1521         * lib/sys_time_.h: Likewise.
1522         * lib/time_.h: Likewise.
1523         * lib/unistd_.h: Likewise.
1524         * lib/wchar_.h: Likewise.
1525         * lib/wctype_.h: Likewise.
1526         * lib/dirent_.h: Likewise.
1527         * lib/iconv_.h: Likewise.
1528         * lib/locale_.h: Likewise.
1529         * lib/netinet_in_.h: Likewise.
1530         * lib/sys_select_.h: Likewise.
1531         * lib/sys_socket_.h: Likewise.
1532         * lib/sysexits_.h: Likewise.
1533         * modules/fcntl (Depends-on): Depend on include_next, not
1534         absolute_header.
1535         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
1536         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
1537         * modules/fchdir: Likewise.
1538         * modules/float: Likewise.
1539         * modules/iconv_open: Likewise.
1540         * modules/inttypes: Likewise.
1541         * modules/locale: Likewise.
1542         * modules/math: Likewise.
1543         * modules/netinet_in: Likewise.
1544         * modules/search: Likewise.
1545         * modules/signal: Likewise.
1546         * modules/stdint: Likewise.
1547         * modules/stdio: Likewise.
1548         * modules/stdlib: Likewise.
1549         * modules/string: Likewise.
1550         * modules/sys_select: Likewise.
1551         * modules/sys_socket: Likewise.
1552         * modules/sys_stat: Likewise.
1553         * modules/sys_time: Likewise.
1554         * modules/sysexits: Likewise.
1555         * modules/time: Likewise.
1556         * modules/unistd: Likewise.
1557         * modules/wchar: Likewise.
1558         * modules/wctype: Likewise.
1559         * modules/sys_stat: Change maintainer to "all".
1560         * modules/unistd: Likewise.
1561
1562 2007-06-20  Karl Berry  <karl@gnu.org>
1563
1564         * config/srclist.txt: track www changes in license files.
1565
1566 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
1567
1568         * build-aux/bootstrap: Remove stray dot.
1569         Make sure build_aux settings are honored when linking
1570         gnulib_extra_files.
1571
1572 2007-06-19  Eric Blake  <ebb9@byu.net>
1573
1574         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
1575         Allow compilation on cygwin.
1576
1577 2007-06-19  Jim Meyering  <jim@meyering.net>
1578
1579         xreadlink-with-size: Remove module.  No longer used.
1580         Ex-callers now use xreadlink or mreadlink-with-size.
1581         * modules/xreadlink-with-size: Remove module.
1582         * lib/xreadlink-with-size.c: Remove file.
1583         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
1584         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
1585         just before the function definition *is* accurate.
1586
1587         Eliminate one way canonicalize_filename_mode could exit.
1588         * lib/canonicalize.c (canonicalize_filename_mode):
1589         Use mreadlink_with_size, not xreadlink_with_size.
1590
1591 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
1592
1593         Detect porting problems to FreeBSD/arm, which has time_t wider than
1594         long int.  Original problem reported for GNU diff by Xin Li in
1595         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
1596         * modules/getdate (Depends-on): Add intprops, verify.
1597         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
1598         is an integer type no wider than long int.
1599
1600 2007-06-18  Jim Meyering  <jim@meyering.net>
1601
1602         New module: mreadlink-with-size.
1603         * MODULES.html.sh: Add mreadlink-with-size.
1604         * modules/mreadlink-with-size: New module
1605         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
1606         not xreadlink-with-size.
1607         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
1608
1609 2007-06-16  Bruno Haible  <bruno@clisp.org>
1610
1611         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
1612         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
1613         Reported by Gary V. Vaughan <gary@gnu.org>.
1614
1615 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
1616
1617         Revamp lchown so that it lives in unistd.h where it belongs.
1618         * lib/lchown.h: Remove.
1619         * lib/dirchownmod.c: Don't include lib/lchown.h.
1620         * lib/fchownat.c: Likewise.
1621         * lib/openat.c: Likewise.
1622         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
1623         does not follow symlinks.
1624         (EOPNOTSUPP): Define if not defined.
1625         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
1626         is defined to 0.
1627         (lchown): New decl.
1628         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
1629         Do not check for lchown decl.
1630         Set REPLACE_LCHOWN.
1631         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
1632         REPLACE_LCHOWN.
1633         * modules/chown: Make it clear it follows symlinks.
1634         * modules/lchown: Make it clear it doesn't follow symlinks.
1635         (Files): Remove lib/lchown.h
1636         (Depends-on): Add unistd.
1637         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
1638         (Include): Include <unistd.h>, not "lchown.h".
1639         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
1640         REPLACE_LCHOWN.
1641
1642 2007-06-15  Jim Meyering  <jim@meyering.net>
1643
1644         Change license (GPL to LGPL) of fsusage and dependents.
1645         * modules/fsusage (License): Change to LGPL.
1646         * modules/full-read (License): Likewise.
1647         * modules/full-write (License): Likewise.
1648         * modules/safe-read (License): Likewise.
1649         * modules/safe-write (License): Likewise.
1650
1651 2007-06-14  Ben Pfaff  <blp@gnu.org>
1652
1653         Missing part of allocsa -> malloca transition.
1654         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
1655         gl_MALLOCA.
1656
1657 2007-06-12  Bruno Haible  <bruno@clisp.org>
1658
1659         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
1660         to ia64, x86_64, i386.
1661         Reported by Eric Blake.
1662
1663 2007-06-12  Bruno Haible  <bruno@clisp.org>
1664
1665         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
1666         cross-compiling to x86_64.
1667
1668 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
1669
1670         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
1671         glitch reported by Ralf Wildenhues in
1672         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
1673
1674         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
1675         Vin Shelton.
1676
1677 2007-06-11  Bruno Haible  <bruno@clisp.org>
1678
1679         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
1680         replacement string.
1681         Reported by Eric Blake.
1682
1683 2007-06-10  Bruno Haible  <bruno@clisp.org>
1684
1685         Prepare vasnprintf code for use with Unicode strings.
1686         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
1687         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
1688         TYPE_U32_STRING.
1689         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
1690         a_u32_string variants.
1691         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
1692         * lib/printf-args.c: Don't include config.h and the specification
1693         header if PRINTF_FETCHARGS is already defined.
1694         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
1695         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
1696         TYPE_U16_STRING, TYPE_U32_STRING.
1697         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
1698         u16_directive, u16_directives, u32_directive, u32_directives): New
1699         types.
1700         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
1701         New declarations.
1702         * lib/printf-parse.c: Don't include config.h and the specification
1703         header if PRINTF_PARSE is already defined. Eliminate the set of
1704         parameters for WIDE_CHAR_VERSION; the user of this file must provide
1705         them now. Include c-ctype.h.
1706         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
1707         directive and CHAR_T_ONLY_ASCII.
1708         * lib/vasnprintf.c: Don't include config.h and the specification header
1709         if VASNPRINTF is already defined.
1710         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
1711         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
1712         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
1713         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
1714         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
1715         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
1716         code accordingly.
1717         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
1718         pad_ourselves also in this case, with the 'c' and 's' directives, and
1719         with a different notion of "width".
1720         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
1721
1722 2007-06-10  Bruno Haible  <bruno@clisp.org>
1723
1724         * modules/unistr/u32-mbsnlen: New file.
1725         * lib/unistr/u32-mbsnlen.c: New file.
1726
1727         * modules/unistr/u16-mbsnlen: New file.
1728         * lib/unistr/u16-mbsnlen.c: New file.
1729
1730         * modules/unistr/u8-mbsnlen: New file.
1731         * lib/unistr/u8-mbsnlen.c: New file.
1732
1733         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
1734         declarations.
1735
1736 2007-06-10  Bruno Haible  <bruno@clisp.org>
1737
1738         * lib/string_.h (mbsnlen): New declaration.
1739         * lib/mbsnlen.c: New file.
1740         * m4/mbsnlen.m4: New file.
1741         * modules/mbsnlen: New file.
1742         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
1743         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
1744         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
1745
1746 2007-06-10  Bruno Haible  <bruno@clisp.org>
1747
1748         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
1749
1750 2007-06-10  Bruno Haible  <bruno@clisp.org>
1751
1752         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
1753         * lib/mbuiter.h: Likewise.
1754
1755 2007-06-10  Bruno Haible  <bruno@clisp.org>
1756
1757         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
1758         declaration.
1759
1760 2007-06-10  Karl Berry  <karl@gnu.org>
1761
1762         * config/srclist.txt: remove gettext entries, Bruno prefers
1763         to update individually.
1764
1765 2007-06-10  Bruno Haible  <bruno@clisp.org>
1766
1767         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
1768         'maxlen'. Ensure only length + width bytes are allocated, not
1769         length + 1 + width.
1770
1771 2007-06-09  Bruno Haible  <bruno@clisp.org>
1772
1773         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
1774         (CHAR_T): Remove macro.
1775         (VASNPRINTF): Update.
1776
1777 2007-06-09  Bruno Haible  <bruno@clisp.org>
1778
1779         * MODULES.html.sh (Unicode string functions): Add the new modules.
1780
1781         * modules/uniconv/u32-conv-to-enc: New file.
1782         * lib/uniconv/u32-conv-to-enc.c: New file.
1783         * modules/uniconv/u32-conv-to-enc-tests: New file.
1784         * tests/uniconv/test-u32-conv-to-enc.c: New file.
1785
1786         * modules/uniconv/u16-conv-to-enc: New file.
1787         * lib/uniconv/u16-conv-to-enc.c: New file.
1788         * lib/uniconv/u-conv-to-enc.h: New file.
1789         * modules/uniconv/u16-conv-to-enc-tests: New file.
1790         * tests/uniconv/test-u16-conv-to-enc.c: New file.
1791
1792         * modules/uniconv/u8-conv-to-enc: New file.
1793         * lib/uniconv/u8-conv-to-enc.c: New file.
1794         * modules/uniconv/u8-conv-to-enc-tests: New file.
1795         * tests/uniconv/test-u8-conv-to-enc.c: New file.
1796
1797         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
1798         u32_conv_to_encoding): New declarations.
1799
1800 2007-06-09  Bruno Haible  <bruno@clisp.org>
1801
1802         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
1803
1804 2007-06-09  Bruno Haible  <bruno@clisp.org>
1805
1806         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
1807         * modules/malloca: Renamed from modules/allocsa, updated.
1808         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
1809         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
1810         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
1811         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
1812         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
1813         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
1814         * modules/xmalloca: Renamed from modules/xallocsa, updated.
1815         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
1816         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
1817         * modules/c-strcasestr (Depends-on): Update.
1818         * lib/c-strcasestr.c: Update.
1819         * modules/c-strstr (Depends-on): Update.
1820         * lib/c-strstr.c: Update.
1821         * modules/canonicalize-lgpl (Depends-on): Update.
1822         * lib/canonicalize-lgpl.c: Update.
1823         * modules/clean-temp (Depends-on): Update.
1824         * lib/clean-temp.c: Update.
1825         * modules/csharpcomp (Depends-on): Update.
1826         * lib/csharpcomp.c: Update.
1827         * modules/csharpexec (Depends-on): Update.
1828         * lib/csharpexec.c: Update.
1829         * modules/javacomp (Depends-on): Update.
1830         * lib/javacomp.c: Update.
1831         * modules/javaexec (Depends-on): Update.
1832         * lib/javaexec.c: Update.
1833         * modules/mbscasestr (Depends-on): Update.
1834         * lib/mbscasestr.c: Update.
1835         * modules/mbsstr (Depends-on): Update.
1836         * lib/mbsstr.c: Update.
1837         * modules/setenv (Depends-on): Update.
1838         * lib/setenv.c: Update.
1839         * modules/strcasestr (Depends-on): Update.
1840         * lib/strcasestr.c: Update.
1841         * modules/striconveha (Depends-on): Update.
1842         * lib/striconveha.c: Update.
1843         * modules/relocatable-prog-wrapper (Files): Update.
1844         * lib/relocwrapper.c: Update.
1845         * build-aux/install-reloc: Update.
1846         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
1847
1848 2007-06-08  Bruno Haible  <bruno@clisp.org>
1849
1850         Port to uClibc.
1851         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
1852         * lib/fpurge.c (fpurge): Likewise.
1853         * lib/freading.c (freading): Likewise.
1854         * lib/fseeko.c (rpl_fseeko): Likewise.
1855         * lib/fseterr.c (fseterr): Likewise.
1856         * lib/fwriting.c (fwriting): Likewise.
1857         * tests/test-fflush.c (main): Avoid a failure on uClibc.
1858
1859 2007-06-08  Bruno Haible  <bruno@clisp.org>
1860
1861         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
1862         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
1863         * modules/gettext (Files): Add m4/intlmacosx.m4.
1864
1865 2007-06-07  Bruno Haible  <bruno@clisp.org>
1866
1867         * modules/localename-tests: New file.
1868         * tests/test-localename.c: New file.
1869
1870         New module 'localename'.
1871         * lib/localename.h: New file.
1872         * lib/localename.c: New file, from GNU gettext.
1873         * m4/localename.m4: New file.
1874         * modules/localename: New file.
1875
1876 2007-06-07  Bruno Haible  <bruno@clisp.org>
1877
1878         Work around the lack of <wchar.h> on some builds of uClibc.
1879         * doc/headers/wchar.texi: Update.
1880         * lib/wchar_.h: Include <wchar.h> only if it exists.
1881         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
1882         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
1883         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
1884         doesn't exist.
1885         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
1886         * modules/mbfile (Depends-on): Add wchar.
1887         * modules/mbiter (Depends-on): Likewise.
1888         * modules/mbuiter (Depends-on): Likewise.
1889         Reported by Simon Josefsson.
1890
1891 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
1892
1893         Work around problem reported by Steven M. Schweda in
1894         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
1895         Tru64 5.1B with the Compaq compiler environment installed declares
1896         an 'isblank' function but does not define it in the C library.
1897         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
1898         * lib/regex_internal.h (isblank): Likewise.
1899         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
1900         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
1901
1902 2007-06-05  Bruno Haible  <bruno@clisp.org>
1903
1904         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
1905         ia64.
1906         * modules/printf-safe: New file.
1907         * modules/fprintf-posix (Depends-on): Add printf-safe.
1908         * modules/printf-posix (Depends-on): Likewise.
1909         * modules/snprintf-posix (Depends-on): Likewise.
1910         * modules/sprintf-posix (Depends-on): Likewise.
1911         * modules/vasnprintf-posix (Depends-on): Likewise.
1912         * modules/vasprintf-posix (Depends-on): Likewise.
1913         * modules/vfprintf-posix (Depends-on): Likewise.
1914         * modules/vprintf-posix (Depends-on): Likewise.
1915         * modules/vsnprintf-posix (Depends-on): Likewise.
1916         * modules/vsprintf-posix (Depends-on): Likewise.
1917         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
1918         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
1919         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
1920         "no" on i386, x86_64, ia64.
1921         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
1922         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
1923         on i386, x86_64, ia64.
1924         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
1925         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
1926         on i386, x86_64, ia64.
1927         * tests/test-vasnprintf-posix.c: Include float.h.
1928         (LDBL80_WORDS): New macro.
1929         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
1930         on i386, x86_64, ia64.
1931         * tests/test-vasprintf-posix.c: Include float.h.
1932         (LDBL80_WORDS): New macro.
1933         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
1934         on i386, x86_64, ia64.
1935         * tests/test-snprintf-posix.c: Include float.h.
1936         * tests/test-sprintf-posix.c: Likewise.
1937         * tests/test-vsnprintf-posix.c: Likewise.
1938         * tests/test-vsprintf-posix.c: Likewise.
1939
1940 2007-06-05  Bruno Haible  <bruno@clisp.org>
1941
1942         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
1943         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
1944         non-IEEE numbers on i386, x86_64, ia64.
1945         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
1946         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
1947         * tests/test-isnanl.h: Include float.h.
1948         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
1949
1950 2007-06-05  Bruno Haible  <bruno@clisp.org>
1951
1952         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
1953         also the %a / %A. Handle the %a / %A code before this extra handling.
1954
1955 2007-06-05  Bruno Haible  <bruno@clisp.org>
1956
1957         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
1958         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
1959
1960 2007-06-05  Bruno Haible  <bruno@clisp.org>
1961
1962         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
1963         typo in variable name.
1964
1965 2007-06-05  Eric Blake  <ebb9@byu.net>
1966
1967         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
1968         Reported by Simon Josefsson.
1969
1970 2007-06-04  Bruno Haible  <bruno@clisp.org>
1971
1972         Avoid test failures on some PowerPC platforms.
1973         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
1974         Define differently for PowerPC.
1975         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
1976         Reported by Gary V. Vaughan <gary@gnu.org>.
1977
1978 2007-06-02  Bruno Haible  <bruno@clisp.org>
1979
1980         Fix test-stdint failure on FreeBSD/ia64.
1981         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
1982         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
1983         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
1984         * doc/headers/stdint.texi: Update.
1985
1986 2007-06-01  Bruno Haible  <bruno@clisp.org>
1987
1988         * tests/test-binary-io.c (main): Pass a third argument to open().
1989         Reported by Gary V. Vaughan <gary@gnu.org>.
1990
1991 2007-06-01  Bruno Haible  <bruno@clisp.org>
1992
1993         * doc/functions/frexpl.texi: Update for mingw.
1994
1995 2007-06-01  Bruno Haible  <bruno@clisp.org>
1996
1997         * tests/test-lseek.c (main): Disable test of errno for invalid third
1998         argument.
1999         * doc/functions/lseek.texi: Update.
2000         Reported by Gary V. Vaughan <gary@gnu.org>.
2001
2002 2007-05-28  Bruno Haible  <bruno@clisp.org>
2003
2004         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
2005
2006 2007-05-31  Eric Blake  <ebb9@byu.net>
2007
2008         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
2009         cross compiling.
2010
2011 2007-05-30  Eric Blake  <ebb9@byu.net>
2012         and Bruno Haible  <bruno@clisp.org>
2013
2014         Work around mingw test failures exposed by m4-1.4.9b.
2015         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
2016         * tests/test-unistd.c: Disable uid_t and git_t tests for the
2017         moment.
2018
2019 2007-05-30  Bruno Haible  <bruno@clisp.org>
2020
2021         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
2022         assuming that they are closed. Needed on HP-UX 11.
2023
2024 2007-05-29  Bruno Haible  <bruno@clisp.org>
2025
2026         Fix a problem with #include_next.
2027         * lib/dirent_.h: Split the double-inclusion guard.
2028         * lib/fcntl_.h: Likewise.
2029         * lib/float_.h: Likewise.
2030         * lib/iconv_.h: Likewise.
2031         * lib/inttypes_.h: Likewise.
2032         * lib/locale_.h: Likewise.
2033         * lib/math_.h: Likewise.
2034         * lib/netinet_in_.h: Likewise.
2035         * lib/search_.h: Likewise.
2036         * lib/signal_.h: Likewise.
2037         * lib/stdint_.h: Likewise.
2038         * lib/stdio_.h: Likewise.
2039         * lib/stdlib_.h: Likewise.
2040         * lib/string_.h: Likewise.
2041         * lib/sys_select_.h: Likewise.
2042         * lib/sys_socket_.h: Likewise.
2043         * lib/sys_stat_.h: Likewise.
2044         * lib/sys_time_.h: Likewise.
2045         * lib/sysexits_.h: Likewise.
2046         * lib/time_.h: Likewise.
2047         * lib/unistd_.h: Likewise.
2048         * lib/wchar_.h: Likewise.
2049         * lib/wctype_.h: Likewise.
2050
2051 2007-05-29  Bruno Haible  <bruno@clisp.org>
2052
2053         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
2054         for the moment.
2055
2056 2007-05-29  Bruno Haible  <bruno@clisp.org>
2057
2058         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
2059         invocation.
2060         Reported by Eric Blake.
2061
2062 2007-05-29  Bruno Haible  <bruno@clisp.org>
2063
2064         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
2065         compiling case.
2066
2067 2007-05-29  Eric Blake  <ebb9@byu.net>
2068             Bruno Haible  <bruno@clisp.org>
2069
2070         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
2071         cross compiles.
2072
2073 2007-05-28  Eric Blake  <ebb9@byu.net>
2074
2075         * modules/closein-tests (test_closein_LDADD): Support test on
2076         cygwin with libtool.
2077
2078 2007-05-28  Bruno Haible  <bruno@clisp.org>
2079
2080         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
2081         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
2082         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
2083         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
2084         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
2085         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
2086         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
2087         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
2088         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
2089
2090 2007-05-28  Eric Blake  <ebb9@byu.net>
2091
2092         Unconditionally include <config.h> in unit tests.
2093         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
2094         * tests/test-allocsa.c, tests/test-arcfour.c,
2095         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
2096         tests/test-array_list.c, tests/test-array_oset.c,
2097         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
2098         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
2099         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
2100         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
2101         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
2102         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
2103         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
2104         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
2105         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
2106         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
2107         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
2108         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
2109         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
2110         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
2111         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
2112         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
2113         test-md5.c, test-memmem.c, test-printf-posix.c,
2114         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
2115         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
2116         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
2117         test-strcasestr.c, test-striconv.c, test-striconveh.c,
2118         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
2119         test-vasnprintf-posix2.c, test-vasnprintf.c,
2120         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
2121         test-vfprintf-posix.c, test-vprintf-posix.c,
2122         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
2123         test-xvasprintf.c: Likewise.
2124
2125 2007-05-28  Bruno Haible  <bruno@clisp.org>
2126
2127         * gnulib-tool (func_import): Remember the --with-tests command-line
2128         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
2129         Reported by Eric Blake.
2130
2131 2007-05-28  Bruno Haible  <bruno@clisp.org>
2132
2133         * modules/ftell-tests: New file.
2134         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
2135         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
2136
2137         * lib/ftell.c: New file.
2138         * modules/ftell: New file.
2139         * m4/ftell.m4: New file.
2140         * doc/functions/ftell.texi: Update.
2141         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
2142         REPLACE_FTELL.
2143         * lib/stdio_.h (rpl_ftell): New declaration.
2144         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
2145         REPLACE_FTELL.
2146
2147 2007-05-28  Eric Blake  <ebb9@byu.net>
2148
2149         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
2150
2151 2007-05-28  Bruno Haible  <bruno@clisp.org>
2152
2153         * modules/fseek-tests: New file.
2154         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
2155         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
2156
2157         * lib/fseek.c: New file.
2158         * modules/fseek: New file.
2159         * m4/fseek.m4: New file.
2160         * doc/functions/fseek.texi: Update.
2161         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
2162         REPLACE_FSEEK.
2163         * lib/stdio_.h (rpl_fseek): New declaration.
2164         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
2165         REPLACE_FSEEK.
2166
2167 2007-05-28  Bruno Haible  <bruno@clisp.org>
2168
2169         * lib/stdio_.h (fflush): More comments.
2170
2171 2007-05-28  Bruno Haible  <bruno@clisp.org>
2172
2173         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
2174         runtime test.
2175
2176 2007-05-28  Eric Blake  <ebb9@byu.net>
2177
2178         Improve lseek module.
2179         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
2180         * lib/unistd_.h (lseek): Scale back link warning message.
2181         * tests/test-lseek.c: Beef up test.
2182         * tests/test-lseek.sh: Exercise more facets of lseek.
2183         Reported by Bruno Haible.
2184
2185 2007-05-28  Bruno Haible  <bruno@clisp.org>
2186
2187         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
2188         to define.
2189
2190 2007-05-27  Bruno Haible  <bruno@clisp.org>
2191
2192         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
2193
2194 2007-05-27  Bruno Haible  <bruno@clisp.org>
2195
2196         * modules/openmp: New file.
2197         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
2198         Noah Misch.
2199
2200 2007-05-26  Bruno Haible  <bruno@clisp.org>
2201
2202         * modules/chdir-long (Depends-on): Add fchdir.
2203         * modules/chdir-safer (Depends-on): Likewise.
2204         * modules/fts (Depends-on): Likewise.
2205         * modules/fts-lgpl (Depends-on): Likewise.
2206         * modules/openat (Depends-on): Likewise.
2207         * modules/savewd (Depends-on): Likewise.
2208
2209 2007-05-24  Eric Blake  <ebb9@byu.net>
2210
2211         Fix lseek on mingw.
2212         * modules/lseek: New module.
2213         * m4/lseek.m4: New file.
2214         * lib/lseek.c: New file.
2215         * modules/lseek-tests: New file.
2216         * tests/test-lseek.c: New file.
2217         * tests/test-lseek.sh: New file.
2218         * MODULES.html.sh: Document lseek module.
2219         * modules/fflush (Depends-on): Add lseek, fseeko.
2220         * modules/fseeko (Depends-on): Likewise.
2221         * modules/ftello (Depends-on): Likewise.
2222         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
2223         broken.
2224         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
2225         broken.
2226         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
2227         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
2228         * lib/ftello.c (rpl_ftello): Likewise.
2229         * tests/test-fseeko.c (main): Test this.
2230         * tests/test-fseeko.sh: Likewise.
2231         * tests/test-ftello.c (main): Likewise.
2232         * tests/test-ftello.sh: Likewise.
2233         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
2234         implies replacing fseek.
2235         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
2236         HAVE_FTELLO.
2237         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
2238         * modules/unistd (Makefile.am): Likewise.
2239         * lib/unistd_.h (lseek): Declare a replacement.
2240         * doc/functions/lseek.texi (lseek): Document this fix.
2241         * doc/functions/fseek.texi (fseek): Likewise.
2242         * doc/functions/ftell.texi (ftell): Likewise.
2243
2244 2007-05-24  Bruno Haible  <bruno@clisp.org>
2245
2246         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
2247         in the printed representation of a NaN.
2248         * tests/test-vasprintf-posix.c (test_function): Likewise.
2249         * tests/test-snprintf-posix.h (test_function): Likewise.
2250         * tests/test-sprintf-posix.h (test_function): Likewise.
2251         Reported by Eric Blake.
2252
2253 2007-05-23  Eric Blake  <ebb9@byu.net>
2254
2255         Fix fseeko/ftello on cygwin 1.5.24.
2256         * doc/functions/fseeko.texi (fseeko): Document the fix.
2257         * doc/functions/ftello.texi (ftello): Document the fix.
2258         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
2259         * doc/functions/stdout.text (stdout): New file.
2260         * doc/functions/stderr.text (stderr): New file.
2261         * doc/gnulib.texi (Function Substitutes): Use new files.
2262         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
2263         prior to 1.7.0.
2264         * tests/test-ftello.c (main): Likewise for ftello.
2265         * tests/test-fseeko.sh: New file.
2266         * tests/test-ftello.sh: New file.
2267         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
2268         with seekable stdin.
2269         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
2270         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
2271         (gl_REPLACE_FSEEKO): New macro.
2272         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
2273         * modules/fseeko (Files): Distribute fseeko.c.
2274         * modules/ftello (Files): Distribute ftello.c.
2275         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
2276         mode.
2277         * lib/ftello.c (rpl_ftello): New file.
2278         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
2279         fseeko, ftello.
2280         (gl_STDIN_LARGE_OFFSET): New macro.
2281         * modules/stdio (Makefile.am): Perform the replacement.
2282         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
2283
2284 2007-05-23  Bruno Haible  <bruno@clisp.org>
2285
2286         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
2287         GNULIB_POSIXCHECK is defined.
2288
2289 2007-05-21  Bruno Haible  <bruno@clisp.org>
2290
2291         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
2292         Check also the output for NaN arguments. When cross-compiling, guess
2293         no on IRIX.
2294         * lib/vasnprintf.c: Update comments.
2295         * tests/test-vasnprintf-posix.c (strisnan): New function.
2296         (test_function): Use it.
2297         * tests/test-vasprintf-posix.c (strisnan): New function.
2298         (test_function): Use it.
2299         * tests/test-snprintf-posix.h (strisnan): New function.
2300         (test_function): Use it.
2301         * tests/test-sprintf-posix.h (strisnan): New function.
2302         (test_function): Use it.
2303         Reported by Eric Blake.
2304
2305 2007-05-20  Bruno Haible  <bruno@clisp.org>
2306
2307         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
2308         numbers that fails on BeOS.
2309         * doc/functions/frexpl.texi: Update.
2310
2311 2007-05-20  Jim Meyering  <jim@meyering.net>
2312
2313         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
2314         forced upon us by glibc-2.6.
2315
2316 2007-05-20  Bruno Haible  <bruno@clisp.org>
2317
2318         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
2319         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
2320         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
2321         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
2322         NEED_PRINTF_INFINITE.
2323         (is_infinitel): New function.
2324         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
2325         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
2326         gl_PREREQ_VASNPRINTF_INFINITE.
2327         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
2328         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
2329         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
2330         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
2331         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
2332         gl_PREREQ_VASNPRINTF_INFINITE.
2333         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
2334         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
2335         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
2336         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
2337         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
2338         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
2339         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
2340         * doc/functions/fprintf.texi: Update.
2341         * doc/functions/printf.texi: Update.
2342         * doc/functions/snprintf.texi: Update.
2343         * doc/functions/sprintf.texi: Update.
2344         * doc/functions/vfprintf.texi: Update.
2345         * doc/functions/vprintf.texi: Update.
2346         * doc/functions/vsnprintf.texi: Update.
2347         * doc/functions/vsprintf.texi: Update.
2348
2349 2007-05-20  Bruno Haible  <bruno@clisp.org>
2350
2351         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
2352         was not found in libc.
2353         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
2354
2355 2007-05-20  Bruno Haible  <bruno@clisp.org>
2356
2357         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
2358         printed as "-nan" instead of "nan".
2359         * tests/test-vasprintf-posix.c (test_function): Likewise.
2360         * tests/test-snprintf-posix.h (test_function): Likewise.
2361         * tests/test-sprintf-posix.h (test_function): Likewise.
2362         Needed for HP-UX 11.
2363
2364 2007-05-20  Jim Meyering  <jim@meyering.net>
2365
2366         Fix buggy test for the fchownat-deref bug.
2367         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
2368         symlink required for the run-test.  Without it, this test would
2369         always declare that fchownat doesn't work, and client code would
2370         unnecessarily use the replacement function with fixed libc.
2371         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
2372         Reported by Greg Schafer.
2373
2374 2007-05-19  Bruno Haible  <bruno@clisp.org>
2375
2376         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
2377         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
2378         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
2379         Needed for IRIX 6.5 and Solaris 2.5.1.
2380
2381 2007-05-19  Bruno Haible  <bruno@clisp.org>
2382
2383         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
2384         (test_function): Skip tests involving -0.0 on platforms where
2385         -0.0 = 0.0.
2386         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
2387         (test_function): Skip tests involving -0.0 on platforms where
2388         -0.0 = 0.0.
2389         * tests/test-snprintf-posix.h (have_minus_zero): New function.
2390         (test_function): Skip tests involving -0.0 on platforms where
2391         -0.0 = 0.0.
2392         * tests/test-sprintf-posix.h (have_minus_zero): New function.
2393         (test_function): Skip tests involving -0.0 on platforms where
2394         -0.0 = 0.0.
2395         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
2396         tests.
2397         * tests/test-printf-posix.h (test_function): Likewise.
2398         * tests/test-printf-posix.output: Remove all -0.0 related results.
2399         Needed for IRIX 6.5.
2400
2401 2007-05-19  Bruno Haible  <bruno@clisp.org>
2402
2403         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
2404         printed as "nan0x7fffffff" instead of "nan".
2405         * tests/test-vasprintf-posix.c (test_function): Likewise.
2406         * tests/test-snprintf-posix.h (test_function): Likewise.
2407         * tests/test-sprintf-posix.h (test_function): Likewise.
2408         * tests/test-fprintf-posix.h (NaN): Remove macro.
2409         (test_function): Remove all NaN related tests.
2410         * tests/test-printf-posix.h (NaN): Remove macro.
2411         (test_function): Remove all NaN related tests.
2412         * tests/test-printf-posix.output: Remove all NaN related results.
2413         Needed for IRIX 6.5.
2414
2415 2007-05-19  Bruno Haible  <bruno@clisp.org>
2416
2417         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
2418         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
2419
2420 2007-05-19  Bruno Haible  <bruno@clisp.org>
2421
2422         * lib/float_.h: New file.
2423         * m4/float_h.m4: New file.
2424         * modules/float: New file.
2425         * modules/isnanl (Dependencies): Add float.
2426         * modules/isnanl-nolibm (Dependencies): Likewise.
2427         * modules/mathl (Dependencies): Likewise.
2428         * modules/printf-frexpl (Dependencies): Likewise.
2429         * modules/signbit (Dependencies): Likewise.
2430         * modules/vasnprintf (Dependencies): Likewise.
2431         * doc/headers/float.texi: Update.
2432
2433 2007-05-19  Jim Meyering  <jim@meyering.net>
2434
2435         * lib/utimens.c (gl_futimens): Rename from futimens,
2436         now that glibc-2.6 declares futimens.
2437         * lib/utimens.h: Likewise.
2438
2439 2007-05-19  Bruno Haible  <bruno@clisp.org>
2440
2441         Avoid test failures on mingw.
2442         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
2443         * tests/test-printf-posix.sh: Likewise.
2444         * tests/test-vfprintf-posix.sh: Likewise.
2445         * tests/test-vprintf-posix.sh: Likewise.
2446
2447 2007-05-19  Bruno Haible  <bruno@clisp.org>
2448
2449         Fix *printf result for NaN, Inf, -0.0 on mingw.
2450         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
2451         * lib/vasnprintf.c: Include math.h and isnan.h.
2452         (is_infinite_or_zero): New function.
2453         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
2454         values in the %f, %F, %e, %E, %g, %G directives.
2455         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
2456         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
2457         gl_PRINTF_INFINITE and test its result. Invoke
2458         gl_PREREQ_VASNPRINTF_INFINITE.
2459         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
2460         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
2461         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
2462         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
2463         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
2464         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
2465         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
2466         * doc/functions/fprintf.texi: Update.
2467         * doc/functions/printf.texi: Update.
2468         * doc/functions/snprintf.texi: Update.
2469         * doc/functions/sprintf.texi: Update.
2470         * doc/functions/vfprintf.texi: Update.
2471         * doc/functions/vprintf.texi: Update.
2472         * doc/functions/vsnprintf.texi: Update.
2473         * doc/functions/vsprintf.texi: Update.
2474
2475 2007-05-19  Bruno Haible  <bruno@clisp.org>
2476
2477         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
2478         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
2479         Instead of multiplying with 10^k, set extra_zeroes to k.
2480         (scale10_round_long_double): Remove function.
2481
2482 2007-05-18  Bruno Haible  <bruno@clisp.org>
2483
2484         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
2485         introduced on 2007-05-06.
2486
2487 2007-05-18  Bruno Haible  <bruno@clisp.org>
2488
2489         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
2490         %g directives.
2491         * tests/test-vasprintf-posix.c (test_function): Likewise.
2492         * tests/test-snprintf-posix.h (test_function): Likewise.
2493         * tests/test-sprintf-posix.h (test_function): Likewise.
2494
2495 2007-05-18  Bruno Haible  <bruno@clisp.org>
2496
2497         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
2498         (strmatch): New function.
2499         (test_function): Test the %f directive on numbers of various exponents.
2500         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
2501         (strmatch): New function.
2502         (test_function): Test the %f directive on numbers of various exponents.
2503         * tests/test-snprintf-posix.h (strmatch): New function.
2504         (test_function): Test the %f directive on numbers of various exponents.
2505         * tests/test-sprintf-posix.h (strmatch): New function.
2506         (test_function): Test the %f directive on numbers of various exponents.
2507         * tests/test-snprintf-posix.c (SIZEOF): New macro.
2508         * tests/test-sprintf-posix.c (SIZEOF): New macro.
2509         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
2510         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
2511
2512 2007-05-18  Bruno Haible  <bruno@clisp.org>
2513
2514         Add support for 'long double' number output.
2515         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
2516         * lib/vasnprintf.c: Include math.h and float+.h.
2517         (mp_limb_t): New type.
2518         (GMP_LIMB_BITS): New macro.
2519         (mp_twolimb_t): New type.
2520         (GMP_TWOLIMB_BITS): New macro.
2521         (mpn_t): New type.
2522         (multiply, divide, convert_to_decimal, decode_long_double,
2523         scale10_round_long_double, scale10_round_decimal_long_double,
2524         floorlog10l): New functions.
2525         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
2526         for the %f, %F, %e, %E, %g, %G directives.
2527         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
2528         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
2529         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
2530         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
2531         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
2532         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
2533         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
2534         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
2535         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
2536         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
2537         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
2538         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
2539         * modules/snprintf-posix (Depends-on): Likewise.
2540         * modules/sprintf-posix (Depends-on): Likewise.
2541         * modules/vasnprintf-posix (Depends-on): Likewise.
2542         * modules/vasprintf-posix (Depends-on): Likewise.
2543         * modules/vfprintf-posix (Depends-on): Likewise.
2544         * modules/vsnprintf-posix (Depends-on): Likewise.
2545         * modules/vsprintf-posix (Depends-on): Likewise.
2546         * modules/vasnprintf (Files): Add lib/float+.h.
2547         * doc/functions/fprintf.texi: Update.
2548         * doc/functions/printf.texi: Update.
2549         * doc/functions/snprintf.texi: Update.
2550         * doc/functions/sprintf.texi: Update.
2551         * doc/functions/vfprintf.texi: Update.
2552         * doc/functions/vprintf.texi: Update.
2553         * doc/functions/vsnprintf.texi: Update.
2554         * doc/functions/vsprintf.texi: Update.
2555
2556 2007-05-18  Bruno Haible  <bruno@clisp.org>
2557
2558         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
2559
2560 2007-05-18  Bruno Haible  <bruno@clisp.org>
2561
2562         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
2563         for printing 64-bit integers. Needed for mingw.
2564
2565 2007-05-18  Bruno Haible  <bruno@clisp.org>
2566
2567         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
2568         gl_FUNC_FREXPL_WORKS.
2569         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
2570
2571 2007-05-18  Bruno Haible  <bruno@clisp.org>
2572
2573         * modules/frexpl-nolibm-tests: New file.
2574
2575         * modules/frexpl-nolibm: New file.
2576         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
2577
2578 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
2579
2580         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
2581         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
2582         GCC 4.2, which otherwise issues a lot of warnings.
2583         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
2584         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
2585         Likewise.
2586         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
2587         * modules/iconv_open (iconv.h): Likewise.
2588         * modules/locale (locale.h): Likewise.
2589         * modules/netinet_in (netinet/in.h): Likewise.
2590         * modules/sys_select (sys_select.h): Likewise.
2591         * modules/sys_socket (sys/socket.h): Likewise.
2592         * modules/sys_stat (sys/stat.h): Likewise.
2593         * modules/sysexits (sysexits.h): Likewise.
2594         * modules/unistd (unistd.h): Likewise.
2595
2596 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2597
2598         * modules/closein-tests (Makefile.am): Distribute
2599         `test-closein.sh'.
2600
2601 2007-05-17  Bruno Haible  <bruno@clisp.org>
2602
2603         * tests/test-printf-posix.output: Renamed from
2604         tests/test-fprintf-posix.out.
2605         * modules/fprintf-posix-tests: Update.
2606         * modules/printf-posix-tests: Update.
2607         * modules/vfprintf-posix-tests: Update.
2608         * modules/vprintf-posix-tests: Update.
2609         * tests/test-fprintf-posix.sh: Update.
2610         * tests/test-printf-posix.sh: Update.
2611         * tests/test-vfprintf-posix.sh: Update.
2612         * tests/test-vprintf-posix.sh: Update.
2613         Reported by Ralf Wildenhues.
2614
2615 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
2616
2617         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
2618         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
2619         GCC 4.2, which otherwise issues a lot of warnings.
2620         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
2621         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
2622         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
2623         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
2624         it should no longer be needed.
2625         * lib/string_.h: Likewise.
2626         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
2627         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
2628         * modules/inttypes (inttypes.h): Likewise.
2629         * modules/math (math.h): Likewise.
2630         * modules/search (search.h): Likewise.
2631         * modules/signal (signal.h): Likewise.
2632         * modules/stdint (stdint.h): Likewise.
2633         * modules/stdio (stdio.h): Likewise.
2634         * modules/stdlib (stdlib.h): Likewise.
2635         * modules/string (string.h): Likewise.
2636         * modules/sys_time (sys/time.h): Likewise.
2637         * modules/time (time.h): Likewise.
2638         * modules/wchar (wchar.h): Likewise.
2639         * modules/wctype (wtype.h): Likewise.
2640
2641 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
2642
2643         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
2644
2645 2007-05-13  Bruno Haible  <bruno@clisp.org>
2646
2647         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
2648         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
2649         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
2650         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
2651         (gl_PREREQ_STRTOK_R): Don't require it here.
2652
2653 2007-05-13  Bruno Haible  <bruno@clisp.org>
2654
2655         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
2656         when used in C++ mode.
2657
2658 2007-05-12  Bruno Haible  <bruno@clisp.org>
2659
2660         * lib/linebuffer.h: Tweak doc.
2661         * lib/linebuffer.c: Likewise.
2662
2663 2007-05-12  James Youngman  <jay@gnu.org>
2664
2665         * lib/linebuffer.c (readlinebuffer_delim): New function,
2666         like readlinebuffer, but use a caller-specified delimiter.
2667         (readlinebuffer): Just call readlinebuffer_delim with '\n'
2668         as the delimiter.
2669         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
2670
2671 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
2672
2673         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
2674         * modules/openat (Files): Remove openat-die.c.
2675         (Depends-on): Add openat-die.
2676         * modules/openat-die: New module.
2677
2678 2007-05-06  Bruno Haible  <bruno@clisp.org>
2679
2680         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
2681         Update with info about Cygwin.
2682         * doc/functions/fprintf.texi: Update.
2683         * doc/functions/printf.texi: Update.
2684         * doc/functions/snprintf.texi: Update.
2685         * doc/functions/sprintf.texi: Update.
2686         * doc/functions/vfprintf.texi: Update.
2687         * doc/functions/vprintf.texi: Update.
2688         * doc/functions/vsnprintf.texi: Update.
2689         * doc/functions/vsprintf.texi: Update.
2690         Reported by Eric Blake.
2691
2692 2007-05-06  Bruno Haible  <bruno@clisp.org>
2693
2694         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
2695         padding ourselves for the floating-point directives.
2696         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
2697         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
2698         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
2699         gl_PRINTF_FLAG_ZERO and test its result. Invoke
2700         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
2701         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
2702         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
2703         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
2704         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
2705         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
2706         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
2707         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
2708         * tests/test-snprintf-posix.h (test_function): Also check the width
2709         and some flags in the %f directive.
2710         * tests/test-sprintf-posix.h (test_function): Likewise.
2711         * tests/test-vasnprintf-posix.c (test_function): Likewise.
2712         * tests/test-vasprintf-posix.c (test_function): Likewise.
2713         * doc/functions/fprintf.texi: Update.
2714         * doc/functions/printf.texi: Update.
2715         * doc/functions/snprintf.texi: Update.
2716         * doc/functions/sprintf.texi: Update.
2717         * doc/functions/vfprintf.texi: Update.
2718         * doc/functions/vprintf.texi: Update.
2719         * doc/functions/vsnprintf.texi: Update.
2720         * doc/functions/vsprintf.texi: Update.
2721
2722 2007-05-06  Bruno Haible  <bruno@clisp.org>
2723
2724         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
2725         pass the ' flag character to sprintf or snprintf.
2726         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
2727         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
2728         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
2729         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
2730         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
2731         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
2732         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
2733         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
2734         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
2735         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
2736         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
2737         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
2738         * tests/test-snprintf-posix.h (test_function): Also check the grouping
2739         flag.
2740         * tests/test-sprintf-posix.h (test_function): Likewise.
2741         * tests/test-vasnprintf-posix.c (test_function): Likewise.
2742         * tests/test-vasprintf-posix.c (test_function): Likewise.
2743         * doc/functions/fprintf.texi: Update.
2744         * doc/functions/printf.texi: Update.
2745         * doc/functions/snprintf.texi: Update.
2746         * doc/functions/sprintf.texi: Update.
2747         * doc/functions/vfprintf.texi: Update.
2748         * doc/functions/vprintf.texi: Update.
2749         * doc/functions/vsnprintf.texi: Update.
2750         * doc/functions/vsprintf.texi: Update.
2751
2752 2007-05-01  Bruno Haible  <bruno@clisp.org>
2753
2754         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
2755
2756 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
2757
2758         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
2759         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
2760
2761 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
2762
2763         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
2764         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
2765         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
2766
2767 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
2768
2769         * lib/argp-help.c (struct hol_entry): New member `ord'.
2770         (HOL_ENTRY_PTRCMP): Use ord for comparison
2771         (hol_sort): Initialize ord.
2772
2773 2007-05-01  Bruno Haible  <bruno@clisp.org>
2774
2775         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
2776         Reported by Eric Blake.
2777         * doc/gnulib.texi (Function Substitutes): Update.
2778
2779 2007-05-01  Bruno Haible  <bruno@clisp.org>
2780
2781         * doc/functions.texi: Remove file, now redundant through
2782         doc/functions/*.texi.
2783
2784 2007-05-01  Bruno Haible  <bruno@clisp.org>
2785
2786         * modules/argp (Depends-on): Add sleep.
2787
2788 2007-05-01  Bruno Haible  <bruno@clisp.org>
2789
2790         * modules/sleep-tests: New file.
2791         * tests/test-sleep.c: New file.
2792
2793         * modules/sleep: New file.
2794         * lib/sleep.c: New file.
2795         * m4/sleep.m4: New file.
2796         * lib/unistd_.h (sleep): New declaration.
2797         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
2798         HAVE_SLEEP.
2799         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
2800         * doc/functions/sleep.texi: Document the sleep module.
2801
2802 2007-05-01  Bruno Haible  <bruno@clisp.org>
2803
2804         * lib/sigprocmask.h: Remove file.
2805         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
2806         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
2807         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
2808         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
2809         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
2810         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
2811         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
2812         HAVE_SIGSET_T as a shell variable.
2813         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
2814         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
2815         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
2816         (Depends-on): Add signal. Remove verify.
2817         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
2818         (Include): Mention <signal.h> instead of sigprocmask.h.
2819         * NEWS: Mention the change.
2820         * lib/fatal-signal.c: Don't include sigprocmask.h.
2821
2822 2007-05-01  Bruno Haible  <bruno@clisp.org>
2823
2824         * modules/signal: New file.
2825         * lib/signal_.h: New file.
2826         * m4/signal_h.m4: New file.
2827
2828 2007-05-01  Bruno Haible  <bruno@clisp.org>
2829
2830         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
2831         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
2832         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
2833         HAVE_WCTYPE_CTMP_BUG into wctype.h.
2834
2835 2007-05-01  Bruno Haible  <bruno@clisp.org>
2836
2837         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
2838         configure time.
2839         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
2840         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
2841         * modules/sys_stat (Makefile.am): Substitute their values into
2842         sys/stat.h.
2843
2844 2007-05-01  Bruno Haible  <bruno@clisp.org>
2845
2846         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
2847         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
2848         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
2849
2850 2007-05-01  Bruno Haible  <bruno@clisp.org>
2851
2852         * doc/header/assert.texi: Undo last change: don't mention the gnulib
2853         'assert' module here.
2854
2855 2007-05-01  Bruno Haible  <bruno@clisp.org>
2856
2857         * doc/functions/*.texi: New files.
2858         * doc/functions/google-ranking.txt: New file.
2859         * doc/gnulib.texi (Function Substitutes): New chapter.
2860         (ctime, inet_ntoa): Remove sections.
2861         * doc/ctime.texi: Remove file.
2862         * doc/inet_ntoa.texi: Remove file.
2863         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
2864         dependencies.
2865         (%.info): New rule, specifying a --reference-limit.
2866
2867 2007-05-01  Bruno Haible  <bruno@clisp.org>
2868
2869         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
2870
2871 2007-05-01  Bruno Haible  <bruno@clisp.org>
2872
2873         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
2874         the portability of 'mkdir' to mingw systems.
2875
2876 2007-05-01  Bruno Haible  <bruno@clisp.org>
2877
2878         * doc/headers/google-ranking.txt: New file.
2879
2880 2007-04-30  Eric Blake  <ebb9@byu.net>
2881
2882         Prefer fseeko to fseek.
2883         * modules/getpass (Depends-on): Add fseeko.
2884         * lib/getpass.c (getpass): Use fseeko, not fseek.
2885
2886 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
2887
2888         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
2889         assumes the sorting is stable, while most qsort implementations
2890         are not.  Use argument addresses to ensure they never compare as
2891         equal.
2892
2893         * tests/test-argp-2.sh (usage-indent test): Fix output
2894         (func_compare): Restore diff options
2895         * tests/test-argp.c: Restore #include "progname.h"
2896
2897 2007-04-29  Bruno Haible  <bruno@clisp.org>
2898
2899         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
2900         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
2901         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
2902         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
2903         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
2904         (configure.ac): Define CHECK_SNPRINTF_POSIX.
2905         (TESTS, check_PROGRAMS): Add test-snprintf.
2906         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
2907         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
2908         (TESTS, check_PROGRAMS): Add test-vsnprintf.
2909         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
2910         assertions that fail on HP-UX, OSF/1, or IRIX.
2911         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
2912
2913 2007-04-29  Bruno Haible  <bruno@clisp.org>
2914
2915         * MODULES.html.sh (posix_functions): Remove 'contents'.
2916
2917 2007-04-29  Karl Berry  <karl@gnu.org>
2918
2919         * config/srclist.txt (gendocs_template_min): new entry.
2920
2921 2007-04-29  Bruno Haible  <bruno@clisp.org>
2922
2923         Work around fpurge bug on BSD systems.
2924         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
2925         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
2926         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
2927         fpurge to rpl_fpurge if the system already has this function.
2928         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
2929         the case where the system already has this function. Correct invariants
2930         on BSD systems.
2931         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
2932         BSD systems.
2933
2934 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
2935
2936         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
2937         proposed by Sven Verdoolaege.
2938
2939         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
2940         options.
2941         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
2942         (usage and help tests): Update
2943
2944 2007-04-29  Bruno Haible  <bruno@clisp.org>
2945
2946         * tests/test-fflush.c (main): Use a file of size 17, not 10.
2947         Print more information in case of failure. Disable a test on BeOS.
2948
2949 2007-04-29  Bruno Haible  <bruno@clisp.org>
2950
2951         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
2952         This helps debugging on systems on which no gdb is available.
2953
2954 2007-04-29  Bruno Haible  <bruno@clisp.org>
2955
2956         * lib/freading.h: Improve comments.
2957         * lib/fwriting.h: Likewise.
2958         * tests/test-freading.c (main): Don't check freading immediately after
2959         repositioning. Needed for glibc.
2960
2961 2007-04-29  Bruno Haible  <bruno@clisp.org>
2962
2963         * lib/freading.c (freading): Trivial simplification.
2964
2965 2007-04-28  Bruno Haible  <bruno@clisp.org>
2966
2967         * tests/test-fwriting.c (main): Also test the interaction between
2968         fflush and fwriting.
2969         * modules/fwriting-tests (Depends-on): Add fflush.
2970
2971         * tests/test-freading.c (main): Also test the interaction between
2972         fflush and freading.
2973         * modules/freading-tests (Depends-on): Add fflush.
2974
2975 2007-04-28  Bruno Haible  <bruno@clisp.org>
2976
2977         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
2978         fseeko and ftello.
2979         Suggested by Eric Blake.
2980
2981 2007-04-28  Jim Meyering  <jim@meyering.net>
2982
2983         Avoid false-negative in gl_STDINT_H's C99 conformance test.
2984         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
2985         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
2986
2987 2007-04-27  Eric Blake  <ebb9@byu.net>
2988
2989         * doc/headers/assert.texi (assert.h): Document assert module use.
2990
2991 2007-04-27  Bruno Haible  <bruno@clisp.org>
2992
2993         * doc/headers/*.texi: New files.
2994         * doc/gnulib.texi (Header File Substitutes): New chapter.
2995         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
2996         dependencies.
2997         (standards.info ,standards.html, standards.dvi): Update dependencies.
2998         (mostlyclean, clean): New targets.
2999
3000 2007-04-27  Bruno Haible  <bruno@clisp.org>
3001
3002         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
3003         * modules/sysexits (Files, Makefile.am): Update.
3004
3005         * lib/sys_socket_.h: Renamed from lib/socket_.h.
3006         * modules/sys_socket (Files, Makefile.am): Update.
3007
3008         * lib/sys_stat_.h: Renamed from lib/stat_.h.
3009         * modules/sys_stat (Files, Makefile.am): Update.
3010
3011 2007-04-27  Eric Blake  <ebb9@byu.net>
3012
3013         * lib/freading.h: Improve comments.
3014         * lib/fwriting.h: Likewise.
3015         * lib/fflush.c: Likewise.
3016
3017         Fix closein for mingw.
3018         * modules/closein-tests: Add tests for closein.
3019         * tests/test-closein.c: New file.
3020         * tests/test-closein.sh: Likewise.
3021         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
3022         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
3023
3024 2007-04-27  Bruno Haible  <bruno@clisp.org>
3025
3026         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
3027         version is < 6.
3028         * lib/math_.h [__DECC]: Likewise.
3029         * lib/stdio_.h [__DECC]: Likewise.
3030         * lib/stdlib_.h [__DECC]: Likewise.
3031         * lib/string_.h [__DECC]: Likewise.
3032         * lib/time_.h [__DECC]: Likewise.
3033         * lib/wchar_.h [__DECC]: Likewise.
3034         * lib/wctype_.h [__DECC]: Likewise.
3035
3036 2007-04-27  Bruno Haible  <bruno@clisp.org>
3037
3038         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
3039
3040 2007-04-27  Bruno Haible  <bruno@clisp.org>
3041
3042         * lib/fflush.c: Add comments.
3043         * modules/fpurge-tests (Depends-on): Add fflush.
3044         * modules/freadable-tests (Depends-on): Likewise.
3045         * modules/fwritable-tests (Depends-on): Likewise.
3046
3047 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
3048
3049         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
3050         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
3051         Report by Bruno Haible <bruno@clisp.org>.
3052
3053 2007-04-26  Eric Blake  <ebb9@byu.net>
3054
3055         Fix fflush on mingw.
3056         * modules/fflush (Depends-on): Add freading.
3057         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
3058         but unread data.
3059
3060 2007-04-26  Eric Blake  <ebb9@byu.net>
3061         and Bruno Haible  <bruno@clisp.org>
3062
3063         Implement freading and fwriting.
3064         * lib/freading.c: New file.
3065         * lib/freading.h: Likewise.
3066         * m4/freading.m4: Likewise.
3067         * modules/freading: Likewise.
3068         * modules/freading-tests: Likewise.
3069         * tests/test-freading.c: Likewise.
3070         * lib/fwriting.c: New file.
3071         * lib/fwriting.h: Likewise.
3072         * m4/fwriting.m4: Likewise.
3073         * modules/fwriting: Likewise.
3074         * modules/fwriting-tests: Likewise.
3075         * tests/test-fwriting.c: Likewise.
3076         * MODULES.html.sh (File stream based Input/Output): Mention them.
3077
3078 2007-04-26  Bruno Haible  <bruno@clisp.org>
3079
3080         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
3081         'long' when we assume it.
3082         Suggested by Eric Blake.
3083
3084 2007-04-26  Bruno Haible  <bruno@clisp.org>
3085
3086         Ensure fseeko, ftello are declared on glibc systems.
3087         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
3088         * modules/fseeko (configure.ac-early): Likewise.
3089         * modules/ftello (configure.ac-early): Likewise.
3090         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
3091         AC_FUNC_FSEEKO for this.
3092         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
3093         (gl_CHECK_FSEEKO): Remove macro.
3094
3095 2007-04-26  Bruno Haible  <bruno@clisp.org>
3096
3097         * tests/test-fflush.c (main): Also check the ftell result after
3098         fflush and fseek/fseeko.
3099         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
3100         file descriptor position cache in the stream.
3101         * lib/fseeko.c (rpl_fseeko): Likewise.
3102
3103 2007-04-26  Bruno Haible  <bruno@clisp.org>
3104
3105         * modules/fflush-tests (Depends-on): Add fseeko.
3106
3107 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
3108             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3109
3110         * lib/argz_.h: ensure error_t definition is obtained in same
3111         mechanism system argz.h would have.
3112         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
3113         argz facilities are known bad.  Err on the side of caution if
3114         cross-compiling.
3115
3116 2007-04-25  Eric Blake  <ebb9@byu.net>
3117
3118         * lib/fpurge.c (includes): Use stdlib.h for free.
3119         * tests/test-fflush.c (main): Also test fflush-fseeko.
3120
3121 2007-04-25  Bruno Haible  <bruno@clisp.org>
3122
3123         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
3124         * lib/fseeko.c: New file.
3125         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
3126         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
3127         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
3128         gl_FUNC_FSEEKO.
3129         (gl_FUNC_FSEEKO): Invoke it.
3130         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
3131         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
3132         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
3133
3134 2007-04-25  Bruno Haible  <bruno@clisp.org>
3135
3136         * modules/fflush (Depends-on): Add ftello.
3137
3138 2007-04-25  Bruno Haible  <bruno@clisp.org>
3139
3140         * modules/ftello-tests: New file.
3141         * tests/test-ftello.c: New file.
3142
3143         * modules/ftello: New file.
3144         * m4/ftello.m4: New file.
3145         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
3146         HAVE_FTELLO.
3147         * lib/stdio_.h (ftello): New declaration.
3148         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
3149         HAVE_FTELLO.
3150
3151 2007-04-25  Bruno Haible  <bruno@clisp.org>
3152
3153         * modules/fseeko-tests: New file.
3154         * tests/test-fseeko.c: New file.
3155
3156         * modules/fseeko: New file.
3157         * m4/fseeko.m4: New file.
3158         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
3159         HAVE_FSEEKO.
3160         * lib/stdio_.h (fseeko): New declaration.
3161         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
3162         HAVE_FSEEKO.
3163
3164 2007-04-25  Bruno Haible  <bruno@clisp.org>
3165
3166         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
3167
3168 2007-04-25  Bruno Haible  <bruno@clisp.org>
3169
3170         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
3171         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
3172         * tests/test-unistd.c: Likewise.
3173         * tests/test-fcntl.c: Likewise.
3174
3175 2007-04-23  Eric Blake  <ebb9@byu.net>
3176
3177         * lib/fflush.c: Fix missing include.
3178         Reported by Bruno Haible.
3179
3180 2007-04-23  Bruno Haible  <bruno@clisp.org>
3181
3182         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
3183         Reported by Eric Blake.
3184
3185 2007-04-23  Bruno Haible  <bruno@clisp.org>
3186
3187         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
3188
3189 2007-04-23  Bruno Haible  <bruno@clisp.org>
3190
3191         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
3192
3193 2007-04-23  Bruno Haible  <bruno@clisp.org>
3194
3195         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
3196         Needed on HP-UX 11.
3197
3198 2007-04-16  Eric Blake  <ebb9@byu.net>
3199
3200         Make fflush rely on fpurge.
3201         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
3202         open coding all variants.
3203         * modules/fflush (Depends-on): Add fpurge and unistd.
3204         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
3205         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
3206
3207         Fix --with-tests compilation on cygwin.
3208         * modules/argmatch-tests (Makefile.am): List gnulib library first
3209         in LDADD.
3210         * modules/argp-tests (Makefile.am): Likewise.
3211         * modules/array-list-tests (Makefile.am): Likewise.
3212         * modules/array-oset-tests (Makefile.am): Likewise.
3213         * modules/avltree-list-tests (Makefile.am): Likewise.
3214         * modules/avltree-oset-tests (Makefile.am): Likewise.
3215         * modules/avltreehash-list-tests (Makefile.am): Likewise.
3216         * modules/carray-list-tests (Makefile.am): Likewise.
3217         * modules/dirname-tests (Makefile.am): Likewise.
3218         * modules/frexp-tests (Makefile.am): Likewise.
3219         * modules/isnanl-tests (Makefile.am): Likewise.
3220         * modules/linked-list-tests (Makefile.am): Likewise.
3221         * modules/linkedhash-list-tests (Makefile.am): Likewise.
3222         * modules/lock-tests (Makefile.am): Likewise.
3223         * modules/rbtree-list-tests (Makefile.am): Likewise.
3224         * modules/rbtree-oset-tests (Makefile.am): Likewise.
3225         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
3226         * modules/tls-tests (Makefile.am): Likewise.
3227         * modules/tsearch-tests (Makefile.am): Likewise.
3228         * modules/xvasprintf-tests (Makefile.am): Likewise.
3229
3230         Fix fpurge for cygwin.
3231         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
3232         value.
3233         * modules/fpurge-tests (Depends-on): Clean up trash.
3234
3235 2007-04-16  Simon Josefsson  <simon@josefsson.org>
3236
3237         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
3238
3239         * m4/autobuild.m4: Re-indent.
3240
3241 2007-04-13  Bruno Haible  <bruno@clisp.org>
3242
3243         * modules/fpurge-tests: New file.
3244         * tests/test-fpurge.c: New file.
3245
3246         * modules/fpurge: New file.
3247         * lib/fpurge.h: New file.
3248         * lib/fpurge.c: New file.
3249         * m4/fpurge.m4: New file.
3250
3251 2007-04-13  Bruno Haible  <bruno@clisp.org>
3252
3253         * modules/fbufmode-tests: New file.
3254         * tests/test-fbufmode.c: New file.
3255
3256         * modules/fbufmode: New file.
3257         * lib/fbufmode.h: New file.
3258         * lib/fbufmode.c: New file.
3259         * m4/fbufmode.m4: New file.
3260
3261 2007-04-13  Bruno Haible  <bruno@clisp.org>
3262
3263         * modules/fwritable-tests: New file.
3264         * tests/test-fwritable.c: New file.
3265
3266         * modules/fwritable: New file.
3267         * lib/fwritable.h: New file.
3268         * lib/fwritable.c: New file.
3269         * m4/fwritable.m4: New file.
3270
3271 2007-04-13  Bruno Haible  <bruno@clisp.org>
3272
3273         * modules/freadable-tests: New file.
3274         * tests/test-freadable.c: New file.
3275
3276         * modules/freadable: New file.
3277         * lib/freadable.h: New file.
3278         * lib/freadable.c: New file.
3279         * m4/freadable.m4: New file.
3280
3281 2007-04-13  Bruno Haible  <bruno@clisp.org>
3282
3283         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
3284         MOSTLYCLEANFILES.
3285
3286 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
3287
3288         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
3289         gzip bootstrap.conf to avoid dragging in i18n machinery.
3290         (gnulib_tool_option): Use it.
3291
3292 2007-04-13  Bruno Haible  <bruno@clisp.org>
3293
3294         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
3295         %F directives.
3296         * tests/test-vasprintf-posix.c (test_function): Likewise.
3297         * tests/test-snprintf-posix.h (test_function): Likewise.
3298         * tests/test-sprintf-posix.h (test_function): Likewise.
3299         * tests/test-fprintf-posix.h (test_function): Likewise.
3300         * tests/test-printf-posix.h (test_function): Likewise.
3301         * tests/test-fprintf-posix.out: Likewise.
3302
3303 2007-04-13  Bruno Haible  <bruno@clisp.org>
3304
3305         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
3306         * modules/tls-tests (configure.ac): Likewise.
3307         Reported by Arto C. Nirkko <anirkko@insel.ch>.
3308
3309 2007-04-13  Bruno Haible  <bruno@clisp.org>
3310
3311         * lib/tls.c (glthread_tls_get): Fix return type.
3312         Patch by Arto C. Nirkko <anirkko@insel.ch>.
3313
3314 2007-04-12  Eric Blake  <ebb9@byu.net>
3315
3316         * modules/gettime (Depends-on): Remove gettime.
3317         Reported by Dmitry V. Levin.
3318
3319 2007-04-12  Bruno Haible  <bruno@clisp.org>
3320
3321         * modules/fflush (Include): Mention <stdio.h>.
3322         * modules/strtoimax (Include): Mention <inttypes.h>.
3323         * modules/strtoumax (Include): Likewise.
3324
3325 2007-04-12  Eric Blake  <ebb9@byu.net>
3326
3327         * .cvsignore: New file.
3328         * .gitignore: Likewise.
3329
3330 2007-04-12  Bruno Haible  <bruno@clisp.org>
3331
3332         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
3333         not before, since $(LDADD) often contains libgnu.a.
3334         * modules/striconv-tests (test_striconv_LDADD): Likewise.
3335         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
3336         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
3337         Needed on Cygwin.
3338
3339 2007-04-12  Eric Blake  <ebb9@byu.net>
3340
3341         Work around glibc's failure to flush stdin on fclose.
3342         * lib/closein.c (close_stdin): Flush stdin before closing.
3343
3344         Work around glibc's failure to reset seekable stdin on exit.
3345         * modules/closein: New module.
3346         * lib/closein.c: New file.
3347         * lib/closein.h: Likewise.
3348         * m4/closein.m4: Likewise.
3349         * MODULES.html.sh (File stream based Input/Output): Document it.
3350
3351 2007-04-12  Simon Josefsson  <simon@josefsson.org>
3352
3353         * gnulib-tool: Rename generated 'autobuild' script to
3354         'do-autobuild' in --create-megatestdir output.
3355
3356         * doc/gnulib.texi (Build robot for gnulib): Fix.
3357
3358 2007-04-12  Simon Josefsson  <simon@josefsson.org>
3359
3360         * modules/sysexits (Depends-on): Add absolute-header.
3361
3362 2007-04-12  Eric Blake  <ebb9@byu.net>
3363
3364         No need to preserve errno on success.
3365         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
3366         Reported by Bruno Haible.
3367
3368 2007-04-12  Simon Josefsson  <simon@josefsson.org>
3369
3370         * MODULES.html.sh (Support for maintaining and releasing
3371         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
3372
3373 2007-04-12  Simon Josefsson  <simon@josefsson.org>
3374
3375         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
3376
3377 2007-04-12  Simon Josefsson  <simon@josefsson.org>
3378
3379         * modules/autobuild: New module.
3380
3381         * m4/autobuild.m4: New file.
3382
3383 2007-04-11  Bruno Haible  <bruno@clisp.org>
3384
3385         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
3386         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
3387         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
3388         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
3389         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
3390         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
3391         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
3392         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
3393         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
3394         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
3395         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
3396         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
3397         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
3398         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
3399         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
3400         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
3401         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
3402         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
3403         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
3404         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
3405         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
3406         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
3407         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
3408         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
3409         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
3410         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
3411         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
3412         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
3413         Reported by Eric Blake.
3414
3415 2007-04-11  Bruno Haible  <bruno@clisp.org>
3416
3417         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
3418
3419 2007-04-10  Bruno Haible  <bruno@clisp.org>
3420
3421         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
3422         for NaN and Infinity. Needed on FreeBSD 6.1.
3423         * tests/test-vasnprintf-posix.c (test_function): Undo last change
3424         regarding results for "%010a" of Infinity and NaN.
3425         * tests/test-vasprintf-posix.c (test_function): Likewise.
3426         * tests/test-snprintf-posix.h (test_function): Likewise.
3427         * tests/test-sprintf-posix.h (test_function): Likewise.
3428         * tests/test-fprintf-posix.h (test_function): Likewise.
3429         * tests/test-printf-posix.h (test_function): Likewise.
3430         * tests/test-fprintf-posix.out: Likewise.
3431
3432 2007-04-10  Bruno Haible  <bruno@clisp.org>
3433
3434         * modules/locale-tests: New file.
3435         * tests/test-locale.c: New file.
3436
3437         * modules/locale: New file.
3438         * lib/locale_.h: New file.
3439         * m4/locale_h.m4: New file.
3440
3441 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
3442             Bruno Haible  <bruno@clisp.org>
3443
3444         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
3445         be determined, test for availability of the copysignf, copysign,
3446         copysignl functions.
3447         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
3448         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
3449         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
3450
3451 2007-04-09  Eric Blake  <ebb9@byu.net>
3452
3453         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
3454         * modules/stdio (Makefile.am): Support fflush.
3455         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
3456         * modules/fflush: New file.
3457         * lib/fflush.c: Likewise.
3458         * m4/fflush.m4: Likewise.
3459         * modules/fflush-tests: New test.
3460         * tests/test-fflush.c: Likewise.
3461         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
3462
3463 2007-04-06  Bruno Haible  <bruno@clisp.org>
3464
3465         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
3466         (VASNPRINTF): Use signbit for faster determination whether to print a
3467         minus sign.
3468         * modules/vasnprintf (Files): Remove lib/float+.h.
3469         * modules/fprintf-posix (Depends-on): Add signbit.
3470         * modules/snprintf-posix (Depends-on): Likewise.
3471         * modules/sprintf-posix (Depends-on): Likewise.
3472         * modules/vasnprintf-posix (Depends-on): Likewise.
3473         * modules/vasprintf-posix (Depends-on): Likewise.
3474         * modules/vfprintf-posix (Depends-on): Likewise.
3475         * modules/vsnprintf-posix (Depends-on): Likewise.
3476         * modules/vsprintf-posix (Depends-on): Likewise.
3477
3478 2007-04-06  Bruno Haible  <bruno@clisp.org>
3479
3480         * tests/test-frexp.c (main): Test also the sign bit of zero results.
3481         * tests/test-frexpl.c (main): Likewise.
3482         * tests/test-ldexpl.c (main): Likewise.
3483         * modules/frexp-tests (Depends-on): Add signbit.
3484         * modules/frexpl-tests (Depdends-on): Likewise.
3485         * modules/ldexpl-tests (Depdends-on): Likewise.
3486
3487 2007-04-06  Bruno Haible  <bruno@clisp.org>
3488
3489         * modules/signbit-tests: New file.
3490         * tests/test-signbit.c: New file.
3491
3492         * modules/signbit: New file.
3493         * lib/signbitf.c: New file.
3494         * lib/signbitd.c: New file.
3495         * lib/signbitl.c: New file.
3496         * m4/signbit.m4: New file.
3497         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
3498         (signbit): New macro.
3499         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
3500         REPLACE_SIGNBIT.
3501         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
3502         REPLACE_FREXPL into math.h.
3503
3504 2007-04-06  Bruno Haible  <bruno@clisp.org>
3505
3506         * modules/isnanf-nolibm-tests: New file.
3507         * tests/test-isnanf.c: New file.
3508
3509         * modules/isnanf-nolibm: New file.
3510         * lib/isnanf.h: New file.
3511         * lib/isnanf.c: New file.
3512         * lib/isnan.c: Consider the USE_FLOAT macro.
3513         * m4/isnanf.m4: New file.
3514
3515 2007-04-06  Bruno Haible  <bruno@clisp.org>
3516
3517         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
3518         (Link): New section.
3519
3520         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
3521
3522 2007-04-06  Bruno Haible  <bruno@clisp.org>
3523
3524         Assume the 'long double' type.
3525         * m4/longdouble.m4: Remove file.
3526         * config/srclist.txt: Don't mention longdouble.m4.
3527         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
3528         * lib/float+.h: Likewise.
3529         * lib/frexp.c: Likewise.
3530         * lib/printf-args.h: Likewise.
3531         * lib/printf-args.c: Likewise.
3532         * lib/printf-frexp.c: Likewise.
3533         * lib/printf-parse.c: Likewise.
3534         * lib/vasnprintf.c: Likewise.
3535         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
3536         * m4/intl.m4: Likewise.
3537         * m4/isnanl.m4: Likewise.
3538         * m4/printf.m4: Likewise.
3539         * m4/printf-frexpl.m4: Likewise.
3540         * m4/vasnprintf.m4: Likewise.
3541         * modules/allocsa (Files): Remove m4/longdouble.m4.
3542         * modules/gettext (Files): Likewise.
3543         * modules/relocatable-prog-wrapper (Files): Likewise.
3544         * modules/vasnprintf (Files): Likewise.
3545         * modules/isnanl (Files): Likewise.
3546         (Include): Simplify.
3547         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
3548         (Include): Simplify.
3549         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
3550         (Include): Simplify.
3551         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
3552         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
3553         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
3554         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
3555         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
3556         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
3557         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
3558         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
3559         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
3560         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
3561         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
3562         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
3563         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
3564         * tests/test-isnanl.c: Likewise.
3565         * tests/test-snprintf-posix.h: Likewise.
3566         * tests/test-sprintf-posix.h: Likewise.
3567         * tests/test-vasnprintf-posix.c: Likewise.
3568         * tests/test-vasnprintf-posix2.c: Likewise.
3569         * tests/test-vasprintf-posix.c: Likewise.
3570
3571 2007-04-06  Bruno Haible  <bruno@clisp.org>
3572
3573         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
3574         * lib/math_.h [__DECC]: Include the overridden include file through
3575         #include_next, outside the double-inclusion guard.
3576         * lib/stdio_.h [__DECC]: Likewise.
3577         * lib/stdlib_.h [__DECC]: Likewise.
3578         * lib/string_.h [__DECC]: Likewise.
3579         * lib/time_.h [__DECC]: Likewise.
3580         * lib/wchar_.h [__DECC]: Likewise.
3581         * lib/wctype_.h [__DECC]: Likewise.
3582         * lib/inttypes_.h [__DECC]: Likewise.
3583         Reported by Albert Chin <china@thewrittenword.com> in
3584         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
3585
3586 2007-04-04  Eric Blake  <ebb9@byu.net>
3587
3588         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
3589         1.5.x.
3590
3591 2007-04-04  Bruno Haible  <bruno@clisp.org>
3592
3593         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
3594         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
3595
3596 2007-04-04  Bruno Haible  <bruno@clisp.org>
3597
3598         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
3599         results for "%010a" of Infinity and NaN.
3600         * tests/test-vasprintf-posix.c (test_function): Likewise.
3601         * tests/test-snprintf-posix.h (test_function): Likewise.
3602         * tests/test-sprintf-posix.h (test_function): Likewise.
3603         * tests/test-fprintf-posix.h (test_function): Remove these tests.
3604         * tests/test-printf-posix.h (test_function): Likewise.
3605         * tests/test-fprintf-posix.out: Update.
3606         Needed for FreeBSD 6.1.
3607
3608 2007-04-04  Bruno Haible  <bruno@clisp.org>
3609
3610         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
3611         directly used by the gnulib modules nor by gnulib-tool.
3612
3613 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
3614
3615         * DEPENDENCIES: Give overall description of version dependency
3616         desirability.  Use more-typical names for apps.
3617         Add shell, coreutils, diffutils, grep, tar, gzip.
3618
3619 2007-04-04  Simon Josefsson  <simon@josefsson.org>
3620
3621         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
3622
3623 2007-04-04  Karl Berry  <karl@gnu.org>
3624
3625         * MODULES.html.sh (func_module): missing '.
3626
3627 2007-04-03  Bruno Haible  <bruno@clisp.org>
3628
3629         * modules/argmatch-tests (Makefile.am): New variable
3630         test_argmatch_LDADD.
3631         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
3632         * modules/array-list-tests (Makefile.am): New variable
3633         test_array_list_LDADD.
3634         * modules/array-oset-tests (Makefile.am): New variable
3635         test_array_oset_LDADD.
3636         * modules/avltree-list-tests (Makefile.am): New variable
3637         test_avltree_list_LDADD.
3638         * modules/avltree-oset-tests (Makefile.am): New variable
3639         test_avltree_oset_LDADD.
3640         * modules/avltreehash-list-tests (Makefile.am): New variable
3641         test_avltreehash_list_LDADD.
3642         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
3643         test_canonicalize_lgpl_LDADD.
3644         * modules/carray-list-tests (Makefile.am): New variable
3645         test_carray_list_LDADD.
3646         * modules/dirname-tests (Makefile.am): New variable
3647         test_dirname_LDADD.
3648         * modules/linked-list-tests (Makefile.am): New variable
3649         test_linked_list_LDADD.
3650         * modules/linkedhash-list-tests (Makefile.am): New variable
3651         test_linkedhash_list_LDADD.
3652         * modules/rbtree-list-tests (Makefile.am): New variable
3653         test_rbtree_list_LDADD.
3654         * modules/rbtree-oset-tests (Makefile.am): New variable
3655         test_rbtree_oset_LDADD.
3656         * modules/rbtreehash-list-tests (Makefile.am): New variable
3657         test_rbtreehash_list_LDADD.
3658         * modules/xvasprintf-tests (Makefile.am): New variable
3659         test_xvasprintf_LDADD.
3660         Reported by Eric Blake.
3661
3662 2007-04-03  Eric Blake  <ebb9@byu.net>
3663
3664         * DEPENDENCIES: Weaken m4 requirements.
3665
3666 2007-04-03  Bruno Haible  <bruno@clisp.org>
3667
3668         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
3669         * modules/isnanl-tests (configure.ac): Likewise.
3670
3671 2007-04-03  Ben Pfaff  <blp@gnu.org>
3672
3673         * modules/iconv_open: Add $(srcdir)/ to source directory
3674         references in Makefile fragments that call gperf, to fix VPATH
3675         builds.
3676
3677 2007-04-03  Bruno Haible  <bruno@clisp.org>
3678
3679         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
3680         * lib/ldexpl.c: Undo last change.
3681
3682 2007-04-03  Bruno Haible  <bruno@clisp.org>
3683
3684         * modules/printf-frexpl (Depends-on): Undo last change.
3685         (Files): Add m4/ldexpl.m4.
3686
3687 2007-04-03  Bruno Haible  <bruno@clisp.org>
3688
3689         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
3690         * modules/isnanl (Link): New section.
3691
3692         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
3693         * modules/frexp (Link): New section.
3694
3695         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
3696         * modules/frexpl (Link): New section.
3697
3698         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
3699         * modules/ldexpl (Link): New section.
3700
3701 2007-04-03  Bruno Haible  <bruno@clisp.org>
3702
3703         * modules/TEMPLATE-EXTENDED: New file.
3704         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
3705
3706 2007-04-03  Bruno Haible  <bruno@clisp.org>
3707
3708         * DEPENDENCIES: New file.
3709         Suggested by Simon Josefsson.
3710
3711 2007-04-03  Bruno Haible  <bruno@clisp.org>
3712
3713         * doc/gnulib.texi: Escape @.
3714
3715 2007-04-03  James Youngman  <jay@gnu.org>
3716         and Paul Eggert  <eggert@cs.ucla.edu>
3717
3718         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
3719         birthtime on all systems that have birthtime, not just those which
3720         use st_birthtimensec rather than st_birthtim.  Putting zero in
3721         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
3722         that the birth time is not available for files on an NFS mount.
3723
3724 2007-04-03  Simon Josefsson  <simon@josefsson.org>
3725
3726         * modules/memxor: Move back from crypto/, suggested by Bruno.
3727         * modules/crypto/hmac-sha1: Fix memxor dependency.
3728
3729         * modules/crypto/gc: Moved from ../.
3730
3731 2007-04-02  Eric Blake  <ebb9@byu.net>
3732
3733         * lib/ldexpl.c (includes): Avoid libm.
3734
3735         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
3736
3737 2007-04-02  Bruno Haible  <bruno@clisp.org>
3738
3739         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
3740         on IRIX.
3741
3742 2007-04-02  Bruno Haible  <bruno@clisp.org>
3743
3744         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
3745         x86 or x86_64 platforms running MacOS X.
3746         Reported by Ryan Schmidt <@ryandesign.com>.
3747
3748 2007-04-02  Bruno Haible  <bruno@clisp.org>
3749
3750         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
3751         i386.
3752
3753 2007-04-01  Simon Josefsson  <simon@josefsson.org>
3754
3755         * modules/crypto/arcfour: Moved from ../.
3756         * modules/crypto/arcfour-tests: Moved from ../.
3757         * modules/crypto/arctwo: Moved from ../.
3758         * modules/crypto/arctwo-tests: Moved from ../.
3759         * modules/crypto/des: Moved from ../.
3760         * modules/crypto/des-tests: Moved from ../.
3761         * modules/crypto/gc-arcfour: Moved from ../.
3762         * modules/crypto/gc-arcfour-tests: Moved from ../.
3763         * modules/crypto/gc-arctwo: Moved from ../.
3764         * modules/crypto/gc-arctwo-tests: Moved from ../.
3765         * modules/crypto/gc-des: Moved from ../.
3766         * modules/crypto/gc-des-tests: Moved from ../.
3767         * modules/crypto/gc-hmac-md5: Moved from ../.
3768         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
3769         * modules/crypto/gc-hmac-sha1: Moved from ../.
3770         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
3771         * modules/crypto/gc-md2: Moved from ../.
3772         * modules/crypto/gc-md2-tests: Moved from ../.
3773         * modules/crypto/gc-md4: Moved from ../.
3774         * modules/crypto/gc-md4-tests: Moved from ../.
3775         * modules/crypto/gc-md5: Moved from ../.
3776         * modules/crypto/gc-md5-tests: Moved from ../.
3777         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
3778         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
3779         * modules/crypto/gc-random: Moved from ../.
3780         * modules/crypto/gc-rijndael: Moved from ../.
3781         * modules/crypto/gc-rijndael-tests: Moved from ../.
3782         * modules/crypto/gc-sha1: Moved from ../.
3783         * modules/crypto/gc-sha1-tests: Moved from ../.
3784         * modules/crypto/gc-tests: Moved from ../.
3785         * modules/crypto/hmac-md5: Moved from ../.
3786         * modules/crypto/hmac-md5-tests: Moved from ../.
3787         * modules/crypto/hmac-sha1: Moved from ../.
3788         * modules/crypto/hmac-sha1-tests: Moved from ../.
3789         * modules/crypto/md2: Moved from ../.
3790         * modules/crypto/md2-tests: Moved from ../.
3791         * modules/crypto/md4: Moved from ../.
3792         * modules/crypto/md4-tests: Moved from ../.
3793         * modules/crypto/md5: Moved from ../.
3794         * modules/crypto/md5-tests: Moved from ../.
3795         * modules/crypto/memxor: Moved from ../.
3796         * modules/crypto/rijndael: Moved from ../.
3797         * modules/crypto/rijndael-tests: Moved from ../.
3798         * modules/crypto/sha1: Moved from ../.
3799
3800 2007-03-30  James Youngman  <jay@gnu.org>
3801
3802         * tests/test-stat-time.c (prepare_test): use chmod() rather than
3803         rename() to change the ctime of a file (because ctime is unaffected
3804         by rename on jfs2 on AIX 5.1).
3805         (main): Start by doing cleanup, in case a previous run failed leaving
3806         test files behind.
3807
3808 2007-03-31  Bruno Haible  <bruno@clisp.org>
3809
3810         Support old proprietary implementations of iconv.
3811         * modules/iconv_open: New file.
3812         * lib/iconv_.h: New file.
3813         * m4/iconv_h.m4: New file.
3814         * lib/iconv_open.c: New file.
3815         * lib/iconv_open-aix.gperf: New file.
3816         * lib/iconv_open-hpux.gperf: New file.
3817         * lib/iconv_open-irix.gperf: New file.
3818         * lib/iconv_open-osf.gperf: New file.
3819         * m4/iconv_open.m4: New file.
3820         * modules/linebreak (Depends-on): Add iconv_open.
3821         * modules/striconv (Depends-on): Likewise.
3822         * modules/striconveh (Depends-on): Likewise.
3823         * modules/unicodeio (Depends-on): Likewise.
3824         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
3825         (iconv_t)(-1).
3826         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
3827         conversion if cd is (iconv_t)(-1).
3828         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
3829         is not possible.
3830
3831 2007-03-31  Bruno Haible  <bruno@clisp.org>
3832
3833         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
3834         work on Solaris either. Protect also second use of "autodetect_jp".
3835
3836 2007-03-31  Bruno Haible  <bruno@clisp.org>
3837
3838         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
3839         the function is not present.
3840
3841 2007-03-31  Bruno Haible  <bruno@clisp.org>
3842
3843         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
3844         the function is not present.
3845
3846 2007-03-31  Bruno Haible  <bruno@clisp.org>
3847
3848         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
3849         a bug in HP-UX iconv_open().
3850
3851 2007-03-31  Bruno Haible  <bruno@clisp.org>
3852
3853         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
3854         (Mathematics <math.h>): New section, add fpieee.
3855         (Input/output <stdio.h>): Add fseterr.
3856         (Mathematics <math.h>): New section, add printf-frexp.
3857         (Container data structures): Add sublist.
3858         (Core language properties): Add fpucw, inline.
3859         (Functions for greatest-width integer types <inttypes.h>): Add
3860         imaxabs, imaxdiv, inttypes.
3861         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
3862         isnanl-nolibm, ldexp.
3863         (Mathematics <math.h>): New section, add printf-frexpl.
3864         (Support for systems lacking POSIX:2001): Add fprintf-posix,
3865         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
3866         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
3867         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
3868         (Unicode string functions): Add unistr/u*-mbtoucr.
3869         (Java): Add javacomp-script, javaexec-script.
3870         (C#): Add csharpcomp-script, csharpexec-script.
3871         (Support for building libraries and executables): Add havelib,
3872         relocatable-*.
3873         (Support for maintaining and releasing projects): Renamed from
3874         'Support for maintaining and release projects'. Add announce-gen.
3875
3876 2007-03-31  Bruno Haible  <bruno@clisp.org>
3877
3878         * README: Talk primarily about git.
3879         (git and CVS): Renamed from CVS.
3880         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
3881         gnulib is available through git.
3882         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
3883
3884 2007-03-30  Bruno Haible  <bruno@clisp.org>
3885
3886         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
3887         * lib/poll_.h: Likewise.
3888         * lib/stat_.h: Likewise.
3889         * lib/sys_time_.h: Likewise.
3890         * lib/sysexit_.h: Likewise.
3891         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
3892         * lib/stdbool_.h: Likewise.
3893         * lib/byteswap_.h: Add double-inclusion guard.
3894
3895 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
3896
3897         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
3898
3899 2007-03-30  Karl Berry  <karl@gnu.org>
3900
3901         * config/srclist-update: double space after USA in the license
3902         substitution, since that's how it's usually (?) written.
3903
3904 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
3905
3906         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
3907         reported by Bruno Haible.
3908
3909 2007-03-29  Bruno Haible  <bruno@clisp.org>
3910
3911         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
3912         a bug in AIX iconv().
3913
3914 2007-03-29  Bruno Haible  <bruno@clisp.org>
3915
3916         * modules/ldexpl-tests: New file.
3917         * tests/test-ldexpl.c: New file.
3918
3919 2007-03-29  Bruno Haible  <bruno@clisp.org>
3920
3921         * lib/ldexpl.c: Include fpucw.h.
3922         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
3923         multiplication.
3924         * modules/ldexpl (Depends-on): Add fpucw.
3925
3926 2007-03-29  Bruno Haible  <bruno@clisp.org>
3927
3928         * modules/ldexpl: New file.
3929         * m4/ldexpl.m4: New file.
3930         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
3931         set.
3932         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
3933         REPLACE_LDEXPL.
3934         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
3935         REPLACE_LDEXPL.
3936         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
3937         gl_FUNC_LDEXPL_WORKS.
3938         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
3939         * modules/mathl (Files): Remove lib/ldexpl.c.
3940         (Depends-on): Add ldexpl.
3941
3942 2007-03-29  Bruno Haible  <bruno@clisp.org>
3943
3944         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
3945
3946 2007-03-29  Bruno Haible  <bruno@clisp.org>
3947
3948         * tests/test-striconveh.c (main): Don't assume that a direct conversion
3949         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
3950         and possibly also HP-UX.
3951         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
3952         work on AIX, IRIX, HP-UX, OSF/1.
3953         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
3954         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
3955         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
3956         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
3957         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
3958         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
3959
3960 2007-03-29  Bruno Haible  <bruno@clisp.org>
3961
3962         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
3963
3964 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
3965
3966         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
3967         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
3968
3969 2007-03-29  Eric Blake  <ebb9@byu.net>
3970
3971         * lib/acl-internal.h: Remove redundant include.
3972         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
3973         Cygwin when a file is locked.
3974
3975 2007-03-29  Bruno Haible  <bruno@clisp.org>
3976
3977         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
3978         file.
3979         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
3980
3981 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
3982
3983         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
3984         try to remove a parent directory if the child couldn't be removed
3985         (except for the first rmdir, which could fail because the child
3986         doesn't exist).  Problem reported by Jeff Blaine in
3987         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
3988
3989 2007-03-28  Bruno Haible  <bruno@clisp.org>
3990
3991         * lib/striconveh.c (utf8conv_carefully): New function.
3992         (mem_cd_iconveh_internal): Invoke it.
3993
3994 2007-03-28  Bruno Haible  <bruno@clisp.org>
3995
3996         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
3997         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
3998         input.
3999         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
4000         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
4001         unistr/u8-uctomb.
4002
4003 2007-03-28  Bruno Haible  <bruno@clisp.org>
4004
4005         * modules/unistr/u8-mbtoucr: New file.
4006         * lib/unistr/u8-mbtoucr.c: New file.
4007         * modules/unistr/u16-mbtoucr: New file.
4008         * lib/unistr/u16-mbtoucr.c: New file.
4009         * modules/unistr/u16-mbtoucr: New file.
4010         * lib/unistr/u16-mbtoucr.c: New file.
4011         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
4012
4013 2007-03-27  Simon Josefsson  <simon@josefsson.org>
4014             Bruno Haible  <bruno@clisp.org>
4015
4016         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
4017         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
4018         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
4019
4020         * m4/stdio_h.m4: Add stubs for vasprintf too.
4021
4022         * modules/stdio: Support vasprintf in sed command.
4023
4024         * modules/vasprintf: Depend on stdio for prototypes.  Remove
4025         vasprintf.h.  Add stdio module indicator.
4026
4027         * lib/stdio_.h: Declare asprintf and vasprintf, based on
4028         vasprintf.h.
4029
4030         * lib/vasprintf.h: File removed.
4031
4032         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
4033         * lib/vasprintf.c: Ditto.
4034         * lib/xvasprintf.c: Ditto.
4035         * tests/test-vasprintf-posix.c: Ditto.
4036         * tests/test-vasprintf.c: Ditto.
4037
4038 2007-03-27  Bruno Haible  <bruno@clisp.org>
4039
4040         Make vasnprintf multithread-safe.
4041         * lib/vasnprintf.c (decimal_point_char): New function.
4042         (VASNPRINTF): Use it.
4043         Suggested by Simon Josefsson.
4044
4045 2007-03-27  Eric Blake  <ebb9@byu.net>
4046
4047         Support sub-second birthtime on cygwin.
4048         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
4049         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
4050         (get_stat_birthtime): Also work with st_birthtim.
4051
4052 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
4053
4054         * lib/stat-time.h (USE_BIRTHTIME): Remove.
4055         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
4056         (get_stat_birthtime_ns): Do not try to use "spare" fields.
4057         (get_stat_birthtime_ns): Simplify compile-time tests.
4058         (get_stat_birthtime): Change the API to look like
4059         get_stat_mtime etc., except return a negative tv_nsec on error.
4060         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
4061         Don't check for "spare" fields.
4062         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
4063         or for struct stat.st_birthtime, as these tests aren't used.
4064         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
4065
4066 2007-03-27  Bruno Haible  <bruno@clisp.org>
4067
4068         * lib/stat-time.h: Include <sys/stat.h>.
4069
4070 2007-03-27  James Youngman  <jay@gnu.org>
4071
4072         * lib/stat-time.h (get_stat_birthtime): New function for
4073           retrieving st_birthtime as provided by UFS2 (hence *BSD).
4074         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
4075           and its variants.
4076         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
4077         * modules/stat-time-test: New file.
4078         * tests/test-stat-time.c: New test, devised by Bruno Haible.
4079
4080 2007-03-26  Bruno Haible  <bruno@clisp.org>
4081
4082         Better support of signalling NaNs.
4083         * lib/atanl.c: Include isnanl.h.
4084         (atanl): Perform test for NaN at the beginning of the function and
4085         through a call to isnanl.
4086         * lib/cosl.c: Include isnanl.h.
4087         (cosl): Perform test for NaN at the beginning of the function and
4088         through a call to isnanl.
4089         * lib/ldexpl.c: Include isnanl.h.
4090         (ldexpl): Perform test for NaN through a call to isnanl.
4091         * lib/logl.c: Include isnanl.h.
4092         (logl): Perform test for NaN at the beginning of the function and
4093         through a call to isnanl.
4094         * lib/sinl.c: Include isnanl.h.
4095         (sinl): Perform test for NaN at the beginning of the function and
4096         through a call to isnanl.
4097         * lib/sqrtl.c: Include isnanl.h.
4098         (sqrtl): Perform test for NaN at the beginning of the function and
4099         through a call to isnanl.
4100         * lib/tanl.c: Include isnanl.h.
4101         (tanl): Perform test for NaN at the beginning of the function and
4102         through a call to isnanl.
4103         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
4104         * modules/mathl (Depends-on): Add isnanl.
4105
4106 2007-03-26  Eric Blake  <ebb9@byu.net>
4107
4108         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
4109         regression in logic sense of previous patch.
4110
4111 2007-03-26  Bruno Haible  <bruno@clisp.org>
4112
4113         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
4114         unportable shell command "if ! ...".
4115         Reported by Ralf Wildenhues.
4116
4117 2007-03-25  Bruno Haible  <bruno@clisp.org>
4118
4119         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
4120         <sysexits.h> file, and only add EX_CONFIG.
4121         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
4122         absolute file name and whether it is sufficient. Substitute also
4123         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
4124         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
4125         ABSOLUTE_SYSEXITS_H into sysexits.h.
4126
4127 2007-03-25  Bruno Haible  <bruno@clisp.org>
4128
4129         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
4130         hints is NULL.
4131
4132 2007-03-25  Bruno Haible  <bruno@clisp.org>
4133
4134         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
4135         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
4136
4137 2007-03-25  Bruno Haible  <bruno@clisp.org>
4138
4139         * lib/vasnprintf.c: Include langinfo.h.
4140         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
4141         multithread-safe.
4142         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
4143         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
4144         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
4145         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
4146         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
4147         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
4148         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
4149         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
4150         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
4151         Reported by Simon Josefsson.
4152
4153 2007-03-25  Bruno Haible  <bruno@clisp.org>
4154
4155         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
4156         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
4157         * modules/vasnprintf (Depends-on): Add stdint.
4158
4159 2007-03-25  Bruno Haible  <bruno@clisp.org>
4160
4161         * modules/fpieee: New file.
4162         * m4/fpieee.m4: New file.
4163         * modules/isnan-nolibm (Depends-on): Add fpieee.
4164         * modules/isnanl-nolibm (Depends-on): Add fpieee.
4165         * modules/isnanl (Depends-on): Add fpieee.
4166
4167 2007-03-25  Bruno Haible  <bruno@clisp.org>
4168
4169         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
4170
4171 2007-03-25  Bruno Haible  <bruno@clisp.org>
4172
4173         Avoid test failures on IRIX 6.5.
4174         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
4175         (main): Use it.
4176         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
4177         macros.
4178         (main): Use them.
4179
4180 2007-03-25  Bruno Haible  <bruno@clisp.org>
4181
4182         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
4183         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
4184         exists but doesn't work.
4185         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
4186         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
4187         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
4188         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
4189
4190 2007-03-25  Bruno Haible  <bruno@clisp.org>
4191
4192         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
4193         returns inf. Needed on IRIX 6.5.
4194
4195 2007-03-25  Bruno Haible  <bruno@clisp.org>
4196
4197         * tests/test-frexpl.c: Include isnanl-nolibm.h.
4198         (main): Use isnanl instead of x != x idiom.
4199         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
4200
4201         * tests/test-frexp.c: Include isnan.h.
4202         (main): Use isnan instead of x != x idiom.
4203         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
4204
4205 2007-03-25  Bruno Haible  <bruno@clisp.org>
4206
4207         * tests/test-frexp.c (NaN): New function/macro.
4208         (main): Use it instead of 0.0 / 0.0.
4209         * tests/test-isnan.c (NaN): New function/macro.
4210         (main): Use it instead of 0.0 / 0.0.
4211         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
4212         (test_function): Use it instead of 0.0 / 0.0.
4213         * tests/test-vasprintf-posix.c (NaN): New function/macro.
4214         (test_function): Use it instead of 0.0 / 0.0.
4215         * tests/test-snprintf-posix.h (NaN): New function/macro.
4216         (test_function): Use it instead of 0.0 / 0.0.
4217         * tests/test-sprintf-posix.h (NaN): New function/macro.
4218         (test_function): Use it instead of 0.0 / 0.0.
4219         * tests/test-fprintf-posix.h (NaN): New function/macro.
4220         (test_function): Use it instead of 0.0 / 0.0.
4221         * tests/test-printf-posix.h (NaN): New function/macro.
4222         (test_function): Use it instead of 0.0 / 0.0.
4223
4224         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
4225
4226 2007-03-25  Bruno Haible  <bruno@clisp.org>
4227
4228         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
4229
4230 2007-03-25  Bruno Haible  <bruno@clisp.org>
4231
4232         * lib/regexec.c (merge_state_with_log): Make static.
4233
4234 2007-03-25  Bruno Haible  <bruno@clisp.org>
4235
4236         * lib/trigl.c (kernel_rem_pio2): Make static.
4237
4238 2007-03-25  Bruno Haible  <bruno@clisp.org>
4239
4240         * lib/sincosl.c (sincosl_table): Make static.
4241
4242 2007-03-25  Bruno Haible  <bruno@clisp.org>
4243
4244         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
4245         if the compiler does not support C99.
4246
4247 2007-03-25  Bruno Haible  <bruno@clisp.org>
4248
4249         * modules/time (Makefile.am): Ensure all rule action lines start with a
4250         tab.
4251
4252 2007-03-24  Bruno Haible  <bruno@clisp.org>
4253
4254         * modules/tsearch-tests: New file.
4255         * tests/test-tsearch.sh: New file.
4256         * tests/test-tsearch.c: New file, mostly copied from glibc.
4257
4258         * modules/search-tests: New file.
4259         * tests/test-search.c: New file.
4260
4261         * modules/search: New file.
4262         * lib/search_.h: New file, incorporating lib/tsearch.h.
4263         * m4/search_h.m4: New file.
4264         * lib/tsearch.h: Remove file.
4265         * lib/tsearch.c: Include search.h instead of tsearch.h.
4266         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
4267         HAVE_TSEARCH.
4268         * modules/tsearch (Files): Remove lib/tsearch.h.
4269         (Depends-on): Add search.
4270         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
4271         (Include): Change tsearch.h into search.h.
4272
4273 2007-03-24  Bruno Haible  <bruno@clisp.org>
4274
4275         * modules/fpucw: New file.
4276         * lib/fpucw.h: New file.
4277         * lib/frexp.c: Include fpucw.h.
4278         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
4279         (FUNC): Use them.
4280         * lib/printf-frexp.c: Include fpucw.h.
4281         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
4282         (FUNC): Use them.
4283         * lib/vasnprintf.c: Include fpucw.h.
4284         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
4285         'long double' calculations.
4286         * tests/test-frexpl.c: Include fpucw.h.
4287         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
4288         * tests/test-printf-frexpl.c: Include fpucw.h.
4289         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
4290         * modules/frexpl (Depends-on): Add fpucw.
4291         * modules/printf-frexpl (Depends-on): Likewise.
4292         * modules/fprintf-posix (Depends-on): Likewise.
4293         * modules/snprintf-posix (Depends-on): Likewise.
4294         * modules/sprintf-posix (Depends-on): Likewise.
4295         * modules/vasnprintf-posix (Depends-on): Likewise.
4296         * modules/vasprintf-posix (Depends-on): Likewise.
4297         * modules/vfprintf-posix (Depends-on): Likewise.
4298         * modules/vsnprintf-posix (Depends-on): Likewise.
4299         * modules/vsprintf-posix (Depends-on): Likewise.
4300         * modules/frexpl-tests (Depends-on): Likewise.
4301         * modules/printf-frexpl-tests (Depends-on): Likewise.
4302
4303 2007-03-24  Bruno Haible  <bruno@clisp.org>
4304
4305         * lib/float+.h: New file.
4306         * lib/isnan.c: Include float+.h.
4307         (SIZE): New macro.
4308         (FUNC): Compare only SIZE bytes of the value.
4309         * lib/vasnprintf.c: Include float+.h.
4310         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
4311         SIZEOF_LDBL or SIZEOF_DBL bytes.
4312         * modules/isnan-nolibm (Files): Add lib/float+.h.
4313         * modules/isnanl-nolibm (Files): Add lib/float+.h.
4314         * modules/isnanl (Files): Add lib/float+.h.
4315         * modules/vasnprintf (Files): Add lib/float+.h.
4316
4317 2007-03-24  Bruno Haible  <bruno@clisp.org>
4318
4319         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
4320         include isnanl-nolibm.h.
4321
4322 2007-03-24  Bruno Haible  <bruno@clisp.org>
4323
4324         * tests/test-read-file.c (main): Don't produce spurious output for
4325         expected situations. Make the test fail if it encountered unexpected
4326         results.
4327
4328 2007-03-24  Bruno Haible  <bruno@clisp.org>
4329
4330         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
4331         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
4332
4333 2007-03-24  Bruno Haible  <bruno@clisp.org>
4334
4335         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
4336
4337 2007-03-24  Bruno Haible  <bruno@clisp.org>
4338
4339         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
4340         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
4341
4342         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
4343         * modules/utf8-ucs4: Turn into a symbolic link to module
4344         unistr/u8-mbtouc.
4345
4346         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
4347         utf8-ucs4-unsafe.
4348         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
4349         unistr/u8-mbtouc-unsafe.
4350
4351         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
4352         * modules/utf16-ucs4: Turn into a symbolic link to module
4353         unistr/u16-mbtouc.
4354
4355         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
4356         utf16-ucs4-unsafe.
4357         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
4358         unistr/u16-mbtouc-unsafe.
4359
4360         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
4361         * modules/ucs4-utf8: Turn into a symbolic link to module
4362         unistr/u8-ubtomb.
4363
4364         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
4365         * modules/ucs4-utf16: Turn into a symbolic link to module
4366         unistr/u16-ubtomb.
4367
4368 2007-03-24  Bruno Haible  <bruno@clisp.org>
4369
4370         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
4371         Enable the function only if HAVE_INLINE.
4372         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
4373         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
4374         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
4375         Enable the function only if HAVE_INLINE.
4376         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
4377         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
4378         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
4379         Enable the function only if HAVE_INLINE.
4380         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
4381         Enable the function only if HAVE_INLINE.
4382         * modules/utf8-ucs4: Update.
4383         * modules/utf8-ucs4-unsafe: Update.
4384         * modules/utf16-ucs4: Update.
4385         * modules/utf16-ucs4-unsafe: Update.
4386         * modules/ucs4-utf8: Update.
4387         * modules/ucs4-utf16: Update.
4388
4389 2007-03-24  Bruno Haible  <bruno@clisp.org>
4390
4391         * lib/utf8-ucs4.h: Remove file.
4392         * lib/utf8-ucs4-unsafe.h: Remove file.
4393         * lib/utf16-ucs4.h: Remove file.
4394         * lib/utf16-ucs4-unsafe.h: Remove file.
4395         * lib/ucs4-utf8.h: Remove file.
4396         * lib/ucs4-utf16.h: Remove file.
4397         * lib/unistr.h: Include their previous contents.
4398         * m4/utf-ucs4.m4: Remove file.
4399         * m4/ucs4-utf.m4: Remove file.
4400         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
4401         (Depends-on): Add unistr/base.
4402         (configure.ac): Remove gl_UTF_UCS4.
4403         (Makefile.am): Update.
4404         (Include): Change to unistr.h.
4405         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
4406         (Depends-on): Add unistr/base.
4407         (configure.ac): Remove gl_UTF_UCS4.
4408         (Makefile.am): Update.
4409         (Include): Change to unistr.h.
4410         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
4411         (Depends-on): Add unistr/base.
4412         (configure.ac): Remove gl_UTF_UCS4.
4413         (Makefile.am): Update.
4414         (Include): Change to unistr.h.
4415         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
4416         (Depends-on): Add unistr/base.
4417         (configure.ac): Remove gl_UTF_UCS4.
4418         (Makefile.am): Update.
4419         (Include): Change to unistr.h.
4420         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
4421         (Depends-on): Add unistr/base.
4422         (configure.ac): Remove gl_UCS4_UTF.
4423         (Makefile.am): Update.
4424         (Include): Change to unistr.h.
4425         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
4426         (Depends-on): Add unistr/base.
4427         (configure.ac): Remove gl_UCS4_UTF.
4428         (Makefile.am): Update.
4429         (Include): Change to unistr.h.
4430         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
4431         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
4432         utf8-ucs4-unsafe.h.
4433         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
4434         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
4435         utf16-ucs4-unsafe.h.
4436         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
4437         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
4438         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
4439         * lib/unistr/u8-strchr.c: Likewise.
4440         * lib/unistr/u8-strrchr.c: Likewise.
4441         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
4442         * lib/unistr/u16-strchr.c: Likewise.
4443         * lib/unistr/u16-strrchr.c: Likewise.
4444         * lib/striconveh.c: Update.
4445         * lib/linebreak.c: Update.
4446
4447 2007-03-24  Bruno Haible  <bruno@clisp.org>
4448
4449         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
4450         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
4451
4452 2007-03-22  Bruno Haible  <bruno@clisp.org>
4453
4454         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
4455
4456 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
4457
4458         * MODULES.html.sh (File system functions): New module write-any-file.
4459         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
4460         * m4/write-any-file.m4: New files.
4461
4462 2007-03-23  Eric Blake  <ebb9@byu.net>
4463
4464         * gnulib-tool: Rearrange space-tab sequences, since some editors
4465         like to eat them.
4466
4467 2007-03-23  Eric Blake  <ebb9@byu.net>
4468
4469         * lib/version-etc.c (version_etc_va): Update license wording to
4470         be more concise.  Recommended by Richard Stallman.
4471
4472 2007-03-22  Bruno Haible  <bruno@clisp.org>
4473
4474         * lib/poll.c (MSG_PEEK): New fallback definition.
4475
4476 2007-03-22  Bruno Haible  <bruno@clisp.org>
4477
4478         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
4479         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
4480         (main): Update.
4481         Fixes a compilation error on BeOS.
4482
4483 2007-03-22  Bruno Haible  <bruno@clisp.org>
4484
4485         * modules/frexpl-tests: New file.
4486         * tests/test-frexpl.c: New file.
4487
4488         * modules/frexpl: New file.
4489         * m4/frexpl.m4: New file.
4490         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
4491         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
4492         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
4493         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
4494         (Depends-on): Add frexpl. Remove isnanl-nolibm.
4495         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
4496
4497 2007-03-22  Bruno Haible  <bruno@clisp.org>
4498
4499         * lib/frexpl.c: Share code with lib/frexp.c.
4500         * modules/mathl (Files): Add lib/frexp.c.
4501         (Depends-on): Add isnanl-nolibm.
4502
4503 2007-03-22  Bruno Haible  <bruno@clisp.org>
4504
4505         * modules/printf-frexp (Files): Add m4/frexp.m4.
4506         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
4507         only if the found frexp function actually works.
4508
4509 2007-03-22  Bruno Haible  <bruno@clisp.org>
4510
4511         * lib/frexp.c: Remove older implementation that uses divisions.
4512
4513 2007-03-21  Bruno Haible  <bruno@clisp.org>
4514
4515         * modules/frexp-tests: New file.
4516         * tests/test-frexp.c: New file.
4517
4518         * modules/frexp: New file.
4519         * lib/frexp.c: New file.
4520         * m4/frexp.m4: New file.
4521         * lib/math_.h (frexp): New declaration.
4522         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
4523         REPLACE_FREXP.
4524         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
4525
4526 2007-03-21  Bruno Haible  <bruno@clisp.org>
4527
4528         * modules/isnanl-tests: New file.
4529         * tests/test-isnanl.c: New file.
4530
4531         * modules/isnanl: New file.
4532         * lib/isnanl.h: New file.
4533         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
4534         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
4535         gl_FUNC_ISNANL_WORKS.
4536         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
4537         New macros.
4538
4539 2007-03-21  Bruno Haible  <bruno@clisp.org>
4540
4541         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
4542         lib/isnanl.h.
4543         (Include): Update.
4544         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
4545         * lib/vasnprintf.c: Update.
4546         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
4547         tests/test-isnanl.h, remove tests/test-isnanl.c.
4548         (Makefile.am): Update.
4549         * tests/test-isnanl-nolibm.c: New file.
4550         * tests/test-isnanl.h: New file.
4551         * tests/test-isnanl.c: Remove file.
4552
4553 2007-03-21  Jim Meyering  <jim@meyering.net>
4554
4555         When trying to open ".", treat ESTALE like EACCES.
4556         * lib/savewd.c (savewd_save): Resort to forking not just upon
4557         failure with EACCES, but also when errno is ESTALE.
4558
4559 2007-03-20  Bruno Haible  <bruno@clisp.org>
4560
4561         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
4562         Needed on AIX 5.1. Reported by Matthew Woehlke.
4563
4564 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
4565
4566         Suggestions by Bruno Haible:
4567         * lib/acl-internal.h: Include "gettext.h" rather than rolling
4568         our own.
4569         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
4570         * modules/acl (Depends-on): Add gettext.
4571
4572 2007-03-19  Bruno Haible  <bruno@clisp.org>
4573
4574         * modules/iconvme: Remove file.
4575         * lib/iconvme.h: Remove file.
4576         * lib/iconvme.c: Remove file.
4577         * m4/iconvme.m4: Remove file.
4578
4579 2007-03-19  Bruno Haible  <bruno@clisp.org>
4580
4581         * doc/relocatable-maint.texi: Break long shell script line.
4582         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
4583
4584 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
4585
4586         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
4587         handle file_has_acl.
4588         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
4589         * lib/acl.c: Move header inclusions and related macro defns into
4590         lib/acl-internal.h.
4591         (S_ISLNK): Remove defn, since that's now done for us.
4592         (file_has_acl): Move to lib/file-has-acl.c.
4593         Call acl_trivial if available.  This is the crucial part of the fix.
4594         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
4595         shared within the library.  Rewrite a bit, partly to make it compatible
4596         with the GNU coding style.
4597         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
4598         Remove unnecessary double-quotes.
4599         Don't test for acl_to_text; the build will catch that.
4600         Replace acl_entries if it doesn't exist and it is needed.
4601         Check for -lsec and acl_trivial (as used on Solaris 10).
4602         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
4603         lib/file-has-acl.c.
4604         (Depends-on): Add sys_stat, for S_ISLNK.
4605
4606 2007-03-19  Ben Pfaff  <blp@gnu.org>
4607
4608         * doc/gnulib.texi: Fix typos.
4609         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
4610
4611 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
4612
4613         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
4614         If size is zero here, buf must be zero.
4615
4616 2007-03-19  Simon Josefsson  <simon@josefsson.org>
4617
4618         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
4619         <bruno@clisp.org>.
4620
4621 2007-03-18  Bruno Haible  <bruno@clisp.org>
4622
4623         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
4624         Suggested by Eric Blake.
4625
4626 2007-03-18  Ben Pfaff  <blp@gnu.org>
4627
4628         * doc/relocatable.texi: Recommend using as prefix a directory
4629         that does not exist and will never be created.  Based on
4630         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
4631         and others.
4632
4633 2007-03-17  Bruno Haible  <bruno@clisp.org>
4634
4635         * lib/fchownat.c: Include lchown.h.
4636
4637 2007-03-17  Bruno Haible  <bruno@clisp.org>
4638
4639         Fix endless loop when the given allocated size was > INT_MAX.
4640         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
4641         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
4642         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
4643         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
4644         * lib/sprintf.c (sprintf): Likewise.
4645
4646 2007-03-17  Bruno Haible  <bruno@clisp.org>
4647
4648         * tests/test-argp-2.sh (func_compare): Output a context diff.
4649
4650 2007-03-17  Bruno Haible  <bruno@clisp.org>
4651
4652         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
4653         locale's decimal-point character.
4654
4655 2007-03-17  Bruno Haible  <bruno@clisp.org>
4656
4657         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
4658         before comparing it. Needed because on some platforms (e.g. x86) a
4659         'long double' occupies less bytes than sizeof (long double).
4660
4661 2007-03-17  Bruno Haible  <bruno@clisp.org>
4662
4663         * tests/test-crc.c (main): Make printf statements 64-bit clean.
4664         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
4665         * tests/test-getaddrinfo.c (simple): Likewise.
4666         * tests/test-read-file.c (main): Likewise.
4667
4668 2007-03-17  Bruno Haible  <bruno@clisp.org>
4669
4670         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
4671
4672 2007-03-17  Bruno Haible  <bruno@clisp.org>
4673
4674         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
4675         unused variable.
4676
4677 2007-03-17  Bruno Haible  <bruno@clisp.org>
4678
4679         * tests/test-c-strcasecmp.c: Include c-strcase.h.
4680         * tests/test-c-strncasecmp.c: Likewise.
4681
4682 2007-03-17  Bruno Haible  <bruno@clisp.org>
4683
4684         * modules/stdlib (Depends-on): Add unistd.
4685         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
4686         Needed for MacOS X 10.3.
4687
4688 2007-03-17  Bruno Haible  <bruno@clisp.org>
4689
4690         * lib/unistr/u-strdup.h: Include <stdlib.h>.
4691
4692 2007-03-17  Bruno Haible  <bruno@clisp.org>
4693
4694         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
4695
4696 2007-03-17  Bruno Haible  <bruno@clisp.org>
4697
4698         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
4699         to reflect files copied from gnulib (with or without modifications).
4700         Suggested by Jim Meyering.
4701
4702 2007-03-17  Eric Blake  <ebb9@byu.net>
4703
4704         * NEWS: Document stdlib change from 2007-02-18.
4705
4706 2007-03-17  Jim Meyering  <jim@meyering.net>
4707
4708         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
4709         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
4710         someone uses a name containing shell meta-characters.
4711         Reported by Alfred M. Szmidt.
4712
4713         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
4714
4715 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
4716
4717         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
4718         and copy gettext configuration files only if configure.ac contains
4719         a use of AM_GNU_GETTEXT_VERSION.
4720
4721 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
4722
4723         * build-aux/bootstrap (gnulib_name): New variable.
4724         (gnulib_tool_options): Use it.
4725
4726 2007-03-13  Simon Josefsson  <simon@josefsson.org>
4727
4728         * tests/test-des.c: Use new namespace.
4729
4730 2007-03-15  Bruno Haible  <bruno@clisp.org>
4731
4732         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
4733         Reported by James Youngman <jay@gnu.org>.
4734
4735 2007-03-15  Bruno Haible  <bruno@clisp.org>
4736
4737         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
4738         declared prototype. Needed with cc on OSF/1 5.1.
4739
4740 2007-03-15  Bruno Haible  <bruno@clisp.org>
4741
4742         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
4743         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
4744         (struct gl_list_implementation): Add dispose_fn argument to the
4745         'create_empty', 'create' methods.
4746         (struct gl_list_impl_base): Add field 'dispose_fn'.
4747         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
4748         argument.
4749         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
4750         dispose_fn argument.
4751         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
4752         dispose_fn on the dropped values.
4753         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
4754         dispose_fn argument.
4755         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
4756         dropped values.
4757         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
4758         (gl_tree_remove_node): Call dispose_fn on the dropped value.
4759         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
4760         (gl_tree_remove_node): Call dispose_fn on the dropped value.
4761         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
4762         argument.
4763         (gl_tree_list_free): Call dispose_fn on the dropped values.
4764         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
4765         the dropped values.
4766         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
4767         Add dispose_fn argument.
4768         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
4769         Call dispose_fn on the dropped values.
4770         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
4771         Add dispose_fn argument.
4772         (gl_sublist_create): Initialize the 'dispose_fn' field.
4773         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
4774         * tests/test-array_list.c (main): Update.
4775         * tests/test-carray_list.c (main): Update.
4776         * tests/test-avltree_list.c (main): Update.
4777         * tests/test-rbtree_list.c (main): Update.
4778         * tests/test-avltreehash_list.c (main): Update.
4779         * tests/test-rbtreehash_list.c (main): Update.
4780         * tests/test-linked_list.c (main): Update.
4781         * tests/test-linkedhash_list.c (main): Update.
4782         * tests/test-array_oset.c (main): Update.
4783
4784 2007-03-15  Bruno Haible  <bruno@clisp.org>
4785
4786         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
4787         (gl_oset_create_empty): Add dispose_fn argument.
4788         (struct gl_oset_implementation): Add dispose_fn argument to
4789         'create_empty' method.
4790         (struct gl_oset_impl_base): Add dispose_fn field.
4791         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
4792         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
4793         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
4794         values.
4795         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
4796         (gl_tree_oset_free): Call dispose_fn on the dropped values.
4797         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
4798         dropped value.
4799         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
4800         dropped value.
4801         * tests/test-array_oset.c (main): Update.
4802         * tests/test-avltree_oset.c (main): Update.
4803         * tests/test-rbtree_oset.c (main): Update.
4804         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
4805
4806 2007-03-13  Bruno Haible  <bruno@clisp.org>
4807
4808         * tests/test-stdbool.c (i): Update after last patch.
4809
4810 2007-03-12  Bruno Haible  <bruno@clisp.org>
4811
4812         * lib/quotearg.c: Include <wctype.h> early, before the definition of
4813         the iswprint macro. Needed on Solaris 2.5.1.
4814
4815 2007-03-12  Bruno Haible  <bruno@clisp.org>
4816
4817         * tests/test-printf-frexp.c (main): Declare x as volatile.
4818
4819 2007-03-12  Simon Josefsson  <simon@josefsson.org>
4820
4821         * doc/gnulib.texi (Build robot for gnulib): New section.
4822
4823 2007-03-12  Jim Meyering  <jim@meyering.net>
4824
4825         * build-aux/bootstrap: New file.
4826         * build-aux/bootstrap.conf: New file, from coreutils.
4827
4828 2007-03-11  Bruno Haible  <bruno@clisp.org>
4829
4830         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
4831
4832 2007-03-12  Simon Josefsson  <simon@josefsson.org>
4833
4834         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
4835         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
4836         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
4837
4838 2007-03-11  Bruno Haible  <bruno@clisp.org>
4839
4840         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
4841         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
4842
4843 2007-03-11  Bruno Haible  <bruno@clisp.org>
4844
4845         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
4846         formula. Needed for SunPRO C 5.0.
4847
4848 2007-03-11  Bruno Haible  <bruno@clisp.org>
4849
4850         * modules/long-options (Depends-on): Add getopt.
4851
4852 2007-03-11  Bruno Haible  <bruno@clisp.org>
4853
4854         * modules/modechange (Depends-on): Add stdbool.
4855
4856 2007-03-11  Bruno Haible  <bruno@clisp.org>
4857
4858         * modules/i-ring (Depends-on): Add stdbool.
4859
4860 2007-03-11  Bruno Haible  <bruno@clisp.org>
4861
4862         * modules/gc-des (Depends-on): Add stdbool.
4863
4864 2007-03-11  Bruno Haible  <bruno@clisp.org>
4865
4866         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
4867
4868 2007-03-11  Bruno Haible  <bruno@clisp.org>
4869
4870         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
4871
4872 2007-03-11  Bruno Haible  <bruno@clisp.org>
4873
4874         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
4875
4876 2007-03-11  Bruno Haible  <bruno@clisp.org>
4877
4878         * lib/vasnprintf.c (sprintf): Undefine.
4879
4880 2007-03-11  Bruno Haible  <bruno@clisp.org>
4881
4882         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
4883         initializers in SunPRO C and Compaq C compilers.
4884
4885 2007-03-11  Bruno Haible  <bruno@clisp.org>
4886
4887         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
4888         decrementing code ANSI C compliant.
4889
4890 2007-03-11  Bruno Haible  <bruno@clisp.org>
4891
4892         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
4893         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
4894
4895 2007-03-11  Bruno Haible  <bruno@clisp.org>
4896
4897         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
4898         <stdbool.h> substitute doesn't pass.
4899
4900 2007-03-11  Bruno Haible  <bruno@clisp.org>
4901
4902         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
4903
4904 2007-03-11  Bruno Haible  <bruno@clisp.org>
4905
4906         * gnulib-tool (func_create_megatestdir): Create also an autobuild
4907         script, for submission to autobuild.josefsson.org.
4908
4909 2007-03-10  Bruno Haible  <bruno@clisp.org>
4910
4911         * modules/canonicalize-lgpl-tests: New file.
4912         * tests/test-canonicalize-lgpl.sh: New file.
4913         * tests/test-canonicalize-lgpl.c: New file.
4914
4915         * modules/c-strcase-tests: New file.
4916         * tests/test-c-strcase.sh: New file.
4917         * tests/test-c-strcasecmp.c: New file.
4918         * tests/test-c-strncasecmp.c: New file.
4919
4920         * modules/atexit-tests: New file.
4921         * tests/test-atexit.sh: New file.
4922         * tests/test-atexit.c: New file.
4923
4924 2007-03-10  Bruno Haible  <bruno@clisp.org>
4925
4926         * tests/test-binary-io.sh: Use temporary filenames that are not so
4927         likely to clash with those of other tests (in a parallel make).
4928         * tests/test-binary-io.c: Likewise.
4929
4930 2007-03-10  Bruno Haible  <bruno@clisp.org>
4931
4932         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
4933         fallback; use #error instead.
4934         Suggested by Simon Josefsson.
4935
4936 2007-03-10  Bruno Haible  <bruno@clisp.org>
4937
4938         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
4939         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
4940         first and the last.
4941
4942 2007-03-10  Bruno Haible  <bruno@clisp.org>
4943
4944         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
4945
4946 2007-03-10  Bruno Haible  <bruno@clisp.org>
4947
4948         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
4949         "make distcheck".
4950         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
4951         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
4952         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
4953
4954 2007-03-10  Bruno Haible  <bruno@clisp.org>
4955
4956         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
4957         variable.
4958         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
4959         variable.
4960
4961 2007-03-09  Eric Blake  <ebb9@byu.net>
4962         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
4963
4964         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
4965         types are not being provided by gnulib.
4966         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
4967         types are supported.
4968
4969 2007-03-10  Bruno Haible  <bruno@clisp.org>
4970
4971         * lib/stdio_.h (__attribute__): New macro.
4972         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
4973         vsprintf): Specify __attribute__ __format__ for GCC.
4974         Suggested by Eric Blake.
4975
4976 2007-03-09  Bruno Haible  <bruno@clisp.org>
4977
4978         * modules/printf-posix-tests: New file.
4979         * tests/test-printf-posix.sh: New file.
4980         * tests/test-printf-posix.c: New file.
4981
4982         * modules/printf-posix: New file.
4983         * lib/printf.c: New file.
4984         * m4/printf-posix-rpl.m4: New file.
4985         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
4986         REPLACE_PRINTF.
4987         * lib/stdio_.h (printf): New declaration.
4988         (format, __format__, ____printf____, ____scanf____, ____strftime____,
4989         ____strfmon____): New macros.
4990         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
4991         REPLACE_PRINTF.
4992
4993 2007-03-09  Bruno Haible  <bruno@clisp.org>
4994
4995         * tests/test-vasnprintf-posix2.sh: New file.
4996         * tests/test-vasnprintf-posix2.c: New file.
4997         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
4998         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
4999         (Makefile.am): Activate test-vasnprintf-posix2.sh.
5000
5001         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
5002         a locale dependent decimal point, rather than always '.'.
5003
5004 2007-03-09  Eric Blake  <ebb9@byu.net>
5005
5006         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
5007         spite of platforms like Tandem/NSK that define it to -1.
5008
5009 2007-03-08  Bruno Haible  <bruno@clisp.org>
5010
5011         * modules/vprintf-posix-tests: New file.
5012         * tests/test-vprintf-posix.sh: New file.
5013         * tests/test-vprintf-posix.c: New file.
5014         * tests/test-printf-posix.h: New file.
5015
5016         * modules/vprintf-posix: New file.
5017         * lib/vprintf.c: New file.
5018         * m4/vprintf-posix.m4: New file.
5019         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
5020         REPLACE_VPRINTF.
5021         * lib/stdio_.h (vprintf): New declaration.
5022         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
5023         REPLACE_VPRINTF.
5024
5025 2007-03-08  Bruno Haible  <bruno@clisp.org>
5026
5027         * modules/fprintf-posix-tests: New file.
5028         * tests/test-fprintf-posix.sh: New file.
5029         * tests/test-fprintf-posix.c: New file.
5030
5031         * modules/fprintf-posix: New file.
5032         * lib/fprintf.c: New file.
5033         * m4/fprintf-posix.m4: New file.
5034         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
5035         REPLACE_FPRINTF.
5036         * lib/stdio_.h (fprintf): New declaration.
5037         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
5038         REPLACE_FPRINTF.
5039
5040 2007-03-08  Bruno Haible  <bruno@clisp.org>
5041
5042         * modules/vfprintf-posix-tests: New file.
5043         * tests/test-vfprintf-posix.sh: New file.
5044         * tests/test-vfprintf-posix.c: New file.
5045         * tests/test-fprintf-posix.h: New file.
5046         * tests/test-fprintf-posix.out: New file.
5047
5048         * modules/vfprintf-posix: New file.
5049         * lib/vfprintf.c: New file.
5050         * m4/vfprintf-posix.m4: New file.
5051         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
5052         REPLACE_VFPRINTF.
5053         * lib/stdio_.h (vfprintf): New declaration.
5054         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
5055         REPLACE_VFPRINTF.
5056
5057 2007-03-08  Bruno Haible  <bruno@clisp.org>
5058
5059         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
5060
5061 2007-03-08  Bruno Haible  <bruno@clisp.org>
5062
5063         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
5064         instead of 'expr' invocations.
5065         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
5066         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
5067         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
5068         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
5069         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
5070         Suggested by Paul Eggert.
5071
5072 2007-03-08  Bruno Haible  <bruno@clisp.org>
5073
5074         * modules/fseterr-tests: New file.
5075         * tests/test-fseterr.c: New file.
5076
5077         * modules/fseterr: New file.
5078         * lib/fseterr.h: New file.
5079         * lib/fseterr.c: New file.
5080
5081 2007-03-08  Bruno Haible  <bruno@clisp.org>
5082
5083         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
5084         * lib/getopt_.h: Likewise.
5085         * lib/mbswidth.h: Likewise.
5086         * lib/setenv.h: Likewise.
5087         * lib/vasnprintf.h: Likewise.
5088         * lib/vasprintf.h: Likewise.
5089         * lib/verror.h: Likewise.
5090         * lib/xsetenv.h: Likewise.
5091         * lib/xvasprintf.h: Likewise.
5092
5093 2007-03-08  Jim Meyering  <jim@meyering.net>
5094
5095         * users.txt: Add parted.
5096
5097         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
5098
5099 2007-03-07  Bruno Haible  <bruno@clisp.org>
5100
5101         * m4/printf.m4: Make the shell script snippets copy&pastable.
5102
5103 2007-03-02  Bruno Haible  <bruno@clisp.org>
5104
5105         * lib/netinet_in_.h: New file.
5106         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
5107         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
5108         * modules/netinet_in (Files): Add lib/netinet_in_.h.
5109         (Depends-on): Add absolute-header.
5110         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
5111         into netinet/in.h.
5112
5113 2007-03-03  Bruno Haible  <bruno@clisp.org>
5114
5115         * lib/sys_select_.h: New file.
5116         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
5117         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
5118         * modules/sys_select (Files): Add lib/sys_select_.h.
5119         (Depends-on): Add absolute-header.
5120         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
5121         into sys/select.h.
5122
5123 2007-03-02  Bruno Haible  <bruno@clisp.org>
5124
5125         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
5126         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
5127         values.
5128         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
5129         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
5130         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
5131         * modules/sys_socket (Depends-on): Add absolute-header.
5132         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
5133         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
5134         (Include): Remove requirement of inclusion of <sys/types.h>.
5135
5136 2007-03-02  Bruno Haible  <bruno@clisp.org>
5137
5138         * lib/byteswap_.h (bswap_32): Fix formula.
5139
5140 2007-03-06  Bruno Haible  <bruno@clisp.org>
5141
5142         * modules/sprintf-posix-tests: New file.
5143         * tests/test-sprintf-posix.c: New file.
5144
5145         * modules/sprintf-posix: New file.
5146         * lib/sprintf.c: New file.
5147         * m4/sprintf-posix.m4: New file.
5148         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
5149         REPLACE_SPRINTF.
5150         * lib/stdio_.h (sprintf): New declaration.
5151         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
5152         REPLACE_SPRINTF.
5153
5154 2007-03-06  Bruno Haible  <bruno@clisp.org>
5155
5156         * modules/vsprintf-posix-tests: New file.
5157         * tests/test-vsprintf-posix.c: New file.
5158         * tests/test-sprintf-posix.h: New file.
5159
5160         * modules/vsprintf-posix: New file.
5161         * lib/vsprintf.c: New file.
5162         * m4/vsprintf-posix.m4: New file.
5163         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
5164         REPLACE_VSPRINTF.
5165         * lib/stdio_.h (vsprintf): New declaration.
5166         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
5167         REPLACE_VSPRINTF.
5168
5169 2007-03-06  Bruno Haible  <bruno@clisp.org>
5170
5171         * modules/vsnprintf (Depend-on): Remove minmax.
5172
5173 2007-03-06  Bruno Haible  <bruno@clisp.org>
5174
5175         * modules/snprintf-posix-tests: New file.
5176         * tests/test-snprintf-posix.c: New file.
5177
5178         * modules/snprintf-posix: New file.
5179         * m4/snprintf-posix.m4: New file.
5180         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
5181         gl_FUNC_SNPRINTF.
5182         (gl_FUNC_SNPRINTF): Invoke it.
5183         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
5184         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
5185         is set.
5186         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
5187
5188 2007-03-06  Bruno Haible  <bruno@clisp.org>
5189
5190         * modules/vsnprintf-posix-tests: New file.
5191         * tests/test-vsnprintf-posix.c: New file.
5192         * tests/test-snprintf-posix.h: New file.
5193
5194         * modules/vsnprintf-posix: New file.
5195         * m4/vsnprintf-posix.m4: New file.
5196         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
5197         gl_FUNC_VSNPRINTF.
5198         (gl_FUNC_VSNPRINTF): Invoke it.
5199         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
5200         * lib/stdio_.h (vsnprintf): Define as a replacement if
5201         REPLACE_VSNPRINTF is set.
5202         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
5203
5204 2007-03-06  Bruno Haible  <bruno@clisp.org>
5205
5206         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
5207         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
5208
5209 2007-03-06  Bruno Haible  <bruno@clisp.org>
5210
5211         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
5212         (asinl): Declare also if HAVE_DECL_ASINL is set.
5213         (atanl): Declare also if HAVE_DECL_ATANL is set.
5214         (ceill): Declare also if HAVE_DECL_CEILL is set.
5215         (cosl): Declare also if HAVE_DECL_COSL is set.
5216         (expl): Declare also if HAVE_DECL_EXPL is set.
5217         (floorl): Declare also if HAVE_DECL_FLOORL is set.
5218         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
5219         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
5220         (logl): Declare also if HAVE_DECL_LOGL is set.
5221         (sinl): Declare also if HAVE_DECL_SINL is set.
5222         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
5223         (tanl): Declare also if HAVE_DECL_TANL is set.
5224         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
5225         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
5226         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
5227         declaration of frexpl, ldexpl.
5228         * modules/printf-frexpl (Depends-on): Add math.
5229         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
5230
5231 2007-03-05  Bruno Haible  <bruno@clisp.org>
5232
5233         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
5234         frexpl and ldexpl are declared.
5235         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
5236
5237 2007-03-05  Bruno Haible  <bruno@clisp.org>
5238
5239         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
5240         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
5241
5242 2007-03-05  Bruno Haible  <bruno@clisp.org>
5243
5244         * lib/stdio_.h: Include <stddef.h>.
5245
5246 2007-03-05  Bruno Haible  <bruno@clisp.org>
5247
5248         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
5249
5250 2007-03-05  Bruno Haible  <bruno@clisp.org>
5251
5252         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
5253         NetBSD 4, from Ralf Wildenhues.
5254
5255 2007-03-04  Bruno Haible  <bruno@clisp.org>
5256
5257         * lib/vasprintf.h: Update #if logic for the case when the functions
5258         exist but are overridden.
5259
5260 2007-03-04  Bruno Haible  <bruno@clisp.org>
5261
5262         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
5263         implementations: glibc-2.4 and MacOS X 10.3.
5264         * tests/test-vasnprintf-posix.c (test_function): Test also the case
5265         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
5266         * tests/test-vasprintf-posix.c (test_function): Likewise.
5267
5268 2007-03-04  Bruno Haible  <bruno@clisp.org>
5269
5270         * modules/vasprintf-posix-tests: New file.
5271         * tests/test-vasprintf-posix.c: New file.
5272
5273         * modules/vasprintf-posix: New file.
5274         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
5275         defined.
5276         * m4/vasprintf-posix.m4: New file.
5277         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
5278         gl_FUNC_VASPRINTF.
5279         (gl_FUNC_VASPRINTF): Invoke it.
5280         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
5281         here.
5282         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
5283
5284 2007-03-04  Bruno Haible  <bruno@clisp.org>
5285
5286         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
5287         REPLACE_GETTIMEOFDAY.
5288         * modules/sys_time (Makefile.am): Likewise.
5289         * m4/sys_time_h.m4: Likewise.
5290         * m4/gettimeofday.m4: Likewise.
5291
5292 2007-03-04  Bruno Haible  <bruno@clisp.org>
5293
5294         * modules/vasnprintf-posix-tests: New file.
5295         * tests/test-vasnprintf-posix.c: New file.
5296
5297         * modules/vasnprintf-posix: New file.
5298         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
5299         printf-frexpl.h.
5300         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
5301         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
5302         REPLACE_VASNPRINTF is defined.
5303         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
5304         gl_FUNC_VASNPRINTF.
5305         (gl_FUNC_VASNPRINTF): Invoke it.
5306         * m4/vasnprintf-posix.m4: New file.
5307         * m4/printf.m4: New file.
5308
5309 2007-03-04  Bruno Haible  <bruno@clisp.org>
5310
5311         Compile progreloc.c only if --enable-relocatable is specified.
5312         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
5313         if --enable-relocatable was specified.
5314         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
5315         lib_SOURCES.
5316
5317 2007-03-04  Jim Meyering  <jim@meyering.net>
5318
5319         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
5320         Use it consistently, rather than enumerating errno constants.
5321
5322 2007-03-04  Bruno Haible  <bruno@clisp.org>
5323
5324         * modules/xvasprintf-tests: New file.
5325         * tests/test-xvasprintf.c: New file.
5326
5327         * modules/vasprintf-tests: New file.
5328         * tests/test-vasprintf.c: New file.
5329
5330         * modules/vasnprintf-tests: New file.
5331         * tests/test-vasnprintf.c: New file.
5332
5333         * modules/vsnprintf-tests: New file.
5334         * tests/test-vsnprintf.c: New file.
5335
5336         * modules/snprintf-tests: New file.
5337         * tests/test-snprintf.c: New file.
5338
5339 2007-03-04  Bruno Haible  <bruno@clisp.org>
5340
5341         Compile relocatable.c only if --enable-relocatable is specified.
5342         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
5343         gl_RELOCATABLE_LIBRARY.
5344         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
5345         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
5346         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
5347         gl_RELOCATABLE_LIBRARY.
5348         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
5349         (Makefile.am): Remove lib_SOURCES.
5350         * modules/relocatable-lib-lgpl (configure.ac): Invoke
5351         gl_RELOCATABLE_LIBRARY.
5352         (Makefile.am): Remove lib_SOURCES.
5353         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
5354         always.
5355         * modules/relocatable-prog-wrapper (configure.ac): Invoke
5356         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
5357
5358 2007-03-04  Bruno Haible  <bruno@clisp.org>
5359
5360         * modules/argmatch-tests: New file.
5361         * tests/test-argmatch.c: New file.
5362
5363         * tests/test-allocsa.c (main): Halve the number of loop runs.
5364
5365         * modules/alloca-opt-tests: New file.
5366         * tests/test-alloca-opt.c: New file.
5367
5368 2007-03-04  Jim Meyering  <jim@meyering.net>
5369
5370         Work around difference between Linux ACLs and Solaris 10 ZFS.
5371         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
5372         for EINVAL.
5373
5374 2007-03-03  Bruno Haible  <bruno@clisp.org>
5375
5376         * modules/relocatable-prog (Depends-on): Add back progreloc's
5377         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
5378
5379 2007-03-03  Bruno Haible  <bruno@clisp.org>
5380
5381         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
5382         * modules/relocatable-lib: New file.
5383
5384 2007-03-03  Bruno Haible  <bruno@clisp.org>
5385
5386         * modules/relocatable-prog: Renamed from modules/relocatable.
5387         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
5388
5389 2007-03-03  Bruno Haible  <bruno@clisp.org>
5390
5391         * modules/relocatable-script (Files): Add doc/relocatable.texi,
5392         m4/relocatable-lib.m4.
5393         (Depends-on): Remove 'relocatable'.
5394         (configure.ac): Add gl_RELOCATABLE_NOP.
5395
5396 2007-03-03  Bruno Haible  <bruno@clisp.org>
5397
5398         * modules/relocatable-prog-wrapper: New file.
5399         * modules/relocatable (Depends-on): Add it. Remove all other
5400         dependencies except progname.
5401         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
5402
5403         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
5404         (gl_FUNC_STRERROR): Nop.
5405         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
5406
5407         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
5408         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
5409
5410         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
5411         (gl_FUNC_READLINK): Update.
5412
5413         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
5414
5415 2007-03-03  Bruno Haible  <bruno@clisp.org>
5416
5417         * lib/xreadlink.c: Include <unistd.h> unconditionally.
5418         * modules/xreadlink (Depends-on): Add unistd.
5419         * modules/xreadlink-with-size (Depends-on): Likewise.
5420
5421 2007-03-03  Bruno Haible  <bruno@clisp.org>
5422
5423         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
5424         extracted from gt_FUNC_SETENV.
5425         (gt_FUNC_SETENV): Remove macro.
5426         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
5427         remove gt_FUNC_SETENV.
5428
5429 2007-03-03  Bruno Haible  <bruno@clisp.org>
5430
5431         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
5432         ENABLE_RELOCATABLE here.
5433         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
5434
5435 2007-03-03  Bruno Haible  <bruno@clisp.org>
5436
5437         * modules/rbtreehash-list-tests (Depends-on): Add progname.
5438         * tests/test-rbtreehash_list.c: Include progname.h.
5439         (main): Call set_program_name.
5440
5441         * modules/rbtree-oset-tests (Depends-on): Add progname.
5442         * tests/test-rbtree_oset.c: Include progname.h.
5443         (main): Call set_program_name.
5444
5445         * modules/rbtree-list-tests (Depends-on): Add progname.
5446         * tests/test-rbtree_list.c: Include progname.h.
5447         (main): Call set_program_name.
5448
5449         * modules/linked-list-tests (Depends-on): Add progname.
5450         * tests/test-linked_list.c: Include progname.h.
5451         (main): Call set_program_name.
5452
5453 2007-03-03  Bruno Haible  <bruno@clisp.org>
5454
5455         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
5456         All uses of __restrict changed to _Restrict_.
5457         * lib/glob_.h (__restrict): Remove macro.
5458
5459 2007-03-02  Bruno Haible  <bruno@clisp.org>
5460
5461         * modules/gettext (configure.ac): Require gettext infrastructure
5462         from version 0.16.1.
5463
5464 2007-03-02  Bruno Haible  <bruno@clisp.org>
5465
5466         * modules/linkedhash-list-tests (Depends-on): Add progname.
5467         * tests/test-linkedhash_list.c: Include progname.h.
5468         (main): Call set_program_name.
5469
5470         * modules/carray-list-tests (Depends-on): Add progname.
5471         * tests/test-carray_list.c: Include progname.h.
5472         (main): Call set_program_name.
5473
5474         * modules/avltreehash-list-tests (Depends-on): Add progname.
5475         * tests/test-avltreehash_list.c: Include progname.h.
5476         (main): Call set_program_name.
5477
5478         * modules/avltree-oset-tests (Depends-on): Add progname.
5479         * tests/test-avltree_oset.c: Include progname.h.
5480         (main): Call set_program_name.
5481
5482         * modules/avltree-list-tests (Depends-on): Add progname.
5483         * tests/test-avltree_list.c: Include progname.h.
5484         (main): Call set_program_name.
5485
5486         * modules/array-oset-tests (Depends-on): Add progname.
5487         * tests/test-array_oset.c: Include progname.h.
5488         (main): Call set_program_name.
5489
5490         * modules/array-list-tests (Depends-on): Add progname.
5491         * tests/test-array_list.c: Include progname.h.
5492         (main): Call set_program_name.
5493
5494         * modules/argp-tests (Depends-on): Add progname.
5495         * tests/test-argp.c: Include argp.h first. Include progname.h.
5496         (main): Call set_program_name.
5497
5498 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
5499
5500         * doc/gnulib-tool.texi (Initial import): Reword description of
5501         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
5502         limited effect even if defined after the first system include.
5503
5504 2007-03-01  Bruno Haible  <bruno@clisp.org>
5505
5506         * build-aux/config.libpath: Update to libtool-1.5.22.
5507         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
5508
5509 2007-03-01  Bruno Haible  <bruno@clisp.org>
5510
5511         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
5512         foo_CFLAGS.
5513         Reported by Ralf Wildenhues.
5514
5515 2007-03-01  Bruno Haible  <bruno@clisp.org>
5516
5517         * build-aux/install-reloc: Remove object files left over by some
5518         compilers.
5519         Reported by Ralf Wildenhues.
5520
5521 2007-03-01  Bruno Haible  <bruno@clisp.org>
5522
5523         * build-aux/install-reloc: Break long lines.
5524
5525 2007-03-01  Bruno Haible  <bruno@clisp.org>
5526
5527         * doc/relocatable.texi: Document that it may not work on OpenBSD.
5528         Reported by Ralf Wildenhues.
5529
5530 2007-03-01  Bruno Haible  <bruno@clisp.org>
5531
5532         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
5533         include ordering constraints.
5534
5535 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
5536
5537         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
5538         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
5539         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
5540         as another example.
5541         * lib/time_.h: Fix misspelling.
5542         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
5543         Require gl_HEADER_TIME_H_DEFAULTS.
5544         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
5545         * m4/time_r.m4 (gl_TIME_R): Likewise.
5546         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
5547
5548 2007-03-01  Bruno Haible  <bruno@clisp.org>
5549
5550         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
5551         * m4/utimens.m4 (gl_UTIMENS): Likewise.
5552
5553 2007-03-01  Jim Meyering  <jim@meyering.net>
5554
5555         * modules/xreadlink (Maintainer): Add my name.
5556         * modules/xreadlink-with-size (Depends-on): Alphabetize.
5557
5558 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
5559             Bruno Haible  <bruno@clisp.org>
5560
5561         * build-aux/install-reloc: Compile also c-ctype.c.
5562         * build-aux/relocatable.sh.in: New file.
5563         * doc/relocatable.texi: New file.
5564         * doc/relocatable-maint.texi: New file.
5565         * doc/gnulib.texi: Include relocatable-maint.texi.
5566         * lib/progreloc.c: Include unistd.h unconditionally.
5567         * lib/relocwrapper.c: Include unistd.h unconditionally.
5568         Include c-ctype.h.
5569         (add_dotbin): Use c_tolower.
5570         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
5571         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
5572         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
5573         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
5574         to m4/relocatable-lib.m4.
5575         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
5576         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
5577         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
5578         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
5579         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
5580         * modules/relocatable: New file.
5581         * modules/relocatable-lib: New file.
5582         * modules/relocatable-script: New file.
5583
5584 2007-02-28  Bruno Haible  <bruno@clisp.org>
5585
5586         Import --enable-relocatable infrastructure.
5587         * build-aux/config.libpath: New file, from GNU gettext.
5588         * build-aux/install-reloc: New file, from GNU gettext.
5589         * build-aux/reloc-ldflags: New file, from GNU gettext.
5590         * lib/relocatable.h: New file, from GNU gettext.
5591         * lib/relocatable.c: New file, from GNU gettext.
5592         * lib/relocwrapper.c: New file, from GNU gettext.
5593         * m4/relocatable.m4: New file, from GNU gettext.
5594
5595 2007-02-28  Bruno Haible  <bruno@clisp.org>
5596
5597         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
5598
5599         * modules/xreadlink: New file, from GNU gettext with modifications.
5600         * lib/xreadlink.c: New file, from GNU gettext.
5601         * lib/xreadlink.h: Add comments.
5602         (xreadlink): New declaration.
5603
5604         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
5605         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
5606         lib/xreadlink-with-size.c.
5607         (configure.ac): Remove gl_XREADLINK invocation.
5608         (Makefile.am): Augment lib_SOURCES.
5609         * m4/xreadlink.m4: Remove file.
5610         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
5611         (xreadlink_with_size): Renamed from xreadink.
5612         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
5613         * modules/canonicalize (Depends-on): Replace xreadlink with
5614         xreadlink-with-size.
5615         * lib/canonicalize.c (canonicalize_filename_mode): Update.
5616
5617 2007-02-25  Jim Meyering  <jim@meyering.net>
5618
5619         * build-aux/announce-gen: When complaining about excess arguments,
5620         list them.
5621
5622 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
5623
5624         * README: Document signed integer overflow situation more
5625         accurately.
5626
5627 2007-02-25  Bruno Haible  <bruno@clisp.org>
5628
5629         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
5630         'a' or 'A' conversion.
5631
5632 2007-02-25  Bruno Haible  <bruno@clisp.org>
5633
5634         * modules/filename: Renamed from modules/pathname.
5635         (Files): Replace lib/pathname.h with lib/filename.h. Replace
5636         lib/concatpath.c with lib/concat-filename.c.
5637         (Makefile.am): Update.
5638         (Include): Replace pathname.h with filename.h.
5639         * lib/filename.h: Renamed from lib/pathname.h.
5640         (concatenated_filename): Renamed from concatenated_pathname.
5641         * lib/concat-filename.c: Renamed from lib/concatpath.c.
5642         (concatenated_filename): Renamed from concatenated_pathname.
5643         * lib/findprog.c: Include filename.h instead of pathname.h.
5644         (find_in_path): Update.
5645         * lib/javacomp.c: Include filename.h instead of pathname.h.
5646         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
5647         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
5648         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
5649         is_oldgcj_14_13_usable, is_javac_usable): Update.
5650         * lib/javaexec.c: Include filename.h instead of pathname.h.
5651         (execute_java_class): Update.
5652         * modules/findprog: Update.
5653         * modules/javacomp: Update.
5654         * modules/javaexec: Update.
5655         * MODULES.html.sh (File system functions): Add 'filename', remove
5656         'pathname'.
5657
5658 2007-02-25  Bruno Haible  <bruno@clisp.org>
5659
5660         * modules/printf-frexpl-tests: New file.
5661         * tests/test-printf-frexpl.c: New file.
5662
5663         * modules/printf-frexpl: New file.
5664         * lib/printf-frexpl.h: New file.
5665         * lib/printf-frexpl.c: New file.
5666         * m4/printf-frexpl.m4: New file.
5667
5668 2007-02-25  Bruno Haible  <bruno@clisp.org>
5669
5670         * modules/printf-frexp-tests: New file.
5671         * tests/test-printf-frexp.c: New file.
5672
5673         * modules/printf-frexp: New file.
5674         * lib/printf-frexp.h: New file.
5675         * lib/printf-frexp.c: New file.
5676         * m4/printf-frexp.m4: New file.
5677
5678 2007-02-25  Bruno Haible  <bruno@clisp.org>
5679
5680         Assume automake >= 1.10 for the tests.
5681         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
5682         * modules/arctwo-tests: Likewise.
5683         * modules/argp-tests: Likewise.
5684         * modules/avltree-list-tests: Likewise.
5685         * modules/avltree-oset-tests: Likewise.
5686         * modules/avltreehash-list-tests: Likewise.
5687         * modules/carray-list-tests: Likewise.
5688         * modules/crc-tests: Likewise.
5689         * modules/des-tests: Likewise.
5690         * modules/gc-arcfour-tests: Likewise.
5691         * modules/gc-arctwo-tests: Likewise.
5692         * modules/gc-des-tests: Likewise.
5693         * modules/gc-hmac-md5-tests: Likewise.
5694         * modules/gc-hmac-sha1-tests: Likewise.
5695         * modules/gc-md2-tests: Likewise.
5696         * modules/gc-md4-tests: Likewise.
5697         * modules/gc-md5-tests: Likewise.
5698         * modules/gc-pbkdf2-sha1-tests: Likewise.
5699         * modules/gc-rijndael-tests: Likewise.
5700         * modules/gc-sha1-tests: Likewise.
5701         * modules/gc-tests: Likewise.
5702         * modules/getaddrinfo-tests: Likewise.
5703         * modules/hmac-md5-tests: Likewise.
5704         * modules/hmac-sha1-tests: Likewise.
5705         * modules/linked-list-tests: Likewise.
5706         * modules/linkedhash-list-tests: Likewise.
5707         * modules/lock-tests: Likewise.
5708         * modules/md2-tests: Likewise.
5709         * modules/md4-tests: Likewise.
5710         * modules/md5-tests: Likewise.
5711         * modules/rbtree-list-tests: Likewise.
5712         * modules/rbtree-oset-tests: Likewise.
5713         * modules/rbtreehash-list-tests: Likewise.
5714         * modules/read-file-tests: Likewise.
5715         * modules/rijndael-tests: Likewise.
5716         * modules/stdint-tests: Likewise.
5717         * modules/tls-tests: Likewise.
5718
5719 2007-02-24  Bruno Haible  <bruno@clisp.org>
5720
5721         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
5722         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
5723         function; instead check whether isnan with a double argument links.
5724         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
5725         function; instead check whether isnan with a 'long double' argument
5726         links.
5727         Reported by Eric Blake <ebb9@byu.net>.
5728
5729 2007-02-24  Bruno Haible  <bruno@clisp.org>
5730
5731         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
5732         defined.
5733         * lib/isnanl.c: Remove all code. Just include isnan.c.
5734         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
5735
5736 2007-02-25  Jim Meyering  <jim@meyering.net>
5737
5738         Avoid conflicting types for 'unsetenv' on FreeBSD.
5739         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
5740         conflicting with FreeBSD's (5.0 and 6.1) function declaration
5741         in stdlib.h.
5742
5743 2007-02-24  Bruno Haible  <bruno@clisp.org>
5744
5745         * modules/isnanl-nolibm-tests: New file.
5746         * tests/test-isnanl.c: New file.
5747
5748         * modules/isnanl-nolibm: New file.
5749         * lib/isnanl.h: New file.
5750         * lib/isnanl.c: New file.
5751         * m4/isnanl.m4: New file.
5752
5753 2007-02-24  Bruno Haible  <bruno@clisp.org>
5754
5755         * modules/isnan-nolibm-tests: New file.
5756         * tests/test-isnan.c: New file.
5757
5758         * modules/isnan-nolibm: New file.
5759         * lib/isnan.h: New file.
5760         * lib/isnan.c: New file.
5761         * m4/isnan.m4: New file.
5762
5763 2007-02-24  Bruno Haible  <bruno@clisp.org>
5764
5765         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
5766         assume that an exponent fits in 20 bits.
5767
5768 2007-02-24  Jim Meyering  <jim@meyering.net>
5769
5770         * m4/regex.m4: Update the description of the configure-time option,
5771         --without-included-regex, to state accurately what the defaults are,
5772         and perhaps to give people an idea why using this option is risky.
5773
5774 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
5775
5776         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
5777         loops on small arguments.  This attempts to avoid the problem
5778         Bruno Haible reported for AIX 4.3.2 in
5779         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
5780
5781 2007-02-23  Bruno Haible  <bruno@clisp.org>
5782
5783         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
5784         Needed for help2man.
5785
5786 2007-02-23  Karl Berry  <karl@gnu.org>
5787
5788         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
5789         exists, foo.h should be cvs-ignored, not committed.
5790
5791 2007-02-23  Eric Blake  <ebb9@byu.net>
5792
5793         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
5794         * lib/stat-time.h (includes): Likewise.
5795         * lib/utimecmp.c (includes): Likewise.
5796         * lib/utimens.h (includes): Likewise.
5797         * lib/getdate.y (includes): Also include "timespec.h" for use
5798         internal to the module.
5799         * modules/utimens (Depends-on): Revert yesterday's patch.
5800         * modules/nanosleep (Depends-on): Add missing dependency.
5801
5802 2007-02-22  Bruno Haible  <bruno@clisp.org>
5803
5804         * lib/glob.c: Don't include getlogin_r.h.
5805
5806 2007-02-22  Jim Meyering  <jim@meyering.net>
5807
5808         * modules/utimens (Depends-on): Add timespec, required for
5809         utimens.h's inclusion of timespec.h.
5810
5811 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
5812
5813         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
5814         long unreadable paths in GNU/Linux.  Problem reported by Andreas
5815         Schwab in
5816         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
5817         I'll try to think of a better way to fix the Solaris problem.
5818
5819         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
5820         like glibc; on Solaris 10, it fails with errno == EINVAL.
5821         POSIX says the behavior is unspecified if the first argument is NULL,
5822         so play it safe and never pass NULL to the system getcwd.
5823
5824 2007-02-21  Jim Meyering  <jim@meyering.net>
5825
5826         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
5827         of gettimeofday.  It would conflict with the one now always
5828         provided via sys_time_.h.  Reported by Matthew Woehlke, as
5829         an IRIX 6.5 build failure.
5830
5831 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
5832
5833         Minor fixups to port to Solaris 10 with Sun C 5.8.
5834         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
5835         * modules/getcwd (Depends-on): Add dirfd.
5836         * lib/putenv.c (putenv): #undef it.
5837         (rpl_putenv): New decl.
5838         (malloc, free): Include <stdlib.h> rather than prototyping separately.
5839
5840 2007-02-20  Bruno Haible  <bruno@clisp.org>
5841
5842         * modules/stdio-tests: New file.
5843         * tests/test-stdio.c: New file.
5844
5845         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
5846         (Depends-on): Add stdio.
5847         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
5848         (Include): Use <stdio.h> instead of vsnprintf.h.
5849         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
5850         HAVE_DECL_VSNPRINTF.
5851         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
5852
5853         * modules/snprintf (Files): Remove lib/snprintf.h.
5854         (Depends-on): Add stdio.
5855         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
5856         (Include): Use <stdio.h> instead of snprintf.h.
5857         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
5858         HAVE_DECL_SNPRINTF.
5859         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
5860         * lib/getaddrinfo.c: Likewise.
5861
5862         * modules/stdio: New file.
5863         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
5864         * lib/snprintf.h: Remove file.
5865         * lib/vsnprintf.h: Remove file.
5866         * lib/.cppi-disable: Remove snprintf.h.
5867         * m4/stdio_h.m4: New file.
5868         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
5869
5870 2007-02-20  Jim Meyering  <jim@meyering.net>
5871
5872         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
5873         used by e.g., mingw.  From Bruno Haible.
5874
5875 2007-02-19  Bruno Haible  <bruno@clisp.org>
5876
5877         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
5878         warnings.
5879         Reported by Ben Pfaff <blp@cs.stanford.edu>.
5880
5881 2007-02-19  Bruno Haible  <bruno@clisp.org>
5882
5883         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
5884         from mingw users.
5885
5886 2007-02-19  Bruno Haible  <bruno@clisp.org>
5887
5888         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
5889         warnings.
5890         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
5891
5892 2007-02-19  Jim Meyering  <jim@meyering.net>
5893
5894         Don't use FD after a successful "fdopendir (fd)".
5895         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
5896         Reset it by calling dirfd on the just-obtained DIR*.
5897
5898         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
5899         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
5900
5901 2007-02-18  Bruno Haible  <bruno@clisp.org>
5902
5903         * lib/readlink.c: Include <unistd.h>.
5904         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
5905         HAVE_READLINK.
5906         * modules/readlink (Depends-on): Add unistd.
5907         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5908         (Include): Add <unistd.h>.
5909
5910         * lib/getlogin_r.h: Remove file.
5911         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
5912         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
5913         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
5914         HAVE_DECL_GETLOGIN_R.
5915         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
5916         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5917         (Include): Use <unistd.h> instead of getlogin_r.h.
5918
5919         * lib/getcwd.h: Remove file.
5920         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
5921         * lib/xgetcwd.c: Likewise.
5922         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
5923         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
5924         * modules/getcwd (Files): Remove lib/getcwd.h.
5925         (Depends-on): Add unistd.
5926         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5927         (Include): Use <unistd.h> instad of getcwd.h.
5928
5929         * lib/ftruncate.c: Include <unistd.h> first.
5930         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
5931         Set HAVE_FTRUNCATE.
5932         * modules/ftruncate (Depends-on): Add unistd.
5933         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5934
5935         * lib/fchdir.c: Include <unistd.h> first.
5936         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
5937         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
5938         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
5939         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5940         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
5941
5942         * lib/dup2.c: Include <unistd.h> first.
5943         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
5944         HAVE_DUP2.
5945         * modules/dup2 (Depends-on): Add unistd.
5946         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5947
5948         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
5949         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
5950         REPLACE_CHOWN. Don't define chown as a macro here.
5951         * modules/chown (Depends-on): Add unistd.
5952         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5953
5954         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
5955         Add definition for GL_LINK_WARNING.
5956         (chown, dup2): New declarations.
5957         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
5958         link warning.
5959         (ftruncate): New declaration.
5960         (getcwd): New declaration, taken from old getcwd.h.
5961         (getlogin_r): New declaration, taken from old getlogin_r.h.
5962         (readlink): New declaration.
5963         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
5964         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
5965         (gl_PREREQ_UNISTD): Remove macro.
5966         (gl_UNISTD_MODULE_INDICATOR): New macro.
5967         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
5968         many new variables. Don't set UNISTD_H.
5969         * modules/unistd (Description): Change.
5970         (Depends-on): Add link-warning.
5971         (configure.ac): Update.
5972         (Makefile.am): Create unistd.h always. Substitute many new variables
5973         into it.
5974
5975 2007-02-18  Bruno Haible  <bruno@clisp.org>
5976
5977         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
5978         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
5979         HAVE_GETSUBOPT.
5980         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
5981         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
5982         * lib/getsubopt.h: Remove file.
5983         * modules/getsubopt (Files): Remove lib/getsubopt.h.
5984         (Depends-on): Add stdlib.
5985         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
5986         (Includes): Use <stdlib.h> instead of getsubopt.h.
5987         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
5988         Set HAVE_GETSUBOPT.
5989         * lib/getsubopt.c: Don't include getsubopt.h.
5990
5991 2007-02-18  Bruno Haible  <bruno@clisp.org>
5992
5993         * modules/fchdir (Depends-on): Add dup2.
5994
5995 2007-02-18  Bruno Haible  <bruno@clisp.org>
5996
5997         * lib/stdlib_.h: Handle glibc's special invocation convention
5998         specially.
5999
6000 2007-02-18  Bruno Haible  <bruno@clisp.org>
6001
6002         * modules/stdlib-tests: New file.
6003         * tests/test-stdlib.c: New file.
6004
6005         * modules/mkstemp (Files): Remove lib/mkstemp.h.
6006         (Depends-on): Add stdlib.
6007         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
6008         (Includes): Use <stdlib.h> instead of mkstemp.h.
6009         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
6010         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
6011         * lib/mkstemp.c: Don't include mkstemp.h.
6012         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
6013         * lib/stdlib--.h: Don't include mkstemp.h.
6014
6015         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
6016         (Depends-on): Add stdlib.
6017         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
6018         (Includes): Use <stdlib.h> instead of mkdtemp.h.
6019         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
6020         HAVE_MKDTEMP.
6021         * lib/mkdtemp.c: Don't include mkdtemp.h.
6022         * lib/clean-temp.c: Don't include mkdtemp.h.
6023
6024         * modules/exit (Files): Remove lib/exit.h.
6025         (Depends-on): Add stdlib.
6026         (Makefile.am): Remove lib_SOURCES.
6027         (Include): Use <stdlib.h> instead of exit.h.
6028         * lib/argmatch.c: Don't include exit.h.
6029         * lib/execute.c: Likewise.
6030         * lib/pagealign_alloc.c: Likewise.
6031         * lib/pipe.c: Likewise.
6032         * lib/wait-process.c: Likewise.
6033         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
6034         * lib/exitfail.c: Likewise.
6035         * lib/savewd.c: Likewise.
6036         * lib/xsetenv.c: Likewise.
6037
6038         * modules/stdlib: New file.
6039         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
6040         and extra comments about mkstemp().
6041         * lib/exit.h: Remove file.
6042         * lib/mkdtemp.h: Remove file.
6043         * lib/mkstemp.h: Remove file.
6044         * m4/stdlib_h.m4: New file.
6045         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
6046
6047 2007-02-18  Bruno Haible  <bruno@clisp.org>
6048
6049         * modules/math-tests: New file.
6050         * tests/test-math.c: New file.
6051
6052         * modules/math: New file.
6053         * modules/mathl (Files): Remove lib/mathl.h.
6054         (Depends-on): Add math.
6055         (Makefile.am): Don't mention mathl.h.
6056         (Include): Use <math.h> instead of mathl.h.
6057         * lib/math_.h: New file.
6058         * lib/mathl.h: Remove file.
6059         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
6060         mathl.h.
6061         * lib/asinl.c: Likewise.
6062         * lib/atanl.c: Likewise.
6063         * lib/ceill.c: Likewise.
6064         * lib/cosl.c: Likewise.
6065         * lib/expl.c: Likewise.
6066         * lib/floorl.c: Likewise.
6067         * lib/frexpl.c: Likewise.
6068         * lib/ldexpl.c: Likewise.
6069         * lib/logl.c: Likewise.
6070         * lib/sincosl.c: Likewise.
6071         * lib/sinl.c: Likewise.
6072         * lib/sqrtl.c: Likewise.
6073         * lib/tanl.c: Likewise.
6074         * lib/trigl.c: Likewise.
6075         * m4/math_h.m4: New file.
6076         * MODULES.html.sh (Mathematics): Add math.
6077
6078 2007-02-17  Bruno Haible  <bruno@clisp.org>
6079
6080         * modules/wctype-tests: New file.
6081         * tests/test-wctype.c: New file.
6082
6083         * modules/wchar-tests: New file.
6084         * tests/test-wchar.c: New file.
6085
6086         * modules/unistd-tests: New file.
6087         * tests/test-unistd.c: New file.
6088
6089         * modules/time-tests: New file.
6090         * tests/test-time.c: New file.
6091
6092         * modules/sysexits-tests: New file.
6093         * tests/test-sysexits.c: New file.
6094
6095         * modules/sys_time-tests: New file.
6096         * tests/test-sys_time.c: New file.
6097
6098         * modules/sys_stat-tests: New file.
6099         * tests/test-sys_stat.c: New file.
6100
6101         * modules/sys_socket-tests: New file.
6102         * tests/test-sys_socket.c: New file.
6103
6104         * modules/sys_select-tests: New file.
6105         * tests/test-sys_select.c: New file.
6106
6107         * modules/string-tests: New file.
6108         * tests/test-string.c: New file.
6109
6110         * modules/stdbool-tests: New file.
6111         * tests/test-stdbool.c: New file.
6112
6113         * modules/netinet_in-tests: New file.
6114         * tests/test-netinet_in.c: New file.
6115
6116         * modules/inttypes-tests: New file.
6117         * tests/test-inttypes.c: New file.
6118
6119         * modules/fcntl-tests: New file.
6120         * tests/test-fcntl.c: New file.
6121
6122         * modules/byteswap-tests: New file.
6123         * tests/test-byteswap.c: New file.
6124
6125         * modules/arpa_inet-tests: New file.
6126         * tests/test-arpa_inet.c: New file.
6127
6128 2007-02-17  Bruno Haible  <bruno@clisp.org>
6129
6130         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
6131         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
6132         if the corresponding module is not enabled. Emit link warnings if
6133         the function is used nevertheless.
6134         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
6135         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
6136         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
6137         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
6138         * modules/inttypes (Depends-on): Add link-warning.
6139         (Makefile.am): Copy the contents of build-aux/link-warning.h into
6140         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
6141         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
6142         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
6143         * modules/imaxdiv (configure.ac): Likewise.
6144         * modules/strtoimax (configure.ac): Likewise.
6145         * modules/strtoumax (configure.ac): Likewise.
6146
6147 2007-02-17  Bruno Haible  <bruno@clisp.org>
6148
6149         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
6150         gl_STRING_MODULE_INDICATOR_DEFAULTS.
6151         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
6152         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
6153
6154 2007-02-17  Bruno Haible  <bruno@clisp.org>
6155
6156         * modules/link-warning: New file.
6157         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
6158         * lib/string_.h (GL_LINK_WARNING): Remove definition.
6159         * modules/string (Depends-on): Add link-warning.
6160         (Makefile.am): Copy the contents of build-aux/link-warning.h into
6161         string.h.
6162         * MODULES.html.sh (Support for building libraries and executables): Add
6163         link-warning.
6164
6165 2007-02-17  Bruno Haible  <bruno@clisp.org>
6166
6167         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
6168         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
6169         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
6170         long lines.
6171
6172 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
6173             Bruno Haible  <bruno@clisp.org>
6174
6175         * modules/tmpfile: New file.
6176         * lib/tmpfile.c: New file.
6177         * m4/tmpfile.m4: New file.
6178         * MODULES.html.sh (func_all_modules): New section "Input/output".
6179
6180 2007-02-15  Bruno Haible  <bruno@clisp.org>
6181
6182         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
6183         (supports_delete_on_close): New function.
6184         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
6185
6186 2007-02-14  Bruno Haible  <bruno@clisp.org>
6187
6188         * modules/mbspcasecmp-tests: New file.
6189         * tests/test-mbspcasecmp.sh: New file.
6190         * tests/test-mbspcasecmp.c: New file.
6191
6192         New module mbspcasecmp.
6193         * modules/mbspcasecmp: New file.
6194         * lib/mbspcasecmp.c: New file.
6195         * lib/string_.h (strncasecmp): Change warning message.
6196         (mbspcasecmp): New declaration.
6197         * m4/mbspcasecmp.m4: New file.
6198         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6199         GNULIB_MBSPCASECMP.
6200         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
6201         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
6202
6203 2007-02-14  Bruno Haible  <bruno@clisp.org>
6204
6205         * modules/mbsncasecmp-tests: New file.
6206         * tests/test-mbsncasecmp.sh: New file.
6207         * tests/test-mbsncasecmp.c: New file.
6208
6209         New module mbsncasecmp.
6210         * modules/mbsncasecmp: New file.
6211         * lib/mbsncasecmp.c: New file.
6212         * lib/string_.h (mbsncasecmp): New declaration.
6213         * m4/mbsncasecmp.m4: New file.
6214         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6215         GNULIB_MBSNCASECMP.
6216         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
6217         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
6218
6219 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
6220
6221         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
6222         Verify that it doesn't overlap with our flags.
6223         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
6224         do not have the desired effect in multibyte locales; instead, use
6225         mbscasecmp.
6226         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
6227         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
6228         we don't require GNU fnmatch ourselves (if our users require it, they
6229         should do so explicitly).
6230
6231         Fix regex code so it doesn't rely on strcasecmp.
6232         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
6233         Otherwise, include gnulib's langinfo.h.
6234         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
6235         undesirable behavior in non-C locales.  Instead, rely on localecharset.
6236         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
6237         * modules/regex (FILES): Remove m4/codeset.m4.
6238         (Depends-on): Add localcharset.  Remove strcase.
6239
6240 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6241
6242         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
6243         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
6244
6245 2007-02-13  Bruno Haible  <bruno@clisp.org>
6246
6247         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
6248         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
6249
6250 2007-02-12  Bruno Haible  <bruno@clisp.org>
6251
6252         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
6253         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
6254         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
6255         time warning rather than a link error.
6256
6257 2007-02-12  Bruno Haible  <bruno@clisp.org>
6258
6259         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
6260         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
6261         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
6262
6263 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
6264
6265         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
6266         args, not 2.
6267
6268 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
6269
6270         New module 'time', so that apps can include <time.h> as per
6271         POSIX and GNU instead of separate include files like time_r.h
6272         and timegm.h.  This implementation tries out a simpler approach
6273         for replacing decls in standard include files (as compared to
6274         the string module), somewhat as an experiment.
6275
6276         * config/srclist.txt: Comment out mktime.c for now.
6277         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
6278         since it doesn't apply any more.  Use generic wording instead.
6279         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
6280         'time'.
6281         * lib/time_.h, m4/time_h.m4, modules/time: New files.
6282         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
6283         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
6284         Don't include <sys/types.h>; no longer needed since we assume C89.
6285         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
6286         * lib/strftime.c: Likewise.
6287         * lib/time_r.c: Likewise.
6288         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
6289         * lib/nanosleep.c: Include <time.h> first, to check interface.
6290         * lib/strptime.c: Likewise.
6291         * lib/time_r.c: Likewise.
6292         * lib/timegm.c: Likewise.
6293         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
6294         needed.
6295         * lib/timegm.c: Don't include timegm.h; no longer needed.
6296         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
6297         time.h now handles any problems in that area.
6298         (struct timespec, nanosleep): Remove; time.h now arranges for these.
6299         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
6300         that time.h defines struct timespec.
6301         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
6302         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
6303         handles that.
6304         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
6305         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
6306         needed.  Set REPLACE_LOCALTIME.
6307         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
6308         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
6309         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
6310         nanosleep; time_h.m4 now does that.  Don't require
6311         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
6312         module handles this now.
6313         * modules/getdate (Depends-on): Remove timespec.  Add time.
6314         * modules/nanosleep (Depends-on): Likewise.
6315         * modules/stat-time (Depends-on): Likewise.
6316         * modules/nanosleep (Include): Include time.h, not timespec.h.
6317         * modules/strptime (Files): Remove lib/strptime.h.
6318         (Depends-on): Add extensions, time.
6319         (Include): Include time.h, not strptime.h.
6320         * modules/time_r (Files): Remove lib/time_r.h.
6321         (Depends-on): Add time.
6322         (Include): Include time.h, not time_r.h.
6323         * modules/timegm: Likewise.
6324         * modules/timespec (Description): Now does timespec-related decls
6325         of our own, instead of struct timespec itself.
6326         (Depends-on): Add time; remove extensions.
6327         (Maintainer): Add self.
6328         * modules/utimecmp (Depends-on): Add time; remove timespec.
6329         * modules/utimens (Depends-on): Likewise.
6330         * modules/xnanosleep (Depends-on): Likewise.
6331
6332 2007-02-11  Bruno Haible  <bruno@clisp.org>
6333
6334         * lib/c-strstr.c: Include allocsa.h.
6335         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
6336         * lib/c-strcasestr.c: Include allocsa.h.
6337         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
6338         * lib/strcasestr.c: Include allocsa.h.
6339         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
6340         * lib/mbsstr.c: Include allocsa.h.
6341         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
6342         allocsa/freesa instead of malloc/free.
6343         * lib/mbscasestr.c: Include allocsa.h.
6344         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
6345         allocsa/freesa instead of malloc/free.
6346         * modules/c-strstr (Depends-on): Add allocsa.
6347         * modules/c-strcasestr (Depends-on): Likewise.
6348         * modules/strcasestr (Depends-on): Likewise.
6349         * modules/mbsstr (Depends-on): Likewise.
6350         * modules/mbscasestr (Depends-on): Likewise.
6351
6352 2007-02-11  Bruno Haible  <bruno@clisp.org>
6353
6354         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
6355
6356         * modules/mbsspn-tests: New file.
6357         * tests/test-mbsspn.sh: New file.
6358         * tests/test-mbsspn.c: New file.
6359
6360 2007-02-11  Bruno Haible  <bruno@clisp.org>
6361
6362         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
6363
6364         * modules/mbspbrk-tests: New file.
6365         * tests/test-mbspbrk.sh: New file.
6366         * tests/test-mbspbrk.c: New file.
6367
6368 2007-02-11  Bruno Haible  <bruno@clisp.org>
6369
6370         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
6371         unneeded cast.
6372
6373         * modules/mbscspn-tests: New file.
6374         * tests/test-mbscspn.sh: New file.
6375         * tests/test-mbscspn.c: New file.
6376
6377 2007-02-11  Bruno Haible  <bruno@clisp.org>
6378
6379         * modules/mbscasecmp-tests: New file.
6380         * tests/test-mbscasecmp.sh: New file.
6381         * tests/test-mbscasecmp.c: New file.
6382
6383 2007-02-11  Bruno Haible  <bruno@clisp.org>
6384
6385         Ensure O(n) worst-case complexity of mbscasestr.
6386         * lib/mbscasestr.c: Include stdbool.h.
6387         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
6388         functions.
6389         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
6390         the bookkeeping indicates that it's worth it.
6391         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
6392
6393         * modules/mbscasestr-tests: New file.
6394         * tests/test-mbscasestr1.c: New file.
6395         * tests/test-mbscasestr2.sh: New file.
6396         * tests/test-mbscasestr2.c: New file.
6397         * tests/test-mbscasestr3.sh: New file.
6398         * tests/test-mbscasestr3.c: New file.
6399         * tests/test-mbscasestr4.sh: New file.
6400         * tests/test-mbscasestr4.c: New file.
6401         * m4/locale-tr.m4: New file.
6402
6403 2007-02-11  Bruno Haible  <bruno@clisp.org>
6404
6405         Ensure O(n) worst-case complexity of mbsstr.
6406         * lib/mbsstr.c: Include stdbool.h.
6407         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
6408         functions.
6409         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
6410         bookkeeping indicates that it's worth it.
6411         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
6412
6413         * modules/mbsstr-tests: New file.
6414         * tests/test-mbsstr1.c: New file.
6415         * tests/test-mbsstr2.sh: New file.
6416         * tests/test-mbsstr2.c: New file.
6417         * tests/test-mbsstr3.sh: New file.
6418         * tests/test-mbsstr3.c: New file.
6419         * m4/locale-fr.m4: New file.
6420
6421 2007-02-11  Bruno Haible  <bruno@clisp.org>
6422
6423         * lib/mbsrchr.c (mbsrchr): Fix bug.
6424
6425         * modules/mbsrchr-tests: New file.
6426         * tests/test-mbsrchr.sh: New file.
6427         * tests/test-mbsrchr.c: New file.
6428
6429 2007-02-11  Bruno Haible  <bruno@clisp.org>
6430
6431         * lib/mbschr.c (mbschr): Fix bug.
6432
6433         * modules/mbschr-tests: New file.
6434         * tests/test-mbschr.sh: New file.
6435         * tests/test-mbschr.c: New file.
6436         * m4/locale-zh.m4: New file.
6437
6438 2007-02-11  Bruno Haible  <bruno@clisp.org>
6439
6440         Support for copying multibyte string iterators.
6441         * lib/mbiter.h: Include <string.h>.
6442         (mbiter_multi_copy): New function.
6443         (mbi_copy): New macro.
6444         * lib/mbuiter.h: Include <string.h>.
6445         (mbuiter_multi_copy): New function.
6446         (mbui_copy): New macro.
6447
6448 2007-02-11  Bruno Haible  <bruno@clisp.org>
6449
6450         New module mbslen.
6451         * modules/mbslen: New file.
6452         * lib/mbslen.c: New file.
6453         * lib/string_.h (mbslen): New declaration.
6454         * m4/mbslen.m4: New file.
6455         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6456         GNULIB_MBSLEN.
6457         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
6458         * MODULES.html.sh (Internationalization functions): Add mbslen.
6459
6460 2007-02-11  Bruno Haible  <bruno@clisp.org>
6461
6462         Ensure O(n) worst-case complexity of strcasestr substitute.
6463         * lib/strcasestr.c: Include stdbool.h.
6464         (knuth_morris_pratt): New function.
6465         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
6466         bookkeeping indicates that it's worth it.
6467         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
6468
6469         * modules/strcasestr-tests: New file.
6470         * tests/test-strcasestr.c: New file.
6471
6472 2007-02-11  Bruno Haible  <bruno@clisp.org>
6473
6474         Ensure O(n) worst-case complexity of c_strcasestr.
6475         * lib/c-strcasestr.c: Include stdbool.h, string.h.
6476         (knuth_morris_pratt): New function.
6477         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
6478         the bookkeeping indicates that it's worth it.
6479         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
6480
6481         * modules/c-strcasestr-tests: New file.
6482         * tests/test-c-strcasestr.c: New file.
6483
6484 2007-02-11  Bruno Haible  <bruno@clisp.org>
6485
6486         Ensure O(n) worst-case complexity of c_strstr.
6487         * lib/c-strstr.c: Include stdbool.h, string.h.
6488         (knuth_morris_pratt): New function.
6489         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
6490         bookkeeping indicates that it's worth it.
6491         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
6492
6493         * lib/c-strstr.c: Complete rewrite for maintainability.
6494
6495         * modules/c-strstr-tests: New file.
6496         * tests/test-c-strstr.c: New file.
6497
6498 2007-02-11  Bruno Haible  <bruno@clisp.org>
6499
6500         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
6501         5.2.1 and earlier, whereby \055 was treated just like the range
6502         delimiter '-'.
6503         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
6504
6505 2007-02-08  Bruno Haible  <bruno@clisp.org>
6506
6507         * modules/regex (Depends-on): Add stdbool.
6508         Reported by Dalibor Topic <robilad@kaffe.org>.
6509
6510 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
6511
6512         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
6513         Prefer returning from main to exiting from it.
6514         Remove unnecessary parens after sizeof.
6515
6516 2007-02-05  Bruno Haible  <bruno@clisp.org>
6517
6518         New module mbssep.
6519         * modules/mbssep: New file.
6520         * lib/mbssep.c: New file.
6521         * lib/string_.h (strsep): Add a conditional link warning.
6522         (mbssep): New declaration.
6523         * m4/mbssep.m4: New file.
6524         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6525         GNULIB_MBSSEP.
6526         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
6527         * MODULES.html.sh (Internationalization functions): Add mbssep.
6528
6529 2007-02-05  Bruno Haible  <bruno@clisp.org>
6530
6531         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
6532         Optimize search in case of 1 delimiter.
6533
6534 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
6535
6536         * lib/acl.h: Include sys/types.h before sys/acl.h.
6537
6538 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
6539
6540         Merge upstream fix for glibc bugzilla #3957:
6541
6542         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
6543
6544         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
6545         bit for RE_HAT_LISTS_NOT_NEWLINE.
6546         (build_charclass_op): Remove bogus comment.
6547
6548 2007-02-05  Simon Josefsson  <simon@josefsson.org>
6549
6550         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
6551
6552 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
6553
6554         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
6555         * lib/memmem.c [!defined _LIBC]: Include config.h.
6556
6557 2007-02-04  Bruno Haible  <bruno@clisp.org>
6558
6559         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
6560         warning message.
6561
6562 2007-02-04  Bruno Haible  <bruno@clisp.org>
6563
6564         New module mbstok_r.
6565         * modules/mbstok_r: New file.
6566         * lib/mbstok_r.c: New file.
6567         * lib/string_.h (strtok_r): Change argument names to match the
6568         comments. Add a conditional link warning.
6569         (mbstok_r): New declaration.
6570         * m4/mbstok_r.m4: New file.
6571         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6572         GNULIB_MBSTOK_R.
6573         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
6574         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
6575
6576 2007-02-04  Bruno Haible  <bruno@clisp.org>
6577
6578         New module mbsspn.
6579         * modules/mbsspn: New file.
6580         * lib/mbsspn.c: New file.
6581         * lib/string_.h (strspn): Add a conditional link warning.
6582         (mbsspn): New declaration.
6583         * m4/mbsspn.m4: New file.
6584         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6585         GNULIB_MBSSPN.
6586         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
6587         * MODULES.html.sh (Internationalization functions): Add mbsspn.
6588
6589 2007-02-04  Bruno Haible  <bruno@clisp.org>
6590
6591         New module mbspbrk.
6592         * modules/mbspbrk: New file.
6593         * lib/mbspbrk.c: New file.
6594         * lib/string_.h (strpbrk): Add a conditional link warning.
6595         (mbspbrk): New declaration.
6596         * m4/mbspbrk.m4: New file.
6597         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6598         GNULIB_MBSPBRK.
6599         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
6600         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
6601
6602 2007-02-04  Bruno Haible  <bruno@clisp.org>
6603
6604         New module mbscspn.
6605         * modules/mbscspn: New file.
6606         * lib/mbscspn.c: New file.
6607         * lib/string_.h (strcspn): Add a conditional link warning.
6608         (mbscspn): New declaration.
6609         * m4/mbscspn.m4: New file.
6610         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6611         GNULIB_MBSCSPN.
6612         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
6613         * MODULES.html.sh (Internationalization functions): Add mbscspn.
6614
6615 2007-02-04  Bruno Haible  <bruno@clisp.org>
6616
6617         New module mbscasestr, reduced goal of strcasestr.
6618         * modules/mbscasestr: New file.
6619         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
6620         (mbscasestr): Renamed from strcasestr.
6621         * lib/strcasestr.c: Don't include mbuiter.h.
6622         (strcasestr): Remove support for multibyte locales.
6623         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
6624         Change the conditional link warning.
6625         (mbscasestr): New declaration.
6626         * m4/mbscasestr.m4: New file.
6627         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
6628         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
6629         REPLACE_STRCASESTR.
6630         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
6631         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
6632         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
6633         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
6634         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
6635         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
6636         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
6637         (Depends-on): Remove mbuiter.
6638         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
6639
6640 2007-02-04  Bruno Haible  <bruno@clisp.org>
6641
6642         Simplify handling of strncasecmp.
6643         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
6644         the conditional link warning.
6645         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
6646         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
6647         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
6648         * modules/strcase (configure.ac): Don't invoke
6649         gl_STRING_MODULE_INDICATOR.
6650         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
6651
6652 2007-02-04  Bruno Haible  <bruno@clisp.org>
6653
6654         New module mbscasecmp, reduced goal of strcasecmp.
6655         * modules/mbscasecmp: New file.
6656         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
6657         (mbscasecmp): Renamed from strcasecmp.
6658         * lib/strcasecmp.c: Don't include mbuiter.h.
6659         (strcasecmp): Remove support for multibyte locales.
6660         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
6661         Change the conditional link warning.
6662         (mbscasecmp): New declaration.
6663         * m4/mbscasecmp.m4: New file.
6664         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
6665         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
6666         REPLACE_STRCASECMP.
6667         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
6668         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6669         GNULIB_MBSCASECMP.
6670         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
6671         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
6672         * modules/strcase (Files): Remove m4/mbrtowc.m4.
6673         (Depends-on): Remove mbuiter.
6674         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
6675
6676 2007-02-04  Bruno Haible  <bruno@clisp.org>
6677
6678         New module mbsstr. Remove module strstr.
6679         * modules/mbsstr: New file.
6680         * modules/strstr: Remove file.
6681         * lib/mbsstr.c: Renamed from lib/strstr.c.
6682         (mbsstr): Renamed from strstr.
6683         * lib/string_.h (strstr): Remove declaration. Change the conditional
6684         link warning.
6685         (mbsstr): New declaration.
6686         * m4/mbsstr.m4: New file.
6687         * m4/strstr.m4: Remove file.
6688         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
6689         REPLACE_STRSTR.
6690         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
6691         Don't initialize GNULIB_STRSTR.
6692         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
6693         substitute GNULIB_STRSTR and REPLACE_STRSTR.
6694         * MODULES.html.sh (Internationalization functions): Add mbsstr.
6695         (Support for systems lacking ANSI C 89): Remove strstr.
6696
6697 2007-02-04  Bruno Haible  <bruno@clisp.org>
6698
6699         New module mbsrchr.
6700         * modules/mbsrchr: New file.
6701         * lib/mbsrchr.c: New file.
6702         * lib/string_.h (strrchr): Add a conditional link warning.
6703         (mbsrchr): New declaration.
6704         * m4/mbsrchr.m4: New file.
6705         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6706         GNULIB_MBSRCHR.
6707         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
6708         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
6709
6710 2007-02-04  Bruno Haible  <bruno@clisp.org>
6711
6712         New module mbschr.
6713         * modules/mbschr: New file.
6714         * lib/mbschr.c: New file.
6715         * lib/string_.h (strchr): Add a conditional link warning.
6716         (mbschr): New declaration.
6717         * m4/mbschr.m4: New file.
6718         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6719         GNULIB_MBSCHR.
6720         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
6721         * MODULES.html.sh (Internationalization functions): Add mbschr.
6722
6723 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
6724
6725         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
6726
6727         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
6728
6729 2007-02-04  Bruno Haible  <bruno@clisp.org>
6730
6731         New module description section 'configure.ac-early'.
6732         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
6733         (func_get_autoconf_early_snippet): New function.
6734         (func_import, func_create_testdir): Use it. Remove special cases for
6735         modules 'extensions' and 'lock'.
6736         * modules/extensions (configure.ac-early): Require
6737         gl_USE_SYSTEM_EXTENSIONS.
6738         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
6739
6740 2007-02-04  Bruno Haible  <bruno@clisp.org>
6741
6742         Make use of gcj-4.3's -fsource and -ftarget option.
6743         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
6744         and if so try the options -fsource and -ftarget.
6745         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
6746         source_version, ftarget_option, target_version arguments.
6747         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
6748         (is_envjavac_oldgcj_14_14_usable): Renamed from
6749         is_envjavac_gcj_14_14_usable.
6750         (is_envjavac_oldgcj_14_13_usable): Renamed from
6751         is_envjavac_gcj_14_13_usable.
6752         (is_gcj_present): Update.
6753         (is_gcj_43, is_gcj43_usable): New functions.
6754         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
6755         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
6756         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
6757         try the options -fsource and -ftarget.
6758
6759 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
6760
6761         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
6762         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
6763         larger value.
6764
6765 2007-02-03  Jim Meyering  <jim@meyering.net>
6766
6767         Give tools a better chance to allocate space for very large buffers.
6768         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
6769
6770         Make pwd and readlink work also when run with an unreadable parent dir
6771         on systems with openat support.
6772         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
6773         provided getcwd function, even when we have openat support.
6774         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
6775
6776 2007-02-02  Bruno Haible  <bruno@clisp.org>
6777
6778         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
6779         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
6780         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
6781         portability problems if one of these functions is only used on specific
6782         platforms.
6783         Reported by Paul Eggert.
6784
6785 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
6786
6787         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
6788         is causing more trouble than it's curing.
6789         * lib/regex_internal.h (__mempcpy): Remove.
6790         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
6791         (and make the code a tad smaller to boot).
6792         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
6793
6794 2007-02-02  Jim Meyering  <jim@meyering.net>
6795
6796         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
6797         section, not in the Makefile.am: one.
6798
6799 2007-02-02  Eric Blake  <ebb9@byu.net>
6800
6801         * lib/strchrnul.c: Always include config.h first.
6802
6803         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
6804         gnulib strstr is not necessary here.
6805
6806 2007-02-02  Simon Josefsson  <simon@josefsson.org>
6807
6808         * m4/socklen.m4: Fix typo.
6809
6810 2007-02-02  Eric Blake  <ebb9@byu.net>
6811
6812         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
6813         * modules/netinet_in (Makefile.am): Likewise.
6814
6815 2007-02-01  Bruno Haible  <bruno@clisp.org>
6816
6817         * lib/string_.h (GL_LINK_WARNING): New macro.
6818         (strcasecmp, strstr, strcasestr): If provided by the system,
6819         conditionally define as a macro that leads to a warning instead of to
6820         an error.
6821         (strncasecmp): Conditionally define as a macro that leads to a warning.
6822
6823 2007-02-01  Karl Berry  <karl@gnu.org>
6824
6825         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
6826
6827 2007-02-01  Bruno Haible  <bruno@clisp.org>
6828
6829         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
6830         renamings.
6831
6832 2007-02-01  Eric Blake  <ebb9@byu.net>
6833
6834         * modules/regex (Depends-on): Revert dependence on mempcpy.
6835         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
6836         module's definition of mempcpy.
6837         Reported by Paul Eggert.
6838
6839 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
6840
6841         * lib/string_.h: If the gnulib module XYZ is not present, undefine
6842         the symbol XYZ before redefining it.  This fixes a problem with
6843         programs that don't use XYZ, when compiled on systems that define
6844         XYZ to something else.
6845
6846 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
6847
6848         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
6849         occurs when "mkdir -m foo" creates a setgid directory that is (1)
6850         writeable to group or other and (2) is intended to have a special
6851         mode bit that is set or cleared.  In such a case, the directory
6852         should be neither group- nor other-writeable until the special
6853         mode bits are right.
6854
6855 2007-01-31  Eric Blake  <ebb9@byu.net>
6856
6857         * modules/mountlist (Depends-on): Add strstr.
6858
6859         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
6860         bug.
6861         * modules/string (Makefile.am): Remove redundant replacement.
6862         * modules/regex (Depends-on): Add mempcpy.
6863
6864 2007-01-31  Bruno Haible  <bruno@clisp.org>
6865
6866         New module description field 'Link'.
6867         * gnulib-tool (func_usage): Document --extract-link-directive.
6868         (sed_extract_prog): Recognize 'Link' directive.
6869         (func_get_link_directive): New function.
6870         (func_import): Show summary of link directives.
6871         Handle --extract-link-directive option.
6872         * modules/acl (Link): New section.
6873         * modules/clock-time (Link): New section.
6874         * modules/euidaccess (Link): New section.
6875         * modules/gettext (Link): New section.
6876         * modules/iconv (Link): New section.
6877         * modules/lock (Link): New section.
6878         * modules/nanosleep (Link): New section.
6879         * modules/readline (Link): New section.
6880
6881 2007-01-27  Bruno Haible  <bruno@clisp.org>
6882
6883         Enforce the use of gnulib modules for unportable <string.h> functions.
6884         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
6885         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
6886         (gl_HEADER_STRING_H_BODY): Require it.
6887         * lib/string_.h: If the gnulib module XYZ is not present, redefine
6888         the symbol XYZ to one that gives a link error.
6889         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
6890         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
6891         * modules/mempcpy (configure.ac): Likewise.
6892         * modules/memrchr (configure.ac): Likewise.
6893         * modules/stpcpy (configure.ac): Likewise.
6894         * modules/stpncpy (configure.ac): Likewise.
6895         * modules/strcase (configure.ac): Likewise.
6896         * modules/strcasestr (configure.ac): Likewise.
6897         * modules/strchrnul (configure.ac): Likewise.
6898         * modules/strdup (configure.ac): Likewise.
6899         * modules/strndup (configure.ac): Likewise.
6900         * modules/strnlen (configure.ac): Likewise.
6901         * modules/strpbrk (configure.ac): Likewise.
6902         * modules/strsep (configure.ac): Likewise.
6903         * modules/strstr (configure.ac): Likewise.
6904         * modules/strtok_r (configure.ac): Likewise.
6905
6906 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
6907
6908         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
6909
6910 2007-01-30  Jim Meyering  <jim@meyering.net>
6911
6912         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
6913
6914 2007-01-29  Bruno Haible  <bruno@clisp.org>
6915
6916         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
6917         * lib/execute.c: Likewise.
6918         * lib/pipe.c: Likewise.
6919         * lib/printf-args.h: Likewise.
6920         * lib/printf-args.c: Likewise.
6921         * lib/printf-parse.c: Likewise.
6922         * lib/vasnprintf.c: Likewise.
6923
6924 2007-01-29  Eric Blake  <ebb9@byu.net>
6925
6926         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
6927         declaration.
6928
6929 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
6930
6931         * lib/strptime.h (strptime): Use 'restrict' for args where
6932         POSIX requires this.
6933         * lib/strptime.c (strptime): Likewise.
6934         Change license notice from LGPL to GPL, since gnulib-tool will
6935         change this as needed.
6936         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
6937         defined.
6938         Include "strptime.h" first, to check interface.
6939         Do not #undef _LIBC and _NL_CURRENT.
6940         Do not include <stdlib.h>; no longer needed.
6941         Include "time_r.h" and declare ptime_locale_status
6942         only if _LIBC is not defined.
6943         (__P): Remove unused macro.
6944         (match_string): Bring back glibc version, but use it only if _LIBC
6945         is defined.
6946         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
6947         Remove unnecessary assertion and abort() call.
6948         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
6949         * m4/strptime.m4: Fix serial number comment.
6950         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
6951         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
6952         (Depends-on): Add time_r.
6953
6954 2007-01-29  Bruno Haible  <bruno@clisp.org>
6955
6956         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
6957         strptime.
6958         * modules/strptime (Depends-on): Add stdbool.
6959         * lib/strptime.h: Include <time.h> always. Add comments.
6960
6961 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
6962
6963         * modules/strptime: New file.
6964         * lib/strptime.h: New file.
6965         * lib/strptime.c: New file.
6966         * m4/strptime.m4: New file.
6967
6968 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
6969
6970         * MODULES.html.sh: New module mpsort.
6971         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
6972
6973         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
6974         a circularity problem with HP-UX ia64 reported by Bob Proulx in
6975         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
6976         All uses changed.
6977         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
6978         All uses changed.
6979         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
6980         to _Restrict_.
6981         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
6982         the parameter matches the prototype.
6983
6984 2007-01-28  Jim Meyering  <jim@meyering.net>
6985
6986         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
6987         sys/time.h here, reverting that part of the previous patch:
6988         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
6989
6990 2007-01-28  Bruno Haible  <bruno@clisp.org>
6991
6992         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
6993         value of $(SYS_TIME_H).
6994         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
6995         remove it conditionally, too. [added by Jim Meyering]
6996         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
6997         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
6998         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
6999         GETTIMEOFDAY_REPLACEMENT to 1.
7000
7001 2007-01-28  Bruno Haible  <bruno@clisp.org>
7002
7003         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
7004         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
7005         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
7006         Set UNISTD_H instead of UNISTD_H2.
7007         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
7008
7009 2007-01-28  Bruno Haible  <bruno@clisp.org>
7010
7011         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
7012         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
7013
7014 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7015
7016         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
7017         (func_create_testdir): Ensure C locale for `grep' and `tr'
7018         character ranges.
7019         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
7020         ACLOCAL_AMFLAGS parsing state machine.
7021
7022 2007-01-27  Bruno Haible  <bruno@clisp.org>
7023
7024         * modules/unistr/base: Update.
7025
7026 2007-01-27  Bruno Haible  <bruno@clisp.org>
7027
7028         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
7029         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
7030         * modules/unistr/u32-mbtouc-unsafe: Renamed from
7031         modules/unistr/u32-mbtouc.
7032         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
7033         * lib/unistr.h: Update.
7034         * lib/linebreak.c: Update.
7035         * modules/unistr/u32-mbtouc: Renamed from
7036         modules/unistr/u32-mbtouc-safe.
7037         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
7038         * lib/unistr.h: Update.
7039         * lib/unistr/u32-to-u8.c: Update.
7040         * lib/unistr/u32-to-u16.c: Update.
7041
7042 2007-01-27  Bruno Haible  <bruno@clisp.org>
7043
7044         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
7045         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
7046         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
7047         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
7048         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
7049         * modules/unistr/u16-mbtouc-unsafe: Renamed from
7050         modules/unistr/u16-mbtouc.
7051         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
7052         * lib/unistr.h: Update.
7053         * lib/linebreak.c: Update.
7054         * modules/linebreak: Update.
7055         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
7056         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
7057         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
7058         * modules/unistr/u16-mbtouc: Renamed from
7059         modules/unistr/u16-mbtouc-safe.
7060         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
7061         * lib/unistr.h: Update.
7062         * lib/unistr/u16-to-u8.c: Update.
7063         * modules/unistr/u16-to-u8: Update.
7064         * lib/unistr/u16-to-u32.c: Update.
7065         * modules/unistr/u16-to-u32: Update.
7066
7067 2007-01-27  Bruno Haible  <bruno@clisp.org>
7068
7069         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
7070         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
7071         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
7072         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
7073         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
7074         * modules/unistr/u8-mbtouc-unsafe: Renamed from
7075         modules/unistr/u8-mbtouc.
7076         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
7077         * lib/unistr.h: Update.
7078         * lib/striconveh.c: Update.
7079         * modules/striconveh: Update.
7080         * lib/linebreak.c: Update.
7081         * modules/linebreak: Update.
7082         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
7083         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
7084         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
7085         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
7086         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
7087         * lib/unistr.h: Update.
7088         * lib/striconveh.c: Update.
7089         * modules/striconveh: Update.
7090         * lib/unistr/u8-to-u16.c: Update.
7091         * modules/unistr/u8-to-u16: Update.
7092         * lib/unistr/u8-to-u32.c: Update.
7093         * modules/unistr/u8-to-u32: Update.
7094
7095 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7096
7097         Sync from Libtool.
7098         * lib/argz.c: Do not include strings.h nor memory.h, include
7099         string.h unconditionally.  Patch by Simon Josefsson.
7100
7101 2007-01-27  Bruno Haible  <bruno@clisp.org>
7102
7103         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
7104         from gl_HEADER_STRING_H_BODY.
7105         (gl_HEADER_STRING_H_BODY): Require it.
7106         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
7107         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
7108         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
7109         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
7110         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
7111         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
7112         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
7113         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
7114         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
7115         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
7116         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
7117         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
7118         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
7119         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
7120         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
7121
7122 2007-01-27  Bruno Haible  <bruno@clisp.org>
7123
7124         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
7125         check_PROGRAMS into noinst_PROGRAMS.
7126         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
7127         check_PROGRAMS in this case.
7128         (func_import): Set for_test to false.
7129         (func_create_testdir): Set for_test to true.
7130
7131 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
7132             Bruno Haible  <bruno@clisp.org>
7133
7134         * modules/strcasestr (Files): Remove lib/strcasestr.h.
7135         (Depends-on): Add string.
7136         (Includes): Use <string.h> instead of strcasestr.h.
7137         * modules/string (Makefile.am): Also substitute the value of
7138         REPLACE_STRCASESTR.
7139         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
7140         assume strcasestr is declared in <string.h> not <strings.h>. Also
7141         set REPLACE_STRCASESTR.
7142         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
7143         REPLACE_STRCASESTR.
7144         * lib/strcasestr.h: Remove file.
7145         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
7146         * lib/string_.h (strcasestr): New declaration.
7147
7148 2007-01-27  Bruno Haible  <bruno@clisp.org>
7149
7150         * lib/string_.h: Use 'extern'.
7151
7152 2007-01-27  Jim Meyering  <jim@meyering.net>
7153
7154         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
7155         of set-but-not-used local, "q".
7156
7157         * lib/mempcpy.c: Include <config.h> before <string.h>.
7158         This fixes a compilation error on HP-UX, due to the system's
7159         "restrict"-using mempcpy prototype.
7160
7161 2007-01-26  Bruno Haible  <bruno@clisp.org>
7162
7163         Small optimization.
7164         * lib/javacomp.c: Include c-strstr.h.
7165          (is_envjavac_gcj): Use c_strstr instead of strstr.
7166         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
7167
7168 2007-01-26  Bruno Haible  <bruno@clisp.org>
7169
7170         * MODULES.html.sh (Unicode string functions): Add the new modules.
7171
7172         * modules/uniconv/u32-strconv-to-locale: New file.
7173         * lib/uniconv/u32-strconv-to-locale.c: New file.
7174
7175         * modules/uniconv/u16-strconv-to-locale: New file.
7176         * lib/uniconv/u16-strconv-to-locale.c: New file.
7177
7178         * modules/uniconv/u8-strconv-to-locale: New file.
7179         * lib/uniconv/u8-strconv-to-locale.c: New file.
7180
7181         * modules/uniconv/u32-strconv-from-locale: New file.
7182         * lib/uniconv/u32-strconv-from-locale.c: New file.
7183
7184         * modules/uniconv/u16-strconv-from-locale: New file.
7185         * lib/uniconv/u16-strconv-from-locale.c: New file.
7186
7187         * modules/uniconv/u8-strconv-from-locale: New file.
7188         * lib/uniconv/u8-strconv-from-locale.c: New file.
7189
7190         * modules/uniconv/u32-strconv-to-enc: New file.
7191         * lib/uniconv/u32-strconv-to-enc.c: New file.
7192         * modules/uniconv/u32-strconv-to-enc-tests: New file.
7193         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
7194
7195         * modules/uniconv/u16-strconv-to-enc: New file.
7196         * lib/uniconv/u16-strconv-to-enc.c: New file.
7197         * lib/uniconv/u-strconv-to-enc.h: New file.
7198         * modules/uniconv/u16-strconv-to-enc-tests: New file.
7199         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
7200
7201         * modules/uniconv/u8-strconv-to-enc: New file.
7202         * lib/uniconv/u8-strconv-to-enc.c: New file.
7203         * modules/uniconv/u8-strconv-to-enc-tests: New file.
7204         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
7205
7206         * modules/uniconv/u32-strconv-from-enc: New file.
7207         * lib/uniconv/u32-strconv-from-enc.c: New file.
7208         * modules/uniconv/u32-strconv-from-enc-tests: New file.
7209         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
7210
7211         * modules/uniconv/u16-strconv-from-enc: New file.
7212         * lib/uniconv/u16-strconv-from-enc.c: New file.
7213         * modules/uniconv/u16-strconv-from-enc-tests: New file.
7214         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
7215
7216         * modules/uniconv/u8-strconv-from-enc: New file.
7217         * lib/uniconv/u8-strconv-from-enc.c: New file.
7218         * lib/uniconv/u-strconv-from-enc.h: New file.
7219         * modules/uniconv/u8-strconv-from-enc-tests: New file.
7220         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
7221
7222         * modules/uniconv/u32-conv-from-enc: New file.
7223         * lib/uniconv/u32-conv-from-enc.c: New file.
7224         * modules/uniconv/u32-conv-from-enc-tests: New file.
7225         * tests/uniconv/test-u32-conv-from-enc.c: New file.
7226
7227         * modules/uniconv/u16-conv-from-enc: New file.
7228         * lib/uniconv/u16-conv-from-enc.c: New file.
7229         * lib/uniconv/u-conv-from-enc.h: New file.
7230         * modules/uniconv/u16-conv-from-enc-tests: New file.
7231         * tests/uniconv/test-u16-conv-from-enc.c: New file.
7232
7233         * modules/uniconv/u8-conv-from-enc: New file.
7234         * lib/uniconv/u8-conv-from-enc.c: New file.
7235         * modules/uniconv/u8-conv-from-enc-tests: New file.
7236         * tests/uniconv/test-u8-conv-from-enc.c: New file.
7237
7238         * modules/uniconv/base: New file.
7239         * lib/uniconv.h: New file.
7240
7241 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
7242
7243         * doc/gnulib-tool.texi (Initial import): Update to match current
7244         behavior with strdup module.
7245         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
7246         * lib/memmem.h: Remove; all uses removed.  This is now done
7247         by <string.h>.
7248         * lib/mempcpy.h: Likewise.
7249         * lib/memrchr.h: Likewise.
7250         * lib/stpcpy.h: Likewise.
7251         * lib/stpncpy.h: Likewise.
7252         * lib/strcase.h: Likewise.
7253         * lib/strchrnul.h: Likewise.
7254         * lib/strdup.h: Likewise.
7255         * lib/strndup.h: Likewise.
7256         * lib/strnlen.h: Likewise.
7257         * lib/strpbrk.h: Likewise.
7258         * lib/strsep.h: Likewise.
7259         * lib/strstr.h: Likewise.
7260         * lib/strtok_r.h: Likewise.
7261         * lib/string_.h: New file.
7262         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
7263         Rely on <string.h> instead.
7264         * lib/canon-host.c: Likewise.
7265         * lib/chdir-long.c: Likewise.
7266         * lib/concatpath.c: Likewise.
7267         * lib/exclude.c: Likewise.
7268         * lib/fchdir.c: Likewise.
7269         * lib/getaddrinfo.c: Likewise.
7270         * lib/getcwd.c: Likewise.
7271         * lib/getsubopt.c: Likewise.
7272         * lib/glob.c: Likewise.
7273         * lib/hard-locale.c: Likewise.
7274         * lib/iconvme.c: Likewise.
7275         * lib/javacomp.c: Likewise.
7276         * lib/mempcpy.c: Likewise.
7277         * lib/memrchr.c: Likewise.
7278         * lib/regex_internal.h: Likewise.
7279         * lib/stpncpy.c: Likewise.
7280         * lib/strcasecmp.c: Likewise.
7281         * lib/strchrnul.c: Likewise.
7282         * lib/strdup.c: Likewise.
7283         * lib/striconv.c: Likewise.
7284         * lib/striconveh.c: Likewise.
7285         * lib/striconveha.c: Likewise.
7286         * lib/strncasecmp.c: Likewise.
7287         * lib/strndup.c: Likewise.
7288         * lib/strnlen.c: Likewise.
7289         * lib/strsep.c: Likewise.
7290         * lib/strstr.c: Likewise.
7291         * lib/strtok_r.c: Likewise.
7292         * lib/userspec.c: Likewise.
7293         * lib/w32spawn.h: Likewise.
7294         * lib/xstrndup.c: Likewise.
7295         * lib/mountlist.c (strstr): Remove decl.
7296         * m4/string_h.m4: New file.
7297         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
7298         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
7299         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
7300         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
7301         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
7302         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
7303         Set REPLACE_STRCASECMP if necessary.
7304         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
7305         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
7306         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
7307         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
7308         HAVE_DECL_STRDUP if necessary.
7309         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
7310         since gl_FUNC_STRNDUP does that now.
7311         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
7312         Check for decl here...
7313         (gl_PREREQ_STRNLEN): ... not here.
7314         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
7315         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
7316         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
7317         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
7318         necessary.
7319         * modules/string: New file.
7320         * modules/memmem (Files): Remove special-purpose include file.
7321         (Depends-on): Add string.
7322         (Include): Include <string.h>, not the removed file.
7323         * modules/mempcpy: Likewise.
7324         * modules/memrchr: Likewise.
7325         * modules/stpcpy: Likewise.
7326         * modules/stpncpy: Likewise.
7327         * modules/strcase: Likewise.
7328         * modules/strchrnul: Likewise.
7329         * modules/strdup: Likewise.
7330         * modules/strndup: Likewise.
7331         * modules/strnlen: Likewise.
7332         * modules/strpbrk: Likewise.
7333         * modules/strsep: Likewise.
7334         * modules/strstr: Likewise.
7335         * modules/strtok_r: Likewise.
7336         * tests/test-dirname.c: Don't include "strdup.h", since
7337         <string.h> now suffices.
7338         * tests/test-memmem.c: Don't include "memmem.h", since
7339         <string.h> now suffices.
7340
7341 2007-01-25  Bruno Haible  <bruno@clisp.org>
7342
7343         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
7344         *resultp is 0.
7345
7346         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
7347         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
7348         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
7349         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
7350
7351         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
7352         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
7353         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
7354         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
7355         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
7356         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
7357
7358 2007-01-24  Bruno Haible  <bruno@clisp.org>
7359
7360         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
7361         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
7362         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
7363         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
7364         gl_FUNC_FTS_CORE.
7365         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
7366         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
7367         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
7368         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
7369         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
7370         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
7371         gl_FUNC_FCHOWNAT.
7372         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
7373         gl_FUNC_STRFTIME.
7374         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
7375         Reported by Ralf Wildenhues.
7376
7377 2007-01-24  Bruno Haible  <bruno@clisp.org>
7378
7379         Drop AC_REQUIRE calls that are redundant with the module dependencies.
7380         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
7381         gl_GETADDRINFO.
7382         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
7383         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
7384         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
7385
7386 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
7387
7388         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
7389         Don't use 'exit'; just return from 'main'.
7390         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
7391
7392         * lib/fnmatch_.h: Readjust white space and comments to match
7393         glibc, to avoid spurious diffs.
7394
7395 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
7396
7397         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
7398         2004-12-01 change by Jakub Jelinek, since this code won't compile
7399         if !LIBC.  Problem reported by Bob Proulx.
7400
7401 2007-01-23  Bruno Haible  <bruno@clisp.org>
7402
7403         * lib/striconveh.c: Include c-strcaseeq.h.
7404         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
7405         * modules/striconveh (Depends-on): Add c-strcaseeq.
7406
7407 2007-01-23  Bruno Haible  <bruno@clisp.org>
7408
7409         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
7410
7411         * modules/c-strcaseeq: New file.
7412         * lib/c-strcaseeq.h: New file.
7413
7414         * modules/streq: New file.
7415         * lib/streq.h: New file.
7416
7417 2007-01-23  Bruno Haible  <bruno@clisp.org>
7418
7419         * modules/striconveha-tests: New file.
7420         * tests/test-striconveha.c: New file.
7421
7422         * lib/striconveha.h: Include <stdbool.h>.
7423         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
7424         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
7425         (mem_iconveha_notranslit): Renamed from mem_iconveha.
7426         (mem_iconveha): New function.
7427         (str_iconveha_notranslit): Renamed from str_iconveha.
7428         (str_iconveha): New function.
7429         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
7430         c-strcase.
7431
7432 2007-01-23  Bruno Haible  <bruno@clisp.org>
7433
7434         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
7435         encodings without forgiving before trying any encoding with handler.
7436         (str_iconveha): Try all encodings without forgiving before trying any
7437         encoding with handler.
7438
7439 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
7440
7441         Import the following changes from libc.
7442
7443         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
7444
7445         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
7446
7447         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
7448
7449         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
7450         normal_bracket label.
7451
7452         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
7453
7454         [BZ #361]
7455         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
7456         to normal_bracket after fetching the next character.
7457
7458 2007-01-22  Bruno Haible  <bruno@clisp.org>
7459
7460         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
7461         argument.
7462         * lib/striconveh.c (iconv_carefully_1): New function.
7463         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
7464         argument.
7465         (str_cd_iconveh): Update.
7466         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
7467         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
7468         * tests/test-striconveh.c (MAGIC): New macro.
7469         (new_offsets): New function.
7470         (main): Test call with and without offsets.
7471
7472 2007-01-22  Bruno Haible  <bruno@clisp.org>
7473
7474         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
7475         * modules/sys_select (Makefile.am): Likewise.
7476         * modules/sys_socket (Makefile.am): Likewise.
7477         * modules/sys_time (Makefile.am): Likewise.
7478
7479 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
7480
7481         * modules/gettimeofday (License): Change from GPL to LGPL, since
7482         gettimeofday is a library function.
7483
7484 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7485
7486         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
7487
7488 2007-01-21  Bruno Haible  <bruno@clisp.org>
7489
7490         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
7491
7492 2007-01-21  Bruno Haible  <bruno@clisp.org>
7493
7494         * modules/striconveha: New file.
7495         * lib/striconveha.h: New file.
7496         * lib/striconveha.c: New file.
7497         * MODULES.html.sh (Internationalization functions): Add striconveha.
7498         * lib/striconv.c (str_iconv): Optimize the case of an empty input
7499         string.
7500         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
7501
7502 2007-01-21  Bruno Haible  <bruno@clisp.org>
7503
7504         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
7505         * lib/striconveh.c (str_iconveh): Likewise.
7506
7507 2007-01-21  Bruno Haible  <bruno@clisp.org>
7508
7509         * lib/striconveh.h (mem_iconveh): New declaration.
7510         * lib/striconveh.c (mem_iconveh): New function.
7511         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
7512
7513 2007-01-21  Bruno Haible  <bruno@clisp.org>
7514
7515         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
7516
7517         * lib/striconveh.h (mem_cd_iconveh): Change specification.
7518         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
7519         original result buffer.
7520         (str_cd_iconveh): Update.
7521         * tests/test-striconveh.c (main): Update.
7522
7523         * lib/striconv.h (mem_cd_iconv): Change specification.
7524         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
7525         result buffer.
7526         (str_cd_iconv): Update.
7527         * tests/test-striconv.c (main): Update.
7528
7529 2007-01-21  Bruno Haible  <bruno@clisp.org>
7530
7531         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
7532
7533 2007-01-20  Jim Meyering  <jim@meyering.net>
7534
7535         * lib/userspec.c (parse_with_separator): If a user or group string
7536         starts with "+", skip the corresponding name-to-ID look-up, since
7537         such a look-up must fail: user and group names may not include "+".
7538
7539 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
7540
7541         * lib/poll.c: Include sys/time.h and time.h unconditionally,
7542         since we now assume the sys_time module.
7543         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
7544         check for sys/time.h; no longer needed.
7545         * modules/poll (Depends-on): Depend on sys_time.
7546
7547 2007-01-18  Bruno Haible  <bruno@clisp.org>
7548
7549         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
7550         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
7551
7552         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
7553         gettimeofday.
7554
7555         * tests/test-gettimeofday.c: Include <time.h>.
7556         (dummy): Remove variable.
7557
7558         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
7559         gl_HEADER_SYS_TIME_H.
7560         (gl_HEADER_SYS_TIME_H): New macro.
7561
7562         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
7563         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
7564         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
7565         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
7566         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
7567         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
7568         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
7569         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
7570         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
7571         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
7572         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
7573
7574         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
7575         last change; it caused a compilation error when cross-compiling to
7576         Cygwin.
7577
7578 2007-01-18  Jim Meyering  <jim@meyering.net>
7579
7580         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
7581         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
7582         than the race-prone "test -d sys || mkdir sys".
7583         (configure.ac): Use AC_PROG_MKDIR_P.
7584         * modules/sys_select: Likewise.
7585         * modules/sys_socket: Likewise.
7586         * modules/sys_time: Likewise.
7587
7588 2007-01-18  Eric Blake  <ebb9@byu.net>
7589
7590         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
7591         replace gettimeofday.
7592         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
7593         name, to avoid infinite recursion.
7594
7595 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
7596
7597         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
7598         module sys_time.
7599         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
7600         assume timespec.h defines struct timeval.
7601         * lib/settime.c: Likewise.
7602         * lib/utimens.c: Likewise.
7603         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
7604         since we now assume the gettimeofday module.
7605         * lib/tempname.c (__gen_tempname): Likewise.
7606         * lib/gettimeofday.h: Remove.
7607         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
7608         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
7609         Include <time.h>, for 'time()'.
7610         (localtime_buffer_addr): Also use this workaround if
7611         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
7612         to simplify the uses.  All uses changed.
7613         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
7614         that #undef is inside {}, and 'const' follows type name consistently.
7615         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
7616         (gettimeofday): Do not use the maximum possible value for
7617         tv->tv_usec, since that might break usages other than ls.c.
7618         Instead, we'll leave ls.c alone.  This undoes today's patch
7619         by Bruno.  Add a compile-time warning for 1s-clock resolution;
7620         we've never observed the problem but might as well keep the
7621         canary.
7622         * lib/nanosleep.c: Include timespec.h first, for interface check.
7623         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
7624         now assume the sys_time module.
7625         * lib/tempname.c: Likewise.
7626         * lib/timespec.h: Likewise.
7627         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
7628         needed.
7629         * lib/strftime.c: Likewise.
7630         * lib/timespec.h: Likewise.
7631         * lib/posixtm.c: Include posixtm.h first, for interface check.
7632         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
7633         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
7634         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
7635         * lib/sys_time_.h: New file.
7636         * lib/timespec.h (struct timespec): Use long int, not long.
7637         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
7638         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
7639         Remove obsolescent call to AC_HEADER_TIME.
7640         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
7641         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
7642         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
7643         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
7644         Likewise.
7645         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
7646         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
7647         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
7648         into the sys_time module.  Check for gettimeofday just once.
7649         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
7650         for gettimeofday signature to just check the signature.  Merely
7651         compile it, since linking doesn't test signature.  Improve test for
7652         whether gettimeofday.o is actually needed.
7653         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
7654         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
7655         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
7656         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
7657         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
7658         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
7659         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
7660         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
7661         than worrying about sys/time.h.
7662         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
7663         Don't bother worrying about TIME_WITH_SYS_TIME.
7664         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
7665         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
7666         * m4/sys_time_h.m4: New file.
7667         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
7668         Don't include sys/time.h.  Return from main rather than exiting.
7669         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
7670         all uses changed.
7671         * modules/gethrxtime (Depends-on): Add sys_time.
7672         * modules/gettime (Depends-on): Likewise.
7673         * modules/gettimeofday (Depends-on): Likewise.
7674         * modules/nanosleep (Depends-on): Likewise.
7675         * modules/settime (Depends-on): Likewise.
7676         * modules/tempname (Depends-on): Likewise.
7677         * modules/utimens (Depends-on): Likewise.
7678         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
7679         (Include:) Change back to <sys/time.h>.
7680         (Maintainer:) Add self.
7681         * modules/sys_time: New file.
7682         * modules/tempname (Depends-on): Add gettimeofday.
7683         * tests/test-gettimeofday.c: Include <sys/time.h>
7684         rather than gettimeofday.h.
7685
7686 2007-01-17  Bruno Haible  <bruno@clisp.org>
7687
7688         * gnulib-tool (func_get_license): Revert last patch. Instead, let
7689         the license default to GPL.
7690         (func_create_testdir): Don't complain if a module is LGPL and its
7691         tests module depends on GPLed modules.
7692
7693 2007-01-17  Bruno Haible  <bruno@clisp.org>
7694
7695         * lib/gettimeofday.c (gettimeofday): Add code for the case
7696         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
7697         maximum possible value for tv->tv_usec, rather than the minimum one.
7698
7699 2005-10-08  Martin Lambers  <marlam@marlam.de>
7700 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
7701 2007-01-16  Bruno Haible  <bruno@clisp.org>
7702
7703         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
7704         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
7705         gl_FUNC_GETTIMEOFDAY.
7706         (Include): Add gettimeofday.h.
7707         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
7708         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
7709         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
7710         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
7711         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
7712         * lib/gettimeofday.h: New file.
7713         * lib/gettimeofday.c: Include <sys/timeb.h>.
7714         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
7715         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
7716         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
7717         fall back on time().
7718
7719         * tests/test-gettimeofday.c: New file.
7720         * modules/gettimeofday-tests: New file.
7721
7722 2007-01-16  Eric Blake  <ebb9@byu.net>
7723
7724         * modules/fnmatch (Depends-on): Depend on wchar.
7725         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
7726         * m4/fnmatch.m4: Likewise.
7727         * modules/mbchar (Makefile.am): Assume <wchar.h>.
7728         * m4/mbchar.m4: Likewise.
7729         * modules/mbswidth (Depends-on): Depend on wchar.
7730         * lib/mbswidth.c: Assume <wchar.h>.
7731         * m4/mbswidth.m4: Likewise.
7732         * modules/quotearg (Depends-on): Depend on wchar.
7733         * lib/quotearg.c: Assume <wchar.h>.
7734         * m4/quotearg.m4: Likewise.
7735         * modules/regex (Depends-on): Depend on wchar.
7736         * lib/regex_internal.h: Assume <wchar.h>.
7737         * m4/regex.m4: Likewise.
7738         * modules/stdint (Depends-on): Depend on wchar.
7739         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
7740         * m4/stdint.m4: Likewise.
7741         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
7742         * modules/strftime (Depends-on): Depend on wchar.
7743         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
7744         * modules/strtol (Depends-on): Depend on wchar.
7745         * lib/strtol.c: Assume <wchar.h>.
7746         * modules/wcwidth (Depends-on): Depend on wchar.
7747         * lib/wcwidth.h: Assume <wchar.h>.
7748         * m4/wcwidth.m4: Likewise.
7749
7750 2007-01-16  Bruno Haible  <bruno@clisp.org>
7751
7752         * modules/csharpexec-script: New, created from...
7753         * modules/csharpexec: ... this.
7754
7755 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
7756
7757         * modules/javaexec-script: New, created from...
7758         * modules/javaexec: ... this.
7759
7760 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7761
7762         * modules/poll (Dependencies): Add sys_select.
7763
7764 2007-01-15  Jim Meyering  <jim@meyering.net>
7765
7766         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
7767         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
7768         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
7769         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
7770
7771 2007-01-15  Bruno Haible  <bruno@clisp.org>
7772
7773         * modules/striconveh: New file.
7774         * lib/striconveh.h: New file.
7775         * lib/striconveh.c: New file.
7776         * MODULES.html.sh (Internationalization functions): Add striconveh.
7777
7778         * modules/striconveh-tests: New file.
7779         * tests/test-striconveh.c: New file.
7780
7781 2007-01-15  Bruno Haible  <bruno@clisp.org>
7782
7783         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
7784         not from GNU libiconv or GNU libc.
7785
7786 2007-01-15  Bruno Haible  <bruno@clisp.org>
7787
7788         * doc/gnulib-intro.texi (Copyright): Explain the different license
7789         terms for module descriptions, autoconf macros, tests, documentation.
7790
7791 2007-01-14  Bruno Haible  <bruno@clisp.org>
7792
7793         * modules/striconv-tests: New file.
7794         * tests/test-striconv.c: New file.
7795
7796 2007-01-14  Bruno Haible  <bruno@clisp.org>
7797
7798         * modules/iconv-tests: New file.
7799         * tests/test-iconv.c: New file.
7800
7801 2007-01-14  Bruno Haible  <bruno@clisp.org>
7802
7803         * gnulib-tool (func_get_license): For test modules, use the license of
7804         the main module.
7805
7806 2007-01-14  Bruno Haible  <bruno@clisp.org>
7807
7808         * modules/iconv (Include): Clarify that <iconv.h> can only be included
7809         if iconv is found to exist.
7810
7811 2007-01-14  Bruno Haible  <bruno@clisp.org>
7812
7813         * modules/c-ctype-tests: New file.
7814         * tests/test-c-ctype.c: New file.
7815
7816 2007-01-14  Bruno Haible  <bruno@clisp.org>
7817
7818         * modules/binary-io-tests: New file.
7819         * tests/test-binary-io.sh: New file.
7820         * tests/test-binary-io.c: New file.
7821
7822 2007-01-14  Bruno Haible  <bruno@clisp.org>
7823
7824         * modules/array-oset-tests: New file.
7825         * tests/test-array_oset.c: New file.
7826
7827 2007-01-14  Bruno Haible  <bruno@clisp.org>
7828
7829         * modules/array-list-tests: New file.
7830         * tests/test-array_list.c: New file.
7831
7832 2007-01-14  Bruno Haible  <bruno@clisp.org>
7833
7834         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
7835         and make.
7836         Reported by Simon Josefsson in
7837         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
7838
7839 2007-01-14  Bruno Haible  <bruno@clisp.org>
7840
7841         * modules/allocsa-tests: New file.
7842         * tests/test-allocsa.c: New file.
7843
7844 2007-01-14  Bruno Haible  <bruno@clisp.org>
7845
7846         * modules/fchdir (Depends-on): Add absolute-header.
7847         * modules/unistd (Depends-on): Likewise.
7848
7849 2006-12-30  Bruno Haible  <bruno@clisp.org>
7850
7851         * modules/fchdir: New file.
7852         * modules/unistd (Files): Add lib/unistd_.h.
7853         (Makefile.am): Generate unistd.h from unistd_.h.
7854         * lib/fchdir.c: New file.
7855         * lib/dirent_.h: New file.
7856         * lib/unistd_.h: New file.
7857         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
7858         * m4/fchdir.m4: New file.
7859         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
7860         (gl_HEADER_UNISTD): Invoke it.
7861         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
7862         function.
7863         * lib/backupfile.c (opendir, closedir): Undefine.
7864         * lib/chown.c (open, close): Undefine.
7865         * lib/clean-temp.c (open, close): Undefine.
7866         * lib/copy-file.c (open, close): Undefine.
7867         * lib/execute.c (open, close): Undefine.
7868         * lib/fsusage.c (open, close): Undefine.
7869         * lib/gc-gnulib.c (open, close): Undefine.
7870         * lib/getcwd.c (opendir, closedir): Undefine.
7871         * lib/glob.c (opendir, closedir): Undefine.
7872         * lib/javacomp.c (open, close): Undefine.
7873         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
7874         * lib/openat-proc.c (open, close): Undefine.
7875         * lib/pagealign_alloc.c (open, close): Undefine.
7876         * lib/pipe.c (open, close): Undefine.
7877         * lib/progreloc.c (open, close): Undefine.
7878         * lib/savedir.c (opendir, closedir): Undefine.
7879         * lib/utime.c (open, close): Undefine.
7880         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
7881
7882 2007-01-10  Bruno Haible  <bruno@clisp.org>
7883
7884         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
7885
7886 2007-01-12  Eric Blake  <ebb9@byu.net>
7887
7888         Provide a robust <wchar.h>.  Further simplifications are now
7889         possible in other modules, but not included here.
7890         * modules/wchar: New module.
7891         * m4/wchar.m4: New file.
7892         * lib/wchar_.h: Likewise.
7893         * modules/mbchar (Depends-on): Depend on wchar, as the first use
7894         of the new module.
7895         * MODULES.html.sh (Extended multibyte and wide character utilities):
7896         New section.
7897
7898 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
7899
7900         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
7901         to a reasonable default for memory allocation.
7902         (xreadlink): Don't allocate a huge buffer, to work around a buggy
7903         file system that reports garbage st_size values for symlinks.
7904         Problem reported by Liyang Hu.
7905
7906 2007-01-11  Simon Josefsson  <simon@josefsson.org>
7907
7908         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
7909         Emacs .#* auto-save files).
7910
7911 2007-01-11  Bruno Haible  <bruno@clisp.org>
7912
7913         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
7914         directory.
7915
7916 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
7917
7918         Use @...@ consistently in lib/wctype_.h.
7919         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
7920         on it being set to 1 or 0.
7921         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
7922         go back to AC_SUBSTing it.
7923         * modules/wctype (Makefile.am): Undo previous change.
7924
7925 2007-01-10  Eric Blake  <ebb9@byu.net>
7926
7927         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
7928         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
7929         * modules/wctype (Makefile.am): Likewise.
7930         Reported by Chris McGuire.
7931
7932 2007-01-10  Jim Meyering  <jim@meyering.net>
7933
7934         fts.c: a small readability/maintainability improvement
7935         * lib/fts.c (fts_read): Make this code slightly more readable and
7936         maintainable by hoisting the "sp->fts_cur = p" assignments to
7937         immediately follow the statements that set P.  Derived from
7938         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
7939
7940 2007-01-10  Eric Blake  <ebb9@byu.net>
7941
7942         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
7943         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
7944         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
7945         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
7946         Reported by Chris McGuire.
7947
7948 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7949
7950         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
7951         in sed script.
7952
7953 2007-01-09  Bruno Haible  <bruno@clisp.org>
7954
7955         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
7956         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
7957         variables.
7958         (func_module): Use them.
7959
7960 2007-01-09  Bruno Haible  <bruno@clisp.org>
7961
7962         * modules/unistr/base: New file.
7963         * lib/unistr.h: New file.
7964
7965         * modules/unistr/u8-to-u16: New file.
7966         * lib/unistr/u8-to-u16.c: New file.
7967
7968         * modules/unistr/u8-to-u32: New file.
7969         * lib/unistr/u8-to-u32.c: New file.
7970
7971         * modules/unistr/u16-to-u8: New file.
7972         * lib/unistr/u16-to-u8.c: New file.
7973
7974         * modules/unistr/u16-to-u32: New file.
7975         * lib/unistr/u16-to-u32.c: New file.
7976
7977         * modules/unistr/u32-to-u8: New file.
7978         * lib/unistr/u32-to-u8.c: New file.
7979
7980         * modules/unistr/u32-to-u16: New file.
7981         * lib/unistr/u32-to-u16.c: New file.
7982
7983         * modules/unistr/u8-check: New file.
7984         * modules/unistr/u16-check: New file.
7985         * modules/unistr/u32-check: New file.
7986         * lib/unistr/u8-check.c: New file.
7987         * lib/unistr/u16-check.c: New file.
7988         * lib/unistr/u32-check.c: New file.
7989
7990         * modules/unistr/u8-chr: New file.
7991         * modules/unistr/u16-chr: New file.
7992         * modules/unistr/u32-chr: New file.
7993         * lib/unistr/u8-chr.c: New file.
7994         * lib/unistr/u16-chr.c: New file.
7995         * lib/unistr/u32-chr.c: New file.
7996
7997         * modules/unistr/u8-cmp: New file.
7998         * modules/unistr/u16-cmp: New file.
7999         * modules/unistr/u32-cmp: New file.
8000         * lib/unistr/u8-cmp.c: New file.
8001         * lib/unistr/u16-cmp.c: New file.
8002         * lib/unistr/u32-cmp.c: New file.
8003
8004         * modules/unistr/u8-cpy: New file.
8005         * modules/unistr/u16-cpy: New file.
8006         * modules/unistr/u32-cpy: New file.
8007         * lib/unistr/u8-cpy.c: New file.
8008         * lib/unistr/u16-cpy.c: New file.
8009         * lib/unistr/u32-cpy.c: New file.
8010         * lib/unistr/u-cpy.h: New file.
8011
8012         * modules/unistr/u8-cpy-alloc: New file.
8013         * modules/unistr/u16-cpy-alloc: New file.
8014         * modules/unistr/u32-cpy-alloc: New file.
8015         * lib/unistr/u8-cpy-alloc.c: New file.
8016         * lib/unistr/u16-cpy-alloc.c: New file.
8017         * lib/unistr/u32-cpy-alloc.c: New file.
8018         * lib/unistr/u-cpy-alloc.h: New file.
8019
8020         * modules/unistr/u8-endswith: New file.
8021         * modules/unistr/u16-endswith: New file.
8022         * modules/unistr/u32-endswith: New file.
8023         * lib/unistr/u8-endswith.c: New file.
8024         * lib/unistr/u16-endswith.c: New file.
8025         * lib/unistr/u32-endswith.c: New file.
8026         * lib/unistr/u-endswith.h: New file.
8027
8028         * modules/unistr/u8-mblen: New file.
8029         * modules/unistr/u16-mblen: New file.
8030         * modules/unistr/u32-mblen: New file.
8031         * lib/unistr/u8-mblen.c: New file.
8032         * lib/unistr/u16-mblen.c: New file.
8033         * lib/unistr/u32-mblen.c: New file.
8034
8035         * modules/unistr/u8-mbtouc: New file.
8036         * modules/unistr/u16-mbtouc: New file.
8037         * modules/unistr/u32-mbtouc: New file.
8038         * lib/unistr/u8-mbtouc.c: New file.
8039         * lib/unistr/u16-mbtouc.c: New file.
8040         * lib/unistr/u32-mbtouc.c: New file.
8041
8042         * modules/unistr/u8-mbtouc-safe: New file.
8043         * modules/unistr/u16-mbtouc-safe: New file.
8044         * modules/unistr/u32-mbtouc-safe: New file.
8045         * lib/unistr/u8-mbtouc-safe.c: New file.
8046         * lib/unistr/u16-mbtouc-safe.c: New file.
8047         * lib/unistr/u32-mbtouc-safe.c: New file.
8048
8049         * modules/unistr/u8-move: New file.
8050         * modules/unistr/u16-move: New file.
8051         * modules/unistr/u32-move: New file.
8052         * lib/unistr/u8-move.c: New file.
8053         * lib/unistr/u16-move.c: New file.
8054         * lib/unistr/u32-move.c: New file.
8055         * lib/unistr/u-move.h: New file.
8056
8057         * modules/unistr/u8-next: New file.
8058         * modules/unistr/u16-next: New file.
8059         * modules/unistr/u32-next: New file.
8060         * lib/unistr/u8-next.c: New file.
8061         * lib/unistr/u16-next.c: New file.
8062         * lib/unistr/u32-next.c: New file.
8063
8064         * modules/unistr/u8-prev: New file.
8065         * modules/unistr/u16-prev: New file.
8066         * modules/unistr/u32-prev: New file.
8067         * lib/unistr/u8-prev.c: New file.
8068         * lib/unistr/u16-prev.c: New file.
8069         * lib/unistr/u32-prev.c: New file.
8070
8071         * modules/unistr/u8-set: New file.
8072         * modules/unistr/u16-set: New file.
8073         * modules/unistr/u32-set: New file.
8074         * lib/unistr/u8-set.c: New file.
8075         * lib/unistr/u16-set.c: New file.
8076         * lib/unistr/u32-set.c: New file.
8077         * lib/unistr/u-set.h: New file.
8078
8079         * modules/unistr/u8-startswith: New file.
8080         * modules/unistr/u16-startswith: New file.
8081         * modules/unistr/u32-startswith: New file.
8082         * lib/unistr/u8-startswith.c: New file.
8083         * lib/unistr/u16-startswith.c: New file.
8084         * lib/unistr/u32-startswith.c: New file.
8085         * lib/unistr/u-startswith.h: New file.
8086
8087         * modules/unistr/u8-stpcpy: New file.
8088         * modules/unistr/u16-stpcpy: New file.
8089         * modules/unistr/u32-stpcpy: New file.
8090         * lib/unistr/u8-stpcpy.c: New file.
8091         * lib/unistr/u16-stpcpy.c: New file.
8092         * lib/unistr/u32-stpcpy.c: New file.
8093         * lib/unistr/u-stpcpy.h: New file.
8094
8095         * modules/unistr/u8-stpncpy: New file.
8096         * modules/unistr/u16-stpncpy: New file.
8097         * modules/unistr/u32-stpncpy: New file.
8098         * lib/unistr/u8-stpncpy.c: New file.
8099         * lib/unistr/u16-stpncpy.c: New file.
8100         * lib/unistr/u32-stpncpy.c: New file.
8101         * lib/unistr/u-stpncpy.h: New file.
8102
8103         * modules/unistr/u8-strcat: New file.
8104         * modules/unistr/u16-strcat: New file.
8105         * modules/unistr/u32-strcat: New file.
8106         * lib/unistr/u8-strcat.c: New file.
8107         * lib/unistr/u16-strcat.c: New file.
8108         * lib/unistr/u32-strcat.c: New file.
8109         * lib/unistr/u-strcat.h: New file.
8110
8111         * modules/unistr/u8-strchr: New file.
8112         * modules/unistr/u16-strchr: New file.
8113         * modules/unistr/u32-strchr: New file.
8114         * lib/unistr/u8-strchr.c: New file.
8115         * lib/unistr/u16-strchr.c: New file.
8116         * lib/unistr/u32-strchr.c: New file.
8117
8118         * modules/unistr/u8-strcmp: New file.
8119         * modules/unistr/u16-strcmp: New file.
8120         * modules/unistr/u32-strcmp: New file.
8121         * lib/unistr/u8-strcmp.c: New file.
8122         * lib/unistr/u16-strcmp.c: New file.
8123         * lib/unistr/u32-strcmp.c: New file.
8124
8125         * modules/unistr/u8-strcpy: New file.
8126         * modules/unistr/u16-strcpy: New file.
8127         * modules/unistr/u32-strcpy: New file.
8128         * lib/unistr/u8-strcpy.c: New file.
8129         * lib/unistr/u16-strcpy.c: New file.
8130         * lib/unistr/u32-strcpy.c: New file.
8131         * lib/unistr/u-strcpy.h: New file.
8132
8133         * modules/unistr/u8-strcspn: New file.
8134         * modules/unistr/u16-strcspn: New file.
8135         * modules/unistr/u32-strcspn: New file.
8136         * lib/unistr/u8-strcspn.c: New file.
8137         * lib/unistr/u16-strcspn.c: New file.
8138         * lib/unistr/u32-strcspn.c: New file.
8139         * lib/unistr/u-strcspn.h: New file.
8140
8141         * modules/unistr/u8-strdup: New file.
8142         * modules/unistr/u16-strdup: New file.
8143         * modules/unistr/u32-strdup: New file.
8144         * lib/unistr/u8-strdup.c: New file.
8145         * lib/unistr/u16-strdup.c: New file.
8146         * lib/unistr/u32-strdup.c: New file.
8147         * lib/unistr/u-strdup.h: New file.
8148
8149         * modules/unistr/u8-strlen: New file.
8150         * modules/unistr/u16-strlen: New file.
8151         * modules/unistr/u32-strlen: New file.
8152         * lib/unistr/u8-strlen.c: New file.
8153         * lib/unistr/u16-strlen.c: New file.
8154         * lib/unistr/u32-strlen.c: New file.
8155         * lib/unistr/u-strlen.h: New file.
8156
8157         * modules/unistr/u8-strmblen: New file.
8158         * modules/unistr/u16-strmblen: New file.
8159         * modules/unistr/u32-strmblen: New file.
8160         * lib/unistr/u8-strmblen.c: New file.
8161         * lib/unistr/u16-strmblen.c: New file.
8162         * lib/unistr/u32-strmblen.c: New file.
8163
8164         * modules/unistr/u8-strmbtouc: New file.
8165         * modules/unistr/u16-strmbtouc: New file.
8166         * modules/unistr/u32-strmbtouc: New file.
8167         * lib/unistr/u8-strmbtouc.c: New file.
8168         * lib/unistr/u16-strmbtouc.c: New file.
8169         * lib/unistr/u32-strmbtouc.c: New file.
8170
8171         * modules/unistr/u8-strncat: New file.
8172         * modules/unistr/u16-strncat: New file.
8173         * modules/unistr/u32-strncat: New file.
8174         * lib/unistr/u8-strncat.c: New file.
8175         * lib/unistr/u16-strncat.c: New file.
8176         * lib/unistr/u32-strncat.c: New file.
8177         * lib/unistr/u-strncat.h: New file.
8178
8179         * modules/unistr/u8-strncmp: New file.
8180         * modules/unistr/u16-strncmp: New file.
8181         * modules/unistr/u32-strncmp: New file.
8182         * lib/unistr/u8-strncmp.c: New file.
8183         * lib/unistr/u16-strncmp.c: New file.
8184         * lib/unistr/u32-strncmp.c: New file.
8185
8186         * modules/unistr/u8-strncpy: New file.
8187         * modules/unistr/u16-strncpy: New file.
8188         * modules/unistr/u32-strncpy: New file.
8189         * lib/unistr/u8-strncpy.c: New file.
8190         * lib/unistr/u16-strncpy.c: New file.
8191         * lib/unistr/u32-strncpy.c: New file.
8192         * lib/unistr/u-strncpy.h: New file.
8193
8194         * modules/unistr/u8-strnlen: New file.
8195         * modules/unistr/u16-strnlen: New file.
8196         * modules/unistr/u32-strnlen: New file.
8197         * lib/unistr/u8-strnlen.c: New file.
8198         * lib/unistr/u16-strnlen.c: New file.
8199         * lib/unistr/u32-strnlen.c: New file.
8200         * lib/unistr/u-strnlen.h: New file.
8201
8202         * modules/unistr/u8-strpbrk: New file.
8203         * modules/unistr/u16-strpbrk: New file.
8204         * modules/unistr/u32-strpbrk: New file.
8205         * lib/unistr/u8-strpbrk.c: New file.
8206         * lib/unistr/u16-strpbrk.c: New file.
8207         * lib/unistr/u32-strpbrk.c: New file.
8208         * lib/unistr/u-strpbrk.h: New file.
8209
8210         * modules/unistr/u8-strrchr: New file.
8211         * modules/unistr/u16-strrchr: New file.
8212         * modules/unistr/u32-strrchr: New file.
8213         * lib/unistr/u8-strrchr.c: New file.
8214         * lib/unistr/u16-strrchr.c: New file.
8215         * lib/unistr/u32-strrchr.c: New file.
8216
8217         * modules/unistr/u8-strspn: New file.
8218         * modules/unistr/u16-strspn: New file.
8219         * modules/unistr/u32-strspn: New file.
8220         * lib/unistr/u8-strspn.c: New file.
8221         * lib/unistr/u16-strspn.c: New file.
8222         * lib/unistr/u32-strspn.c: New file.
8223         * lib/unistr/u-strspn.h: New file.
8224
8225         * modules/unistr/u8-strstr: New file.
8226         * modules/unistr/u16-strstr: New file.
8227         * modules/unistr/u32-strstr: New file.
8228         * lib/unistr/u8-strstr.c: New file.
8229         * lib/unistr/u16-strstr.c: New file.
8230         * lib/unistr/u32-strstr.c: New file.
8231         * lib/unistr/u-strstr.h: New file.
8232
8233         * modules/unistr/u8-strtok: New file.
8234         * modules/unistr/u16-strtok: New file.
8235         * modules/unistr/u32-strtok: New file.
8236         * lib/unistr/u8-strtok.c: New file.
8237         * lib/unistr/u16-strtok.c: New file.
8238         * lib/unistr/u32-strtok.c: New file.
8239         * lib/unistr/u-strtok.h: New file.
8240
8241         * modules/unistr/u8-uctomb: New file.
8242         * modules/unistr/u16-uctomb: New file.
8243         * modules/unistr/u32-uctomb: New file.
8244         * lib/unistr/u8-uctomb.c: New file.
8245         * lib/unistr/u16-uctomb.c: New file.
8246         * lib/unistr/u32-uctomb.c: New file.
8247
8248         * MODULES.html.sh (Unicode string functions): Add the new modules.
8249
8250 2007-01-08  Bruno Haible  <bruno@clisp.org>
8251
8252         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
8253         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
8254         subdirectories.
8255
8256 2007-01-08  Karl Berry  <karl@gnu.org>
8257
8258         * doc/error.texi: mention that main() fns must set program_name
8259         when progname is used.
8260
8261 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
8262
8263         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
8264         WCTYPE_H is empty, for the benefit of builds from non-distclean
8265         directories.  Problem reported by Eric Blake in
8266         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
8267
8268 2007-01-08  Bruno Haible  <bruno@clisp.org>
8269
8270         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
8271         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
8272         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
8273         PROVIDE_CANONICALIZE_FILENAME_MODE.
8274         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
8275
8276 2007-01-08  Bruno Haible  <bruno@clisp.org>
8277
8278         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
8279         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
8280         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
8281         * lib/fts.c: Likewise.
8282         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
8283
8284 2006-12-25  Bruno Haible  <bruno@clisp.org>
8285
8286         * modules/utf8-ucs4-safe: New file.
8287         * lib/utf8-ucs4-safe.h: New file.
8288         * lib/unistr/utf8-ucs4-safe.c: New file.
8289
8290         * modules/utf16-ucs4-safe: New file.
8291         * lib/utf16-ucs4-safe.h: New file.
8292         * lib/unistr/utf16-ucs4-safe.c: New file.
8293
8294         * MODULES.html.sh (Unicode string functions): Add the new modules.
8295
8296 2007-01-08  Bruno Haible  <bruno@clisp.org>
8297
8298         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
8299         (Depends-on): Add unitypes.
8300         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
8301         (u8_mbtouc_aux): Move out to separate file.
8302         (u8_mbtouc): Use ucs4_t, uint8_t types.
8303         * lib/unistr/utf8-ucs4.c: New file.
8304
8305         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
8306         (Depends-on): Add unitypes.
8307         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
8308         (u16_mbtouc_aux): Move out to separate file.
8309         (u16_mbtouc): Use ucs4_t, uint16_t types.
8310         * lib/unistr/utf16-ucs4.c: New file.
8311
8312         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
8313         (Depends-on): Add unitypes.
8314         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
8315         (u8_uctomb_aux): Move out to separate file.
8316         (u8_uctomb): Use ucs4_t, uint8_t types.
8317         * lib/unistr/ucs4-utf8.c: New file.
8318
8319         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
8320         (Depends-on): Add unitypes.
8321         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
8322         (u16_uctomb_aux): Move out to separate file.
8323         (u16_uctomb): Use ucs4_t, uint16_t types.
8324         * lib/unistr/ucs4-utf16.c: New file.
8325
8326 2006-12-25  Bruno Haible  <bruno@clisp.org>
8327
8328         * modules/unitypes: New file.
8329         * lib/unitypes.h: New file.
8330         * MODULES.html.sh (func_all_modules): New section "Unicode string
8331         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
8332         this section. Add unitypes.
8333
8334 2007-01-08  Bruno Haible  <bruno@clisp.org>
8335
8336         Avoid variable names that conflict with those from libtool.
8337         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
8338         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
8339         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
8340         library_names_spec to acl_library_names_spec, hardcode_* to
8341         acl_hardcode_*.
8342         Reported by Ralf Wildenhues.
8343
8344 2007-01-08  Bruno Haible  <bruno@clisp.org>
8345
8346         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
8347         definition.
8348         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
8349         definition.
8350         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
8351         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
8352         definition.
8353         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
8354         definition.
8355         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
8356         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
8357         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
8358         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
8359         definition.
8360         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
8361         definition.
8362         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
8363         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
8364         GC_USE_<algorithm>.
8365         * lib/gc-libgcrypt.c: Likewise.
8366         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
8367         * modules/gc-arctwo (configure.ac): Likewise.
8368         * modules/gc-des (configure.ac): Likewise.
8369         * modules/gc-hmac-md5 (configure.ac): Likewise.
8370         * modules/gc-hmac-sha1 (configure.ac): Likewise.
8371         * modules/gc-md2 (configure.ac): Likewise.
8372         * modules/gc-md4 (configure.ac): Likewise.
8373         * modules/gc-md5 (configure.ac): Likewise.
8374         * modules/gc-random (configure.ac): Likewise.
8375         * modules/gc-rijndael (configure.ac): Likewise.
8376         * modules/gc-sha1 (configure.ac): Likewise.
8377
8378 2007-01-08  Bruno Haible  <bruno@clisp.org>
8379
8380         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
8381         macro definition.
8382         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
8383         definition.
8384         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
8385         definition.
8386         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
8387         * modules/fcntl-safer (configure.ac): Likewise.
8388         * modules/fopen-safer (configure.ac): Likewise.
8389         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
8390         GNULIB_FWRITEERROR macro definition.
8391
8392 2007-01-08  Bruno Haible  <bruno@clisp.org>
8393
8394         * m4/gnulib-common.m4: New file.
8395         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
8396         (func_get_filelist): Add m4/gnulib-common.m4.
8397
8398 2007-01-08  Bruno Haible  <bruno@clisp.org>
8399
8400         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
8401         command.
8402
8403 2007-01-08  Jim Meyering  <jim@meyering.net>
8404
8405         Use a more robust test for a "can't happen" condition.
8406         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
8407         narrowed the st_size value.  Presuming the "can't happen" condition
8408         is true, that narrowing could conceivably convert an invalid st_size
8409         value into a valid one.  Instead, use a change based on Matthew
8410         Woehlke's original patch.
8411
8412         Slight readability improvement: use an assert-like macro
8413         in place of literal "abort ()" uses.
8414         * lib/fts.c (fts_assert): Define.
8415         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
8416         Use this macro instead of a bare 'abort'.
8417
8418 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
8419
8420         Don't worry about using IRIX 5.3's wctype.h broken definitions;
8421         simply work around them.
8422         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
8423         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
8424         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
8425         declaring.
8426         Don't bother to define as macros, since the standard doesn't require it.
8427         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
8428         longer worry about IRIX 5.3.
8429         (HAVE_WCTYPE_CTMP_BUG): Remove.
8430
8431 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
8432
8433         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
8434         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
8435         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
8436         Problems reported by Georg Schwarz for IRIX 5.3.
8437
8438         * gnulib-tool (autoconf_minversion): Take the maximum version number
8439         found, not the minimum.  Problem reported by James Youngman.
8440
8441 2007-01-03  Karl Berry  <karl@gnu.org>
8442
8443         * doc/error.texi: new file, explaining interaction with progname.
8444         * doc/gnulib.texi: include it.  Update copyright.
8445
8446 2007-01-03  Simon Josefsson  <simon@josefsson.org>
8447
8448         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
8449         AC_CANONICAL_HOST, to improve autobuild outputs.
8450
8451 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
8452             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
8453
8454         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
8455         sockets, server sockets, and other file descriptors.  Count errors
8456         to compute the return value.  Reorder the code a bit to be easier
8457         to follow.  Don't set event bits that were not requested (except
8458         POLLERR and POLLHUP).
8459
8460 2007-01-01  Bruno Haible  <bruno@clisp.org>
8461
8462         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
8463
8464 2007-01-03  Jim Meyering  <jim@meyering.net>
8465
8466         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
8467
8468 2007-01-02  Bruno Haible  <bruno@clisp.org>
8469
8470         * modules/settime (Include): Require timespec.h.
8471         * modules/nanosleep (Include): Likewise.
8472
8473 2007-01-01  Bruno Haible  <bruno@clisp.org>
8474
8475         * gnulib-tool (func_emit_copyright_notice): Bump year.
8476         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
8477
8478 2007-01-01  Bruno Haible  <bruno@clisp.org>
8479
8480         Improve support for OpenBSD.
8481         * build-aux/config.rpath (libname_spec): Export.
8482         (library_names_spec): New variable. Export.
8483         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
8484         library_names_spec from the config.rpath output. Locate shared library
8485         through the name pattern in library_names_spec.
8486
8487 2007-01-01  Eric Blake  <ebb9@byu.net>
8488
8489         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
8490
8491 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
8492
8493         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
8494         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
8495         assume the C locale, and avoid an "eval" that could cause trouble.
8496         Problem with SORT reported by Bob Proulx.
8497
8498         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
8499         Define.  Trivial patch from Henning Nielsen Lund, originally
8500         sent to bug-grep@gnu.org today.
8501
8502 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
8503
8504         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
8505         struct stat.  Problem reported by Henning Nielsen Lund.
8506         * lib/acl.c: Include acl.h first, to check interface.  Don't
8507         bother to include sys/types.h and sys/stat.h again.
8508
8509 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
8510
8511         Import the following change from libc; problem reported by
8512         Sven Verdoolaege.
8513
8514         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
8515
8516         [BZ #1373]
8517         * lib/argp.h: Remove __NTH for __argp_usage inline function.
8518
8519 2006-12-28  Jim Meyering  <jim@meyering.net>
8520
8521         * build-aux/announce-gen: Do not assume that the package
8522         builds any of tar.gz, tar.bz2, and .xdelta files.
8523         Suggestion from Simon Josefsson.
8524
8525 2006-12-28  Simon Josefsson  <simon@josefsson.org>
8526
8527         * modules/announce-gen: New file.
8528
8529 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
8530
8531         * lib/mbchar.h: Just include <wctype.h>; the wctype module
8532         handles its gotchas now.
8533         * lib/mbswidth.c: Likewise.
8534         * lib/wcwidth.h: Likewise.
8535         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
8536         and iswcntrl; the wctype module does this stuff now.
8537         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
8538         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
8539         * modules/mbchar (Depends-on): Add wctype.
8540         * modules/mbswidth (Depends-on): Likewise.
8541         * modules/wcwidth (Depends-on): Likewise.
8542
8543 2006-12-27  Eric Blake  <ebb9@byu.net>
8544
8545         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
8546         module uses more than what <wctype.h> is required to provide.
8547
8548 2006-12-26  Eric Blake  <ebb9@byu.net>
8549
8550         * gnulib-tool (sed_extract_prog): Avoid space-tab.
8551
8552 2006-12-26  Eric Blake  <ebb9@byu.net>
8553
8554         * modules/absolute-header: New module.
8555         * modules/fcntl (Depends-on): Depend on it.
8556         * modules/inttypes (Depends-on): Likewise.
8557         * modules/stdint (Depends-on): Likewise.
8558         * modules/sys_stat (Depends-on): Likewise.
8559         * modules/wctype (Depends-on): Likewise.
8560         * MODULES.html.sh (Support for building libraries and
8561         executables): Document it.
8562
8563 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
8564
8565         * gnulib-tool (SED): Remove, undoing previous change.
8566         The problem was that it broke coreutils on Solaris, because
8567         "sed --posix" leaked into a makefile.
8568         (sed): New alias, if 'alias' and GNU sed.
8569
8570 2006-12-24  Jim Meyering  <jim@meyering.net>
8571
8572         Work around an fchownat bug in glibc-2.4:
8573         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
8574         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
8575         in spite of the -P option.
8576         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
8577         New macros.
8578         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
8579         * modules/openat (Files): Add lib/fchownat.c.
8580         * lib/openat.c (fchownat): Don't define here.  Move to...
8581         * lib/fchownat.c: ...this new file.
8582
8583 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
8584
8585         Fix bug reported by Bruno Haible in
8586         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
8587         where quotearg.c didn't compile on Mac OS X 10.2 because it
8588         lacks <wchar.h> and wint_t.
8589         * lib/wctype_.h (__wctype_wint_t): New type.
8590         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
8591         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
8592         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
8593         Arg is now of type __wctype_wint_t, not wint_t.
8594         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
8595         substitute HAVE_WINT_T.
8596         * modules/wctype (Files): Add m4/wint_t.m4.
8597         (wctype.h): Substitute HAVE_WINT_T.
8598
8599 2006-12-23  Bruno Haible  <bruno@clisp.org>
8600
8601         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
8602
8603 2006-12-23  Bruno Haible  <bruno@clisp.org>
8604
8605         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
8606         S_ISLNK.
8607         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
8608         mingw.
8609
8610 2006-12-22  Bruno Haible  <bruno@clisp.org>
8611
8612         * lib/copy-file.c: Include acl.h.
8613         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
8614         Close the file descriptors only after being done with copy_acl.
8615         * modules/copy-file (Depends-on): Add acl.
8616
8617 2006-12-22  Bruno Haible  <bruno@clisp.org>
8618
8619         * gnulib-tool (SED): New variable.
8620         Use $SED instead of sed everywhere.
8621
8622 2006-12-22  Bruno Haible  <bruno@clisp.org>
8623
8624         * modules/no-c++: New file.
8625         * m4/no-c++.m4: New file.
8626         * MODULES.html.sh (Support for building libraries and executables):
8627         Add no-c++.
8628
8629 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
8630
8631         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
8632         Include <limits.h>, and use its INT_MAX to rewrite the
8633         j loop so that it does not overflow 'int'.  Problem reported by
8634         Ralf Wildenhues in
8635         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
8636         Play it safe by shifting left by 1 rather than multiplying by 2,
8637         as GCC is less likely to optimize this away when the value
8638         is signed (when it assumes overflow leads to undefined behavior).
8639         Also, don't assume time_t uses two's complement.
8640
8641 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
8642
8643         * MODULES.html.sh: New module wctype.
8644         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
8645         * lib/fnmatch.c: Don't bother to include <wchar.h> before
8646         <wctype.h>, since the new wctype module should fix this.
8647         * lib/quotearg.c: Include <wctype.h> unconditionally, since
8648         the wctype module should arrange for it.
8649         * lib/regex_internal.h: Likewise.
8650         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
8651         since the wctype module should handle this now.
8652         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
8653         * modules/fnmatch (Depends-on): Add wctype.
8654         * modules/quotearg (Depends-on): Likewise.
8655         * modules/regex (Depends-on): Likewise.
8656
8657 2006-12-19  Bruno Haible  <bruno@clisp.org>
8658
8659         * lib/strdup.h [C++]: Wrap definitions in extern "C".
8660         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
8661
8662 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8663
8664         * modules/savewd (Depends-on): Fix dependency on fcntl.
8665
8666 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
8667
8668         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
8669         conforms to C99, rather than relying on the user's environment
8670         setting of STDINT_H.
8671
8672 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
8673         and Eric Blake  <ebb9@byu.net>
8674
8675         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
8676         This is more consistent with the other defines here.
8677         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
8678         Port to z/OS.  Problem reported by Paul Gilmartin.
8679         Change local vars to use gl_ prefix rather than ac_.
8680         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
8681         with other defines.
8682         * modules/double-slash-root: New module.
8683         * modules/dirname (Files): Remove m4/double-slash-root.m4.
8684         (Depends-on): Add double-slash-root.
8685         * MODULES.html.sh (File system functions): Mention new module.
8686
8687 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
8688
8689         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
8690         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
8691         This is for the benefit of gzip, which doesn't do i18n.
8692
8693 2006-12-12  Jim Meyering  <jim@meyering.net>
8694
8695         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
8696         Reported by Andreas Schwab <schwab@suse.de>.
8697
8698 2006-12-12  Bruno Haible  <bruno@clisp.org>
8699
8700         Merge these changes.
8701         2006-09-05  Bruno Haible  <bruno@clisp.org>
8702         * lib/iconvme.c (iconv_string): No need to save and restore errno when
8703         iconv_alloc succeeded.
8704         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
8705         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
8706         test for " && dest " at the end - dest is always != NULL there. Call
8707         iconv with 4xNULL arguments initially, to reset the state. Call iconv
8708         with 2xNULL arguments, also to flush the state storage. Handle the
8709         IRIX iconv behaviour. Realloc the final result, to throw away unused
8710         memory.
8711
8712 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
8713
8714         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
8715         and fchmodat unconditionally, since glibc 2.4 has them.
8716         Problem reported by Arkadiusz Miskiewicz.
8717
8718 2006-12-10  Bruno Haible  <bruno@clisp.org>
8719
8720         * gnulib-tool (func_import): Show the include files only for those
8721         modules that are copied and specified.
8722         Reported by Karl Berry.
8723
8724 2006-12-08  Jim Meyering  <jim@meyering.net>
8725
8726         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
8727         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
8728
8729         * build-aux/announce-gen: Add two new options, both optional:
8730         --bootstrap-tools=TOOL_LIST
8731               a comma-separated list of tools, e.g.,
8732               autoconf,automake,bison,gnulib
8733         --gnulib-snapshot-date=DATE
8734               if gnulib is in the bootstrap tool list,
8735               then report this as the snapshot date.
8736               If not specified, use the current date/time.
8737               If you specify a date here, be sure it's UTC.
8738
8739 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8740
8741         * tests/test-argp-2.sh: Fix test to match actual output.
8742         (func_compare): Fix sed script to be portable.
8743
8744 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
8745
8746         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
8747         workaround for this case.  It is not autoconfigured now; offhand
8748         it's hard to see how to autoconfigure it.
8749
8750 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
8751
8752         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
8753         a directory that is about to be chowned.  Such a directory's
8754         initial file permissions should permit the owner only and this
8755         should not be changed until after the chown, since the group and
8756         other bits would be incorrect if they granted permission before
8757         the chown.
8758
8759         Fix porting problem for iswctype reported by Georg Schwarz in:
8760         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
8761         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
8762         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
8763         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
8764         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
8765
8766 2006-12-03  Jim Meyering  <jim@meyering.net>
8767
8768         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
8769         p->fts_statp may not yet be defined.
8770         (fts_read): Instead, set it in the caller, once p->fts_statp is
8771         sure to be defined, and corresponds to a top-level directory.
8772         This bug made du -x fail.  Here's the coreutils test case:
8773         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
8774         Reported by Mike Frysinger.
8775
8776 2006-12-01  Jim Meyering  <jim@meyering.net>
8777
8778         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
8779         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
8780         Reported by Simon Josefsson.
8781
8782 2006-11-30  Jim Meyering  <jim@meyering.net>
8783
8784         * m4/warning.m4: Use the all-permissive copyright notice
8785         recommended by RMS (rather than LGPL).
8786         * m4/vararrays.m4: Likewise.
8787         * m4/flexmember.m4: Likewise.
8788
8789 2006-11-29  Bruno Haible  <bruno@clisp.org>
8790
8791         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
8792         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
8793         using +=.
8794         Reported by Simon Josefsson <simon@josefsson.org>.
8795
8796 2006-11-28  James Youngman <jay@gnu.org>
8797
8798         * README: Advise users that they might find the bug-gnulib@gnu.org
8799         and autotools-announce@gnu.org mailing lists useful.
8800
8801 2006-11-28  Bruno Haible  <bruno@clisp.org>
8802
8803         * m4/ptrdiff_max.m4: Remove file.
8804
8805 2006-11-21  Bruno Haible  <bruno@clisp.org>
8806
8807         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
8808         _AC_COMPUTE_INT.
8809         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
8810         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
8811         _AC_COMPUTE_INT.
8812         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
8813         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
8814         _AC_COMPUTE_INT.
8815         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
8816
8817 2006-11-28  Jim Meyering  <jim@meyering.net>
8818
8819         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
8820         warning from "gcc -Wshadow" about shadowing the builtin.
8821
8822 2006-11-27  Bruno Haible  <bruno@clisp.org>
8823
8824         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
8825         _AC_COMPUTE_INT.
8826         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
8827
8828 2006-11-27  Bruno Haible  <bruno@clisp.org>
8829             Paul Eggert  <eggert@cs.ucla.edu>
8830
8831         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
8832
8833 2006-11-26  Bruno Haible  <bruno@clisp.org>
8834
8835         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
8836         noinst_LTLIBRARIES.
8837
8838 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
8839             Bruno Haible  <bruno@clisp.org>
8840
8841         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
8842         if compiling with "gcc -ansi".
8843
8844 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
8845
8846         Fix some incompatibilities with gcc -ansi -pedantic.
8847         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
8848         if compiling pedantically with GCC, unless it's C99 or later.
8849         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
8850         it mishandles gcc -ansi -pedantic as well.
8851         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
8852         if gcc -pedantic.
8853         * lib/regexec.c (check_node_accept_bytes): Don't use auto
8854         initializers for struct if -pedantic, unless it's C99 or later.
8855
8856 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
8857
8858         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
8859         Don't close an fd more than once. Identical atimes indicate
8860         success, not failure.
8861
8862 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
8863
8864         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
8865
8866 2006-11-23  Jim Meyering  <jim@meyering.net>
8867
8868         * build-aux/announce-gen: New file.  From coreutils.
8869
8870 2006-11-22  Jim Meyering  <jim@meyering.net>
8871
8872         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
8873         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
8874         (fts_read): Use a temporary to narrow the overused st_size member
8875         before using it in a switch statement.  Reported by Matthew Woehlke.
8876
8877         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
8878         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
8879
8880 2006-11-20  Bruno Haible  <bruno@clisp.org>
8881
8882         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
8883         changequote instead of pairs of brackets.
8884         Reported by Andreas Schwab <schwab@suse.de>.
8885
8886 2006-11-21  Jim Meyering  <jim@meyering.net>
8887
8888         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
8889         so as to remain compatible with older compilers.
8890         Patch from Michael Deutschmann.
8891
8892 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
8893
8894         * MODULES.html.sh (File system functions): Add openat.
8895
8896         * lib/openat.h (rpl_fstatat): New macro, if
8897         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
8898         (fstatat): Define to rpl_fstatat under the same conditions,
8899         unless COMPILING_FSTATAT.
8900         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
8901         seems to have the bug.
8902         * lib/fstatat.c: New file.
8903         * modules/openat (Files): Add it.
8904
8905 2006-11-20  Bruno Haible  <bruno@clisp.org>
8906
8907         * Makefile: New file.
8908
8909 2006-11-20  Jim Meyering  <jim@meyering.net>
8910
8911         The beginnings of syntax-related checks for gnulib.
8912         * lib/Makefile: New file.
8913         * lib/t-idcache: New script.  Ensure that the two halves of
8914         idcache.c stay in sync.
8915
8916         * lib/idcache.c: Adjust comments in user- and group- portions to
8917         be more accurate, and to be consistent with one another.
8918
8919 2006-11-20  Jim Meyering  <jim@meyering.net>
8920
8921         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
8922         continue using the flexible array member (thus, this module performs
8923         half as many malloc calls), with the addition that...
8924         (getgroup, getuser): Consistently record a non-match via an empty
8925         "name" string, and map an empty string match to a NULL return value.
8926         * modules/idcache (Depends-on): Re-add flexmember.
8927
8928         * lib/idcache.c (getuser): Remove all uses of the register keyword.
8929         (getuidbyname, getgroup, getgidbyname): Likewise.
8930
8931         Use cleaner syntax: NULL rather than 0.
8932         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
8933
8934 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
8935
8936         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
8937         It mishandled the case where the group was missing.
8938         Problem reported by Greg Schafer.
8939         * modules/idcache: Likewise.
8940
8941 2006-11-18  Jim Meyering  <jim@meyering.net>
8942
8943         * check-module (%exempt_header): Add exception for some
8944         conditionally-included headers.
8945
8946         * modules/i-ring (Depends-on): Add verify.
8947         (License): Change to LGPL.
8948
8949 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
8950
8951         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
8952         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
8953         and inttostr.h.  Use snprintf rather than uinttostr, so that
8954         LGPLed code doesn't depend on GPLed.
8955
8956 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
8957
8958         * modules/inline (License): Change from GPL to LGPL.
8959
8960 2006-11-17  Jim Meyering  <jim@meyering.net>
8961
8962         * modules/d-type (License): Switch to LGPL.
8963
8964 2006-11-15  Bruno Haible  <bruno@clisp.org>
8965
8966         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
8967
8968 2006-11-15  Eric Blake  <ebb9@byu.net>
8969
8970         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
8971         the module dependency.
8972
8973 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
8974             Bruno Haible  <bruno@clisp.org>
8975
8976         * gnulib-tool (func_create_testdir): Add license consistency check.
8977
8978 2006-11-15  Eric Blake  <ebb9@byu.net>
8979
8980         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
8981         random "(cached)" in configure output.
8982
8983 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8984
8985         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
8986         test for conforming inttypes.h is both announced and cached.
8987
8988         * MODULES.html.sh (seen_modules, seen_files): New variables.
8989         (func_module): Rewrite to use a few less gnulib-tool and sed
8990         invocations.  Avoid a couple of quadratic algorithms for ...
8991         (missed_modules, missed_files): ... these, with ...
8992         (func_append, func_tmpdir): ... these new functions, from
8993         gnulib-tool.  Analogously, install traps for cleanup.
8994
8995         * tests/test-gc.c (main): Remove unused variables.
8996         * tests/test-read-file.c: Include stdlib.h, for 'free'.
8997
8998 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
8999
9000         * modules/inttostr (License): Change to LGPL.
9001
9002 2006-11-14  Eric Blake  <ebb9@byu.net>
9003
9004         * modules/tempname (License): Change to LGPL.
9005
9006 2006-11-14  Eric Blake  <ebb9@byu.net>
9007
9008         * doc/functions.texi (Function Portability): *printf functions on
9009         Cygwin now understand all POSIX size specifiers.
9010
9011 2006-11-14  Bruno Haible  <bruno@clisp.org>
9012
9013         * modules/c-ctype (License): Change to LGPL.
9014
9015 2006-11-12  Bruno Haible  <bruno@clisp.org>
9016
9017         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
9018         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
9019         for GNOME libraries, for which the include files are installed in
9020         subdirectories of $prefix/include.
9021
9022 2006-11-12  Bruno Haible  <bruno@clisp.org>
9023
9024         * m4/lib-link.m4: Require at least autoconf-2.54.
9025         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
9026         name to underscores for the --with option.
9027
9028 2006-11-13  Bruno Haible  <bruno@clisp.org>
9029
9030         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
9031         the tests directory.
9032         Reported by Ralf Wildenhues.
9033
9034 2006-11-13  Bruno Haible  <bruno@clisp.org>
9035
9036         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
9037         (func_emit_initmacro_end): Undo the override here.
9038         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
9039         Works around the famous automake error in coreutils.
9040
9041 2006-11-13  Eric Blake  <ebb9@byu.net>
9042
9043         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
9044         element, not its node.
9045
9046 2006-11-12  Bruno Haible  <bruno@clisp.org>
9047
9048         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
9049         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
9050
9051 2006-11-12  Bruno Haible  <bruno@clisp.org>
9052
9053         * gnulib-tool: New option --local-symlink.
9054         (func_usage): Document it.
9055         (lsymbolic): New variable.
9056         (func_import, func_create_testdir): If --symlink was not specified,
9057         test whether --local-symlink was specified and the file comes from
9058         the local_gnulib_dir.
9059
9060 2006-11-12  Bruno Haible  <bruno@clisp.org>
9061
9062         * gnulib-tool (func_ln): New function.
9063         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
9064
9065 2006-11-12  Bruno Haible  <bruno@clisp.org>
9066
9067         Finish support for source files in subdirectories.
9068         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
9069         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
9070         AUTOMAKE_OPTIONS.
9071         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
9072
9073 2006-11-12  Bruno Haible  <bruno@clisp.org>
9074
9075         * gnulib-tool (func_get_automake_snippet): Synthesize also an
9076         EXTRA_lib_SOURCES augmentation.
9077         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
9078
9079 2006-11-12  Jim Meyering  <jim@meyering.net>
9080
9081         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
9082         file descriptors.  This also averts a failure on systems with
9083         native openat support when a traversed directory lacks "x" access.
9084         * lib/fts_.h: Include "i-ring.h"
9085         (struct FTS) [fts_fd_ring]: New member.
9086         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
9087         (FCHDIR): Add parentheses.
9088         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
9089         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
9090         When descending, rather than simply closing the previous
9091         fts_cwd_fd value, push that file descriptor onto the ring.
9092         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
9093         (fts_open): Initialize the new fd_ring member.
9094         (fts_close): Clear the ring.
9095         (fts_safe_changedir): When possible, use our new fd_ring to skip
9096         the diropen and fstat and dev/ino comparison that would normally
9097         accompany a virtual `chdir ("..")'.
9098
9099         * modules/fts (Depends-on): Add i-ring.
9100         * modules/i-ring: New module.
9101         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
9102         * m4/i-ring.m4: New file.
9103
9104 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9105
9106         * gnulib-tool (func_create_testdir): Fix replacement of
9107         `build-aux' in configure.ac.  Run autotools in gltests
9108         subdirectory.
9109         (func_create_testdir, func_create_megatestdir, test): There is
9110         no need for '--force' in most autotool invocations in a new
9111         tree.  Actually fail the whole test if any of the tools, or the
9112         configure or make stages fail.
9113
9114         Sync from Automake.
9115         * build-aux/gnupload: Revert last change.  Add pointer to upload
9116         instructions of the GNU Maintenance Instructions.
9117         Suggestion by Karl Berry.
9118
9119 2006-11-10  Jim Meyering  <jim@meyering.net>
9120
9121         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
9122
9123 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
9124
9125         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
9126         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
9127         (bind_textdomain_codeset) [! ENABLE_NLS]:
9128         Evaluate all the arguments.  That way, callers get compatible behavior
9129         if the arguments have side effects.  Also, it avoids some GCC
9130         diagnostics in some cases; Joel E. Denny reported problems when Bison
9131         was configured with --enable-gcc-warnigs.
9132
9133 2006-11-10  Jim Meyering  <jim@meyering.net>
9134
9135         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
9136         relevant options in CFLAGS (like -O, -fno-inline) are taken into
9137         account.
9138
9139 2006-11-10  Jim Meyering  <jim@meyering.net>
9140
9141         * modules/inline: New file/module.
9142         * modules/xalloc (Files): Remove m4/inline.m4.
9143         (Depends-on): Add inline, instead.
9144         * modules/oset: Likewise.
9145         * modules/list: Likewise.
9146
9147 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
9148
9149         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
9150         Problem reported by Matthew Woehlke.
9151
9152 2006-11-09  Bruno Haible  <bruno@clisp.org>
9153
9154         * lib/tempname.c (gen_tempname): Remove variant that invokes
9155         __gen_tempname.
9156         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
9157         __gen_tempname.
9158
9159 2006-11-08  Bruno Haible  <bruno@clisp.org>
9160
9161         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
9162         to 'yes' instead of 'cross-compiling'.
9163
9164 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
9165
9166         * lib/quotearg.h (quotearg_free): New decl.
9167         * lib/quotearg.c (quotearg_free): New function.
9168         (slot0, nslots, slotvec0, slotvec):
9169         Now file-scope so that quotearg_free can get at them.
9170
9171 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9172
9173         Sync from Automake.
9174         * build-aux/gnupload: Add missing 'gnu' to example URL.
9175         Report by Karl Berry.
9176
9177 2006-11-08  Bruno Haible  <bruno@clisp.org>
9178
9179         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
9180         Suggested by Paul Eggert.
9181
9182 2006-11-08  Jim Meyering  <jim@meyering.net>
9183
9184         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
9185         It's already included if !_LIBC.
9186         (fts_safe_changedir): Add a comment.
9187
9188 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
9189
9190         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
9191         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
9192         Matthew Woehlke.
9193
9194         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
9195         definitions up, to avoid colliding with change below.
9196         (static_inline) [HAVE_INLINE]: New macro.
9197         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
9198         Provide extern decls when !HAVE_INLINE.  Do not define unless
9199         static_inline is defined, either by us or by xmalloc.c.  Use
9200         static_inline rather than static inline.
9201         (XCALLOC): Optimize sizeof(T) = 1 case.
9202         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
9203
9204 2006-11-07  Bruno Haible  <bruno@clisp.org>
9205
9206         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
9207         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
9208         AC_C_INLINE.
9209         * modules/xalloc (Files): Add m4/inline.m4.
9210
9211 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9212
9213         * README: Fix typo.
9214         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
9215         (Miscellanous Notes): ...from this.
9216
9217 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
9218
9219         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
9220         Mention that offsetof should be used instead of sizeof.
9221         From Bruno Haible.
9222
9223 2006-11-07  Bruno Haible  <bruno@clisp.org>
9224
9225         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
9226
9227 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
9228
9229         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
9230         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
9231         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
9232         (gl_tree_add_before, gl_tree_add_after):
9233         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
9234         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
9235         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
9236         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
9237         (gl_linked_add_after, gl_linked_add_at): Likewise.
9238         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
9239         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
9240         (gl_tree_add_before, gl_tree_add_after): Likewise.
9241         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
9242         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
9243         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
9244
9245 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9246
9247         * lib/gl_oset.h: Use C comment style, not C++ comment style.
9248
9249 2006-11-06  Bruno Haible  <bruno@clisp.org>
9250
9251         * m4/inline.m4: New file.
9252         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
9253         * modules/list (Files): Add m4/inline.m4.
9254         * modules/oset (Files): Likewise.
9255
9256 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
9257
9258         * lib/idcache.c: Include <stddef.h>, for offsetof.
9259         (struct userid.name): Change from char * to a flexible array member.
9260         All uses changed.
9261         * modules/idcache (Depends-on): Add flexmember.
9262
9263         * MODULES.html.sh (Core language properties): New module flexmember.
9264         * modules/flexmember, m4/flexmember.m4: New files.
9265
9266         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
9267         inline functions that are identical with the old xnmalloc_inline,
9268         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
9269         that we can avoid some unnecessary integer multiplications and
9270         divisions in the common case where the element size is known at
9271         compile time.
9272         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
9273         needed.
9274         (xnboundedmalloc): Remove.
9275         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
9276         arguments, for consistency with rest of this header.
9277         (xcharalloc): Rewrite using XNMALLOC.
9278         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
9279         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
9280         versions have been moved to lib/xalloc.h and renamed to be the
9281         non-*_inline versions.
9282         (xmalloc, xrealloc): Implement without reference to the xnmalloc
9283         and xnrealloc functions, since those functions are now inline and
9284         now call us.
9285         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
9286         renaming described above.
9287         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
9288         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
9289         captures the dependency in AC_C_INLINE.
9290
9291         New module canonicalize-lgpl, proposed by Charles Wilson in
9292         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
9293         with a few small changes afterwards.
9294         * MODULES.html.sh (File system functions): New module
9295         canonicalize-lgpl.
9296         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
9297         and canonicalize_file_name.
9298         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
9299         * modules/canonicalize-lgpl: New files.
9300
9301 2006-11-05  Bruno Haible  <bruno@clisp.org>
9302
9303         * gnulib-tool (func_import, func_create_testdir): Create directories
9304         also for files in subdirectories of lib/.
9305
9306 2006-11-05  Bruno Haible  <bruno@clisp.org>
9307
9308         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
9309         ANSI C compliant.
9310
9311 2006-11-03  Bruno Haible  <bruno@clisp.org>
9312
9313         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
9314         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
9315         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
9316         (xnboundedmalloc): New inline function.
9317         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
9318         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
9319         xmalloc.
9320         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
9321         xmalloc.
9322         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
9323         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
9324         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
9325         xmalloc.
9326         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
9327         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
9328         xmalloc.
9329         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
9330         gl_tree_add_after): Use XMALLOC instead of xmalloc.
9331         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
9332         xmalloc.
9333         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
9334         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
9335         gl_tree_add_after): Use XMALLOC instead of xmalloc.
9336         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
9337         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
9338         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
9339         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
9340
9341 2006-11-03  Bruno Haible  <bruno@clisp.org>
9342
9343         * lib/c-ctype.h [C++]: Define functions without name mangling.
9344         * lib/fwriteerror.h [C++]: Likewise.
9345         * lib/gcd.h [C++]: Likewise.
9346         * lib/linebreak.h [C++]: Likewise.
9347
9348 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
9349
9350         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
9351         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
9352         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
9353         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
9354         Check for functions and headers just once.
9355         Check for declaration of canonicalize_file_name.
9356         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
9357
9358 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
9359
9360         * gnulib-tool (func_import): Fix typo in actioncmd.
9361
9362 2006-11-02  Bruno Haible  <bruno@clisp.org>
9363
9364         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
9365         newline sequence in the Makefile.am snippet as a space, like "make"
9366         does.
9367         Reported by Roger Persson <perrog@gmail.com>.
9368
9369 2006-11-01  Bruno Haible  <bruno@clisp.org>
9370
9371         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
9372         already declared in <string.h>.
9373         * lib/strcase.h (strncasecmp): Don't declare it if yes.
9374
9375 2006-11-01  Bruno Haible  <bruno@clisp.org>
9376
9377         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
9378         * lib/strcase.h: Include <string.h>.
9379         (strcasecmp): Define to rpl_strcasecmp here.
9380
9381 2006-11-01  Bruno Haible  <bruno@clisp.org>
9382
9383         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
9384
9385 2006-11-01  Eric Blake  <ebb9@byu.net>
9386
9387         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
9388
9389         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
9390
9391 2006-10-29  Bruno Haible  <bruno@clisp.org>
9392
9393         Make it compile in C++ mode.
9394         * lib/full-write.c (full_rw): Add a cast.
9395
9396 2006-11-01  Bruno Haible  <bruno@clisp.org>
9397
9398         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
9399         be POSIX compliant.
9400         Reported by Roger Persson <perrog@gmail.com>.
9401
9402 2006-11-01  Eric Blake  <ebb9@byu.net>
9403
9404         * lib/getopt_.h: Fix comments.
9405
9406 2006-10-31  Eric Blake  <ebb9@byu.net>
9407
9408         * modules/tmpdir (Depends-on): Add sys_stat.
9409         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
9410         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
9411         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
9412         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
9413         tempname.
9414
9415 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
9416
9417         Avoid some C++ diagnostics reported by Bruno Haible.
9418         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
9419         xmalloc.
9420         (quotearg_alloc): Use xcharalloc rather than xmalloc.
9421         (struct slotvec): Move to top level.
9422         (quotearg_n_options): Rewrite to avoid xmalloc.
9423         * lib/xalloc.h (xcharalloc): New function.
9424         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
9425         [defined __cplusplus]: Add function template that provides result
9426         type propagation.  This part of the change is from Bruno Haible.
9427
9428 2006-10-29  Bruno Haible  <bruno@clisp.org>
9429
9430         Make it compile in C++ mode.
9431         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
9432         * lib/strnlen1.c (strnlen1): Cast memchr result.
9433         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
9434         * lib/clean-temp.c (string_equals, string_hash): Add casts.
9435         (create_temp_dir): Rename local variable 'template'.
9436         (compile_csharp_using_sscli): Add cast.
9437         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
9438         * lib/findprog.c (find_in_path): Likewise.
9439         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
9440         * lib/wait-process.c (register_slave_subprocess): Likewise.
9441
9442 2006-10-22  Bruno Haible  <bruno@clisp.org>
9443
9444         * modules/tsearch: New file.
9445         * lib/tsearch.h: New file.
9446         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
9447         * m4/tsearch.m4: New file.
9448         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
9449
9450 2006-10-29  Eric Blake  <ebb9@byu.net>
9451
9452         * lib/arcfour.c: Assume config.h.
9453         * lib/arctwo.c: Likewise.
9454         * lib/base64.c: Likewise.
9455         * lib/check-version.c: Likewise.
9456         * lib/crc.c: Likewise.
9457         * lib/des.c: Likewise.
9458         * lib/gc-gnulib.c: Likewise.
9459         * lib/gc-libgcrypt.c: Likewise.
9460         * lib/gc-pbkdf2-sha1.c: Likewise.
9461         * lib/getaddrinfo.c: Likewise.
9462         * lib/getdelim.c: Likewise.
9463         * lib/getline.c: Likewise.
9464         * lib/hmac-md5.c: Likewise.
9465         * lib/hmac-sha1.c: Likewise.
9466         * lib/iconvme.c: Likewise.
9467         * lib/md2.c: Likewise.
9468         * lib/md4.c: Likewise.
9469         * lib/memxor.c: Likewise.
9470         * lib/read-file.c: Likewise.
9471         * lib/readline.c: Likewise.
9472         * lib/rijndael-alg-fst.c: Likewise.
9473         * lib/rijndael-api-fst.c: Likewise.
9474         * lib/xgetdomainname.c: Likewise.
9475
9476 2006-10-28  Eric Blake  <ebb9@byu.net>
9477
9478         * lib/xstrndup.c: Assume config.h.
9479
9480 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
9481
9482         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
9483         stat-macros.h is now for our own macros, whereas stat_h is for
9484         macros in the <sys/stat.h> name space.
9485         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
9486         (STAT_MACROS_H): Remove.
9487         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
9488         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
9489         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
9490         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
9491         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
9492         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
9493         Move these macros to ...
9494         * lib/stat_.h: here.  Don't include stat-macros.h.
9495         * lib/canonicalize.c: Don't include stat-macros.h.
9496         * lib/chown.c: Likewise.
9497         * lib/euidaccess.c: Likewise.
9498         * lib/file-type.c: Likewise.
9499         * lib/filemode.c: Likewise.
9500         * lib/glob.c: Likewise.
9501         * lib/isapipe.c: Likewise.
9502         * lib/lchown.c: Likewise.
9503         * lib/lstat.c: Likewise.
9504         * lib/mkdir-p.c: Likewise.
9505         * lib/rmdir.c: Likewise.
9506         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
9507         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
9508         unless mkdir isn't declared, to speed up 'configure'.
9509         Always create sys/stat.h, since it's unlikely any real sys/stat.h
9510         would define all the S_* symbols.
9511         * modules/canonicalize (Depends-on):
9512         Depend on sys_stat, not stat-macros.
9513         * modules/chown: Likewise.
9514         * modules/euidaccess: Likewise.
9515         * modules/filemode: Likewise.
9516         * modules/file-type: Likewise.
9517         * modules/glob: Likewise.
9518         * modules/isapipe: Likewise.
9519         * modules/lchown: Likewise.
9520         * modules/lstat: Likewise.
9521         * modules/mkancesdirs: Likewise.
9522         * modules/rmdir: Likewise.
9523         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
9524         * modules/modechange: Likewise.
9525         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
9526         (configure.ac): Remove gl_STAT_MACROS.
9527         * modules/sys_stat (Depends-on): Remove stat-macros.
9528
9529 2006-10-27  Bruno Haible  <bruno@clisp.org>
9530
9531         * m4/signed.m4: Remove file.
9532         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
9533         invocation.
9534         * modules/vasnprintf (Files): Remove m4/signed.m4.
9535
9536 2006-10-27  Bruno Haible  <bruno@clisp.org>
9537
9538         Update to GNU gettext 0.16.
9539         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
9540         m4/inttypes-h.m4, m4/signed.m4.
9541         * m4/gettext.m4: Update to GNU gettext 0.16.
9542         * m4/intl.m4: New file, from GNU gettext.
9543         * m4/intldir.m4: New file, from GNU gettext.
9544         * config/srclist.txt: Update
9545
9546 2006-10-27  Eric Blake  <ebb9@byu.net>
9547
9548         * MODULES.html.sh: Document tempname.
9549         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
9550         dependencies.
9551         (Files): Move lib/tempname.c...
9552         * modules/tempname: ...to this new module.
9553         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
9554         (gl_PREREQ_TEMPNAME): Move...
9555         * m4/tempname.m4: ...to this new file.
9556         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
9557         * modules/sys_stat (Depends-on): Add stat-macros.
9558         * lib/stat_.h (includes): Pick up stat macros.
9559         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
9560         if stat macros are broken.
9561         * lib/tempname.c (includes): No need to include "stat-macros.h".
9562         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
9563         (direxists, __path_search) [!_LIBC]: Don't compile these in
9564         gnulib; the tmpdir module covers that.
9565         * lib/tempname.h: New file.
9566
9567 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
9568
9569         * COPYING: Explain how gnulib-tool converts licence headers.
9570         Almost all wording by Eric Blake.
9571
9572 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
9573
9574         * lib/mbchar.h (is_basic_table): Make read-only.
9575         * lib/mbchar.c (is_basic_table): Likewise.
9576         Reported by John Darrington.
9577
9578 2006-10-25  Bruno Haible  <bruno@clisp.org>
9579
9580         * lib/progname.h (set_program_name): Undefine before defining.
9581
9582 2006-10-25  Bruno Haible  <bruno@clisp.org>
9583
9584         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
9585         false for non-gcc C++ compilers.
9586         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
9587
9588 2006-10-24  Bruno Haible  <bruno@clisp.org>
9589
9590         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
9591         iconv implementations like Irix iconv.
9592
9593 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
9594
9595         * modules/vararrays: New file.
9596         * m4/vararrays.m4: New file, taken from diffutils.
9597         * MODULES.html.sh: New module vararrays.
9598
9599 2006-10-24  Karl Berry  <karl@gnu.org>
9600
9601         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
9602         Don't call GNU Unix.
9603
9604 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9605
9606         * users.txt: Add Libtool.
9607
9608         Sync from Libtool:
9609
9610         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
9611
9612         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
9613         to gnulib's policy of including config.h unconditionally.
9614
9615 2006-10-24  Bruno Haible  <bruno@clisp.org>
9616
9617         * modules/wcwidth (Files): Add m4/wint_t.m4.
9618         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
9619         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
9620
9621 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
9622
9623         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
9624         to pacify GCC with some -W flags enabled.  Problem reported by
9625         Bruno Haible.
9626
9627 2006-10-24  Jim Meyering  <jim@meyering.net>
9628
9629         * MODULES.html.sh: Remove uinttostr.  It's not a module.
9630         Reported by Karl Berry.
9631
9632 2006-10-23  Bruno Haible  <bruno@clisp.org>
9633
9634         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
9635
9636 2006-10-24  Bruno Haible  <bruno@clisp.org>
9637
9638         * lib/gl_list.h: Use C comment style, not C++ comment style.
9639
9640 2006-10-23  Eric Blake  <ebb9@byu.net>
9641
9642         * lib/getaddrinfo.c (includes): Add missing include.
9643
9644 2006-10-23  Bruno Haible  <bruno@clisp.org>
9645             Paul Eggert  <eggert@cs.ucla.edu>
9646
9647         Ability to rename obstack_free.
9648         * lib/obstack.h (__obstack_free): New macro. Declare instead of
9649         obstack_free.
9650         (obstack_free): Invoke the __obstack_free macro.
9651         * lib/obstack.c (obstack_free): Use __obstack_free macro.
9652
9653 2006-10-23  Bruno Haible  <bruno@clisp.org>
9654             Paul Eggert  <eggert@cs.ucla.edu>
9655
9656         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
9657         __argc, __argv from the declaration. (They are defined as macros on
9658         mingw.)
9659
9660 2006-10-22  Bruno Haible  <bruno@clisp.org>
9661
9662         * doc/gnulib-intro.texi: New file.
9663         * doc/gnulib.texi: Include it.
9664
9665 2006-10-21  Bruno Haible  <bruno@clisp.org>
9666
9667         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
9668         "Introduction", "Miscellanous Notes", "Particular Modules".
9669
9670 2006-10-21  Bruno Haible  <bruno@clisp.org>
9671
9672         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9673         Change mostlyclean-local rule to avoid sh syntax error from bash
9674         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
9675
9676 2006-10-23  Jim Meyering  <jim@meyering.net>
9677
9678         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
9679         in place of snprintf.
9680
9681         * modules/inttostr (Files): Add lib/uinttostr.c.
9682         * lib/uinttostr.c (inttostr): New file/function.
9683         * lib/inttostr.h (uinttostr): Declare.
9684         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
9685         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
9686         Add uinttostr.
9687         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
9688
9689 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
9690
9691         * lib/canonicalize.c (ELOOP): Define if not already defined.
9692         Problem reported by Bruno Haible in
9693         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
9694
9695 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
9696
9697         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
9698         Problem reported by Perry Smith and Ville Laurikari.
9699
9700         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
9701         uses.
9702
9703 2006-10-19  Bruno Haible  <bruno@clisp.org>
9704
9705         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
9706         for mingw.
9707
9708 2006-10-19  Bruno Haible  <bruno@clisp.org>
9709
9710         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
9711         Needed for mingw.
9712
9713 2006-10-19  Bruno Haible  <bruno@clisp.org>
9714
9715         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
9716
9717 2006-10-19  Bruno Haible  <bruno@clisp.org>
9718
9719         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
9720         it.
9721
9722 2006-10-19  Bruno Haible  <bruno@clisp.org>
9723
9724         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
9725         invocation.
9726
9727 2006-10-19  Bruno Haible  <bruno@clisp.org>
9728
9729         * gnulib-tool (func_create_testdir): Don't include ftruncate and
9730         mountlist by default.
9731
9732 2006-10-16  Bruno Haible  <bruno@clisp.org>
9733
9734         * lib/c-strstr.c: Include c-strstr.h.
9735
9736 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
9737
9738         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
9739         in a slash.
9740
9741 2006-10-18  Bruno Haible  <bruno@clisp.org>
9742
9743         * lib/lock.h [C++]: Wrap definitions in extern "C".
9744
9745 2006-10-18  Bruno Haible  <bruno@clisp.org>
9746
9747         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
9748         gl_LIBOBJS list.
9749
9750 2006-10-18  Bruno Haible  <bruno@clisp.org>
9751
9752         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
9753
9754 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
9755
9756         * lib/xstrtol.h: Include gettext.h.
9757         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
9758         Problem reported by Eric Blake.
9759         * modules/xstrtol (Depends-on): Add gettext-h.
9760
9761 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
9762
9763         * lib/strftime.c (advance): New macro.
9764         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
9765         incomplete type, so you can't add 0 to it.  Problem and patch
9766         reported by Eelco Dolstra for dietlibc.
9767
9768 2006-10-18  Jim Meyering  <jim@meyering.net>
9769
9770         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
9771         type for a local, and rename it: s/up/user_proc/.
9772
9773 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
9774
9775         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
9776         READ_UTMP_USER_PROCESS.
9777         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
9778
9779 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
9780
9781         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
9782         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
9783
9784 2006-10-17  Eric Blake  <ebb9@byu.net>
9785
9786         * lib/sigprocmask.c (sigprocmask): Fix typo.
9787
9788         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
9789
9790         * modules/clean-temp (Makefile.am): Don't add to make output...
9791         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
9792         config.h.
9793
9794 2006-10-17  Bruno Haible  <bruno@clisp.org>
9795
9796         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
9797         differently if DEFAULT_TEXT_DOMAIN is set.
9798
9799 2006-10-16  Bruno Haible  <bruno@clisp.org>
9800
9801         * lib/clean-temp.c: Include fwriteerror.h.
9802
9803 2006-10-16  Bruno Haible  <bruno@clisp.org>
9804
9805         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
9806
9807 2006-10-16  Bruno Haible  <bruno@clisp.org>
9808
9809         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
9810         * lib/sigprocmask.h: Include <sys/types.h>.
9811         (sigset_t): Use the system's definition if present.
9812
9813 2006-10-17  Eric Blake  <ebb9@byu.net>
9814
9815         * lib/xvasprintf.c (includes): Assume config.h.
9816         * lib/xasprintf.c (includes): Likewise.
9817
9818 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
9819
9820         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
9821         at least as wide as intmax_t.
9822
9823 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
9824
9825         (Imported from Automake.)
9826         * build-aux/gnupload: Update to version 1.1 of directive file.
9827
9828 2006-10-16  Eric Blake  <ebb9@byu.net>
9829
9830         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
9831         match Automake 1.10a.
9832
9833 2006-10-14  Bruno Haible  <bruno@clisp.org>
9834
9835         * modules/sigprocmask: New file.
9836         * lib/sigprocmask.h: New file.
9837         * lib/sigprocmask.c: New file.
9838         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
9839         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
9840         request sigprocmask.o.
9841         (gl_PREREQ_SIGPROCMASK): New macro.
9842         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
9843         (Depends-on): Add sigprocmask.
9844         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
9845         gt_SIGNALBLOCKING. Test for 'raise' only once.
9846         * lib/fatal-signal.c: Include sigprocmask.h.
9847         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
9848         unblock_fatal_signals): Define always.
9849         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
9850         sigprocmask.
9851
9852 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
9853
9854         Sync from Automake.
9855         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
9856         which incorrectly sets the mode of an existing destination
9857         directory.  In some cases the unpatched install-sh could do the
9858         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
9859         system.  We hope this is rare in practice, but it's clearly worth
9860         fixing.  Problem reported by Alex Unleashed in
9861         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
9862         Also, don't bother to check for -m bugs unless we're using -m;
9863         suggested by Stepan Kasal.
9864
9865 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9866
9867         Sync from Automake.
9868         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
9869         `-c' flag, so they appear at the same position as in %FASTDEP%
9870         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
9871         which ignores unknown options only after the first non-option.
9872         Bug report against M4 by Nelson H. F. Beebe.
9873
9874 2006-10-13  Jim Meyering  <jim@meyering.net>
9875
9876         Fix a bug in yesterday's change.
9877         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
9878         p->fts_statp->st_dev would be used uninitialized.
9879         Ensures that we always call fts_stat on the very first entry.
9880         Miklos Szeredi reported that find -xdev stopped working.
9881
9882 2006-10-12  Bruno Haible  <bruno@clisp.org>
9883
9884         * gnulib-tool (func_get_automake_snippet): Append an automatically
9885         computed EXTRA_DIST augmentation.
9886         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
9887         * modules/alloca-opt (Makefile.am): Likewise.
9888         * modules/allocsa (Makefile.am): Likewise.
9889         * modules/arcfour (Makefile.am): Likewise.
9890         * modules/arctwo (Makefile.am): Likewise.
9891         * modules/argmatch (Makefile.am): Likewise.
9892         * modules/argz (Makefile.am): Likewise.
9893         * modules/atexit (Makefile.am): Likewise.
9894         * modules/backupfile (Makefile.am): Likewise.
9895         * modules/byteswap (Makefile.am): Likewise.
9896         * modules/c-strtod (Makefile.am): Likewise.
9897         * modules/c-strtold (Makefile.am): Likewise.
9898         * modules/calloc (Makefile.am): Likewise.
9899         * modules/canon-host (Makefile.am): Likewise.
9900         * modules/canonicalize (Makefile.am): Likewise.
9901         * modules/chdir-long (Makefile.am): Likewise.
9902         * modules/chdir-safer (Makefile.am): Likewise.
9903         * modules/check-version (Makefile.am): Likewise.
9904         * modules/chown (Makefile.am): Likewise.
9905         * modules/cloexec (Makefile.am): Likewise.
9906         * modules/close-stream (Makefile.am): Likewise.
9907         * modules/closeout (Makefile.am): Likewise.
9908         * modules/crc (Makefile.am): Likewise.
9909         * modules/csharpexec (Makefile.am): Likewise.
9910         * modules/cycle-check (Makefile.am): Likewise.
9911         * modules/des (Makefile.am): Likewise.
9912         * modules/dev-ino (Makefile.am): Likewise.
9913         * modules/dirfd (Makefile.am): Likewise.
9914         * modules/dirname (Makefile.am): Likewise.
9915         * modules/dup2 (Makefile.am): Likewise.
9916         * modules/eealloc (Makefile.am): Likewise.
9917         * modules/error (Makefile.am): Likewise.
9918         * modules/euidaccess (Makefile.am): Likewise.
9919         * modules/exclude (Makefile.am): Likewise.
9920         * modules/exitfail (Makefile.am): Likewise.
9921         * modules/fcntl-safer (Makefile.am): Likewise.
9922         * modules/fcntl (Makefile.am): Likewise.
9923         * modules/file-type (Makefile.am): Likewise.
9924         * modules/fileblocks (Makefile.am): Likewise.
9925         * modules/filemode (Makefile.am): Likewise.
9926         * modules/filenamecat (Makefile.am): Likewise.
9927         * modules/fnmatch (Makefile.am): Likewise.
9928         * modules/fopen-safer (Makefile.am): Likewise.
9929         * modules/fpending (Makefile.am): Likewise.
9930         * modules/fprintftime (Makefile.am): Likewise.
9931         * modules/free (Makefile.am): Likewise.
9932         * modules/fsusage (Makefile.am): Likewise.
9933         * modules/ftruncate (Makefile.am): Likewise.
9934         * modules/fts (Makefile.am): Likewise.
9935         * modules/gc-arcfour (Makefile.am): Likewise.
9936         * modules/gc-des (Makefile.am): Likewise.
9937         * modules/gc-hmac-md5 (Makefile.am): Likewise.
9938         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
9939         * modules/gc-md4 (Makefile.am): Likewise.
9940         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
9941         * modules/gc-sha1 (Makefile.am): Likewise.
9942         * modules/gc (Makefile.am): Likewise.
9943         * modules/getaddrinfo (Makefile.am): Likewise.
9944         * modules/getcwd (Makefile.am): Likewise.
9945         * modules/getdelim (Makefile.am): Likewise.
9946         * modules/getdomainname (Makefile.am): Likewise.
9947         * modules/getgroups (Makefile.am): Likewise.
9948         * modules/gethostname (Makefile.am): Likewise.
9949         * modules/gethrxtime (Makefile.am): Likewise.
9950         * modules/getline (Makefile.am): Likewise.
9951         * modules/getloadavg (Makefile.am): Likewise.
9952         * modules/getlogin_r (Makefile.am): Likewise.
9953         * modules/getndelim2 (Makefile.am): Likewise.
9954         * modules/getopt (Makefile.am): Likewise.
9955         * modules/getpagesize (Makefile.am): Likewise.
9956         * modules/getpass-gnu (Makefile.am): Likewise.
9957         * modules/getpass (Makefile.am): Likewise.
9958         * modules/getsubopt (Makefile.am): Likewise.
9959         * modules/gettime (Makefile.am): Likewise.
9960         * modules/gettimeofday (Makefile.am): Likewise.
9961         * modules/getugroups (Makefile.am): Likewise.
9962         * modules/getusershell (Makefile.am): Likewise.
9963         * modules/glob (Makefile.am): Likewise.
9964         * modules/group-member (Makefile.am): Likewise.
9965         * modules/hard-locale (Makefile.am): Likewise.
9966         * modules/hash (Makefile.am): Likewise.
9967         * modules/hmac-md5 (Makefile.am): Likewise.
9968         * modules/hmac-sha1 (Makefile.am): Likewise.
9969         * modules/human (Makefile.am): Likewise.
9970         * modules/idcache (Makefile.am): Likewise.
9971         * modules/imaxabs (Makefile.am): Likewise.
9972         * modules/imaxdiv (Makefile.am): Likewise.
9973         * modules/inet_ntop (Makefile.am): Likewise.
9974         * modules/inet_pton (Makefile.am): Likewise.
9975         * modules/intprops (Makefile.am): Likewise.
9976         * modules/inttostr (Makefile.am): Likewise.
9977         * modules/inttypes (Makefile.am): Likewise.
9978         * modules/isapipe (Makefile.am): Likewise.
9979         * modules/javaversion (Makefile.am): Likewise.
9980         * modules/lchmod (Makefile.am): Likewise.
9981         * modules/lchown (Makefile.am): Likewise.
9982         * modules/localcharset (Makefile.am): Likewise.
9983         * modules/long-options (Makefile.am): Likewise.
9984         * modules/lstat (Makefile.am): Likewise.
9985         * modules/malloc (Makefile.am): Likewise.
9986         * modules/mathl (Makefile.am): Likewise.
9987         * modules/mbchar (Makefile.am): Likewise.
9988         * modules/md2 (Makefile.am): Likewise.
9989         * modules/md4 (Makefile.am): Likewise.
9990         * modules/md5 (Makefile.am): Likewise.
9991         * modules/memcasecmp (Makefile.am): Likewise.
9992         * modules/memchr (Makefile.am): Likewise.
9993         * modules/memcmp (Makefile.am): Likewise.
9994         * modules/memcoll (Makefile.am): Likewise.
9995         * modules/memcpy (Makefile.am): Likewise.
9996         * modules/memmem (Makefile.am): Likewise.
9997         * modules/memmove (Makefile.am): Likewise.
9998         * modules/mempcpy (Makefile.am): Likewise.
9999         * modules/memrchr (Makefile.am): Likewise.
10000         * modules/memset (Makefile.am): Likewise.
10001         * modules/memxor (Makefile.am): Likewise.
10002         * modules/mkancesdirs (Makefile.am): Likewise.
10003         * modules/mkdir-p (Makefile.am): Likewise.
10004         * modules/mkdir (Makefile.am): Likewise.
10005         * modules/mkdtemp (Makefile.am): Likewise.
10006         * modules/mkstemp (Makefile.am): Likewise.
10007         * modules/mktime (Makefile.am): Likewise.
10008         * modules/modechange (Makefile.am): Likewise.
10009         * modules/mountlist (Makefile.am): Likewise.
10010         * modules/nanosleep (Makefile.am): Likewise.
10011         * modules/obstack (Makefile.am): Likewise.
10012         * modules/openat (Makefile.am): Likewise.
10013         * modules/pagealign_alloc (Makefile.am): Likewise.
10014         * modules/pathmax (Makefile.am): Likewise.
10015         * modules/physmem (Makefile.am): Likewise.
10016         * modules/poll (Makefile.am): Likewise.
10017         * modules/posixtm (Makefile.am): Likewise.
10018         * modules/posixver (Makefile.am): Likewise.
10019         * modules/putenv (Makefile.am): Likewise.
10020         * modules/quote (Makefile.am): Likewise.
10021         * modules/quotearg (Makefile.am): Likewise.
10022         * modules/raise (Makefile.am): Likewise.
10023         * modules/read-file (Makefile.am): Likewise.
10024         * modules/readline (Makefile.am): Likewise.
10025         * modules/readlink (Makefile.am): Likewise.
10026         * modules/readtokens (Makefile.am): Likewise.
10027         * modules/readutmp (Makefile.am): Likewise.
10028         * modules/realloc (Makefile.am): Likewise.
10029         * modules/regex (Makefile.am): Likewise.
10030         * modules/rename-dest-slash (Makefile.am): Likewise.
10031         * modules/rename (Makefile.am): Likewise.
10032         * modules/rijndael (Makefile.am): Likewise.
10033         * modules/rmdir (Makefile.am): Likewise.
10034         * modules/rpmatch (Makefile.am): Likewise.
10035         * modules/safe-read (Makefile.am): Likewise.
10036         * modules/safe-write (Makefile.am): Likewise.
10037         * modules/same-inode (Makefile.am): Likewise.
10038         * modules/same (Makefile.am): Likewise.
10039         * modules/save-cwd (Makefile.am): Likewise.
10040         * modules/savedir (Makefile.am): Likewise.
10041         * modules/setenv (Makefile.am): Likewise.
10042         * modules/settime (Makefile.am): Likewise.
10043         * modules/sha1 (Makefile.am): Likewise.
10044         * modules/sig2str (Makefile.am): Likewise.
10045         * modules/snprintf (Makefile.am): Likewise.
10046         * modules/stat-macros (Makefile.am): Likewise.
10047         * modules/stat-time (Makefile.am): Likewise.
10048         * modules/stdbool (Makefile.am): Likewise.
10049         * modules/stdint (Makefile.am): Likewise.
10050         * modules/stdlib-safer (Makefile.am): Likewise.
10051         * modules/stpcpy (Makefile.am): Likewise.
10052         * modules/stpncpy (Makefile.am): Likewise.
10053         * modules/strcase (Makefile.am): Likewise.
10054         * modules/strcasestr (Makefile.am): Likewise.
10055         * modules/strchrnul (Makefile.am): Likewise.
10056         * modules/strcspn (Makefile.am): Likewise.
10057         * modules/strdup (Makefile.am): Likewise.
10058         * modules/strerror (Makefile.am): Likewise.
10059         * modules/strftime (Makefile.am): Likewise.
10060         * modules/strndup (Makefile.am): Likewise.
10061         * modules/strnlen (Makefile.am): Likewise.
10062         * modules/strpbrk (Makefile.am): Likewise.
10063         * modules/strsep (Makefile.am): Likewise.
10064         * modules/strstr (Makefile.am): Likewise.
10065         * modules/strtod (Makefile.am): Likewise.
10066         * modules/strtoimax (Makefile.am): Likewise.
10067         * modules/strtok_r (Makefile.am): Likewise.
10068         * modules/strtol (Makefile.am): Likewise.
10069         * modules/strtoll (Makefile.am): Likewise.
10070         * modules/strtoul (Makefile.am): Likewise.
10071         * modules/strtoull (Makefile.am): Likewise.
10072         * modules/strtoumax (Makefile.am): Likewise.
10073         * modules/strverscmp (Makefile.am): Likewise.
10074         * modules/sys_socket (Makefile.am): Likewise.
10075         * modules/sys_stat (Makefile.am): Likewise.
10076         * modules/sysexits (Makefile.am): Likewise.
10077         * modules/time_r (Makefile.am): Likewise.
10078         * modules/timegm (Makefile.am): Likewise.
10079         * modules/timespec (Makefile.am): Likewise.
10080         * modules/tmpfile-safer (Makefile.am): Likewise.
10081         * modules/trim (Makefile.am): Likewise.
10082         * modules/unistd-safer (Makefile.am): Likewise.
10083         * modules/unlinkdir (Makefile.am): Likewise.
10084         * modules/unlocked-io (Makefile.am): Likewise.
10085         * modules/userspec (Makefile.am): Likewise.
10086         * modules/utime (Makefile.am): Likewise.
10087         * modules/utimecmp (Makefile.am): Likewise.
10088         * modules/utimens (Makefile.am): Likewise.
10089         * modules/vasnprintf (Makefile.am): Likewise.
10090         * modules/vasprintf (Makefile.am): Likewise.
10091         * modules/vsnprintf (Makefile.am): Likewise.
10092         * modules/xalloc (Makefile.am): Likewise.
10093         * modules/xgetcwd (Makefile.am): Likewise.
10094         * modules/xnanosleep (Makefile.am): Likewise.
10095         * modules/xreadlink (Makefile.am): Likewise.
10096         * modules/xstrtod (Makefile.am): Likewise.
10097         * modules/xstrtol (Makefile.am): Likewise.
10098         * modules/xstrtold (Makefile.am): Likewise.
10099         * modules/yesno (Makefile.am): Likewise.
10100         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
10101
10102 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
10103
10104         * modules/error (Makefile.am): Distribute files through
10105         EXTRA_DIST, not lib_SOURCES.
10106
10107 2006-10-12  Eric Blake  <ebb9@byu.net>
10108
10109         * modules/error (Makefile.am): Distribute files in /lib.
10110         * modules/obstack (Makefile.am): Likewise.
10111
10112 2006-10-12  Bruno Haible  <bruno@clisp.org>
10113
10114         * modules/acl (Makefile.am): Distribute all files in lib/ through
10115         EXTRA_DIST.
10116         * modules/arcfour (Makefile.am): Likewise.
10117         * modules/arctwo (Makefile.am): Likewise.
10118         * modules/argmatch (Makefile.am): Likewise.
10119         * modules/argz (Makefile.am): Likewise.
10120         * modules/atexit (Makefile.am): Likewise.
10121         * modules/backupfile (Makefile.am): Likewise.
10122         * modules/c-strtod (Makefile.am): Likewise.
10123         * modules/c-strtold (Makefile.am): Likewise.
10124         * modules/calloc (Makefile.am): Likewise.
10125         * modules/canon-host (Makefile.am): Likewise.
10126         * modules/canonicalize (Makefile.am): Likewise.
10127         * modules/chdir-long (Makefile.am): Likewise.
10128         * modules/chdir-safer (Makefile.am): Likewise.
10129         * modules/check-version (Makefile.am): Likewise.
10130         * modules/chown (Makefile.am): Likewise.
10131         * modules/cloexec (Makefile.am): Likewise.
10132         * modules/close-stream (Makefile.am): Likewise.
10133         * modules/closeout (Makefile.am): Likewise.
10134         * modules/crc (Makefile.am): Likewise.
10135         * modules/cycle-check (Makefile.am): Likewise.
10136         * modules/des (Makefile.am): Likewise.
10137         * modules/dirfd (Makefile.am): Likewise.
10138         * modules/dirname (Makefile.am): Likewise.
10139         * modules/dup2 (Makefile.am): Likewise.
10140         * modules/euidaccess (Makefile.am): Likewise.
10141         * modules/exclude (Makefile.am): Likewise.
10142         * modules/exitfail (Makefile.am): Likewise.
10143         * modules/fcntl-safer (Makefile.am): Likewise.
10144         * modules/file-type (Makefile.am): Likewise.
10145         * modules/fileblocks (Makefile.am): Likewise.
10146         * modules/filemode (Makefile.am): Likewise.
10147         * modules/filenamecat (Makefile.am): Likewise.
10148         * modules/fnmatch (Makefile.am): Likewise.
10149         * modules/fopen-safer (Makefile.am): Likewise.
10150         * modules/fpending (Makefile.am): Likewise.
10151         * modules/fprintftime (Makefile.am): Likewise.
10152         * modules/free (Makefile.am): Likewise.
10153         * modules/fsusage (Makefile.am): Likewise.
10154         * modules/ftruncate (Makefile.am): Likewise.
10155         * modules/fts (Makefile.am): Likewise.
10156         * modules/gc (Makefile.am): Likewise.
10157         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
10158         * modules/getaddrinfo (Makefile.am): Likewise.
10159         * modules/getcwd (Makefile.am): Likewise.
10160         * modules/getdelim (Makefile.am): Likewise.
10161         * modules/getdomainname (Makefile.am): Likewise.
10162         * modules/getgroups (Makefile.am): Likewise.
10163         * modules/gethostname (Makefile.am): Likewise.
10164         * modules/gethrxtime (Makefile.am): Likewise.
10165         * modules/getline (Makefile.am): Likewise.
10166         * modules/getloadavg (Makefile.am): Likewise.
10167         * modules/getlogin_r (Makefile.am): Likewise.
10168         * modules/getopt (Makefile.am): Likewise.
10169         * modules/getpass (Makefile.am): Likewise.
10170         * modules/getpass-gnu (Makefile.am): Likewise.
10171         * modules/getsubopt (Makefile.am): Likewise.
10172         * modules/gettime (Makefile.am): Likewise.
10173         * modules/gettimeofday (Makefile.am): Likewise.
10174         * modules/getugroups (Makefile.am): Likewise.
10175         * modules/getusershell (Makefile.am): Likewise.
10176         * modules/glob (Makefile.am): Likewise.
10177         * modules/group-member (Makefile.am): Likewise.
10178         * modules/hard-locale (Makefile.am): Likewise.
10179         * modules/hash (Makefile.am): Likewise.
10180         * modules/hmac-md5 (Makefile.am): Likewise.
10181         * modules/hmac-sha1 (Makefile.am): Likewise.
10182         * modules/human (Makefile.am): Likewise.
10183         * modules/idcache (Makefile.am): Likewise.
10184         * modules/imaxabs (Makefile.am): Likewise.
10185         * modules/imaxdiv (Makefile.am): Likewise.
10186         * modules/inet_ntop (Makefile.am): Likewise.
10187         * modules/inet_pton (Makefile.am): Likewise.
10188         * modules/inttostr (Makefile.am): Likewise.
10189         * modules/isapipe (Makefile.am): Likewise.
10190         * modules/lchown (Makefile.am): Likewise.
10191         * modules/long-options (Makefile.am): Likewise.
10192         * modules/lstat (Makefile.am): Likewise.
10193         * modules/malloc (Makefile.am): Likewise.
10194         * modules/mathl (Makefile.am): Likewise.
10195         * modules/mbchar (Makefile.am): Likewise.
10196         * modules/md2 (Makefile.am): Likewise.
10197         * modules/md4 (Makefile.am): Likewise.
10198         * modules/md5 (Makefile.am): Likewise.
10199         * modules/memcasecmp (Makefile.am): Likewise.
10200         * modules/memchr (Makefile.am): Likewise.
10201         * modules/memcmp (Makefile.am): Likewise.
10202         * modules/memcoll (Makefile.am): Likewise.
10203         * modules/memcpy (Makefile.am): Likewise.
10204         * modules/memmem (Makefile.am): Likewise.
10205         * modules/memmove (Makefile.am): Likewise.
10206         * modules/mempcpy (Makefile.am): Likewise.
10207         * modules/memrchr (Makefile.am): Likewise.
10208         * modules/memset (Makefile.am): Likewise.
10209         * modules/memxor (Makefile.am): Likewise.
10210         * modules/mkancesdirs (Makefile.am): Likewise.
10211         * modules/mkdir (Makefile.am): Likewise.
10212         * modules/mkdir-p (Makefile.am): Likewise.
10213         * modules/mkdtemp (Makefile.am): Likewise.
10214         * modules/mkstemp (Makefile.am): Likewise.
10215         * modules/mktime (Makefile.am): Likewise.
10216         * modules/modechange (Makefile.am): Likewise.
10217         * modules/mountlist (Makefile.am): Likewise.
10218         * modules/nanosleep (Makefile.am): Likewise.
10219         * modules/openat (Makefile.am): Likewise.
10220         * modules/pagealign_alloc (Makefile.am): Likewise.
10221         * modules/physmem (Makefile.am): Likewise.
10222         * modules/poll (Makefile.am): Likewise.
10223         * modules/posixtm (Makefile.am): Likewise.
10224         * modules/posixver (Makefile.am): Likewise.
10225         * modules/putenv (Makefile.am): Likewise.
10226         * modules/quote (Makefile.am): Likewise.
10227         * modules/quotearg (Makefile.am): Likewise.
10228         * modules/raise (Makefile.am): Likewise.
10229         * modules/read-file (Makefile.am): Likewise.
10230         * modules/readline (Makefile.am): Likewise.
10231         * modules/readlink (Makefile.am): Likewise.
10232         * modules/readtokens (Makefile.am): Likewise.
10233         * modules/readutmp (Makefile.am): Likewise.
10234         * modules/realloc (Makefile.am): Likewise.
10235         * modules/regex (Makefile.am): Likewise.
10236         * modules/rename (Makefile.am): Likewise.
10237         * modules/rename-dest-slash (Makefile.am): Likewise.
10238         * modules/rijndael (Makefile.am): Likewise.
10239         * modules/rmdir (Makefile.am): Likewise.
10240         * modules/rpmatch (Makefile.am): Likewise.
10241         * modules/safe-read (Makefile.am): Likewise.
10242         * modules/safe-write (Makefile.am): Likewise.
10243         * modules/same (Makefile.am): Likewise.
10244         * modules/save-cwd (Makefile.am): Likewise.
10245         * modules/savedir (Makefile.am): Likewise.
10246         * modules/setenv (Makefile.am): Likewise.
10247         * modules/settime (Makefile.am): Likewise.
10248         * modules/sha1 (Makefile.am): Likewise.
10249         * modules/sig2str (Makefile.am): Likewise.
10250         * modules/snprintf (Makefile.am): Likewise.
10251         * modules/stdlib-safer (Makefile.am): Likewise.
10252         * modules/stpcpy (Makefile.am): Likewise.
10253         * modules/stpncpy (Makefile.am): Likewise.
10254         * modules/strcase (Makefile.am): Likewise.
10255         * modules/strcasestr (Makefile.am): Likewise.
10256         * modules/strchrnul (Makefile.am): Likewise.
10257         * modules/strcspn (Makefile.am): Likewise.
10258         * modules/strdup (Makefile.am): Likewise.
10259         * modules/strerror (Makefile.am): Likewise.
10260         * modules/strftime (Makefile.am): Likewise.
10261         * modules/strndup (Makefile.am): Likewise.
10262         * modules/strnlen (Makefile.am): Likewise.
10263         * modules/strpbrk (Makefile.am): Likewise.
10264         * modules/strsep (Makefile.am): Likewise.
10265         * modules/strstr (Makefile.am): Likewise.
10266         * modules/strtod (Makefile.am): Likewise.
10267         * modules/strtoimax (Makefile.am): Likewise.
10268         * modules/strtok_r (Makefile.am): Likewise.
10269         * modules/strtol (Makefile.am): Likewise.
10270         * modules/strtoll (Makefile.am): Likewise.
10271         * modules/strtoul (Makefile.am): Likewise.
10272         * modules/strtoull (Makefile.am): Likewise.
10273         * modules/strtoumax (Makefile.am): Likewise.
10274         * modules/strverscmp (Makefile.am): Likewise.
10275         * modules/time_r (Makefile.am): Likewise.
10276         * modules/timegm (Makefile.am): Likewise.
10277         * modules/tmpfile-safer (Makefile.am): Likewise.
10278         * modules/unistd-safer (Makefile.am): Likewise.
10279         * modules/unlinkdir (Makefile.am): Likewise.
10280         * modules/userspec (Makefile.am): Likewise.
10281         * modules/utime (Makefile.am): Likewise.
10282         * modules/utimecmp (Makefile.am): Likewise.
10283         * modules/utimens (Makefile.am): Likewise.
10284         * modules/vasnprintf (Makefile.am): Likewise.
10285         * modules/vasprintf (Makefile.am): Likewise.
10286         * modules/vsnprintf (Makefile.am): Likewise.
10287         * modules/xalloc (Makefile.am): Likewise.
10288         * modules/xgetcwd (Makefile.am): Likewise.
10289         * modules/xnanosleep (Makefile.am): Likewise.
10290         * modules/xreadlink (Makefile.am): Likewise.
10291         * modules/xstrtod (Makefile.am): Likewise.
10292         * modules/xstrtol (Makefile.am): Likewise.
10293         * modules/xstrtold (Makefile.am): Likewise.
10294         * modules/yesno (Makefile.am): Likewise.
10295
10296 2006-10-12  Jim Meyering  <jim@meyering.net>
10297
10298         * m4/getloadavg.m4: Revert the change below.
10299
10300         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
10301         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
10302         fail with a symlink, which is what coreutils' ./bootstrap now
10303         creates by default.
10304
10305 2006-10-12  Bruno Haible  <bruno@clisp.org>
10306
10307         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
10308         mingw.
10309         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
10310         MSVC and mingw explicitly.
10311
10312 2006-10-11  Simon Josefsson  <jas@extundo.com>
10313             Bruno Haible  <bruno@clisp.org>
10314
10315         Add support for multiple gnulib-tool invocations in the scope of a
10316         single configure.ac file.
10317         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
10318         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
10319         with the same contents as the _LIBADD variable.
10320         (func_emit_initmacro_start, func_emit_initmacro_end,
10321         func_emit_initmacro_done): New functions.
10322         (func_import, func_create_testdir): Invoke them. Allow the identifiers
10323         gl_LIBOBJS and gl_LTLIBOBJS.
10324
10325 2006-10-11  Bruno Haible  <bruno@clisp.org>
10326
10327         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
10328         (func_create_testdir): Don't create po/Makefile.am, don't invoke
10329         autoreconf. Instead, invoke autopoint explicitly but move back the
10330         *.m4 files from gnulib.
10331
10332 2006-10-11  Bruno Haible  <bruno@clisp.org>
10333
10334         * gnulib-tool (func_usage): Make module names after --create-testdir
10335         optional.
10336         (func_create_testdir): If no module was specified, use nearly all
10337         modules.
10338
10339 2006-10-12  Jim Meyering  <jim@meyering.net>
10340
10341         Big performance improvement for fts-based tools that use FTS_NOSTAT.
10342         Avoid spurious inode-mismatch problems on non-POSIX file systems.
10343         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
10344         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
10345         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
10346         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
10347         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
10348         (fts_set_stat_required): New function.
10349         (fts_open): Defer the calls to fts_stat, if possible or requested.
10350         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
10351         into fts_stat itself.
10352         (fts_read): Perform any required (deferred) fts_stat call.
10353         (fts_build): Likewise, for the directory we're about to open and read.
10354         In the readdir loop, carefully decide whether each entry will require
10355         an eventual call to fts_stat, using dirent.d_type info if available.
10356         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
10357         a command line argument into this function.  Update all callers.
10358         Map a return value of FTS_DOT to FTS_D for a command line argument.
10359         * modules/fts (Depends-on): Add d-type.  Alphabetize.
10360         Thanks to Miklos Szeredi for his tenacity and for the initial
10361         bug report about "find" failing on a FUSE-based file system.
10362
10363         * lib/fts.c (fts_open): Use consistent indentation.
10364
10365 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
10366
10367         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
10368         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
10369         reported by Jim Meyering.  All uses of cache variables renamed
10370         to match Autoconf's.
10371         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
10372         the other one.
10373
10374         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
10375         Fix misspelling in diagnostic.
10376
10377 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
10378
10379         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
10380         defined.  Problem reported by Matthew Woehlke.
10381
10382         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
10383         Add support for Tandem NonStop R series.
10384         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
10385         Use new macro.
10386
10387         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
10388         (has_trailing_slash): Omit size arg; all callers changed.
10389         Omit 'inline', since it doesn't help performance and we'd
10390         need to configure it.
10391         Don't count //, ///, etc. as having a trailing slash.
10392         As a side effect, this removes a C99ism reported by Matthew Woehlke.
10393         (rpl_rename_dest_slash): On failure, use rename's errno rather
10394         than (in some cases) an incorrect or junk errno.
10395         Simplify code by removing need to compute length; this does
10396         cause it to make two passes instead of one over the file name,
10397         but it's worth it.
10398
10399         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
10400         change, since Autoconf's version may no longer be appropriate now
10401         that we are using CVS Autoconf's version.  Add support for Tandem.
10402
10403 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
10404             Bruno Haible  <bruno@clisp.org>
10405
10406         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
10407         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
10408         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
10409         gl_AC_TYPE_LONG_LONG.
10410
10411         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
10412         instead of HAVE_LONG_LONG.
10413         * lib/printf-args.c (printf_fetchargs): Likewise.
10414         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
10415         * lib/vasnprintf.c (VASNPRINTF): Likewise.
10416         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
10417         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
10418         gl_AC_TYPE_LONG_LONG.
10419
10420 2006-10-11  Bruno Haible  <bruno@clisp.org>
10421
10422         * m4/longlong.m4: Add comments.
10423         * m4/ulonglong.m4: Likewise.
10424
10425 2006-10-10  Bruno Haible  <bruno@clisp.org>
10426
10427         Make it possible to #define stpcpy, strdup to aliases.
10428         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
10429         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
10430
10431 2006-10-10  Bruno Haible  <bruno@clisp.org>
10432
10433         Make it possible to #define gcd to an alias.
10434         * lib/gcd.c: Include config.h.
10435
10436 2006-10-10  Bruno Haible  <bruno@clisp.org>
10437
10438         Make it possible to #define c_isascii to an alias.
10439         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
10440         defined. Undefine the macros before defining them, to avoid gcc
10441         warnings.
10442         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
10443         define NO_C_CTYPE_MACROS early.
10444
10445 2006-10-10  Bruno Haible  <bruno@clisp.org>
10446
10447         Make it possible to #define set_program_name to an alias.
10448         * lib/progname.c: Don't undefine set_program_name; instead, undefine
10449         ENABLE_RELOCATABLE early.
10450
10451 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
10452
10453         Port to Tandem NSK OSS, which has 64-bit signed int but at most
10454         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
10455         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
10456         More generally, don't assume that 64-bit signed int is available
10457         if unsigned int is, and vice versa.
10458         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
10459         unsigned symbols, not on their signed counterparts.
10460         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
10461         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
10462         (UINT64_C, UINTMAX_C):
10463         Likewise.
10464         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
10465         unsigned counterparts.
10466         (Have_long_long, Unsigned): New macros.
10467         (Int): Renamed from INT.
10468         (strtoimax): Use the new macros.
10469         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
10470         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
10471         * modules/inttypes (inttypes.h): Substitute
10472         HAVE_UNSIGNED_LONG_LONG_INT.
10473         * modules/stdint (stdint.h): Likewise.
10474         (Files): Add m4/ulonglong.m4.
10475
10476 2006-10-10  Bruno Haible  <bruno@clisp.org>
10477
10478         Fix a gcc -Wshadow warning.
10479         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
10480         to 'bucket'.
10481         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
10482         gl_linked_indexof_from_to): Likewise.
10483         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
10484         Likewise.
10485         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
10486         Likewise.
10487         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
10488         Reported by Eric Blake.
10489
10490 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
10491
10492         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
10493         for NetBSD.  Problem reported by Bruno Haible.
10494
10495 2006-10-09  Jim Meyering  <jim@meyering.net>
10496
10497         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
10498         Patch from Bruno Haible.
10499
10500 2006-10-09  Jim Meyering  <jim@meyering.net>
10501
10502         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
10503         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
10504         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
10505
10506 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
10507
10508         Don't include <config.h> twice; this doesn't work in some cases,
10509         e.g., when config.h has "#define intmax_t long long int" and
10510         we include <config.h>, <inttypes.h>, <config.h> in that order.
10511         Problem reported by Matthew Woehlke in:
10512         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
10513         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
10514         * lib/fts-cycle.c: Don't include config.h.
10515         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
10516         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
10517         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
10518         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
10519         inttypes.h.
10520         * lib/xstrtoumax.c: Likewise.
10521         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
10522         __strtol and the like, so that this module is more like its siblings.
10523         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
10524         Remove; no longer needed now that we assume gnulib inttypes.h.
10525
10526 2006-10-08  Bruno Haible  <bruno@clisp.org>
10527
10528         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
10529         option.
10530
10531 2006-10-07  Jim Meyering  <jim@meyering.net>
10532
10533         * modules/inttypes (inttypes.h): Revert what seems to have been
10534         an inadvertent part of today's change: use "|", not "/" in the
10535         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
10536
10537 2006-10-07  Bruno Haible  <bruno@clisp.org>
10538
10539         * modules/sublist: New file.
10540
10541 2006-10-07  Bruno Haible  <bruno@clisp.org>
10542
10543         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
10544         * modules/argz (argz.h): Likewise.
10545         * modules/arpa_inet (arpa/inet.h): Likewise.
10546         * modules/byteswap (byteswap.h): Likewise.
10547         * modules/configmake (configmake.h): Likewise.
10548         * modules/fcntl (fcntl.h): Likewise.
10549         * modules/fnmatch (fnmatch.h): Likewise.
10550         * modules/getopt (getopt.h): Likewise.
10551         * modules/glob (glob.h): Likewise.
10552         * modules/inttypes (inttypes.h): Likewise.
10553         * modules/netinet_in (netinet/in.h): Likewise.
10554         * modules/poll (poll.h): Likewise.
10555         * modules/stdbool (stdbool.h): Likewise.
10556         * modules/stdint (stdint.h): Likewise.
10557         * modules/sys_select (sys/select.h): Likewise.
10558         * modules/sys_socket (sys/socket.h): Likewise.
10559         * modules/sys_stat (sys/stat.h): Likewise.
10560         * modules/sysexits (sysexits.h): Likewise.
10561         * modules/unistd (unistd.h): Likewise.
10562         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
10563         Add a "DO NOT EDIT" comment to the generated file.
10564         (func_import): Likewise for gnulib-comp.m4.
10565
10566 2006-10-07  Bruno Haible  <bruno@clisp.org>
10567
10568         * lib/gl_sublist.h: New file.
10569         * lib/gl_sublist.c: New file.
10570
10571 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
10572
10573         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
10574         name (relative to the original working directory) and the file
10575         name component (relative to the temporary working directory).  All
10576         callers changed.
10577         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
10578         * lib/mkdir-p.c (make_dir_parents): Likewise.
10579         * lib/mkdir-p.h (make_dir_parents): Likewise.
10580
10581 2006-10-06  Eric Blake  <ebb9@byu.net>
10582
10583         Define several macros for use by the clean-temp module.
10584         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
10585         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
10586         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
10587
10588         * lib/clean-temp.h (close_stream_temp): New declaration.
10589         * lib/clean-temp.c (includes): Pull in headers according to what
10590         other modules are in use.
10591         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
10592
10593 2006-10-06  Bruno Haible  <bruno@clisp.org>
10594
10595         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
10596         instead of fopen, fwriteerror.
10597
10598 2006-10-06  Bruno Haible  <bruno@clisp.org>
10599
10600         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
10601         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
10602         int.
10603         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
10604         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
10605         Return an error indicator.
10606         Suggested by Eric Blake.
10607
10608 2006-10-06  Bruno Haible  <bruno@clisp.org>
10609
10610         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
10611         Reported by Eric Blake.
10612
10613 2006-10-06  Bruno Haible  <bruno@clisp.org>
10614
10615         * modules/closeout (Description): Mention stderr too.
10616
10617 2006-10-06  Bruno Haible  <bruno@clisp.org>
10618         and Paul Eggert  <eggert@cs.ucla.edu>
10619
10620         * lib/closeout.c (close_stdout): Also close stderr.
10621         * lib/closeout.h: Update comment.
10622
10623 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
10624
10625         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
10626         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
10627         * lib/dirchownmod.c: Include lchown.h.
10628         * lib/lchown.c: Don't include files that lchown.h now includes.
10629         Don't declare chown, since lchown.h now does that.
10630         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
10631         (lchown): Define to rpl_chown if lchown is declared but
10632         does not exist.  Declare using a prototype if lchown is not
10633         declared.  Add a copyright notice.
10634         * lib/mkstemp.h: Include <unistd.h>.
10635         * lib/openat.c: Include lchown.h.
10636
10637         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
10638         we now test for that separately.
10639         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
10640         rather than O_NOFOLLOW, when testing whether it's possible to
10641         avoid a race condition reliably.
10642         * lib/savewd.c (savewd_chdir): Likewise.
10643
10644         Remove macros that are no longer needed now that stdint.h is
10645         reliable.
10646         * lib/fsusage.c (UINTMAX_MAX): Remove.
10647         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
10648         * lib/utimecmp.c (SIZE_MAX): Remove.
10649
10650         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
10651
10652         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
10653         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
10654         O_NOATIME works.
10655
10656 2006-10-05  Bruno Haible  <bruno@clisp.org>
10657
10658         * lib/gl_list.h (gl_sortedlist_search_from_to,
10659         gl_sortedlist_indexof_from_to): New declarations.
10660         (gl_list_implementation): New fields sortedlist_search_from_to,
10661         sortedlist_indexof_from_to.
10662         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
10663         inline functions.
10664         * lib/gl_list.c (gl_sortedlist_search_from_to,
10665         gl_sortedlist_indexof_from_to): New functions.
10666         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
10667         function.
10668         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
10669         (gl_array_sortedlist_search_from_to): New function.
10670         (gl_array_list_implementation): Update.
10671         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
10672         function.
10673         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
10674         (gl_carray_sortedlist_search_from_to): New function.
10675         (gl_carray_list_implementation): Update.
10676         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
10677         gl_linked_sortedlist_indexof_from_to): New functions.
10678         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
10679         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
10680         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
10681         gl_tree_sortedlist_indexof_from_to): New functions.
10682         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
10683         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
10684         Update.
10685         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
10686         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
10687         Update.
10688
10689 2006-10-05  Bruno Haible  <bruno@clisp.org>
10690
10691         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
10692         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
10693         (struct gl_list_implementation): Add fields search_from_to,
10694         indexof_from_to. Remove fields search, indexof.
10695         (gl_list_search): Use the search_from_to method.
10696         (gl_list_search_from, gl_list_search_from_to): New functions.
10697         (gl_list_indexof): Use the indexof_from_to method.
10698         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
10699         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
10700         (gl_list_search_from, gl_list_search_from_to): New functions.
10701         (gl_list_indexof): Use the indexof_from_to method.
10702         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
10703         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
10704         gl_array_indexof. Add start_index, end_index arguments.
10705         (gl_array_search_from_to): Renamed from gl_array_search. Add
10706         start_index, end_index arguments.
10707         (gl_array_remove, gl_array_list_implementation): Update.
10708         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
10709         gl_carray_indexof. Add start_index, end_index arguments.
10710         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
10711         start_index, end_index arguments.
10712         (gl_carray_remove, gl_carray_list_implementation): Update.
10713         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
10714         gl_linked_search. Add start_index, end_index arguments.
10715         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
10716         start_index, end_index arguments.
10717         (gl_linked_remove): Update.
10718         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
10719         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
10720         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
10721         field to 'size_t'.
10722         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
10723         gl_tree_search. Add start_index, end_index arguments.
10724         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
10725         start_index, end_index arguments.
10726         (gl_tree_remove): Update.
10727         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
10728         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
10729         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
10730         function.
10731         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
10732         gl_tree_search. Add start_index, end_index arguments.
10733         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
10734         start_index, end_index arguments.
10735         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
10736         Update.
10737         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
10738
10739 2006-10-05  Bruno Haible  <bruno@clisp.org>
10740
10741         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
10742
10743         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
10744         fwriteerror_temp): New declarations.
10745         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
10746         (descriptors): New variable.
10747         (cleanup): First, close the descriptors.
10748         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
10749         fclose_temp, fwriteerror_temp): New functions.
10750
10751 2006-10-04  Jim Meyering  <jim@meyering.net>
10752
10753         * lib/fts.c (fts_open): Tiny comment change.
10754
10755 2006-10-04  Bruno Haible  <bruno@clisp.org>
10756
10757         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
10758         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
10759         gl_LOCK_BODY.
10760         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
10761         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
10762         gl_LOCK_EARLY_BODY.
10763         (gl_LOCK): Require gl_LOCK_BODY.
10764
10765 2006-10-04  Bruno Haible  <bruno@clisp.org>
10766
10767         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
10768         (gl_oset_search_atleast): New declaration.
10769         (struct gl_oset_implementation): Add field 'search_atleast'.
10770         (gl_oset_search_atleast): New inline function.
10771         * lib/gl_oset.c (gl_oset_search_atleast): New function.
10772         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
10773         (gl_array_oset_implementation): Update.
10774         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
10775         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
10776         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
10777
10778 2006-10-04  Bruno Haible  <bruno@clisp.org>
10779
10780         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
10781
10782 2006-10-03  Bruno Haible  <bruno@clisp.org>
10783
10784         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
10785         from gl_avltreehash_list_implementation.
10786
10787 2006-10-03  Bruno Haible  <bruno@clisp.org>
10788
10789         * lib/gl_oset.c (gl_oset_add): Fix return type.
10790
10791 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
10792
10793         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
10794
10795 2006-10-02  Eric Blake  <ebb9@byu.net>
10796
10797         * modules/strnlen (Depends-on): Add extensions.
10798
10799 2006-10-02  Eric Blake  <ebb9@byu.net>
10800
10801         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
10802         definition in 2.60+.
10803
10804 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
10805
10806         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
10807         checks.
10808
10809 2006-10-02  Bruno Haible  <bruno@clisp.org>
10810
10811         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
10812         to the AUTOMAKE_OPTIONS.
10813         Reported by Jim Meyering.
10814
10815 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
10816
10817         Work around bug in Solaris 10 /proc file system:
10818         /proc/self/fd/NNN/.. isn't the parent directory of
10819         the directory whose file descriptor is NNN.  This needs to
10820         be worked around at run time, not compile time, since a
10821         program might be built on Solaris 8, where things work, and
10822         run on Solaris 10.
10823         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
10824         to use the following interface instead:
10825         (OPENAT_BUFFER_SIZE): New macro.
10826         (openat_proc_name): New function.
10827         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
10828         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
10829         Likewise.
10830         * lib/openat-proc.c: New file.
10831         * modules/openat (Files): Add lib/openat-proc.c.
10832         (Depends-on): Add same-inode, stdbool.
10833         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
10834
10835 2006-09-29  Bruno Haible  <bruno@clisp.org>
10836
10837         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
10838         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
10839         argument. Set stdout_closed before testing for ferror, not after.
10840         (fwriteerror, fwriteerror_no_ebadf): New functions.
10841
10842 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10843
10844         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
10845
10846 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
10847
10848         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
10849         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
10850
10851 2006-09-28  Jim Meyering  <jim@meyering.net>
10852
10853         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
10854         Include <unistd.h>.
10855
10856 2006-09-28  Bruno Haible  <bruno@clisp.org>
10857
10858         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
10859         * modules/linkedhash-list (Depends-on): Likewise.
10860         * modules/rbtreehash-list (Depends-on): Likewise.
10861
10862 2006-09-28  Bruno Haible  <bruno@clisp.org>
10863
10864         * lib/strndup.h: Simplify the redefinition of strndup.
10865         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
10866         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
10867
10868 2006-09-28  Bruno Haible  <bruno@clisp.org>
10869
10870         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
10871         * lib/gl_linkedhash_list.c: Likewise.
10872         * lib/gl_rbtreehash_list.c: Likewise.
10873
10874 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
10875
10876         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
10877         getaddrinfo.
10878
10879         * lib/__fpending.h: Don't include <stdio_ext.h> unless
10880         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
10881         it causes <stdio_ext.h> to cause a compile-time error.
10882         Problem reported by Nelson H. F. Beebe.
10883         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
10884         of HAVE_DECL___PENDING.
10885
10886         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
10887         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
10888         declaration.
10889
10890 2006-09-27  Jim Meyering  <jim@meyering.net>
10891
10892         This file could end up with a definition for a function
10893         named __strndup, rather than rpl_strndup on a system with
10894         incomplete weak_alias support.
10895         * lib/strndup.c (strndup): Rename from __strndup.
10896         Remove #defines that used to map __strndup to strndup.
10897         Don't use K&R prototypes.
10898         Remove LIBC-related code, since this file is not sync'd with glibc.
10899         * lib/strndup.h: Revamp, accordingly.
10900         * m4/strndup.m4: Modernize.
10901
10902 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
10903
10904         * modules/savewd (Depends-on): Add 'raise'.
10905         * lib/savewd.c: Include <signal.h>, for 'raise'.
10906
10907 2006-09-26  Jim Meyering  <jim@meyering.net>
10908
10909         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
10910         when we detect Darwin 8.7.0's acl_get_file bug.
10911         Rearrange to perform the new (below) run-test while $LIBS
10912         contains any acl-related library.  Set USE_ACL at the end.
10913         (gl_ACL_GET_FILE): New function.
10914
10915 2006-09-26  Eric Blake  <ebb9@byu.net>
10916
10917         * lib/verror.c: Include <config.h> unconditionally.
10918
10919 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
10920
10921         * modules/clock-time (Maintainer): Add self.
10922         * modules/getlogin_r (Depends-on): Add extensions.
10923
10924 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10925
10926         * modules/clock-time: New module.
10927         * modules/nanosleep (Depends-on): Add clock-time.
10928         * modules/gethrxtime (Depends-on): Likewise.
10929         * modules/gettime (Depends-on): Likewise.
10930         * modules/settime (Depends-on): Likewise.
10931
10932         * modules/fts-lgpl: Depend on openat.
10933         * modules/mkancesdirs: Depend on savewd.
10934         * modules/mkdir-p: Likewise.
10935
10936 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10937
10938         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
10939
10940         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
10941         `gl_have_arbitrary_file_name_length_limit' to
10942         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
10943         actually works between configure runs.
10944
10945 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10946             Bruno Haible  <bruno@clisp.org>
10947
10948         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
10949
10950 2006-09-25  Jim Meyering  <jim@meyering.net>
10951
10952         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
10953         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
10954
10955 2006-09-25  Eric Blake  <ebb9@byu.net>
10956
10957         * gnulib-tool (func_import, func_create_testdir): Fix typos in
10958         exec's in 2006-09-18 patch when shuffling fds.
10959
10960 2006-09-25  Bruno Haible  <bruno@clisp.org>
10961
10962         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
10963         Reported by Jim Meyering.
10964
10965 2006-09-24  Jim Meyering  <jim@meyering.net>
10966
10967         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
10968         compare a pointer against a literal "0".  That caused failures with
10969         at least HP-UX's hpcc.
10970
10971 2006-09-22  Simon Josefsson  <jas@extundo.com>
10972
10973         * modules/gc-sha1:
10974         * modules/gc-md4:
10975         * modules/gc-hmac-sha1:
10976         * modules/gc-hmac-md5:
10977         * modules/gc-des:
10978         * modules/gc-arcfour: Distribute more files.
10979
10980 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10981
10982         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
10983         (gl_linked_iterator_from_to): Initialize struct completely.
10984         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
10985         (gl_tree_iterator_from_to): Likewise
10986         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
10987         * lib/gl_array_list.c [lint] (gl_array_iterator)
10988         (gl_array_iterator_from_to): Likewise.
10989         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
10990         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
10991         (gl_carray_iterator_from_to): Likewise.
10992
10993         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
10994         * lib/md4.c (md4_process_block): Remove unused variable.
10995         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
10996         parentheses for clarity.
10997
10998 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10999
11000         * modules/bison-i18n (Depends-on): Add gettext.
11001
11002 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11003
11004         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
11005         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
11006         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
11007         also add missing comma that caused broken test.
11008         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
11009         stdlib.h, for `abort'.
11010         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
11011         variables.
11012         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
11013         include unistd.h if present, for `rmdir'.
11014         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
11015         variables.
11016         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
11017         in the process include standard headers for prototypes.
11018         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
11019         gets declared on GNU/Linux.
11020         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
11021         unistd.h, for `rmdir'.
11022         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
11023
11024         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
11025         always true.
11026         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
11027
11028         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
11029
11030 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11031
11032         * gnulib-tool (func_version): Create output all at once.  This
11033         may help avoid triggering unnecessary SIGPIPEs, and at any
11034         rate it doesn't hurt.
11035
11036 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11037             Bruno Haible  <bruno@clisp.org>
11038
11039         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
11040         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
11041         * m4/signed.m4 (bh_C_SIGNED): Likewise.
11042
11043         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
11044         (gl_FUNC_VASPRINTF): Invoke it.
11045
11046 2006-09-22  Bruno Haible  <bruno@clisp.org>
11047
11048         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
11049         getloadavg.c as first argument.
11050
11051 2006-09-22  Bruno Haible  <bruno@clisp.org>
11052
11053         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
11054         at the beginning of the gl_INIT macro.
11055         * modules/getloadavg (configure.ac): Pass $gl_source_base to
11056         gl_GETLOADAVG.
11057
11058 2006-09-22  Bruno Haible  <bruno@clisp.org>
11059
11060         * gnulib-tool (func_create_megatestdir): Don't include the config-h
11061         module.
11062         Suggested by Ralf Wildenhues.
11063
11064 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
11065
11066         Import this patch from libc:
11067
11068         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
11069
11070         * lib/regex_internal.c (re_string_reconstruct): Handle
11071         offset < pstr->valid_raw_len && pstr->offsets_needed case.
11072         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
11073         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
11074         re_string_context_at.
11075
11076         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
11077         now requires it.
11078         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
11079         gl_REGEX now does it for us.
11080         (gl_REGEX): Add test taken from
11081         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
11082
11083         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
11084         Check that large offsets work.  Modernize Autoconf usages.
11085         Prefer "yes" to mean a good thing rather than a bad.
11086         Don't put "#define mkstemp" in config.h, as this might interfere
11087         with standard system headers that "#define mkstemp mkstemp64".
11088
11089         * modules/mkstemp (Depends-on): Add extensions, so that
11090         mkstemp is visible on some platforms.
11091         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
11092         (Include): Change to "mkstemp.h" from <stdlib.h>.
11093         (Files): Add mkstemp.h.
11094
11095         * lib/mkstemp.h: New file, since some standard headers
11096         #define mkstemp.
11097         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
11098         Include "mkstemp.h".
11099         Make the _LIBC code resemble glibc original more,
11100         e.g., use K&R style.
11101         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
11102         (mkstemp): Remove, since mkstemp.h does this for us.
11103         * lib/stdlib--.h: Include mkstemp.h.
11104
11105         Import this patch from libc:
11106
11107         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
11108
11109         * lib/tempname.c (__gen_tempname): Change attempts_min
11110         into a macro.  Use preprocessor to decide how to initialize
11111         attempts [Coverity CID 67].
11112
11113 2006-09-20  Bruno Haible  <bruno@clisp.org>
11114
11115         * lib/mkdtemp.c: Import from libc.
11116         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
11117                 * sysdeps/posix/tempname.c (__gen_tempname): Change
11118                 attempts_min into a macro.  Use preprocessor to decide how to
11119                 initialize attempts [Coverity CID 67].
11120         2001-11-27  Paul Eggert  <eggert@twinsun.com>
11121                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
11122                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
11123
11124 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11125
11126         * gnulib-tool (func_exit): New function, to allow to pass the
11127         exit status portably through the trap.  Use everywhere.
11128         (--help, --version): Signal a write error.
11129         (trap): catch SIGPIPE, for write errors.
11130         Exit at the end of the trap, with the correct exit status.
11131
11132 2006-09-19  Karl Berry  <karl@gnu.org>
11133
11134         * doc/gnulib.texi: note about the license texinfo files.
11135
11136 2006-09-19  Eric Blake  <ebb9@byu.net>
11137
11138         * gnulib-tool: Avoid space-tab.
11139
11140 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
11141
11142         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
11143         that prevented coreutils 6.1 from building.  Problem reported
11144         by Petter Reinholdtsen.
11145
11146 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
11147
11148         * gnulib-tool (avoidlist): Fix typo that broke options like
11149         --avoid=lock that are used by coreutils bootstrap.
11150
11151 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
11152
11153         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
11154         more systematically.
11155
11156 2006-09-18  Jim Meyering  <jim@meyering.net>
11157
11158         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
11159
11160 2006-09-18  Bruno Haible  <bruno@clisp.org>
11161
11162         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
11163
11164 2006-09-18  Bruno Haible  <bruno@clisp.org>
11165
11166         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
11167         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
11168         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
11169         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
11170         * m4/gettext.m4: Require autoconf >= 2.52.
11171         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
11172         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
11173         of gl_cv_header_inttypes_h.
11174
11175 2006-09-18  Bruno Haible  <bruno@clisp.org>
11176
11177         * lib/javaversion.c: Include configmake.h.
11178
11179 2006-09-18  Bruno Haible  <bruno@clisp.org>
11180
11181         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
11182         avoid that the while loops be executed in a subshell.
11183
11184 2006-09-18  Bruno Haible  <bruno@clisp.org>
11185
11186         * MODULES.html.sh (func_module): Break long lines.
11187         Suggested by Bruce Korb <bkorb@gnu.org>.
11188
11189 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11190
11191         Speed up by a factor of 1.12.
11192         * gnulib-tool (nl): New variable.
11193         (func_import): Rewrite include directive extraction to only read each
11194         directive once.
11195
11196 2006-09-17  Bruno Haible  <bruno@clisp.org>
11197
11198         * modules/javaversion (Makefile.am): Remove DEFS setting.
11199         (Depends-on): Add configmake, for PKGDATADIR definition.
11200
11201 2006-09-17  Bruno Haible  <bruno@clisp.org>
11202
11203         * gnulib-tool (func_create_testdir): Rewrite all files at once.
11204
11205 2006-09-17  Bruno Haible  <bruno@clisp.org>
11206
11207         * gnulib-tool (func_append): New function, stolen from libtool.m4.
11208         (func_modules_transitive_closure, func_modules_add_dummy,
11209         func_modules_to_filelist, func_import, func_create_testdir,
11210         func_create_megatestdir, ...): Use it wherever possible.
11211         Suggested by Ralf Wildenhues.
11212
11213 2006-09-16  Karl Berry  <karl@gnu.org>
11214
11215         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
11216         to avoid sectioning errors.
11217         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
11218         [ifinfo]: blank line after @center-ed titles.
11219         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
11220         Spell FSF address consistently with others.
11221         (These changes approved by rms.)
11222
11223 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11224
11225         Speed up by a factor of 1.61.
11226         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
11227         already checked module names again.
11228
11229 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11230
11231         Speed up by a factor of 1.13.
11232         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
11233         for new_files, and the input to func_add_or_update.
11234
11235 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11236
11237         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
11238         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
11239
11240 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
11241
11242         * modules/mkancesdirs (Depends-on): Add fcntl.
11243         * modules/savewd: New file.
11244         * MODULES.html.sh (File system functions): Add savewd.
11245
11246         * modules/configmake (Makefile.am): Add support for the
11247         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
11248
11249 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
11250
11251         * m4/savewd.m4: New file.
11252
11253 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
11254
11255         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
11256         (dirchownmod): New arg FD.  All callers changed.
11257         Use FD rather than opening the directory ourself, as opening is
11258         now the caller's responsibility.
11259         * lib/dirchownmod.h: Likewise.
11260         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
11261         hosts that require <sys/types.h> before <sys/stat.h>.  Include
11262         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
11263         (test_dir): Remove.
11264         (mkancesdirs): Return length of prefix of FILE that has already
11265         been made, or -2 if there is a child doing the work.  Redo
11266         algorithm so that it is O(N) rather than O(N**2).  Optimize away
11267         ".", and treat ".." specially since it might stray back into
11268         already-created areas.  Use a subprocess if necessary.  New arg
11269         WD; all users changed.  MAKE_DIR function should now return 1
11270         if it creates a directory that is not readable.  Return -2 if
11271         a child process is spun off.
11272         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
11273         Adjust signature to match code.
11274         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
11275         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
11276         all users changed.
11277         * lib/savewd.c, lib/savewd.h: New files.
11278
11279 2006-09-15  Jim Meyering  <jim@meyering.net>
11280
11281         * modules/rename-dest-slash: New module.
11282         * MODULES.html.sh (posix_compat): Add it here.
11283
11284         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
11285
11286 2006-09-15  Jim Meyering  <jim@meyering.net>
11287
11288         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
11289         file.
11290
11291         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
11292
11293 2006-09-15  Jim Meyering  <jim@meyering.net>
11294
11295         * lib/rename-dest-slash.c (has_trailing_slash): Use
11296         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
11297         (rpl_rename_dest_slash): Perform the cheaper trailing slash
11298         test before testing whether SRC is a directory.
11299         Suggestions from Bruno Haible.
11300
11301         Avoid a warning about an unused variable.
11302         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
11303         into the #ifdef block where it's used.
11304
11305         * lib/rename-dest-slash.c: New file.
11306
11307 2006-09-14  Bruno Haible  <bruno@clisp.org>
11308
11309         * lib/allocsa.c: Include <config.h> unconditionally.
11310         * lib/asnprintf.c: Likewise.
11311         * lib/asprintf.c: Likewise.
11312         * lib/c-strcasecmp.c: Likewise.
11313         * lib/c-strcasestr.c: Likewise.
11314         * lib/c-strncasecmp.c: Likewise.
11315         * lib/c-strstr.c: Likewise.
11316         * lib/classpath.c: Likewise.
11317         * lib/clean-temp.c: Likewise.
11318         * lib/concatpath.c: Likewise.
11319         * lib/copy-file.c: Likewise.
11320         * lib/csharpcomp.c: Likewise.
11321         * lib/csharpexec.c: Likewise.
11322         * lib/execute.c: Likewise.
11323         * lib/fatal-signal.c: Likewise.
11324         * lib/findprog.c: Likewise.
11325         * lib/fwriteerror.c: Likewise.
11326         * lib/gl_array_list.c: Likewise.
11327         * lib/gl_array_oset.c: Likewise.
11328         * lib/gl_avltree_list.c: Likewise.
11329         * lib/gl_avltree_oset.c: Likewise.
11330         * lib/gl_avltreehash_list.c: Likewise.
11331         * lib/gl_carray_list.c: Likewise.
11332         * lib/gl_linked_list.c: Likewise.
11333         * lib/gl_linkedhash_list.c: Likewise.
11334         * lib/gl_list.c: Likewise.
11335         * lib/gl_oset.c: Likewise.
11336         * lib/gl_rbtree_list.c: Likewise.
11337         * lib/gl_rbtree_oset.c: Likewise.
11338         * lib/gl_rbtreehash_list.c: Likewise.
11339         * lib/imaxabs.c: Likewise.
11340         * lib/imaxdiv.c: Likewise.
11341         * lib/javacomp.c: Likewise.
11342         * lib/javaexec.c: Likewise.
11343         * lib/javaversion.c: Likewise.
11344         * lib/linebreak.c: Likewise.
11345         * lib/localcharset.c: Likewise.
11346         * lib/lock.c: Likewise.
11347         * lib/mbchar.c: Likewise.
11348         * lib/mbswidth.c: Likewise.
11349         * lib/mkdtemp.c: Likewise.
11350         * lib/pipe.c: Likewise.
11351         * lib/printf-args.c: Likewise.
11352         * lib/printf-parse.c: Likewise.
11353         * lib/progname.c: Likewise.
11354         * lib/progreloc.c: Likewise.
11355         * lib/readlink.c: Likewise.
11356         * lib/sh-quote.c: Likewise.
11357         * lib/stpcpy.c: Likewise.
11358         * lib/stpncpy.c: Likewise.
11359         * lib/strcasecmp.c: Likewise.
11360         * lib/strcasestr.c: Likewise.
11361         * lib/strcspn.c: Likewise.
11362         * lib/striconv.c: Likewise.
11363         * lib/strncasecmp.c: Likewise.
11364         * lib/strnlen1.c: Likewise.
11365         * lib/strstr.c: Likewise.
11366         * lib/strtok_r.c: Likewise.
11367         * lib/tls.c: Likewise.
11368         * lib/tmpdir.c: Likewise.
11369         * lib/unicodeio.c: Likewise.
11370         * lib/unsetenv.c: Likewise.
11371         * lib/vasnprintf.c: Likewise.
11372         * lib/vasprintf.c: Likewise.
11373         * lib/wait-process.c: Likewise.
11374         * lib/xallocsa.c: Likewise.
11375         * lib/xsetenv.c: Likewise.
11376         * lib/xstriconv.c: Likewise.
11377
11378 2006-09-13  Simon Josefsson  <jas@extundo.com>
11379
11380         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
11381         that internally, suggested by Ralf Wildenhues
11382         <Ralf.Wildenhues@gmx.de>.
11383
11384 2006-09-13  Simon Josefsson  <jas@extundo.com>
11385
11386         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
11387         @LIBOBJS@.
11388         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11389
11390 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
11391
11392         * lib/_fpending.c: Include <config.h> unconditionally, since we no
11393         longer worry about uses that don't define HAVE_CONFIG_H.
11394         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
11395         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
11396         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
11397         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
11398         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
11399         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
11400         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
11401         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
11402         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
11403         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
11404         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
11405         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
11406         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
11407         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
11408         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
11409         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
11410         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
11411         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
11412         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
11413         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
11414         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
11415         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
11416         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
11417         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
11418         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
11419         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
11420         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
11421         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
11422         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
11423         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
11424         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
11425         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
11426         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
11427         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
11428         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
11429         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
11430         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
11431         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
11432         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
11433         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
11434         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
11435         Likewise.
11436
11437 2006-09-13  Eric Blake  <ebb9@byu.net>
11438
11439         * lib/getopt.c: Fix typo in last commit.
11440
11441 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
11442
11443         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
11444         dgettext.
11445
11446 2006-09-12  Jim Meyering  <jim@meyering.net>
11447
11448         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
11449         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
11450         Reported by Nelson H. F. Beebe.
11451
11452 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
11453
11454         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
11455         program_invocation_name and program_invocation_short_name are
11456         initialized.
11457         * lib/argp-namefrob.h: Move declarations of program_invocation_name
11458         and program_invocation_short_name to argp.h, so they are visible
11459         to user programs.
11460         * lib/argp.h: Likewise
11461
11462 2006-09-10  Bruno Haible  <bruno@clisp.org>
11463
11464         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
11465         m4/inttypes_h.m4, m4/uintmax_t.m4.
11466
11467 2006-09-10  Bruno Haible  <bruno@clisp.org>
11468
11469         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
11470         gl_AC_TYPE_UINTMAX_T.
11471
11472 2006-09-10  Bruno Haible  <bruno@clisp.org>
11473
11474         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
11475
11476 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
11477
11478         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
11479         convention.  Text proposed by Bruno Haible.
11480         (struct argp_option): Document the use of N_() wrappers.
11481
11482         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
11483         '\v', and translate the two parts separately, instead of feeding
11484         the whole string to gettext.  This allows to exclude
11485         '\v' from the strings visible to the translator by writing doc
11486         strings as N_("..") "\v" N_("..").
11487
11488 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
11489
11490         * config/srclist.txt: Undo latest change; the bug was fixed.
11491
11492 2006-09-09  Bruno Haible  <bruno@clisp.org>
11493
11494         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
11495         assignments if building a library without libtool.
11496         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
11497         in func_emit_lib_Makefile_am.
11498         (func_import): When building a static library libfoo.a, arrange to
11499         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
11500         (func_create_testdir): Likewise.
11501         * modules/gc (configure.ac, Makefile.am): If building statically,
11502         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
11503         * modules/iconvme (configure.ac, Makefile.am): Likewise.
11504         * modules/striconv (configure.ac, Makefile.am): Likewise.
11505         Based on a suggestion by Ralf Wildenhues.
11506
11507 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
11508
11509         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
11510         Check for unistd.h too, since Autoconf doesn't assume POSIX.
11511         Also:
11512
11513         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
11514         Add year_2050_test to catch glibc bug 2821
11515         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
11516
11517         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
11518         Prefer #ifdef to #if.
11519
11520         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
11521         Return from 'main' instead of calling 'exit'.
11522
11523 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
11524
11525         * lib/mktime.c (guess_time_tm): Fix bug where mktime
11526         returned the maximum time_t value rather than (time_t) -1.
11527         Problem originally reported by William Bardwell
11528         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
11529
11530         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
11531         Moved to here ...
11532         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
11533         ... from here.
11534
11535 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
11536
11537         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
11538         2821 is fixed.
11539
11540 2006-09-08  Jim Meyering  <jim@meyering.net>
11541
11542         Don't make generated files read-only.  That would bother too many
11543         people.  However, do retain the ability to work when targets are
11544         read-only: remove the destination and temporary files before writing
11545         them (when generated via sed or echo), or by using the -f option for
11546         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
11547         * modules/alloca-opt, modules/argz, modules/arpa_inet:
11548         * modules/byteswap, modules/configmake, modules/fcntl:
11549         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
11550         * modules/localcharset, modules/netinet_in, modules/poll:
11551         * modules/stdbool, modules/stdint, modules/sys_select:
11552         * modules/sys_socket, modules/sys_stat, modules/sysexits:
11553
11554 2006-09-08  Jim Meyering  <jim@meyering.net>
11555
11556         Avoid new build failure on FreeBSD 6.0.
11557         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
11558         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
11559         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
11560
11561 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11562
11563         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
11564
11565 2006-09-07  Jim Meyering  <jim@meyering.net>
11566
11567         Fix global typo in last change: use chmod u-w, not chmod u-x.
11568         Spotted by Paul Eggert and Bruce Korb.
11569         * modules/alloca-opt, modules/argz, modules/arpa_inet:
11570         * modules/byteswap, modules/configmake, modules/fcntl:
11571         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
11572         * modules/localcharset, modules/netinet_in, modules/poll:
11573         * modules/stdbool, modules/stdint, modules/sys_select:
11574         * modules/sys_socket, modules/sys_stat, modules/sysexits:
11575
11576 2006-09-06  Jim Meyering  <jim@meyering.net>
11577
11578         Make generated files be read-only.
11579         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
11580         Ensure that each generated file is now read-only.
11581         * modules/argz: Likewise.
11582         * modules/arpa_inet: Likewise.
11583         * modules/byteswap: Likewise.
11584         * modules/configmake: Likewise.
11585         * modules/fcntl: Likewise.
11586         * modules/fnmatch: Likewise.
11587         * modules/getopt: Likewise.
11588         * modules/glob: Likewise.
11589         * modules/inttypes: Likewise.
11590         * modules/netinet_in: Likewise.
11591         * modules/poll: Likewise.
11592         * modules/stdbool: Likewise.
11593         * modules/stdint: Likewise.
11594         * modules/sys_select: Likewise.
11595         * modules/sys_socket: Likewise.
11596         * modules/sys_stat: Likewise.
11597         * modules/sysexits: Likewise.
11598         * modules/localcharset: Same as above, but continue using temporary
11599         file named "t-$@" (why different?) rather than the "$@-t" used
11600         everywhere else.
11601
11602         * modules/sysexits (Makefile.am): Replace literal occurrences
11603         of "sysexit.h" more readable, and more consistent, "$@".
11604
11605 2006-09-06  Bruno Haible  <bruno@clisp.org>
11606
11607         * modules/striconv: New file.
11608         * modules/xstriconv: New file.
11609         * MODULES.html.sh (Internationalization functions): Add striconv,
11610         xstriconv.
11611
11612 2006-09-06  Bruno Haible  <bruno@clisp.org>
11613
11614         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
11615         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
11616         not using libtool correctly.
11617
11618 2006-09-06  Bruno Haible  <bruno@clisp.org>
11619
11620         * lib/striconv.h: New file.
11621         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
11622         iconvstring.c.
11623         * lib/xstriconv.h: New file.
11624         * lib/xstriconv.c: New file.
11625
11626 2006-09-06  Bruno Haible  <bruno@clisp.org>
11627
11628         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
11629         lib_..._LDFLAGS.
11630
11631 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11632
11633         * lib/argz_.h: Sync from Libtool.
11634
11635         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
11636                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
11637
11638         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
11639
11640 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
11641
11642         * modules/trim: New file.
11643
11644 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
11645
11646         * lib/trim.h: New file.
11647         * lib/trim.c: New file.
11648
11649 2006-09-05  Bruno Haible  <bruno@clisp.org>
11650
11651         * MODULES.html.sh (String handling): Add trim.
11652
11653 2006-09-04  Karl Berry  <karl@gnu.org>
11654
11655         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
11656         until next release.
11657
11658 2006-09-03  Bruno Haible  <bruno@clisp.org>
11659
11660         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
11661         correctly.
11662
11663 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
11664
11665         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
11666         not gl_GETLOADAVG.  Omit unneeded semicolons.
11667         Problems reported by Ralf Wildenhues in
11668         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
11669         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
11670         at the end, which is the usual gnulib style.
11671
11672         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
11673         of doing all the work ourselves.
11674         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
11675         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
11676
11677 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
11678
11679         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
11680         Problem reported by Ralf Wildenhues in
11681         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
11682
11683         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
11684         HAVE_STRUCT_STATFS_F_FSTYPENAME.
11685
11686 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
11687
11688         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
11689         yesterday's patch by changing test -n to test -z.
11690
11691 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
11692
11693         * modules/getloadavg (Files): Add m4/getloadavg.m4.
11694         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
11695         the former is now obsolescent.
11696
11697         * modules/chdir-long (Depends-on): Add fcntl.
11698
11699 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
11700
11701         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
11702         obsolescent, and programs should use gnulib instead.
11703         * m4/getloadavg.m4: New file, with contents taken from Autoconf
11704         but with prefixes changed.
11705
11706 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
11707
11708         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
11709         or stdbool.h, because they might not exist while configuring.
11710
11711         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
11712         Don't include unistd.h or limits.h; not needed, since chdir-long.h
11713         does that for us.
11714         (O_DIRECTORY): Remove.
11715
11716 2006-08-31  Eric Blake  <ebb9@byu.net>
11717
11718         * gnulib-tool: Don't let emacs change spaces to TAB.
11719
11720 2006-08-31  Bruno Haible  <bruno@clisp.org>
11721
11722         * gnulib-tool: When calling func_import more than once, do it in a
11723         subshell.
11724         Reported by Eric Blake <ebb9@byu.net>.
11725
11726 2006-08-31  Bruno Haible  <bruno@clisp.org>
11727
11728         * gnulib-tool (nl): Remove variable.
11729         (sed_transform_lib_file): Use more robust test for config-h module.
11730         (func_import): Fix typo in 2006-08-25 patch.
11731
11732 2006-08-31  Bruno Haible  <bruno@clisp.org>
11733
11734         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
11735         specified, augment Makefile.am variables instead of assigning them.
11736
11737 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
11738
11739         Work around a bug in both the Linux and SunOS 64-bit kernels:
11740         nanosleep mishandles sleeps for longer than 2**31 seconds.
11741         Problem reported by Frank v Waveren in
11742         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
11743         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
11744         Check for nanosleep bug.
11745         (LIB_NANOSLEEP): Append clock_gettime library if needed.
11746
11747 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
11748
11749         Work around a bug in both the Linux and SunOS 64-bit kernels:
11750         nanosleep mishandles sleeps for longer than 2**31 seconds.
11751         Problem reported by Frank v Waveren in
11752         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
11753         * lib/nanosleep.c (BILLION): New constant.
11754         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
11755         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
11756         implementation.
11757
11758 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
11759
11760         * modules/nanosleep (Depends-on): Add gettime.
11761
11762 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
11763         and Simon Josefsson  <jas@extundo.com>
11764         and Oskar Liljeblad  <oskar@osk.mine.nu>
11765
11766         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
11767         * gnulib-tool (func_import): New license type 'unmodifiable license
11768         text'.
11769         * modules/fdl: Use it.  Longer description.
11770         * module/gpl, module/lgpl: New files.
11771
11772 2006-08-30  Jim Meyering  <jim@meyering.net>
11773
11774         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
11775         shadowing the parameter.
11776
11777 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11778
11779         Sync from Libtool:
11780
11781         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11782
11783         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
11784         sharing with gnulib.  Report by Eric Blake.
11785
11786 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
11787
11788         * modules/isapipe: New file.
11789         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
11790
11791 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
11792
11793         * modules/configmake (Makefile.am): Add a comment, and omit
11794         the CONFIGMAKE_ prefix from generated macro names.  Suggested
11795         by Bruno Haible.
11796
11797 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
11798
11799         * m4/isapipe.m4: New file.
11800
11801 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
11802
11803         * lib/isapipe.c, lib/isapipe.h: New files.
11804
11805 2006-08-29  Jim Meyering  <jim@meyering.net>
11806
11807         * modules/configmake (Makefile.am): Make configmake.h depend on
11808         Makefile.  Otherwise, a stale configmake.h could hang around.
11809
11810 2006-08-29  Eric Blake  <ebb9@byu.net>
11811
11812         * lib/error.c (error_at_line, print_errno_message): Match libc, after
11813         resolution of upstream bug 3044.
11814
11815 2006-08-29  Bruno Haible  <bruno@clisp.org>
11816
11817         * modules/localcharset (Depends-on): Add configmake.
11818         (Makefile.am): Remove setting of LIBDIR through DEFS.
11819
11820 2006-08-29  Bruno Haible  <bruno@clisp.org>
11821
11822         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
11823         defined.
11824
11825 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
11826
11827         * modules/fcntl: New file.
11828         * modules/chdir-safer (Depends-on): Add fcntl.
11829         * modules/fts: Likewise.
11830         * modules/mkdir-p: Likewise.
11831
11832         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
11833         This undoes the most recent change, since we're now addressing the
11834         problem in a different way.
11835
11836         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
11837         into output, since the output might be called Makefile.am even
11838         if $makefile_name is something different.
11839         (func_import): Use $makefile_am rather than
11840         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
11841         empty.
11842
11843         * modules/inttypes (Files): Add m4/inttypes-h.m4.
11844
11845 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
11846
11847         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
11848         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
11849         recent change to stdint.m4, since we're now addressing the problem in a
11850         different way.
11851
11852 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
11853
11854         * m4/fcntl_h.m4: New file.
11855
11856 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
11857
11858         * lib/fcntl_.h: New file.
11859         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
11860         the fcntl module.
11861         * lib/dirchownmod.c: Likewise.
11862         * lib/fts.c: Likewise.
11863
11864         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
11865         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
11866         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
11867         just before including <inttypes.h>, to avoid circular inclusion.
11868
11869 2006-08-28  Jim Meyering  <jim@meyering.net>
11870
11871         * doc/visibility.texi: Actually read and correct the grammar of the
11872         sentence affected by yesterday's change.
11873
11874 2006-08-28  Eric Blake  <ebb9@byu.net>
11875
11876         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
11877         needs wrapper.
11878
11879 2006-08-28  Eric Blake  <ebb9@byu.net>
11880
11881         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
11882
11883 2006-08-28  Eric Blake  <ebb9@byu.net>
11884
11885         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
11886
11887 2006-08-28  Bruno Haible  <bruno@clisp.org>
11888
11889         * modules/c-strstr: New file, from GNU gettext.
11890         * MODULES.html.sh (String handling): Add c-strstr.
11891
11892 2006-08-28  Bruno Haible  <bruno@clisp.org>
11893
11894         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
11895         macros.
11896         Reported by Eric Blake.
11897
11898 2006-08-28  Bruno Haible  <bruno@clisp.org>
11899
11900         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
11901         (VASNPRINTF): Return a string of length > INT_MAX without failing.
11902         * lib/vasprintf.c: Include errno.h, limits.h.
11903         (EOVERFLOW): New fallback definition.
11904         (vasprintf): Test here whether the string length is > INT_MAX.
11905         * lib/vsnprintf.c: Include errno.h, limits.h.
11906         (EOVERFLOW): New fallback definition.
11907         (vsnprintf): Fix bug when generated string was too long for the buffer.
11908         Test here whether the string length is > INT_MAX.
11909
11910 2006-08-28  Bruno Haible  <bruno@clisp.org>
11911
11912         * lib/inttypes_.h (SCNX*): Remove definitions.
11913         Reported by Eric Blake.
11914
11915 2006-08-28  Bruno Haible  <bruno@clisp.org>
11916
11917         * lib/c-strstr.h: New file, from GNU gettext.
11918         * lib/c-strstr.c: New file, from GNU gettext.
11919
11920 2006-08-28  Bruno Haible  <bruno@clisp.org>
11921
11922         * gnulib-tool: Reorder some statements.
11923
11924 2006-08-28  Bruno Haible  <bruno@clisp.org>
11925
11926         * gnulib-tool: New option --makefile-name.
11927         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
11928         $makefile_name.
11929         (func_import): Write $makefile_name to the cache file, and read it from
11930         there unless explicitly specified. Use $makefile_name as file name
11931         instead of Makefile.am. Adjust the recommendations accordingly.
11932
11933 2006-08-28  Bruno Haible  <bruno@clisp.org>
11934
11935         * gnulib-tool (func_verify_module): Check against misapplying patch.
11936
11937 2006-08-28  Bruno Haible  <bruno@clisp.org>
11938
11939         * gnulib-tool (func_relativize, func_relconcat): New functions.
11940         Give an error if --local-dir is given with --update.
11941         Remove trailing slashes from $local_gnulib_dir.
11942         (func_import): Store the relativized $local_gnulib_dir in
11943         gnulib-cache.m4, and read it from there if not specified explicitly.
11944
11945 2006-08-28  Bruno Haible  <bruno@clisp.org>
11946
11947         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
11948         is the current directory. Respect also $local_gnulib_dir.
11949
11950 2006-08-28  Bruno Haible  <bruno@clisp.org>
11951             Simon Josefsson  <jas@extundo.com>
11952
11953         BeOS portability.
11954         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
11955
11956 2006-08-27  Jim Meyering  <jim@meyering.net>
11957
11958         * doc/visibility.texi: Remove duplicate word: "pointer".
11959
11960 2006-08-26  Bruno Haible  <bruno@clisp.org>
11961
11962         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
11963         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
11964         (Makefile.am): Create inttypes.h from inttypes_.h.
11965         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
11966
11967         * modules/imaxabs: New file.
11968
11969         * modules/imaxdiv: New file.
11970
11971 2006-08-26  Bruno Haible  <bruno@clisp.org>
11972
11973         * m4/inttypes.m4: New file.
11974         * m4/_inttypes_h.m4: Remove file.
11975         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
11976         PRI_MACROS_BROKEN.
11977         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
11978
11979         * m4/imaxabs.m4: New file.
11980
11981         * m4/imaxdiv.m4: New file.
11982
11983 2006-08-26  Bruno Haible  <bruno@clisp.org>
11984
11985         * lib/inttypes_.h: New file.
11986         * lib/inttypes.h: Remove file.
11987         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
11988
11989         * lib/imaxabs.c: New file.
11990
11991         * lib/imaxdiv.c: New file.
11992
11993 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
11994
11995         New config-h module, so that "make" output needn't be cluttered
11996         by -DHAVE_CONFIG_H.
11997         * MODULES.html.sh (Support for building libraries and executables):
11998         Add config-h.
11999         * modules/config-h: New file.
12000         * gnulib-tool (nl, sed_transform_lib_file): New vars.
12001         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
12002         the config-h module is used.
12003
12004         New configmake module, so that "make" output needn't be cluttered
12005         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
12006         * MODULES.html.sh (Support for building libraries and executables):
12007         Add configmake.
12008         * modules/configmake: New file.
12009
12010 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
12011
12012         * m4/config-h.m4: New file.
12013
12014 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
12015
12016         * config/srclist.txt: Add elisp-comp.
12017
12018 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
12019
12020         * MODULES.html.sh (Support for building libraries and executables):
12021         Add elisp-comp.
12022         * build-aux/elisp-comp: New file.
12023         * modules/elisp-comp: New file.
12024
12025 2006-08-24  Bruno Haible  <bruno@clisp.org>
12026
12027         * gnulib-tool (func_create_testdir): Use non-default values of
12028         sourcebase and m4base.
12029
12030 2006-08-24  Bruno Haible  <bruno@clisp.org>
12031
12032         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
12033         HTML structure.
12034
12035 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
12036
12037         * modules/openat (Depends-on): Add lchown.
12038
12039 2006-08-23  Bruno Haible  <bruno@clisp.org>
12040
12041         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
12042         of gl_LOCK_EARLY instead of gl_LOCK.
12043
12044 2006-08-23  Bruno Haible  <bruno@clisp.org>
12045
12046         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
12047         on OSF/1 to no.
12048         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
12049
12050 2006-08-23  Bruno Haible  <bruno@clisp.org>
12051
12052         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
12053         as unusable.
12054
12055         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
12056         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
12057         (gl_LOCK): New macro.
12058
12059 2006-08-22  Simon Josefsson  <jas@extundo.com>
12060
12061         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
12062         to md5 module.
12063
12064 2006-08-22  Simon Josefsson  <jas@extundo.com>
12065
12066         * MODULES.html.sh: Add "Support for maintaining and release
12067         projects".
12068
12069         * build-aux/gnupload: New file, from coreutils.
12070
12071 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
12072
12073         Avoid the need for AC_LIBSOURCES in m4 macros.
12074         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
12075         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
12076         * modules/check-version (EXTRA_DIST): Add check-version.h.
12077         * modules/crc (EXTRA_DIST): Add crc.h.
12078         * modules/des (EXTRA_DIST): Add des.h.
12079         * modules/gc (EXTRA_DIST): Add gc.h.
12080         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
12081         * modules/getline (EXTRA_DIST): Add getline.h.
12082         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
12083         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
12084         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
12085         * modules/md2 (EXTRA_DIST): Add md2.h.
12086         * modules/md4 (EXTRA_DIST): Add md4.h.
12087         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
12088         * modules/read-file (EXTRA_DIST): Add read-file.h.
12089         * modules/readline (EXTRA_DIST): Add readline.h.
12090         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
12091         rijndael-api-fst.h.
12092
12093 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
12094
12095         * m4/rijndael.m4 (gl_ARCFOUR):
12096         * m4/arctwo.m4 (gl_ARCTWO):
12097         * m4/check-version.m4 (gl_CHECK_VERSION):
12098         * m4/crc.m4 (gl_CRC):
12099         * m4/des.m4 (gl_DES):
12100         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
12101         * m4/gc.m4 (gl_GC):
12102         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
12103         * m4/getline.m4 (gl_FUNC_GETLINE):
12104         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
12105         * m4/hmac-md5.m4 (gl_HMAC_MD5):
12106         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
12107         * m4/md2.m4 (gl_MD2):
12108         * m4/md4.m4 (gl_MD4):
12109         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
12110         * m4/read-file.m4 (gl_FUNC_READ_FILE):
12111         * m4/readline.m4 (gl_FUNC_READLINE):
12112         * m4/rijndael.m4 (gl_RIJNDAEL):
12113         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
12114         to get the necessary .h files and whatnot.
12115
12116 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
12117
12118         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
12119         gnulib rather than the other way around.
12120         * config/srclistvars.sh (COREUTILS): Remove.
12121
12122 2006-08-22  Jim Meyering  <jim@meyering.net>
12123
12124         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
12125
12126         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
12127
12128 2006-08-22  Eric Blake  <ebb9@byu.net>
12129
12130         * modules/regexprops-generic: New file.
12131         * MODULES.html.sh (Support for building documentation): List it.
12132
12133 2006-08-22  Eric Blake  <ebb9@byu.net>
12134
12135         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
12136         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
12137         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
12138         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
12139
12140 2006-08-22  Bruno Haible  <bruno@clisp.org>
12141
12142         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
12143         and lib_LTLIBRARIES like the other lib_* variables.
12144
12145 2006-08-22  Bruno Haible  <bruno@clisp.org>
12146
12147         * build-aux/x-to-1.in: New file, from GNU gettext.
12148
12149 2006-08-22  Bruno Haible  <bruno@clisp.org>
12150
12151         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
12152         <utmpx.h> exists.
12153
12154 2006-08-22  Bruno Haible  <bruno@clisp.org>
12155
12156         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
12157         <utmpx.h> exists.
12158
12159 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
12160
12161         BeOS portability.
12162         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
12163         exist.
12164         Problem reported by Bruno Haible.
12165
12166 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
12167
12168         Avoid the need for AC_LIBSOURCES in m4 macros.
12169         * modules/acl (EXTRA_DIST): Add acl.h.
12170         * modules/argmatch (Files): Add m4/argmatch.m4.
12171         (configure.ac): Add gl_ARGMATCH.
12172         (EXTRA_DIST): Renamed from lib_SOURCES, for
12173         consistency with the other modules.  Remove argmatch.c.
12174         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
12175         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
12176         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
12177         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
12178         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
12179         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
12180         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
12181         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
12182         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
12183         * modules/closeout (EXTRA_DIST): Add closeout.h.
12184         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
12185         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
12186         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
12187         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
12188         dirname.h; remove basename.c and stripslash.c.
12189         * modules/exclude (EXTRA_DIST): Add exclude.h.
12190         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
12191         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
12192         * modules/file-type (EXTRA_DIST): Add file-type.h.
12193         * modules/filemode (EXTRA_DIST): Add filemode.h.
12194         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
12195         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
12196         * modules/fpending (EXTRA_DIST): Add __fpending.h.
12197         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
12198         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
12199         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
12200         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
12201         * modules/getdate (EXTRA_DIST): Add getdate.c.
12202         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
12203         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
12204         * modules/getpass (EXTRA_DIST): Add getpass.h.
12205         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
12206         * modules/group-member (EXTRA_DIST): Add group-member.h.
12207         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
12208         * modules/hash (EXTRA_DIST): Add hash.h.
12209         * modules/human (EXTRA_DIST): Add human.h.
12210         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
12211         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
12212         * modules/lchown (EXTRA_DIST): Add lchown.h.
12213         * modules/long-options (EXTRA_DIST): Add long-options.h.
12214         * modules/lstat (EXTRA_DIST): Add lstat.h.
12215         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
12216         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
12217         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
12218         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
12219         * modules/memxor (EXTRA_DIST): Add memxor.h.
12220         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
12221         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
12222         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
12223         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
12224         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
12225         * modules/physmem (EXTRA_DIST): Add physmem.h.
12226         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
12227         * modules/posixver (EXTRA_DIST): Add posixver.h.
12228         * modules/quote (EXTRA_DIST): Add quote.h.
12229         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
12230         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
12231         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
12232         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
12233         regex_internal.h regexec.c.
12234         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
12235         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
12236         * modules/same (EXTRA_DIST): Add same.h.
12237         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
12238         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
12239         * modules/savedir (EXTRA_DIST): Add savedir.h.
12240         * modules/sha1 (EXTRA_DIST): Add sha1.h.
12241         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
12242         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
12243         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
12244         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
12245         * modules/strdup (EXTRA_DIST): Add strdup.h.
12246         * modules/strftime (EXTRA_DIST): Add strftime.h.
12247         * modules/strndup (EXTRA_DIST): Add strndup.h.
12248         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
12249         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
12250         * modules/time_r (EXTRA_DIST): Add time_r.h.
12251         * modules/timespec (EXTRA_DIST): Add timespec.h.
12252         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
12253         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
12254         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
12255         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
12256         * modules/userspec (EXTRA_DIST): Add userspec.h.
12257         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
12258         * modules/utimens (EXTRA_DIST): Add utimens.h.
12259         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
12260         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
12261         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
12262         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
12263         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
12264         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
12265         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
12266         * modules/yesno (EXTRA_DIST): Add yesno.h.
12267
12268 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
12269
12270         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
12271
12272         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
12273         * m4/dev-ino.m4, same-inode.m4: Remove.
12274
12275         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
12276         * m4/acl.m4 (AC_FUNC_ACL):
12277         * m4/backupfile.m4 (gl_BACKUPFILE):
12278         * m4/c-strtod.m4 (gl_C99_STRTOLD):
12279         * m4/canon-host.m4 (gl_CANON_HOST):
12280         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
12281         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
12282         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
12283         * m4/cloexec.m4 (gl_CLOEXEC):
12284         * m4/close-stream.m4 (gl_CLOSE_STREAM):
12285         * m4/closeout.m4 (gl_CLOSEOUT):
12286         * m4/dirfd.m4 (gl_FUNC_DIRFD):
12287         * m4/dirname.m4 (gl_DIRNAME):
12288         * m4/exclude.m4 (gl_EXCLUDE):
12289         * m4/exitfail.m4 (gl_EXITFAIL):
12290         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
12291         * m4/file-type.m4 (gl_FILE_TYPE):
12292         * m4/filemode.m4 (gl_FILEMODE):
12293         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
12294         * m4/fpending.m4 (gl_FUNC_FPENDING):
12295         * m4/fprintftime.m4 (gl_FPRINTFTIME):
12296         * m4/fts.m4 (gl_FUNC_FTS):
12297         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
12298         * m4/getdate.m4 (gl_GETDATE):
12299         * m4/gethrxtime.m4 (gl_GETHRXTIME):
12300         * m4/getpagesize.m4 (gl_GETPAGESIZE):
12301         * m4/getpass.m4 (gl_FUNC_GETPASS):
12302         * m4/gettime.m4 (gl_GETTIME):
12303         * m4/getugroups.m4 (gl_GETUGROUPS):
12304         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
12305         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
12306         * m4/hard-locale.m4 (gl_HARD_LOCALE):
12307         * m4/hash.m4 (gl_HASH):
12308         * m4/idcache.m4 (gl_IDCACHE):
12309         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
12310         * m4/lchown.m4 (gl_FUNC_LCHOWN):
12311         * m4/long-options.m4 (gl_LONG_OPTIONS):
12312         * m4/lstat.m4 (gl_FUNC_LSTAT):
12313         * m4/md5.m4 (gl_MD5):
12314         * m4/memcasecmp.m4 (gl_MEMCASECMP):
12315         * m4/memcoll.m4 (gl_MEMCOLL):
12316         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
12317         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
12318         * m4/memxor.m4 (gl_MEMXOR):
12319         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
12320         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
12321         * m4/modechange.m4 (gl_MODECHANGE):
12322         * m4/mountlist.m4 (gl_MOUNTLIST):
12323         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
12324         * m4/openat.m4 (gl_FUNC_OPENAT):
12325         * m4/pathmax.m4 (gl_PATHMAX):
12326         * m4/physmem.m4 (gl_PHYSMEM):
12327         * m4/posixtm.m4 (gl_POSIXTM):
12328         * m4/posixver.m4 (gl_POSIXVER):
12329         * m4/quote.m4 (gl_QUOTE):
12330         * m4/quotearg.m4 (gl_QUOTEARG):
12331         * m4/readtokens.m4 (gl_READTOKENS):
12332         * m4/readutmp.m4 (gl_READUTMP):
12333         * m4/regex.m4 (gl_REGEX):
12334         * m4/safe-read.m4 (gl_SAFE_READ):
12335         * m4/safe-write.m4 (gl_SAFE_WRITE):
12336         * m4/same.m4 (gl_SAME):
12337         * m4/save-cwd.m4 (gl_SAVE_CWD):
12338         * m4/savedir.m4 (gl_SAVEDIR):
12339         * m4/settime.m4 (gl_SETTIME):
12340         * m4/sha1.m4 (gl_SHA1):
12341         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
12342         * m4/stat-macros.m4 (gl_STAT_MACROS):
12343         * m4/stat-time.m4 (gl_STAT_TIME):
12344         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
12345         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
12346         * m4/strdup.m4 (gl_FUNC_STRDUP):
12347         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
12348         * m4/strndup.m4 (gl_FUNC_STRNDUP):
12349         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
12350         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
12351         * m4/time_r.m4 (gl_TIME_R):
12352         * m4/timespec.m4 (gl_TIMESPEC):
12353         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
12354         * m4/unlinkdir.m4 (gl_UNLINKDIR):
12355         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
12356         * m4/userspec.m4 (gl_USERSPEC):
12357         * m4/utimecmp.m4 (gl_UTIMECMP):
12358         * m4/utimens.m4 (gl_UTIMENS):
12359         * m4/xalloc.m4 (gl_XALLOC):
12360         * m4/xgetcwd.m4 (gl_XGETCWD):
12361         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
12362         * m4/xreadlink.m4 (gl_XREADLINK):
12363         * m4/xstrtod.m4 (gl_XSTRTOD):
12364         * m4/yesno.m4 (gl_YESNO):
12365         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
12366         to get the necessary .h files and whatnot.
12367
12368 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
12369             Bruno Haible  <bruno@clisp.org>
12370
12371         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
12372         /bin/sh understanding of '!' conditional negation.
12373
12374 2006-08-21  Jim Meyering  <jim@meyering.net>
12375
12376         * modules/openat (Depends-on): Really alphabetize.
12377
12378         * modules/acl (Depends-on): Add error and quote.
12379
12380         * check-module (find_included_lib_files): Add at-func.c to the
12381         ok-to-include-more-than-once white list.
12382
12383         * modules/openat (Depends-on): Add lstat.  Alphabetize.
12384
12385 2006-08-21  Bruno Haible  <bruno@clisp.org>
12386
12387         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
12388         Emit a pkgdata_DATA variable only if some snippets add contents to it.
12389         Reported by Martin Lambers <marlam@marlam.de>.
12390
12391 2006-08-21  Bruno Haible  <bruno@clisp.org>
12392
12393         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
12394         specify an installation location, don't emit a noinst_LIBRARIES or
12395         noinst_LTLIBRARIES assignment.
12396
12397 2006-08-21  Bruno Haible  <bruno@clisp.org>
12398
12399         BeOS portability.
12400         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
12401         BeOS has mbrtowc() but no <wctype.h>.
12402
12403 2006-08-21  Bruno Haible  <bruno@clisp.org>
12404
12405         BeOS portability.
12406         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
12407         exist.
12408
12409 2006-08-21  Bruno Haible  <bruno@clisp.org>
12410
12411         BeOS portability.
12412         * lib/mbchar.h: Include <wctype.h> only if it exists.
12413
12414 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
12415
12416         Remove files that are no longer needed by their respective modules.
12417         * m4/obstack.m4: Remove.
12418         * m4/strerror_r.m4: Remove.
12419         * m4/uint32_t.m4: Remove.
12420         * m4/uintptr_t.m4: Remove.
12421         * m4/ullong_max.m4: Remove.
12422         * m4/xstrtoimax.m4: Remove.
12423         * m4/xstrtoumax.m4: Remove.
12424
12425         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
12426         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
12427         dependencies now capture this.
12428
12429         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
12430         Do not use AC_LIBSOURCES, since gnulib modules now do this.
12431         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
12432         * m4/human.m4 (gl_HUMAN): Likewise.
12433         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
12434         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
12435
12436         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
12437
12438         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
12439         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
12440         stdint.
12441         * m4/human.m4 (gl_HUMAN): Likewise.
12442         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
12443         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
12444         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
12445         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
12446         * m4/xstrtol (gl_XSTRTOL): Likewise.
12447
12448         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
12449         AC_TYPE_LONG_LONG_INT.
12450         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
12451         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
12452         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
12453         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
12454
12455         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
12456         on stdbool.
12457
12458         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
12459         (gl_PREREQ_XSTRTOUL): Remove.
12460
12461         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
12462
12463         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
12464         mode.
12465
12466 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
12467
12468         Add and change modules to make it easier for coreutils to use
12469         gnulib-tool.
12470         * modules/backupfile (Files): Remove m4/d-ino.m4.
12471         (Depends-on): Add d-ino.
12472         * modules/cycle-check (Depends-on): Add stdint.
12473         (lib_SOURCES): Add cycle-check.h.
12474         * modules/d-ino: New module.
12475         * modules/d-type: New module.
12476         * modules/error (Files): Remove m4/strerror_r.m4.
12477         * modules/filemode (Files): Add m4/st_dm_mode.m4.
12478         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
12479         m4/inttypes_h.m4, m4/uintmax_t.m4.
12480         (Depends-on): Add stdint.
12481         (lib_SOURCES): Add fsusage.h.
12482         * modules/getcwd (Files): Remove d-ino.m4.
12483         (Depends-on): Add d-ino.
12484         * modules/getndelim2 (Depends-on): Add stdint.
12485         * modules/glob (Files): Remove m4/d-type.m4.
12486         (Depends-on): Add d-type.
12487         * modules/host-os: New module.
12488         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
12489         m4/inttypes_h.m4, m4/uintmax_t.m4.
12490         * Depends-on: Add stdint.
12491         (lib_SOURCES): Add human.h.
12492         * modules/inttostr (Files): Remove m4/intmax_t.m4,
12493         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
12494         m4/uintmax_t.m4, m4/ulonglong.m4.
12495         (Depends-on): Add stdint.
12496         (EXTRA_DIST): Add inttostr.h.
12497         * modules/lchmod: New module.
12498         * modules/link-follow: New module.
12499         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
12500         (Depends-on): Add lchmod.
12501         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
12502         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
12503         (Depends-on): Add stdint.
12504         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
12505         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
12506         (Depends-on): Add stdint.
12507         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
12508         * modules/perl: New module.
12509         * modules/regex (Depends-on): Add stdint.
12510         * modules/rmdir-errno: New module.
12511         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
12512         m4/intmax_t.m4.
12513         (Depends-on): Add stdint.
12514         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
12515         m4/uintmax_t.m4.
12516         (Depends-on): Add stdint.
12517         * modules/unlink-busy: New module.
12518         * modules/utimecmp (Depends-on): Add stdint.
12519         * modules/uptime: New module.
12520         * modules/winsz-ioctl: New module.
12521         * modules/winsz-termios: New module.
12522         * modules/xnanosleep (Depends-on): Add nanosleep.
12523         * modules/ullong_max: Remove.
12524         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
12525         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
12526         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
12527         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
12528         (Depends-on): Add inttypes.
12529         (lib_SOURCES): Add xstrtol.h.
12530         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
12531         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
12532         * MODULES.html.sh: Move 'assert' into the assert section.
12533         Move 'dummy' into the linking section.
12534         Remove ullong_max.
12535         Add section for compatibility checks for POSIX:2001 functions,
12536         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
12537         winsz-ioctl, and winsz-termios into it.
12538         Add lchmod.
12539         Add top-level Misc section and put host-os, perl, and uptime
12540         into it.
12541
12542 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
12543
12544         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
12545         now assume the stdint module.  Do not include inttypes.h.
12546         * lib/fsusage.h: Likewise.
12547         * lib/getndelim2.c: Likewise.
12548         * lib/human.h: Likewise.
12549         * lib/inttostr.h: Likewise.
12550         * lib/obstack.c: Likewise.
12551         * lib/regex_internal.h: Likewise.
12552         * lib/tempname.c: Likewise.
12553         * lib/utimecmp.c: Likewise.
12554         * lib/xstrtol.h: Likewise.
12555
12556         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
12557
12558         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
12559         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
12560         * lib/xtime.h: Likewise.
12561
12562 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
12563
12564         * modules/openat (Files): Add lib/fchmodat.c.
12565         Fixes problem reported by Jay Youngman.
12566
12567 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
12568
12569         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
12570         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
12571
12572 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
12573             Bruno Haible  <bruno@clisp.org>
12574
12575         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
12576         and is a script that invokes bison. Tighten the code. Add comments.
12577
12578 2006-08-18  Jim Meyering  <jim@meyering.net>
12579
12580         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
12581         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
12582         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
12583         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
12584
12585 2006-08-18  Bruno Haible  <bruno@clisp.org>
12586
12587         * modules/bison-i18n: New file.
12588         * MODULES.html.sh (Internationalization functions): Add it.
12589
12590 2006-08-18  Bruno Haible  <bruno@clisp.org>
12591
12592         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
12593         sys/statvfs.h. When getmntinfo was found, check its declaration and
12594         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
12595
12596 2006-08-18  Bruno Haible  <bruno@clisp.org>
12597
12598         * m4/bison-i18n.m4: New file, from bison.
12599
12600 2006-08-18  Bruno Haible  <bruno@clisp.org>
12601
12602         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
12603         (ME_DUMMY): Treat "kernfs" as a dummy.
12604         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
12605
12606 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
12607
12608         Update from coreutils.
12609
12610         2006-08-15  Jim Meyering  <jim@meyering.net>
12611
12612         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
12613
12614         2006-01-17  Jim Meyering  <jim@meyering.net>
12615
12616         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
12617
12618         2006-01-11  Jim Meyering  <jim@meyering.net>
12619
12620         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
12621         Check for the lchmod function.
12622
12623 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
12624
12625         Update from coreutils.
12626
12627         * lib/__fpending.h: Add copyright notice.
12628         * lib/fprintftime.h: Likewise.
12629         * lib/savedir.c: Use (C) in copyright notice.
12630         * lib/savedir.h: Likewise.
12631
12632         2006-08-15  Jim Meyering  <jim@meyering.net>
12633
12634         * lib/at-func.c: New file, with the logic of all emulated at-functions.
12635         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
12636         in support of the EXPECTED_ERRNO macro.
12637         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
12638         definitions.  Instead, define the appropriate symbols and include
12639         "at-func.c".
12640         * lib/mkdirat.c (mkdirat): Likewise.
12641         * lib/fchmodat.c (fchmodat): Likewise.
12642         (ENOSYS): Remove definition.
12643         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
12644         it.  Don't include "unistd--.h" -- it wasn't ever used.
12645
12646         2006-01-17  Jim Meyering  <jim@meyering.net>
12647
12648         Rewrite fts.c not to change the current working directory,
12649         by using openat, fstatat, fdopendir, etc..
12650
12651         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
12652         (HAVE_OPENAT_SUPPORT): Define.
12653         [_LIBC] (fchdir): Don't undef or define; no longer used.
12654         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
12655         Now, this `function' always succeeds, and consumes its file descriptor
12656         parameter -- so callers must not close such FDs.  Update callers.
12657         (diropen_fd, opendirat, cwd_advance_fd): New functions.
12658         (diropen): Add parameter, SP.  Adjust all callers.
12659         Implement using diropen_fd, rather than open.
12660         (fts_open): Initialize new member, fts_cwd_fd.
12661         Remove fts_rft-setting code.
12662         (fts_close): Close fts_cwd_fd, if necessary.
12663         (__opendir2): Define in terms of opendir or opendirat,
12664         depending on whether the FST_NOCHDIR flag is set.
12665         (fts_build): Since fts_safe_changedir consumes its FD, and since
12666         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
12667         and close the dup'd file descriptor upon failure.
12668         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
12669         (fts_safe_changedir): Tweak semantics to reflect that this function
12670         now calls cwd_advance_fd and hence consumes its FD argument.
12671         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
12672         [struct FTS] (fts_rft): Remove now-unused member.
12673         [struct FTS] (fts_cycle.state): Improve comment.
12674
12675         * lib/openat.c (openat_needs_fchdir): New function.
12676         * lib/openat.h (openat_needs_fchdir): Declare it.
12677
12678 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
12679
12680         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
12681         Problem and fix reported by Pádraig Brady in
12682         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
12683
12684 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
12685
12686         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
12687
12688 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
12689
12690         * lib/memcoll.c (memcoll): Optimize for the common case where the
12691         arguments are bytewise equal.
12692
12693 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
12694
12695         * doc/regexprops-generic.texi: Add a copyright notice.
12696
12697 2006-08-15  Bruno Haible  <bruno@clisp.org>
12698
12699         * modules/tmpdir (License): Change to LGPL.
12700
12701 2006-08-15  Bruno Haible  <bruno@clisp.org>
12702
12703         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
12704         module.
12705
12706 2006-08-14  Simon Josefsson  <jas@extundo.com>
12707
12708         * config/srclist.txt: Add gnupload.
12709
12710 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
12711
12712         Change copyright notice from LGPL 2 to GPL 2, since that's the
12713         standard form used in the gnulib repository.
12714         * tests/test-lock.c: Likewise.
12715         * tests/test-stdint.c: Likewise.
12716         * tests/test-tls.c: Likewise.
12717
12718         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
12719         prelude-manager.  User shorter URLs for GNU projects, without '?'.
12720         Add copyright notice.
12721
12722         * check-module: Add copyright notice.  Output a copyright
12723         notice if "--version" is specified.
12724         * modules/COPYING: New file.
12725         * tests/test-getaddrinfo.c: Add copyright notice.
12726         * tests/test-verify.c: Likewise.
12727
12728 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
12729
12730         Change copyright notice from LGPL 2 to GPL 2, since that's the
12731         standard form used in the gnulib repository.
12732         * lib/lock.c: LGPL -> GPL.
12733         * lib/lock.h: Likewise.
12734         * lib/strnlen1.c: Likewise.
12735         * lib/strnlen1.h: Likewise.
12736         * lib/tls.c: Likewise.
12737         * lib/tls.h: Likewise.
12738         * lib/tmpdir.c: Likewise.
12739
12740         * lib/TODO: Remove; this belongs only in coreutils.
12741
12742 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
12743
12744         Add copyright notices to long-enough files that lack them, since
12745         otherwise the files aren't clearly free.  Use the same notice that
12746         getdate.texi already uses.
12747         * doc/alloca-opt.texi: Add copyright notice.
12748         * doc/alloca.texi: Likewise.
12749         * doc/ctime.texi: Likewise.
12750         * doc/functions.texi: Likewise.
12751         * doc/gcd.texi: Likewise.
12752         * doc/gnulib-tool.texi: Likewise.
12753         * doc/inet_ntoa.texi: Likewise.
12754         * doc/visibility.texi: Likewise.
12755
12756         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
12757         * doc/quote.texi: Add copyright notice.
12758
12759         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
12760         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
12761         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
12762         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
12763         is now obsolete, and give a pointer to the Sun list.
12764         Add copyright notice.
12765
12766 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
12767
12768         * config/srclistvars.sh: Add copyright notice.
12769
12770 2006-08-14  Eric Blake  <ebb9@byu.net>
12771
12772         Import the following change from libc:
12773
12774         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
12775
12776         Upstream bug 2997.
12777         * lib/misc/error.c: Add space between program name and message if file
12778         name is missing.
12779
12780 2006-08-12  Karl Berry  <karl@gnu.org>
12781
12782         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
12783         remove, these originate in gnulib now.
12784
12785 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12786
12787         * doc/Makefile (standards.info standards.html standards.dvi):
12788         Also depend on make-stds.texi.
12789
12790 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
12791
12792         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
12793         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
12794
12795         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
12796         in wchar_t.  Problem reported by Eric Blake.
12797
12798         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
12799         LEN is smaller than SIZE.  Suggested by Bruno Haible.
12800         Also, help the compiler to keep LEN in a register.
12801
12802 2006-08-11  Eric Blake  <ebb9@byu.net>
12803
12804         * users.txt: Sort.  Add tar.
12805
12806 2006-08-11  Bruno Haible  <bruno@clisp.org>
12807
12808         * users.txt: New file.
12809
12810 2006-08-11  Bruno Haible  <bruno@clisp.org>
12811
12812         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
12813         before <wchar.h>. Needed for OSF/1 and BSD/OS.
12814
12815 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
12816
12817         * modules/snprintf (Depends-on): Remove minmax.
12818         (Maintainer): Add self and Bruno.
12819
12820 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
12821
12822         * lib/.cppi-disable: Add snprintf.h, socket_.h.
12823         * lib/snprintf.c: Include <errno.h> and <limits.h>.
12824         (EOVERFLOW): Define if the system does not.
12825         Do not include "minmax.h"; it wasn't used.
12826         (snprintf): Don't assume size_t promotes to an unsigned type.
12827         Fix bug when generated string was too long for the buffer: the
12828         buffer's contents are supposed to be the initial prefix of the
12829         output.  Don't assume vasnprintf returns EOVERFLOW if the size
12830         exceeds INT_MAX; do the check ourselves.
12831
12832         Import the following changes from libc:
12833
12834         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
12835
12836         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
12837         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
12838         set wc to the byte which couldn't be converted.
12839         (re_string_reconstruct): Don't clear valid_raw_len before calling
12840         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
12841         tip_context using re_string_context_at.
12842
12843         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
12844
12845         * lib/posix/regex.h: g++ still cannot handled [restrict].
12846
12847         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
12848
12849         * lib/posix/regex.h: Remove special handling for VMS.
12850
12851 2006-08-10  Jim Meyering  <jim@meyering.net>
12852
12853         * modules/same-inode: New module.
12854         * modules/dev-ino: New module.
12855         * modules/cycle-check: Depend on these modules, rather than simply
12856         including their .h files.
12857         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
12858         required via m4/cycle-check.m4.
12859         * modules/same: Depend on new same-inode module, rather than
12860         including same-inode.h.
12861         * modules/chdir-safer: New file.
12862
12863         * modules/chown (Depends-on): Add stat-macros.
12864
12865 2006-08-10  Jim Meyering  <jim@meyering.net>
12866
12867         * m4/cycle-check.m4: New file.
12868         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
12869         * m4/dev-ino.m4, m4/same-inode.m4: New files.
12870
12871 2006-08-10  Eric Blake  <ebb9@byu.net>
12872
12873         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
12874         in from original proposal.
12875
12876 2006-08-10  Eric Blake  <ebb9@byu.net>
12877         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
12878
12879         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
12880         namespace.
12881
12882 2006-08-10  Bruno Haible  <bruno@clisp.org>
12883
12884         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
12885         as well.
12886
12887 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
12888
12889         Sync from coreutils.
12890
12891         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
12892
12893         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
12894         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
12895
12896 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
12897
12898         * modules/restrict: Remove; no longer needed now that we assume
12899         Autoconf 2.59 or later.
12900         * MODULES.html.sh: Remove 'restrict'.
12901         * modules/argp (Depends-on): Remove 'restrict'.
12902         * modules/base64 (Depends-on): Likewise.
12903         * modules/gc (Depends-on): Likewise.
12904         * modules/getaddrinfo (Depends-on): Likewise.
12905         * modules/glob (Depends-on): Likewise.
12906         * modules/inet_ntop (Depends-on): Likewise.
12907         * modules/inet_pton (Depends-on): Likewise.
12908         * modules/memxor (Depends-on): Likewise.
12909         * modules/regex (Depends-on): Likewise.
12910         * modules/strtok_r (Depends-on): Likewise.
12911         * modules/time_r (Depends-on): Likewise.
12912
12913 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
12914
12915         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
12916         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
12917         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
12918         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
12919         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
12920         * m4/memxor.m4 (gl_MEMXOR): Likewise.
12921         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
12922         gl_C_RESTRICT replaced by AC_C_RESTRICT.
12923
12924         Merge from coreutils.
12925         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
12926         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
12927         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
12928         * m4/time_r.m4 (gl_TIME_R): Likewise.
12929
12930 2006-08-09  Karl Berry  <karl@gnu.org>
12931
12932         * config/srclist.txt: no more gettext-tools, per Bruno.
12933
12934 2006-08-08  Eric Blake  <ebb9@byu.net>
12935
12936         * modules/verror: New module.
12937         * MODULES.html.sh: Document it.
12938
12939 2006-08-08  Eric Blake  <ebb9@byu.net>
12940
12941         * lib/verror.h, lib/verror.c: New files.
12942
12943 2006-08-08  Eric Blake  <ebb9@byu.net>
12944
12945         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
12946         verror_at_line output complies with GNU Coding Standards even when
12947         file is NULL.
12948
12949 2006-08-07  Bruno Haible  <bruno@clisp.org>
12950
12951         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
12952         versions of AIX.
12953         Reported by Ralf Wildenhues.
12954
12955 2006-08-07  Bruno Haible  <bruno@clisp.org>
12956
12957         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
12958         in an AC_DEFUN. Needed so that the autoconf snippets can use
12959         AC_REQUIRE.
12960
12961 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12962
12963         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
12964         Initialize pkgdata_DATA.
12965         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
12966         overriding it.
12967
12968 2006-08-06  Eric Blake  <ebb9@byu.net>
12969
12970         * lib/error.h: Fold in some upstream changes from glibc.
12971         * lib/error.c: Likewise.
12972
12973 2006-08-04  Bruno Haible  <bruno@clisp.org>
12974
12975         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
12976         Make the mostlyclean-local rule depend on mostlyclean-generic.
12977         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
12978
12979 2006-07-31  Bruno Haible  <bruno@clisp.org>
12980
12981         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
12982         <stdlib.h>, <string.h>.
12983
12984 2006-07-30  Bruno Haible  <bruno@clisp.org>
12985
12986         * modules/readlink (License): Change to LGPL.
12987
12988 2006-07-30  Bruno Haible  <bruno@clisp.org>
12989
12990         * modules/javaversion (Makefile.am): Distribute javaversion.java and
12991         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
12992         set PKGDATADIR to point to it.
12993
12994 2006-07-30  Bruno Haible  <bruno@clisp.org>
12995
12996         * modules/csharpexec (configure.ac): Comment out macro invocation.
12997         * modules/javaexec (configure.ac): Likewise.
12998         * modules/javacomp-script (configure.ac): Likewise.
12999
13000         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
13001
13002 2006-07-30  Bruno Haible  <bruno@clisp.org>
13003
13004         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
13005         linked-list.
13006
13007 2006-07-30  Bruno Haible  <bruno@clisp.org>
13008
13009         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
13010
13011 2006-07-30  Bruno Haible  <bruno@clisp.org>
13012
13013         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
13014         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
13015         get removed.
13016
13017 2006-07-29  Bruno Haible  <bruno@clisp.org>
13018
13019         Make it possible for gnulib-tool to work with locally modified or
13020         augmented gnulib repositories.
13021         * gnulib-tool (func_usage): Document --local-dir option.
13022         (local_gnulib_dir): New variable.
13023         Handle --local-dir option.
13024         (func_lookup_file): New function.
13025         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
13026         (func_get_description, func_get_filelist, func_get_description,
13027         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
13028         func_get_automake_snippet, func_get_include_directive,
13029         func_get_license, func_get_maintainer): Use func_lookup_file.
13030         (func_import, func_create_testdir): Use func_lookup_file.
13031
13032 2006-07-29  Bruno Haible  <bruno@clisp.org>
13033
13034         * modules/setenv (Depends-on): Add unistd.
13035
13036 2006-07-29  Bruno Haible  <bruno@clisp.org>
13037
13038         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
13039
13040 2006-07-29  Bruno Haible  <bruno@clisp.org>
13041
13042         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
13043
13044 2006-07-29  Bruno Haible  <bruno@clisp.org>
13045
13046         * gnulib-tool (import, update): If there is no Makefile.am, look at
13047         aclocal.m4, instead of bailing out.
13048
13049 2006-07-29  Bruno Haible  <bruno@clisp.org>
13050
13051         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
13052         Categorize the options by when they are useful.
13053
13054 2006-07-29  Bruno Haible  <bruno@clisp.org>
13055
13056         * gnulib-tool (func_usage): Document option --no-libtool.
13057         Handle option --no-libtool.
13058         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
13059         for changed semantics of $libtool variable.
13060         (func_import): Likewise. If libtool is not used, show this through
13061         an option --no-libtool.
13062         (func_create_testdir): Update.
13063
13064 2006-07-29  Bruno Haible  <bruno@clisp.org>
13065
13066         * gnulib-tool (func_import): Extend error message about missing
13067         --doc-base.
13068
13069 2006-07-29  Bruno Haible  <bruno@clisp.org>
13070
13071         * gnulib-tool (func_import): Don't create the $docbase directory if
13072         there is no file to store there.
13073
13074 2006-07-29  Bruno Haible  <bruno@clisp.org>
13075
13076         * gnulib-tool (autoconf_minversion): If a --dir option is given and
13077         relevant, look for configure.ac there, not in the current directory.
13078         Also use a simple search for AC_PREREQ, not "autoconf --trace".
13079
13080 2006-07-29  Bruno Haible  <bruno@clisp.org>
13081
13082         * gnulib-tool (SORT): New variable.
13083         (func_usage): Undocument --assume-autoconf option.
13084         Remove --assume-autoconf option handling.
13085         (autoconf_minversion): Determine from the contents of configure.ac.
13086         (func_import): Remove autoconf_minversion handling.
13087         Suggested by Eric Blake.
13088
13089 2006-07-29  Bruno Haible  <bruno@clisp.org>
13090
13091         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
13092
13093 2006-07-29  Bruno Haible  <bruno@clisp.org>
13094
13095         * config/srclist.txt (*setenv.[ch]): Remove rules.
13096
13097 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13098
13099         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
13100
13101 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13102
13103         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
13104         arpa/inet.h.
13105
13106 2006-07-28  Simon Josefsson  <jas@extundo.com>
13107
13108         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
13109         * modules/inet_pton (Depends-on): Likewise.
13110
13111 2006-07-28  Simon Josefsson  <jas@extundo.com>
13112
13113         * m4/netinet_in_h.m4: New file.
13114
13115 2006-07-28  Simon Josefsson  <jas@extundo.com>
13116
13117         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
13118         #include's.
13119
13120 2006-07-28  Simon Josefsson  <jas@extundo.com>
13121
13122         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
13123         #include's.
13124
13125 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
13126
13127         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
13128         setgid on directories only if they set these bits.
13129         * lib/modechange.h: Remove obsolete comment about masks.
13130
13131 2006-07-28  Eric Blake  <ebb9@byu.net>
13132
13133         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
13134         macro expansion.
13135
13136 2006-07-28  Bruno Haible  <bruno@clisp.org>
13137
13138         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
13139
13140 2006-07-28  Bruno Haible  <bruno@clisp.org>
13141
13142         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
13143
13144 2006-07-28  Bruno Haible  <bruno@clisp.org>
13145
13146         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
13147         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
13148         Define fallbacks.
13149         Avoids link error on FreeBSD 4.x.
13150         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
13151
13152         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
13153         encoding.
13154         * lib/mbswidth.c (iswcntrl): Likewise.
13155
13156 2006-07-27  Bruno Haible  <bruno@clisp.org>
13157
13158         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
13159         test.
13160
13161 2006-07-27  Bruno Haible  <bruno@clisp.org>
13162
13163         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
13164         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
13165         defined.
13166
13167 2006-07-26  Eric Blake  <ebb9@byu.net>
13168
13169         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
13170
13171 2006-07-26  Eric Blake  <ebb9@byu.net>
13172
13173         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
13174         like mingw that lack mkstemp.
13175         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
13176         avoid compilation warning on mingw.
13177
13178 2006-07-26  Bruno Haible  <bruno@clisp.org>
13179
13180         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
13181         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
13182         INT_FAST*_MIN, INTPTR_MIN.
13183
13184 2006-07-25  Bruno Haible  <bruno@clisp.org>
13185
13186         * modules/version-etc (Depends-on): Add stdarg.
13187
13188 2006-07-25  Bruno Haible  <bruno@clisp.org>
13189
13190         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
13191         complex commands.
13192
13193 2006-07-25  Bruno Haible  <bruno@clisp.org>
13194
13195         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
13196         defined in <stdarg.h> or config.h.
13197
13198 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
13199
13200         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
13201         (gl_STDIO_SAFER): Remove.
13202
13203 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
13204
13205         * MODULES.html.sh (File stream based Input/Output):
13206         Add fopen-safer, tmpfile-safer; remove stdio-safer.
13207         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
13208         * modules/fopen-safer, modules/tmpfile-safer: New files.
13209         * modules/stdio-safer: Remove.
13210
13211 2006-07-24  Bruno Haible  <bruno@clisp.org>
13212
13213         * modules/tmpdir: New file.
13214         * MODULES.html.sh (File system functions): Add it.
13215
13216 2006-07-24  Bruno Haible  <bruno@clisp.org>
13217
13218         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
13219         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
13220
13221 2006-07-24  Bruno Haible  <bruno@clisp.org>
13222
13223         * modules/clean-temp: New file.
13224
13225 2006-07-24  Bruno Haible  <bruno@clisp.org>
13226
13227         * m4/tmpdir.m4: New file, from GNU gettext.
13228
13229 2006-07-24  Bruno Haible  <bruno@clisp.org>
13230
13231         * lib/tmpdir.h: New file, from GNU gettext.
13232         * lib/tmpdir.c: New file, from GNU gettext.
13233
13234 2006-07-24  Bruno Haible  <bruno@clisp.org>
13235
13236         * lib/clean-temp.h: New file, from GNU gettext.
13237         * lib/clean-temp.c: New file, from GNU gettext.
13238
13239 2006-07-23  Eric Blake  <ebb9@byu.net>
13240
13241         * modules/stdio-safer (Files): Add tmpfile-safer.c.
13242         (Depends-on): Add binary-io.
13243
13244 2006-07-23  Eric Blake  <ebb9@byu.net>
13245
13246         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
13247
13248 2006-07-23  Eric Blake  <ebb9@byu.net>
13249
13250         * lib/tmpfile-safer.c: New file.
13251         * lib/stdio-safer.h (fopen_safer): Add prototype.
13252         * lib/stdio--.h (tmpfile): Make safer.
13253
13254 2006-07-23  Bruno Haible  <bruno@clisp.org>
13255
13256         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
13257         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
13258         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
13259         gl_linked_remove_at): Use it.
13260
13261 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13262         and Simon Josefsson <jas@extundo.com>
13263
13264         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
13265
13266         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
13267
13268 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
13269
13270         * modules/close-stream: New file.
13271         * modules/closeout (Description): Make it clear that it exits
13272         with a diagnostic on error.
13273         (Depends-on): Add close-stream.  Remove fpending, stdbool.
13274         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
13275
13276 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
13277
13278         * m4/close-stream.m4: New file.
13279
13280 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
13281
13282         * lib/close-stream.c, lib/close-stream.h: New files.
13283
13284 2006-07-22  Bruno Haible  <bruno@clisp.org>
13285
13286         Merge from GNU gettext 0.15.
13287
13288         2006-05-01  Bruno Haible  <bruno@clisp.org>
13289
13290                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
13291
13292         2006-07-22  Bruno Haible  <bruno@clisp.org>
13293
13294                 * modules/javaversion: New file.
13295                 * MODULES.html.sh (Java): Add javaversion.
13296
13297         2006-03-12  Bruno Haible  <bruno@clisp.org>
13298
13299                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
13300
13301         2005-12-04  Bruno Haible  <bruno@clisp.org>
13302
13303                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
13304                 (untested).
13305
13306         2006-06-21  Bruno Haible  <bruno@clisp.org>
13307
13308                 Avoid warnings from recent versions of mcs.
13309                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
13310                 -o, -L, -r any more. Use options documented since mcs-1.0
13311                 instead. Similarly for -g.
13312
13313         2005-12-04  Bruno Haible  <bruno@clisp.org>
13314
13315                 * build-aux/csharpcomp.sh.in: Suffix for resources is
13316                 .resources, not .resource.
13317
13318         2005-07-09  Bruno Haible  <bruno@clisp.org>
13319
13320                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
13321                 add a .dll suffix.
13322                 Reported by Mark Junker <mjscod@gmx.de>.
13323
13324         2006-07-22  Bruno Haible  <bruno@clisp.org>
13325
13326                 * modules/gettext: Upgrade to gettext-0.15.
13327                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
13328                 m4/visibility.m4.
13329                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
13330
13331 2006-07-22  Bruno Haible  <bruno@clisp.org>
13332
13333         Merge from GNU gettext 0.15.
13334
13335         2006-03-25  Bruno Haible  <bruno@clisp.org>
13336
13337                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
13338
13339         2006-07-21  Bruno Haible  <bruno@clisp.org>
13340
13341                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
13342                 "1.1".
13343
13344         2006-05-09  Bruno Haible  <bruno@clisp.org>
13345
13346                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
13347                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
13348                 for the conftestver execution.
13349
13350         2006-05-01  Bruno Haible  <bruno@clisp.org>
13351
13352                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
13353                 optional target-version argument. Verify that the compiler
13354                 groks source of the specified source-version, or add -source
13355                 option as necessary. Verify that the compiler produces
13356                 bytecode in the specified target-version, or add -target and
13357                 -source options as necessary. Make the result of the test
13358                 available as variable CONF_JAVAC. Also log error output in
13359                 config.log.
13360
13361         2006-03-11  Bruno Haible  <bruno@clisp.org>
13362
13363                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
13364
13365         2006-05-09  Bruno Haible  <bruno@clisp.org>
13366
13367                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
13368                 CLASSPATH_SEPARATOR to a semicolon.
13369
13370         2006-03-12  Bruno Haible  <bruno@clisp.org>
13371
13372                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
13373                 available as variable CONF_JAVA, for subsequent autoconf
13374                 tests. Also log error output in config.log.
13375
13376         2006-07-19  Bruno Haible  <bruno@clisp.org>
13377
13378                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
13379                 that getline works on glibc2 systems. Needed to avoid trouble
13380                 in relocatable.c.
13381                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
13382
13383         2005-12-04  Bruno Haible  <bruno@clisp.org>
13384
13385                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
13386                 launcher (untested).
13387
13388         2005-12-04  Bruno Haible  <bruno@clisp.org>
13389
13390                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
13391
13392         2006-07-22  Bruno Haible  <bruno@clisp.org>
13393
13394                 * gettext.m4: Update from GNU gettext-0.15.
13395                 * nls.m4: Likewise.
13396                 * po.m4: Likewise.
13397                 * inttypes-pri.m4: Likewise.
13398                 * inttypes-h.m4: Renamed from inttypes.m4.
13399                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
13400
13401 2006-07-22  Bruno Haible  <bruno@clisp.org>
13402
13403         Merge from GNU gettext 0.15.
13404
13405         2005-07-05  Bruno Haible  <bruno@clisp.org>
13406
13407                 * printf-args.c (printf_fetchargs): Work around broken
13408                 definition of wint_t on mingw.
13409
13410         2005-02-12  Bruno Haible  <bruno@clisp.org>
13411
13412                 * xallocsa.h: Add extern "C" for C++.
13413
13414         2006-05-17  Bruno Haible  <bruno@clisp.org>
13415
13416                 Cygwin portability.
13417                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
13418
13419         2006-04-30  Bruno Haible  <bruno@clisp.org>
13420
13421                 * progreloc.c: Include <mach-o/dyld.h> if available.
13422                 (find_executable): Use _NSGetExecutablePath when possible.
13423
13424         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
13425
13426                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
13427                 function.
13428
13429         2005-12-29  Bruno Haible  <bruno@clisp.org>
13430
13431                 * progreloc.c (set_program_name_and_installdir): Fix
13432                 compilation error.
13433
13434         2005-12-04  Bruno Haible  <bruno@clisp.org>
13435
13436                 Cygwin portability.
13437                 * progreloc.c: Include <windows.h> also on Cygwin.
13438                 (find_executable): Add support for Cygwin.
13439                 (set_program_name_and_installdir): Handle also platforms with
13440                 nonempty EXEEXT.
13441
13442         2006-07-11  Bruno Haible  <bruno@clisp.org>
13443
13444                 * javacomp.c: Fix a comment.
13445                 Reported by Jim Meyering.
13446
13447         2006-04-30  Bruno Haible  <bruno@clisp.org>
13448
13449                 * javacomp.h (compile_java_class): Add source_version,
13450                 target_version arguments.
13451                 * javacomp.c: Rewritten to choose only a compiler that
13452                 respects the specified source_version and target_version.
13453
13454         2006-06-27  Bruno Haible  <bruno@clisp.org>
13455
13456                 Assume correct S_ISDIR macro.
13457                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
13458
13459         2006-07-22  Bruno Haible  <bruno@clisp.org>
13460
13461                 * javaversion.h: New file, from GNU gettext.
13462                 * javaversion.c: New file, from GNU gettext.
13463                 * javaversion.java: New file, from GNU gettext.
13464                 * javaversion.class: New file, from GNU gettext.
13465
13466         2006-05-17  Bruno Haible  <bruno@clisp.org>
13467
13468                 Cygwin portability.
13469                 * javaexec.c (execute_java_class): Test for jview program
13470                 also on Cygwin.
13471
13472         2006-04-09  Bruno Haible  <bruno@clisp.org>
13473
13474                 * fatal-signal.c: Don't include string.h.
13475                 (at_fatal_signal): Use a copying loop instead of memcpy.
13476
13477         2005-12-04  Bruno Haible  <bruno@clisp.org>
13478
13479                 * csharpexec.c: Add support for 'clix' launcher (untested).
13480                 (execute_csharp_using_sscli): New function.
13481                 (execute_csharp_program): Call it.
13482
13483         2006-06-21  Bruno Haible  <bruno@clisp.org>
13484
13485                 Avoid warnings from recent versions of mcs.
13486                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
13487                 -o, -L, -r any more. Use options documented since mcs-1.0
13488                 instead. Similarly for -g.
13489
13490         2005-07-09  Bruno Haible  <bruno@clisp.org>
13491
13492                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
13493                 add a .dll suffix.
13494                 Reported by Mark Junker <mjscod@gmx.de>.
13495
13496         2006-06-17  Bruno Haible  <bruno@clisp.org>
13497
13498                 * config.charset: Update for NetBSD 3.0.
13499
13500         2006-05-17  Bruno Haible  <bruno@clisp.org>
13501
13502                 Cygwin portability.
13503                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
13504
13505         2006-05-16  Bruno Haible  <bruno@clisp.org>
13506
13507                 * localcharset.c [CYGWIN]: Include <windows.h>.
13508                 (get_charset_aliases): For Cygwin, return the same CPxxx
13509                 aliases list as under WIN32.
13510                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
13511                 the environment variables. Fall back to GetACP().
13512
13513         2006-04-05  Bruno Haible  <bruno@clisp.org>
13514
13515                 * config.charset: Update Juan Manuel Guerrero's address.
13516
13517         2005-02-12  Bruno Haible  <bruno@clisp.org>
13518
13519                 * allocsa.h: Add extern "C" for C++.
13520
13521         2005-02-10  Bruno Haible  <bruno@clisp.org>
13522
13523                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
13524                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
13525
13526         2006-07-22  Bruno Haible  <bruno@clisp.org>
13527
13528                 * gettext.h: Update to GNU gettext-0.15.
13529
13530 2006-07-22  Bruno Haible  <bruno@clisp.org>
13531
13532         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
13533         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
13534         lib-prefix.m4, longdouble.m4, ssize_t.m4.
13535
13536 2006-07-21  Eric Blake  <ebb9@byu.net>
13537
13538         * modules/stdlib-safer: New file.
13539         * MODULES.html.sh (File stream based Input/Output): Add
13540         stdlib-safer.
13541
13542 2006-07-21  Eric Blake  <ebb9@byu.net>
13543
13544         * lib/stdlib-safer.h: New file from coreutils, required by
13545         stdlib--.h.
13546
13547 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
13548
13549         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
13550
13551 2006-07-20  Bruno Haible  <bruno@clisp.org>
13552
13553         * gnulib-tool: Recognize new option --assume-autoconf.
13554         (autoconf_minversion): New variable.
13555         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
13556
13557 2006-07-20  Bruno Haible  <bruno@clisp.org>
13558
13559         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
13560
13561 2006-07-19  Derek R. Price  <derek@ximbiot.com>
13562
13563         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
13564         Reindent and repaginate.
13565
13566 2006-07-19  Derek Price  <derek@ximbiot.com>
13567
13568         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
13569         Correct grammar.
13570
13571 2006-07-17  Bruno Haible  <bruno@clisp.org>
13572
13573         * modules/list: New file.
13574         * modules/array-list: New file.
13575         * modules/carray-list, modules/carray-list-tests: New files.
13576         * modules/linked-list, modules/linked-list-tests: New files.
13577         * modules/avltree-list, modules/avltree-list-tests: New files.
13578         * modules/rbtree-list, modules/rbtree-list-tests: New files.
13579         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
13580         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
13581         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
13582         * modules/oset: New file.
13583         * modules/array-oset: New file.
13584         * modules/avltree-oset, modules/avltree-oset-tests: New files.
13585         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
13586         * tests/test-carray_list.c: New file.
13587         * tests/test-linked_list.c: New file.
13588         * tests/test-avltree_list.c: New file.
13589         * tests/test-rbtree_list.c: New file.
13590         * tests/test-linkedhash_list.c: New file.
13591         * tests/test-avltreehash_list.c: New file.
13592         * tests/test-rbtreehash_list.c: New file.
13593         * tests/test-avltree_oset.c: New file.
13594         * tests/test-rbtree_oset.c: New file.
13595         * MODULES.html.sh (Container data structures): New section.
13596
13597 2006-07-17  Bruno Haible  <bruno@clisp.org>
13598
13599         * m4/gl_list.m4: New file.
13600
13601 2006-07-17  Bruno Haible  <bruno@clisp.org>
13602
13603         * lib/gl_list.h: New file.
13604         * lib/gl_list.c: New file.
13605         * lib/gl_array_list.h: New file.
13606         * lib/gl_array_list.c: New file.
13607         * lib/gl_carray_list.h: New file.
13608         * lib/gl_carray_list.c: New file.
13609         * lib/gl_linked_list.h: New file.
13610         * lib/gl_linked_list.c: New file.
13611         * lib/gl_anylinked_list1.h: New file.
13612         * lib/gl_anylinked_list2.h: New file.
13613         * lib/gl_avltree_list.h: New file.
13614         * lib/gl_avltree_list.c: New file.
13615         * lib/gl_anyavltree_list1.h: New file.
13616         * lib/gl_anyavltree_list2.h: New file.
13617         * lib/gl_rbtree_list.h: New file.
13618         * lib/gl_rbtree_list.c: New file.
13619         * lib/gl_anyrbtree_list1.h: New file.
13620         * lib/gl_anyrbtree_list2.h: New file.
13621         * lib/gl_anytree_list1.h: New file.
13622         * lib/gl_anytree_list2.h: New file.
13623         * lib/gl_linkedhash_list.h: New file.
13624         * lib/gl_linkedhash_list.c: New file.
13625         * lib/gl_anyhash_list1.h: New file.
13626         * lib/gl_anyhash_list2.h: New file.
13627         * lib/gl_avltreehash_list.h: New file.
13628         * lib/gl_avltreehash_list.c: New file.
13629         * lib/gl_rbtreehash_list.h: New file.
13630         * lib/gl_rbtreehash_list.c: New file.
13631         * lib/gl_anytreehash_list1.h: New file.
13632         * lib/gl_anytreehash_list2.h: New file.
13633
13634         * lib/gl_oset.h: New file.
13635         * lib/gl_oset.c: New file.
13636         * lib/gl_array_oset.h: New file.
13637         * lib/gl_array_oset.c: New file.
13638         * lib/gl_avltree_oset.h: New file.
13639         * lib/gl_avltree_oset.c: New file.
13640         * lib/gl_rbtree_oset.h: New file.
13641         * lib/gl_rbtree_oset.c: New file.
13642         * lib/gl_anytree_oset.h: New file.
13643
13644 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
13645
13646         * m4/mkancesdirs.m4: New file.
13647         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
13648         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
13649         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
13650         it.
13651
13652 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
13653
13654         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
13655         * lib/mkancesdirs.h: New files.
13656         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
13657         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
13658         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
13659         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
13660         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
13661         callers changed.  Revamp internals significantly, by not
13662         attempting to create directories that are temporarily more
13663         permissive than the final results.  Do not attempt to use
13664         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
13665         This removes some race conditions, fixes some bugs, and simplifies
13666         things.  Use new dirchownmod function to do owner and mode changes.
13667         * lib/mkdir-p.h: Likewise.
13668         * lib/modechange.c (octal_to_mode): New function.
13669         (struct mode_change): New member mentioned.
13670         (make_node_op_equals): New arg mentioned.  All callers changed.
13671         (mode_compile): Keep track of which mode bits the user has explicitly
13672         mentioned.
13673         (mode_adjust): New arg DIR, so that we implement the X op correctly.
13674         New arg PMODE_BITS, to keep track of which mode bits the user
13675         mentioned; it treats S_ISUID and S_ISGID speciall.
13676         All callers changed.
13677         * lib/modechange.h: Likewise.
13678
13679 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
13680
13681         * MODULES.html.sh: Add mkancestors.
13682         * modules/mkancesdirs: New module.
13683         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
13684         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
13685         The chdir-safer and afs files are now orphans; I'll remove them
13686         unless someone speaks up.
13687         Add lib/dirchownmod.c, lib/dirchownmod.h.
13688         (Depends-on): Remove alloca, chown, save-cwd, dirname.
13689         Add lchown, mkancesdirs.
13690         (Maintainer): Add self.
13691
13692 2006-07-15  Karl Berry  <karl@gnu.org>
13693
13694         * gnulib-tool: help message wording/arrangement.
13695
13696 2006-07-14  Simon Josefsson  <jas@extundo.com>
13697
13698         * doc/gnulib.texi (Libtool and Windows): New section.
13699
13700 2006-07-12  Simon Josefsson  <jas@extundo.com>
13701
13702         * modules/gendocs (License): Fix license, approved by Karl.
13703
13704 2006-07-12  Eric Blake  <ebb9@byu.net>
13705
13706         * MODULES.html.sh: Add gendocs.
13707
13708 2006-07-11  Eric Blake  <ebb9@byu.net>
13709
13710         * modules/fdl: New module, to install doc/fdl.texi.
13711         * MODULES.html.sh: Add new section for documentation modules.
13712         * gnulib-tool: Avoid space-tab.
13713         (--doc-base): New option, to manage files from doc.
13714
13715 2006-07-11  Eric Blake  <ebb9@byu.net>
13716
13717         * m4/absolute-header.m4: Fix comments to match recent change.
13718
13719 2006-07-11  Eric Blake  <ebb9@byu.net>
13720
13721         * gnulib-tool: List --doc-base before --tests-base.
13722
13723 2006-07-11  Derek R. Price  <derek@ximbiot.com>
13724
13725         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
13726
13727 2006-07-11  Bruno Haible  <bruno@clisp.org>
13728
13729         * README: Mention where to put documentation.
13730
13731 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13732
13733         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
13734
13735 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
13736
13737         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
13738         to stdint.m4.
13739
13740 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
13741
13742         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
13743         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
13744         "no/such/file/stdint.h" when there is no such file, so that
13745         the resulting C code can be parsed by dodgy compilers.
13746         Problems reported by Bob Proulx.
13747
13748 2006-07-10  Derek R. Price  <derek@ximbiot.com>
13749
13750         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
13751         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
13752         macros into the GNU _D_EXACT_NAMLEN.
13753         * lib/savedir.c:  Likewise.
13754         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
13755
13756 2006-07-10  Derek R. Price  <derek@ximbiot.com>
13757         and Paul Eggert  <eggert@cs.ucla.edu>
13758
13759         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
13760         * m4/savedir.m4:
13761         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
13762         macros into the GNU _D_EXACT_NAMLEN.
13763
13764 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
13765
13766         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
13767         around the absolute name, to work around a problem with the HP-UX
13768         11.23 native C compiler, reported by Bob Proulx.
13769
13770 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
13771
13772         * doc/maintain.texi, make-stds.texi: Sync from
13773         <http://savannah.gnu.org/projects/gnustandards>.
13774
13775 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
13776
13777         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
13778
13779 2006-07-09  Jim Meyering  <jim@meyering.net>
13780
13781         * m4/glob.m4: Remove a doubled word in a comment.
13782
13783 2006-07-09  Jim Meyering  <jim@meyering.net>
13784
13785         * lib/argp-pv.c: Remove a doubled word in a comment.
13786         * lib/check-version.c (check_version): Likewise.
13787         * lib/javacomp.c (compile_java_class): Likewise.
13788
13789 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
13790
13791         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
13792         for the benefit of people using Autoconf 2.60.  If you want to
13793         support older Autoconf versions you can copy m4/onceonly_2_57.m4
13794         (or m4/onceonly.m4, if pre-2.57) manually.
13795
13796 2006-07-08  Jim Meyering  <jim@meyering.net>
13797
13798         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
13799         comment.
13800         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
13801         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
13802         comment.
13803
13804 2006-07-08  Jim Meyering  <jim@meyering.net>
13805
13806         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
13807
13808 2006-07-07  Simon Josefsson  <jas@extundo.com>
13809
13810         * tests/test-crc.c: Change expected crc value, the test vector
13811         were probably computed using the old broken crc.c?
13812
13813 2006-07-06  Simon Josefsson  <jas@extundo.com>
13814
13815         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
13816         now the canonical place for the M4 file).
13817
13818         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
13819         from the sys_socket dependency now.
13820
13821         * modules/inet_pton (Files): Ditto.
13822
13823         * modules/inet_ntop (Files): Ditto.
13824
13825 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
13826
13827         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
13828         not gl_PREREQ_GETUSERSHELL.
13829
13830 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13831
13832         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
13833         with only one argument, for Autoconf 2.60.
13834         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
13835         expand to nothing, so add a shell command to avoid syntax error.
13836         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
13837
13838 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13839
13840         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
13841
13842 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
13843
13844         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
13845         no longer needed.  Check for isblank decl.
13846         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
13847         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
13848         of existence.
13849
13850 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
13851
13852         * lib/getloadavg.c: Use __VMS, not VMS.
13853         * lib/getopt.c: Likewise.
13854         * lib/getpagesize.h: Likewise.
13855         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
13856         and probably does not work.
13857
13858 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
13859
13860         * lib/.cppi-disable: Add wcwidth.
13861         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
13862         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
13863         (ISGRAPH): Remove.  All uses changed to isgraph.
13864         (FOLD) [!defined _LIBC]: Remove special case.
13865         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
13866         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
13867         HAVE_ISBLANK.
13868         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
13869         case.
13870
13871 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
13872
13873         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
13874         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
13875         brackets.  Other minor changes to suppress some compiler
13876         warnings.
13877
13878 2006-07-06  Derek R. Price  <derek@ximbiot.com>
13879         and Paul Eggert  <eggert@cs.ucla.edu>
13880
13881         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
13882         of invoking obsolescent AC_HEADER_DIRENT macro.
13883         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
13884         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
13885         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
13886         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
13887         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
13888         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
13889         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
13890         * m4/readdir.m4: Remove; no longer needed.
13891
13892 2006-07-06  Derek R. Price  <derek@ximbiot.com>
13893         and Paul Eggert  <eggert@cs.ucla.edu>
13894
13895         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
13896         Don't worry about this obsolete case any more.
13897         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
13898         directories.
13899         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
13900         worry about this obsolete case any more.
13901         * lib/fts.c: Likewise.
13902         * lib/getcwd.c: Likewise.
13903         * lib/glob.h: Likewise.
13904         * lib/savedir.c: Likewise.
13905
13906 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
13907
13908         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
13909         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
13910         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
13911         needed.
13912         All uses removed.
13913         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
13914         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
13915         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
13916         needed.
13917         * m4/getdate.m4 (gl_GETDATE): Likewise.
13918         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
13919         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
13920         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
13921         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
13922         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
13923         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
13924         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
13925         needed.
13926
13927 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
13928
13929         * lib/memcasecmp.c: Include <limits.h>.
13930         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
13931         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
13932         Don't assume isdigit succeeds only on '0' through '9'.
13933
13934 2006-07-05  Eric Blake  <ebb9@byu.net>
13935
13936         * modules/getaddrinfo (Depends-on): Add snprintf.
13937
13938 2006-07-05  Eric Blake  <ebb9@byu.net>
13939
13940         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
13941         to avoid 'header present but could not be compiled' on cygwin.
13942
13943 2006-07-05  Eric Blake  <ebb9@byu.net>
13944
13945         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
13946         missing from netdb.h.
13947         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
13948
13949 2006-07-05  Derek R. Price  <derek@ximbiot.com>
13950
13951         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
13952         no longer needed.
13953         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
13954         * m4/getdate.m4 (gl_GETDATE): Likewise.
13955         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
13956         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
13957         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
13958         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
13959         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
13960
13961 2006-07-05  Derek R. Price  <derek@ximbiot.com>
13962
13963         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
13964         All uses of is_space replaced by isspace.
13965         * lib/exit.h: Don't talk about STDC_HEADERS.
13966         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
13967         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
13968         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
13969         replaced by isprint etc.
13970         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
13971         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
13972         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
13973         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
13974         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
13975         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
13976
13977 2006-07-05  Bruno Haible  <bruno@clisp.org>
13978
13979         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
13980         the function exists, before testing against AIX.
13981         Reported by Martin Lambers <marlam@marlam.de>.
13982
13983 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
13984
13985         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
13986         From Mark D. Baushke.
13987
13988 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
13989
13990         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
13991         to the absolute name, not just one, to bypass Sun C 5.8's
13992         "warning: #include of /usr/include/... may be non-portable".
13993
13994 2006-07-04  Eric Blake  <ebb9@byu.net>
13995
13996         * modules/dirname-tests: New test module.
13997         * tests/test-dirname.c: New file, replacing dirname.c
13998         TEST_DIRNAME section that was recently deleted.
13999
14000 2006-07-04  Bruno Haible  <bruno@clisp.org>
14001
14002         Assume ANSI C header files and <ctype.h> functions.
14003         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
14004         (mbsnwidth): Use isprint, iscntrl instead.
14005
14006 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
14007
14008         Merge from coreutils.
14009         * MODULES.html.sh: Add xstrtold.
14010         * modules/xstrtold: New file.
14011         * modules/cycle-check (Files): Add lib/same-inode.h.
14012         * modules/dirname (Files): Add m4/double-slash-root.m4.
14013         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
14014         * modules/mkdir-p (Files): Add lib/same-inode.h.
14015         * modules/same (Files): Add lib/same-inode.h.
14016
14017 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
14018
14019         * m4/absolute-header.m4: Renamed from full-header-path.m4.
14020         This is to keep the terminology clean; POSIX talks about
14021         "absolute pathnames", not "full pathnames", but the GNU
14022         Coding Standards say to use "path" for something else;
14023         so use "absolute" to keep both sides happy.
14024         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
14025         Set gl_absolute_header, not gl_full_header_path.
14026         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
14027         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
14028         All uses changed.
14029
14030         Merge from coreutils.
14031
14032         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
14033
14034         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
14035         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
14036         want to require the building of c-strtod.o.
14037         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
14038         needs -lm directly.
14039         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
14040
14041         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
14042
14043         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
14044         --as-needed option if available.  Problem reported by Albert Chin in
14045         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
14046         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
14047         cc merely issues a bunch of annoying warnings for --as-needed
14048         (this problem was reported by Bob Proulx).  Also, try linking with
14049         -lm to detect a bug in binutils 2.16 (this problem was reported
14050         by Ralf Wildenhues).
14051
14052         2006-06-18  Jim Meyering  <jim@meyering.net>
14053
14054         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
14055         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
14056         macro.
14057         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
14058         also check for glibc-2.4's abort-inducing bug.
14059
14060         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
14061         Low-probability clean-up should be to use rmdir to get rid of
14062         the just-created directory, not unlink.
14063
14064         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
14065         configure fail, and request a bug report to inform us about it.
14066         Add a comment that, barring reports to the contrary, in 2007 we'll
14067         assume ftruncate is universally available.
14068
14069         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
14070
14071         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
14072
14073         2006-03-12  Jim Meyering  <jim@meyering.net>
14074
14075         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
14076         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
14077         * m4/same.m4 (gl_SAME): Likewise.
14078         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
14079
14080         2006-03-11  Eric Blake  <ebb9@byu.net>
14081
14082         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
14083         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
14084         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
14085         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
14086
14087 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
14088
14089         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
14090         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
14091         reported by Mark D. Baushke, one in
14092         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
14093
14094         Merge from coreutils.
14095
14096         * lib/.cppi-disable: Add stdint_.h.
14097         * lib/.cvsignore: Add stdint.h.
14098
14099         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
14100
14101         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
14102         both double and long double versions.
14103         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
14104         * lib/xstrtold.c: New file.
14105         * lib/xstrtod.h (xstrtold): New decl.
14106
14107         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
14108
14109         * lib/filemode.c (setst): Remove.
14110         (strmode): Rewrite to avoid setst.  This makes the code shorter,
14111         (arguably) clearer, and the generated code is a bit smaller on my
14112         Debian GNU/Linux stable x86 host.
14113
14114         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
14115
14116         * lib/filemode.c: Include "filemode.h" first, to test the interface.
14117         Assume that filemode.h includes sys/types.h and sys/stat.h.
14118         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
14119         (ftypelet): Reorder to put common cases first, for efficiency.
14120         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
14121         to do 'M'.
14122         (strmode): Renamed from mode_string, and now stores 12 bytes instead
14123         of 10, for compatibility with FreeBSD.  All callers changed.
14124         (filemodestring): Now stores 12 bytes instead of 10, and sets file
14125         types that can't be deduced solely from st_mode.  First arg is now a
14126         const pointer.
14127         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
14128         (strmode): Renamed from mode_string.
14129         (filemodestring): New decl.
14130         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
14131         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
14132         needed.
14133         (S_ISPORT, S_ISWHT): New macros, if not already defined.
14134
14135         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
14136
14137         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
14138         fsusage.h now does that.  Include fsusage.h first, to test interface.
14139         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
14140         at most one method (the old code could have generated decls that
14141         didn't conform to C89, not that this was ever exercised).
14142         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
14143
14144         2006-03-19  Jim Meyering  <jim@meyering.net>
14145
14146         Work even in a chroot where d_ino values for entries in "/"
14147         don't match the stat.st_ino values for the same names.
14148         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
14149         number, iterate through all entries again, using lstat instead.
14150         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
14151         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
14152
14153         * lib/getcwd.c (__getcwd): Clarify a comment.
14154         Use memcpy in place of a call to strcpy.
14155
14156         2006-03-12  Jim Meyering  <jim@meyering.net>
14157
14158         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
14159         matches that of the current directory (which we're about to chdir ".."
14160         out of), then save the dev-ino of the parent, instead.
14161
14162         * lib/same-inode.h (SAME_INODE): New file/macro.
14163         * lib/chdir-safer.c (SAME_INODE): Remove definition.
14164         Include "same-inode.h", instead.
14165         * lib/same.c: Likewise.
14166         * lib/cycle-check.h: Include "same-inode.h".
14167         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
14168         * lib/cycle-check.c (SAME_INODE): Remove definition.
14169         * lib/root-dev-ino.h: Include "same-inode.h".
14170
14171         2006-03-11  Eric Blake  <ebb9@byu.net>
14172
14173         * lib/same.c (same_name): s/base_name/last_component/
14174         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
14175         * lib/filenamecat.c (file_name_concat): Likewise.
14176
14177         2006-03-11  Eric Blake  <ebb9@byu.net>,
14178                     Paul Eggert  <eggert@cs.ucla.edu>
14179
14180         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
14181         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
14182         drive prefix.
14183         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
14184         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
14185         (last_component): New method.
14186         * lib/dirname.c (dir_len): Determine when drive letters need a
14187         subsequent slash.  Preserve // when it is special.
14188         (dir_name): Don't append dot when drive letter is absolute.
14189         [TEST_DIRNAME]: Move into a full-blown gnulib test.
14190         * lib/basename.c (base_name): New semantics - malloc the result.
14191         Preserve // when it is special.  Preserve relative files that look
14192         like drive letters.
14193         (base_len): Preserve // when it is special.
14194         (last_component): New method, similar to old base_name semantics.
14195         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
14196         base_name.  Strip redundant slashes from ///.
14197
14198 2006-07-03  Jim Meyering  <jim@meyering.net>
14199
14200         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
14201         macro is used before the first cycle_check call.
14202
14203 2006-07-03  Eric Blake  <ebb9@byu.net>
14204
14205         * modules/dirname (Depends-on): Add xstrndup.
14206
14207 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
14208
14209         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
14210         test cases, so that config.log is a bit easier to follow.
14211
14212 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
14213
14214         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
14215         both are 64 bits, since this seems to be the tradition, and this
14216         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
14217         we ever run into a host that prefers long long to long in this
14218         case, we'll need another configure-time test.  Problem reported by
14219         Jim Meyering.
14220
14221 2006-07-02  Eric Blake  <ebb9@byu.net>
14222
14223         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
14224
14225 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
14226
14227         * modules/inttypes (Depends-on): No longer depends on stdint.
14228         * modules/stdint (Description): Say more about assumptions.
14229         Say that the fast types might differ.  Say macros are used.
14230         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
14231         (Makefile.am): Revise list of substituted symbols to match
14232         new stdint.m4.
14233         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
14234         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
14235         * tests/test-stdint.c (verify_same_types)
14236         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
14237         the code conforms to C99/C89.
14238         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
14239         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
14240
14241 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
14242
14243         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
14244         but fix a bug, by requiring at least 64 bits.
14245         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
14246         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
14247         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
14248         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
14249
14250         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
14251         changes.  Make 2.59 a prerequisite.  Check and substitute for
14252         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
14253         inttypes.h.  Do not use special include files; just use the
14254         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
14255         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
14256         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
14257         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
14258         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
14259         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
14260         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
14261         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
14262         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
14263         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
14264         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
14265         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
14266         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
14267         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
14268         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
14269         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
14270         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
14271         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
14272         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
14273         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
14274         WINT_MAX.  Check for C99 conformance more strictly, by detecting
14275         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
14276         not check for things that C99 does not require, e.g., int8_t.  If
14277         a test isn't needed unless <stdint.h> isn't working, and is
14278         unlikely to be needed for any other reason, then don't do it
14279         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
14280         size_t, since we assume C89 freestanding at least.  Do not check
14281         for sig_atomic_t, wchar_t, or wint_t, since the code now does
14282         the right thing even if the types are not defined.  Instead use:
14283         (gl_STDINT_TYPE_PROPERTIES): New macro.
14284         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
14285         testing whether <sys/types.h> clashes, as Autoconf does this for
14286         us now.  All uses removed.
14287         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
14288         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
14289         (gl_CHECK_TYPE_SAME):
14290         Remove; no longer needed.
14291         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
14292         exists, since we'll return 0 anyway in that case.
14293         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
14294
14295 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
14296
14297         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
14298         possible collision with system files.
14299         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
14300         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
14301         WCHAR_MIN and WCHAR_MAX in this case.
14302         (<stddef.h>): Do not include; no longer needed.
14303         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
14304         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
14305         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
14306         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
14307         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
14308         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
14309         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
14310         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
14311         !defined(__c99))]: Include in this case too, since it's harmless
14312         now.
14313         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
14314         dangerous to do so.
14315         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
14316         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
14317         (_STDINT_MIN, _STDINT_MAX): New macros.
14318         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
14319         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
14320         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
14321         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
14322         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
14323         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
14324         macros, not typedefs; this simplifies things quite a bit.
14325         Use long int for all types narrower than int64_t.
14326         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
14327         Define in terms of long long int or int64_t or long int,
14328         not int64_t or int32_t.  This saves some compile-time testing.
14329         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
14330         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
14331         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
14332         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
14333         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
14334         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
14335         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
14336         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
14337         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
14338         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
14339         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
14340         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
14341         undef any previous version and define our own version, for
14342         simplicity and consistency with the new macros for types.
14343         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
14344         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
14345         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
14346         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
14347         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
14348         @WINT_T_SUFFIX@ to keep things simple here.
14349         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
14350         Simplify by assuming typical 8/16/32/64 host, since we're
14351         already doing that elsewhere anyway.
14352         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
14353         and assume long long int is 64 bits if available.  This
14354         speeds up 'configure'.
14355
14356 2006-07-01  Eric Blake  <ebb9@byu.net>
14357
14358         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
14359         Reported by Andreas Buening.
14360
14361 2006-07-01  Eric Blake  <ebb9@byu.net>
14362
14363         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
14364
14365 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
14366
14367         * lib/getaddrinfo.c: fixed typo
14368
14369 2006-06-29  Jim Meyering  <jim@meyering.net>
14370
14371         * modules/strftime (Maintainer): Add my name, since with the
14372         FPRINTFTIME changes strftime.c has forked from glibc.
14373
14374 2006-06-29  Eric Blake  <ebb9@byu.net>
14375
14376         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
14377
14378 2006-06-29  Eric Blake  <ebb9@byu.net>
14379
14380         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
14381
14382 2006-06-29  Eric Blake  <ebb9@byu.net>
14383
14384         * lib/stat_.h: New file.
14385
14386 2006-06-29  Eric Blake  <ebb9@byu.net>
14387
14388         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
14389         unused static function.
14390
14391 2006-06-29  Eric Blake  <ebb9@byu.net>
14392
14393         * doc/functions.texi (Function Portability): Document missing lstat
14394         on mingw.
14395
14396 2006-06-29  Eric Blake  <ebb9@byu.net>
14397
14398         * MODULES.html.sh: Add sys_stat.
14399         * modules/sys_stat: New module.
14400         * modules/mkstemp (Depends-on): Add sys_stat.
14401
14402 2006-06-29  Derek R. Price  <derek@ximbiot.com>
14403
14404         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
14405
14406 2006-06-29  Derek R. Price  <derek@ximbiot.com>
14407
14408         * m4/c-bs-a.m4: Removed.
14409
14410 2006-06-29  Derek R. Price  <derek@ximbiot.com>
14411
14412         * lib/strftime.c: Assume strftime() exists.
14413
14414 2006-06-29  Derek Price  <derek@ximbiot.com>
14415
14416         * modules/c-bs-a: Removed - \a is C89.
14417         * MODULES.html.sh: Remove c-bs-a.
14418
14419 2006-06-29  Bruno Haible  <bruno@clisp.org>
14420
14421         * modules/wcwidth (License): Change to LGPL.
14422
14423 2006-06-28  Simon Josefsson  <jas@extundo.com>
14424
14425         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
14426         on _WIN32.
14427
14428         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
14429         getnameinfo.
14430
14431 2006-06-28  Simon Josefsson  <jas@extundo.com>
14432
14433         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
14434
14435 2006-06-28  Simon Josefsson  <jas@extundo.com>
14436
14437         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
14438         functions there.  It will succeed on Windows XP, but on Windows
14439         2000 and (presumably) earlier, it will fail, and use the internal
14440         re-implementation.
14441         (use_win32_p): New function.
14442         (getaddrinfo): Use strtoul on servname, to support numeric ports.
14443         Support AI_NUMERICSERV to disable getservbyname.
14444         (getnameinfo): New function, only supports
14445         NI_NUMERICHOST|NI_NUMERICSERV for now.
14446
14447         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
14448         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
14449         getnameinfo.
14450
14451 2006-06-28  Eric Blake  <ebb9@byu.net>
14452
14453         * modules/wcwidth: New file.
14454         * modules/mbchar (Depends-on): Add wcwidth.
14455         * modules/mbswidth (Depends-on): Add wcwidth.
14456         * MODULES.html.sh: Add wcwidth.
14457
14458 2006-06-28  Eric Blake  <ebb9@byu.net>
14459
14460         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
14461         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
14462
14463 2006-06-28  Eric Blake  <ebb9@byu.net>
14464
14465         * lib/xvasprintf.h: Fix comments.
14466
14467 2006-06-28  Eric Blake  <ebb9@byu.net>
14468
14469         * lib/mbchar.h (wcwidth): Include wcwidth.h.
14470         * lib/mbswidth.c (wcwidth): Move from here...
14471         * lib/wcwidth.h: ...to this new file.
14472
14473 2006-06-28  Derek R. Price  <derek@ximbiot.com>
14474
14475         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
14476
14477         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
14478         it's obsolete.
14479         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
14480
14481 2006-06-28  Derek R. Price  <derek@ximbiot.com>
14482
14483         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
14484         Autoconf 2.60 says this stuff was obsolete.
14485
14486 2006-06-28  Bruno Haible  <bruno@clisp.org>
14487
14488         * modules/wcwidth (Files): Add m4/wchar_t.m4.
14489
14490 2006-06-28  Bruno Haible  <bruno@clisp.org>
14491
14492         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
14493         gt_TYPE_WCHAR_T.
14494
14495 2006-06-28  Bruno Haible  <bruno@clisp.org>
14496
14497         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
14498         declaration for wcwidth.
14499         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
14500
14501 2006-06-28  Bruno Haible  <bruno@clisp.org>
14502
14503         * lib/mkdtemp.c [MINGW]: Include <io.h>.
14504         (mkdir): Define using _mkdir.
14505
14506 2006-06-28  Bruno Haible  <bruno@clisp.org>
14507
14508         * lib/getaddrinfo.h: Fix POSIX URL.
14509         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
14510         _WIN32.
14511         (use_win32_p): Make static.
14512         (getaddrinfo): Reject service name if it is empty or does not consist
14513         solely of decimal digits, or if its value is > 65535.
14514         (getnameinfo): Remove useless casts.
14515
14516 2006-06-27  Simon Josefsson  <jas@extundo.com>
14517
14518         * modules/sys_select: New file, suggested by Bruno Haible, Paul
14519         Eggert and Martin Lambers.
14520
14521 2006-06-27  Simon Josefsson  <jas@extundo.com>
14522
14523         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
14524         Eggert and Martin Lambers.
14525
14526 2006-06-27  Bruno Haible  <bruno@clisp.org>
14527
14528         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
14529         result to 0, not to empty.
14530         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
14531
14532 2006-06-27  Bruno Haible  <bruno@clisp.org>
14533
14534         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
14535
14536 2006-06-26  Simon Josefsson  <jas@extundo.com>
14537
14538         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
14539         present.
14540
14541 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
14542
14543         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
14544         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
14545         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
14546
14547 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
14548
14549         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
14550
14551 2006-06-26  Bruno Haible  <bruno@clisp.org>
14552
14553         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
14554
14555 2006-06-26  Bruno Haible  <bruno@clisp.org>
14556
14557         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
14558
14559 2006-06-26  Bruno Haible  <bruno@clisp.org>
14560
14561         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
14562         SGI C compiler in pre-C99 mode.
14563         Suggested by Mark D. Baushke and Larry Jones.
14564
14565 2006-06-26  Bruno Haible  <bruno@clisp.org>
14566
14567         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
14568         WCHAR_MAX.
14569         Reported by Mark D. Baushke and Larry Jones.
14570
14571 2006-06-26  Bruno Haible  <bruno@clisp.org>
14572
14573         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
14574         in pre-C99 mode.
14575         Suggested by Mark D. Baushke and Larry Jones.
14576
14577 2006-06-23  Simon Josefsson  <jas@extundo.com>
14578             Bruno Haible  <bruno@clisp.org>
14579
14580         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
14581         Emit mostlyclean-local rule.
14582         (func_emit_tests_Makefile_am): Likewise.
14583         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
14584
14585 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
14586
14587         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
14588
14589 2006-06-23  Bruno Haible  <bruno@clisp.org>
14590
14591         * tests/test-stdint.c: Update to match ISO C 99 Technical
14592         Corrigendum 1.
14593
14594 2006-06-23  Bruno Haible  <bruno@clisp.org>
14595
14596         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
14597
14598 2006-06-23  Bruno Haible  <bruno@clisp.org>
14599
14600         * lib/stdint_.h: Treat IRIX like OpenBSD.
14601
14602 2006-06-23  Bruno Haible  <bruno@clisp.org>
14603
14604         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
14605         ISO C 99 Technical Corrigendum 1.
14606
14607 2006-06-22  Simon Josefsson  <jas@extundo.com>
14608
14609         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
14610         MinGW.
14611
14612 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
14613
14614         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
14615         needed.  Some compiler complained about some of them.  Problem reported
14616         by Larry Jones in
14617         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
14618
14619 2006-06-21  Simon Josefsson  <jas@extundo.com>
14620
14621         * tests/test-getaddrinfo.c: New file.
14622
14623         * modules/getaddrinfo-tests: New file.
14624
14625         * MODULES.html.sh: Add inet_pton.
14626
14627         * modules/inet_pton: New file.
14628
14629 2006-06-21  Simon Josefsson  <jas@extundo.com>
14630
14631         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
14632         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
14633         of using the (limited) gnulib implementation on Windows XP.
14634
14635         * m4/inet_pton.m4: New file.
14636
14637 2006-06-21  Simon Josefsson  <jas@extundo.com>
14638
14639         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
14640         variable.
14641
14642         * lib/socket_.h: Don't define WINVER.
14643
14644         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
14645         slightly modified to work in gnulib.
14646
14647 2006-06-21  Simon Josefsson  <jas@extundo.com>
14648
14649         * doc/gnulib.texi (Windows sockets): Add.
14650
14651 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
14652
14653         * lib/read-file.c (fread_file): Start with buffer allocation of
14654         0 bytes rather than 1 byte; this simplifies the code.
14655         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
14656         code to free buffer and save/restore errno.
14657         (internal_read_file): Remove unused local.
14658
14659 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
14660
14661         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
14662         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
14663         Problem reported by Denis Excoffier in
14664         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
14665
14666 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14667
14668         * modules/sys_socket, modules/socklen: Include sys/types since
14669         FreeBSD 4.x's sys/socket.h needs it.
14670
14671 2006-06-19  Simon Josefsson  <jas@extundo.com>
14672
14673         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
14674
14675 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
14676
14677         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
14678
14679 2006-06-19  Bruno Haible  <bruno@clisp.org>
14680
14681         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
14682         and FULL_PATH_INTTYPES_H in angle brackets.
14683         Reported by Mark D. Baushke <mdb@gnu.org>.
14684
14685 2006-06-17  Eric Blake  <ebb9@byu.net>
14686
14687         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
14688         errno.
14689
14690 2006-06-17  Bruno Haible  <bruno@clisp.org>
14691
14692         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
14693         <sys/inttypes.h>.
14694
14695 2006-06-17  Bruno Haible  <bruno@clisp.org>
14696
14697         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
14698         whether errno is declared. Assume <errno.h> declares errno.
14699
14700 2006-06-17  Bruno Haible  <bruno@clisp.org>
14701
14702         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
14703
14704 2006-06-17  Bruno Haible  <bruno@clisp.org>
14705
14706         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
14707         problem on Solaris 2.5.1.
14708
14709 2006-06-16  Eric Blake  <ebb9@byu.net>
14710
14711         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
14712         * lib/unicodeio.c [!defined errno]: Likewise.
14713         * lib/strtol.c [!defined errno]: Likewise.
14714         * lib/strtod.c [!defined errno]: Likewise.
14715
14716 2006-06-15  Eric Blake  <ebb9@byu.net>
14717
14718         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
14719
14720 2006-06-15  Eric Blake  <ebb9@byu.net>
14721
14722         * config/srclist.txt (ssize_t.m4): Lose sync.
14723
14724 2006-06-15  Bruno Haible  <bruno@clisp.org>
14725
14726         * modules/stdint (Files): Include m4/full-header-path.m4,
14727         m4/size_max.m4, m4/wchar_t.m4.
14728         (Makefile.am): Many more substitutions.
14729         * modules/stdint-tests: New file.
14730         * tests/test-stdint.c: New file.
14731
14732 2006-06-15  Bruno Haible  <bruno@clisp.org>
14733
14734         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
14735         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
14736         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
14737         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
14738         gl_CHECK_TYPE_SAME): New macros.
14739
14740 2006-06-15  Bruno Haible  <bruno@clisp.org>
14741
14742         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
14743
14744 2006-06-15  Bruno Haible  <bruno@clisp.org>
14745
14746         * lib/stdint_.h: Rewritten to be fully auto-configured.
14747         Fixes bug on HP-UX/IA64.
14748
14749 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
14750
14751         * lib/getdate.y (__attribute__): Don't define if already defined.
14752         Problem reported by Larry Jones.
14753         * lib/utimens.c (__attribute__): Likewise.
14754
14755 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
14756
14757         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
14758         reported by Andreas Schwab.
14759
14760 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14761             Bruno Haible  <bruno@clisp.org>
14762
14763         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
14764         check for the declaration of strnlen and a run test that exposes the
14765         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
14766         rpl_strndup.
14767
14768 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14769             Bruno Haible  <bruno@clisp.org>
14770
14771         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
14772
14773 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14774
14775         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
14776         compile test, for Tru64 4.0D.
14777
14778 2006-05-28  Karl Berry  <karl@gnu.org>
14779
14780         * config/srclist.txt (printf-args.c): lose sync.
14781
14782 2006-05-26  Martin Lambers  <marlam@marlam.de>
14783
14784         * lib/getpass.c: Updates the test for the native W32 API, and adds
14785         missing includes, thus fixing compilation warnings.
14786
14787 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
14788
14789         * lib/exclude.c (exclude_fnmatch): New function.
14790         (excluded_file_name): Call exclude_fnmatch.
14791         * lib/exclude.h (excluded_file_name): New prototype
14792
14793 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
14794
14795         * lib/tempname.c (small_open, large_open): New macros.
14796         (__open, __open64) [!_LIBC]: Remove.
14797         (__gen_tempname): Use small_open and large_open instead of __open
14798         and __open64.  This fixes a portability bug on HP-UX 11.11i
14799         reported by Simon Wing-Tang in
14800         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
14801
14802 2006-05-24  Bruno Haible  <bruno@clisp.org>
14803
14804         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
14805         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
14806         Reported by Thorsten Maerz <torte@netztorte.de> via
14807         Aaron Stone <aaron@serendipity.cx>.
14808
14809 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
14810
14811         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
14812         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
14813         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
14814         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
14815         not really conditional on the cache.
14816         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
14817
14818 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
14819
14820         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
14821         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
14822         (my_usleep): Don't mishandle maximum value.
14823
14824 2006-05-19  Jim Meyering  <jim@meyering.net>
14825
14826         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
14827
14828 2006-05-17  Bruno Haible  <bruno@clisp.org>
14829
14830         Cygwin portability.
14831         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
14832
14833 2006-05-17  Bruno Haible  <bruno@clisp.org>
14834
14835         * lib/stdint_.h: Fix recognition of Cygwin.
14836
14837 2006-05-15  Bruno Haible  <bruno@clisp.org>
14838
14839         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
14840         on libtool patch by Ralf Wildenhues.
14841
14842 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
14843
14844         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
14845         test for C99 conformance; (bool) 0.5 is an integer constant
14846         expression, but (bool) -0.5 is not.  Problem reported by Fedor
14847         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
14848
14849 2006-05-11  Simon Josefsson  <jas@extundo.com>
14850
14851         * m4/xvasprintf.m4: Fix obvious typo.
14852
14853 2006-05-11  Jim Meyering  <jim@meyering.net>
14854
14855         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
14856         James Lemley.
14857
14858 2006-05-10  Simon Josefsson  <jas@extundo.com>
14859
14860         * lib/md4.c: Typo fix, update copyright years.
14861         (K1, K2): Don't use L because it turn computations into 64-bit on
14862         64-bit platforms.
14863
14864 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
14865
14866         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
14867         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
14868         unwanted sign propagation, e.g., on hosts with 64-bit int.
14869         There still are some problems with reeelly weird theoretical hosts
14870         (e.g., 33-bit int) but it's not worth worrying about now.
14871         * lib/sha1.c (rol): Likewise.
14872         (K1, K2, K3, K4): Remove unnecessary L suffix.
14873
14874 2006-05-10  Bruno Haible  <bruno@clisp.org>
14875
14876         * lib/des.c: Cast to avoid warnings.
14877
14878 2006-05-09  Bruno Haible  <bruno@clisp.org>
14879
14880         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
14881         (Depends-on): Depend also on xsize, stdarg.
14882         (configure.ac): Add gl_XVASPRINTF.
14883
14884 2006-05-09  Bruno Haible  <bruno@clisp.org>
14885
14886         * m4/xvasprintf.m4: New file.
14887
14888 2006-05-09  Bruno Haible  <bruno@clisp.org>
14889
14890         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
14891         (EOVERFLOW): Define fallback value.
14892         (xstrcat): New function.
14893         (xvasprintf): Recognize the special case of a string concatenation.
14894
14895 2006-05-08  Eric Blake  <ebb9@byu.net>
14896
14897         * gnulib-tool (func_version): Base copyright year on CVS date.
14898         (func_emit_copyright_notice): New function.
14899         (func_emit_lib_Makefile_am): Use it.
14900         (func_emit_tests_Makefile_am): Likewise.
14901         (func_import): Likewise.
14902
14903 2006-05-08  Bruno Haible  <bruno@clisp.org>
14904
14905         * modules/stdarg: New file.
14906         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
14907
14908 2006-05-08  Bruno Haible  <bruno@clisp.org>
14909
14910         * m4/stdarg.m4: New file, from GNU gettext.
14911
14912 2006-05-08  Bruno Haible  <bruno@clisp.org>
14913
14914         * config/srclist.txt (build-aux/config.rpath): different from latest
14915         release.
14916
14917 2006-05-08  Bruno Haible  <bruno@clisp.org>
14918
14919         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
14920
14921 2006-05-05  Jim Meyering  <jim@meyering.net>
14922
14923         * m4/warning.m4: New file, derived from bison's file by the same name.
14924
14925 2006-05-03  Bruno Haible  <bruno@clisp.org>
14926
14927         * lib/stdint_.h: Shorter URL.
14928         * lib/inttypes.h: Likewise.
14929
14930 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
14931
14932         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
14933
14934 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
14935
14936         * lib/verify.h: Document the internals better.  Most of this change
14937         was written by Bruno Haible.
14938
14939 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
14940
14941         * doc/verify.texi: New file, partly based on a proposal by
14942         Bruno Haible.
14943
14944 2006-05-02  Bruno Haible  <bruno@clisp.org>
14945
14946         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
14947         test from here...
14948         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
14949
14950 2006-04-29  Bruno Haible  <bruno@clisp.org>
14951
14952         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
14953         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
14954
14955 2006-04-29  Bruno Haible  <bruno@clisp.org>
14956
14957         * gnulib-tool: Make --update option actually work.
14958
14959 2006-04-29  Bruno Haible  <bruno@clisp.org>
14960
14961         * doc/gcd.texi: New file.
14962         * doc/gnulib.texi: Include it.
14963
14964 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
14965
14966         * lib/getdate.y (get_date): When adding relative date, start with the
14967         initial time, not with the result of the first mktime call.
14968
14969 2006-04-25  Bruno Haible  <bruno@clisp.org>
14970
14971         * gnulib-tool (func_import): Output the include directives in three
14972         blocks, sorted separately.
14973         Reported by Ben Pfaff <blp@cs.stanford.edu>.
14974
14975 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
14976
14977         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
14978         to define main with arguments, for C++.  Reported by Eric Blake.
14979         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
14980         Prefer 'int main ()' to 'int main (void)', for C++.
14981         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
14982         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
14983         for 'main', for C99 and C++.
14984
14985 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
14986
14987         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
14988         Don't assume that exit status -1 is valid.
14989         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
14990         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
14991         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
14992         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
14993         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
14994         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
14995         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
14996         functions can be used without declaring them, or that you can
14997         exit with status -1.
14998         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
14999
15000 2006-04-24  Karl Berry  <karl@gnu.org>
15001
15002         * config/srclist.txt (longdouble.m4): sync lost.
15003
15004 2006-04-24  Eric Blake  <ebb9@byu.net>
15005
15006         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
15007
15008 2006-04-24  Bruno Haible  <bruno@clisp.org>
15009
15010         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
15011         poll() implementation in AIX.
15012         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
15013
15014 2006-04-24  Bruno Haible  <bruno@clisp.org>
15015
15016         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
15017         assigned exactly once.
15018
15019 2006-04-23  Claudio Fontana  <claudio@gnu.org>
15020             Bruno Haible  <bruno@clisp.org>
15021
15022         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
15023         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
15024         for AM_CPPFLAGS.
15025
15026 2006-04-23  Bruno Haible  <bruno@clisp.org>
15027
15028         * modules/copy-file: Depend on unistd.
15029         * modules/execute: Likewise.
15030         * modules/fatal-signal: Likewise.
15031         * modules/findprog: Likewise.
15032         * modules/mkdtemp : Likewise.
15033         * modules/pipe: Likewise.
15034         * modules/wait-process: Likewise.
15035
15036 2006-04-23  Bruno Haible  <bruno@clisp.org>
15037
15038         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
15039         condition was already detected.
15040         Reported by Ben Pfaff <blp@cs.stanford.edu>.
15041
15042 2006-04-23  Bruno Haible  <bruno@clisp.org>
15043
15044         * lib/copy-file.c: Include <unistd.h> unconditionally.
15045         * lib/execute.c: Likewise.
15046         * lib/fatal-signal.c: Likewise.
15047         * lib/findprog.c: Likewise.
15048         * lib/mkdtemp.c: Likewise.
15049         * lib/pipe.h: Likewise.
15050         * lib/pipe.c: Likewise.
15051         * lib/wait-process.h: Likewise.
15052
15053 2006-04-23  Bruno Haible  <bruno@clisp.org>
15054
15055         * gnulib-tool (func_usage): Fix --import description. Document
15056         --update.
15057         (func_import): Create temporary file in a temporary directory, if
15058         --dry-run is specified. Silence errors from 'grep' when there are no
15059         m4 files in $m4dir.
15060         (func_create_testdir): Silence errors from 'grep' when there are no
15061         m4 files in $m4dir.
15062         Reported by Karl Berry <karl@freefriends.org>.
15063
15064 2006-04-20  Bruno Haible  <bruno@clisp.org>
15065
15066         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
15067         one argument, so that the code will be portable to Autoconf 2.60.
15068         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
15069         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
15070         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
15071
15072 2006-04-19  Derek Price  <derek@ximbiot.com>
15073             Eric Blake  <ebb9@byu.net>
15074
15075         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
15076         rather than "/full/path.h".  Update comment to match.  Shorten &
15077         generalize m4_translit call via AS_TR_CPP.
15078
15079 2006-04-19  Derek Price  <derek@ximbiot.com>
15080             Eric Blake  <ebb9@byu.net>
15081
15082         * lib/inttypes.h: Correct grammar in comment.
15083
15084 2006-04-18  Derek Price  <derek@ximbiot.com>
15085             Paul Eggert  <eggert@cs.ucla.edu>
15086
15087         * modules/inttypes: New file.
15088         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
15089
15090 2006-04-18  Derek Price  <derek@ximbiot.com>
15091             Paul Eggert  <eggert@cs.ucla.edu>
15092
15093         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
15094         New files.
15095
15096 2006-04-18  Derek Price  <derek@ximbiot.com>
15097             Paul Eggert  <eggert@cs.ucla.edu>
15098
15099         * lib/inttypes.h: New file.
15100         * lib/strtoimax.c: Assume <inttypes.h>.
15101
15102 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
15103
15104         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
15105         isn't mounted.  Problem reported by Kir Kolyshkin.
15106
15107 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
15108
15109         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
15110         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
15111         Derek R. Price.
15112         * lib/regex.h (RE_DUP_MAX): Update comment to match current
15113         implementation.
15114
15115 2006-04-12  Eric Blake  <ebb9@byu.net>
15116
15117         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
15118         is now done automatically by the corresponding Autoconf macro.
15119
15120 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
15121
15122         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
15123         time_r.h.
15124
15125 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
15126
15127         Merge regex changes from libc, removing some of our
15128         POSIX-conformance changes that were rejected and redoing them in a
15129         less-intrusive way.
15130
15131         * lib/regcomp.c (re_compile_internal, init_dfa):
15132         Length arg is now size_t, not Idx.  All uses changed.
15133         (peek_token): Forward decl now says internal_function.
15134         (__re_error_msgid, __re_error_msgid_idx):
15135         Now static rather than extern with attribute_hidden.
15136         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
15137         For some reason libc prefers K&R style defns for external functions.
15138         (regerror) [!defined _LIBC]: Likewise.
15139         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
15140         (seek_collating_symbol_entry, lookup_collation_sequence_value):
15141         (build_range_exp, build_collating_symbol):
15142         Use K&R-style defn.
15143         (re_compile_fastmap): Use '\0' to memset, not 0.
15144         (utf8_sb_map): Make the calculations more obvious.
15145         (init_dfa, parse_bracket_exp, build_charclass_op):
15146         Call calloc and cast result, as glibc does.
15147         (init_word_char, fetch_token, peek_token, peek_token_bracket):
15148         (build_range_exp, build_collating_symbol):
15149         Now internal functions.
15150
15151         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
15152
15153         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
15154         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
15155         Don't depend on VMS; depend on __VMS instead, for POSIX
15156         namespace cleanness.
15157         (regoff_t): Define to ssize_t, not long int.
15158
15159         Remove the REG_ macros named below.  Instead, make the old names
15160         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
15161         __USE_GNU_REGEX.
15162         (REG_BACKSLASH_ESCAPE_IN_LISTS):
15163         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
15164         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
15165         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
15166         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
15167         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
15168         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
15169         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
15170         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
15171         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
15172         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
15173         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
15174         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
15175         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
15176         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
15177         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
15178         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
15179         (REG_NREGS):
15180         Remove.  All uses replaced by the old RE_* names.
15181         (RE_BACKSLASH_ESCAPE_IN_LISTS):
15182         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
15183         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
15184         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
15185         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
15186         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
15187         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
15188         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
15189         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
15190         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
15191         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
15192         Don't bother having these macros be independent of each others'
15193         values, since they no longer exist in the POSIX name space.
15194
15195         Rename the following member names back to their old names,
15196         unless !__USE_GNU_REGEX.  All uses changed back.
15197         (buffer): Renamed from re_buffer.
15198         (allocated): Renamed from re_allocated.
15199         (used): Renamed from re_used.
15200         (syntax): Renamed from re_syntax.
15201         (fastmap): Renamed from re_fastmap.
15202         (translate): Renamed from re_translate.
15203         (can_be_null): Renamed from re_can_be_null.
15204         (regs_allocated): Renamed from re_regs_allocated.
15205         (fastmap_accurate): Renamed from re_fastmap_accurate.
15206         (no_sub): Renamed from re_no_sub.
15207         (not_bol): Renamed from re_not_bol.
15208         (not_eol): Renamed from re_not_eol.
15209         (newline_anchor): Renamed from re_newline_anchor.
15210         (num_regs): Renamed from rm_num_regs.
15211         (start): Renamed from rm_start.
15212         (end): Renamed from rm_end.
15213
15214         (free_state): Move up a bit.
15215
15216         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
15217         #define to be empty.
15218         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
15219         when that is what is intended.
15220         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
15221         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
15222         (MAX): New macro.
15223         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
15224         All uses changed back to re_malloc, etc.  It's now the caller's
15225         responsibility to check for overflow; all callers changed.
15226         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
15227         (re_x2nrealloc): Remove.
15228         (free_state): Remove decl.
15229
15230         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
15231         (re_set_registers, re_exec):
15232         Use K&R-style defn.
15233
15234         2006-01-31  Roland McGrath  <roland@redhat.com>
15235
15236         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
15237         Reported by Mike Frysinger <vapier@gentoo.org>.
15238
15239         2006-01-15  Andreas Jaeger  <aj@suse.de>
15240
15241         [BZ #1950]
15242         * lib/regex_internal.c (re_string_reconstruct): Adjust for
15243         build_wcs_upper_buffer change.
15244         (build_wcs_upper_buffer): Change return type.
15245
15246         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
15247
15248         * lib/regex_internal.h: Include <stdint.h> if available.
15249
15250         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
15251
15252         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
15253
15254         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
15255
15256         * lib/regcomp.c: Adjust for changed secondary hash function.
15257
15258         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
15259
15260         * lib/regex.h: Pretty printing.
15261         Clean up namespace a bit.
15262
15263         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
15264
15265         * lib/regexec.c (update_cur_sifted_state, check_arrival,
15266         check_arrival_add_next_nodes): Avoid using uninitialized variable.
15267
15268         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
15269                     Ulrich Drepper  <drepper@redhat.com>
15270
15271         [BZ #1302]
15272         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
15273         changed.
15274         (bitset_word_t): Renamed from bitset_word.  All uses changed.
15275
15276         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
15277
15278         [BZ #281]
15279         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
15280         * lib/regcomp.c: Remove unnecessary uses of
15281         unsigned RE_TRANSLATE_TYPE.
15282         * lib/regex_internal.h: Likewise.
15283         * lib/regex_internal.c: Likewise.
15284         * lib/regexec.c: Likewise.
15285         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
15286
15287         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
15288
15289         * lib/regexec.c (find_recover_state): Remove unnecessary
15290         initialization.
15291         (transit_state_bkref): Make DFA a const pointer.
15292         (get_subexp): Likewise.
15293         (check_arrival): Likewise.
15294         (update_cur_sifted_state): Likewise.
15295         (re_search_internal): Likewise.
15296         (prune_impossible_nodes): Likewise.
15297         (acquire_init_state_context): Likewise.
15298         (proceed_next_node): Likewise.
15299         (set_regs): Likewise.
15300         (free_fail_stack_return): Likewise.
15301         (check_arrival_expand_ecl): Mark DFA parameter as const.
15302         (check_arrival_expand_ecl_sub): Likewise.
15303         (check_subexp_limits): Likewise.
15304         (sub_epsilon_src_nodes):  Likewise.
15305         (add_epsilon_src_nodes):  Likewise.
15306         (merge_state_array): Likewise.
15307         (update_regs): Likewise.
15308         (build_trtable): Likewise.
15309         (sift_states_backward): Mark MCTX parameter as const.
15310         (build_sifted_states): Likewise.
15311         (update_cur_sifted_state): Likewise.
15312         (sift_states_mkref): Likewise.
15313         (check_arrival_expand_ecl): Mark eclosure as const.
15314         (check_dst_limits_calc_pos_1): Likewise.
15315         * lib/regex_internal.h (re_match_context_t): Make dfa a const
15316         pointer.
15317
15318         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
15319
15320         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
15321         (transit_state_sb): Likewise.
15322         (transit_state_mb): Likewise.
15323         (sift_states_iter_mb): Likewise.
15324         (check_arrival_add_next_nodes): Likewise.
15325         (check_node_accept_bytes): Change first parameter to pointer-to-const.
15326         [_LIBC] (re_search_2_stub): Use mempcpy.
15327
15328         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
15329         mbrtowc for very simple UTF-8 case.
15330
15331         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
15332         a pointer-to-const.
15333         (re_acquire_state_context): Likewise.
15334         * lib/regex_internal.h: Adjust prototypes.
15335
15336         * lib/regex.c: Prevent using C++ compilers.
15337
15338         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
15339         (re_acquire_state_context): Likewise.
15340
15341 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
15342
15343         * modules/regex (Depends-on): Add ssize_t.
15344
15345 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
15346
15347         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
15348         translation table.
15349
15350 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
15351
15352         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
15353
15354 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
15355             Bruno Haible  <bruno@clisp.org>
15356
15357         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
15358         <sys/types.h> and <inttypes.h>.
15359
15360 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15361
15362         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
15363         `__error_t_defined', so argp.h will not typedef the former.
15364
15365 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
15366
15367         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
15368         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
15369         glibc names.  Even if glibc is changed to conform to POSIX, the
15370         traditional names will be available anyway, since regex depends on
15371         the extensions module.  Also, fix a longstanding typo in the
15372         implementation of Spencer ERE test #75 from grep 2.3.  Problems
15373         reported by Emanuele Giaquinta.  Also, change sense of cached
15374         variable, so that the message makes sense.
15375
15376 2006-03-24  Simon Josefsson  <jas@extundo.com>
15377
15378         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
15379         including some doc fixes.
15380         (base64_encode_alloc): Fix +1 bug on allocation failures.
15381
15382 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15383
15384         * lib/base64.c (base64_encode): Do not read past end of array with
15385         unsanitized input on systems with CHAR_BIT > 8.
15386
15387 2006-03-24  Eric Blake  <ebb9@byu.net>
15388
15389         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
15390
15391 2006-03-22  Karl Berry  <karl@gnu.org>
15392
15393         * config/srclist.txt (*setenv.[ch]): get from coreutils.
15394         * config/srclistvars.sh (COREUTILS): new var.
15395
15396 2006-03-17  Jim Meyering  <jim@meyering.net>
15397
15398         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
15399         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
15400
15401 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
15402
15403         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
15404         no longer needs it.  Instead, check that regoff_t is as least
15405         as wide as ptrdiff_t.
15406
15407         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
15408         so that our regex.h stays compatible with the installed regex.
15409         This is helpful for installers who configure --without-included-regex.
15410         Problem reported by Emanuele Giaquinta.
15411
15412 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
15413
15414         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
15415         Typedef to long int, not to off_, as POSIX will likely change
15416         in that direction.
15417
15418 2006-03-15  Eric Blake  <ebb9@byu.net>
15419
15420         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
15421
15422 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
15423
15424         * lib/argp-help.c (validate_uparams): Fix typo
15425         * lib/argp-parse.c (argp_default_options): Consistently begin help
15426         messages with a lowercase letter.
15427
15428 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
15429
15430         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
15431         overrun buffers and shouldn't be used (much as gets shouldn't be
15432         used).
15433         * lib/time_r.c (asctime_r, ctime_r): Likewise.
15434
15435 2006-03-08  Simon Josefsson  <jas@extundo.com>
15436
15437         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
15438         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
15439
15440 2006-03-08  Simon Josefsson  <jas@extundo.com>
15441
15442         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
15443         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
15444
15445 2006-03-08  Simon Josefsson  <jas@extundo.com>
15446
15447         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
15448         signal that configure disabled the device.
15449
15450 2006-03-08  Simon Josefsson  <jas@extundo.com>
15451
15452         * build-aux/maint.mk: Fix refresh-po, to handle no translated
15453         languages.
15454
15455 2006-03-07  Simon Josefsson  <jas@extundo.com>
15456
15457         * modules/getopt (Depends-on): Add unistd.
15458
15459         * modules/unistd: New file.
15460
15461 2006-03-07  Simon Josefsson  <jas@extundo.com>
15462
15463         * modules/gc-random: New file.
15464
15465 2006-03-07  Simon Josefsson  <jas@extundo.com>
15466
15467         * m4/unistd_h.m4: New file.
15468
15469 2006-03-07  Simon Josefsson  <jas@extundo.com>
15470
15471         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
15472         test to be side-effect free by storing the result in the cache
15473         variable gl_cv_lib_readline, and moving the assignment of
15474         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
15475         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
15476
15477 2006-03-07  Simon Josefsson  <jas@extundo.com>
15478
15479         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
15480         error on missing devices (the functions will return an error).
15481
15482         * m4/gc.m4: Move random stuff to gc-random.m4
15483
15484 2006-03-07  Simon Josefsson  <jas@extundo.com>
15485
15486         * lib/unistd_.h: New file.
15487
15488 2006-03-07  Simon Josefsson  <jas@extundo.com>
15489
15490         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
15491
15492 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
15493
15494         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
15495         Problem reported by Juan Manuel Guerrero.
15496
15497 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
15498
15499         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
15500         the unistd module.
15501         * lib/getlogin_r.c: Likewise.
15502         * lib/getlogin_r.h: Likewise.
15503         * lib/glob.c: Likewise.
15504         * lib/pagealign_alloc.c: Likewise.
15505         * lib/unistd_.h: Remove; no longer needed.
15506
15507 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
15508
15509         * MODULES.html.sh (Support for systems lacking POSIX:2001):
15510         Add unistd.
15511         * modules/c-stack (Depends-on): Add unistd.
15512         * modules/getlogin_r: Likewise.
15513         * modules/glob: Likewise.
15514         * modules/pagealign_alloc: Likewise.
15515         * modules/unistd (Files): Remove lib/unistd_.h.
15516         (EXTRA_DIST): Remove.
15517         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
15518         need unistd_.h.
15519         (MOSTLYCLEANFILES): Remove unistd.h-t.
15520
15521 2006-03-03  Simon Josefsson  <jas@extundo.com>
15522
15523         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
15524
15525 2006-03-03  Simon Josefsson  <jas@extundo.com>
15526
15527         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
15528         libidn and bison.
15529
15530 2006-03-03  Simon Josefsson  <jas@extundo.com>
15531
15532         * build-aux/maint.mk: Add indent target.
15533
15534 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
15535
15536         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
15537         our replacement poll.h in any case, to avoid a differing
15538         declaration from a system header.  Seen on AIX.
15539
15540 2006-03-01  Simon Josefsson  <jas@extundo.com>
15541
15542         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
15543         <kasal@ucw.cz>.
15544
15545 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
15546
15547         * modules/gettime (Depends-on): Add extensions module.
15548         * modules/nanosleep (Depends-on): Likewise.
15549         * modules/settime (Depends-on): Likewise.
15550
15551 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
15552
15553         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
15554         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
15555         pedantically.
15556         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
15557         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
15558
15559         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
15560         not "==".  Reported by Ralf Wildenhues.
15561
15562 2006-03-01  Karl Berry  <karl@gnu.org>
15563
15564         * doc/Copyright/request-*: new files, synced from gnuorg.
15565
15566 2006-03-01  Karl Berry  <karl@gnu.org>
15567
15568         * config/srclist.txt (Copyright/*): new entries.
15569
15570 2006-02-28  Simon Josefsson  <jas@extundo.com>
15571
15572         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
15573
15574 2006-02-27  Simon Josefsson  <jas@extundo.com>
15575
15576         * lib/base64.h: Indent #define's.  From Jim Meyering
15577         <jim@meyering.net>.
15578
15579 2006-02-27  Jim Meyering  <jim@meyering.net>
15580
15581         Revert the change of 2006-02-24, so these files can continue
15582         to be sync'd from gettext.
15583         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
15584         of `config.h'.
15585
15586 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
15587
15588         * modules/intprops: New file.
15589         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
15590         Add intprops.
15591         * modules/getloadavg (Files): Remove lib/intprops.h.
15592         (Depends-on): Add intprops.
15593         * modules/human: Likewise.
15594         * modules/inttostr: Likewise.
15595         * modules/openat: Likewise.
15596         * modules/sig2str: Likewise.
15597         * modules/userspec: Likewise.
15598         * modules/utimecmp: Likewise.
15599         * modules/xnanosleep: Likewise.
15600         * modules/xstrtol: Likewise.
15601
15602 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
15603
15604         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
15605         * modules/lock-tests (TESTS): Use $(EXEEXT).
15606         * modules/tls-tests: Likewise.
15607         * modules/argp-tests: Likewise.
15608         (check_PROGRAMS): New var, replacing...
15609         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
15610
15611 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15612
15613         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
15614         `config.h'.
15615
15616 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
15617
15618         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
15619
15620 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15621
15622         Sync from coreutils.
15623         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
15624         gl_CHDIR_SAFER.
15625
15626 2006-02-22  Jim Meyering  <jim@meyering.net>
15627
15628         Sync from coreutils.
15629         * m4/chdir-safer.m4: New file.
15630
15631 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
15632
15633         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
15634         AT_FDCWD exceeds INT_MAX.
15635         * lib/openat.h (AT_FDCWD): Likewise.
15636
15637 2006-02-17  Eric Blake  <address@hidden>
15638
15639         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
15640
15641 2006-02-16  Simon Josefsson  <jas@extundo.com>
15642
15643         * modules/getaddrinfo (Depends-on): Add sys_socket.
15644
15645 2006-02-15  Simon Josefsson  <jas@extundo.com>
15646
15647         * build-aux/maint.mk: Add dsyntax-check rule.
15648
15649 2006-02-15  Eric Blake  <ebb9@byu.net>
15650
15651         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
15652         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
15653         'present but cannot compile' warnings on cygwin.
15654         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
15655         use ws2tcpip.h if sys/socket.h works.
15656         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
15657         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
15658
15659 2006-02-14  Simon Josefsson  <jas@extundo.com>
15660
15661         * modules/maintainer-makefile (Files): Rename.
15662
15663         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
15664         and (the local) Makefile.cfg to maint-cfg.mk.
15665
15666         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
15667         to the latter.
15668
15669         * modules/maintainer-makefile: New module.
15670
15671         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
15672         severaly stripped to make it possible to build it up from scratch
15673         with reliable tests.
15674
15675         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
15676         fixes to permit overriding the default actions when configure and
15677         makefile are not available.
15678
15679 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
15680
15681         Sync from coreutils.
15682         * modules/lstat (Depends-on): Don't depend on xalloc.
15683         (License): Change from GPL to LGPL, since this is now simply a
15684         replacement for a libc function.
15685
15686 2006-02-14  Jim Meyering  <jim@meyering.net>
15687
15688         Sync from coreutils.
15689
15690         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
15691         failure on deficient systems, and simplify gnulib lgpl dependencies.
15692         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
15693         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
15694
15695         * lib/xalloc-die.c: Remove unused definition of N_.
15696
15697 2006-02-14  Jim Meyering  <jim@meyering.net>
15698
15699         Sync from coreutils.
15700         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
15701         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
15702         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
15703         double-quote uses of that variable, to accommodate the rare case in
15704         which getmntent is available in none of the libraries checked.  This
15705         happens at least on FreeBSD 5.0.
15706
15707 2006-02-13  Simon Josefsson  <jas@extundo.com>
15708
15709         * gnulib-tool (Usage): Fix --import, from
15710         karl@freefriends.org (Karl Berry).
15711
15712 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
15713
15714         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
15715
15716 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
15717
15718         * lib/argp-namefrob.h: Restore changes accidentally lost during the
15719         "autoupdate" on 2005-12-12.
15720
15721 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
15722
15723         * modules/closeout (Depends-on): Remove atexit.
15724
15725 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
15726
15727         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
15728         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
15729
15730 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
15731
15732         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
15733         __EXTENSIONS__ if this causes compilation to fail.  Problem
15734         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
15735         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
15736
15737 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
15738
15739         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
15740         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
15741         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
15742         All uses changed.
15743
15744 2006-01-26  Simon Josefsson  <jas@extundo.com>
15745
15746         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
15747         prototype is visible on mingw32.
15748
15749         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
15750         for mingw32.
15751
15752         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
15753         mingw32).
15754
15755 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
15756
15757         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
15758         attempt to open for write; this always fails, at least on POSIX
15759         hosts.  This reinstates the 2006-01-09 change, which was
15760         inadvertently removed.
15761
15762 2006-01-26  Bruno Haible  <bruno@clisp.org>
15763
15764         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
15765         Reported by Paul Eggert.
15766
15767 2006-01-26  Bruno Haible  <bruno@clisp.org>
15768             Paul Eggert  <eggert@cs.ucla.edu>
15769
15770         * lib/stdbool_.h (_Bool)
15771         [(! (defined __cplusplus || defined __BEOS__)
15772           && !defined __GNUC__
15773           && !(defined __HP_cc || defined __xlc__
15774                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
15775                || defined __sgi))]:
15776         #define to signed char in these cases too; this simplifies
15777         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
15778         etc., separately) and makes it more conservative.
15779
15780 2006-01-25  Simon Josefsson  <jas@extundo.com>
15781
15782         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
15783         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
15784         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
15785
15786 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
15787
15788         * lib/argp-namefrob.h: Bugfix. Remove stray #
15789
15790 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
15791
15792         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
15793         so that we test the test.
15794         Check for yet another HP-UX cc bug involving *bool |= bool.
15795
15796 2006-01-25  Karl Berry  <karl@gnu.org>
15797
15798         * config/srclist.txt (vasnprintf.c): sync lost.
15799
15800 2006-01-25  Jim Meyering  <jim@meyering.net>
15801
15802         Sync from the stable (b5) branch of coreutils:
15803
15804         * lib/fts.c (fts_children): Don't let close() clobber errno from
15805         failed fchdir().
15806
15807         * lib/fts.c (fts_stat): When following a symlink-to-directory,
15808         don't necessarily interpret stat-fails+lstat-succeeds as indicating
15809         a dangling symlink.  That can also happen at least for ELOOP.
15810         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
15811         FYI, this bug predates the inclusion of fts.c in coreutils.
15812
15813         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
15814         in their own block, so pre-c99 compilers don't object.
15815
15816         Avoid the double-free (first in fts_read, second in fts_close) that
15817         would occur when an `active' directory is made inaccessible (e.g.,
15818         via chmod a-x) during a traversal.
15819         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
15820         before returning.  Reproduce this failure by
15821         mkdir -p a/b; cd a; chmod a-x . b
15822         Reported by Stavros Passas.
15823
15824 2006-01-25  Jim Meyering  <jim@meyering.net>
15825
15826         * lib/fileblocks.c: Remove more useless parentheses.
15827         * lib/readutmp.h: Likewise.
15828
15829 2006-01-25  Bruno Haible  <bruno@clisp.org>
15830
15831         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
15832         warnings.
15833         Reported by Paul Eggert.
15834
15835 2006-01-25  Bruno Haible  <bruno@clisp.org>
15836
15837         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
15838         rid of a trap command. For Solaris sh.
15839         Reported by Mark D. Baushke <mdb@gnu.org>.
15840
15841 2006-01-24  Simon Josefsson  <jas@extundo.com>
15842
15843         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
15844         Bruno.
15845
15846 2006-01-24  Karl Berry  <karl@gnu.org>
15847
15848         * config/srclist.txt (argp-namefrob.h): sync lost.
15849
15850 2006-01-24  Jim Meyering  <jim@meyering.net>
15851
15852         * modules/openat (Files): Add lib/intprops.h.
15853         From Mark D. Baushke.
15854
15855 2006-01-24  Jim Meyering  <jim@meyering.net>
15856
15857         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
15858         Reported by Mark D. Baushke.
15859
15860 2006-01-24  Jim Meyering  <jim@meyering.net>
15861
15862         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
15863
15864 2006-01-24  Bruno Haible  <bruno@clisp.org>
15865
15866         * modules/strnlen (Maintainer): Change from glibc to all.
15867
15868 2006-01-24  Bruno Haible  <bruno@clisp.org>
15869
15870         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
15871         Patch by Paul Eggert.
15872
15873 2006-01-24  Bruno Haible  <bruno@clisp.org>
15874
15875         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
15876         already has it.
15877         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
15878         2005-11-26.
15879
15880         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
15881         'signed char' to avoid problems with the built-in _Bool type.
15882         Reported by Paul Eggert on 2005-11-26.
15883
15884 2006-01-24  Bruno Haible  <bruno@clisp.org>
15885
15886         * gnulib-tool (func_import): Avoid constructing complicated sed
15887         expressions inside backquote.
15888         Report and solution by Mark D. Baushke <mdb@gnu.org>.
15889
15890 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
15891
15892         These changes imported from libc.
15893         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
15894         test and two separate function calls.
15895         * lib/strndup.c (__strndup): Add libc_hidden_def.
15896
15897 2006-01-23  Simon Josefsson  <jas@extundo.com>
15898
15899         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
15900         Remove the test_*_SOURCES variable: automake infers it by default.
15901         * modules/tls-tests: Likewise.
15902
15903 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
15904
15905         Work around porting bugs reported by Dieter in
15906         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
15907         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
15908         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
15909         Include "getopt.h" first, to check interface.
15910         (getenv): Declare only if defined HAVE_DECL_GETENV &&
15911         !HAVE_DECL_GETENV.
15912         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
15913         (__strndup): Revert to K&R-style function dfns, the glibc style.
15914         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
15915         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
15916         Include strnlen.h first, to get prototype properly.
15917         (strnlen): Renamed from __strnlen.
15918         Remove weak alias.
15919
15920 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
15921
15922         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
15923
15924 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
15925
15926         * config/srclist.txt: Adjust to reflect glibc reorganization.
15927         This affects only comments.
15928
15929 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
15930
15931          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
15932          Reported by Bruce Korb <bkorb@gnu.org>.
15933
15934 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
15935
15936         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
15937         to pacify gcc -Wswitch-default.
15938
15939 2006-01-22  Bruno Haible  <bruno@clisp.org>
15940
15941         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
15942         temporary buffer for sprintf, take into account the precision also
15943         for 'd', 'i', 'u', 'o', 'x', 'X'.
15944
15945 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
15946
15947         * modules/argp-tests: New module
15948         * tests/test-argp.c: New file
15949         * tests/test-argp-2.sh: New file
15950
15951 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
15952
15953         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
15954         (__argp_base_name): Removed
15955         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
15956         typo.
15957         (__argp_base_name): Provide macro definition or extern declaration
15958         depending on the configuration
15959
15960 2006-01-20  Simon Josefsson  <jas@extundo.com>
15961
15962         * modules/inet_ntop (Depends-on): Depend on sys_socket.
15963
15964 2006-01-20  Simon Josefsson  <jas@extundo.com>
15965
15966         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
15967
15968 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
15969
15970         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
15971         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
15972         Suggested by Bruno Haible.
15973
15974 2006-01-20  Karl Berry  <karl@gnu.org>
15975
15976         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
15977         until changes propagate, I guess.
15978
15979 2006-01-19  Simon Josefsson  <jas@extundo.com>
15980
15981         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
15982
15983 2006-01-19  Simon Josefsson  <jas@extundo.com>
15984
15985         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
15986
15987 2006-01-19  Simon Josefsson  <jas@extundo.com>
15988
15989         * gnulib-tool: Set check_PROGRAMS.
15990
15991         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
15992         modules/des-tests, modules/gc-arcfour-tests,
15993         modules/gc-arctwo-tests, modules/gc-des-tests,
15994         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
15995         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
15996         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
15997         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
15998         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
15999         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
16000         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
16001         test_*_SOURCES.
16002
16003 2006-01-18  Simon Josefsson  <jas@extundo.com>
16004
16005         * modules/socklen (Depends-on): Depend on sys_socket.
16006
16007 2006-01-18  Simon Josefsson  <jas@extundo.com>
16008
16009         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
16010         modules/des-tests, modules/gc-arcfour-tests,
16011         modules/gc-arctwo-tests, modules/gc-des-tests,
16012         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
16013         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
16014         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
16015         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
16016         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
16017         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
16018         $(EXEEXT) to automake TESTS variable, for mingw32.
16019
16020 2006-01-17  Simon Josefsson  <jas@extundo.com>
16021
16022         * modules/socklen (Include): Need sys/socket.h.
16023
16024 2006-01-17  Bruno Haible  <bruno@clisp.org>
16025
16026         * modules/ssize_t (Include): Add <sys/types.h>.
16027
16028 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
16029
16030         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
16031         it's not portable and it doesn't work with cross-compiles.
16032         Problem reported by Bruno Haible.  Fix missing-$ typo in
16033         'test "gl_cv_ignore_unused_libraries" ...' that prevented
16034         -zignore from being used with Sun's C compiler.
16035
16036 2006-01-12  Simon Josefsson  <jas@extundo.com>
16037
16038         * lib/base64.c: Fix warning, reported by Bruno Haible
16039         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
16040
16041 2006-01-12  Bruno Haible  <bruno@clisp.org>
16042
16043         * modules/ldd: New file.
16044         * build-aux/ldd.sh.in: New file.
16045         * MODULES.html.sh (Support for building libraries and executables): Add
16046         ldd.
16047
16048 2006-01-12  Bruno Haible  <bruno@clisp.org>
16049
16050         * m4/ldd.m4: New file.
16051
16052 2006-01-12  Bruno Haible  <bruno@clisp.org>
16053
16054         * gnulib-tool (func_import, func_create_testdir): Don't go into an
16055         endless loop while replacing $auxdir with build-aux.
16056
16057 2006-01-11  Simon Josefsson  <jas@extundo.com>
16058
16059         * lib/stdint_.h (SIZE_MAX): Add missing (.
16060
16061 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
16062
16063         Sync from coreutils.
16064         * lib/md5.c: Fix commentary typos.
16065         (alignof, UNALIGNED_P): No need for a GCC-specific version.
16066         * lib/md5.h (__attribute__): Remove; unused.
16067         * lib/sha1.c: Fix commentary to match md5 better.
16068         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
16069         so that we don't need to worry about alignment.  All uses changed.
16070         This merges the 2005-10-28 md5 change into sha1.
16071
16072 2006-01-11  Jim Meyering  <jim@meyering.net>
16073
16074         Sync from coreutils.
16075         * lib/md5.c (OP): Fix spacing.
16076
16077 2006-01-11  Bruno Haible  <bruno@clisp.org>
16078
16079         Ensure automatic ordering between gl_LOCK and gl_ARGP.
16080         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
16081         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
16082
16083 2006-01-11  Bruno Haible  <bruno@clisp.org>
16084
16085         Ensure automatic ordering between gl_LOCK and gl_ARGP.
16086         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
16087         the "early" section as well.
16088
16089 2006-01-11  Bruno Haible  <bruno@clisp.org>
16090
16091         Avoid "ar: no archive members specified" error on MacOS X.
16092         * gnulib-tool (func_modules_add_dummy): New function.
16093         (func_import, func_create_testdir): Invoke it.
16094
16095 2006-01-11  Bruno Haible  <bruno@clisp.org>
16096
16097         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
16098         with $auxdir in AC_CONFIG_FILES statements.
16099
16100 2006-01-11  Bruno Haible  <bruno@clisp.org>
16101
16102         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
16103         Initialize also noinst_HEADERS to empty.
16104
16105 2006-01-11  Bruno Haible  <bruno@clisp.org>
16106
16107         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
16108         variables.
16109         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
16110         autoreconf.
16111
16112 2006-01-11  Bruno Haible  <bruno@clisp.org>
16113
16114         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
16115         overridable by the user.
16116         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
16117
16118 2006-01-10  Simon Josefsson  <jas@extundo.com>
16119
16120         * modules/sys_socket: New file.
16121
16122 2006-01-10  Simon Josefsson  <jas@extundo.com>
16123
16124         * m4/sys_socket_h.m4: New file.
16125
16126 2006-01-10  Simon Josefsson  <jas@extundo.com>
16127
16128         * lib/socket_.h: New file.
16129
16130 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
16131
16132         * modules/readutmp (Maintainer): Add myself.
16133
16134 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
16135
16136         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
16137         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
16138         People who are still concerned with buggy memcmp implementations
16139         can invoke gl_FUNC_MEMCMP themselves.
16140
16141 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
16142
16143         * lib/regex_internal.h (BITSET_WORD_BITS):
16144         Work around a bug in 64-bit PGC (before version 6.1-2), where the
16145         preprocessor mishandles large unsigned values as if they were signed.
16146         Problem reported by Claudio Fontana in
16147         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
16148
16149 2006-01-10  Jim Meyering  <jim@meyering.net>
16150
16151         Avoid the double-free (first in fts_read, second in fts_close) that
16152         would occur when an `active' directory is made inaccessible (e.g.,
16153         via chmod a-x) during a traversal.
16154         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
16155         before returning.  Reproduce this failure by
16156         mkdir -p a/b; cd a; chmod a-x . b
16157         Reported by Stavros Passas.
16158
16159         Sync from coreutils.
16160         * lib/sha1.c: Tweak grammar in a comment.
16161
16162 2006-01-10  Jim Meyering  <jim@meyering.net>
16163
16164         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
16165         Patch by Joerg Sonnenberger.
16166
16167 2006-01-10  Bruno Haible  <bruno@clisp.org>
16168
16169         * modules/readutmp: Depend on module free.
16170         * modules/strtok_r: Depend on module restrict.
16171
16172 2006-01-10  Bruno Haible  <bruno@clisp.org>
16173
16174         * modules/gettext (configure.ac): Add an invocation of
16175         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
16176
16177 2006-01-10  Bruno Haible  <bruno@clisp.org>
16178
16179         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
16180         Reported by Werner Lemberg <wl@gnu.org>.
16181
16182 2006-01-10  Bruno Haible  <bruno@clisp.org>
16183
16184         * lib/localcharset.c: Update from GNU gettext.
16185
16186 2006-01-10  Bruno Haible  <bruno@clisp.org>
16187
16188         * lib/argp.h (__const): Remove macro. Use const instead.
16189         * lib/argp-fmtstream.h (__const): Likewise.
16190         * lib/glob_.h (__const): Remove macro.
16191         * lib/glob-libc.h: Use const instead of __const.
16192
16193 2006-01-10  Bruno Haible  <bruno@clisp.org>
16194
16195         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
16196         variable.
16197         Needed to avoid an automake error regarding the 'gettext' module.
16198
16199 2006-01-09  Simon Josefsson  <jas@extundo.com>
16200
16201         * modules/inet_ntop (Depends-on): Add restrict.
16202
16203 2006-01-09  Simon Josefsson  <jas@extundo.com>
16204
16205         * modules/gc-rijndael-tests (License): Put under LGPL.
16206
16207         * modules/gc-des-tests (License): Likewise.
16208
16209         * modules/gc-arcfour-tests (License): Likewise.
16210
16211         * modules/gc-arctwo-tests (License): Likewise.
16212
16213         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
16214
16215         * modules/gc-hmac-sha1-tests (Files): Likewise.
16216
16217         * modules/gc-hmac-md5-tests (License): Likewise.
16218
16219         * modules/gc-sha1-tests (License): Likewise.
16220
16221         * modules/gc-md5-tests (License): Likewise.
16222
16223         * modules/gc-md4-tests (License): Likewise.
16224
16225         * modules/gc-md2-tests (License): Likewise.
16226
16227         * modules/gc-tests (License): Likewise.
16228
16229         * modules/des-tests (License): Likewise.
16230
16231         * modules/md4-tests (License): Likewise.
16232
16233         * modules/md2-tests (License): Likewise.
16234
16235 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
16236
16237         Sync from coreutils:
16238
16239         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
16240         * modules/lib-ignore: New file.
16241         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
16242         chdir-safer.m4, lchmod.m4.
16243         * modules/openat: Add mkdirat.c, openat-priv.h.
16244
16245 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
16246
16247         Sync from coreutils.
16248         * m4/lib-ignore.m4: New file.
16249         * m4/lchmod.m4: New file.
16250
16251 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
16252
16253         Sync from coreutils.
16254         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
16255         for write access: POSIX says that must fail.
16256         * lib/fts.c (diropen): Likewise.
16257         * lib/save-cwd.c (save_cwd): Likewise.
16258         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
16259         well, for minor improvements on hosts that lack O_DIRECTORY.
16260         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
16261         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
16262         Fall back on chown if open failed with EACCES.
16263
16264         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
16265         Report an error at compile-time if only a 1-second nominal clock
16266         resolution is found.
16267
16268         * lib/lchmod.h: New file.
16269         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
16270         (make_dir_parents): Use lchown rather than chown, and
16271         lchmod rather than chmod.
16272
16273         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
16274         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
16275         "proc" reported by n0dalus.
16276
16277         * lib/mountlist.c: Include <limits.h>.
16278         (dev_from_mount_options)
16279         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
16280         New function.  It no longer assumes "dev=" has the System V meaning
16281         on Linux (since it doesn't).  It also parses "dev=" more carefully.
16282         (read_file_system_list)
16283         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
16284         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
16285         dev= in that case.
16286
16287         * lib/posixtm.h (PDS_PRE_2000): New macro.
16288         * lib/posixtm.c (year): Arg is now syntax_bits rather than
16289         allow_century.  All usages changed.  Reject dates outside the range
16290         1969-1999 if PDS_PRE_2000 is used.
16291
16292 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
16293
16294         Sync from coreutils.
16295         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
16296         (Time of day items): Mention the possibility of leap seconds.
16297         Problem reported by Dr. David Alan Gilbert.
16298
16299 2006-01-09  Jim Meyering  <jim@meyering.net>
16300
16301         Sync from coreutils.
16302
16303         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
16304
16305         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
16306
16307         * lib/modechange.c (mode_compile): Reject an invalid mode string
16308         that starts with an octal digit.  From Andreas Gruenbacher.
16309
16310         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
16311         and dup to open_safer and dup_safer, respectively.
16312         (openat_permissive): Fix typo in comment.
16313
16314         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
16315         "gettext.h"; either no longer needed or are guaranteed by openat.h.
16316         (_): Remove; no longer needed.
16317         (openat): Renamed from rpl_openat; no need for rpl_openat
16318         since openat.h renames openat for us.
16319         Replace most of the body with a call to openat_permissive,
16320         to avoid duplicate code.
16321         Port to (probably hypothetical) environments were mode_t is
16322         wider than int.
16323         (openat_permissive): Require mode arg, so that we can check
16324         types better.  Put it just after flags.  Change cwd failure
16325         indicator from pointer-to-bool to pointer-to-errno-value.
16326         All callers changed.
16327         Invoke openat_save_fail and/or openat_restore_fail if
16328         cwd_errno is null, so that openat can call us.
16329         (openat_permissive, fdopendir, fstatat, unlinkat):
16330         Simplify errno handling to avoid some duplicate code,
16331         as it's OK to set errno on success.
16332         * lib/openat.h: Revamp code so that function macros depend on
16333         __OPENAT_PREFIX only, not also on AT_FDCWD.
16334         (openat_ro): Remove.  Caller changed to use openat_permissive.
16335         (openat_permissive): Now a macro, if not a function.
16336         (openat_restore_fail, openat_save_fail): Now always functions,
16337         since mkdirat needs them even if __OPENAT_PREFIX is defined.
16338
16339         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
16340         and openat.c.
16341         * lib/mkdirat.c: Include openat-priv.h.
16342         Remove definitions of macros defined therein.
16343         * lib/openat.c: Likewise.
16344
16345         * lib/mkdirat.c (mkdirat): New file and function.
16346         * lib/openat.h (mkdirat): Declare.
16347
16348         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
16349
16350         * lib/openat.h (openat_permissive): Declare.
16351         (openat_ro): Define.
16352
16353         * lib/openat.c (EXPECTED_ERRNO): New macro.
16354         (openat_permissive): New function -- used in remove.c rewrite.
16355         (all functions): Set errno just before returning, only if there
16356         was an actual failure.
16357         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
16358
16359         Emulate openat-family functions using Linux's procfs, if possible.
16360         Idea and some code based on Ulrich Drepper's glibc changes.
16361
16362         * lib/openat.c: (BUILD_PROC_NAME): New macro.
16363         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
16364         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
16365         before falling back on save_cwd and restore_cwd.
16366         (fdopendir, fstatat, unlinkat): Likewise.
16367
16368         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
16369         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
16370
16371         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
16372         as second argument to va_arg.  Otherwise, some versions of gcc
16373         warn that `if this code is reached, the program will abort'.
16374
16375 2006-01-09  Jim Meyering  <jim@meyering.net>
16376
16377         Sync from coreutils.
16378         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
16379         Require openat-priv.h.
16380
16381 2006-01-09  Bruno Haible  <bruno@clisp.org>
16382
16383         * modules/strnlen (Include): Use strnlen.h.
16384
16385 2006-01-09  Bruno Haible  <bruno@clisp.org>
16386
16387         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
16388
16389 2006-01-09  Bruno Haible  <bruno@clisp.org>
16390
16391         * lib/sysexit_.h (EX_OK): New macro.
16392         Suggested by Martin Lambers <marlam@marlam.de>.
16393
16394 2006-01-09  Bruno Haible  <bruno@clisp.org>
16395
16396         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
16397         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
16398
16399 2006-01-09  Bruno Haible  <bruno@clisp.org>
16400
16401         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
16402         numbers.
16403
16404 2006-01-09  Bruno Haible  <bruno@clisp.org>
16405
16406         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
16407         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
16408         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
16409         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
16410
16411 2006-01-09  Bruno Haible  <bruno@clisp.org>
16412
16413         * build-aux/javacomp.sh.in: New file, moved from lib/.
16414         * modules/javacomp-script (Files): Update.
16415         (configure.ac): Add AC_CONFIG_FILES invocation.
16416         (EXTRA_DIST): Remove variable.
16417
16418         * build-aux/javaexec.sh.in: New file, moved from lib/.
16419         * modules/javaexec (Files): Update.
16420         (configure.ac): Add AC_CONFIG_FILES invocation.
16421         (EXTRA_DIST): Remove javaexec.sh.in.
16422
16423         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
16424         * modules/csharpcomp-script (Files): Update.
16425         (configure.ac): Add AC_CONFIG_FILES invocation.
16426         (EXTRA_DIST): Remove variable.
16427
16428         * build-aux/csharpexec.sh.in: New file, moved from lib/.
16429         * modules/csharpexec (Files): Update.
16430         (configure.ac): Add AC_CONFIG_FILES invocation.
16431         (EXTRA_DIST): Remove csharpexec.sh.in.
16432
16433 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
16434
16435         Sync from coreutils.
16436
16437         Add POSIX ACL support
16438         * lib/acl.h (copy_acl, set_acl): Add declarations.
16439         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
16440         systems other than Linux.
16441         (chmod_or_fchmod): New function: use fchmod when possible,
16442         and chmod otherwise.
16443         (file_has_acl): Add a POSIX ACL implementation, with a
16444         Linux-specific subcase.
16445         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
16446         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
16447         acls are unsupported.
16448         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
16449         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
16450         are unsupported.
16451
16452 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
16453
16454         Sync from coreutils.
16455         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
16456
16457 2006-01-07  Bruno Haible  <bruno@clisp.org>
16458
16459         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
16460         gl_EARLY.
16461
16462 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
16463
16464         * lib/strftime.c (tzname): Don't declare if it is already #defined.
16465         Problem reported for Mingw by Mark Junker.
16466
16467 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
16468
16469         * README: Gnulib normally doesn't generate a tarball.
16470
16471 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
16472
16473         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
16474         long int, not int, for nanosecond counts, so that people who are
16475         used to POSIX struct timespec won't be surprised.  Reported by Jim
16476         Meyering.
16477
16478 2005-12-28  Bruno Haible  <bruno@clisp.org>
16479
16480         * build-aux/config.rpath: Update from GNU gettext.
16481
16482 2005-12-16  Jim Meyering  <jim@meyering.net>
16483
16484         * modules/fprintftime: New module.
16485         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
16486
16487 2005-12-16  Jim Meyering  <jim@meyering.net>
16488
16489         * m4/fprintftime.m4: New file.
16490
16491 2005-12-16  Jim Meyering  <jim@meyering.net>
16492
16493         * lib/fprintftime.c, lib/fprintftime.h: New files.
16494
16495 2005-12-15  Simon Josefsson  <jas@extundo.com>
16496
16497         * modules/socklen (configure.ac): Fix M4 macro name, to align with
16498         new m4/socklen.m4.
16499
16500 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
16501
16502         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
16503         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
16504
16505 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
16506
16507         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
16508         * lib/argp-help.c (fill_in_uparams): Check if the constructed
16509         struct uparams is valid. Fall back to the default values if it is
16510         not.
16511
16512 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
16513
16514         * modules/argp (Files): Add argp-pin.c
16515         (Depends-on): dirname
16516         (lib_SOURCES): Add argp-pin.c
16517
16518 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
16519
16520         * m4/argp.m4:  Check if program_invocation_name and
16521         program_invocation_short_name are declared and define appropriate
16522         macros if they are not.
16523
16524 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
16525
16526         * lib/argp-help.c (__argp_base_name): New function
16527         (__argp_short_program_name): Rewrite using __argp_base_name
16528         * lib/argp-namefrob.h: Define program_invocation_name and
16529         program_invocation_short_name if requested
16530         (__argp_base_name): Add prototype
16531         * lib/argp-parse.c (argp_def): Use gettext wrappers
16532         (argp_default_parser): Use __argp_base_name
16533         * lib/argp-pin.c: New file. Defines program_invocation_name and
16534         program_invocation_short_name on systems that lack them.
16535
16536 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
16537
16538         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
16539         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
16540         porting problem reported by Georg Schwarz in
16541         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
16542
16543 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
16544
16545         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
16546         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
16547         porting problem reported by Georg Schwarz in
16548         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
16549
16550 2005-12-05  Bruno Haible  <bruno@clisp.org>
16551
16552         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
16553         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
16554         Reported by Mark Junker <mjscod@gmx.de>.
16555
16556 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
16557
16558         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
16559         Use implementation from Albert Chin, with some
16560         comments/corrections by Stepan Kasal and myself.
16561
16562 2005-12-02  Bruno Haible  <bruno@clisp.org>
16563
16564         * gnulib-tool (func_import): Accept GPLed build tool modules when
16565         --lgpl is given.
16566         * modules/csharpcomp-script: New file.
16567         * modules/csharpcomp: Depend on it.
16568         * modules/javacomp-script: New file.
16569         * modules/javacomp: Depend on it.
16570         Suggested by Simon Josefsson.
16571
16572 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
16573
16574         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
16575         statement, to work around an HP-UX 10.20 compiler bug reported by
16576         Peter O'Gorman.
16577
16578 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
16579
16580         * modules/savedir (Depends-on): Add openat.
16581
16582 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
16583
16584         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
16585         (uintmax_t) [defined uintmax_t]: Do not declare.
16586         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
16587         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
16588         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
16589         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
16590         sake of portability to weird hosts that C allows (though we don't
16591         know of any practical examples).
16592
16593         * lib/savedir.h (fdsavedir): New decl.
16594         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
16595         contains most of the former guts of savedir.
16596         (savedir): Use savedirstream.
16597         Include "openat.h".
16598
16599 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
16600
16601         * modules/obstack (Files): Add m4/ulonglong.m4.
16602         Problem reported by Davide Angelocola.
16603
16604 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
16605
16606         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
16607         coreutils no longer futzes with rounding modes.
16608
16609 2005-11-14  Jim Meyering  <jim@meyering.net>
16610
16611         * lib/mkstemp-safer.c: Include <config.h>, required for possible
16612         replacement of mkstemp.
16613
16614 2005-11-10  Simon Josefsson  <jas@extundo.com>
16615
16616         * lib/readline.c: Remove EOL.
16617
16618 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
16619
16620         * modules/gethrxtime (Depends-on): Add gettime.
16621
16622 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
16623
16624         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
16625         or gettimeofday; no longer needed.
16626
16627 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
16628
16629         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
16630         time business.
16631         (gethrxtime) [! (HAVE_NANOUPTIME
16632         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
16633         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
16634         our own approximation.
16635
16636 2005-11-08  Eric Blake  <ebb9@byu.net>
16637
16638         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
16639
16640 2005-11-08  Eric Blake  <ebb9@byu.net>
16641
16642         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
16643
16644 2005-11-04  Bruno Haible  <bruno@clisp.org>
16645
16646         * gnulib-tool: Implement --update mode.
16647
16648 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
16649
16650         Fix porting problem reported by Theodoros V. Kalamatianos.
16651         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
16652         Don't assume that futimes failing means we must fail.
16653
16654 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
16655
16656         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
16657         variables to suggest the intended function of the PATH_MAX check.
16658
16659 2005-10-30  Kean Johnston  <jkj@sco.com>
16660
16661         Trivial changes to support SCO systems.
16662         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
16663         as PATH_MAX.
16664         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
16665         where __ptr is null when no I/O is pending.
16666
16667 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
16668
16669         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
16670         leave errno alone.  Problem reported by Dmitry V. Levin.
16671
16672 2005-10-28  Simon Josefsson  <jas@extundo.com>
16673
16674         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
16675         Test more.
16676
16677         * tests/test-gc-md2.c, tests/test-md2.c: New files.
16678
16679         * modules/md2, modules/md2-tests: New files.
16680
16681 2005-10-28  Simon Josefsson  <jas@extundo.com>
16682
16683         * m4/inet_ntop.m4: More tests.
16684
16685         * m4/gc-md2.m4, md2.m4: New file.
16686
16687 2005-10-28  Simon Josefsson  <jas@extundo.com>
16688
16689         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
16690         "restrict" keywords, as per POSIX.  Protect the function
16691         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
16692         Don't use K&R prototypes.  Check the sprintf return values.
16693         Re-define EAFNOSUPPORT if not present.  Indent.
16694
16695         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
16696         suggested by Bruno Haible <bruno@clisp.org>.
16697
16698         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
16699
16700         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
16701
16702         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
16703         libgcrypt).
16704
16705         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
16706
16707         * lib/md2.h, lib/md2.c: New files.
16708
16709 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
16710
16711         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
16712         errno alone.  Problem reported by Frederic Jolliton.
16713
16714 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
16715
16716         * modules/verify (License): Change from GPL to LGPL.  This is a
16717         tiny module and there are apparently near-equivalents that are
16718         under the BSD license.
16719
16720 2005-10-24  Simon Josefsson  <jas@extundo.com>
16721
16722         * modules/sha1: Relicense to LGPL.
16723
16724 2005-10-24  Simon Josefsson  <jas@extundo.com>
16725
16726         * lib/md4.h: Shrink buffer size, now that we changed the type.
16727
16728 2005-10-23  Simon Josefsson  <jas@extundo.com>
16729
16730         * gnulib-tool (func_import): Fix --tests-base.
16731
16732 2005-10-22  Simon Josefsson  <jas@extundo.com>
16733
16734         * modules/arcfour (Depends-on): Need stdint.
16735
16736 2005-10-22  Simon Josefsson  <jas@extundo.com>
16737
16738         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
16739         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
16740
16741 2005-10-22  Simon Josefsson  <jas@extundo.com>
16742
16743         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
16744         suggested by Bruno Haible <bruno@clisp.org>.
16745
16746 2005-10-22  Simon Josefsson  <jas@extundo.com>
16747
16748         * lib/crc.h: Include stddef.h, for size_t.
16749
16750 2005-10-22  Simon Josefsson  <jas@extundo.com>
16751
16752         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
16753         arcfour_context struct (simplify test vector testing in GNU
16754         Shishi).
16755
16756 2005-10-21  Simon Josefsson  <jas@extundo.com>
16757
16758         * modules/des, modules/des-tests: New files.
16759
16760         * modules/gc-des, modules/gc-des-tests: New files.
16761
16762         * tests/test-des.c, tests/test-gc-des.c: New file.
16763
16764 2005-10-21  Simon Josefsson  <jas@extundo.com>
16765
16766         * modules/arctwo, modules/arctwo-tests: New files.
16767
16768         * tests/test-arctwo.c: New file.
16769
16770         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
16771
16772         * tests/test-gc-arctwo.c: New file.
16773
16774 2005-10-21  Simon Josefsson  <jas@extundo.com>
16775
16776         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
16777         Bruno Haible <bruno@clisp.org>.
16778
16779         * m4/gc-des.m4: New file.
16780
16781 2005-10-21  Simon Josefsson  <jas@extundo.com>
16782
16783         * m4/arctwo.m4: New file.
16784
16785         * m4/gc-arctwo.m4: New file.
16786
16787 2005-10-21  Simon Josefsson  <jas@extundo.com>
16788
16789         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
16790         block.
16791
16792 2005-10-21  Simon Josefsson  <jas@extundo.com>
16793
16794         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
16795         <bruno@clisp.org>.
16796
16797         * lib/hmac-sha1.c (hmac_sha1): Likewise.
16798
16799         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
16800         Bruno Haible <bruno@clisp.org>.
16801
16802         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
16803         <bruno@clisp.org>.
16804
16805 2005-10-21  Simon Josefsson  <jas@extundo.com>
16806
16807         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
16808
16809 2005-10-21  Simon Josefsson  <jas@extundo.com>
16810
16811         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
16812
16813 2005-10-21  Simon Josefsson  <jas@extundo.com>
16814
16815         * lib/des.h, lib/des.c: New files.
16816
16817         * lib/gc-gnulib.c: Support DES.c
16818
16819 2005-10-21  Simon Josefsson  <jas@extundo.com>
16820
16821         * lib/arctwo.h, lib/arctwo.c: New files.
16822
16823         * lib/gc-gnulib.c: Support ARCTWO.
16824
16825 2005-10-21  Simon Josefsson  <jas@extundo.com>
16826
16827         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
16828         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
16829
16830 2005-10-21  Simon Josefsson  <jas@extundo.com>
16831
16832         * gnulib-tool (func_import, func_create_testdir): Define automake
16833         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
16834         Makefile.am snippet),
16835         suggested by Bruno Haible <bruno@clisp.org>.
16836
16837         * modules/gc (Makefile.am): Use it.
16838
16839 2005-10-21  Bruno Haible  <bruno@clisp.org>
16840
16841         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
16842         patch.
16843
16844 2005-10-19  Simon Josefsson  <jas@extundo.com>
16845
16846         * tests/test-gc-rijndael.c: New file.
16847
16848         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
16849
16850 2005-10-19  Simon Josefsson  <jas@extundo.com>
16851
16852         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
16853         interface too.
16854
16855 2005-10-19  Simon Josefsson  <jas@extundo.com>
16856
16857         * tests/test-gc-arcfour.c: New file.
16858
16859         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
16860
16861 2005-10-19  Simon Josefsson  <jas@extundo.com>
16862
16863         * modules/gc-md4, modules/gc-md4-tests: New file.
16864
16865         * tests/test-gc-md4.c: New file.
16866
16867 2005-10-19  Simon Josefsson  <jas@extundo.com>
16868
16869         * m4/gc-md4.m4: New file.
16870
16871 2005-10-19  Simon Josefsson  <jas@extundo.com>
16872
16873         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
16874         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
16875         <kasal@ucw.cz>.
16876
16877 2005-10-19  Simon Josefsson  <jas@extundo.com>
16878
16879         * m4/gc-arcfour.m4: New file.
16880
16881         * m4/gc-rijndael.m4: New file.
16882
16883 2005-10-19  Simon Josefsson  <jas@extundo.com>
16884
16885         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
16886
16887 2005-10-19  Simon Josefsson  <jas@extundo.com>
16888
16889         * lib/gc-gnulib.c: Support ARCFOUR.
16890
16891 2005-10-19  Simon Josefsson  <jas@extundo.com>
16892
16893         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
16894         support.
16895
16896         * lib/gc.h: Add ECB enum type.
16897
16898         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
16899
16900 2005-10-18  Simon Josefsson  <jas@extundo.com>
16901
16902         * tests/test-md5.c: New file.
16903
16904         * modules/md5-tests: New file.
16905
16906 2005-10-18  Simon Josefsson  <jas@extundo.com>
16907
16908         * tests/test-md4.c: New file.
16909
16910         * modules/md4, modules/md4-tests: New files.
16911
16912 2005-10-18  Simon Josefsson  <jas@extundo.com>
16913
16914         * m4/md4.m4: New file.
16915
16916 2005-10-18  Simon Josefsson  <jas@extundo.com>
16917
16918         * lib/md4.h, lib/md4.c: New files, based on md5.?.
16919
16920 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
16921
16922         * gnulib-tool (func_create_testdir): Omit the second check whether
16923         BUILT_SOURCES in nonempty.
16924
16925 2005-10-17  Simon Josefsson  <jas@extundo.com>
16926
16927         * tests/test-rijndael.c: New file.
16928
16929 2005-10-17  Simon Josefsson  <jas@extundo.com>
16930
16931         * modules/sha1: Depend on stdint instead of md5.
16932
16933         * modules/md5: Depend on stdint, remove uint32_t.
16934
16935 2005-10-17  Simon Josefsson  <jas@extundo.com>
16936
16937         * modules/gc-sha1-tests: New file.
16938
16939         * tests/test-gc-sha1.c: New file.
16940
16941 2005-10-17  Simon Josefsson  <jas@extundo.com>
16942
16943         * m4/md5.m4: Remove call to uint32_t.m4.
16944
16945 2005-10-17  Simon Josefsson  <jas@extundo.com>
16946
16947         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
16948
16949         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
16950         md5.h.
16951
16952         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
16953
16954         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
16955
16956 2005-10-17  Simon Josefsson  <jas@extundo.com>
16957
16958         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
16959
16960 2005-10-17  Simon Josefsson  <jas@extundo.com>
16961
16962         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
16963
16964 2005-10-17  Simon Josefsson  <jas@extundo.com>
16965
16966         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
16967
16968         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
16969
16970 2005-10-17  Bruno Haible  <bruno@clisp.org>
16971
16972         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
16973         that it can also be used in a test.
16974
16975 2005-10-16  Bruno Haible  <bruno@clisp.org>
16976
16977         * gnulib-tool (func_emit_tests_Makefile_am): Also define
16978         TESTS_ENVIRONMENT, so that individual tests can augment it.
16979
16980         * gnulib-tool (func_create_testdir): Use an intermediate target for
16981         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
16982         macros, like $(ALLOCA_H), which cannot be passed through the command
16983         line.
16984
16985 2005-10-15  Simon Josefsson  <jas@extundo.com>
16986
16987         * modules/rijndael-tests: New file.
16988
16989         * modules/rijndael: New file.
16990
16991 2005-10-15  Simon Josefsson  <jas@extundo.com>
16992
16993         * m4/rijndael.m4: New file.
16994
16995 2005-10-15  Simon Josefsson  <jas@extundo.com>
16996
16997         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
16998
16999         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
17000
17001 2005-10-14  Simon Josefsson  <jas@extundo.com>
17002
17003         * tests/test-arcfour.c: New file.
17004
17005         * modules/arcfour, modules/arcfour-tests: New files.
17006
17007 2005-10-14  Simon Josefsson  <jas@extundo.com>
17008
17009         * m4/arcfour.m4: New file.
17010
17011 2005-10-14  Simon Josefsson  <jas@extundo.com>
17012
17013         * lib/arcfour.h, lib/arcfour.c: New files.
17014
17015 2005-10-14  Roland McGrath  <roland@redhat.com>
17016
17017         Import from libc.  [BZ #1331]
17018         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
17019         macro argument.
17020         Reported by Matej Vela <vela@debian.org>.
17021
17022 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
17023
17024         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
17025         include <wchar.h>; no longer needed.
17026
17027 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
17028
17029         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
17030
17031 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
17032         and  Ulrich Drepper  <drepper@redhat.com>
17033
17034         Import from libc.
17035         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
17036         instead of inline stream orientation test and two separate
17037         function calls.  Pay no attention to USE_IN_LIBIO.
17038
17039 2005-10-13  Simon Josefsson  <jas@extundo.com>
17040
17041         * modules/gc-hmac-md5-tests: New file.
17042
17043         * tests/test-gc-hmac-sha1.c: New file.
17044
17045         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
17046
17047         * modules/gc-hmac-md5-tests: New file.
17048
17049         * tests/test-gc-md5.c: New file.
17050
17051         * modules/gc-md5-tests: New file.
17052
17053 2005-10-13  Simon Josefsson  <jas@extundo.com>
17054
17055         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
17056         Move memory allocation outside of loop.
17057
17058 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
17059
17060         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
17061         intermediate directory is in a read-only file system.  Problem
17062         reported by Eric Blake.
17063
17064 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
17065
17066         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
17067
17068 2005-10-12  Simon Josefsson  <jas@extundo.com>
17069
17070         * tests/test-hmac-sha1.c: New file.
17071
17072         * modules/hmac-sha1-tests: New file.
17073
17074         * modules/hmac-sha1: New file.
17075
17076 2005-10-12  Simon Josefsson  <jas@extundo.com>
17077
17078         * modules/gc-sha1: New file.
17079
17080 2005-10-12  Simon Josefsson  <jas@extundo.com>
17081
17082         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
17083
17084         * tests/test-gc-pbkdf2-sha1.c: New file.
17085
17086 2005-10-12  Simon Josefsson  <jas@extundo.com>
17087
17088         * modules/gc-md5, modules/gc-hmac-md5: New files.
17089
17090         * modules/gc (Files): Remove md5, memxor and hmac files.
17091
17092 2005-10-12  Simon Josefsson  <jas@extundo.com>
17093
17094         * m4/gc-pbkdf2-sha1.m4: New file.
17095
17096         * m4/gc-hmac-sha1.m4: New file.
17097
17098         * m4/gc-sha1: New file.
17099
17100         * m4/hmac-sha1.m4: New file.
17101
17102 2005-10-12  Simon Josefsson  <jas@extundo.com>
17103
17104         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
17105
17106         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
17107
17108 2005-10-12  Simon Josefsson  <jas@extundo.com>
17109
17110         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
17111         suggested by Bruno Haible <bruno@clisp.org>.
17112
17113 2005-10-12  Simon Josefsson  <jas@extundo.com>
17114
17115         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
17116
17117 2005-10-12  Simon Josefsson  <jas@extundo.com>
17118
17119         * lib/gc-pbkdf2-sha1.c: New file.
17120
17121         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
17122
17123 2005-10-12  Simon Josefsson  <jas@extundo.com>
17124
17125         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
17126
17127         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
17128
17129 2005-10-12  Simon Josefsson  <jas@extundo.com>
17130
17131         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
17132         GC_USE_HMAC_MD5, respectively.
17133
17134         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
17135         (gc_md5): Fix typo.
17136
17137         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
17138
17139         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
17140
17141         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
17142
17143 2005-10-12  Bruno Haible  <bruno@clisp.org>
17144
17145         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
17146         Reported by Stepan Kasal <kasal@ucw.cz>.
17147
17148 2005-10-11  Simon Josefsson  <jas@extundo.com>
17149
17150         * tests/test-crc.c: New file.
17151
17152         * modules/crc, modules/crc-tests: New files.
17153
17154 2005-10-11  Simon Josefsson  <jas@extundo.com>
17155
17156         * m4/crc.m4: New file.
17157
17158 2005-10-11  Simon Josefsson  <jas@extundo.com>
17159
17160         * lib/gc.h: Add gc_hash and gc_hash_buffer.
17161
17162         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
17163
17164         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
17165
17166 2005-10-11  Simon Josefsson  <jas@extundo.com>
17167
17168         * lib/crc.h, lib/crc.c: New files.
17169
17170         * lib/gc.h (gc_hash_buffer): Add doc.
17171
17172 2005-10-11  Bruno Haible  <bruno@clisp.org>
17173
17174         * modules/c-strcasestr: New file.
17175         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
17176
17177 2005-10-11  Bruno Haible  <bruno@clisp.org>
17178
17179         * modules/c-strcase: New file.
17180         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
17181
17182 2005-10-11  Bruno Haible  <bruno@clisp.org>
17183
17184         * lib/strcasecmp.c: Include limits.h.
17185         (strcasecmp): Avoid integer overflow on exotic platforms.
17186         * lib/strncasecmp.c: Include limits.h.
17187         (strncasecmp): Avoid integer overflow on exotic platforms.
17188         Reported by Paul Eggert.
17189
17190 2005-10-11  Bruno Haible  <bruno@clisp.org>
17191
17192         * lib/c-strcasestr.h: New file, from GNU gettext.
17193         * lib/c-strcasestr.c: New file, from GNU gettext.
17194
17195 2005-10-11  Bruno Haible  <bruno@clisp.org>
17196
17197         * lib/c-strcase.h: New file, from GNU gettext.
17198         * lib/c-strcasecmp.c: New file, from GNU gettext.
17199         * lib/c-strncasecmp.c: New file, from GNU gettext.
17200
17201 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
17202
17203         * modules/mempcpy (License): GPL -> LGPL.
17204         * modules/strchrnul (License): Likewise.
17205         * modules/sysexits (License): Likewise.
17206
17207 2005-10-08  Simon Josefsson  <jas@extundo.com>
17208
17209         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
17210
17211 2005-10-07  Simon Josefsson  <jas@extundo.com>
17212
17213         * m4/memxor.m4: Remove gl_C_RESTRICT call.
17214
17215 2005-10-06  Simon Josefsson  <jas@extundo.com>
17216
17217         * tests/test-hmac-md5.c: New file.
17218
17219         * modules/hmac-md5-tests: New file.
17220
17221         * modules/hmac-md5: New file.
17222
17223 2005-10-06  Simon Josefsson  <jas@extundo.com>
17224
17225         * m4/hmac-md5.m4: New file.
17226
17227         * m4/memxor.m4: Require gl_C_RESTRICT.
17228
17229 2005-10-06  Simon Josefsson  <jas@extundo.com>
17230
17231         * lib/memxor.c (memxor): Avoid casts and warnings.
17232
17233 2005-10-06  Simon Josefsson  <jas@extundo.com>
17234
17235         * lib/hmac-md5.c: New file.
17236
17237         * lib/hmac.h: New file.
17238
17239 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
17240
17241         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
17242         promotes to int, not unsigned int, to catch the AIX 5.3
17243         compiler bug.
17244
17245 2005-10-05  Simon Josefsson  <jas@extundo.com>
17246
17247         * modules/memxor: New file.
17248
17249         * modules/iconv (Files): Move config.rpath to havelib, it is used
17250         there.
17251
17252         * modules/havelib (Files): Add config.rpath.
17253
17254 2005-10-05  Simon Josefsson  <jas@extundo.com>
17255
17256         * m4/memxor.m4: New file.
17257
17258 2005-10-05  Simon Josefsson  <jas@extundo.com>
17259
17260         * lib/memxor.c (memxor): Fix compiler error.
17261
17262         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
17263         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
17264
17265         * lib/memxor.h, lib/memxor.c: New files.
17266
17267         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
17268         we assume all systems have it, suggested by Jim Meyering
17269         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
17270         any systems lack sys/socket.h; mingw32 is known to lack it, but we
17271         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
17272         same reasons.
17273
17274 2005-10-05  Simon Josefsson  <jas@extundo.com>
17275
17276         * config/srclist.txt: Add glibc bug 1423 for md5.h.
17277
17278 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
17279
17280         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
17281         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
17282         needed, since the source code now assumes these .h files.
17283
17284 2005-10-05  Derek Price  <derek@ximbiot.com>
17285
17286         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
17287
17288 2005-10-05  Bruno Haible  <bruno@clisp.org>
17289
17290         * modules/stdint (License): Change to LGPL.
17291
17292 2005-10-04  Simon Josefsson  <jas@extundo.com>
17293
17294         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
17295         D. Baushke" <mdb@gnu.org>.
17296
17297 2005-10-04  Bruno Haible  <bruno@clisp.org>
17298
17299         * lib/verify.h (verify_true): Provide alternative definition for C++.
17300
17301 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
17302
17303         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
17304         (SSIZE_MAX): New macro, if not already defined.
17305         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
17306         than 2 GiB.
17307
17308 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
17309
17310         Sync from coreutils.
17311         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
17312         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
17313         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
17314         ULLONG_MAX doesn't work with 2.7.2.1.
17315
17316 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
17317
17318         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
17319         From Ben Pfaff.
17320
17321         * modules/exclude (Depends-on): Depend on verify.
17322         * modules/strtoimax (Depends-on): Likewise.
17323         * modules/utimecmp (Depends-on): Likewise.
17324
17325 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
17326
17327         * lib/exclude.c: Include verify.h.
17328         (verify): Remove.  All callers changed to use verify.h's version.
17329         * lib/strtoimax.c: Likewise.
17330         * lib/utimecmp.c: Likewis.e
17331
17332         Sync from coreutils.
17333         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
17334         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
17335         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
17336         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
17337         bother returning ENOSYS if settimeofday or stime fails; just let
17338         them return whatever errno they want to return.
17339         * lib/utimens.c: Include unistd.h, for dup2.
17340         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
17341         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
17342
17343 2005-10-02  Jim Meyering  <jim@meyering.net>
17344
17345         Sync from coreutils.
17346         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
17347         from glibc-2.2.5 that fails for read-only files.
17348
17349 2005-10-02  Jim Meyering  <jim@meyering.net>
17350
17351         Sync from coreutils.
17352         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
17353         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
17354         `#if HAVE_CONFIG_H'.
17355         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
17356         Remove AT_FDCWD test.
17357         Do not consume the fd unless successful.
17358         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
17359         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
17360         block, so that we don't even try to compile it if settimeofday is
17361         available.  This works around a compilation failure on OSF1 V5.1,
17362         due to stime requiring a `long int*' while tv_sec is `int'.
17363
17364 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
17365
17366         Sync from coreutils.
17367         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
17368         against `yes', rather than just testing for nonempty.
17369
17370 2005-10-01  Simon Josefsson  <jas@extundo.com>
17371
17372         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
17373         and Darwin.
17374
17375         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
17376         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
17377         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
17378         freeaddrinfo and gai_strerror are declared by the POSIX headers.
17379         Check if struct addrinfo is declared.
17380
17381 2005-10-01  Simon Josefsson  <jas@extundo.com>
17382
17383         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
17384         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
17385         AI_* and EAI_* definitions.  Protect function declarations.
17386
17387 2005-10-01  Jim Meyering  <jim@meyering.net>
17388
17389         Sync from coreutils.
17390
17391         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
17392         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
17393         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
17394         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
17395         in the inet and nsl libraries.  Required on Solaris 5.7.
17396
17397 2005-10-01  Jim Meyering  <jim@meyering.net>
17398
17399         Sync from coreutils.
17400         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
17401         in the inet and nsl libraries.  Required on Solaris 5.7.
17402
17403 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
17404
17405         * lib/getdelim.c (getdelim): Remove unused variables.
17406
17407 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
17408
17409         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
17410         so that the code works even with ancient cpp.  Portability problem
17411         with GCC 2.7.2.1 reported by Thomas M.Ott.
17412
17413 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
17414
17415         * modules/regex (Depends-on): Add strcase.
17416
17417         * modules/gethostname (Licence): Change from GPL to LGPL, since
17418         gethostname.c is a trivial implementation of a standard library
17419         function.
17420         * modules/poll (License): Change from GPL to LGPL, since it's
17421         derived from LGPL code.
17422
17423 2005-09-27  Jim Meyering  <jim@meyering.net>
17424
17425         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
17426         HAVE_CONFIG_H.
17427
17428         * lib/intprops.h (signed_type_or_expr__): Define.
17429         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
17430         for unsigned types.
17431
17432 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
17433
17434         * lib/verify.h (verify_expr): Remove, replacing with:
17435         (verify_true): New macro that returns true instead of void.
17436         (verify_type__): Remove.
17437         (verify): Use verify_true rather than verify_type__.
17438
17439 2005-09-26  Bruno Haible  <bruno@clisp.org>
17440
17441         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
17442         is necessary.
17443         (lib_SOURCES): Remove mbchar.c.
17444         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
17445         (Files): Add m4/mbrtowc.m4.
17446         * modules/mbiter: Likewise.
17447         * modules/mbuiter: Likewise.
17448
17449 2005-09-26  Bruno Haible  <bruno@clisp.org>
17450
17451         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
17452         compile mbchar.c if they are not both present.
17453         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
17454         * m4/mbiter.m4 (gl_MBITER): Likewise.
17455         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
17456         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
17457         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
17458
17459 2005-09-25  Jim Meyering  <jim@meyering.net>
17460
17461         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
17462         also uses socklen_t.
17463
17464 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
17465
17466         * lib/utimens.c (ENOSYS): Define if not already defined.
17467         (futimens): Support having a null PATH if the file descriptor
17468         is nonnegative.
17469
17470         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
17471         Remove.
17472         (__attribute): Define to empty unless GCC 3.1 or later.
17473         This works around a core dump on OpenBSD 3.4, which has GCC
17474         2.95.3, which dumps core when given __attribute__(()).  It also
17475         simplifies other tests, since we really don't want to bother with
17476         worrying about which ancient version of GCC supported what.
17477         Original problem reported by Yoann Vandoorselaere, with part of
17478         the fix suggested by Derek Price.
17479
17480 2005-09-24  Jim Meyering  <jim@meyering.net>
17481
17482         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
17483         so we can once again use a positive bitfield width of 1 -- now we
17484         don't have to explain why we were using a bitfield width of 2.
17485
17486 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
17487
17488         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
17489         and similarly for the other external symbols.  Problem reported
17490         by James Gallager.
17491
17492         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
17493         bug reported by Jim Meyering.
17494
17495         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
17496         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
17497         not needed, since socklen is a prerequisite module.
17498
17499 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
17500
17501         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
17502         Problem reported by Eric Blake.
17503         (getaddrinfo): Initialize se so that it's not garbage.
17504         Redo internal storage allocation so that it doesn't make unportable
17505         assumptions about alignment.
17506         Fix a memory leak.
17507
17508         * lib/utimens.c (futimens): Use futimesat if available.
17509         Prefer it to futimes since it doesn't have the futimes bug.
17510
17511         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
17512         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
17513         Instead, declare a function that returns a pointer to an array,
17514         and use verify_type__ to declare the size of the array.
17515         Problem and germ of a solution reported by Bruno Haible.
17516         (verify_type__): Use 2, not 1, for bitfield size, to avoid
17517         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
17518
17519 2005-09-23  Jim Meyering  <jim@meyering.net>
17520
17521         Sync from coreutils.
17522         Correct build failure (socklen_t not defined) on at least
17523         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
17524         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
17525
17526 2005-09-23  Jim Meyering  <jim@meyering.net>
17527
17528         * modules/getaddrinfo (Depends-on): Add socklen.
17529
17530 2005-09-23  Bruno Haible  <bruno@clisp.org>
17531
17532         * tests/test-verify.c: New file.
17533
17534 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
17535
17536         Sync from coreutils.
17537
17538         * modules/argmatch (Depends-on): Add verify.
17539         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
17540         unistd-safer.
17541         * modules/save-cwd (Depends-on): Likewise.
17542
17543         * modules/openat (Files): Add lib/openat-die.c.
17544         (Depends-on): Remove error, exitfail.
17545         Add dirname.
17546
17547         * modules/verify: New file.
17548         * MODULES.html.sh (Diagnostics <assert.h>): New section,
17549         with "verify" module.
17550
17551 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
17552
17553         Sync from coreutils.
17554
17555         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
17556         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
17557         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
17558         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
17559         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
17560         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
17561         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
17562         Don't bother checking for string.h, stdlib.h, unistd.h.
17563         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
17564         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
17565         module's job.
17566         * m4/jm-macros.m4 (gl_MACROS): Likewise.
17567         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
17568
17569         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
17570         (gl_GETDATE): Use it.
17571
17572         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
17573
17574 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
17575
17576         Sync from coreutils.
17577
17578         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
17579         stat-time.h.
17580         * lib/argmatch.h: Include verify.h
17581         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
17582         (ARGMATCH_ASSERT): Remove; unused.
17583         * lib/canonicalize.c: Assume STDC_HEADERS.
17584         * lib/exclude.c: Include "strcase.h".
17585         * lib/regex_internal.h [!defined _LIBC]: Likewise.
17586         * lib/getusershell.c: Include stdio--.h rather than stdio.h
17587         and stdio-safer.h.
17588         (getusershell): Call fopen, not fopen_safer.
17589         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
17590         Do not include unistd-safer.h.
17591         (save_cwd): Don't call fd_safer; no longer needed
17592         now that we include fcntl--.h.
17593
17594         * lib/getdate.y (relative_time): New type.
17595         (RELATIVE_TIME_0): New constant.
17596         (parser_control): Use relative_time instead of doing it ourselves.
17597         (%union): Add new relative_time rel member.
17598         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
17599         Now typeless.
17600         (relunit, relunit_snumber): Now of type rel.
17601         (zone, rel, relunit, get_date): Adjust to above changes.
17602
17603         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
17604         Do not include unistd-safer.h.
17605         (getloadavg): Don't call fd_safer; no longer needed
17606         now that we include fcntl--.h.
17607
17608         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
17609         (make_dir_parents): Treat ENOSYS like EEXIST.
17610
17611         Improve quality of diagnostics on restore_cwd failure.
17612         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
17613         (make_dir_parents): Last arg is now int * (for errno), not bool *.
17614         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
17615         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
17616         each time through the loop.  Do not diagnose restore_cwd failure;
17617         that is the caller's job (and perhaps the caller does not care).
17618
17619         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
17620         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
17621         If the file already exists but is not a directory, don't bother
17622         to try to make its parents.
17623         Close potential file descriptor leak if we can't chdir("/") (!).
17624         Don't always return true if chdir($PWD) fails; return true only
17625         if the requested action was done successfully (except for the
17626         chdir($PWD)).
17627         Don't log final directory unless we actually made it.
17628         Refactor to avoid duplicate code to fix up permissions.
17629         Don't attempt to fix up parent permissions if chdir($PWD) fails.
17630
17631         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
17632         to make it a bit faster and (I hope) clearer.
17633         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
17634         Fix bug in formats like %2N.
17635
17636         * lib/verify.h: New file.
17637
17638 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
17639
17640         Sync from coreutils.
17641         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
17642
17643 2005-09-22  Jim Meyering  <jim@meyering.net>
17644
17645         Sync from coreutils.
17646
17647         * m4/lstat.m4 (gl_FUNC_LSTAT):
17648         Use AC_LIBSOURCES to require lstat.c and lstat.h.
17649         Remove obsolete comment.
17650         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
17651         * m4/xstrtod.m4: Likewise.
17652
17653         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
17654
17655 2005-09-22  Jim Meyering  <jim@meyering.net>
17656
17657         Sync from coreutils.
17658
17659         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
17660
17661         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
17662         the .tm_year member, since otherwise gcc-4.0 would now warn about
17663         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
17664
17665         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
17666         order to avoid an unsuppressible warning from gcc on 64-bit systems.
17667
17668         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
17669         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
17670         when run in a time zone for which daylight savings time is in effect
17671         for the starting date.
17672
17673         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
17674         stop us from restricting permissions of just-created absolute-named
17675         directories.
17676         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
17677         to restore initial working directory.
17678         * lib/mkdir-p.c (make_dir_parents): New parameter:
17679         different_working_dir, to tell caller if/when we change the working
17680         directory and are unable to return to the initial one.
17681         * lib/mkdir-p.h (make_dir_parents): Update prototype.
17682         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
17683         `return false'.  This fixes a bug introduced on 2004-07-30.
17684
17685         * lib/openat.c (fdopendir): Be sure to close the supplied
17686         file descriptor before returning.  This makes our replacement
17687         implementation a little closer to Solaris's, where fdopendir
17688         ties the file descriptor to the returned DIR* pointer.
17689         * lib/openat.c (unlinkat): New function.
17690         * lib/openat.h (unlinkat): Add prototype.
17691         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
17692         (openat_restore_fail): Rename from openat_restore_die.
17693         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
17694
17695         Provide an alternative to exiting immediately upon save_cwd or
17696         restore_cwd failure.  Now, an application can arrange e.g.,
17697         to perform a longjump in that case.
17698         * lib/openat.c: Include dirname.h.
17699         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
17700         (rpl_openat, fdopendir, fstatat): Call openat_save_die
17701         and openat_restore_die rather than calling error directly.
17702         Don't include "error.h" or "exitfail.h"; they're no longer needed.
17703
17704         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
17705         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
17706         define.
17707
17708         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
17709         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
17710                             int utc, int nanoseconds);
17711         Background:
17712         date should not have to allocate a megabyte of virtual memory to
17713         handle a format argument like +%1048575T.  When implemented with
17714         strftime, it must allocate such a buffer, use strftime to fill it
17715         in, print it, then free it.
17716         With fprintftime, it simply prints everything and exits.
17717         With no need for memory allocation, that's one fewer way to fail.
17718         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
17719         optional field width, not before, so we accept %9:z, not %:9z.
17720         (my_strftime): Be sure to use L_('x') for literals.
17721
17722         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
17723         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
17724         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
17725         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
17726         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
17727         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
17728         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
17729         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
17730         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
17731         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
17732         * lib/xgethostname.c, lib/xreadlink.c:
17733         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
17734
17735         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
17736         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
17737         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
17738         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
17739         and don't include <sys/file.h>).
17740
17741 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
17742
17743         Sync from coreutils.
17744
17745         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
17746         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
17747         [!LDAV_DONE]: Avoid unused variable warning.
17748
17749 2005-09-21  Bruno Haible  <bruno@clisp.org>
17750
17751         * lib/unicodeio.h (unicode_to_mb): New declaration.
17752
17753 2005-09-20  Derek Price  <derek@ximbiot.com>
17754
17755         * lib/getaddrinfo.c: Don't include <netdb.h> included from
17756         getaddrinfo.h.
17757
17758 2005-09-20  Bruno Haible  <bruno@clisp.org>
17759
17760         * gnulib-tool: Remove trailing slashes from the values specified for
17761         --source-base, --m4-base, --tests-base, --aux-dir.
17762         Suggested by Simon Josefsson <jas@extundo.com>.
17763
17764 2005-09-20  Bruno Haible  <bruno@clisp.org>
17765
17766         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
17767         func_modules_to_filelist, func_import, func_create_testdir): Make all
17768         sorting results locale-independent, so that gnulib-cache.m4 doesn't
17769         change when gnulib-tool is invoked in a different locale.
17770
17771 2005-09-19  Simon Josefsson  <jas@extundo.com>
17772
17773         * m4/socklen.m4: Fix typo.
17774
17775 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17776
17777         Use a consistent style for including <config.h>.
17778         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
17779         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
17780         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
17781         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
17782         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
17783         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
17784         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
17785         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
17786         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
17787         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
17788         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
17789         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
17790         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
17791         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
17792         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
17793         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
17794         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
17795         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
17796         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
17797         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
17798         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
17799         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
17800         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
17801         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
17802         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
17803         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
17804         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
17805         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
17806         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
17807         lib/xstrtoumax.c, lib/yesno.c:
17808         Standardize inclusion of config.h.
17809         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
17810         lib/inttostr.h:  Removed inclusion of config.h from header files.
17811         * lib/inttostr.c:  Adjusted in-tree users.
17812         * lib/timespec.h: Remove superfluous warning to include config.h.
17813         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
17814         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
17815         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
17816         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
17817         config.h with HAVE_CONFIG_H.
17818
17819 2005-09-19  Jim Meyering  <jim@meyering.net>
17820
17821         * modules/pathmax (License): Change to LGPL.
17822
17823 2005-09-19  Derek Price  <derek@ximbiot.com>
17824
17825         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
17826
17827 2005-09-19  Bruno Haible  <bruno@clisp.org>
17828
17829         * gnulib-tool (import): Provide default for --tests-base.
17830
17831 2005-09-19  Bruno Haible  <bruno@clisp.org>
17832
17833         * doc/quote.texi: New file, extracted from gnulib.texi.
17834         * doc/ctime.texi: New file, extracted from gnulib.texi.
17835         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
17836         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
17837         * doc/gnulib.texi: Include them.
17838
17839 2005-09-18  Bruno Haible  <bruno@clisp.org>
17840
17841         Portability fix.
17842         * gnulib-tool (func_readlink): New function.
17843         (func_ln_if_changed): Use it.
17844
17845 2005-09-18  Bruno Haible  <bruno@clisp.org>
17846
17847         * gnulib-tool: Support --with-tests also with --import.
17848         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
17849         (func_import): Use variables $testsbase and $inctests. Emit a
17850         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
17851         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
17852         SUBDIRS += $testsdir.
17853         (func_create_testdir): Update.
17854
17855 2005-09-18  Bruno Haible  <bruno@clisp.org>
17856
17857         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
17858         instead of $dry_run.
17859         (func_cp_if_changed, func_mv_if_changed): Remove functions.
17860         (func_ln_if_changed): Don't handle dry-run here.
17861         (func_import): In dry-run mode, detect more precisely which actions
17862         would be performed, and don't use "...ing" verbs.
17863
17864 2005-09-18  Bruno Haible  <bruno@clisp.org>
17865
17866         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
17867         (func_import): Use join on two temporary files instead of three nested
17868         loops, in order to determine which files are new or old.
17869
17870 2005-09-18  Bruno Haible  <bruno@clisp.org>
17871
17872         * gnulib-tool (func_import): Comment out code that spits out the
17873         new files with --dry-run.
17874
17875 2005-09-18  Bruno Haible  <bruno@clisp.org>
17876
17877         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
17878
17879 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
17880
17881         * lib/stat-time.h: New file.
17882         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
17883         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
17884         in a different way.
17885         (timespec_cmp): New function.
17886         * lib/utimecmp.c: Include stat-time.h.
17887         (SYSCALL_RESOLUTION): Depend on whether various struct stat
17888         members exist, not on the obsolescent ST_MTIM_NSEC.
17889         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
17890
17891 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
17892
17893         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
17894
17895 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
17896
17897         * MODULES.html.sh (File system functions): Add stat-time.
17898         * modules/stat-time: New file.
17899         * modules/timespec (Files): Remove m4/st_mtim.m4; this
17900         is now done in a different way, by the stat-time module.
17901         * modules/utimecmp (Depends-on): Add stat-time.
17902
17903 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
17904
17905         * m4/st_mtim.m4: Remove.  Superseded by...
17906         * m4/stat-time.m4: New file.
17907         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
17908         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
17909
17910 2005-09-15  Derek Price  <derek@ximbiot.com>
17911
17912         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
17913
17914 2005-09-15  Derek Price  <derek@ximbiot.com>
17915
17916         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
17917         * lib/regex_internal.c: Ditto, using this...
17918         (__GNUC_PREREQ): ...new macro.
17919         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
17920         using...
17921         (__GNUC_PREREQ): ...this new macro.
17922
17923         * lib/strstr.h: Include string.h. Define strstr as a macro here.
17924
17925 2005-09-15  Derek Price  <derek@ximbiot.com>
17926             Paul Eggert  <eggert@cs.ucla.edu>
17927
17928         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
17929         changes, consolidating in...
17930         * lib/regex_internal.h: ...this file.
17931
17932 2005-09-13  Jim Meyering  <jim@meyering.net>
17933
17934         * lib/canon-host.c: Filter through gnu indent and reword comments
17935         slightly.
17936         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
17937
17938 2005-09-13  Derek Price  <derek@ximbiot.com>
17939
17940         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
17941         failure.
17942         Reported by Jim Meyering  <jim@meyering.net>.
17943
17944 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
17945
17946         * lib/base64.c: Typo.
17947         (base64_encode): Put b64str in initialized data section.
17948
17949 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
17950
17951         Merge glibc and coreutils changes into gnulib, plus a few
17952         extra fixes.
17953         * lib/md5.c: Use #error rather than a string.
17954         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
17955         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
17956         (__attribute__): Define to empty for non recent-GCC.
17957         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
17958         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
17959         Renamed from their non-__ counterparts, with new macros replacing
17960         them if not _LIBC.  Add __THROW attribute.
17961         (rol): Remove.
17962         (struct md5_ctx): Align buffer if using GCC.
17963         * lib/sha1.h (struct sha1_ctx): Likewise.
17964         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
17965         The old name was backwards.
17966         (NOTSWAP): Remove; not used.
17967         (rol): New macro, moved here from md5.h.
17968         (sha1_process_block): Remove a FIXME that doesn't make sense.
17969
17970 2005-09-12  Derek Price  <derek@ximbiot.com>
17971
17972         Return usable errors from canon-host.
17973         * lib/canon-host.h: New file.
17974         * lib/canon-host.c (canon_host): Wrap...
17975         (canon_host_r): ...this new function, which now relies exclusively on
17976         getaddrinfo.
17977         (ch_strerror): New function.
17978         (last_cherror): New global.
17979         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
17980         interface.
17981         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
17982         void *.
17983         (freeaddrinfo): Free ai->ai_canonname when set.
17984
17985 2005-09-12  Derek Price  <derek@ximbiot.com>
17986
17987         Make canon-host require getaddrinfo.
17988         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
17989         AC_LIBSOURCE canon-host.h.  Call...
17990         (gl_PREREQ_CANON_HOST): ...this new function, which requires
17991         gl_GETADDRINFO.
17992         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
17993
17994 2005-09-12  Derek Price  <derek@ximbiot.com>
17995
17996         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
17997         LGPL.
17998         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
17999
18000 2005-09-12  Derek Price  <derek@ximbiot.com>
18001
18002         * lib/gai_strerror.c: Include config.h when available.  Include
18003         getaddrinfo.h before other headers to test interface.
18004         Reported by Larry Jones <lawrence.jones@ugs.com>.
18005
18006 2005-09-12  Derek Price  <derek@ximbiot.com>
18007             Paul Eggert  <eggert@cs.ucla.edu>
18008
18009         * modules/glob (Files): Add glob-libc.h.
18010
18011 2005-09-12  Derek Price  <derek@ximbiot.com>
18012             Paul Eggert  <eggert@cs.ucla.edu>
18013
18014         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
18015         glob_.h, glob-libc.h.
18016         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
18017
18018 2005-09-12  Derek Price  <derek@ximbiot.com>
18019             Paul Eggert  <eggert@cs.ucla.edu>
18020
18021         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
18022         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
18023         protecting things that should be done only in gnulib contexts.
18024         * lib/glob_.h: New file, containing only the glob things needed for
18025         gnulib.
18026         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
18027         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
18028         (glob, globfree, glob_pattern_p): Now defined simply in terms of
18029         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
18030         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
18031         and to respect the namespace rules better.
18032
18033 2005-09-08  Simon Josefsson  <jas@extundo.com>
18034
18035         * modules/socklen: New file.
18036
18037 2005-09-08  Simon Josefsson  <jas@extundo.com>
18038
18039         * m4/socklen.m4: New file.
18040
18041 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
18042
18043         * modules/utimens (Files): Add m4/utimbuf.m4, since
18044         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
18045         Reported by Sergey Poznyakoff.
18046
18047 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
18048
18049         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
18050         definitions, since that's the preferred style in glibc.
18051         Fix a minor spacing issue, and update copyright notice to match
18052         glibc's.
18053
18054 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
18055
18056         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
18057
18058 2005-09-06  Simon Josefsson  <jas@extundo.com>
18059
18060         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
18061         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
18062
18063 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
18064
18065         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
18066         warning.
18067
18068 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
18069
18070         * config/srclist.txt: Add glibc bug 1302.
18071
18072 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
18073
18074         Change bitset word type from unsigned int to unsigned long int,
18075         as this has better performance on typical 64-bit hosts.
18076         Port bitset code to hosts with unusual word sizes.
18077         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
18078         (build_collating_symbol):
18079         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
18080         argument is a bitset.  This is merely a style issue, but it makes
18081         it clearer that an entire array is expected.
18082         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
18083         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
18084         Port to the case where bitset_word is not the same as unsigned int.
18085         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
18086         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
18087         Likewise.
18088         * lib/regexec.c (check_dst_limits_calc_pos_1,
18089         check_subexp_matching_top):
18090         (build_trtable, group_nodes_into_DFAstates):
18091         Likewise.
18092         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
18093         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
18094         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
18095         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
18096         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
18097         * lib/regcomp.c (optimize_subexps, lower_subexp):
18098         Work even if bitset_word has holes in its bitwise representation.
18099         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
18100         * lib/regexec.c (check_dst_limits_calc_pos_1,
18101         check_subexp_matching_top):
18102         Likewise.
18103         * lib/regex_internal.c (re_string_reconstruct):
18104         Don't assume UCHAR_MAX == 255.
18105         * lib/regex_internal.h (bitset_set_all): Likewise.
18106         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
18107         All uses changed.
18108         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
18109         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
18110         All uses changed.
18111         (BITSET_WORD_MAX): New macro.
18112         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
18113         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
18114         (bitset_empty, bitset_copy):
18115         Prefer sizeof (bitset) to multiplying it out ourselves.
18116         (bitset_not_merge): Remove; unused.
18117         (bitset_contain): Return bool, not unsigned int with one bit on.
18118         All callers changed.
18119         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
18120         alignment than re_node_set; do this by defining a new internal
18121         type struct dests_alloc and using it to allocate memory.
18122
18123 2005-09-05  Bruno Haible  <bruno@clisp.org>
18124
18125         * gnulib-tool (func_import): Fix comparison in handling of symbolic
18126         links.
18127
18128 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
18129
18130         * modules/size_max (Makefile.am): Add size_max.h
18131
18132 2005-09-04  Derek Price  <derek@ximbiot.com>
18133
18134         * gnulib-tool (func_import): Fix reversed $symbolic logic.
18135
18136 2005-09-03  Simon Josefsson  <jas@extundo.com>
18137
18138         * gnulib-tool: Fix typo.
18139
18140 2005-09-03  Simon Josefsson  <jas@extundo.com>
18141
18142         * config/srclist.txt: Add glibc bug 1293.
18143
18144 2005-09-03  Derek Price  <derek@ximbiot.com>
18145
18146         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
18147         From Larry Jones <lawrence.jones@ugs.com>.
18148
18149 2005-09-02  Simon Josefsson  <jas@extundo.com>
18150
18151         * modules/socklen: New file.
18152
18153 2005-09-02  Simon Josefsson  <jas@extundo.com>
18154
18155         * modules/havelib: New module.
18156
18157         * modules/gettext, modules/iconv, modules/lock, modules/readline:
18158         Use havelib.
18159
18160 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
18161
18162         Check for arithmetic overflow when calculating sizes, to prevent
18163         some buffer-overflow issues.  These patches are conservative, in the
18164         sense that when I couldn't determine whether an overflow was possible,
18165         I inserted a run-time check.
18166         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
18167         macros.
18168         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
18169         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
18170         (re_xnrealloc, re_x2nrealloc): New inline functions.
18171         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
18172         parse_bracket_exp):
18173         (build_equiv_class, build_charclass): Check for arithmetic overflow
18174         in size expression calculations.
18175         * lib/regex_internal.c (re_string_realloc_buffers):
18176         (build_wcs_upper_buffer, re_node_set_add_intersect):
18177         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
18178         (re_dfa_add_node, register_state): Likewise.
18179         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
18180         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
18181         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
18182         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
18183
18184 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
18185
18186         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
18187         m4/ulonglong.m4.  Problem reported by Martin Lambers.
18188
18189 2005-09-02  Bruno Haible  <bruno@clisp.org>
18190
18191         Support for lib vs. lib64 distinction on biarch platforms.
18192         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
18193         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
18194         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
18195
18196 2005-09-02  Bruno Haible  <bruno@clisp.org>
18197
18198         * gnulib-tool (import): In the other first-use case, provide defaults
18199         as well.
18200
18201 2005-09-02  Bruno Haible  <bruno@clisp.org>
18202
18203         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
18204         patches not yet found in the latest gettext release.
18205
18206 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
18207
18208         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
18209         to avoid a collision with bits/local_lim.h in glibc.
18210         All uses changed.  Problem reported by Dmitry V. Levin in
18211         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
18212
18213         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
18214         bugs in int versus size_t comparisons.
18215         (re_string_context_at): Fix bug where the code assumed that
18216         Idx is signed.
18217
18218         Use bool where appropriate.
18219         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
18220         All callers changed.
18221         (calc_eclosure_iter): Likewise, for ROOT arg.
18222         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
18223         (build_charclass_op): Likewise, for NON_MATCH arg.
18224         * lib/regex_internal.c (re_string_allocate, re_string_construct):
18225         (re_string_construct_common): Likewise, for ICASE arg.
18226         * lib/regexec.c (re_search_2_stub, re_search_stub):
18227         Likewise, for RET_LEN arg.
18228         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
18229         (set_regs): Likewise, for FL_BACKTRACK arg.
18230         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
18231         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
18232         (calc_eclosure_iter, parse_bracket_exp):
18233         Use bool for internal variables that are booleans.
18234         * lib/regexec.c (re_search_internal, check_matching,
18235         proceed_next_node):
18236         (set_regs, build_sifted_states, sift_states_bkref):
18237         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
18238         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
18239         (find_collation_sequence_value):
18240         Likewise.
18241         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
18242         (re_node_set_compare):
18243         Return bool, not int. All callers changed.
18244         * lib/regexec.c (check_halt_node_context, check_dst_limits):
18245         (build_trtable, check_node_accept): Likewise.
18246         * lib/regex_internal.h: Include stdbool.h.
18247
18248         Fix bugs uncovered when converting to bool.
18249         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
18250         failure instead of charging ahead blindly.
18251         * lib/regex_internal.c (register_state): Likewise.
18252         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
18253         for freeing internal storage.
18254         (group_nodes_into_DFA_states): Use unsigned int, not int, for
18255         bitset pieces used as boolean, to avoid undefined behavior
18256         on hosts that do int overflow checking.
18257
18258 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
18259
18260         * config/srclist.txt: Add glibc bugs 1285-1287.
18261
18262 2005-09-01  Jim Meyering  <jim@meyering.net>
18263
18264         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
18265         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
18266         Require gl_STAT_MACROS, too.
18267
18268 2005-09-01  Bruno Haible  <bruno@clisp.org>
18269
18270         * gnulib-tool (import): In the first-use case, provide defaults.
18271
18272 2005-09-01  Bruno Haible  <bruno@clisp.org>
18273
18274         * gnulib-tool (func_import): Remove the .tmp files.
18275
18276 2005-09-01  Bruno Haible  <bruno@clisp.org>
18277
18278         * gnulib-tool (func_import): Fix handling of symbolic links.
18279
18280 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
18281
18282         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
18283         old glibc regex code mishandles strings longer than 2**31 bytes.
18284         This patch fixes this when the regex code is used in gnulib
18285         (i.e., outside glibc).
18286
18287         This patch should not affect the use of the regex code inside
18288         glibc.  No doubt this problem also needs to be handled for glibc
18289         as well, but the result will be an incompatible change to the
18290         glibc ABI, and the old ABI will have to be supported too.  That
18291         can be the the subject for another patch.
18292
18293         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
18294         governing whether the rest of this patch is active.  By default,
18295         the macro is disabled and the patch has no effect.
18296         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
18297         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
18298         (struct re_pattern_buffer, re_search, re_search_2, re_match):
18299         (re_match_2, re_set_registers): Use the new types.
18300         * lib/regex_internal.h (Idx, re_hashval_t): New types.
18301         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
18302         New macros.
18303         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
18304         (re_string_context_at, bin_tree_t, re_dfastate_t):
18305         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
18306         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
18307         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
18308         (re_string_char_size_at, re_string_wchar_at):
18309         (re_string_elem_size_at):
18310         Use the new types and macros to port to 64-bit hosts.
18311         Use unsigned types for internal values, so that the code
18312         mostly works even for arrays larger than SSIZE_MAX.
18313         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
18314         (search_duplicated_node, calc_eclosure_iter, fetch_number):
18315         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
18316         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
18317         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
18318         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
18319         (calc_inveclosure, parse_dup_op, build_range_exp):
18320         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
18321         (fetch_number, create_token_tree, mark_opt_subexp):
18322         Likewise.
18323         * lib/regex_internal.c (re_string_construct_common,
18324         create_ci_newstate):
18325         (create_cd_newstate, re_string_allocate, re_string_construct):
18326         (re_string_realloc_buffers, build_wcs_upper_buffer):
18327         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
18328         (re_string_reconstruct, re_string_peek_byte_case):
18329         (re_string_fetch_byte_case, re_string_context_at):
18330         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
18331         (re_node_set_init_copy, re_node_set_add_intersect):
18332         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
18333         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
18334         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
18335         (re_acquire_state, re_acquire_state_context, register_state):
18336         Likewise.
18337         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
18338         search_cur_bkref_entry):
18339         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
18340         (re_search_internal, re_search_2_stub, re_search_stub)
18341         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
18342         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
18343         (update_cur_sifted_state, check_dst_limits):
18344         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
18345         (check_subexp_limits, sift_states_bkref, merge_state_array):
18346         (check_subexp_matching_top, get_subexp, get_subexp_sub):
18347         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
18348         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
18349         (expand_bkref_cache, check_node_accept_bytes):
18350         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
18351         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
18352         (acquire_init_state_context, check_halt_node_context):
18353         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
18354         (sift_states_backward, clean_state_log_if_needed):
18355         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
18356         (find_recover_state, transit_state_sb, transit_state_mb):
18357         (transit_state_bkref, build_trtable, match_ctx_clean):
18358         Likewise.
18359         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
18360         to work around an assumption that REG_MISSING is negative.
18361
18362         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
18363         (seek_collating_symbol_entry) [defined _LIBC]:
18364         (lookup_collation_sequence_value) [defined _LIBC]:
18365         (build_range_exp, build_collating_symbol) [defined _LIBC]:
18366         Use prototypes rather than old-style function definitions.
18367         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
18368         (transit_state_sb) [0]:
18369         (find_collation_sequence_value) [defined _LIBC]: Likewise.
18370
18371         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
18372         rm_eo.
18373
18374         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
18375         (optimize_subexps, lower_subexp):
18376         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
18377         since the signed shift might overflow.  Use 1u<<31 instead.
18378         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
18379         Likewise.
18380         * lib/regexec.c (check_dst_limits_calc_pos_1,
18381         check_subexp_matching_top): Likewise.
18382
18383         * lib/regcomp.c (optimize_subexps, lower_subexp):
18384         Use CHAR_BIT rather than 8, for clarity.
18385         * lib/regexec.c (check_dst_limits_calc_pos_1):
18386         (check_subexp_matching_top): Likewise.
18387         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
18388         have to worry about portability issues when shifting it left.
18389         Remove no-longer-needed test for table_size > 0.
18390         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
18391         in a word, as the resulting behavior is undefined.
18392         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
18393         in one case, a <= should have been an <, and in another case the
18394         whole test was missing.
18395         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
18396         the standard name CHAR_BIT.
18397         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
18398         this is not true on one's complement and signed-magnitude hosts.
18399
18400         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
18401         next_last_offset.
18402         (struct re_dfa_t): Remove unused member states_alloc.
18403         * lib/regcomp.c (init_dfa): Don't initialize unused members.
18404
18405 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
18406
18407         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
18408         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
18409         and large-file glibc and in 32-bit large-file Solaris.
18410
18411 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
18412
18413         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
18414         lengths fit in regoff_t; this isn't true if regoff_t is the same
18415         width as size_t.
18416         * lib/regex.c (re_search_internal): 5th arg is LAST_START
18417         (= START + RANGE) instead of RANGE.  This avoids overflow
18418         problems when regoff_t is the same width as size_t.
18419         All callers changed.
18420         (re_search_2_stub): Check for overflow when adding the
18421         sizes of the two strings.
18422         (re_search_stub): Check for overflow when adding START
18423         to RANGE; if it occurs, substitute the extreme value.
18424
18425 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
18426
18427         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
18428
18429 2005-08-31  Jim Meyering  <jim@meyering.net>
18430
18431         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
18432         a pointer-to-const.
18433         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
18434         (register_state): Likewise.
18435         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
18436         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
18437         (group_nodes_into_DFAstates): Likewise.
18438
18439 2005-08-31  Jim Meyering  <jim@meyering.net>
18440
18441         * check-module: Add a FIXME comment.
18442
18443 2005-08-31  Eric Blake  <ebb9@byu.net>
18444
18445         * modules/unistd-safer (Files): Add unistd--.h.
18446         * modules/stdio-safer (Files): Add stdio--.h.
18447
18448 2005-08-31  Derek Price  <derek@ximbiot.com>
18449
18450         * lib/getdelim.c (getdelim): Return EOF on EOF.
18451         Reported by Larry Jones <lawrence.jones@ugs.com>.
18452
18453 2005-08-31  Bruno Haible  <bruno@clisp.org>
18454
18455         Avoid unnecessary diffs in the generated lib/Makefile.am.
18456         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
18457         the generated files.
18458         (func_import): Don't set cmd.
18459
18460 2005-08-31  Bruno Haible  <bruno@clisp.org>
18461
18462         * lib/strstr.c: Include <stddef.h>, for NULL.
18463         * lib/strcasestr.c: Likewise.
18464         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
18465
18466 2005-08-31  Bruno Haible  <bruno@clisp.org>
18467
18468         * gnulib-tool: New option --macro-prefix.
18469         (func_import): Use macro_prefix.
18470         (import): Handle option --macro-prefix.
18471
18472 2005-08-31  Bruno Haible  <bruno@clisp.org>
18473
18474         * gnulib-tool (import): Rename most ac_* variables to cached_*.
18475         Also use new variables cached_lgpl, cached_libtool.
18476
18477 2005-08-31  Bruno Haible  <bruno@clisp.org>
18478
18479         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
18480         always instantiating them.
18481
18482 2005-08-31  Bruno Haible  <bruno@clisp.org>
18483
18484         * gnulib-tool (func_import): Read the previous cached settings
18485         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
18486         earlier added by gnulib but are now dropped. Warn when a gnulib file
18487         overwrites a non-gnulib file.
18488
18489 2005-08-31  Bruno Haible  <bruno@clisp.org>
18490
18491         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
18492         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
18493         projects that don't keep autogenerated files in CVS. Put into
18494         actioncmd only the specified modules, not the transitive closure.
18495
18496 2005-08-31  Bruno Haible  <bruno@clisp.org>
18497
18498         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
18499         Create directories that shall be filled.
18500         (import): Don't look for gl_* macros in configure.ac. Recurse across
18501         all directories containing a gnulib-cache.m4 files, if meaningful.
18502
18503 2005-08-31  Bruno Haible  <bruno@clisp.org>
18504
18505         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
18506         (import): Set seen_libtool when we see gl_LIBTOOL.
18507
18508 2005-08-31  Bruno Haible  <bruno@clisp.org>
18509
18510         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
18511         declaration macro definitions from generated gnulib.m4.
18512
18513 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
18514
18515         * lib/iconvme.h: Add prototype for iconv_alloc.
18516
18517 2005-08-29  Simon Josefsson  <jas@extundo.com>
18518
18519         * lib/iconvme.c: Fix errno.
18520
18521 2005-08-29  Bruno Haible  <bruno@clisp.org>
18522
18523         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
18524         that it works when the directory contains spaces.
18525
18526 2005-08-29  Bruno Haible  <bruno@clisp.org>
18527
18528         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
18529
18530 2005-08-29  Bruno Haible  <bruno@clisp.org>
18531
18532         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
18533         Emit more advice.
18534
18535 2005-08-29  Bruno Haible  <bruno@clisp.org>
18536         and Stepan Kasal  <kasal@ucw.cz>
18537
18538         * check-module: If more parameters are given, check each of them
18539         separately; add more exceptions, as noted by Jim Meyering.
18540         (check_module): New procedure.
18541         (%exempt_header): Now contains all exceptions.
18542
18543 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
18544
18545         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
18546
18547 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
18548
18549         * lib/iconvme.c: Split iconv_string into iconv_alloc.
18550
18551 2005-08-28  Bruno Haible  <bruno@clisp.org>
18552
18553         * m4/gnulib-tool.m4: New file.
18554
18555 2005-08-27  Jim Meyering  <jim@meyering.net>
18556
18557         * modules/unistd-safer (Files): Add pipe-safer.c.
18558         * modules/fcntl-safer (Files): Add creat-safer.c.
18559
18560 2005-08-27  Jim Meyering  <jim@meyering.net>
18561
18562         * m4/stdlib-safer.m4: New file.  From coreutils.
18563         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
18564         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
18565         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
18566         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
18567         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
18568
18569 2005-08-27  Jim Meyering  <jim@meyering.net>
18570
18571         * lib/fopen-safer.c: Merge minor changes from coreutils.
18572         * lib/dup-safer.c: Likewise.
18573         * lib/fd-safer.c: Likewise.
18574
18575         Merge from coreutils.
18576         * lib/stdio--.h: New file.
18577         * lib/stdlib--.h: New file.
18578         * lib/mkstemp-safer.c: New file.
18579
18580         GNU tar needs these.
18581         * lib/pipe-safer.c: New file.
18582         * lib/creat-safer.c: New file.
18583         * lib/fcntl--.h (creat): Define to creat_safer.
18584         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
18585         * lib/unistd--.h (pipe): Define to pipe_safer.
18586         * lib/unistd-safer.h: Declare pipe_safer.
18587
18588 2005-08-26  Simon Josefsson  <jas@extundo.com>
18589
18590         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
18591         Haible <bruno@clisp.org>.
18592
18593 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
18594
18595         * lib/regex_internal.h: Remove all references to
18596         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
18597         or better.
18598         (bitset_not, bitset_merge, bitset_not_merge):
18599         (bitset_mask, re_string_allocate, re_string_construct):
18600         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
18601         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
18602         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
18603         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
18604         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
18605         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
18606         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
18607         (re_acquire_state_context):
18608         Remove unnecessary forward decls.
18609         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
18610         Put __attribute at function definition,
18611         now that the function decl has been removed.
18612         * lib/regex_internal.c (re_string_peek_byte_case):
18613         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
18614         Likewise.
18615
18616 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
18617
18618         * m4/regex.m4: Add AC_PREREQ(2.50).
18619         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
18620
18621 2005-08-25  Simon Josefsson  <jas@extundo.com>
18622
18623         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
18624         __fsetlocking.
18625
18626 2005-08-25  Simon Josefsson  <jas@extundo.com>
18627
18628         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
18629         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
18630         GLIBC specific code.
18631
18632 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
18633
18634         Make regex safe for g++.  This fixes one real bug (an "err"
18635         that should have been "*err").  g++ problem reported by
18636         Sam Steingold.
18637         * lib/regex_internal.h (re_calloc): New macro, consistent with
18638         re_malloc etc.  All callers of calloc changed to use re_calloc.
18639         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
18640         not int.  All callers changed.
18641         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
18642         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
18643         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
18644         (find_recover_state): Change "err" to "*err"; this fixes what
18645         appears to be a real bug.
18646         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
18647         versus int.
18648
18649 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
18650
18651         * modules/regex (Depends-on): Add malloc, since the code
18652         assumes that !malloc(0) means failure.
18653
18654 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
18655
18656         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
18657
18658         alloca modernization/simplification for regex.
18659         * lib/regex.c: Remove portability cruft for alloca.  This no longer
18660         needs to be at the start of the file, and can be moved into
18661         regex_internal.h and simplified.
18662         * lib/regex_internal.h: Include <alloca.h>.
18663         (__libc_use_alloca) [!defined _LIBC]: New macro.
18664         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
18665         now works outside glibc.
18666
18667 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
18668
18669         * config/srclist.txt: Add glibc bugs 1241, 1245.
18670
18671 2005-08-25  Jim Meyering  <jim@meyering.net>
18672
18673         * lib/open-safer.c: Include <config.h>.
18674         Otherwise, we'd lose LARGEFILE support in any file using
18675         e.g. "fcntl--.h"
18676
18677 2005-08-25  Bruno Haible  <bruno@clisp.org>
18678
18679         * m4/minmax.m4: Require autoconf 2.52.
18680         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
18681         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
18682         alternatives of translit over the alphabet.
18683         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
18684
18685 2005-08-24  Simon Josefsson  <jas@extundo.com>
18686
18687         * tests/test-getpass.c: New file.
18688
18689 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
18690
18691         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
18692         for GNU regex features.
18693
18694 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
18695
18696         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
18697         * lib/regex.h (regerror): Likewise.
18698
18699         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
18700         requires this.  (The code never needed it.)
18701
18702         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
18703         All uses of recently-renamed identifiers changed to use the new,
18704         POSIX-compliant names.  The code will build and run just fine
18705         without these changes, but it's better to eat our own dog food
18706         and use the standard-conforming names.
18707
18708         * lib/regex.h: Fix a multitude of POSIX name space violations.
18709         These changes have an effect only for programs that define
18710         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
18711         do not change anything for programs compiled in the normal way.
18712         Also, there is no effect on the ABI.
18713
18714         (_REGEX_SOURCE): New macro.
18715         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
18716         defined and _GNU_SOURCE is not; this fixes a name space violation.
18717
18718         Rename the following macros to obey POSIX requirements.
18719         The old names are still visible as macros if _REGEX_SOURCE is defined.
18720         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
18721         RE_BACKSLASH_ESCAPE_IN_LISTS.
18722         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
18723         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
18724         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
18725         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
18726         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
18727         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
18728         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
18729         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
18730         (REG_INTERVALS): renamed from RE_INTERVALS.
18731         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
18732         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
18733         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
18734         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
18735         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
18736         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
18737         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
18738         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
18739         RE_UNMATCHED_RIGHT_PAREN_ORD.
18740         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
18741         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
18742         (REG_DEBUG): renamed from RE_DEBUG.
18743         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
18744         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
18745         unusual, since we can't clash with the POSIX REG_ICASE.
18746         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
18747         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
18748         (REG_NO_SUB): renamed from RE_NO_SUB.
18749         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
18750         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
18751         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
18752         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
18753         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
18754         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
18755         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
18756         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
18757         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
18758         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
18759         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
18760         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
18761         RE_SYNTAX_POSIX_MINIMAL_BASIC.
18762         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
18763         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
18764         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
18765         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
18766         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
18767         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
18768         (REG_FIXED): Renamed from REGS_FIXED.
18769         (REG_NREGS): Renamed from RE_NREGS.
18770
18771         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
18772         of other REG_* macros, since POSIX says the user is allowed to
18773         #undef these macros selectively.
18774
18775         (reg_errcode_t): Update comment stating what other tables need
18776         to be consistent.
18777
18778         Rename the following enum values to obey POSIX requirements.
18779         The old names are still visible as macros.
18780         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
18781         is not defined, since GNU is supposed to be a superset of POSIX as
18782         much as possible, and since we want reg_errcode_t to be a signed
18783         type for implementation consistency.
18784         (_REG_NOERROR): Renamed from REG_NOERROR.
18785         (_REG_NOMATCH): Renamed from REG_NOMATCH.
18786         (_REG_BADPAT): Renamed from REG_BADPAT.
18787         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
18788         (_REG_ECTYPE): Renamed from REG_ECTYPE.
18789         (_REG_EESCAPE): Renamed from REG_EESCAPE.
18790         (_REG_ESUBREG): Renamed from REG_ESUBREG.
18791         (_REG_EBRACK): Renamed from REG_EBRACK.
18792         (_REG_EPAREN): Renamed from REG_EPAREN.
18793         (_REG_EBRACE): Renamed from REG_EBRACE.
18794         (_REG_BADBR): Renamed from REG_BADBR.
18795         (_REG_ERANGE): Renamed from REG_ERANGE.
18796         (_REG_ESPACE): Renamed from REG_ESPACE.
18797         (_REG_BADRPT): Renamed from REG_BADRPT.
18798         (_REG_EEND): Renamed from REG_EEND.
18799         (_REG_ESIZE): Renamed from REG_ESIZE.
18800         (_REG_ERPAREN): Renamed from REG_ERPAREN.
18801         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
18802         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
18803         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
18804         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
18805
18806         (_REG_RE_NAME, _REG_RM_NAME): New macros.
18807         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
18808         changed.  But support the old name if the new one is not defined
18809         and if _REGEX_SOURCE.
18810
18811         Change the following member names in struct re_pattern_buffer.
18812         The old names are still supported if !_REGEX_SOURCE.
18813         The new names are always supported, regardless of _REGEX_SOURCE.
18814         (re_buffer): Renamed from buffer.
18815         (re_allocated): Renamed from allocated.
18816         (re_used): Renamed from used.
18817         (re_syntax): Renamed from syntax.
18818         (re_fastmap): Renamed from fastmap.
18819         (re_translate): Renamed from translate.
18820         (re_can_be_null): Renamed from can_be_null.
18821         (re_regs_allocated): Renamed from regs_allocated.
18822         (re_fastmap_accurate): Renamed from fastmap_accurate.
18823         (re_no_sub): Renamed from no_sub.
18824         (re_not_bol): Renamed from not_bol.
18825         (re_not_eol): Renamed from not_eol.
18826         (re_newline_anchor): Renamed from newline_anchor.
18827
18828         Change the following member names in struct re_registers.
18829         The old names are still supported if !_REGEX_SOURCE.
18830         The new names are always supported, regardless of _REGEX_SOURCE.
18831         (rm_num_regs): Renamed from num_regs.
18832         (rm_start): Renamed from start.
18833         (rm_end): Renamed from end.
18834
18835         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
18836         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
18837         Prepend __ to parameter names.
18838
18839         Undo yesterday's changes.
18840
18841 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
18842
18843         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
18844         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
18845         lib/regex.c.
18846
18847 2005-08-24  Jim Meyering  <jim@meyering.net>
18848
18849         Sync from coreutils.
18850         * m4/fcntl-safer.m4: New file.
18851
18852         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
18853         and object files for this module.
18854
18855 2005-08-24  Jim Meyering  <jim@meyering.net>
18856
18857         Sync from coreutils.
18858         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
18859
18860 2005-08-24  Jim Meyering  <jim@meyering.net>
18861
18862         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
18863         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
18864
18865 2005-08-24  Jim Meyering  <jim@meyering.net>
18866
18867         * modules/fcntl-safer: New module.
18868         * modules/fts (Depends-on): Add fcntl-safer.
18869         * MODULES.html.sh (File descriptor based Input/Output):
18870         Add fcntl-safer.
18871
18872 2005-08-24  Bruno Haible  <bruno@clisp.org>
18873
18874         Support for unit test modules.
18875         * modules/README: Mention tests modules.
18876         * modules/TEMPLATE-TESTS: New file.
18877         * gnulib-tool: New options --extract-tests-module, --with-tests and
18878         --tests-base (unused for the moment).
18879         (testsbase, inctests): New variables.
18880         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
18881         (func_verify_module): Exclude TEMPLATE-TESTS.
18882         (func_verify_nontests_module, func_verify_tests_module): New functions.
18883         (func_get_dependencies): Add implicit dependency for tests modules.
18884         (func_get_tests_module): New function.
18885         (func_modules_transitive_closure): When --with-tests was specified,
18886         include the unit tests as well, unless explicitly avoided.
18887         (func_emit_lib_Makefile_am): Ignore the tests modules here.
18888         (func_emit_tests_Makefile_am): New function.
18889         (func_create_testdir): When --with-tests was specified, emit a
18890         tests/ directory.
18891         * MODULES.html.sh (Future developments): Update.
18892
18893 2005-08-24  Bruno Haible  <bruno@clisp.org>
18894
18895         * modules/tls-tests: New file.
18896         * tests/test-tls.c: New file, from GNU gettext.
18897
18898 2005-08-24  Bruno Haible  <bruno@clisp.org>
18899
18900         * modules/lock-tests: New file.
18901         * tests/test-lock.c: New file, from GNU gettext.
18902
18903 2005-08-24  Bruno Haible  <bruno@clisp.org>
18904
18905         * lib/lock.h: Add multiple inclusion guard.
18906         * lib/tls.h: Add multiple inclusion guard.
18907
18908 2005-08-24  Bruno Haible  <bruno@clisp.org>
18909
18910         * gnulib-tool: Add support for the --aux-dir option to
18911         --create-testdir, --create-megatestdir, --test, --megatest.
18912         (func_create_testdir, func_create_megatestdir): Optionally emit a
18913         AC_CONFIG_AUX_DIR directive.
18914         (create-testdir, create-megatestdir, test, megatest): Provide a
18915         default value for $auxdir.
18916
18917 2005-08-24  Bruno Haible  <bruno@clisp.org>
18918
18919         * gnulib-tool (import): Use compound statement instead of subshell
18920         where possible.
18921
18922 2005-08-24  Bruno Haible  <bruno@clisp.org>
18923
18924         * gnulib-tool (import): Change --aux-dir default to "build-aux".
18925
18926 2005-08-24  Bruno Haible  <bruno@clisp.org>
18927
18928         * gnulib-tool (func_version): Update.
18929
18930 2005-08-24  Bruno Haible  <bruno@clisp.org>
18931
18932         * gnulib-tool (func_import, func_create_testdir,
18933         func_create_megatestdir): Quote all autoconf macro arguments.
18934
18935 2005-08-24  Bruno Haible  <bruno@clisp.org>
18936
18937         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
18938         option --force, because --force causes the aclocal.m4 of each
18939         subdirectory to be newer than the corresponding config.h.in.
18940
18941 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
18942
18943         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
18944         All contents moved to gl_REGEX.
18945         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
18946         assume that it does.
18947
18948 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
18949
18950         * lib/regex.h (REG_NOSYS)
18951         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
18952         Define, since POSIX requires it as of 2001.
18953         (_REG_ENOSYS)
18954         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
18955         New private symbol, used to keep the enum signed in all cases.
18956         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
18957         Youngman in
18958         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
18959
18960         * lib/regex_internal.c (re_string_skip_chars, register_state):
18961         (calc_state_hash):
18962         Remove forward decls; no longer needed now that we use prototypes.
18963         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
18964         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
18965         (clean_state_log_if_needed): Likewise.
18966
18967 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
18968
18969         * config/srclist.txt: Add glibc bugs 1231-1233.
18970
18971 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
18972
18973         Fix problems reported by Sam Steingold in
18974         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
18975         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
18976         assumed that reg_errcode_t is a signed type, which is not
18977         necessarily true if _XOPEN_SOURCE is not defined.
18978         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
18979         since some compilers warn about it otherwise.
18980
18981 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
18982
18983         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
18984         (init_word_char, create_initial_state, duplicate_node_closure):
18985         (fetch_token, peek_token_bracket, build_range_exp):
18986         (build_collating_symbol): Remove forward decls; no longer needed
18987         now that we use prototypes.
18988
18989         * lib/regcomp.c:
18990         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
18991         (re_compile_fastmap_iter, regcomp, regerror, regfree):
18992         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
18993         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
18994         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
18995         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
18996         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
18997         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
18998         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
18999         (build_range_exp, build_collating_symbol, parse_bracket_exp):
19000         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
19001         (build_charclass, build_charclass_op, fetch_number, create_tree):
19002         (create_token_tree, mark_opt_subexp, duplicate_tree):
19003         Use prototypes rather than old-style definitions.
19004
19005         * lib/regex_internal.c:
19006         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
19007         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
19008         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
19009         (re_string_reconstruct, re_string_peek_byte_case):
19010         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
19011         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
19012         (re_node_set_init_copy, re_node_set_add_intersect):
19013         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
19014         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
19015         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
19016         (re_acquire_state, re_acquire_state_context, register_state):
19017         (create_ci_newstate, create_cd_newstate, free_state):
19018         Likewise.
19019         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
19020         re_search_2):
19021         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
19022         (re_search_internal, prune_impossible_nodes):
19023         (acquire_init_state_context, check_matching, static):
19024         (check_halt_node_context, check_halt_state_context, proceed_next_node):
19025         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
19026         (update_regs, sift_states_backward, build_sifted_states):
19027         (clean_state_log_if_needed, merge_state_array):
19028         (update_cur_sifted_state, add_epsilon_src_nodes):
19029         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
19030         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
19031         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
19032         (find_recover_state, check_subexp_matching_top, transit_state_mb):
19033         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
19034         (check_arrival, check_arrival_add_next_nodes):
19035         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
19036         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
19037         (check_node_accept_bytes, check_node_accept, extend_buffers):
19038         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
19039         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
19040         (sift_ctx_init):
19041         Likewise.
19042
19043         * lib/regex_internal.h:
19044         (re_string_allocate, re_string_construct, re_string_reconstruct):
19045         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
19046         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
19047         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
19048         (re_string_context_at, re_string_peek_byte_case):
19049         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
19050         is defined, since we now use prototypes always.
19051
19052         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
19053         C89 or better.  All uses removed.
19054
19055 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
19056
19057         * config/srclist.txt: Add glibc bugs 1220-1227.
19058
19059 2005-08-20  Jim Meyering  <jim@meyering.net>
19060
19061         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
19062         of unused local, dfa.
19063
19064 2005-08-20  Bruno Haible  <bruno@clisp.org>
19065
19066         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
19067
19068 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
19069
19070         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
19071         (re_node_set_insert_last, re_dfa_add_node):
19072         Rename local variables to avoid GCC shadowing warnings.
19073
19074 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
19075
19076         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
19077         [defined lint]: Suppress bogus uninitialized-variable warnings.
19078
19079         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
19080         and let the caller return REG_ESPACE if out of space.  This
19081         removes an uninitialied-variable warning with GCC 4.0.1, and also
19082         avoids taking the address of a local variable.  All callers
19083         changed.
19084
19085 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
19086
19087         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
19088         $LIBCSRC/posix/regexec.c.
19089         Add glibc bug 1217 for regcomp.c.
19090
19091 2005-08-19  Jim Meyering  <jim@meyering.net>
19092
19093         * lib/regexec.c (proceed_next_node): Redo local variables to
19094         avoid GCC shadowing warnings.
19095
19096 2005-08-18  Bruno Haible  <bruno@clisp.org>
19097
19098         * lib/strstr.c (strstr): Fix return value in multibyte case.
19099         * lib/strcasestr.c (strcasestr): Likewise.
19100
19101 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
19102
19103         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
19104
19105 2005-08-17  Jim Meyering  <jim@meyering.net>
19106
19107         Make the %s format (seconds since the epoch) work for a negative
19108         number and when used with a zero-padded field width, e.g. %015s.
19109
19110         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
19111         label so that it precedes the code to set `digits'.  Otherwise,
19112         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
19113         print `00-22'.  Now, it prints `-0022', as it should.
19114
19115 2005-08-17  Bruno Haible  <bruno@clisp.org>
19116
19117         * modules/strstr (Files): Add m4/mbrtowc.m4.
19118         (Depends-on): Add mbuiter.
19119
19120 2005-08-17  Bruno Haible  <bruno@clisp.org>
19121
19122         * modules/strcasestr: New file.
19123         * MODULES.html.sh (String handling, based on ANSI C 89): Add
19124         strcasestr.
19125
19126 2005-08-17  Bruno Haible  <bruno@clisp.org>
19127
19128         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
19129
19130 2005-08-17  Bruno Haible  <bruno@clisp.org>
19131
19132         * modules/mbuiter: New file.
19133         * MODULES.html.sh (Extended multibyte and wide character utilities):
19134         Add mbuiter.
19135
19136 2005-08-17  Bruno Haible  <bruno@clisp.org>
19137
19138         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
19139         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
19140
19141 2005-08-17  Bruno Haible  <bruno@clisp.org>
19142
19143         * m4/strcasestr.m4: New file.
19144
19145 2005-08-17  Bruno Haible  <bruno@clisp.org>
19146
19147         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
19148         * lib/strstr.c: Completely rewritten, with multibyte locale support.
19149
19150 2005-08-17  Bruno Haible  <bruno@clisp.org>
19151
19152         * lib/strcasestr.h: New file.
19153         * lib/strcasestr.c: New file.
19154
19155 2005-08-17  Bruno Haible  <bruno@clisp.org>
19156
19157         * lib/strcasecmp.c: Use mbuiter.h.
19158
19159 2005-08-17  Bruno Haible  <bruno@clisp.org>
19160
19161         * lib/mbuiter.h: New file.
19162
19163 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
19164
19165         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
19166         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
19167         and gl_GETOPT are both invoked via different paths (as happens
19168         with GNU tar CVS because it uses both argp and getopt), the former
19169         wins.
19170
19171 2005-08-16  Bruno Haible  <bruno@clisp.org>
19172
19173         * modules/tls: New file.
19174         * MODULES.html.sh (Multithreading): Add tls.
19175
19176 2005-08-16  Bruno Haible  <bruno@clisp.org>
19177
19178         * modules/strnlen1: New file.
19179         * MODULES.html.sh (String handling): Add strnlen1.
19180
19181 2005-08-16  Bruno Haible  <bruno@clisp.org>
19182
19183         * modules/strcase (Files): Add m4/mbrtowc.m4.
19184         (Depends-on): Add strnlen1, mbchar.
19185
19186 2005-08-16  Bruno Haible  <bruno@clisp.org>
19187
19188         * modules/mbiter: New file.
19189         * MODULES.html.sh (Extended multibyte and wide character utilities):
19190         Add mbiter.
19191
19192 2005-08-16  Bruno Haible  <bruno@clisp.org>
19193
19194         * modules/mbfile: New file.
19195         * MODULES.html.sh (Extended multibyte and wide character utilities):
19196         Add mbfile.
19197
19198 2005-08-16  Bruno Haible  <bruno@clisp.org>
19199
19200         * modules/mbchar: New file.
19201         * MODULES.html.sh (Extended multibyte and wide character utilities):
19202         New section.
19203
19204 2005-08-16  Bruno Haible  <bruno@clisp.org>
19205
19206         * m4/tls.m4: New file, from GNU gettext.
19207
19208 2005-08-16  Bruno Haible  <bruno@clisp.org>
19209
19210         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
19211         always.
19212         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
19213
19214 2005-08-16  Bruno Haible  <bruno@clisp.org>
19215
19216         * m4/mbiter.m4: New file.
19217
19218 2005-08-16  Bruno Haible  <bruno@clisp.org>
19219
19220         * m4/mbfile.m4: New file.
19221
19222 2005-08-16  Bruno Haible  <bruno@clisp.org>
19223
19224         * m4/mbchar.m4: New file.
19225
19226 2005-08-16  Bruno Haible  <bruno@clisp.org>
19227
19228         * lib/tls.h: New file, from GNU gettext.
19229         * lib/tls.c: New file, from GNU gettext.
19230
19231 2005-08-16  Bruno Haible  <bruno@clisp.org>
19232
19233         * lib/strnlen1.h: New file.
19234         * lib/strnlen1.c: New file.
19235
19236 2005-08-16  Bruno Haible  <bruno@clisp.org>
19237
19238         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
19239         (mbi_init): Update.
19240         (mbi_avail, mbi_advance): Let the iteration end before the terminating
19241         NUL byte, not after it.
19242
19243 2005-08-16  Bruno Haible  <bruno@clisp.org>
19244
19245         * lib/strcase.h (strcasecmp): Add note in comments.
19246         * lib/strncasecmp.c: Use code from strcasecmp.c.
19247         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
19248         (strcasecmp): Work correctly in multibyte locales.
19249
19250 2005-08-16  Bruno Haible  <bruno@clisp.org>
19251
19252         * lib/mbiter.h: New file.
19253
19254 2005-08-16  Bruno Haible  <bruno@clisp.org>
19255
19256         * lib/mbfile.h: New file.
19257
19258 2005-08-16  Bruno Haible  <bruno@clisp.org>
19259
19260         * lib/mbchar.h: New file.
19261         * lib/mbchar.c: New file.
19262
19263 2005-08-16  Bruno Haible  <bruno@clisp.org>
19264
19265         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
19266         the valid ones. Makes the comparison operations transitive:
19267         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
19268         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
19269
19270 2005-08-15  Simon Josefsson  <jas@extundo.com>
19271
19272         * modules/ssize_t (License): Change to 'unlimited'.
19273
19274         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
19275
19276 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
19277
19278         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
19279         Add comments for each pending glibc patch.
19280
19281 2005-08-15  Bruno Haible  <bruno@clisp.org>
19282
19283         * lib/regex.h (__restrict_arr): Don't define to __restrict if
19284         __cplusplus is defined.
19285
19286 2005-08-14  Jim Meyering  <jim@meyering.net>
19287
19288         Sync from coreutils.
19289
19290         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
19291         Use the hash-table-based cycle-detection code not just when
19292         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
19293         Reported by James Youngman in
19294         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
19295         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
19296         FTS_TIGHT_CYCLE_CHECK.
19297         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
19298         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
19299         once again.
19300         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
19301         * lib/fts.c (fd_safer): Remove decl.
19302         Include fcntl--.h rather than unistd-safer.h
19303         (fts_safe_changedir): Don't call fd_safer; no longer needed
19304         now that we include fcntl--.h.
19305
19306 2005-08-12  Simon Josefsson  <jas@extundo.com>
19307
19308         * modules/getndelim2: Use ssize_t module.
19309         * modules/getnline: Likewise.
19310         * modules/safe-read: Likewise.
19311         * modules/xreadlink: Likewise.
19312
19313         * modules/ssize_t: New file.
19314
19315 2005-08-12  Simon Josefsson  <jas@extundo.com>
19316
19317         * m4/readline.m4: Look for termcap, curses or ncurses if required.
19318
19319 2005-08-12  Simon Josefsson  <jas@extundo.com>
19320
19321         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
19322         ssize_t.
19323
19324 2005-08-12  Simon Josefsson  <jas@extundo.com>
19325
19326         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
19327         readline, getdelim and check_version.
19328         (Support for systems lacking ISO C 99: Sizes of integer types):
19329         Add size_max.
19330
19331 2005-08-12  Bruno Haible  <bruno@clisp.org>
19332
19333         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
19334
19335 2005-08-11  Simon Josefsson  <jas@extundo.com>
19336
19337         * modules/readline: New file.
19338
19339         * modules/strnlen (Files): Add strnlen.h.
19340
19341 2005-08-11  Simon Josefsson  <jas@extundo.com>
19342
19343         * m4/readline.m4: New file.
19344
19345 2005-08-11  Simon Josefsson  <jas@extundo.com>
19346
19347         * lib/readline.h, readline.c: New file.
19348
19349 2005-08-11  Simon Josefsson  <jas@extundo.com>
19350
19351         * doc/gnulib.texi (Initial import, Finishing touches): Mention
19352         gl_AVOID.
19353
19354 2005-08-11  Bruno Haible  <bruno@clisp.org>
19355
19356         * lib/strnlen.h (strnlen): Change parameter name to match comment.
19357
19358 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
19359
19360         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
19361
19362 2005-08-10  Simon Josefsson  <jas@extundo.com>
19363
19364         * tests/test-iconvme.c: New file.
19365
19366 2005-08-10  Simon Josefsson  <jas@extundo.com>
19367
19368         * m4/strnlen.m4: New file.
19369
19370         * m4/strndup.m4: Don't check for strnlen declaration, done in
19371         strnlen.m4.
19372
19373 2005-08-10  Simon Josefsson  <jas@extundo.com>
19374
19375         * lib/strndup.c: Use strnlen.h.
19376
19377         * lib/strnlen.h: New file.
19378
19379 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
19380
19381         * README: Typos.
19382
19383 2005-08-02  Simon Josefsson  <jas@extundo.com>
19384
19385         * modules/readline: New file.
19386
19387 2005-08-02  Simon Josefsson  <jas@extundo.com>
19388
19389         * modules/getdelim: New file.
19390
19391         * modules/getline: Rewrite, don't use getndelim2.
19392
19393 2005-08-02  Simon Josefsson  <jas@extundo.com>
19394
19395         * m4/getline.m4: Separate out getdelim stuff into separate module.
19396
19397         * m4/getdelim.m4: New file.
19398
19399 2005-08-02  Simon Josefsson  <jas@extundo.com>
19400
19401         * lib/getline.h, getline.c: Rewrite.
19402
19403         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
19404
19405 2005-07-31  Bruno Haible  <bruno@clisp.org>
19406
19407         * lib/lock.h (gl_lock_initializer): New macro.
19408         (gl_lock_define_initialized): Use it.
19409         (gl_rwlock_initializer): New macro.
19410         (gl_rwlock_define_initialized): Use it.
19411         (gl_recursive_lock_initializer): New macro.
19412         (gl_recursive_lock_define_initialized): Use it.
19413
19414 2005-07-30  Karl Berry  <karl@gnu.org>
19415
19416         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
19417         Report from Ben Pfaff, regarding getopt.
19418
19419 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
19420
19421         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
19422         normal way.
19423         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
19424         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
19425         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
19426         (gl_GETOPT): Use the new macros.  Most of the implementation
19427         is moved to the new macros.  This is for programs like Emacs
19428         that don't want all the functionality of gl_GETOPT.
19429
19430 2005-07-26  Bruno Haible  <bruno@clisp.org>
19431
19432         * m4/lock.m4: Update from GNU gettext.
19433
19434 2005-07-26  Bruno Haible  <bruno@clisp.org>
19435
19436         * lib/lock.h: Update from GNU gettext.
19437         * lib/lock.c: Update from GNU gettext.
19438
19439 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
19440
19441         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
19442         obsolescent AC_TRY_RUN.  Include the default includes files, for
19443         'exit'.
19444
19445 2005-07-24  Bruno Haible  <bruno@clisp.org>
19446
19447         * modules/visibility: New file.
19448         * MODULES.html.sh (Misc): Add visibility.
19449
19450 2005-07-24  Bruno Haible  <bruno@clisp.org>
19451
19452         * m4/visibility.m4: New file.
19453
19454 2005-07-24  Bruno Haible  <bruno@clisp.org>
19455
19456         * doc/visibility.texi: New file.
19457
19458 2005-07-22  Bruno Haible  <bruno@clisp.org>
19459
19460         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
19461         $(ALLOCA_H), redundant through BUILT_SOURCES.
19462         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
19463         redundant through BUILT_SOURCES.
19464         * modules/byteswap (Makefile.am): Remove explicit dependency on
19465         $(BYTESWAP_H), redundant through BUILT_SOURCES.
19466         * modules/fnmatch (Makefile.am): Remove explicit dependency on
19467         $(FNMATCH_H), redundant through BUILT_SOURCES.
19468         * modules/getopt (Makefile.am): Remove explicit dependency on
19469         $(GETOPT_H), redundant through BUILT_SOURCES.
19470         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
19471         redundant through BUILT_SOURCES.
19472         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
19473         redundant through BUILT_SOURCES.
19474         * modules/stdbool (Makefile.am): Remove explicit dependency on
19475         $(STDBOOL_H), redundant through BUILT_SOURCES.
19476         * modules/stdint (Makefile.am): Remove explicit dependency on
19477         $(STDINT_H), redundant through BUILT_SOURCES.
19478         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
19479         Remove explicit dependency on $(SYSEXITS_H).
19480         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
19481
19482 2005-07-18  Simon Josefsson  <jas@extundo.com>
19483
19484         * lib/check-version.c (check_version): Accept identical versions too.
19485
19486 2005-07-18  Bruno Haible  <bruno@clisp.org>
19487
19488         * modules/lock: New file.
19489         * MODULES.html.sh (Multithreading): New section.
19490
19491 2005-07-18  Bruno Haible  <bruno@clisp.org>
19492
19493         * m4/lock.m4: New file, from GNU gettext.
19494
19495 2005-07-18  Bruno Haible  <bruno@clisp.org>
19496
19497         * lib/lock.h: New file, from GNU gettext.
19498         * lib/lock.c: New file, from GNU gettext.
19499
19500 2005-07-18  Bruno Haible  <bruno@clisp.org>
19501
19502         * lib/lock.h (gl_once_t): New type.
19503         (gl_once_define, gl_once): New macros.
19504         * lib/lock.c (fresh_once): New variable.
19505         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
19506         functions.
19507
19508 2005-07-16  Simon Josefsson  <jas@extundo.com>
19509
19510         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
19511         workaround, suggested by Bruno.
19512
19513 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
19514
19515         * modules/xalloc (Depends-on): Add xalloc-die.
19516         * modules/xvasprintf (Depends-on): Add xalloc-die.
19517
19518 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
19519
19520         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
19521         with a minor change.
19522
19523 2005-07-15  Bruno Haible  <bruno@clisp.org>
19524
19525         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
19526         When using lib/poll.c, define poll as rpl_poll.
19527
19528 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
19529
19530         * modules/argp (Depends-on): Remove unlocked-io.
19531
19532 2005-07-14  Derek Price  <derek@ximbiot.com>
19533
19534         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
19535         for glob symlink bug.
19536
19537 2005-07-14  Bruno Haible  <bruno@clisp.org>
19538
19539         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
19540         Instead, test for *_unlocked function declarations directly.
19541
19542 2005-07-11  Simon Josefsson  <jas@extundo.com>
19543
19544         * modules/size_max: New file.
19545
19546         * modules/xsize: Depend on size_max module for size_max.m4.
19547
19548 2005-07-11  Simon Josefsson  <jas@extundo.com>
19549
19550         * lib/size_max.h: New file.
19551
19552 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
19553
19554         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
19555         copyright symbol and the year.
19556         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
19557         (version_etc_va): Use parameterized copyright notice.
19558         Reword to conform to the current GNU coding standards.
19559
19560 2005-07-11  Karl Berry  <karl@gnu.org>
19561
19562         * doc/gnulib.texi (Quoting): new node.
19563         (Initial import): more info, from Patrice.
19564
19565 2005-07-11  Bruno Haible  <bruno@clisp.org>
19566
19567         * gnulib-tool (func_usage): Document option --avoid.
19568         (Command line options): Handle --avoid.
19569         (func_acceptable): New function.
19570         (func_modules_transitive_closure): Use it.
19571
19572 2005-07-11  Bruno Haible  <bruno@clisp.org>
19573
19574         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
19575         Reported by Jim Meyering.
19576
19577 2005-07-10  Bruno Haible  <bruno@clisp.org>
19578
19579         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
19580         Needed when size_t is smaller than 'unsigned int'.
19581         Reported by Paul Eggert.
19582
19583 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
19584
19585         * modules/argp (Depends-on): Add unlocked-io
19586
19587 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
19588
19589         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
19590         block of defines.
19591
19592 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
19593
19594         * config/srclist.txt: Comment out regcomp.c, since we have a porting
19595         fix now.
19596
19597 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
19598         and Paul Eggert  <eggert@cs.ucla.edu>
19599
19600         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
19601         in wint_t, not wchar_t.  Remove now-unnecessary cast.
19602
19603 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
19604
19605         * modules/regex (Files): Add lib/regex_internal.c,
19606         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
19607         (Depends-on): Add extensions.
19608         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
19609
19610 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
19611
19612         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
19613         pathconf.
19614         * m4/same.m4 (gl_SAME): Likewise.
19615         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
19616
19617         * m4/regex.m4: Adjust to new libc regex implementation.
19618         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
19619         all the .c and .h parts of (the new) regex.
19620         Quote the m4 stuff better.
19621         Check for RE_ICASE bug of old gnulib.
19622         Check for REG_STARTEND of recent libc.
19623         Rename local variables from jm_* to gl_*.
19624         Quote operand of "test -f".
19625         Say "recent enough" version of libc, not "version 2".
19626         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
19627         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
19628         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
19629         Remove check for btowc, isascii.
19630         Require AM_LANGINFO_CODESET.
19631
19632 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
19633
19634         * lib/regex.c, regex.h: Sync from libc.
19635         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
19636         * lib/regexec.c:
19637         New files, synced from libc, except that regex_internal.h
19638         currently has a small porting fix.
19639
19640 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
19641
19642         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
19643         regex_internal.c, regexec.c.
19644         Add regex_internal.h too, but as a comment, since the libc version
19645         is currently broken in gnulib mode.
19646
19647 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
19648
19649         Support programs like Emacs that use gnulib but not gettext.
19650         * MODULES.html.sh (Internationalization functions): Add gettext-h.
19651         * modules/gettext-h: New file.
19652         * modules/gettext (Files): Remove lib/gettext.h.
19653         (Depends-on): Add gettext-h.
19654         (Makefile.am): Remove lib_SOURCES.
19655         * modules/argmatch, modules/c-stack, modules/closeout:
19656         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
19657         * modules/execute, modules/file-type, modules/getaddrinfo:
19658         * modules/getopt, modules/human, modules/javacomp:
19659         * modules/javaexec, modules/mkdir-p, modules/obstack:
19660         * modules/openat, modules/pagealign_alloc, modules/pipe:
19661         * modules/quotearg, modules/regex, modules/rpmatch:
19662         * modules/unicodeio, modules/userspec, modules/version-etc:
19663         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
19664         * modules/xsetenv:
19665         Depend on gettext-h, not gettext.
19666
19667 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
19668
19669         * gnulib-tool (func_import): Add support for 'public domain' license.
19670         * modules/alloca, modules/atexit, modules/memmove:
19671         Now public domain, not GPL.
19672         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
19673         * modules/realloc, modules/strerror, modules/strtod:
19674         Now LGPL, not GPL.
19675
19676 2005-07-05  Bruno Haible  <bruno@clisp.org>
19677
19678         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
19679         autoconf CVS. Needed for mingw.
19680
19681 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
19682
19683         Remove the dependency of the strftime module on the tzset module.
19684         * modules/strftime (Depends-on): Remove dependency on tzset.
19685
19686 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
19687
19688         Remove the dependency of the strftime module on the tzset module.
19689         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
19690         gl_FUNC_TZSET_CLOBBER.
19691
19692 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
19693
19694         Remove the dependency of the strftime module on the tzset module.
19695         * lib/strftime.c (my_strftime)
19696         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
19697         Copy the input structure, to work around some of the bug with
19698         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
19699         Solaris releases, you should also use the tzset module, but we won't
19700         require it as a dependency any more since we don't want LGPLed code
19701         to depend on GPLed code.
19702
19703 2005-07-02  Jim Meyering  <jim@meyering.net>
19704
19705         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
19706         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
19707         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
19708         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
19709
19710 2005-07-02  Jim Meyering  <jim@meyering.net>
19711
19712         * lib/backupfile.c (backup_args): Change a `0' to NULL.
19713
19714 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
19715
19716         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
19717         declares only 'struct timespec;' (!).
19718
19719 2005-07-01  Jim Meyering  <jim@meyering.net>
19720
19721         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
19722         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
19723         * lib/save-cwd.c, tempname.c:
19724         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
19725         and don't include <sys/file.h>).
19726
19727 2005-06-29  Jim Meyering  <jim@meyering.net>
19728
19729         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
19730         type name.  Use the variable name instead.
19731         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
19732         Likewise.
19733
19734 2005-06-28  Simon Josefsson  <jas@extundo.com>
19735
19736         * modules/check-version (Files): Add check-version.m4.
19737
19738 2005-06-28  Simon Josefsson  <jas@extundo.com>
19739
19740         * m4/check-version.m4: New file, suggested by Jim Meyering
19741         <jim@meyering.net>.
19742
19743 2005-06-28  Simon Josefsson  <jas@extundo.com>
19744
19745         * lib/check-version.h, lib/check-version.c: New files.
19746
19747 2005-06-28  Simon Josefsson  <jas@extundo.com>
19748
19749         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
19750         collision with global variable.  Better indentation.  Don't
19751         increment buffer pointer beyond buffer end.  Based on comments
19752         from Paul Eggert <eggert@cs.ucla.edu>.
19753
19754         * lib/base64.h: Indent.
19755
19756 2005-06-28  Simon Josefsson  <jas@extundo.com>
19757
19758         * doc/gnulib.texi (Library version handling): New section.
19759
19760 2005-06-28  Jim Meyering  <jim@meyering.net>
19761
19762         * check-module (find_included_lib_files): Hard-code another
19763         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
19764         but modules/fts-lgpl (correctly) does not list those files.
19765
19766         * modules/canonicalize (Files): Add lib/pathmax.h.
19767
19768 2005-06-25  Simon Josefsson  <jas@extundo.com>
19769
19770         * modules/check-version: New file.
19771
19772 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
19773
19774         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
19775         initializer of struct addrinfo, as an indication that we don't
19776         care how many members the structure has.
19777
19778 2005-06-24  Derek Price  <derek@ximbiot.com>
19779         and Bruno Haible  <bruno@clisp.org>
19780
19781         Remove stat module & update lstat.
19782         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
19783         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
19784         * m4/stat.m4: Remove this file.
19785
19786 2005-06-24  Derek Price  <derek@ximbiot.com>
19787         and Bruno Haible  <bruno@clisp.org>
19788
19789         Remove stat module & update lstat.
19790         * lib/stat.c: Remove this file...
19791         (slash_aware_lstat): ...moving this content and its support...
19792         * lib/lstat.c (rpl_lstat): ...into here.
19793         * lib/lstat.h: New file.
19794
19795 2005-06-24  Derek Price  <derek@ximbiot.com>
19796         and Bruno Haible  <bruno@clisp.org>
19797
19798         Remove stat module & update lstat.
19799         * config/srclist.txt (libc sources): Remove stat.
19800
19801 2005-06-24  Derek Price  <derek@ximbiot.com>
19802         and Bruno Haible  <bruno@clisp.org>
19803
19804         Remove stat module & update lstat.
19805         * MODULES.html.sh (stat): Remove.
19806         * MODULES.html: Regenerated.
19807         * modules/lstat (Description): Correct function name.
19808         (Files): Add "lstat.h".
19809         (Depends-on): Remove stat, add xalloc, stat-macros.
19810         * modules/stat: Remove this file.
19811         (Include): Add "lstat.h", remove <sys/stat.h>.
19812
19813 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
19814
19815         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
19816         (ranged_convert): Don't save conversion in a temporary struct.
19817         This causes a warning with GCC 4.0.0, and anyway in the typical
19818         case it's not worth the extra 100 bytes or so of code.
19819         (ranged_convert, __mktime_internal): When calling a function via a
19820         pointer P, use P () rather than (*P) (), as we now assume C89 or
19821         better.
19822
19823 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
19824
19825         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
19826         "who -r" failed to give output.  Problem reported by Tim Waugh.
19827
19828         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
19829         (xcalloc): Use it to avoid needless tests.
19830         Problem reported by Jim Meyering.
19831
19832 2005-06-20  Derek Price  <derek@ximbiot.com>
19833
19834         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
19835         unnecessary for Autoconfs > 2.59c.
19836
19837 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
19838
19839         * lib/argp.h (__option_is_short): Check upper limit of
19840         __key. Isprint() requires its argument to have the value
19841         of an unsigned char or EOF.
19842
19843 2005-06-16  Jim Meyering  <jim@meyering.net>
19844
19845         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
19846         when either N or S is zero.
19847
19848 2005-06-16  Derek Price  <derek@ximbiot.com>
19849
19850         * m4/bison.m4: Declare YACC & YFLAGS precious.
19851
19852 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
19853
19854         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
19855         multibyte string or pattern, fall back on unibyte matching.
19856         Problem reported by James Youngman.
19857
19858 2005-06-08  Bruno Haible  <bruno@clisp.org>
19859
19860         * modules/csharpcomp: New file.
19861         * MODULES.html.sh (C#): Add csharpcomp.
19862
19863 2005-06-08  Bruno Haible  <bruno@clisp.org>
19864
19865         * m4/csharpcomp.m4: New file, from GNU gettext.
19866
19867 2005-06-08  Bruno Haible  <bruno@clisp.org>
19868
19869         * lib/csharpcomp.h: New file, from GNU gettext.
19870         * lib/csharpcomp.c: New file, from GNU gettext.
19871         * lib/csharpcomp.sh.in: New file, from GNU gettext.
19872
19873 2005-06-08  Bruno Haible  <bruno@clisp.org>
19874
19875         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
19876         warning on mingw.
19877
19878 2005-06-07  Derek Price  <derek@ximbiot.com>
19879
19880         Sync from CVS.
19881         * lib/glob_.h: Indent nested #ifdef.
19882
19883 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
19884
19885         Sync from coreutils.
19886         Use "file name" when talking about file names, instead of "filename"
19887         or "path", as per the GNU coding standards.
19888         * lib/mkdir-p.c: Renamed from makepath.c.
19889         (make_dir_parents): Renamed from make_path.  All callers changed.
19890         * lib/mkdir-p.h: Likewise.  All includers changed.
19891         * lib/filenamecat.c: Renamed from path-concat.c.
19892         (file_name_concat): Renamed from path_concat.  All callers changed.
19893         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
19894         * lib/filenamecat.h: Likewise.  All includers changed.
19895         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
19896         in comments or local variable names.
19897         * lib/basename.c: Likewise.
19898         * lib/canonicalize.c, canonicalize.h: Likewise.
19899         * lib/dirname.c, dirname.h: Likewise.
19900         * lib/euidaccess.c: Likewise.
19901         * lib/exclude.c: Likewise
19902         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
19903         * lib/fsusage.c, fsuage.h: Likewise.
19904         * lib/fts.c, fts_.h: Likewise.
19905         * lib/getcwd.c: Likewise.
19906         * lib/getloadavg.c: Likewise.
19907         * lib/mkstemp.c: Likewise.
19908         * lib/mountlist.c, mountlist.h: Likewise.
19909         * lib/openat.c, openat.h: Likewise.
19910         * lib/readlink-stub.c: Likewise.
19911         * lib/readutmp.c, readutmp.h: Likewise.
19912         * lib/rename.c: Likewise.
19913         * lib/rmdir.c: Likewise.
19914         * lib/same.c: Likewise.
19915         * lib/savedir.c: Likewise.
19916         * lib/stripslash.c: Likewise.
19917         * lib/tempname.c: Likewise.
19918         * lib/xreadlink.c: Likewise.
19919         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
19920         All uses changed.
19921         * lib/exclude.h: Likewise.
19922
19923         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
19924         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
19925         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
19926         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
19927         * lib/pathmax.h: Include <limits.h> unconditionally, since other
19928         files have been getting away with it for years (MORE/BSD 4.3
19929         is extinct now).
19930         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
19931         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
19932
19933         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
19934         Define to 256, not 255, as per modern POSIX.
19935
19936 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
19937
19938         Sync from coreutils.
19939         Use "file name" when talking about file names, instead of "filename"
19940         or "path", as per the GNU coding standards.
19941         * MODULES.html.sh: mkdir-p renamed from makepath.
19942         filenamecat renamed from path-concat.
19943         * modules/filenamecat: Renamed from modules/path-concat.
19944         (Files): filenamecat.h and filenamecat.c renamed from
19945         path-concat.h and path-concat.c.
19946         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
19947         (Include): filenamecat.h, not path-concat.h.
19948         * modules/mkdir-p: Renamed from modules/makepath.
19949         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
19950         makepath.c.
19951         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
19952         (Include): mkdir-p.h, not makepath.h.
19953
19954 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
19955
19956         Sync from coreutils.
19957         * m4/mkdir-p.m4: Renamed from makepath.m4.
19958         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
19959         Rename files from makepath.c to mkdir-p.c, and from
19960         makepath.h to mkdir-p.h.
19961         * m4/filenamecat.m4: Renamed from path-concat.m4.
19962         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
19963         Rename files from path-concat.c to filenamecat.c,
19964         and from path-concat.h to filenamecat.h.
19965         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
19966         "file name" in local variables or comments.
19967         * m4/rename.m4: Likewise.
19968
19969 2005-06-01  Bruno Haible  <bruno@clisp.org>
19970
19971         * modules/csharpexec: New file.
19972         * MODULES.html.sh (C#): New section.
19973
19974 2005-06-01  Bruno Haible  <bruno@clisp.org>
19975
19976         * m4/csharp.m4: New file, from GNU gettext.
19977         * m4/csharpexec.m4: New file, from GNU gettext.
19978
19979 2005-06-01  Bruno Haible  <bruno@clisp.org>
19980
19981         * lib/csharpexec.h: New file, from GNU gettext.
19982         * lib/csharpexec.c: New file, from GNU gettext.
19983         * lib/csharpexec.sh.in: New file, from GNU gettext.
19984
19985 2005-05-31  Derek Price  <derek@ximbiot.com>
19986             Paul Eggert  <eggert@cs.ucla.edu>
19987
19988         Sync from cvs.
19989         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
19990
19991 2005-05-31  Derek Price  <derek@ximbiot.com>
19992             Paul Eggert  <eggert@cs.ucla.edu>
19993
19994         Sync from cvs.
19995         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
19996
19997 2005-05-29  Derek Price  <derek@ximbiot.com>
19998
19999         * config/srclist.txt (glob_.h, glob.c): Add these files.
20000
20001 2005-05-29  Derek Price  <derek@ximbiot.com>
20002
20003         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
20004         * modules/glob: New file.
20005         * modules/getlogin_r: Add link to POSIX spec in description.
20006
20007 2005-05-29  Derek Price  <derek@ximbiot.com>
20008             Paul Eggert  <eggert@cs.ucla.edu>
20009
20010         * m4/glob.m4: New file.
20011
20012 2005-05-29  Derek Price  <derek@ximbiot.com>
20013             Paul Eggert  <eggert@cs.ucla.edu>
20014
20015         * lib/glob_.h, lib/glob.c: New files.
20016
20017 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
20018
20019         * modules/fts (Files): Remove m4/inttypes-pri.m4.
20020         * modules/fts-lgpl (Depends-on): Remove gettext.
20021
20022 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
20023
20024         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
20025         and don't require gt_INTTYPES_PRI.
20026
20027 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
20028
20029         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
20030
20031         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
20032         the configuration hassle isn't worth it.
20033         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
20034         (LONGEST_MODIFIER, PRIuMAX): Remove.
20035
20036 2005-05-27  Bruno Haible  <bruno@clisp.org>
20037
20038         * lib/getlogin_r.h: Remove second include of <stddef.h>.
20039
20040 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
20041
20042         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
20043         _POSIX_PTHREAD_SEMANTICS for Solaris.
20044
20045 2005-05-25  Derek Price  <derek@ximbiot.com>
20046
20047         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
20048
20049 2005-05-25  Derek Price  <derek@ximbiot.com>
20050             Paul Eggert  <eggert@cs.ucla.edu>
20051
20052         * modules/getlogin_r, m4/getlogin_r.m4: New files.
20053         * lib/getlogin_r.c, getlogin_r.h: New files.
20054
20055 2005-05-25  Bruno Haible  <bruno@clisp.org>
20056             Derek Price  <derek@ximbiot.com>
20057
20058         * lib/getlogin_r.h: Simplify API documentation.
20059
20060 2005-05-23  Derek Price  <derek@ximbiot.com>
20061
20062         * modules/minmax (Files): Add m4/minmax.m4.
20063         (configure.ac): Add gl_MINMAX.
20064
20065 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
20066
20067         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
20068         so that unistd-safer.h (GPL'ed code) need not be included.
20069
20070 2005-05-22  Bruno Haible  <bruno@clisp.org>
20071
20072         * m4/minmax.m4: New file.
20073         Based on a patch by Derek Price <derek@ximbiot.com>.
20074
20075 2005-05-22  Bruno Haible  <bruno@clisp.org>
20076
20077         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
20078         (INT64_MIN): Fix definition.
20079         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
20080
20081         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
20082         NEED_SIGNED_INT_TYPES.
20083
20084         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
20085         HAVE_SYSTEM_INTTYPES.
20086
20087 2005-05-22  Bruno Haible  <bruno@clisp.org>
20088
20089         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
20090         Also include <sys/param.h> if it defines MIN, MAX.
20091         Based on a patch by Derek Price <derek@ximbiot.com>.
20092
20093 2005-05-21  Jim Meyering  <jim@meyering.net>
20094
20095         * modules/fts (Files): Add m4/inttypes-pri.m4.
20096         (Depends-on): Add lstat and remove gettext.  Alphabetize.
20097
20098 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
20099
20100         New fts module.
20101         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
20102         (setup_dir, free_dir): New functions.
20103         (enter_dir, leave_dir): Define trivial
20104         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
20105         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
20106         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
20107         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
20108         Move to fts-cycle.c.
20109         (fts_open): Use setup_dir.
20110         (fts_close): Use free_dir.
20111         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
20112         This adds a label and some gotos, but the alternatives were messier.
20113         Check for memory allocation failure when entering a dir.
20114         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
20115         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
20116         (FTS): New member fts_cycle, that is a union that contains the
20117         old active_dir_ht and cycle_state.  All uses changed to mention
20118         fts_cycle.ht and fts_cycle.state.
20119         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
20120         fts.c, with the following changes:
20121         (setup_dir, free_dir): New functions.
20122         (enter_dir): Now returns bool.  Return true if successful, false
20123         if memory exhausted.  All callers changed.
20124         Do not bother partly cleaning up on
20125         memory allocation failure; that is free_dir's job.
20126         However, free ad if hash_insert fails, to avoid memory leak.
20127         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
20128         fts->fts_options to see which union member to use.
20129
20130 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
20131
20132         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
20133         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
20134
20135 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
20136
20137         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
20138
20139 2005-05-20  Jim Meyering  <jim@meyering.net>
20140
20141         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
20142         Now a macro, to pacify GCC.
20143
20144 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
20145
20146         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
20147         of -1.
20148
20149 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
20150
20151         * lib/chown.c (rpl_chown): Return -1 on failure.
20152
20153 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
20154
20155         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
20156         Don't check for stddef.h.
20157         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
20158         don't use its results.
20159         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
20160         since we include them unconditionally.  Don't require
20161         AM_STDBOOL_H, since stdbool is a prerequisite.
20162         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
20163         since we assume C89 or better.
20164         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
20165         as we don't use their results.
20166         Don't check for fchdir, memmove, memset, strrchr, as we use
20167         them unconditionally.
20168         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
20169         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
20170
20171 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
20172
20173         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
20174         Include <stddef.h> unconditionally, since we assume C89 now.
20175         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
20176         * lib/fts.c: Include fts_.h first, to check interface.
20177         Do not include intprops.h; no longer needed.
20178         Include cycle-check.h and hash.h, since fts_.h no longer does.
20179         Remove unnecessary casts of closedir to void.
20180         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
20181         decide whether to decrement nlinks.
20182         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
20183         (FTS): Use struct hash_table * instead of Hash_table, so that
20184         we no longer need to include hash.h here.
20185
20186 2005-05-18  Jim Meyering  <jim@meyering.net>
20187
20188         * modules/dirfd (License): Change to LGPL.  Most of the code
20189         is already in the public domain.
20190
20191 2005-05-18  Jim Meyering  <jim@meyering.net>
20192
20193         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
20194         Reported by Yoann Vandoorselaere.
20195
20196 2005-05-17  Jim Meyering  <jim@meyering.net>
20197
20198         * m4/fts.m4: New file, from coreutils.
20199
20200 2005-05-17  Jim Meyering  <jim@meyering.net>
20201
20202         * lib/fts.c, lib/fts_.h: New files, from coreutils.
20203
20204 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
20205
20206         Sync from coreutils.
20207         * m4/unlinkdir.m4: New file.
20208
20209 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
20210
20211         Sync from coreutils.
20212         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
20213         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
20214         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
20215         White space changes only.
20216         * lib/makepath.c (make_path): Port to hosts where leading "//" is
20217         special.
20218         * lib/yesno.c: Include getline.h, not ctype.h.
20219         (yesno): Don't remove leading white space; POSIX doesn't allow it.
20220         Use getline to remove arbitrary restriction on response length.
20221
20222 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
20223
20224         * config/srclist-update: Spell out "Street" in FSF postal
20225         mail address; this is the style the FSF seems to prefer.
20226
20227         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
20228         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
20229         this updates FSF postal mail address.
20230
20231         Sync from coreutils.
20232         * modules/unlinkdir: New file.
20233         * modules/yesno (Depends-on): Add getline.
20234         * MODULES.html.sh (File system functions): Add unlinkdir.
20235
20236 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
20237
20238         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
20239         lib/strsep.h:
20240         Change the initial comment to refer to GPL, not LGPL.
20241         gnulib-tool will change it to LGPL as needed.
20242
20243         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
20244         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
20245         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
20246         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
20247         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
20248         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
20249         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
20250         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
20251         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
20252         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
20253         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
20254         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
20255         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
20256         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
20257         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
20258         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
20259         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
20260         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
20261         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
20262         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
20263         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
20264         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
20265         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
20266         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
20267         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
20268         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
20269         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
20270         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
20271         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
20272         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
20273         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
20274         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
20275         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
20276         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
20277         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
20278         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
20279         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
20280         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
20281         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
20282         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
20283         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
20284         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
20285         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
20286         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
20287         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
20288         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
20289         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
20290         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
20291         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
20292         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
20293         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
20294         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
20295         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
20296         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
20297         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
20298         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
20299         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
20300         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
20301         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
20302         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
20303         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
20304         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
20305         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
20306         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
20307         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
20308         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
20309         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
20310         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
20311         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
20312         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
20313         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
20314         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
20315         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
20316         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
20317         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
20318         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
20319         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
20320         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
20321         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
20322         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
20323         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
20324         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
20325         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
20326         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
20327         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
20328         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
20329         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
20330         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
20331         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
20332         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
20333         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
20334         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
20335         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
20336         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
20337         lib/yesno.c, lib/yesno.h:
20338         Update FSF postal mail address.
20339
20340 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
20341
20342         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
20343         tests/test-memmem.c, tests/test-stpncpy.c:
20344         Update FSF postal mail address.
20345
20346 2005-05-13  Bruno Haible  <bruno@clisp.org>
20347
20348         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
20349         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
20350         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
20351         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
20352         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
20353         Add support for 64-bit integers in the MSVC compiler.
20354
20355 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20356
20357         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
20358
20359 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
20360
20361         * gnulib-tool (func_import): Sort and uniquify recommended includes.
20362
20363 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
20364
20365         * doc/getdate.texi (General date syntax): Don't say that date
20366         date --iso-8601=ns generates acceptable dates; it doesn't yet.
20367         Problem reported by Nic Ferrier.
20368
20369 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20370
20371         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
20372         specified in ai_socktype. Fix invalid ai_protocol
20373         check. ai_protocol is usually set to 0 or depending on
20374         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
20375         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
20376         ai_socktype / ai_protocol in the returned addrinfo structure.
20377
20378 2005-05-10  Simon Josefsson  <jas@extundo.com>
20379
20380         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
20381         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
20382
20383 2005-05-10  Karl Berry  <karl@gnu.org>
20384
20385         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
20386         (from http://www.gnu.org/licenses).
20387         * doc/COPYING.LIB: also rename to COPYING.LESSER.
20388         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
20389         fdl.texi suffices.
20390
20391 2005-05-10  Karl Berry  <karl@gnu.org>
20392
20393         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
20394         (COPYING.DOC): remove.
20395
20396         * config/srclist-update: new FSF address.
20397
20398 2005-05-10  Derek Price  <derek@ximbiot.com>
20399
20400         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
20401         possible.
20402
20403 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20404             Bruno Haible  <bruno@clisp.org>
20405
20406         * modules/inet_ntop: New file.
20407         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
20408         inet_ntop.
20409
20410 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20411             Bruno Haible  <bruno@clisp.org>
20412
20413         * m4/inet_ntop.m4: New file.
20414
20415 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20416             Bruno Haible  <bruno@clisp.org>
20417
20418         * lib/inet_ntop.h: New file.
20419         * lib/inet_ntop.c: New file, from glibc with modifications.
20420
20421 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
20422
20423         * modules/time_r (License): Change to LGPL.
20424         * modules/extensions (License): Change to LGPL.  Actually,
20425         the license is more permissive than that, but currently gnulib-tool
20426         doesn't know how to handle more-permissive licenses.
20427
20428         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
20429         Problem reported by Dave Love.
20430
20431 2005-05-08  Jim Meyering  <jim@meyering.net>
20432
20433         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
20434         blank.
20435
20436 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
20437
20438         * modules/argmatch (Depends-on): Add stdbool.
20439         * modules/backupfile (Depends-on): Likewise.
20440         * modules/chdir-long (Depends-on): Likewise.
20441         * modules/closeout (Depends-on): Likewise.
20442         * modules/cycle-check (Depends-on): Likewise.
20443         * modules/dirname (Depends-on): Likewise.
20444         * modules/fnmatch (Depends-on): Likewise.
20445         * modules/fsusage (Depends-on): Likewise.
20446         * modules/fwriteerror (Depends-on): Likewise.
20447         * modules/getcwd (Depends-on): Likewise.
20448         * modules/getloadavg (Depends-on): Likewise.
20449         * modules/hard-locale (Depends-on): Likewise.
20450         * modules/makepath (Depends-on): Likewise.
20451         * modules/mountlist (Depends-on): Likewise.
20452         * modules/nanosleep (Depends-on): Likewise.
20453         * modules/posixtm (Depends-on): Likewise.
20454         * modules/quotearg (Depends-on): Likewise.
20455         * modules/readtokens (Depends-on): Likewise.
20456         * modules/readtokens0 (Depends-on): Likewise.
20457         * modules/readutmp (Depends-on): Likewise.
20458         * modules/save-cwd (Depends-on): Likewise.
20459         * modules/strftime (Depends-on): Likewise.
20460         * modules/userspec (Depends-on): Likewise.
20461         * modules/utimecmp (Depends-on): Likewise.
20462         * modules/xgetcwd (Depends-on): Likewise.
20463         * modules/xnanosleep (Depends-on): Likewise.
20464         * modules/xstrtod (Depends-on): Likewise.
20465         * modules/yesno (Depends-on): Likewise.
20466
20467 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
20468
20469         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
20470         needless checks.
20471
20472 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
20473
20474         Merge from coreutils.  Among other things,
20475         add bulletproofing for cases where stdin, stdout, or stderr are closed.
20476         * lib/fd-safer.c: New file.
20477         * lib/fcntl-safer.h, open-safer.c: Remove.
20478         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
20479         * lib/dup-safer.c: Include unistd-safer.h first.
20480         Don't include errno.h.
20481         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
20482         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
20483         * lib/file-type.c: Rely on file-type.h change.
20484         * lib/getloadavg.c: Include unistd-safer.h.
20485         (getloadavg): Use safer open.
20486         * lib/getusershell.c: Include "stdio-safer.h".
20487         (getusershell): Use safer fopen.
20488         * lib/long-options.c (long_options): Use NULL rather than 0.
20489         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
20490         'free'.
20491         * lib/modechange.c: Likewise.
20492         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
20493         (MODE_DONE): New constant.
20494         (struct mode_change): Remove 'next' member.
20495         (make_node_op_equals): New function; like the old one of the
20496         same name, except it allocates an array.
20497         (mode_compile, mode_create_from_ref): Use it.
20498         (mode_compile): Allocate result as an array, not a linked list.
20499         Parse octal string ourself, so that we catch mistakes like "+0".
20500         (mode_adjust): Arg is an array, not a linked list.
20501         * lib/modechange.c: Include stat-macros.h, xalloc.h.
20502         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
20503         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
20504         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
20505         Remove.  This is now stat-macros.h's job.
20506         (talloc): Remove.  All callers replaced by xalloc, so that
20507         our invokers don't have to worry about reporting memory failures.
20508         (make_node_op_equals): Remove.
20509         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
20510         New constants.
20511         (struct mode_change): Moved here from modechange.h.
20512         (mode_append_entry): Remove.
20513         (mode_compile): Remove MASKED_OPS arg, since it encouraged
20514         apps to have incorrect behavior.  Use simpler algorithm for head
20515         and tail.  Don't futz with umask; that's now the job of mode_adjust.
20516         Detect more invalid usages rather than having somewhat-random behavior.
20517         Don't insert an "a=" action, as that leads to incorrect behavior.
20518         (mode_compile, mode_create_from_ref): Return NULL on error instead
20519         of an enum, since now there's only one way to have an error.  All
20520         callers changed.
20521         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
20522         at the correct time.  Simplify calculation of "+u" and its ilk.
20523         Don't mishandle "+X".
20524         (mode_free): Remove "register" and localize decls.
20525         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
20526         (struct mode_change): Move to modechange.c; callers don't
20527         need to see this stuff.
20528         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
20529         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
20530         (mode_change, mode_adjust): Reflect the new signatures noted above.
20531         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
20532         that might redefine system include files.
20533         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
20534         (my_usleep): Use NULL rather than (void *) 0.
20535         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
20536         Use siginterrupt to specify that system calls should be interrupted.
20537         (rpl_nanosleep): Move initialization of suspended closer to call of
20538         my_usleep.
20539         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
20540         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
20541         (desirable_utmp_entry): New function.
20542         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
20543         using x2nrealloc, to simplify logic.
20544         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
20545         size calculation.  Do not assume utmp file is a regular file.
20546         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
20547         (READ_UTMP_CHECK_PIDS): New constant.
20548         * lib/save-cwd.c: Include unistd-safer.h.
20549         (save_cwd): Use fd_safer.
20550         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
20551         [!_LIBC] Include "stat-macros.h" instead.
20552         * lib/unistd-safer.h (fd_safer): New decl.
20553
20554 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
20555
20556         * modules/getloadavg (Depends-on): Add unistd-safer.
20557         * modules/getusershell (Depends-on): Add stdio-safer.
20558         * modules/lstat (Depends-on): Remove xalloc.
20559         * modules/mkstemp (Depends-on): Add stat-macros.
20560         * modules/modechange (Depends-on): Remove xstrtol.
20561         Add stat-macros, xalloc.
20562         * modules/save-cwd (Depends-on): Add unistd-safer.
20563         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
20564         * modules/unistd-safer (Files): Add lib/fd-safer.c
20565         (Makefile.am): Remove lib_SOURCES.
20566
20567         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
20568         Remove fcntl-safer; unistd-safer supersedes it.
20569
20570 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
20571
20572         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
20573         AC_HEADER_STAT.
20574         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
20575         (gl_PREREQ_CHOWN): Remove.
20576         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
20577         it.  Don't require AC_HEADER_STAT.
20578         (gl_PREREQ_LSTAT): Remove.
20579         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
20580         Don't require AC_HEADER_STAT.
20581         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
20582         (gl_PREREQ_RMDIR): Remove.
20583         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
20584         mention stat-macros.h or AC_HEADER_STAT, since we'll make
20585         the stat-macros module a prerequisite.
20586         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
20587         * m4/filemode.m4 (gl_FILEMODE): Likewise.
20588         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
20589         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
20590         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
20591         variable names.
20592         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
20593         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
20594         variable prefixes.
20595         * m4/fcntl-safer.m4: Remove.
20596         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
20597         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
20598         Invoke gl_PREREQ_FD_SAFER.
20599         (gl_PREREQ_FD_SAFER): New macro.
20600         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
20601         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
20602         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
20603         Remove duplicate call to AC_LIBOBJ(readutmp).
20604         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
20605
20606         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
20607         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
20608
20609 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
20610
20611         * MODULES.html.sh (Misc): Add byteswap.
20612
20613 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
20614
20615         * modules/getcwd (Depends-on): Add extensions.
20616         * modules/openat (Depends-on): Likewise.
20617
20618 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
20619
20620         * modules/byteswap: New file.
20621
20622 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
20623
20624         * m4/byteswap.m4: New file.
20625
20626 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
20627
20628         * lib/byteswap_.h: New file.
20629
20630 2005-04-25  Karl Berry  <karl@gnu.org>
20631
20632         * m4/gettext.m4: Update from GNU gettext 0.14.4.
20633
20634 2005-04-25  Albert Chin  <china@thewrittenword.com>
20635
20636         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
20637         Toolkit C bug.
20638
20639 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
20640
20641         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
20642         (func_ln_if_changed) Remove forcibly for no error message
20643         in case file does not exist.
20644
20645 2005-04-19  Simon Josefsson  <jas@extundo.com>
20646
20647         * gnulib-tool (Options): Make --symlink mean --symbolic.
20648
20649 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
20650
20651         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
20652
20653 2005-04-16  Simon Josefsson  <jas@extundo.com>
20654
20655         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
20656
20657 2005-04-15  Simon Josefsson  <jas@extundo.com>
20658
20659         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
20660
20661 2005-04-15  Simon Josefsson  <jas@extundo.com>
20662
20663         * gnulib-tool: Rename --symlink to --symbolic.
20664
20665 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
20666
20667         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
20668         symbolic links to files instead of copying/moving.  Add --aux-dir,
20669         specifying directory relative --dir where auxiliary build tools
20670         are placed.
20671
20672 2005-04-14  Bruno Haible  <bruno@clisp.org>
20673
20674         * modules/allocsa (License): Change to LGPL.
20675         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
20676
20677 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
20678
20679         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
20680         that "UTC +1 second" continues to work.  Problem reported
20681         by Dmitry V. Levin.
20682         (relunit_snumber): New rule.
20683         (relunit): Use it.
20684
20685 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
20686
20687         * lib/getdate.y (universal_time_zone_table): New constant.
20688         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
20689         universal_time_zone_table.
20690         (lookup_zone): Prefer universal_time_zone_table to
20691         local_time_zone_table, so that "GMT" time stamps are allowed in
20692         London during the summer.  Problem reported by Ian Abbott.
20693
20694 2005-04-12  Jim Meyering  <jim@meyering.net>
20695
20696         * lib/human.c (humblock): Set *options even when returning due to
20697         xstrtoumax conversion failure.  Thanks to a used-uninitialized
20698         warning from gcc-4.
20699
20700 2005-04-09  Jim Meyering  <jim@meyering.net>
20701
20702         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
20703         -Wuninitialized: initialize tm0.tm_year.
20704
20705 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
20706
20707         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
20708         count, since there's no maximum.  All uses changed.
20709         Add member dsts_seen.
20710         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
20711         not being INT_MAX.
20712         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
20713         Use pc_rels_seen to decide whther a date is absolute.
20714
20715         * lib/getdate.y (number): Don't overwrite year.
20716         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
20717         check.
20718
20719 2005-04-02  Simon Josefsson  <jas@extundo.com>
20720
20721         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
20722         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
20723
20724 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
20725
20726         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
20727         where no absolute path name can be longer than PATH_MAX.
20728
20729 2005-03-27  Jim Meyering  <jim@meyering.net>
20730
20731         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
20732
20733 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
20734
20735         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
20736         "one's complement" -> "ones' complement" in comment, as per Knuth.
20737         "value of type" -> "type or expression" in comment.
20738         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
20739
20740 2005-03-26  Jim Meyering  <jim@meyering.net>
20741
20742         Comment nits.
20743         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
20744         Correct typos: s/or/of/.
20745
20746 2005-03-26  Jim Meyering  <jim@meyering.net>
20747
20748         * modules/check-include-files: Move to ../ and rename to...
20749         * check-module: ...this.
20750
20751 2005-03-25  Jim Meyering  <jim@meyering.net>
20752
20753         * modules/xvasprintf (Files): Add xalloc.h.
20754
20755 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
20756
20757         * modules/gettext (Files): config/config.rpath ->
20758         build-aux/config.rpath
20759         * modules/iconv (Files): Likewise.
20760         Problem reported by Oskar Liljeblad.
20761
20762 2005-03-23  Jim Meyering  <jim@meyering.net>
20763
20764         * modules/check-include-files: New script to check for
20765         missing dependencies, multiple includes, etc.
20766
20767         * modules/c-strtold (Depends-on): Add xalloc.
20768         * modules/c-strtod (Depends-on): Add xalloc.
20769         * modules/hash (Depends-on): Add xalloc.
20770         (Files): Remove lib/xalloc.h.
20771
20772         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
20773         * modules/userspec (Files): Add lib/inttostr.h.
20774
20775 2005-03-23  Jim Meyering  <jim@meyering.net>
20776
20777         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
20778
20779 2005-03-22  Jim Meyering  <jim@meyering.net>
20780
20781         * modules/stat-macros: New module.
20782         * modules/canonicalize, modules/euidaccess, modules/file-type,
20783         * modules/filemode, modules/lchown, modules/makepath,
20784         * modules/rmdir, modules/stat: Depend on new stat-macros module
20785         rather than listing lib/stat-macros.h manually.
20786         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
20787
20788 2005-03-22  Jim Meyering  <jim@meyering.net>
20789
20790         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
20791
20792 2005-03-22  Bruno Haible  <bruno@clisp.org>
20793
20794         * config/srclist.txt: Replace target directory 'config' with
20795         'build-aux'.
20796         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
20797         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
20798         ../build-aux/.
20799
20800 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
20801
20802         * modules/chdir-long (Depends-on): Add mempcpy.
20803
20804         * modules/acl, modules/backupfile, modules/c-strtod,
20805         modules/c-strtold, modules/canon-host, modules/canonicalize,
20806         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
20807         modules/exclude, modules/exitfail, modules/file-type,
20808         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
20809         modules/getdate, modules/getline, modules/getpagesize,
20810         modules/getpass, modules/getugroups, modules/group-member,
20811         modules/hard-locale, modules/hash, modules/human, modules/idcache,
20812         modules/inttostr, modules/long-options, modules/makepath,
20813         modules/md5, modules/memcasecmp, modules/memcoll,
20814         modules/modechange, modules/mountlist, modules/path-concat,
20815         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
20816         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
20817         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
20818         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
20819         modules/strftime, modules/strndup, modules/strverscmp,
20820         modules/timespec, modules/unlocked-io, modules/userspec,
20821         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
20822         modules/yesno:
20823         Remove lib_SOURCES line from Makefile.am section, as this is now
20824         done automatically by the corresponding Autoconf macro.
20825
20826 2005-03-21  Jim Meyering  <jim@meyering.net>
20827
20828         Changes imported from coreutils.
20829
20830         * lib/cycle-check.c: Don't include xalloc.h.
20831
20832         * lib/path-concat.c: Don't include assert.h.
20833         (path_concat): Remove assertion that would have triggered
20834         for ABASE starting with more than one slash.
20835         Reported by Andreas Schwab.
20836
20837         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
20838         properly when ABASE is an absolute file name.
20839         Correct the description of this function.
20840         Include <assert.h>.
20841         Add an assertion and a test driver.
20842         This fixes a bug introduced on 2004-07-02.
20843         Andreas Schwab reported the resulting failure of cp --parents:
20844         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
20845
20846 2005-03-21  Jim Meyering  <jim@meyering.net>
20847
20848         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
20849         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
20850
20851 2005-03-21  Jim Meyering  <jim@meyering.net>
20852         and  Paul Eggert  <eggert@cs.ucla.edu>
20853
20854         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
20855         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
20856         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
20857         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
20858         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
20859         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
20860         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
20861         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
20862         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
20863         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
20864         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
20865         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
20866         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
20867         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
20868         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
20869         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
20870         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
20871         for these modules.
20872
20873 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
20874
20875         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
20876         (which shouldn't happen), generate nothing instead of returning 0
20877         immediately, so that nstrftime (NULL, ...) doesn't return 0.
20878
20879 2005-03-16  Bruno Haible  <bruno@clisp.org>
20880
20881         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
20882         HAVE_LONGLONG_64BIT.
20883
20884 2005-03-16  Bruno Haible  <bruno@clisp.org>
20885
20886         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
20887         HAVE_LONGLONG_64BIT.
20888
20889 2005-03-16  Bruno Haible  <bruno@clisp.org>
20890
20891         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
20892         HAVE_LONGLONG_64BIT.
20893
20894 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
20895
20896         * lib/strftime.c (my_strftime): Prepend space to format so that we can
20897         reliably distinguish strftime failure from empty output on POSIX
20898         hosts.
20899
20900 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
20901
20902         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
20903         (iconv_string): Don't guess a size-zero buffer, as that might cause
20904         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
20905         result would be 'too large', where 'too large' is (heuristically)
20906         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
20907         overflow concerns.  This will prevent some unwanted malloc failures
20908         when the inputs are very large.
20909
20910 2005-03-15  Karl Berry  <karl@gnu.org>
20911
20912         * config/srclist.txt (config.rpath): from gettext.
20913         * config/config.rpath: update.
20914
20915 2005-03-15  Bruno Haible  <bruno@clisp.org>
20916
20917         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
20918         to 'negate'.
20919
20920         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
20921         variable.
20922
20923         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
20924         results.
20925
20926 2005-03-14  Simon Josefsson  <jas@extundo.com>
20927
20928         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
20929         <fx@gnu.org>.
20930
20931 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
20932
20933         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
20934         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
20935         intprops.h.
20936         * lib/strtol.c: Likewise.
20937
20938 2005-03-14  Jim Meyering  <jim@meyering.net>
20939
20940         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
20941         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
20942         to be nonzero so that we (and caller) can detect the difference
20943         between a valid zero-length expansion and an error return, even
20944         when the underlying strftime fails before writing anything into
20945         that location.
20946
20947 2005-03-14  Bruno Haible  <bruno@clisp.org>
20948
20949         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
20950         Update from GNU gettext 0.14.3.
20951
20952 2005-03-10  Jim Meyering  <jim@meyering.net>
20953
20954         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
20955
20956 2005-03-10  Jim Meyering  <jim@meyering.net>
20957
20958         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
20959         so that this module works on systems without fchdir.
20960
20961 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
20962
20963         Factor int-properties macros into a single file, except for
20964         glibc-related files.
20965         * lib/intprops.h: New file.
20966         * lib/getloadavg.c: Include it instead of limits.h.
20967         (INT_STRLEN_BOUND): Remove.
20968         * lib/human.c: Include intprops.h.
20969         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
20970         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
20971         302/1000.
20972         * lib/inttostr.h: Include intprops.h instead of limits.h.
20973         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
20974         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
20975         for consistency with intprops.h.
20976         (time_t_is_integer, twos_complement_arithmetic): Use them.
20977         * lib/sig2str.h: Include <signal.h>, intprops.h.
20978         (INT_STRLEN_BOUND): Remove.
20979         * lib/strftime.c (TYPE_SIGNED): Remove.
20980         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
20981         * lib/strtol.c: Adjust comments to match intprops.h.
20982         * lib/userspec.c: Include intprops.h.
20983         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
20984         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
20985         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
20986         instead of rolling our own expressions.
20987         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
20988
20989         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
20990         instead of int.
20991         (my_strftime): Do not mishandle years close to INT_MAX, by doing
20992         the right thing even if adding 1900 would overflow.  Similarly
20993         for tm_mon + 1 and tm_yday + 1.
20994         Make %Y always equivalent to %C%y, and similarly for %G and %g.
20995         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
20996         (DO_SIGNED_NUMBER): New macro.
20997         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
20998
20999 2005-03-07  Bruno Haible  <bruno@clisp.org>
21000
21001         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
21002
21003 2005-03-07  Bruno Haible  <bruno@clisp.org>
21004
21005         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
21006
21007 2005-03-04  Derek R. Price  <derek@ximbiot.com>
21008
21009         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
21010         (func_import): Only replace files via --import when they have actually
21011         changed.
21012
21013 2005-03-03  Derek R. Price  <derek@ximbiot.com>
21014
21015         * m4/mmap-anon.m4: New file.
21016         * m4/pagealign_alloc.m4: New file.
21017
21018 2005-03-03  Derek R. Price  <derek@ximbiot.com>
21019             Bruno Haible  <bruno@clisp.org>
21020
21021         * modules/pagealign_alloc: New file.
21022         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
21023
21024 2005-03-03  Derek R. Price  <derek@ximbiot.com>
21025             Bruno Haible  <bruno@clisp.org>
21026
21027         * lib/pagealign_alloc.h: New file.
21028         * lib/pagealign_alloc.c: New file.
21029
21030 2005-03-03  Bruno Haible  <bruno@clisp.org>
21031
21032         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
21033         Use an all-permissive copyright notice, recommended by RMS.
21034
21035 2005-03-02  Bruno Haible  <bruno@clisp.org>
21036
21037         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
21038         of AIX, the replacement has to be done only after <string.h> is
21039         included, therefore not in config.h. stpncpy.h does the replacement,
21040         and stpncpy.c uses it.
21041
21042 2005-03-02  Bruno Haible  <bruno@clisp.org>
21043
21044         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
21045         stpncpy.c uses it.
21046
21047 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
21048
21049         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
21050         The workaround isn't strictly needed for POSIX conformance, and
21051         it's too much of a pain to configure and maintain.  We'll ask
21052         people to fix their kernels instead.
21053         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
21054         (NANOSLEEP_BUG_WORKAROUND): Remove.
21055         (xnanosleep): Remove the workaround.
21056
21057 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
21058
21059         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
21060         Reported by Derek Price.
21061         (Include): Add "timespec.h".
21062
21063         * modules/xnanosleep (Depends-on): Remove gethrxtime.
21064
21065 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
21066
21067         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
21068         to detect nanosleep bug.
21069
21070 2005-03-01  Bruno Haible  <bruno@clisp.org>
21071
21072         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
21073
21074 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
21075
21076         * modules/gethrxtime: New file.
21077         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
21078         (Depends-on): Add gethrxtime.
21079         (configure.ac): Add gl_XNANOSLEEP.
21080         (Makefile.am): Remove lib_SOURCES line.
21081
21082 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
21083
21084         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
21085         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
21086
21087 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
21088
21089         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
21090         * lib/timespec.h (gettime): Return void, since it always
21091         succeeds now.  All uses changed.
21092         * lib/gettime.c (gettime) Likewise.
21093         [HAVE_NANOTIME]: Prefer nanotime.
21094         Assume gettimeofday succeeds, as POSIX requires.
21095         Assime time () succeeds, since other code already does.
21096         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
21097         (timespec_subtract): Remove.
21098         (NANOSLEEP_BUG_WORKAROUND): New constant.
21099         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
21100         things considerably.  Use it only on GNU/Linux hosts, since the
21101         workaround shouldn't be needed elsewhere.
21102
21103 2005-02-24  Bruno Haible  <bruno@clisp.org>
21104
21105         * modules/gettext (Files): Add m4/glibc2.m4.
21106
21107 2005-02-24  Bruno Haible  <bruno@clisp.org>
21108
21109         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
21110         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
21111         * m4/progtest.m4:
21112         Update from GNU gettext 0.14.2.
21113         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
21114
21115 2005-02-24  Bruno Haible  <bruno@clisp.org>
21116
21117         * lib/localcharset.c: Update from GNU gettext 0.14.2.
21118         * lib/config.charset: Update from GNU gettext 0.14.2.
21119
21120 2005-02-24  Bruno Haible  <bruno@clisp.org>
21121
21122         * lib/gettext.h: Update from GNU gettext 0.14.2.
21123
21124 2005-02-23  Simon Josefsson  <jas@extundo.com>
21125
21126         * m4/iconvme.m4: New file.
21127
21128 2005-02-23  Jim Meyering  <jim@meyering.net>
21129
21130         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
21131         change.
21132         Thanks to Bruno Haible for catching it.
21133
21134 2005-02-22  Simon Josefsson  <jas@extundo.com>
21135
21136         * modules/iconvme: New file.
21137
21138         * MODULES.html.sh: Add iconvme.
21139
21140 2005-02-22  Simon Josefsson  <jas@extundo.com>
21141
21142         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
21143
21144 2005-02-22  Simon Josefsson  <jas@extundo.com>
21145
21146         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
21147
21148 2005-02-22  Jim Meyering  <jim@meyering.net>
21149
21150         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
21151         s/ifndef/ifdef/.
21152
21153 2005-02-20  Neil Conway  <neilc@samurai.com>
21154
21155         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
21156         returned by OSX/Darwin if the specified buffer is not large
21157         enough for the hostname.
21158
21159 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21160
21161         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
21162         pass it to _help, otherwise the latter coredumps trying to
21163         dereference state.root_argp.
21164
21165 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
21166
21167         * modules/chdir-long (Depends-on): Add memrchr.
21168         * modules/memrchr (Files): Add lib/memrchr.h.
21169         (Include): "memrchr.h".
21170
21171 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
21172
21173         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
21174
21175 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
21176
21177         * lib/memrchr.h: New file.
21178         * lib/chdir-long.c: Include it.
21179         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
21180         Don't bother including stddef.h.
21181
21182 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
21183
21184         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
21185         inclusion.
21186         Include <sys/types.h>, for dev_t.
21187         (ME_DUMMY, ME_REMOTE): Move from here....
21188         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
21189         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
21190         Dmitry V. Levin.
21191         Include mountlist.h first, to test the interface.
21192
21193 2005-01-29  Bruno Haible  <bruno@clisp.org>
21194
21195         * lib/progname.c (program_name): Initialize.
21196         Needed when linking statically on MacOS X.
21197
21198 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
21199
21200         Sync from coreutils.
21201         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
21202         (Depends-on): Add c-strtod.
21203         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
21204
21205 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
21206
21207         Sync from coreutils.
21208         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
21209
21210         Remove files that are specific to coreutils.
21211         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
21212
21213 2005-01-28  Bruno Haible  <bruno@clisp.org>
21214
21215         * modules/javacomp: New file.
21216         * MODULES.html.sh (Java): Add javacomp.
21217
21218 2005-01-28  Bruno Haible  <bruno@clisp.org>
21219
21220         * m4/javacomp.m4: New file, from GNU gettext.
21221
21222 2005-01-28  Bruno Haible  <bruno@clisp.org>
21223
21224         * lib/javacomp.sh.in: New file, from GNU gettext.
21225         * lib/javacomp.h: New file, from GNU gettext.
21226         * lib/javacomp.c: New file, from GNU gettext.
21227
21228 2005-01-26  Simon Josefsson  <jas@extundo.com>
21229
21230         * lib/gai_strerror.c: Use GPL in header.
21231
21232 2005-01-26  Bruno Haible  <bruno@clisp.org>
21233
21234         * modules/javaexec: New file.
21235         * MODULES.html.sh (Java): Add javaexec.
21236
21237 2005-01-26  Bruno Haible  <bruno@clisp.org>
21238
21239         * m4/javaexec.m4: New file, from GNU gettext.
21240
21241 2005-01-26  Bruno Haible  <bruno@clisp.org>
21242
21243         * lib/javaexec.sh.in: New file, from GNU gettext.
21244         * lib/javaexec.h: New file, from GNU gettext.
21245         * lib/javaexec.c: New file, from GNU gettext.
21246
21247 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21248
21249         * modules/lchown (Depends-on): Remove lchown.h
21250
21251 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21252
21253         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
21254         must be defined if the header file was not found, in order
21255         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
21256
21257 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21258
21259         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
21260         initializers for struct pentry_state.
21261         (__argp_error): Check return value of __asprintf
21262         (__argp_failure): Translate error message
21263
21264         * lib/argp-parse.c: Removed braces around the expansion of N_()
21265
21266 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
21267
21268         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
21269         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
21270         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
21271         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
21272         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
21273         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
21274         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
21275         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
21276         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
21277         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
21278         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
21279         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
21280         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
21281         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
21282         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
21283         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
21284         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
21285         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
21286         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
21287         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
21288         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
21289         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
21290         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
21291         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
21292         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
21293         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
21294         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
21295         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
21296         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
21297         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
21298         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
21299         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
21300         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
21301         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
21302         xstrtol.m4, xstrtoumax.m4, yesno.m4:
21303         Use an all-permissive copyright notice, recommended by RMS.
21304
21305 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
21306
21307         * modules/chdir-long (Depends-on): Remove mempcpy.
21308
21309 2005-01-21  Jim Meyering  <jim@meyering.net>
21310
21311         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
21312         same value as for Solaris 9.
21313
21314         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
21315         component length.  This included changing the parameter to be
21316         of type `char *' rather than `char const *'.
21317         * lib/chdir-long.h (chdir_long): Update prototype.
21318
21319         * lib/openat.c (fdopendir, fstatat): New functions.
21320         * lib/openat.h: Include headers required for use of DIR and struct
21321         stat.
21322         [AT_SYMLINK_NOFOLLOW]: Define.
21323         (fdopendir, fstatat): Add prototypes.
21324
21325 2005-01-21  Bruno Haible  <bruno@clisp.org>
21326
21327         * modules/classpath: New file.
21328         * MODULES.html.sh (Java): Add classpath.
21329
21330 2005-01-21  Bruno Haible  <bruno@clisp.org>
21331
21332         * lib/classpath.h: New file, from GNU gettext.
21333         * lib/classpath.c: New file, from GNU gettext.
21334
21335 2005-01-20  Simon Josefsson  <jas@extundo.com>
21336
21337         * modules/version-etc-fsf: New file.
21338
21339 2005-01-20  Simon Josefsson  <jas@extundo.com>
21340
21341         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
21342         * lib/version-etc.c: Remove version_etc_copyright.
21343         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
21344         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
21345
21346 2005-01-20  Simon Josefsson  <jas@extundo.com>
21347
21348         * lib/base64.h (isbase64): Add.
21349
21350         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
21351         using a unsigned prototype, don't inline.
21352         (base64_decode): Use it.
21353
21354 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
21355
21356         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
21357         it.
21358
21359 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
21360
21361         * lib/save-cwd.c (save_cwd): Remove code to support the case
21362         where fchdir is missing or flaky.
21363
21364 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
21365
21366         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
21367
21368 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
21369
21370         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
21371         AC_LIBSOURCES now does this.
21372         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
21373         with new ullong_max module.
21374
21375 2005-01-19  Bruno Haible  <bruno@clisp.org>
21376
21377         * modules/sh-quote: New file.
21378         * MODULES.html.sh (Executing programs): Add sh-quote.
21379
21380 2005-01-19  Bruno Haible  <bruno@clisp.org>
21381
21382         * lib/sh-quote.h: New file, from GNU gettext.
21383         * lib/sh-quote.c: New file, from GNU gettext.
21384
21385 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
21386
21387         Merge from coreutils.
21388         * m4/ullong_max.m4: New file.
21389         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
21390         (gl_MACROS): Assume localeconv exists.
21391
21392 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
21393
21394         Merge changes from coreutils, as described below in several
21395         changelogs dated today.
21396
21397         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
21398         (O_DIRECTORY): Remove; not needed here, since "." must be
21399         a directory.  All uses removed.
21400         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
21401         universal on Suns, and we also need to test for IRIX.
21402         Revamp code to use 'if' rather than '#if'.
21403         Avoid unnecessary comparison of cwd->desc to 0.
21404
21405         * lib/utimens.c (futimens): Robustify the previous patch, by checking
21406         for known valid error numbers rather than observed invalid ones.
21407
21408 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
21409
21410         * modules/ullong_max: New file.
21411
21412         * modules/chdir-long, modules/openat: New files.
21413         * modules/save-cwd (Depends-on): Depend on chdir-long.
21414         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
21415
21416 2005-01-18  Jim Meyering  <jim@meyering.net>
21417
21418         Merge from coreutils.
21419         * m4/chdir-long.m4, m4/openat.m4: New files.
21420         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
21421         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
21422         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
21423         is sane and DOES follow symlinks.  Besides, testing 20 different
21424         systems found no broken chown implementations.
21425         Prompted by a change in rsync's copy of this macro.
21426         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
21427
21428         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
21429
21430         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
21431         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
21432         NULL-means-set-to-current-time semantics.
21433         Remove temporary file immediately, rather than waiting
21434         for configure's at-exit trap code to do it.
21435
21436 2005-01-18  Jim Meyering  <jim@meyering.net>
21437
21438         * lib/version-etc.c (version_etc_copyright): Update copyright date.
21439
21440         * lib/utimens.c (futimens): Account for the fact that futimes
21441         can also fail with errno == ENOSYS or errno == ENOENT.
21442         Patch from Dmitry V. Levin.
21443
21444         Change the name of the robust chdir function from chdir to chdir_long.
21445         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
21446         (restore_cwd): Use chdir_long, not chdir.
21447         * lib/chdir-long.c: Renamed from chdir.c.
21448         * lib/chdir-long.h: Renamed from chdir.h.
21449         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
21450         Hurd.
21451
21452 2005-01-18  Bruno Haible  <bruno@clisp.org>
21453
21454         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
21455         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
21456         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
21457         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
21458         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
21459         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
21460         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
21461         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
21462         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
21463         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
21464         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
21465         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
21466         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
21467         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
21468         Use an all-permissive copyright notice, recommended by RMS.
21469
21470 2005-01-18  Bob Proulx  <bob@proulx.com>
21471
21472         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
21473         simplify offsetof() macro construct to avoid compile failure with
21474         native HP-UX 11.0 ANSI C compiler.
21475
21476 2005-01-17  Bruno Haible  <bruno@clisp.org>
21477
21478         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
21479         redundant because stpncpy.m4 takes care of it.
21480
21481 2005-01-17  Bruno Haible  <bruno@clisp.org>
21482
21483         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
21484
21485 2005-01-17  Bruno Haible  <bruno@clisp.org>
21486
21487         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
21488         used.
21489
21490 2005-01-17  Bruno Haible  <bruno@clisp.org>
21491
21492         * lib/fwriteerror.h (fwriteerror): Change specification to include
21493         fclose.
21494         * lib/fwriteerror.c: Include <stdbool.h>.
21495         (fwriteerror): At the end, close the file stream. Record whether
21496         stdout was already closed.
21497
21498 2005-01-17  Bruno Haible  <bruno@clisp.org>
21499
21500         * lib/execute.c (environ): Declare if needed.
21501         * lib/pipe.c (environ): Likewise.
21502         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
21503
21504 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21505
21506         * modules/argp: Depend on vsnprintf
21507
21508 2005-01-10  Jim Meyering  <jim@meyering.net>
21509
21510         * modules/closeout (Depends-on): Add atexit.
21511
21512 2005-01-06  Bruno Haible  <bruno@clisp.org>
21513
21514         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
21515
21516 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
21517
21518         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
21519         definitions to be after all include files, to avoid collisions.
21520         Problem reported by Bob Proulx.
21521
21522 2005-01-04  Jim Meyering  <jim@meyering.net>
21523
21524         Changes imported from coreutils.
21525         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
21526         as the mkstemp template, use a temporary directory and an
21527         8.3-friendly template to avoid trouble on systems like DJGPP.
21528         Reported by Juan M. Guerrero via Stepan Kasal.
21529         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
21530         close. Remove the temporary directory right away, rather than waiting
21531         for configure's at-exit trap code to do it.
21532         Suggestion from Stepan Kasal.
21533
21534 2005-01-01  Simon Josefsson  <jas@extundo.com>
21535
21536         * gnulib-tool: Print #include directives when --import'ing.
21537
21538 2004-12-28  Simon Josefsson  <jas@extundo.com>
21539
21540         * tests/test-base64.c: Include required header files.  Remove
21541         unused variables.
21542
21543 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
21544
21545         * modules/error (Depends-on): Remove gettext.
21546
21547 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
21548
21549         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
21550         not needed.  This removes a dependency on the gettext module.
21551         [defined _LIBC]: Do not include <libintl.h>; not needed.
21552
21553 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
21554
21555         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
21556         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
21557
21558 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
21559
21560         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
21561         HAVE_DECL_STRTOLD.
21562
21563 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
21564
21565         * modules/getdate (Depends-on): Remove alloca-opt.
21566
21567 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
21568
21569         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
21570
21571 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
21572
21573         * lib/argp-parse.c: Include <stddef.h>.
21574         (alignof, alignto): New macros.
21575         (parser_init): Don't assume that void * is aligned sufficiently
21576         for struct option.
21577
21578         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
21579         need to extend the stack.
21580         (YYINITDEPTH): New macro, so that the initial stack isn't overly
21581         large.
21582
21583 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21584
21585         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
21586
21587 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
21588
21589         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
21590         (2004-10-24) change.  Apparently this was a false alarm.
21591
21592         * modules/getdate: Depend on alloca-opt, not alloca.
21593
21594 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
21595
21596         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
21597         Remove now-obsolete comment about AIX.
21598         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
21599         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
21600         (YYMAXDEPTH): New macro.
21601
21602 2004-12-18  Simon Josefsson  <jas@extundo.com>
21603
21604         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
21605
21606 2004-12-18  Bruno Haible  <bruno@clisp.org>
21607
21608         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
21609
21610 2004-12-18  Bruno Haible  <bruno@clisp.org>
21611
21612         * lib/fatal-signal.c (fatal_signals): Make non-const.
21613         (init_fatal_signals): New function.
21614         (uninstall_handlers, install_handlers): Ignore signals that were set to
21615         SIG_IGN.
21616         (at_fatal_signal): Call init_fatal_signals.
21617         (init_fatal_signal_set): Likewise. Ignore signals that were set to
21618         SIG_IGN.
21619         Reported by Paul Eggert.
21620
21621 2004-12-18  Bruno Haible  <bruno@clisp.org>
21622
21623         * doc/alloca.texi: New file.
21624         * doc/alloca-opt.texi: New file.
21625
21626 2004-12-17  Jim Meyering  <jim@meyering.net>
21627
21628         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
21629         Otherwise, install-sh could exit with improper exit status when
21630         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
21631
21632 2004-12-16  Simon Josefsson  <jas@extundo.com>
21633
21634         * tests/test-base64.c: Add license.
21635
21636 2004-12-15  Stepan Kasal  <address@hidden>
21637
21638         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
21639
21640 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
21641
21642         * modules/getcwd (Files): Add m4/d-ino.m4.
21643         Suggested by Mark D. Baushke.
21644
21645 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
21646
21647         * lib/getdate.y (textint): New member "negative".
21648         (time_zone_hhmm): New function.
21649         Expect 14 shift-reduce conflicts, not 13.
21650         (o_colon_minutes): New rule.
21651         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
21652         (yylex): Set the "negative" member of signed numbers.
21653
21654 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
21655
21656         * doc/getdate.texi (Time of day items, Time zone items):
21657         Describe new formats +00:00, UTC+00:00.
21658
21659 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
21660
21661         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
21662         spurious "-l"s.  Problem reported by Stepan Kasal.
21663
21664 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
21665
21666         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
21667         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
21668
21669 2004-12-04  Simon Josefsson  <jas@extundo.com>
21670
21671         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
21672         Vandoorselaere <yoann@prelude-ids.org>.
21673
21674 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
21675
21676         Changes imported from coreutils.
21677         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
21678         exist.
21679         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
21680
21681 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
21682
21683         Changes imported from coreutils.
21684         * lib/hard-locale.c: Assume <locale.h> exists.
21685         Include "strdup.h".
21686         (GLIBC_VERSION): New macro.
21687         (hard_locale): Assume setlocale exists.
21688         Rewrite to avoid #ifdef.
21689         Use strdup rather than malloc + strcpy.
21690         * lib/human.c: Assume <locale.h> exists.
21691         (human_readable): Assume localeconv exists.
21692
21693 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
21694
21695         * modules/hard-locale (Depends-on): Add strdup.
21696
21697 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
21698
21699         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
21700         convert T2, not T.  (Imported from libc.)
21701
21702 2004-11-30  Simon Josefsson  <jas@extundo.com>
21703
21704         * modules/restrict (License): Change to LGPL.
21705
21706 2004-11-30  Simon Josefsson  <jas@extundo.com>
21707
21708         * m4/restrict.m4: Add copyright and copying conditions.
21709
21710 2004-11-30  Simon Josefsson  <jas@extundo.com>
21711
21712         * m4/base64.m4: New file.
21713
21714 2004-11-30  Simon Josefsson  <jas@extundo.com>
21715
21716         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
21717         base64.
21718
21719         * tests/test-base64.c: New file.
21720
21721         * modules/base64: New file.
21722
21723 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
21724
21725         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
21726         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
21727
21728         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
21729
21730 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
21731
21732         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
21733         (__getcwd.c): Don't restore errno; glibc doesn't.
21734         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
21735         first, falling back to our code only if its results look suspicious.
21736         Ensure that the resulting buffer is only as large as necessary.
21737
21738         * lib/readutmp.c: Include readutmp.h first.
21739         Include <errno.h>, since readutmp.h no longer does that.
21740         * lib/readutmp.h: Don't include <errno.h>,
21741         <sys/param.h>, <time.h>; not needed to establish interface.
21742         (errno): Remove decl.
21743         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
21744         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
21745         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
21746
21747 2004-11-28  Simon Josefsson  <jas@extundo.com>
21748
21749         * lib/base64.h, base64.c: New file.
21750
21751 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
21752
21753         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
21754
21755 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
21756
21757         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
21758         (Depends-on): Remove pathmax, same.  Add mempcpy.
21759         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
21760         (Makefile.am): Append getcwd.h to lib_SOURCES.
21761         (Include): Add getcwd.h.
21762         (Maintainer): Change from Jim Meyering to "all, glibc",
21763         since getdate now uses intended-for-glibc code.
21764         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
21765         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
21766
21767 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
21768
21769         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
21770         HP's ANSI C compiler.
21771         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
21772         Declaring int functions causes warnings on some modern systems and
21773         shouldn't be needed to compile on ancient ones.
21774         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
21775         defined.
21776
21777         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
21778         with the following changes.
21779         (__set_errno): Parenthesize properly.
21780         Include <stdbool.h>.
21781         (MIN, MAX, MATCHING_INO): New macros.
21782         (__getcwd): Define with prototype, not K&R form.
21783         Use heuristics to allocate default buffer on stack if possible.
21784         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
21785         behavior, and to avoid the PATH_MAX limit when computing
21786         ../../../../...
21787         Use MATCHING_INO to compare inode number to file.
21788         Check for arithmetic overflow in size calculations.
21789         Fix bug in reallocation of dot array that caused getcwd to fail
21790         on directories nested deeper than 75.
21791         Be more careful about saving errno on error.
21792         Do not use realloc; use only free+malloc, as this is a bit
21793         more flexible and avoids a needless copy operation.
21794         Do not inspect st_dev and st_ino for symbolic links; POSIX
21795         doesn't specify the latter.
21796         Check for closedir errors.
21797         Avoid needless casts.
21798         Use "#ifdef weak_alias" around weak_alias, to be like other
21799         glibc code.
21800         The following changes to getcwd.c have effect only when used in
21801         gnulib; they have no effect inside glibc proper.
21802         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
21803         as alloca isn't used.
21804         (alloca, __alloca): Likewise.
21805         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
21806         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
21807         unconditionally, as gnulib assumes C89 or better.
21808         Do not include <sys/param.h>.
21809         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
21810         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
21811         better.
21812         (NULL) [!defined NULL]: Remove; we assume C89 or better.
21813         Include <dirent.h> in a way that is compatible with modern Autoconf.
21814         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
21815         New macros, if not already defined.
21816         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
21817         Use "_LIBC", not "defined _LIBC", for consistency.
21818         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
21819         a mempcpy module.
21820         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
21821         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
21822         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
21823         credit only to Jim Meyering and adjust the copyright dates.
21824         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
21825         <stdlib.h>, <unistd.h>, "pathmax.h".
21826         Instead, include "xgetcwd.h" (first) and "getcwd.h".
21827         (INITIAL_BUFFER_SIZE): Remove.
21828         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
21829
21830 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
21831
21832         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
21833         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
21834         Use the _ONCE methods, for efficiency.
21835         Check for fcntl.h.  In test program, include <errno.h>
21836         and <fcntl.h> if available.  Remove old K&R cruft from
21837         test program.  Check for common errors in GNU/Linux,
21838         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
21839         don't do AC_LIBOBJ, as that's getcwd.m4's job.
21840         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
21841         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
21842         name accordingly.
21843         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
21844         accommodate new getcwd.c.
21845         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
21846         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
21847         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
21848         that's all we need now.
21849
21850 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21851
21852         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
21853         argp-parse.c depends on getopt internals, that means we should
21854         always use our getopt, to be on the safe side.
21855         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
21856         order not to spoil the result of an eventual previous invocation
21857         of gl_GETOPT_SUBSTITUTE.
21858
21859 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21860
21861         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
21862         redefinition warnings. To avoid them, include the defines
21863         in `#if !defined __need_getopt ... #endif'. The only place
21864         where __getopt_argv_const is used is in definitions
21865         of getopt_long and getopt_long_only below, which are as well
21866         protected by `#ifndef __need_getopt'.
21867         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
21868         __need_getopt after including <stdio.h> and <unistd.h> These
21869         headers might have defined it.
21870
21871 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
21872
21873         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
21874
21875 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
21876
21877         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
21878         (futimens): New function, which uses futimes if available.
21879         (futimens, utimens): Support timespec==NULL, with same semantics
21880         as utime and utimens.
21881         * lib/utimens.h (futimens): New decl.
21882
21883 2004-11-23  Jim Meyering  <jim@meyering.net>
21884
21885         * lib/getopt_.h: Remove trailing blanks.
21886
21887 2004-11-23  Jim Meyering  <jim@meyering.net>
21888
21889         * lib/__fpending.c: Add comment.
21890
21891 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
21892
21893         * modules/canonicalize (Depends-on): Add xreadlink.
21894         Problem reported by James Youngman.
21895
21896 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
21897
21898         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
21899         New macros.
21900         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
21901         optopt): Use them instead of invoking ## directly; otherwise, the
21902         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
21903
21904 2004-11-19  Bruno Haible  <bruno@clisp.org>
21905
21906         * lib/strtok_r.c: Move comments from here...
21907         * lib/strtok_r.h: ... to here.
21908
21909 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
21910
21911         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
21912         implementations that mishandle size_t overflow.
21913
21914 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
21915
21916         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
21917         might fail.  Problem reported by Yoann Vandoorselaere.
21918         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
21919         implementations that mishandle size_t overflow.
21920
21921 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
21922
21923         * modules/canon-host (Depends-on): Add strdup.
21924
21925 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
21926
21927         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
21928
21929 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
21930
21931         * lib/canon-host.c: Include "strdup.h".
21932         (canon_host): Use getaddrinfo if available, so that IPv6 works.
21933         Use strdup instead of malloc/strcpy to duplicate strings.
21934
21935         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
21936         (human_space_before_unit): New constant.
21937         * lib/human.c (human_readable): Support it.
21938
21939         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
21940         (xgetcwd): Set errno correctly when failing.
21941         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
21942         the failure is actually due to a PATH_MAX problem.
21943
21944         Further getopt changes to make it more likely that glibc will
21945         buy the changes back.
21946         * lib/getopt.c (POSIXLY_CORRECT): New constant.
21947         (getopt): Use it, so to preserve glibc semantic
21948         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
21949         when compiling for libc.
21950         * lib/getopt_.h (__getopt_argv_const): Bring it back.
21951         (getopt_long, getopt_long_only): Use it.
21952
21953         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
21954         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
21955         (getopt): Argv is now char * const *, as per standard.
21956         (_getopt_internal_r, _getopt_internal): Argv is now char **,
21957         not char *__getopt_argv_const *.
21958         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
21959         _getopt_long_only_r): Likewise.
21960         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
21961         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
21962         _getopt_long_r, _getopt_long_only_r): Likewise.
21963         * lib/getopt_.h (__getopt_argv_const): Remove.
21964         (getopt): Argv is now char * const *, as per standard.
21965
21966         * lib/getdate.y (tORDINAL): New token.
21967         (day, relunit): Allow it for relative times.
21968         (relative_time_table): Use tORDINAL for ordinals.
21969
21970 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
21971
21972         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
21973         Document that "second" isn't allowed as an ordinal number.
21974
21975 2004-11-16  Jim Meyering  <jim@meyering.net>
21976
21977         * modules/closeout (Depends-on): Add fpending.
21978
21979 2004-11-15  Jim Meyering  <jim@meyering.net>
21980
21981         * lib/closeout.c: Include "__fpending.h" once again.
21982         Include <stdbool.h>.
21983         (close_stdout): Don't fail just because stdout was closed initially,
21984         since some programs don't write to stdout in the normal course of
21985         operation (other than --version and --help), and we don't want this
21986         function to make e.g. `touch file >&-' fail.
21987         But do fail if it was closed and someone has tried to write to it.
21988         E.g., `printf foo >&-' must fail.
21989
21990 2004-11-13  Jim Meyering  <jim@meyering.net>
21991
21992         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
21993
21994 2004-11-12  Simon Josefsson  <jas@extundo.com>
21995
21996         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
21997         small doc fix is still pending.
21998
21999 2004-11-11  Simon Josefsson  <jas@extundo.com>
22000
22001         * modules/strtok_r: New file.
22002
22003         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
22004         strtok_r.
22005
22006 2004-11-11  Simon Josefsson  <jas@extundo.com>
22007
22008         * m4/strtok_r.m4: New file.
22009
22010         * m4/getopt.m4: Replace opterr.
22011
22012 2004-11-11  Simon Josefsson  <jas@extundo.com>
22013
22014         * lib/strtok_r.h, strtok_r.c: New file.
22015
22016 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
22017
22018         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
22019         of replacing opterr, getopt, etc.  This should handle the
22020         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
22021
22022 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
22023
22024         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
22025         we can stop lying to compilers about the constness of argv when we
22026         are compiled outside glibc.
22027         (getopt, getopt_long, getopt_long_only): Use it.
22028         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
22029         _getopt_internal, getopt): Likewise.
22030         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
22031         _getopt_long_only_r): Likewise.
22032         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
22033         _getopt_long_r, _getopt_long_only_r): Likewise.
22034
22035         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
22036         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
22037         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
22038         the other external symbols.
22039         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
22040         declaration, since the above renaming now works around collisions.
22041
22042 2004-11-11  Jim Meyering  <jim@meyering.net>
22043
22044         * lib/linebreak.c: Remove trailing blanks.
22045         * lib/alloca_.h: Likewise.
22046         * lib/acosl.c: Likewise.
22047         * lib/euidaccess.c: Likewise.
22048         * lib/allocsa.h: Likewise.
22049
22050 2004-11-10  Simon Josefsson  <jas@extundo.com>
22051
22052         * m4/getaddrinfo.m4: New file.
22053
22054 2004-11-10  Simon Josefsson  <jas@extundo.com>
22055
22056         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
22057
22058 2004-11-10  Simon Josefsson  <jas@extundo.com>
22059
22060         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
22061         getaddrinfo.
22062
22063         * modules/getaddrinfo: New file.
22064
22065 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
22066
22067         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
22068
22069 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
22070
22071         * lib/mktime.c (SHR): New macro, which is a portable
22072         substitute for >> that should work even on Crays.
22073         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
22074         Problem reported by Mark D. Baushke in
22075         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
22076         * lib/getdate.y (SHR): Likewise.
22077         (tm_diff): Use it.
22078         * lib/strftime.c (SHR): Likewise.
22079         (tm_diff): Use it.
22080         * lib/quotearg.c (struct quoting_options): Use unsigned int for
22081         quote_these_too, so that right shifts are well defined.  All uses
22082         changed.
22083
22084 2004-11-10  Jim Meyering  <jim@meyering.net>
22085
22086         Ensure that no close failure goes unreported.
22087         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
22088         return early when it seems there's nothing to flush.
22089         Don't include __fpending.h.
22090
22091 2004-11-10  Jim Meyering  <jim@meyering.net>
22092
22093         * modules/closeout (Depends-on): Remove fpending.
22094
22095 2004-11-10  Jim Meyering  <jim@meyering.net>
22096
22097         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
22098
22099 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
22100
22101         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
22102         gl_FUNC_STRFTIME.
22103         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
22104         and AC_REQUIRE when possible, to avoid duplicate checks.
22105         Check for <wchar.h>.
22106
22107 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
22108
22109         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
22110
22111 2004-11-09  Bruno Haible  <bruno@clisp.org>
22112
22113         * m4/sockpfaf.m4: New file.
22114
22115 2004-11-05  Bruno Haible  <bruno@clisp.org>
22116
22117         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
22118         Reported by Mark D. Baushke <mdb@cvshome.org>.
22119
22120 2004-11-04  Bruno Haible  <bruno@clisp.org>
22121
22122         2004-09-11  Bruno Haible  <bruno@clisp.org>
22123                 * allocsa.valgrind: New file.
22124         2004-02-06  Bruno Haible  <bruno@clisp.org>
22125                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
22126                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
22127                 Reported by Christopher Seip <chris.seip@hp.com>.
22128
22129 2004-11-04  Bruno Haible  <bruno@clisp.org>
22130
22131         * modules/allocsa (Files): Add lib/allocsa.valgrind.
22132         (Makefile.am): Distribute it.
22133
22134 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
22135
22136         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
22137         with errno == ERANGE if the buffer is too small.
22138         Problem reported by Mark D. Baushke.
22139
22140 2004-11-03  Albert Chin  <china@thewrittenword.com>
22141             Paul Eggert  <eggert@cs.ucla.edu>
22142
22143         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
22144         equivalent, substitute $ac_type for equivalent type rather than
22145         blindly using uint32_t *always* which won't work if uint32_t is not
22146         available.  Define _UINT32_T to work around typedef of uint32_t if
22147         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
22148         2.5.1.
22149
22150 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
22151
22152         * m4/jm-macros.m4: Sync from coreutils.
22153         (gl_MACROS): Check for mbrlen, for pathchk.
22154         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
22155
22156 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
22157
22158         * lib/xreadlink.c (MAXSIZE): New macro.
22159         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
22160         size does not exceed MAXSIZE.  Avoid cast.
22161         As suggested by Mark D. Baushke in
22162         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
22163         if readlink fails with buffer size just under MAXSIZE, try again
22164         with MAXSIZE.
22165
22166 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
22167
22168         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
22169
22170 2004-11-02  Derek R. Price  <derek@ximbiot.com>
22171         and  Paul Eggert  <eggert@cs.ucla.edu>
22172
22173         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
22174         (get_date): Overparenthesize to avoid GCC warning.
22175
22176 2004-11-02  Bruno Haible  <bruno@clisp.org>
22177
22178         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
22179         returns void.
22180
22181 2004-11-02  Bruno Haible  <bruno@clisp.org>
22182
22183         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
22184         function returns void.
22185
22186 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
22187
22188         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
22189         fflush_unlocked, flockfile, funlockfile, funlockfile,
22190         fputs_unlocked, putc_unlocked.
22191
22192 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
22193
22194         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
22195         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
22196         already declared.
22197
22198 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
22199
22200         * modules/getdate (Files): Add doc/getdate.texi.
22201         (Depends-on): Add setenv, xalloc.
22202
22203 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
22204
22205         * lib/getdate.y: Add support for TZ="foo" within a date string.
22206         Fix some bugs near time_t boundaries.  Reject dates with
22207         out-of-range components, e.g., "Sept 31".
22208         Include <stdlib.h>, "setenv.h", "xalloc.h".
22209         (ISDIGIT_LOCALE): Remove; unused.
22210         Note that the TZ and time functions used here are not reentrant.
22211         (mktime_ok, get_tz): New functions.
22212         (TZBUFSIZE): New constant.
22213         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
22214         This requires that we sometimes generate our own TZ="XXX..." setting.
22215
22216 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
22217
22218         * doc/getdate.texi: New file, from coreutils with modifications for
22219         the new TZ parsing.
22220
22221 2004-10-27  Derek R. Price  <derek@ximbiot.com>
22222
22223         * lib/mktime.c (not_equal_tm): Remove redundant check.
22224
22225 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
22226
22227         * modules/regex (lib_SOURCES): Add regex.c.
22228         Reported by James Youngman in
22229         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
22230
22231 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
22232
22233         * lib/getdate.y: Use Bison 1.875 features, and some minor
22234         code cleanups.  This change does not affect semantics.
22235         Don't include <stdlib.h>; no longer needed.
22236         Don't include unlocked-io.h; only the "#if TEST" code uses
22237         stdio, and performance isn't crucial there.
22238         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
22239         Bison 1.875 features as described below.
22240         All uses of "PC." replaced by "pc->".
22241         (YYSTYPE): Add a forward declaration.
22242         (yylex, yyerror): Use full prototypes in forward decls.
22243         Use "%pure-parser" rather than obsolescent "%pure_parser".
22244         Use %parse-param and %lex-param instead of obsolescent
22245         YYPARSE_PARAM and YYLEX_PARAM.
22246         (meridian_table, month_and_day_table, time_units_table,
22247         relative_time_table, time_zone_table, military_table,
22248         lookup_zone, lookup_word, get_date):
22249         Use NULL instead of 0 where appropriate.
22250         (to_hour): Avoid abort (), to avoid a dependency on
22251         stdlib.h.
22252         (yyerror, yylex): Now accepts parser_control * arg.
22253         (main) [TEST]: Use '\0' rather than 0 for char.
22254
22255 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
22256
22257         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
22258
22259 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
22260
22261         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
22262         It's now the caller's responsibility to handle the case where
22263         !HAVE_GETPAGESIZE && !defined getpagesize.
22264
22265         * lib/mktime.c (leapyear): Arg is long int, not int.
22266
22267 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
22268
22269         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
22270
22271 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
22272
22273         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
22274         missing.  Problem reported by James Youngman.
22275
22276 2004-10-16  Simon Josefsson  <jas@extundo.com>
22277
22278         * gnulib-tool: Fix comments.  Fix parse problem.
22279         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
22280
22281 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
22282
22283         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
22284         implementation of getopt_long.  Problem reported by Alexander Taler in:
22285         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
22286
22287 2004-10-15  Bruno Haible  <bruno@clisp.org>
22288
22289         * gnulib-tool: Untabify. Initialize supplied_libname.
22290         (func_usage): More homogenous output.
22291         (func_modules_transitive_closure, func_modules_to_filelist,
22292         func_emit_lib_Makefile_am): New functions.
22293         (func_import): New function, extracted from big case statement. Use
22294         func_get_license, func_modules_transitive_closure,
22295         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
22296         opt_lgpl. Don't use test -a, as it's not portable.
22297         (func_create_testdir): Use func_modules_transitive_closure,
22298         func_modules_to_filelist, func_emit_lib_Makefile_am.
22299
22300 2004-10-15  Bruno Haible  <bruno@clisp.org>
22301
22302         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
22303
22304 2004-10-15  Bruno Haible  <bruno@clisp.org>
22305
22306         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
22307         the portions belonging to each module.
22308         Suggested by Derek Robert Price <derek@ximbiot.com>.
22309
22310 2004-10-12  Simon Josefsson  <jas@extundo.com>
22311
22312         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
22313         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
22314         to real functions.
22315
22316 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
22317
22318         * modules/vsnprintf: New file.
22319
22320 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
22321
22322         * m4/vsnprintf.m4: New file.
22323
22324 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
22325
22326         * lib/vsnprintf.h: New file.
22327         * lib/vsnprintf.c: New file.
22328
22329 2004-10-11  Bruno Haible  <bruno@clisp.org>
22330
22331         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
22332         vsnprintf.
22333
22334 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
22335
22336         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
22337
22338 2004-10-07  Bruno Haible  <bruno@clisp.org>
22339
22340         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
22341         fits into the provided buffer.
22342
22343 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
22344
22345         * lib/diacrit.c, diacrit.h: Add GPL notice.
22346
22347         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
22348         notice.
22349         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
22350         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
22351         This avoids a potential constant-folding bug.
22352
22353 2004-10-05  Bruno Haible  <bruno@clisp.org>
22354
22355         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
22356         for the declaration of strsep.
22357
22358 2004-10-05  Bruno Haible  <bruno@clisp.org>
22359
22360         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
22361
22362 2004-10-04  Simon Josefsson  <jas@extundo.com>
22363
22364         * modules/memmem: New file.
22365         * tests/test-memmem.c: New file.
22366         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
22367
22368 2004-10-04  Simon Josefsson  <jas@extundo.com>
22369
22370         * m4/memmem.m4: New file.
22371
22372 2004-10-04  Simon Josefsson  <jas@extundo.com>
22373
22374         * lib/memmem.h: New file.
22375         * lib/memmem.c: New file, taken from glibc.
22376
22377 2004-10-04  Simon Josefsson  <jas@extundo.com>
22378
22379         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
22380         '#ifdef USE_UNLOCKED_IO'.
22381
22382 2004-10-04  Simon Josefsson  <jas@extundo.com>
22383
22384         * config/srclist.txt: Add memmem from glibc.
22385
22386 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
22387
22388         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
22389
22390         * modules/argmatch, modules/argp, modules/closeout, modules/error,
22391         modules/exclude, modules/getdate, modules/getline,
22392         modules/getndelim2, modules/getpass, modules/getpass-gnu,
22393         modules/getusershell, modules/linebuffer, modules/md5,
22394         modules/mountlist, modules/posixtm, modules/readtokens,
22395         modules/readutmp, modules/regex, modules/sha1,
22396         modules/version-etc, modules/yesno:
22397         Remove dependency on unlocked-io.
22398
22399 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
22400
22401         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
22402
22403         * m4/unlocked-io.m4: Add copyright notice.
22404         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
22405
22406 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
22407
22408         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
22409         * lib/xmalloc.c (xmemdup): Likewise.
22410         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
22411         XFREE): Remove these long-obsolescent macros.
22412         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
22413         * lib/xstrdup.c: Remove.
22414
22415         * lib/regex.c (re_comp): Cast gettext return value to char *,
22416         Problem reported by Martin Neitzel via Mark D. Baushke.
22417
22418 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
22419
22420         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
22421         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
22422         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
22423         regex.c, sha1.c, version-etc.c, yesno.c:
22424         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
22425         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
22426         the includer's responsibility.
22427
22428         Sync from coreutils.
22429
22430         * lib/modechange.c (mode_compile): Don't decrement a pointer that
22431         points to the start of a string, as the C Standard says the
22432         resulting behavior is undefined.
22433
22434         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
22435         simple -> simple_backups, numbered_existing ->
22436         numbered_existing_backups, numbered -> numbered_backups
22437         to avoid shadowing problems.  All uses changed.
22438         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
22439         * lib/backupfile.c (check_extension, numbered_backup):
22440         Rename locals to avoid shadowing 'basename'.
22441         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
22442         once.
22443
22444         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
22445         * lib/.cvsignore: Add getopt.h.
22446
22447 2004-10-04  Bruno Haible  <bruno@clisp.org>
22448
22449         * modules/README: New file.
22450         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
22451         not a module.
22452
22453 2004-10-02  Jim Meyering  <jim@meyering.net>
22454
22455         * lib/dirfd.h, getpagesize.h: Add copyright notice.
22456
22457 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
22458
22459         * modules/strsep: New file.
22460
22461 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
22462
22463         * m4/strsep.m4: New file.
22464
22465 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
22466
22467         * lib/strsep.h: New file.
22468         * lib/strsep.c: New file.
22469
22470 2004-10-01  Simon Josefsson  <jas@extundo.com>
22471
22472         * lib/snprintf.c (snprintf): Handle size==0.
22473
22474 2004-10-01  Simon Josefsson  <jas@extundo.com>
22475             Bruno Haible  <bruno@clisp.org>
22476
22477         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
22478         (snprintf): Declare 'args'.
22479
22480 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
22481
22482         * lib/snprintf.c: Remove comments as to why each header is needed.
22483
22484 2004-10-01  Bruno Haible  <bruno@clisp.org>
22485
22486         * MODULES.html.sh: Add strsep.
22487
22488 2004-09-30  Simon Josefsson  <jas@extundo.com>
22489
22490         * modules/snprintf: New file.
22491
22492 2004-09-30  Simon Josefsson  <jas@extundo.com>
22493
22494         * m4/snprintf.m4: New file.
22495
22496 2004-09-30  Simon Josefsson  <jas@extundo.com>
22497
22498         * lib/snprintf.h, lib/snprintf.c: New files.
22499
22500 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
22501
22502         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
22503         (hol_entry_help): Never translate an empty string.
22504         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
22505         * lib/argp.h (OPTION_NO_TRANS): New option.
22506
22507 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
22508
22509         * modules/argp (Maintainer): Replace Simon Josefsson
22510         by Sergey Poznyakoff.
22511
22512 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
22513
22514         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
22515         changes merged back into glibc.
22516
22517 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
22518
22519         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
22520
22521 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
22522
22523         * lib/xvasprintf.c: Include xalloc.h.
22524         (xvasprintf): Use xalloc_die, not xmalloc_die.
22525
22526 2004-09-29  Bruno Haible  <bruno@clisp.org>
22527
22528         * modules/alloca-opt: New file, derived from modules/alloca.
22529         * modules/allocsa: Depend on alloca-opt instead of alloca.
22530         * modules/setenv: Likewise.
22531         * modules/vasnprintf: Likewise.
22532         * MODULES.html.sh: Add alloca-opt.
22533
22534 2004-09-28  Simon Josefsson  <jas@extundo.com>
22535
22536         * gnulib-tool: New parameter --lgpl, to asseert that modules are
22537         LGPL, and to replace license template from GPL to LGPL.
22538
22539 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
22540
22541         * modules/dummy: Change license to LGPL.
22542
22543 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
22544
22545         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
22546
22547 2004-09-24  Simon Josefsson  <jas@extundo.com>
22548
22549         * modules/minmax (License): Change from GPL to LGPL.
22550
22551 2004-09-23  Simon Josefsson  <jas@extundo.com>
22552
22553         * gnulib-tool (--import): Typo.
22554
22555 2004-09-23  Simon Josefsson  <jas@extundo.com>
22556
22557         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
22558
22559 2004-09-22  Bruno Haible  <bruno@clisp.org>
22560
22561         * modules/*: Add 'License' field.
22562         * gnulib-tool: Accept --extract-license option.
22563         (func_get_license): New function.
22564
22565 2004-09-21  Bruno Haible  <bruno@clisp.org>
22566
22567         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
22568         Reported by Simon Josefsson.
22569
22570 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
22571
22572         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
22573         gl_AC_TYPE_LONG_LONG.
22574
22575 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
22576
22577         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
22578
22579 2004-09-18  Simon Josefsson  <jas@extundo.com>
22580         and  Paul Eggert  <eggert@cs.ucla.edu>
22581
22582         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
22583         calls with autoreconf.  Define GL_LIB.
22584
22585 2004-09-14  Karl Berry  <karl@gnu.org>
22586
22587         * config/srclist.txt: unsync setenv.c, sigh.
22588
22589 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
22590
22591         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
22592         Problem reported by Bruno Haible in:
22593         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
22594
22595 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
22596
22597         * config/srclist.txt: Comment out argp-pvh.c.
22598
22599 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
22600
22601         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
22602         in case some system header has #define'd it.  Problem reported by
22603         Soeren D. Schulze in
22604         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
22605
22606 2004-09-09  Karl Berry  <karl@gnu.org>
22607
22608         * regex.[ch]: delete from the root.  These were supposed to be
22609                 synced with emacs cvs, but this has not happened for about
22610                 a year, and anyway nothing else uses emacs regex.[ch].
22611                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
22612                 lib/regex[.ch] is untouched.
22613
22614 2004-09-09  Bruno Haible  <bruno@clisp.org>
22615
22616         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
22617
22618 2004-09-09  Bruno Haible  <bruno@clisp.org>
22619
22620         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
22621         modifications.
22622         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
22623
22624 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
22625
22626         * modules/xvasprintf: New file.
22627         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
22628
22629 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
22630
22631         * lib/xvasprintf.h: New file.
22632         * lib/xvasprintf.c: New file.
22633         * lib/xasprintf.c: New file.
22634
22635 2004-09-08  Bruno Haible  <bruno@clisp.org>
22636
22637         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
22638
22639 2004-09-08  Bruno Haible  <bruno@clisp.org>
22640
22641         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
22642         length is > INT_MAX.
22643         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
22644         more.
22645
22646 2004-09-08  Bruno Haible  <bruno@clisp.org>
22647
22648         * lib/stdint_.h: New file, taken from GNU clisp.
22649
22650 2004-09-08  Bruno Haible  <bruno@clisp.org>
22651             Oskar Liljeblad  <oskar@osk.mine.nu>
22652
22653         * modules/stdint: New file.
22654         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
22655
22656 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
22657
22658         Import from coreutils.
22659         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
22660         strings on unbounded length.  alloca's performance benefits aren't
22661         that important here.
22662         (V_STRDUP): Remove.
22663         (parse_with_separator): New function, with most of the internals
22664         of the old parse_user_spec.  Allow user to omit both user and group,
22665         for compatibility with FreeBSD.
22666         Clone only the user name, not the entire spec.
22667         Do not set *uid, *gid unless entirely successful.
22668         Avoid memory leak in some failing cases.
22669         Fix regression for USER.GROUP reported by Dmitry V. Levin in
22670         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
22671         (parse_user_spec): Rewrite to use parse_with_separator.
22672
22673 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
22674
22675         * modules/userspec: Don't depend on alloca.
22676
22677 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
22678
22679         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
22680
22681 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
22682
22683         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
22684         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
22685         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
22686
22687 2004-08-16  Simon Josefsson  <jas@extundo.com>
22688
22689         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
22690         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
22691         Add --dry-run for --import.
22692         Let user provided command line parameters override configure.ac
22693         settings.
22694
22695 2004-08-12  Simon Josefsson  <jas@extundo.com>
22696
22697         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
22698         as discussed with Paul Eggert in threads rooted at
22699         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
22700         and
22701         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
22702         Before, the test was empty, and relied on ELIDE_CODE in source
22703         code.)
22704         (gl_PREREQ_GETOPT): New macro.
22705         (gl_GETOPT): Use them.
22706
22707 2004-08-12  Simon Josefsson  <jas@extundo.com>
22708
22709         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
22710         * lib/getopt_.h: Renamed from getopt.h.
22711
22712 2004-08-12  Simon Josefsson  <jas@extundo.com>
22713
22714         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
22715         Change default library name from libfoo to libgnu.
22716         Now, if you have a configure.ac that says:
22717                 gl_SOURCE_BASE(gl)
22718                 gl_M4_BASE(gl/m4)
22719                 gl_MODULES(error getopt etcetera)
22720                 gl_INIT
22721         you can import all you need by running:
22722                 ../gnulib/gnulib-tool --import
22723
22724         * modules/getopt (Files): Rename getopt.h to getopt_.h.
22725         (Makefile.am): Rewrite, use logic from argz.
22726         (Include): Use <getopt.h> instead of "getopt.h".
22727
22728 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
22729
22730         * modules/argp (Files): Add m4/unlocked-io.m4.
22731         (Depends-on): Add extensions.
22732
22733 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
22734
22735         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
22736         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
22737         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
22738         Check for program_invocation_name, program_invocation_short_name,
22739         flockfile, funlockfile, features.h, _getopt_long_only_r.
22740
22741 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
22742
22743         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
22744         its complicated substitute.
22745         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
22746         and program_invocation_name.
22747         (__argp_basename) [!_LIBC]: Remove; the only use was
22748         replaced by its body.
22749         (__argp_short_program_name): Change condition from
22750         !defined __argp_short_program_name to
22751         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
22752         to match argp-namefrob.h.
22753         (__argp_failure): Don't assume strerror_r returns char *.
22754         * lib/argp-parse.c (N_): Define unconditionally.
22755         (argp_default_options): Fill out initializers with 0 to avoid
22756         gcc warnings.
22757
22758 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
22759
22760         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
22761         getopt1.c.
22762
22763 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
22764
22765         Merge from coreutils.
22766
22767         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
22768
22769         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
22770         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
22771
22772 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
22773
22774         Merge from coreutils.
22775
22776         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
22777         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
22778         for Reliant Unix 5.43.
22779
22780         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
22781         (union fooround): Use uintmax_t, not long int.
22782         The rest is a merge from libc:
22783         [defined _LIBC]: Include <shlib-compat.h>.
22784         (_obstack) [defined _LIBC]: Remove after 2.3.4.
22785
22786         * lib/settime.c (settime): Recode to avoid warning with
22787         Sun Forte C 6U2.
22788
22789         * lib/strverscmp.c: Convert to UTF-8.
22790
22791 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
22792
22793         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
22794         m4/uintmax_t.m4.
22795
22796 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
22797
22798         * modules/xalloc-die: New file.
22799         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
22800
22801         * modules/md5 (Files): Add m4/uint32_t.m4.
22802         * modules/sha1: Renamed from modules/sha.
22803         (Files):
22804         Rename lib/sha.h to lib/sha1.h.
22805         Rename lib/sha.c to lib/sha1.c.
22806         Rename m4/sha.m4 to m4/sha1.m4.
22807         (lib_SOURCES): Likewise.
22808         (configure.ac): Rename gl_SHA to gl_SHA1.
22809         (Include): sha.h -> sha1.h.
22810
22811 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
22812
22813         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
22814         * m4/sha1.m4: Renamed from sha.m4.
22815         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
22816
22817 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
22818
22819         * lib/obstack.h (obstack_empty_p):
22820         Don't assume that chunk->contents is suitably aligned.
22821         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
22822         Likewise. Problem reported by Benno in
22823         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
22824
22825         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
22826         readable.  This could be improved further but it'd take some work.
22827
22828 2004-08-08  Simon Josefsson  <jas@extundo.com>
22829
22830         * modules/xgethostname (Depends-on): Remove exit and error (not
22831         used).
22832
22833         * modules/getpass-gnu: Add getpass.h.
22834         (Depends-on): Add stdbool.
22835         * modules/getpass: Add getpass.h.
22836
22837 2004-08-08  Simon Josefsson  <jas@extundo.com>
22838
22839         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
22840         Check getpass declaration.
22841
22842 2004-08-08  Simon Josefsson  <jas@extundo.com>
22843
22844         * lib/xgethostname.c: Don't include error.h (not used).
22845
22846         * lib/getpass.h: Add.
22847         * lib/getpass.c: Include getpass.h first.
22848
22849 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
22850
22851         * lib/xalloc-die.c: New file.
22852         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
22853         All uses removed.
22854         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
22855         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
22856         xalloc-die.c.
22857         (_, N_, xalloc_die): Move to xalloc-die.c.
22858         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
22859         so that we needn't mess with xalloc_msg_memory_exhausted.
22860
22861         * lib/sha1.h: Renamed from sha.h.
22862         (SHA1_H): Renamed from _SHA_H.
22863         (sha1_ctx): Renamed from sha_ctx.
22864         (sha1_init_ctx): Renamed from sha_init_ctx.
22865         (sha1_process_block): Renamed from sha_process_block.
22866         (sha1_process_bytes): Renamed from sha_process_bytes.
22867         (sha1_finish_ctx): Renamed from sha_finish_ctx.
22868         (sha1_read_ctx): Renamed from sha_read_ctx.
22869         (sha1_stream): Renamed from sha_stream.
22870         (sha1_buffer): Renamed from sha_buffer.
22871         * lib/sha1.c: Likewise; renamed from sha.c.
22872         Do not include <sys/types.h>.
22873         Include <stddef.h> rather than <stdlib.h>.
22874
22875 2004-08-08  Bruno Haible  <bruno@clisp.org>
22876
22877         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
22878         FILESYSTEM_PREFIX_LEN.
22879         * lib/progreloc.c: Likewise.
22880         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
22881
22882 2004-08-06  Simon Josefsson  <jas@extundo.com>
22883
22884         * modules/progname (Depends-on): Don't depend on stdbool.
22885
22886 2004-08-06  Simon Josefsson  <jas@extundo.com>
22887
22888         * modules/getsubopt: New file.
22889         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
22890         getsubopt.
22891
22892 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
22893
22894         More merge from coreutils.
22895
22896         * m4/utimens.m4, m4/utimecmp.m4: New files.
22897         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
22898         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
22899         prereq.m4, sha.m4: Import changes from coreutils.
22900
22901 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
22902
22903         More merge from coreutils.
22904         * modules/raise, modules/readtokens0, modules/utimens:
22905         * modules/utimecmp, module/xnanosleep: New files.
22906         * modules/strftime: Add lib/strftime.h.
22907         Change include from <time.h> to "strftime.h".
22908         * modules/yesno: Add lib/yesno.h.
22909         * modules/backupfile: Remove lib/addext.c.
22910         * modules/euidaccess: Add stat-macros.h.
22911         * modules/canonicalize, modules/euidaccess,
22912         modules/filemode, modules/lchown, modules/makepath,
22913         modules/rmdir, modules/stat: Likewise.
22914
22915 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
22916
22917         Merge from tar.
22918         * lib/argp-help.c (make_hol, hol_append): Don't assume that
22919         SIZE_MAX is a valid preprocessor constant.
22920         (__argp_basename): Change from "#ifndef _LIBC"
22921         to "#ifndef __argp_short_program_name", so that
22922         we don't compile these functions for tar.
22923
22924         More merges from coreutils.
22925         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
22926         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
22927         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
22928         * lib/addext.c: Remove; no longer needed.
22929         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
22930         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
22931         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
22932         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
22933         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
22934         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
22935         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
22936         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
22937         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
22938         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
22939         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
22940         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
22941         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
22942         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
22943         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
22944         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
22945         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
22946         Import changes from coreutils.
22947
22948 2004-08-05  Simon Josefsson  <jas@extundo.com>
22949
22950         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
22951
22952 2004-08-05  Simon Josefsson  <jas@extundo.com>
22953
22954         * m4/getsubopt.m4: New file.
22955
22956 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
22957
22958         Merge from coreutils.
22959
22960         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
22961         * m4/getcwd-path-max.m4: New files.
22962
22963         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
22964         FILESYSTEM_PREFIX_LEN ->
22965         FILE_SYSTEM_PREFIX_LEN.
22966         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
22967         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
22968         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
22969         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
22970
22971         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
22972         prerequisite modules now handle the DOS stuff.
22973         Don't check for unistd.h.
22974
22975 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
22976
22977         Merge from coreutils.
22978
22979         * lib/.gdb-history: Remove; this doesn't belong here.
22980
22981         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
22982         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
22983         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
22984         * lib/getcwd.c: New files.
22985
22986         * lib/dirname.h: Include <stdbool.h>.
22987         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
22988         for consistency with POSIX terminology.  All uses changed.
22989         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
22990         (strip_trailing_slashes): Use bool for booleans.
22991         * lib/stripslash.c (strip_trailing_slashes): Likewise.
22992
22993         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
22994         sometimes returns a positive errno value even when it succeeds.
22995         (print_errno_message) [!LIBC]: Fall back on strerror if
22996         __strerror_r fails.
22997
22998         * lib/path-concat.c (mempcpy): Don't define if a system header defines
22999         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
23000         (longest_relative_suffix): New function.
23001         (path_concat): Use it.  Assume first argument is not NULL.
23002         Port to DOS.  Omit redundant separators.
23003         Report an error instead of returning NULL.
23004         Use mempcpy instead of memcpy.
23005         (xpath_concat): Remove: not declared or used.
23006
23007         * lib/same.h: Include <stdbool.h>
23008         (same_name): Return bool, not int.
23009         * lib/same.c (same_name): Likewise.
23010         (errno): Don't declare; we assume C89 or better now.
23011
23012         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
23013         if not already defined.
23014
23015         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
23016         * lib/dup-safer.c (errno): Likewise.
23017
23018 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
23019
23020         Merge from coreutils.
23021         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
23022         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
23023         * modules/path-concat: Don't depend on strdup.
23024
23025 2004-08-03  Simon Josefsson  <jas@extundo.com>
23026
23027         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
23028         * lib/progname.h: Don't include stdbool.h.
23029
23030 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
23031
23032         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
23033         * MODULES.html.sh (func_all_modules): Remove fatal.
23034
23035 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
23036
23037         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
23038
23039 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
23040
23041         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
23042         working.
23043
23044 2004-08-02  Simon Josefsson  <jas@extundo.com>
23045
23046         * lib/getsubopt.h: New file, with comments from Bruno Haible.
23047         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
23048         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
23049
23050 2004-08-01  Simon Josefsson  <jas@extundo.com>
23051
23052         * lib/xgetdomainname.c: Include stdlib.h, for free().
23053
23054 2004-07-19  Bruno Haible  <bruno@clisp.org>
23055
23056         * MODULES.html.sh (func_all_modules): Add dummy.
23057
23058 2004-07-16  Simon Josefsson  <jas@extundo.com>
23059
23060         * modules/dummy: New file.
23061
23062 2004-07-16  Simon Josefsson  <jas@extundo.com>
23063
23064         * lib/dummy.c: New file.
23065
23066 2004-07-16  Bruno Haible  <bruno@clisp.org>
23067
23068         * lib/backupfile.h: Add extern "C" for C++.
23069         * lib/closeout.h: Likewise.
23070         * lib/copy-file.h: Likewise.
23071         * lib/findprog.h: Likewise.
23072         * lib/full-write.h: Likewise.
23073         * lib/pathname.h: Likewise.
23074         * lib/progname.h: Likewise.
23075         * lib/stpcpy.h: Likewise.
23076         * lib/stpncpy.h: Likewise.
23077         * lib/strcase.h: Likewise.
23078         * lib/strstr.h: Likewise.
23079         * lib/xalloc.h: Likewise.
23080
23081         * lib/mbswidth.h: Add extern "C" for C++.
23082         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
23083
23084 2004-07-13  Robert Millan  <robertmh@gnu.org>
23085
23086         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
23087
23088 2004-07-09  Simon Josefsson  <jas@extundo.com>
23089
23090         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
23091         failed without this.)
23092
23093 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
23094
23095         * modules/chown (Files): Add lib/fchown-stub.c, since
23096         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
23097
23098 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
23099
23100         * lib/fchown-stub.c: New file.
23101
23102 2004-06-24  Jim Meyering  <jim@meyering.net>
23103
23104         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
23105
23106 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
23107
23108         * modules/argz: Omit "#include".
23109
23110         * MODULES.html.sh (func_all_modules): Add calloc, to match
23111         2004-06-01 addition of calloc module.
23112
23113 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
23114
23115         * m4/argz.m4: New file, which is autoupdated from libtool.
23116
23117 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
23118
23119         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
23120         libtool.
23121
23122 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
23123
23124         * config/srclist-update: Don't insist on "USA." before the
23125         close-comment, as libtool omits the period and puts the */ on a
23126         separate line.
23127         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
23128         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
23129
23130 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
23131
23132         * modules/argz: New file.
23133         * MODULES.html.sh (func_all_modules): Add argz.
23134
23135 2004-06-12  Jim Meyering  <jim@meyering.net>
23136         and  Paul Eggert  <eggert@cs.ucla.edu>
23137
23138         * modules/hash (Files): Add lib/xalloc.h.
23139         * modules/pipe (Depends-on): Add wait-process.
23140         * modules/stat (Depends-on): Add xalloc.
23141         * modules/userspec (Files): Add lib/userspec.h.
23142         * modules/xstrto
23143
23144         Upgrade from gettext-0.13.
23145         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
23146         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
23147         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
23148
23149 2004-06-10  Jim Meyering  <jim@meyering.net>
23150
23151         * lib/calloc.c: New file.
23152
23153 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
23154
23155         * lib/getdate.y (yylex): Allow space between sign and number.
23156         Problem reported by Dan Jacobson.
23157
23158 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
23159
23160         Merge from coreutils CVS.
23161
23162         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
23163         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
23164         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
23165         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
23166         xstrtol.m4: Fix copyright date and/or serial number.
23167
23168         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
23169         See if we need an fchown replacement.
23170         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
23171         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
23172         and use the replacement function if we detect either defect.
23173
23174         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
23175         gl_UTIMECMP.
23176
23177 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
23178         and  Jim Meyering  <jim@meyering.net>
23179
23180         Merge from coreutils CVS.
23181
23182         * lib/stat-macros.h: New file, with contents from file-type.h
23183         and coreutils' system.h.
23184         * lib/file-type.c: Include "stat-macros.h".
23185         * lib/file-type.h (file_type): Move all macro definitions to new file,
23186         stat-macros.h.
23187
23188         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
23189         Wrap old code with this conditional.
23190         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
23191         function that does not dereference symlinks.
23192         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
23193
23194         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
23195         dependency problems.
23196         (xreadlink): Accept new arg SIZE, for efficiency.
23197         All decls and uses changed.
23198         * lib/xreadlink.h: Include <stddef.h>, for size_t.
23199
23200         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
23201         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
23202
23203         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
23204         sysexits.h.
23205
23206 2004-06-01  Jim Meyering  <jim@meyering.net>
23207
23208         * m4/calloc.m4: New file.
23209
23210 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
23211
23212         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
23213         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
23214         Also, fix a typo in a diagnostic.
23215
23216 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
23217
23218         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
23219         or AC_FUNC_REALLOC.
23220
23221 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
23222
23223         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
23224         macros to be defined.
23225         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
23226         the allocator returns NULL because the requested size is zero.
23227
23228 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
23229
23230         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
23231         var.  Add comment explaining why libc still defines it.  This
23232         merges the following patch from glibc:
23233         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
23234
23235 2004-05-20  Andreas Schwab  <schwab@suse.de>
23236
23237         * m4/free.m4: Replace free if it not known to work, not the other
23238         way round.
23239
23240 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
23241
23242         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
23243         present in glibc since revision 1.1 of this file.
23244         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
23245         obstack_alignment_mask, obstack_alloc, obstack_base,
23246         obstack_blank, obstack_blank_fast, obstack_chunk_size,
23247         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
23248         obstack_grow0, obstack_init, obstack_int_grow,
23249         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
23250         obstack_next_free, obstack_object_size, obstack_ptr_grow,
23251         obstack_ptr_grow_fast, obstack_room): Remove declarations of
23252         nonexistent functions.
23253
23254 2004-05-18  Karl Berry  <karl@gnu.org>
23255
23256         * config/srclist.txt: break link for vasnprintf.c.
23257
23258 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
23259
23260         Port obstack to the AS/400, where pointers are 16 bytes wide and
23261         you cannot cast an integer to a valid pointer.  This patch is
23262         currently waiting to be integrated into glibc; see
23263         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
23264
23265         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
23266         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
23267         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
23268         (struct obstack): temp member is now a union of a pointer and
23269         an integer, instead of an integer.  All integer uses changed.
23270         This does not affect the physical layout of struct obstack,
23271         except on hosts (like the AS/400) where the size or alignment of
23272         void * is greater than that of ptrdiff_t.
23273         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
23274         __STDC__)]: Store temporary in pointer member of union, not
23275         integer member.
23276         * lib/obstack.c: Include <stddef.h>, for offsetof.
23277         (struct fooalign): Remove; it doesn't need a name.
23278         (union fooround): Change double to long double, and add void *.
23279         (DEFAULT_ALIGNMENT): Use offsetof to compute.
23280         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
23281         not a macro.  Hence the values are always int; so remove all
23282         casts-to-int in uses.
23283
23284 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
23285
23286         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
23287         we can get this patch merged into glibc.
23288
23289 2004-05-17  Derek R. Price  <derek@ximbiot.com>
23290             Paul Eggert  <eggert@cs.ucla.edu>
23291
23292         * m4/argp: Depend on alloca.
23293
23294 2004-05-17  Derek R. Price  <derek@ximbiot.com>
23295             Paul Eggert  <eggert@cs.ucla.edu>
23296
23297         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
23298         freecoding.
23299
23300 2004-05-17  Bruno Haible  <bruno@clisp.org>
23301
23302         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
23303         precision that consists of a '.' followed by an empty digit string.
23304         Patch by Tor Lillqvist <tml@iki.fi>.
23305
23306 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
23307
23308         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
23309         for backward compatibility with older code.  We need our own
23310         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
23311         it under some other name, and our alloca.h will define it.
23312
23313 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
23314             Derek Price  <derek@ximbiot.com>
23315
23316         * lib/alloca.c: Include <alloca.h>, to get our interface.
23317         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
23318         include <alloca.h> first.  Use C89 prototype for alloca; this
23319         requires including <stddef.h> for size_t.  Use extern "C" if C++.
23320         Use #elif for simplicity, since we can assume C89 now.
23321         Don't try to source the system alloca.h since it will not be found
23322         and to prevent recursively including its replacement.
23323         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
23324         * lib/regex.c: Likewise.
23325
23326 2004-05-16  Derek Price  <derek@ximbiot.com>
23327             Paul Eggert  <eggert@cs.ucla.edu>
23328
23329         getline cleanup.  This changes the getndelim2 API: both order of
23330         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
23331         no delimiter).
23332
23333         * lib/getline.c: Don't include stddef.h or stdio.h, since our
23334         interface does that.
23335         (getline): Always use getdelim, so that we don't have two
23336         copies of this code.
23337         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
23338         if available.
23339         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
23340         (GETNDELIM2_MAXIMUM): New macro.
23341         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
23342         instead of the old practice of delim2==0.  All callers changed.
23343         Return -1 on overflow, instead of returning junk.
23344         Do not set *linesize unless allocation succeeds.
23345         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
23346         that we include sys/types.h.
23347         * lib/getnline.h: Likewise.
23348         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
23349         (getndelim2): Reorder arguments.
23350         * lib/getnline.c (getnline, getndelim):
23351         Don't discard the NMAX argument.
23352         (getnline): Invoke getndelim, to avoid code duplication.
23353         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
23354         of (size_t) -1 by callers of the getnline family.
23355
23356 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
23357
23358         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
23359         Check for gettimeofday.
23360         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
23361         Check for settimeofday, stime.
23362
23363 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
23364
23365         * lib/nanosleep.c (suspended): Change its type from int to
23366         sig_atomic_t volatile.
23367         (first_call): Make it private to rpl_nanosleep, and have it
23368         be zero initially as that's a bit faster.
23369         (my_usleep): Round up fractional times instead of truncating them,
23370         as this is the usual meaning for 'sleep'.
23371
23372         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
23373         doesn't work.
23374         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
23375         (ENOSYS): Define if not defined.
23376         (settime): Fall back on stime if it exists and settimeofday fails.
23377         But don't bother with fallbacks if a method fails with errno == EPERM.
23378
23379 2004-05-11  Jim Meyering  <jim@meyering.net>
23380
23381         Prior to this change, the save_cwd caller required read access to the
23382         current directory on most systems (ones with the fchdir function).
23383
23384         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
23385         fails, try write-only, and finally, resort to using xgetcwd.
23386
23387 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
23388
23389         * lib/obstack.c, obstack.h: Import changes from libc.
23390
23391 2004-04-28  Bruno Haible  <bruno@clisp.org>
23392
23393         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
23394         also implicitly appends .exe to executables.
23395         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
23396         accepts Windows pathnames.
23397         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
23398         Treat Cygwin like Windows, since it now accepts Windows pathnames.
23399         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
23400         Treat Cygwin like Windows, since it now accepts Windows pathnames.
23401         Reported by Derek Robert Price <derek@ximbiot.com>.
23402
23403 2004-04-21  Karl Berry  <karl@gnu.org>
23404
23405         * config/srclist.txt (localcharset.c): break sync.
23406
23407 2004-04-20  Paul Eggert  <eggert@twinsun.com>
23408
23409         * m4/host-os.m4: Add a copyright notice.
23410
23411 2004-04-20  Jim Meyering  <jim@meyering.net>
23412
23413         Change UTILS_ to gl_ in AC_DEFINE'd names.
23414         Change utils_- and jm_-prefixed variables, too.
23415         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
23416         UTILS_FUNC_MKDIR_TRAILING_SLASH.
23417         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
23418
23419         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
23420         Don't emit trailing blanks.
23421         Also rename jm_-prefixed variables to have gl_ prefix.
23422
23423         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
23424         Also rename jm_-prefixed variables to have gl_ prefix.
23425
23426         * m4/jm-macros.m4: Reflect the renamings.
23427         * m4/prereq.m4: Likewise.
23428
23429 2004-04-20  Jim Meyering  <jim@meyering.net>
23430
23431         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
23432         memory.
23433
23434 2004-04-20  Jim Meyering  <jim@meyering.net>
23435             Bruno Haible  <bruno@clisp.org>
23436
23437         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
23438         memory when realloc fails.
23439
23440 2004-04-19  Jim Meyering  <jim@meyering.net>
23441
23442         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
23443         now that readutmp.c may call `free (0)'.
23444
23445 2004-04-19  Bruno Haible  <bruno@clisp.org>
23446
23447         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
23448         * m4/inttypes_h.m4: Likewise.
23449         * m4/stdint_h.m4: Likewise.
23450         * m4/intmax_t.m4: Likewise.
23451         * m4/uintmax_t.m4: Likewise.
23452
23453 2004-04-18  Jim Meyering  <jim@meyering.net>
23454
23455         * m4/prereq.m4: Don't forbid jm_ prefix.
23456
23457         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
23458         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
23459         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
23460         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
23461         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
23462         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
23463         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
23464         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
23465         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
23466         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
23467         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
23468         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
23469         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
23470         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
23471         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
23472         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
23473         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
23474         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
23475         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
23476
23477 2004-04-18  Jim Meyering  <jim@meyering.net>
23478
23479         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
23480         failure, don't leak memory and do call END_UTMP_ENT.
23481
23482 2004-04-16  Jim Meyering  <jim@meyering.net>
23483
23484         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
23485         coreutils' stat program.
23486         (gl_PREREQ): Don't require jm_PREREQ_STAT.
23487
23488 2004-04-11  Paul Eggert  <eggert@twinsun.com>
23489
23490         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
23491         C89.
23492         (CHAR_BIT): Remove, since we assume C89.
23493         Include <stdint.h> if available, as per current Autoconf CVS advice.
23494
23495 2004-03-31  Jim Meyering  <jim@meyering.net>
23496
23497         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
23498         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
23499         * m4/xalloc.m4: Likewise.
23500
23501 2004-03-30  Paul Eggert  <eggert@twinsun.com>
23502
23503         Merge from coreutils.
23504
23505         * m4/inttostr.m4: New file.
23506         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
23507         Require AM_STDBOOL_H and gl_TIMESPEC instead.
23508         Require gl_CLOCK_TIME.
23509         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
23510
23511 2004-03-30  Paul Eggert  <eggert@twinsun.com>
23512
23513         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
23514         not bool, to be more consistent with Unix conventions.
23515         Suggested by Bruno Haible.
23516
23517         Merge from coreutils.
23518
23519         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
23520         * lib/umaxtostr.c: New files.
23521
23522         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
23523         the usual <time.h> dance.
23524         (get_date): Change signature to support fractional time stamps.
23525         All callers changed.
23526         * lib/getdate.y: Include "getdate.h" first, as we can now
23527         assume C89 and don't need to worry about 'const'.
23528         Similarly, include "unlocked-io.h" near start, not in middle.
23529         Include <limits.h>.
23530         (textint.value): Use long int rather than int.
23531         (textint.digits): Use size_t rather than int.
23532         (BILLION, LOG10_BILLION): New constants.
23533         (parser_control): New member rel_ns.  Members day_ordinal,
23534         time_zone, month, day, hour, minutes, rel_year, rel_month,
23535         rel_day, rel_hour, rel_minutes, rel_seconds
23536         are now long int, not int.  Member seconds is now struct timespec,
23537         not int.  New member timespec_seen.  Members dates_seen, days_seen,
23538         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
23539         not int.
23540         (%union.intval): Now long int, not int.
23541         New member timespec.
23542         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
23543         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
23544         (spec): Now is a timespec or an item list.
23545         (timespec, items): New nonterminals.
23546         (time, rel, relunit, number, get_date):
23547         Add support for fractional seconds.
23548         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
23549         (gmtime, localtime, mktime): Remove decls; not needed with C89.
23550         (to_hour): First arg is now long int, not int.
23551         (to_year): Returns long int, not int.
23552         Don't treat year -70 like 70.
23553         (tm_diff): Returns long int, not int.
23554         (lookup_word): Use bool instead of int when appropriate.
23555         (yylex): Use size_t for count, not int.
23556         Detect overflow when parsing large integer constants.
23557         Add support for fractions.
23558         (get_date): Make pointers 'const' if possible.
23559         Use more-portable code to detect integer overflow.
23560         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
23561         Don't use ctime; it's not reliable if the year has >4 digits.
23562
23563         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
23564         This is for compatibility with BSD.
23565
23566         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
23567         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
23568         From coreutils' system.h.
23569
23570         * lib/userspec.c: Don't include "posixver.h".
23571         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
23572         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
23573         compatible extension.  Simplify code by removing a boolean int
23574         that was always nonzero if a string was nonnull.
23575
23576 2004-03-30  Jim Meyering  <jim@meyering.net>
23577
23578         Merge from coreutils.
23579
23580         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
23581         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
23582         on some systems one must include <grp.h> before it.
23583         Reported by Christian Krackowizer.
23584
23585 2004-03-30  Jim Meyering  <jim@meyering.net>
23586
23587         Merge from coreutils.
23588
23589         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
23590
23591         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
23592         an empty input stream.
23593
23594         * lib/readtokens.c: Include <stdbool.h>.
23595         (readtoken): Use `size_t' rather than int/long.
23596         All callers adjusted.
23597         Use `bool' rather than `int' where appropriate.
23598         Use memset rather than an explicit loop.
23599         Use x2nrealloc rather than xrealloc.
23600         Allow the use of `\0' as a delimiter.
23601         (readtokens): Likewise.
23602         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
23603
23604 2004-03-30  Jim Meyering  <jim@meyering.net>
23605
23606         * m4/realloc.m4: Remove file, since now it does no more than
23607         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
23608         the `configure.ac' section of module/realloc.
23609         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
23610
23611 2004-03-30  Bruno Haible  <bruno@clisp.org>
23612
23613         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
23614         nonnull.
23615
23616 2004-03-29  Paul Eggert  <eggert@twinsun.com>
23617
23618         Merge changes to getloadavg.c from coreutils and Emacs.
23619
23620         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
23621         Define to an expression, not to the empty string.
23622         Include cloexec.h and xalloc.h.
23623         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
23624         Use set_cloexec_flag rather than rolling our own.
23625         * lib/cloexec.c, lib/cloexec.h: New files.
23626
23627 2004-03-29  Paul Eggert  <eggert@twinsun.com>
23628
23629         * m4/cloexec.m4: New file.
23630
23631 2004-03-18  Paul Eggert  <eggert@twinsun.com>
23632
23633         * lib/getopt.h: Sync with libc CVS.
23634
23635 2004-03-18  Paul Eggert  <eggert@twinsun.com>
23636             Bruno Haible  <bruno@clisp.org>
23637
23638         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
23639         mbswidth.
23640
23641 2004-03-18  Paul Eggert  <eggert@twinsun.com>
23642             Bruno Haible  <bruno@clisp.org>
23643
23644         * lib/mbswidth.h: Include <wchar.h> only if
23645         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
23646         <wchar.h>.
23647         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
23648
23649 2004-03-09  Paul Eggert  <eggert@twinsun.com>
23650
23651         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
23652         Sync with libc CVS.
23653         * lib/getopt_int.h: New file, also synced from libc.
23654
23655 2004-03-09  Paul Eggert  <eggert@twinsun.com>
23656
23657         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
23658         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
23659         Bring back getopt.c, getopt.h, getopt1.c.
23660
23661 2004-03-07  Paul Eggert  <eggert@twinsun.com>
23662
23663         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
23664         All uses changed.  Check for sa_sigaction member; this fixes
23665         a bug first reported by Jason Andrade in
23666         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
23667
23668 2004-03-07  Paul Eggert  <eggert@twinsun.com>
23669
23670         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
23671         '#if' expressions.  Unlike the code it replaces, it does not
23672         depend on (defined _SC_PAGESIZE).  However, it does depend on
23673         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
23674         first reported by Jason Andrade in
23675         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
23676
23677 2004-02-25  Simon Josefsson  <jas@extundo.com>
23678
23679         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
23680
23681 2004-02-25  Simon Josefsson  <jas@extundo.com>
23682
23683         * lib/strdup.h: New file.
23684         * lib/strdup.c: Include it.
23685         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
23686         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
23687
23688 2004-02-23  Karl Berry  <karl@gnu.org>
23689
23690         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
23691         (from fencepost.gnu.org:/gd/gnuorg).
23692
23693 2004-02-23  Karl Berry  <karl@gnu.org>
23694
23695         * config/srclistvars.sh (GNUORG) [karl]: redefine.
23696         * config/srclist.txt: add maintain/standards documents.
23697
23698 2004-02-18  Bruno Haible  <bruno@clisp.org>
23699
23700         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
23701         Reported by Derek Robert Price <derek@ximbiot.com>.
23702
23703 2004-02-16  Karl Berry  <karl@gnu.org>
23704
23705         * config/mkinstalldirs, install-sh: update from automake.
23706
23707 2004-02-06  Karl Berry  <karl@gnu.org>
23708
23709         * m4/po.m4: update from gettext 0.14.1.
23710
23711 2004-02-06  Karl Berry  <karl@gnu.org>
23712
23713         * lib/config.charset: update from gettext 0.14.1.
23714
23715 2004-02-05  Paul Eggert  <eggert@twinsun.com>
23716
23717         Add comments and code, prompted by suggestions from Bruno Haible
23718         for sh-quote.
23719         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
23720         describing the enum quoting_style values.
23721         * lib/quotearg.c (quotearg_alloc): New function.
23722         (quotearg_buffer_restyled): Treat lone { and } as special.
23723         Treat = as special.  Work around bug with older shells
23724         that "see" a '\' that is really the 2nd byte of a multibyte char.
23725         Quote empty string with shell_quoting_style.
23726
23727 2004-02-03  Bruno Haible  <bruno@clisp.org>
23728
23729         * m4/pipe.m4: New file, from GNU gettext.
23730
23731 2004-02-03  Bruno Haible  <bruno@clisp.org>
23732
23733         * lib/pipe.h: New file, from GNU gettext.
23734         * lib/pipe.c: New file, from GNU gettext.
23735
23736 2004-01-27  Bruno Haible  <bruno@clisp.org>
23737
23738         * m4/execute.m4: New file, from GNU gettext.
23739
23740 2004-01-27  Bruno Haible  <bruno@clisp.org>
23741
23742         * lib/execute.h: New file, from GNU gettext.
23743         * lib/execute.c: New file, from GNU gettext.
23744         * lib/w32spawn.h: New file, from GNU gettext.
23745
23746 2004-01-24  Paul Eggert  <eggert@twinsun.com>
23747
23748         Merge from diffutils.
23749
23750         * lib/file-type.c (file_type): Add typed memory objects.
23751         * lib/file-type.h (S_TYPEISTMO): New macro.
23752
23753         * lib/c-stack.h (c_stack_action): Remove argv argument.
23754         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
23755         (die): Don't calculate message unless segv_action returns.
23756         (get_stack_location, min_address_from_argv, max_address_from_argv,
23757         volatile stack_base, volatile_stack_size): Remove.
23758         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
23759         that every segmentation violation is a stack overflow.  (Ouch!)
23760         See Debian bug 136249 (still outstanding) for more info about why
23761         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
23762
23763 2004-01-24  Paul Eggert  <eggert@twinsun.com>
23764
23765         Exit-status fix from coreutils.
23766
23767         Use exit_failure consistently in place of EXIT_FAILURE,
23768         so that program exit statuses are consistent on failure.
23769
23770         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
23771         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
23772         * lib/argmatch.h: Comment fix to match the above.
23773         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
23774         Now a macro referring to exit_failure, instead of a separate
23775         variable.  Include "exitfail.h" to get it.
23776         * lib/xstrtol.h: Include "exitfail.h".
23777         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
23778
23779         * lib/long-options.c (parse_long_options): Use prototype
23780         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
23781         for clarity.
23782
23783 2004-01-21  Jim Meyering  <jim@meyering.net>
23784
23785         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
23786         so as not to conflict with a different-sized __mktime_internal
23787         function in GNU libc.
23788         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
23789         Problem building statically-linked `ls' reported by Michael Brunnbauer.
23790
23791 2004-01-20  Karl Berry  <karl@gnu.org>
23792
23793         * config/config.guess: update from config.
23794
23795         * config/srclistvars.sh: GNUWWWLICENSES for karl.
23796
23797 2004-01-20  Bruno Haible  <bruno@clisp.org>
23798
23799         Safer stack allocation.
23800         * lib/setenv.c: Include allocsa.h.
23801         (alloca): Remove fallback definition.
23802         (freea): Remove macro.
23803         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
23804         instead of freea.
23805
23806 2004-01-20  Bruno Haible  <bruno@clisp.org>
23807
23808         * m4/eealloc.m4: New file, from GNU gettext.
23809
23810 2004-01-20  Bruno Haible  <bruno@clisp.org>
23811
23812         * m4/allocsa.m4: New file, from GNU gettext.
23813
23814 2004-01-20  Bruno Haible  <bruno@clisp.org>
23815
23816         * lib/xallocsa.h: New file, from GNU gettext.
23817         * lib/xallocsa.c: New file, from GNU gettext.
23818
23819 2004-01-20  Bruno Haible  <bruno@clisp.org>
23820
23821         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
23822
23823 2004-01-20  Bruno Haible  <bruno@clisp.org>
23824
23825         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
23826         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
23827         specially.
23828
23829 2004-01-20  Bruno Haible  <bruno@clisp.org>
23830
23831         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
23832         patch.
23833
23834 2004-01-20  Bruno Haible  <bruno@clisp.org>
23835
23836         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
23837
23838 2004-01-20  Bruno Haible  <bruno@clisp.org>
23839
23840         * lib/eealloc.h: New file.
23841
23842 2004-01-20  Bruno Haible  <bruno@clisp.org>
23843
23844         * lib/binary-io.h: Avoid warnings on Cygwin.
23845
23846 2004-01-20  Bruno Haible  <bruno@clisp.org>
23847
23848         * lib/allocsa.h: New file, from GNU gettext.
23849         * lib/allocsa.c: New file, from GNU gettext.
23850
23851 2004-01-18  Karl Berry  <karl@gnu.org>
23852
23853         * doc/gpl.texi, doc/lgpl.texi: new files.
23854
23855 2004-01-18  Karl Berry  <karl@gnu.org>
23856
23857         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
23858         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
23859
23860 2004-01-15  Paul Eggert  <eggert@twinsun.com>
23861
23862         Merge from coreutils.
23863
23864         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
23865         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
23866         (gl_DEFAULT_POSIX2_VERSION): Move
23867         the documentation from 'configure' into 'config.hin',
23868         so that 'configure --help' isn't burdened by it and
23869         we don't have to worry about its formatting there.
23870         Reword the documentation so that it's more succinct
23871         and can be run together into a single paragraph.
23872         * m4/same.m4 (gl_SAME): Check for pathconf.
23873
23874 2004-01-15  Paul Eggert  <eggert@twinsun.com>
23875
23876         Merge from coreutils.
23877
23878         * lib/posixver.c: Include posixver.h.
23879
23880         * lib/same.c: Include <stdbool.h>, <limits.h>.
23881         (_POSIX_NAME_MAX): Define if not defined.
23882         (MIN): New macro.
23883         (same_name): If file names are silently truncated, report
23884         that the file names are the same if they are the same after
23885         the silent truncation.
23886
23887         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
23888         conversion function.
23889         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
23890         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
23891         longer needed.
23892
23893 2004-01-15  Jim Meyering  <jim@meyering.net>
23894
23895         Merge from coreutils.
23896
23897         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
23898         if no library is required.
23899         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
23900         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
23901         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
23902         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
23903         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
23904         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
23905         value, $ac_cv_search_crypt, if it's "none required".
23906         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
23907         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
23908         not gl_FUNC_GETLOADAVG.
23909         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
23910         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
23911
23912 2004-01-15  Jim Meyering  <jim@meyering.net>
23913
23914         Merge from coreutils.
23915
23916         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
23917         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
23918         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
23919
23920         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
23921         optional configure-time default.
23922
23923         * lib/version-etc.c (version_etc_copyright): Update copyright date.
23924
23925         * lib/xreadlink.c (xreadlink): Correct outdated comment.
23926
23927 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
23928
23929         Merge from coreutils.
23930
23931         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
23932         value, $ac_cv_search_nanosleep, if it's "none required".
23933
23934 2004-01-14  Paul Eggert  <eggert@twinsun.com>
23935
23936         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
23937         with like-named macro in fnmatch.c.
23938         (EXT): Use an internal constant instead.
23939
23940         Merge fnmatch patches from glibc.
23941         * lib/fnmatch.c (mbsinit): Remove define.
23942         Add libc_hidden_ver (__fnmatch, fnmatch).
23943         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
23944         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
23945
23946 2004-01-14  Karl Berry  <karl@gnu.org>
23947
23948         * config/install-sh: update from automake.
23949
23950 2004-01-13  Karl Berry  <karl@gnu.org>
23951
23952         * config/install-sh: update from automake.
23953
23954 2004-01-09  Karl Berry  <karl@gnu.org>
23955
23956         * config/install-sh: update from automake.
23957
23958 2004-01-05  Karl Berry  <karl@gnu.org>
23959
23960         * config/config.{sub,guess}: update from config.
23961
23962 2003-12-31  Karl Berry  <karl@gnu.org>
23963
23964         * config/depcomp: update from automake.
23965
23966 2003-12-14  Karl Berry  <karl@gnu.org>
23967
23968         * lib/config.charset: update from gettext-runtime.
23969
23970 2003-12-03  Paul Eggert  <eggert@twinsun.com>
23971
23972         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
23973         Bug reported by Alfred M. Szmidt.
23974
23975 2003-12-03  Bruno Haible  <bruno@clisp.org>
23976
23977         * m4/gettext.m4: Upgrade from gettext-0.13.
23978         * m4/po.m4: Upgrade from gettext-0.13.
23979         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
23980         * m4/intmax.m4: New file, from gettext-0.13.
23981         * m4/printf-posix.m4: New file, from gettext-0.13.
23982
23983 2003-11-29  Karl Berry  <karl@gnu.org>
23984
23985         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
23986
23987 2003-11-25  Paul Eggert  <eggert@twinsun.com>
23988             Bruno Haible  <bruno@clisp.org>
23989
23990         * lib/printf-parse.h: Don't include sys/types.h.
23991         (ARG_NONE): New macro.
23992         (char_directive): Change type of *arg_index fields to size_t.
23993         * lib/printf-parse.c: Don't include sys/types.h.
23994         (SSIZE_MAX): Remove macro.
23995         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
23996         Remove unnecessary overflow check.
23997         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
23998         fields.
23999
24000 2003-11-25  Bruno Haible  <bruno@clisp.org>
24001
24002         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
24003
24004 2003-11-25  Bruno Haible  <bruno@clisp.org>
24005
24006         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
24007         gt_TYPE_SSIZE_T.
24008
24009 2003-11-24  Paul Eggert  <eggert@twinsun.com>
24010
24011         * modules/alloca: Remove dependency on xalloc.
24012
24013 2003-11-24  Paul Eggert  <eggert@twinsun.com>
24014
24015         * lib/alloca.c: Remove dependency on xalloc module.
24016         (xalloc_die): Remove.
24017         (memory_full) [!defined emacs]: New macro.
24018         [!defined emacs]: Don't include xalloc.h.
24019         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
24020         address arithmetic overflows.  Change datatypes a bit to avoid
24021         unnecessary casts.
24022
24023 2003-11-22  Jim Meyering  <jim@meyering.net>
24024
24025         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
24026         s/size/size_t/.
24027
24028 2003-11-21  Karl Berry  <karl@gnu.org>
24029
24030         * config/config.{sub,guess}: update from config.
24031
24032 2003-11-18  Karl Berry  <karl@gnu.org>
24033
24034         * config/config.{sub,guess}: update from config.
24035
24036         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
24037
24038 2003-11-17  Paul Eggert  <eggert@twinsun.com>
24039
24040         * README: Mention that S+T cannot overflow if S is the size of
24041         an existing object and T is sufficiently small.
24042
24043 2003-11-17  Jim Meyering  <jim@meyering.net>
24044
24045         On systems without utime and without a utimes function capable of
24046         dealing with a NULL struct utimbuf* argument, this utime replacement
24047         could -- in unusual circumstances -- leak a file descriptor.
24048         * lib/utime.c: Include <unistd.h> and <errno.h>.
24049         (utime_null): Be sure to close `fd' and to preserve errno.
24050         Reported by Geoff Collyer via Arnold Robbins.
24051
24052 2003-11-17  Bruno Haible  <bruno@clisp.org>
24053
24054         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
24055         (Depends-on): Add xsize.
24056
24057 2003-11-17  Bruno Haible  <bruno@clisp.org>
24058
24059         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
24060
24061 2003-11-17  Bruno Haible  <bruno@clisp.org>
24062
24063         * lib/vasnprintf.c (alloca): Remove fallback definition.
24064         (freea): Remove definition.
24065         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
24066         Reported by Paul Eggert.
24067
24068 2003-11-16  Paul Eggert  <eggert@twinsun.com>
24069             Bruno Haible  <bruno@clisp.org>
24070
24071         Protect against address arithmetic overflow.
24072         * lib/printf-args.h: Include stddef.h.
24073         (arguments): Change type of field 'count' to size_t.
24074         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
24075         'unsigned int' where appropriate.
24076         * lib/printf-parse.h: Include sys/types.h.
24077         (char_directive): Change type of *arg_index fields to ssize_t.
24078         (char_directives): Change type of fields 'count', max_*_length to
24079         size_t.
24080         * lib/printf-parse.c: Include sys/types.h and xsize.h.
24081         (SSIZE_MAX): Define fallback value.
24082         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
24083         instead of 'int' where appropriate. Check a_allocated, d_allocated
24084         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
24085         * lib/vasnprintf.c: Include xsize.h.
24086         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
24087         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
24088         overflow. Avoid wraparound when converting a width or precision from
24089         decimal to binary.
24090
24091 2003-11-16  Bruno Haible  <bruno@clisp.org>
24092
24093         Update from GNU gettext.
24094         * lib/printf-parse.c: Generalize to it can be compiled for wide
24095         strings.
24096         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
24097         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
24098         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
24099         SNPRINTF): New macros.
24100         Don't include <alloca.h> if the file is used inside libintl.
24101         (local_wcslen): New function, for Solaris 2.5.1.
24102         (VASNPRINTF): Use it instead of wcslen.
24103
24104 2003-11-16  Bruno Haible  <bruno@clisp.org>
24105
24106         * lib/xsize.h (xmax): New function.
24107         (xsum, xsum3, xsum4): Declare as "pure" functions.
24108
24109 2003-11-12  Paul Eggert  <eggert@twinsun.com>
24110
24111         * modules/xalloc (Files): Undo latest change, since xalloc.h
24112         no longer needs SIZE_MAX or PTRDIFF_MAX.
24113
24114 2003-11-12  Paul Eggert  <eggert@twinsun.com>
24115
24116         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
24117         gl_PTRDIFF_MAX.
24118
24119 2003-11-12  Paul Eggert  <eggert@twinsun.com>
24120
24121         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
24122         "return", to pacify some unknown compiler.  Problem reported
24123         by Joerg Schilling.
24124
24125 2003-11-12  Paul Eggert  <eggert@twinsun.com>
24126
24127         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
24128         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
24129         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
24130         heuristic is just as accurate as far as we know, and it removes a
24131         dependency on size_max.m4 and ptrdiff_max.m4.
24132
24133 2003-11-11  Bruno Haible  <bruno@clisp.org>
24134
24135         * modules/xsize (Files): Add m4/size_max.m4.
24136         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
24137
24138 2003-11-11  Bruno Haible  <bruno@clisp.org>
24139
24140         * m4/size_max.m4: New file.
24141         * m4/ptrdiff_max.m4: New file.
24142         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
24143         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
24144         (gl_XALLOC): Invoke it.
24145
24146 2003-11-11  Bruno Haible  <bruno@clisp.org>
24147
24148         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
24149         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
24150         defined.
24151
24152 2003-11-10  Paul Eggert  <eggert@twinsun.com>
24153
24154         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
24155         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
24156         rejected some allocations of exactly SIZE_MAX - 2 bytes.
24157         From Bruno Haible.
24158         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
24159         not (size_t) -1, since it's defined here.
24160
24161 2003-11-09  Karl Berry  <karl@gnu.org>
24162
24163         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
24164
24165 2003-11-06  Paul Eggert  <eggert@twinsun.com>
24166
24167         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
24168         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
24169         Reject sizes of exactly SIZE_MAX bytes.
24170         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
24171         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
24172
24173 2003-11-05  Bruno Haible  <bruno@clisp.org>
24174
24175         * lib/xsize.h: Include limits.h, to avoid a possible collision with
24176         SIZE_MAX defined in <limits.h> on Solaris.
24177
24178 2003-11-04  Jim Meyering  <jim@meyering.net>
24179
24180         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
24181         variable names, rather than @VAR@.
24182         * modules/poll: Likewise.
24183
24184 2003-11-04  Bruno Haible  <bruno@clisp.org>
24185
24186         * modules/xsize: New file.
24187         * modules/linebreak: Depend on xsize.
24188         * MODULES.html.sh (func_all_modules): Add xsize.
24189
24190 2003-11-04  Bruno Haible  <bruno@clisp.org>
24191
24192         * m4/xsize.m4: New file.
24193
24194 2003-11-04  Bruno Haible  <bruno@clisp.org>
24195
24196         * lib/xsize.h: New file.
24197         * lib/linebreak.c: Include xsize.h.
24198         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
24199         argument for overflow.
24200         Suggested by Paul Eggert.
24201
24202 2003-11-03  Karl Berry  <karl@gnu.org>
24203
24204         * config/config.{guess,sub}: update from config.
24205
24206 2003-11-03  Jim Meyering  <jim@meyering.net>
24207
24208         * modules/userspec (lib_SOURCES): Add userspec.h.
24209         (Include): Add "userspec.h".
24210         Improve description.
24211
24212 2003-11-03  Jim Meyering  <jim@meyering.net>
24213
24214         * lib/userspec.c: Include "userspec.h".
24215         * lib/userspec.h: New file.
24216
24217 2003-11-03  Bruno Haible  <bruno@clisp.org>
24218
24219         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
24220
24221 2003-11-03  Bruno Haible  <bruno@clisp.org>
24222
24223         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
24224         available, to avoid (extremely rare) race condition.
24225         Suggested by Paul Eggert.
24226
24227 2003-11-02  Karl Berry  <karl@gnu.org>
24228
24229         * config/srclist.txt (vasprintf.c): sync broken, sigh.
24230
24231 2003-10-31  Paul Eggert  <eggert@twinsun.com>
24232
24233         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
24234         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
24235         (read_filesystem_list): Set and use me_type_malloced.
24236         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
24237         whatever the type happens to be), for brevity and consistency.
24238         Check for size calculation overflow on Alphas running OSF/1.
24239
24240 2003-10-31  Jim Meyering  <jim@meyering.net>
24241
24242         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
24243
24244         * lib/linebuffer.c: Include <string.h> for declaration of memset.
24245
24246 2003-10-30  Paul Eggert  <eggert@twinsun.com>
24247             Bruno Haible  <bruno@clisp.org>
24248
24249         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
24250         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
24251
24252 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
24253
24254         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
24255         netbsd*-gnu*.  Suggested by Robert Millan.
24256
24257 2003-10-29  Paul Eggert  <eggert@twinsun.com>
24258
24259         * modules/group-member: Depend on stdbool.
24260
24261 2003-10-29  Paul Eggert  <eggert@twinsun.com>
24262
24263         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
24264
24265 2003-10-29  Paul Eggert  <eggert@twinsun.com>
24266
24267         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
24268         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
24269         after the 'gnu' in these cases.  This fixes some bugs in the
24270         previous change, and is based on suggestions by Robert Millan.
24271
24272 2003-10-29  Paul Eggert  <eggert@twinsun.com>
24273
24274         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
24275         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
24276         no longer needed.
24277         * lib/quotearg.c (quotearg_n_options): Use it.
24278         * lib/group-member.c: Include <stdbool.h>.
24279         (free_group_info): Arg is now const *; don't free arg.
24280         (get_group_info): Now returns bool and accepts struct group_info *,
24281         rather than returning a malloc'ed struct group_info *.
24282         All uses changed.  Check for overflow in internal size calculation.
24283
24284         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
24285         rather than xmalloc/xrealloc.
24286         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
24287         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
24288         conformance bug: the old code used a pointer after freeing the
24289         storage that it addressed.
24290         * lib/hash.c (hash_initialize): Simplify the code by using
24291         xalloc_oversized rather than doing it by hand.
24292         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
24293         the buffer preserved.  Use free and xmalloc instead.
24294         * lib/quotearg.c (quotearg_n_options): Likewise.
24295         Use a simpler test for size overflow.  Don't use xalloc_oversized
24296         because unsigned int might be wider than size_t (!); this suggests
24297         that we should switch from unsigned int to size_t for slot numbers.
24298
24299 2003-10-28  Paul Eggert  <eggert@twinsun.com>
24300
24301         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
24302         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
24303         NetBSD kernels.  Requested by Richard Stallman.
24304
24305 2003-10-27  Paul Eggert  <eggert@twinsun.com>
24306
24307         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
24308         to allocate the returned structure.  Do not allocate a subarray,
24309         as x2nrealloc will do that.
24310         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
24311         instead of xnrealloc.
24312         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
24313
24314 2003-10-27  Bruno Haible  <bruno@clisp.org>
24315
24316         * lib/stdbool_.h: Better support for BeOS.
24317
24318 2003-10-26  Paul Eggert  <eggert@twinsun.com>
24319
24320         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
24321         now uses inline.
24322
24323 2003-10-26  Paul Eggert  <eggert@twinsun.com>
24324
24325         * lib/xalloc.h (xalloc_oversized): New static inline function, for
24326         callers that want to do their own size-overflow checking.  Include
24327         <stdbool.h>, since xalloc_oversized returns bool.
24328         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
24329         to use xalloc_oversized.
24330
24331         Add two functions x2realloc, x2nrealloc, for programs that grow
24332         arrays dynamically by doubling their sizes.
24333         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
24334         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
24335         New functions.
24336
24337         Port to C99 semantics for 'inline' of external functions.
24338         Bug reported by Bruno Haible.
24339         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
24340         with the old contents of xnmalloc.
24341         (xnmalloc, xmalloc): Use it.
24342         (xnrealloc_inline): New static inline function,
24343         with the old contents of xnrealloc.
24344         (xnrealloc, xrealloc): Use it.
24345
24346         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
24347         that.
24348
24349 2003-10-26  Karl Berry  <karl@gnu.org>
24350
24351         * config/srclist.txt (COPYING.DOC): no longer available from
24352         /gd/gnuorg; don't know where the ultimate source is.
24353
24354 2003-10-25  Paul Eggert  <eggert@twinsun.com>
24355
24356         Fix several address-calculation bugs in the hash modules,
24357         plus some minor code cleanup.
24358
24359         * lib/hash.h: Include <stdbool.h>, for bool.
24360         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
24361         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
24362         hash_get_n_entries, hash_get_max_bucket_length,
24363         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
24364         hash_rehash): Use size_t rather than unsigned.
24365         * lib/hash.c (struct hash_table, hash_get_n_buckets,
24366         hash_get_n_buckets_used, hash_get_n_entries,
24367         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
24368         hash_get_entries, hash_do_for_each, hash_string, is_prime,
24369         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
24370         Likewise.
24371         (SIZE_MAX): Define if not defined.
24372         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
24373         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
24374         hash_print):
24375         Use const * when possible.
24376         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
24377         (check_tuning): Fix bug: if tuning parameters were very close to
24378         0 or 1, rounding errors could have caused subscript violations.
24379         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
24380         (hash_initialize): Add 'fail:' label
24381         to free table and return NULL, and use it to simplify code.
24382         Use calloc rather than clearing the storage ourself.
24383         (hash_initialize, hash_rehash): Check for arithmetic overflow in
24384         buffer size calculations.
24385         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
24386         Include <stddef.h>, for size_t.
24387         * lib/hash-pjw.c (hash_pjw): Likewise.
24388         Switch to method described by Bruno Haible.
24389         Include <limits.h>, for CHAR_BIT.
24390         (SIZE_BITS): New macro.
24391
24392 2003-10-23  Paul Eggert  <eggert@twinsun.com>
24393
24394         * m4/getline.m4 (AM_FUNC_GETLINE):
24395         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
24396         hosts.  Problem reported by Derek Robert Price in
24397         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
24398         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
24399         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
24400
24401 2003-10-21  Paul Eggert  <eggert@twinsun.com>
24402
24403         * lib/getndelim2.c (getndelim2): When size calculation overflows,
24404         ceiling the allocation at NMAX bytes rather than silently
24405         discarding input bytes before NMAX is reached.  This makes
24406         a difference only if NMAX exceeds SIZE_MAX / 2.
24407
24408         * lib/obstack.c: Merge from glibc.
24409         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
24410         Add libc_hidden_def (_obstack_newchunk).
24411         (_obstack_free) [! defined _LIBC]: Remove.
24412         [defined _LIBC]: Make a strong alias from obstack_free, rather than
24413         a clone of the function body.
24414         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
24415         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
24416
24417         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
24418         glibc.
24419         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
24420         arg to memcpy.
24421
24422         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
24423         (obstack_ptr_grow_fast, obstack_int_grow_fast):
24424         Don't use lvalue casts, as GCC plans to remove support for them
24425         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
24426         was also present in the non-GCC version, indicating that this
24427         code had always been buggy and had never been widely used.
24428         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
24429         Use the fast variant of each macro, rather than copying the
24430         definiens of the fast variant; that way, we'll be more likely to
24431         catch future bugs in the fast variants.
24432
24433 2003-10-20  Bruno Haible  <bruno@clisp.org>
24434
24435         * modules/wait-process: New file.
24436         * MODULES.html.sh (func_all_modules): Add wait-process.
24437
24438 2003-10-20  Bruno Haible  <bruno@clisp.org>
24439
24440         * m4/wait-process.m4: New file.
24441
24442 2003-10-20  Bruno Haible  <bruno@clisp.org>
24443
24444         * lib/wait-process.h: New file, from GNU gettext.
24445         * lib/wait-process.c: New file, from GNU gettext.
24446
24447 2003-10-19  Jim Meyering  <jim@meyering.net>
24448
24449         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
24450         HPUX 10.20.
24451
24452 2003-10-18  Karl Berry  <karl@gnu.org>
24453
24454         * config/config.guess: update from config.
24455
24456 2003-10-16  Paul Eggert  <eggert@twinsun.com>
24457
24458         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
24459         (getgroups): First arg is int, not size_t.
24460         Don't let 'free' mangle errno.
24461
24462 2003-10-16  Paul Eggert  <eggert@twinsun.com>
24463
24464         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
24465
24466 2003-10-16  Karl Berry  <karl@gnu.org>
24467
24468         * config/config.{guess,sub}: update from config.
24469
24470 2003-10-16  Jim Meyering  <jim@meyering.net>
24471
24472         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
24473         memcpy.
24474
24475 2003-10-15  Paul Eggert  <eggert@twinsun.com>
24476
24477         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
24478         (SIZE_MAX): Remove.
24479         (new_exclude, add_exclude_file): Initial size no longer needs to
24480         be a power of 2.
24481         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
24482         our own address arithmetic overflow checking.
24483
24484         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
24485         (fnmatch): Do not alloca more than 2000 wide characters;
24486         instead, use malloc for large buffers.
24487         Check for address arithmetic overflow, and return -1
24488         with errno set to ENOMEM in that case.
24489         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
24490         (NEW_PATTERN): Do not alloca more than 8000 bytes;
24491         instead, return -1.  Check for address arithmetic overflow.
24492
24493 2003-10-14  Paul Eggert  <eggert@twinsun.com>
24494
24495         Handle invalid suffixes and overflow independently, so that
24496         callers can treat them independently as needed.  Fix some bugs in
24497         suffix handling, e.g., "100k@" was not diagnosed as an invalid
24498         suffix for a human-readable blocksize.  The major caller-visible
24499         change is the addition of a new
24500         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
24501         that both overflow and suffix chars were found.
24502
24503         * lib/human.c (humblock): Don't check separately for invalid suffix
24504         char; that is xstrtoumax's job (now that its bug is fixed).
24505         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
24506         INTMAX_MAX]: New macros.
24507         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
24508         TYPE_MAXIMUM): New macros.
24509         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
24510         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
24511         if overflow occurs, as it's what __strtol does and it's more useful
24512         in practice.
24513         (__xstrtol): If __strtol reports some error other than ERANGE,
24514         reflect it to the caller as LONGINT_INVALID.  If it reports
24515         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
24516         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
24517         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
24518         value.
24519         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
24520         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
24521         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
24522         [defined UINTMAX_MAX]: New macros.
24523
24524 2003-10-14  Bruno Haible  <bruno@clisp.org>
24525
24526         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
24527
24528 2003-10-14  Bruno Haible  <bruno@clisp.org>
24529
24530         * m4/sig_atomic_t: New file, from GNU gettext.
24531         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
24532
24533 2003-10-14  Bruno Haible  <bruno@clisp.org>
24534
24535         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
24536         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
24537         Also use volatile where needed.
24538
24539 2003-10-12  Paul Eggert  <eggert@twinsun.com>
24540
24541         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
24542         Change maintainer from Bruno Haible to 'all'.
24543
24544 2003-10-12  Paul Eggert  <eggert@twinsun.com>
24545
24546         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
24547
24548 2003-10-12  Paul Eggert  <eggert@twinsun.com>
24549
24550         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
24551         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
24552         and define in terms of the other primitives.
24553         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
24554         (SIZE_MAX): Define if not already defined.
24555         (array_size_overflow): New function.
24556         (xalloc_die): Abort instead of exiting if 'error' returns.
24557         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
24558         (xmalloc, xrealloc): Use them.
24559         (xcalloc): Check for address arithmetic overflow.
24560         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
24561         a bit faster than strcpy.
24562
24563 2003-10-10  Simon Josefsson  <jas@extundo.com>
24564
24565         * modules/argp (Depends-on): Add restrict and strcase.
24566
24567 2003-10-10  Simon Josefsson  <jas@extundo.com>
24568
24569         * m4/argp.m4: Add AC_C_INLINE.
24570
24571 2003-10-08  Paul Eggert  <eggert@twinsun.com>
24572
24573         Merge getpass from libc, plus a few fixes.
24574
24575         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
24576         Include <stdbool.h>.
24577         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
24578         __fsetlocking to empty.
24579         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
24580         do include <bits/libc-lock.h>.
24581         Do not include <fcntl.h>; not needed.
24582         [_LIBC]: Include <wchar.h>.
24583         (NOTCANCEL_MODE): New macro.
24584         (flockfile, funlockfile) [_LIBC]: New macros.
24585         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
24586         [!_LIBC]: New macros.
24587         (call_fclose): New function.
24588         (getpass): Use it.  Save tty stream separately; this simplifies the
24589         code and makes it more reliable if stdin happens to equal stdout.
24590         Invoke __fsetlocking on tty.
24591         Handle thread cancellation if needed.
24592         Namespace cleanup (use __tcgetattr, __getline).
24593         Use bool for Booleans.
24594         [USE_IN_LIBIO]: Handle wide streams.
24595         [!_LIBC]: Unconditionally do the fseek, since we don't know what
24596         stream might go where.
24597
24598         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
24599         doesn't have to include <stdio.h> before us.
24600         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
24601         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
24602         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
24603         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
24604         if not declared, so that we can use getpass.c code from libc without
24605         rewriting it.
24606         (flockfile, ftrylockfile, funlockfile): New macros.
24607
24608 2003-10-08  Paul Eggert  <eggert@twinsun.com>
24609
24610         * modules/getpass: Depend on stdbool.
24611
24612 2003-10-08  Paul Eggert  <eggert@twinsun.com>
24613
24614         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
24615
24616 2003-10-07  Karl Berry  <karl@gnu.org>
24617
24618         * config/config.{guess,sub}: update from config.
24619
24620 2003-10-06  Jim Meyering  <jim@meyering.net>
24621             Bruno Haible  <bruno@clisp.org>
24622
24623         This lets translators provide better translations for the
24624         "Written by ..." part of --version output.
24625         * lib/version-etc.h: Include stdarg.h.
24626         (version_etc_copyright): Declare as readonly.
24627         (version_etc): Make this function variadic with a NULL-terminated list
24628         of author name strings.
24629         (version_etc_va): New declaration.
24630         * lib/version-etc.c: Include stdarg.h, stdlib.h.
24631         (version_etc_copyright): Declare as readonly.
24632         (version_etc_va): New function. Provide a different translatable string
24633         for each possible number of authors < 10. Abbreviate when there are 10
24634         authors or more.
24635         (version_etc): Make this function variadic. Call version_etc_va.
24636         Suggestion from Gary V. Vaughan.
24637
24638         * lib/long-options.h (parse_long_options): Change prototype: the
24639         authors string is moved to the end and becomes variadic.
24640         * lib/long-options.c: Include stdarg.h.
24641         (parse_long_options): Make this function variadic, too.
24642         Call version_etc_va, not version_etc.
24643
24644 2003-10-06  Bruno Haible  <bruno@clisp.org>
24645
24646         * modules/version-etc-2: Remove file.
24647         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
24648
24649 2003-10-06  Bruno Haible  <bruno@clisp.org>
24650
24651         * modules/fatal-signal: New file.
24652         * MODULES.html.sh (func_all_modules): Add fatal-signal.
24653
24654 2003-10-06  Bruno Haible  <bruno@clisp.org>
24655
24656         * m4/fatal-signal.m4: New file.
24657         * m4/signalblocking.m4: New file, from GNU gettext.
24658
24659 2003-10-06  Bruno Haible  <bruno@clisp.org>
24660
24661         * lib/version-etc-2.h: Remove file.
24662         * lib/version-etc-2.c: Remove file.
24663
24664 2003-10-06  Bruno Haible  <bruno@clisp.org>
24665
24666         * lib/fatal-signal.h: New file, from GNU gettext.
24667         * lib/fatal-signal.c: New file, from GNU gettext.
24668
24669 2003-10-05  Paul Eggert  <eggert@twinsun.com>
24670
24671         * README: Rework advice for preventing empty .o files.
24672         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
24673         not <sys/types.h>.
24674
24675 2003-10-04  Karl Berry  <karl@gnu.org>
24676
24677         * lib/argp*: update from libc.
24678
24679 2003-10-04  Karl Berry  <karl@gnu.org>
24680
24681         * config/config.{guess,sub}: update from config.
24682
24683 2003-10-02  Bruno Haible  <bruno@clisp.org>
24684
24685         * modules/lchown (Include): Add lchown.h.
24686         * modules/time_r (Include): Use "..." syntax.
24687         * modules/xgetdomainname (Include): Add xgetdomainname.h.
24688
24689 2003-10-01  Simon Josefsson  <jas@extundo.com>
24690
24691         * MODULES.html.sh (func_all_modules): Move gethostname from section
24692         'based on' to section 'lacking' POSIX:2001.
24693
24694 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
24695
24696         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
24697         to output mode on the same stream.
24698
24699 2003-09-29  Paul Eggert  <eggert@twinsun.com>
24700
24701         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
24702         Fix arg typo in previous patch.
24703
24704 2003-09-28  Jim Meyering  <jim@meyering.net>
24705
24706         * lib/error.c: Correct cpp indentation.
24707
24708 2003-09-27  Paul Eggert  <eggert@twinsun.com>
24709
24710         * modules/free: New file.
24711
24712 2003-09-27  Paul Eggert  <eggert@twinsun.com>
24713
24714         * m4/free.m4: New file.
24715
24716 2003-09-27  Paul Eggert  <eggert@twinsun.com>
24717
24718         * lib/minmax.h (MIN, MAX)
24719         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
24720         Omit the special code that used __typeof__, since we worry that
24721         it could be more trouble than it's worth.  See:
24722         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
24723         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
24724
24725         * lib/free.c: New file.
24726
24727 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
24728
24729         Trivial fixes to Makefile.am parts of module listings.
24730         * modules/strstr: Append strstr.h to lib_SOURCES.
24731         * modules/strcase: Likewise, for strcase.h.
24732
24733 2003-09-27  Karl Berry  <karl@gnu.org>
24734
24735         * config/mkinstalldirs: update from automake.
24736
24737 2003-09-26  Paul Eggert  <eggert@twinsun.com>
24738
24739         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
24740         (error_tail): Do not loop, reallocating temporary buffer, since
24741         the output cannot contain more wide characters than the input
24742         contains bytes, the size must be big enough already.  This avoids
24743         one potential size overflow calculation.  Check for size overflow
24744         when calculating temporary buffer size.  Free temporary buffer
24745         when done, if it was allocated with malloc; this plugs a memory
24746         leak.  Remove casts from void * to pointers, that are no longer
24747         needed now that we're assuming C89 or better.
24748
24749         Merge error changes from glibc.
24750
24751         * lib/error.c, error.h: Update copyright notice header to match glibc.
24752         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
24753         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
24754         Disable cancellation while printing error.
24755         * lib/error.h: Prepend __ to parameter names.
24756
24757 2003-09-26  Jim Meyering  <jim@meyering.net>
24758
24759         * lib/error.c (error_tail): Move some declarations
24760         into inner scope where the local variables are used.
24761
24762 2003-09-26  Bruno Haible  <bruno@clisp.org>
24763
24764         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
24765         stpncpy().
24766         Don't define stpncpy through config.h; it's now done through stpncpy.h.
24767
24768 2003-09-26  Bruno Haible  <bruno@clisp.org>
24769
24770         * lib/stpncpy.h (gnu_stpncpy): New declaration.
24771         (stpncpy): Define as alias for gnu_stpncpy.
24772         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
24773
24774 2003-09-25  Simon Josefsson  <jas@extundo.com>
24775
24776         * lib/xgetdomainname.h: New file.
24777         * lib/xgetdomainname.c: New file.
24778
24779 2003-09-25  Simon Josefsson  <jas@extundo.com>
24780             Bruno Haible  <bruno@clisp.org>
24781
24782         * modules/getdomainname: New file.
24783         * modules/xgetdomainname: New file.
24784         * MODULES.html.sh (func_all_modules): Add getdomainname,
24785         xgetdomainname.
24786
24787 2003-09-25  Simon Josefsson  <jas@extundo.com>
24788             Bruno Haible  <bruno@clisp.org>
24789
24790         * m4/getdomainname.m4: New file.
24791
24792 2003-09-25  Simon Josefsson  <jas@extundo.com>
24793             Bruno Haible  <bruno@clisp.org>
24794
24795         * lib/getdomainname.h: New file.
24796         * lib/getdomainname.c: New file.
24797
24798 2003-09-25  Karl Berry  <karl@gnu.org>
24799
24800         * lib/argp-fmtstream.c, argp-help.c: update from libc.
24801
24802 2003-09-25  Karl Berry  <karl@gnu.org>
24803
24804         * config/install-sh: update from automake.
24805
24806 2003-09-25  Bruno Haible  <bruno@clisp.org>
24807
24808         * modules/version-etc-2: New file, from modules/version-etc with
24809         modifications.
24810         * MODULES.html.sh (func_all_modules): Add version-etc-2.
24811
24812 2003-09-25  Bruno Haible  <bruno@clisp.org>
24813
24814         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
24815         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
24816
24817 2003-09-24  Simon Josefsson  <jas@extundo.com>
24818
24819         * modules/xgethostname: Add xgethostname.h.
24820
24821 2003-09-24  Paul Eggert  <eggert@twinsun.com>
24822
24823         * lib/linebuffer.c (freebuffer): Don't free the argument, just
24824         the buffer associated with the argument.  Bug reported by
24825         Simon Josefsson.
24826
24827 2003-09-24  Paul Eggert  <eggert@twinsun.com>
24828
24829         * README: Document assumptions that 'int' is at least 32 bits
24830         wide, that integer arithmetic is 2's complement without overflow,
24831         that there are no holes in integer values, that adding sizes of
24832         two nonoverlapping objects can't overflow, and that all-bits-zero
24833         yields scalar zero.  Fix spelling and capitalization typos.
24834
24835 2003-09-19  Karl Berry  <karl@gnu.org>
24836
24837         * lib/argp.h: update from libc.
24838
24839 2003-09-17  Paul Eggert  <eggert@twinsun.com>
24840
24841         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
24842         to avoid spurious warnings like "AC_RUN_IFELSE was called before
24843         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
24844
24845 2003-09-17  Paul Eggert  <eggert@twinsun.com>
24846
24847         * gnulib-tool: Use "test -h", not "test -L", for portability
24848         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
24849         (tags_regexp): Remove, since \| doesn't conform to POSIX.
24850         (sed_extract_prog): Issue s commands one-by-one, rather than
24851         using \| in one s command.
24852
24853 2003-09-16  Paul Eggert  <eggert@twinsun.com>
24854
24855         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
24856         input error, instead of returning NULL the next time we are called
24857         (and therefore losing track of errno).
24858
24859 2003-09-16  Bruno Haible  <bruno@clisp.org>
24860
24861         * gnulib-tool (func_create_testdir): Warn about duplicated
24862         dependencies.
24863
24864 2003-09-15  Paul Eggert  <eggert@twinsun.com>
24865
24866         * modules/argmatch, modules/fatal, modules/obstack,
24867         modules/xalloc, modules/xgethostname: Sort dependencies by
24868         importance, not alphabetically.
24869
24870 2003-09-15  Paul Eggert  <eggert@twinsun.com>
24871
24872         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
24873         fails, so that the caller gets the proper errno.
24874
24875         * lib/readutmp.c (read_utmp): Likewise.
24876         Check for fstat error.  Close stream and free storage
24877         when failing.
24878
24879 2003-09-14  Karl Berry  <karl@gnu.org>
24880
24881         * config/srclist.txt (strdup.c): disable for c89 changes.
24882
24883 2003-09-14  Jim Meyering  <jim@meyering.net>
24884
24885         * lib/getloadavg.c: Correct cpp indentation.
24886         * lib/strdup.c: Likewise.
24887         * lib/vasnprintf.c: Likewise.
24888
24889 2003-09-14  Bruno Haible  <bruno@clisp.org>
24890
24891         * modules/fwriteerror: New file.
24892         * MODULES.html.sh (func_all_modules): Add fwriteerror.
24893
24894 2003-09-14  Bruno Haible  <bruno@clisp.org>
24895
24896         * lib/fwriteerror.h: New file.
24897         * lib/fwriteerror.c: New file.
24898
24899 2003-09-12  Paul Eggert  <eggert@twinsun.com>
24900
24901         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
24902         modules/xgethostname, modules/xalloc: Depend on exit.
24903
24904 2003-09-12  Paul Eggert  <eggert@twinsun.com>
24905
24906         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
24907
24908         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
24909         and AC_MINIX, too, so that their extensions are available.
24910
24911         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
24912         This macro has been superseded by gl_BACKUPFILE.
24913
24914         More patches to assume C89 or better.
24915
24916         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
24917
24918         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
24919         unconditionally.
24920         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
24921         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
24922         Include <string.h>, <stdlib.h> unconditionally.
24923         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
24924         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
24925         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
24926         headers or for string.h.
24927         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
24928         or strtoul.
24929
24930         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
24931         headers.
24932         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
24933         * m4/userspec.m4 (gl_USERSPEC): Likewise.
24934         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
24935         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
24936         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
24937         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
24938         memcpy, memset.
24939         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
24940         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
24941         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
24942         strtol.
24943         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
24944         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
24945         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
24946         strtoul.
24947
24948 2003-09-12  Paul Eggert  <eggert@twinsun.com>
24949
24950         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
24951         * lib/obstack.c [!defined _LIBC]: Likewise.
24952         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
24953         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
24954         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
24955
24956         More changes to assume C89 or better.
24957
24958         * lib/error.c (error_tail): Assume vprintf.
24959
24960         * lib/argmatch.c (getenv): Remove decl.
24961         * lib/progreloc.c (get_full_program_name): Define via prototype.
24962         * lib/setenv.c (clearenv): Likewise.
24963         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
24964         needed.
24965         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
24966         (malloc, memcpy): Remove decls.
24967         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
24968         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
24969         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
24970         (memcpy): Remove macro.
24971         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
24972         (__P): Remove.  All uses removed.
24973         (PTR): Remove.  All uses changed to void *.
24974         (CHAR_BIT, NULL): Remove.
24975         (spaces, zeros, memset_space, memset_zero)
24976         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
24977         Remove.
24978         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
24979         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
24980         Define with prototype.
24981         Remove now-unnecessary prototype decl.
24982         (extra_args_spec): Assume ANSI C.  All uses changed.
24983         (extra_args_spec_iso): Remove.
24984         (my_strftime, emacs_strftimeu): Define via prototype.
24985         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
24986         unconditionally.
24987         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
24988         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
24989         (strtoul, strtol): Remove decls.
24990         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
24991         LONG_MAX): Remove.
24992         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
24993         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
24994         (LOCALE_PARAM_PROTO): New macro.
24995         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
24996         (INTERNAL (strtol), strtol): Define with a prototype.
24997         (PARAMS): Remove.  All uses removed.
24998         * lib/tempname.c: Include <string.h> unconditionally.
24999         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
25000         * lib/xgethostname.c (main): Define with a prototype.
25001         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
25002         Include <stdlib.h> unconditionally.
25003         (calloc, malloc, realloc, free): Remove decls.
25004         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
25005         Include <stdlib.h> unconditionally.  Sort include file names.
25006         (strtod): Remove.
25007         (xstrtod): Define with a prototype.
25008         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
25009         (strtol, strtoul): Remove decls.
25010
25011 2003-09-11  Paul Eggert  <eggert@twinsun.com>
25012
25013         More patches to assume C89 or better.
25014         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
25015         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
25016         string.h, memchr, STDC_HEADERS.
25017
25018 2003-09-11  Paul Eggert  <eggert@twinsun.com>
25019
25020         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
25021         Include <stdlib.h>, <string.h> unconditionally.
25022         Remove now-unnecessary cast to char *.
25023         * lib/strnlen.c: Include <string.h> unconditionally.
25024         * lib/yesno.c (yesno): Define with a prototype.
25025
25026 2003-09-11  Bruno Haible  <bruno@clisp.org>
25027
25028         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
25029
25030 2003-09-10  Jim Meyering  <jim@meyering.net>
25031
25032         * lib/error.c: Correct indentation of cpp directives.
25033
25034 2003-09-10  Bruno Haible  <bruno@clisp.org>
25035
25036         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
25037         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
25038         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
25039         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
25040         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
25041         <stdlib.h> and <string.h> checks.
25042         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
25043         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
25044
25045 2003-09-10  Bruno Haible  <bruno@clisp.org>
25046
25047         * lib/strcspn.c: Include <string.h> unconditionally.
25048         * lib/strpbrk.c: Include <string.h> unconditionally.
25049         * lib/strstr.c: Include <string.h> unconditionally.
25050         * lib/unicodeio.c: Include <string.h> unconditionally.
25051         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
25052         * lib/unsetenv.c: Likewise.
25053         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
25054         * lib/yesno.c: Include <stdlib.h> unconditionally.
25055         (rpmatch): Add prototype.
25056
25057 2003-09-09  Paul Eggert  <eggert@twinsun.com>
25058
25059         More patches to assume C89 or better.
25060         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
25061         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
25062         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
25063         or for string.h.
25064         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
25065         stdlib.h.
25066         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
25067         C headers.
25068         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
25069         string.h.
25070         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
25071         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
25072         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
25073         or for string.h.
25074         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
25075         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
25076         C headers.
25077         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
25078         memcpy.
25079         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
25080         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
25081         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
25082         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
25083         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
25084         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
25085         string.h, free.
25086         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
25087         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
25088         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
25089         C headers, or for string.h.
25090         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
25091         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
25092         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
25093         headers, memory.h, stdlib.h, string.h, strings.h.
25094         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
25095         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
25096         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
25097         strchr.
25098         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
25099         headers, memory.h, string.h.
25100         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
25101         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
25102         free.
25103         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
25104         headers.
25105         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
25106         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
25107         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
25108         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
25109         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
25110
25111 2003-09-09  Paul Eggert  <eggert@twinsun.com>
25112
25113         More K&R removal.
25114
25115         * lib/acosl.c (main): Use a prototype.
25116         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
25117         tanl.c: Likewise.
25118
25119         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
25120
25121         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
25122         (getopt, etopt_long, getopt_long_only, _getopt_internal)
25123         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
25124         with a prototype.
25125         * lib/getopt.c (const): Remove macro.
25126         Include <string.h> unconditionally.
25127         (my_index): Remove; all uses changed to strchr.
25128         (strlen): Remove decl.
25129         (exchange): Remove forward decl; no longer needed.
25130         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
25131         Define with prototype.
25132         * lib/getopt1.c (const): Remove macro.
25133         (getopt_long, getopt_long_only, main): Define with prototype.
25134
25135         * lib/getugroups.c: Include <string.h> unconditionally.
25136
25137         * lib/getusershell.c: Include <stdlib.h> unconditionally.
25138         (getusershell, setusershell, endusershell, readname, main):
25139         Define with prototypes.
25140
25141         * lib/group-member.c: Include group-member.h first.
25142         Include <stdlib.h> unconditionally.
25143
25144         * lib/hard-locale.c: Include hard-locale.h first.
25145         Include <stdlib.h>, <string.h> unconditionally.
25146
25147         * lib/hash.c (free, malloc): Remove decls.
25148         Include <stdlib.h> unconditionally.
25149
25150         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
25151         (getenv): Do not declare.
25152
25153         * lib/idcache.c: Include <string.h> unconditionally.
25154
25155         * lib/long-options.c: Include long-options.h first, to test interface.
25156         Include <stdlib.h> unconditionally.
25157
25158         * lib/makepath.c: Include makepath.h first, to test interface.
25159         Include <stdlib.h> and <string.h> unconditionally.
25160
25161         * lib/linebuffer.c: Include <stdlib.h>.
25162         (free): Remove decl.
25163
25164         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
25165         stddef.h. rpl_malloc returns void *, not char *.
25166         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
25167         prototype.
25168
25169         * lib/md5.h: Include <limits.h> unconditionally.
25170         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
25171         (__P): Remove; all uses removed.
25172         * lib/md5.c: Include "md5.h" first.
25173         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
25174         md5_buffer, md5_process_bytes, md5_process_block):
25175         Define with prototypes.
25176         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
25177         * lib/sha.c: Include "sha.h" first.
25178         Include <stdlib.h>, <string.h> unconditionally.
25179
25180         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
25181         * lib/memcmp.c (__ptr_t): Likewise.
25182         * lib/memrchr.c (__ptr_t): Likewise.
25183         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
25184         Include <string.h> unconditionally.
25185         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
25186         * lib/memchr.c: Include <stdlib.h> unconditionally.
25187         * lib/memchr.c (LONG_MAX): Remove.
25188         * lib/memrchr.c (LONG_MAX): Likewise.
25189         * lib/memchr.c (__memchr): Define via a prototype.
25190         * lib/memrchr.c (__memrchr): Likewise.
25191         * lib/memcmp.c (__P): Remove, and remove all uses.
25192         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
25193         Remove forward decls; no longer needed.
25194         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
25195         Use types required by C89 in prototype.
25196
25197         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
25198         * lib/savedir.c: Likewise.
25199         * lib/mkdir.c (free): Remove decl.
25200         * lib/rmdir.c (rmdir): Define with a prototype.
25201         * lib/savedir.c: Include savedir.h first, to test interface.
25202
25203         * lib/mktime.c (STDC_HEADERS): Remove.
25204         Include <stdlib.h>, <string.h> unconditionally.
25205
25206         * lib/modechange.c: Include <stdlib.h> unconditionally.
25207         (malloc): Remove decl.
25208
25209         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
25210         (free): Remove decl.
25211
25212         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
25213         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
25214         (This type really should be intptr_t, but that's a C99ism.)
25215         (_obstack_memcpy): Remove: all uses changed to memcpy.
25216         Include <string.h> unconditionally.
25217         (struct obstack): Assume __STDC__ for types of members
25218         chunkfun, freefun, extra_arg.
25219         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
25220         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
25221         obstack_begin, obstack_specify_allocation,
25222         obstack_specify_allocation_with_arg, obstack_chunkfun,
25223         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
25224         Remove unprototyped decls and the macros that use them.
25225         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
25226         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
25227         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
25228         (defined __STDC__ && __STDC__)]:
25229         Remove nonprototyped code.
25230         Include <stdlib.h> unconditionally.
25231         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
25232         _obstack_allocated_p, _obstack_free, obstack_free,
25233         _obstack_memory_used, print_and_abort):
25234         Define using prototypes.
25235         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
25236         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
25237         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
25238         obstack_next_free, obstack_object_size, obstack_room) [0]:
25239         Remove unused, unprototyped code.
25240
25241         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
25242
25243         * lib/physmem.c (physmem_total, physmem_available, main): Define
25244         with prototypes.
25245
25246         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
25247         (main): Define with a prototype.
25248
25249         * lib/posixver.c (getenv): Remove decl.
25250
25251         * lib/putenv.c (malloc): Returns void *, not char *.
25252         Include <string.h> unconditionally.
25253         (strchr, memcpy, NULL): Do not define.
25254
25255         * lib/readtokens.c: Include readtokens.h first, to test interface.
25256         Include <stdlib.h>, <string.h> unconditionally.
25257         (init_tokenbuffer): Define with a prototype.
25258
25259         * lib/regex.c (PARAMS): Remove.  All uses removed.
25260         All uses of _RE_ARGS removed, too.
25261         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
25262         unconditionally.
25263         (bzero): Assume memset exists.
25264         (memcmp, memcpy, NULL): Remove.
25265         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
25266         char, or assignments to local vars of type signed char.
25267         (init_syntax_once, PREFIX(extract_number_and_incr),
25268         PREFIX(print_partial_compiled_pattern),
25269         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
25270         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
25271         PREFIX(regex_grow_registers), PREFIX(regex_compile),
25272         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
25273         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
25274         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
25275         wcs_compile_range, byte_compile_range, truncate_wchar,
25276         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
25277         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
25278         count_mbs_length, wcs_re_match_2_internal,
25279         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
25280         PREFIX(alt_match_null_string_p),
25281         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
25282         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
25283         regfree, PREFIX(extract_number)): Define with prototype.  Remove
25284         now-unnecessary declaration, if any.
25285         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
25286         regcomp, regexec):
25287         Remove now-unnecessary casts among pointer types.
25288         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
25289
25290         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
25291         (free): Remove decl.
25292
25293         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
25294
25295         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
25296         (free): Remove decl.
25297
25298         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
25299         * lib/xgetcwd.c: Likewise.
25300
25301         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
25302         (free): Remove decl.
25303
25304         * lib/strchrnul.c (strchrnul): Define with a prototype.
25305         Fix bug: c_in was not converted to char before searching.
25306
25307         The following changes are not K&R related:
25308
25309         * lib/group-member.h: Include <sys/types.h>, so that this file is
25310         self-contained.
25311         * lib/makepath.h: Likewise.
25312
25313         * lib/getusershell.c (readname, default_index, line_size, readname):
25314         Use size_t, not int, for sizes.
25315         (readname): If the size overflows, report an error instead of
25316         looping forever.
25317
25318 2003-09-09  Paul Eggert  <eggert@twinsun.com>
25319
25320         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
25321         libc.
25322
25323 2003-09-09  Paul Eggert  <eggert@twinsun.com>
25324
25325         * README: New section: portability guidelines.
25326
25327 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
25328
25329         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
25330         C89 spec.
25331
25332 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
25333
25334         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
25335
25336 2003-09-08  Paul Eggert  <eggert@twinsun.com>
25337
25338         Assume C89 or better; remove K&R cruft.
25339         A few of these changes were first proposed by Derek Robert Price
25340         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
25341
25342         * lib/addext.c: Include <string.h> unconditionally.
25343         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
25344         Don't declare getenv or malloc.
25345
25346         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
25347         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
25348         (NULL): Remove.
25349         (find_stack_direction, alloca): Use prototypes.
25350
25351         * lib/atexit.c (atexit): Define using a prototype.
25352
25353         * lib/basename.c, dirname.c, stripslash.c:
25354         Include <string.h> unconditionally.
25355
25356         * lib/bcopy.c: Include <stddef.h>.
25357         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
25358
25359         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
25360
25361         * lib/error.h (error, error_at_line, error_print_progname)
25362         [! (defined (__STDC__) && __STDC__)]: Remove decls.
25363         * lib/error.c: Include error.h first, to check interface.
25364         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
25365         (VA_START): Remove; all uses changeed to va_start.
25366         (exit, strerror): Remove decls.
25367         (error_print_progname): Prototype uncondionally.
25368         Don't include <errno.h>; no longer needed.
25369         (private_strerror): Remove.
25370         (error_tail): Always define.
25371         (error, error_at_line): Assume C89 or better; always use prototypes.
25372         * lib/fatal.c: Include "fatal.h" first, to test interface.
25373         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
25374         (VA_START): Remove; all uses changed to va_start.
25375         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
25376         this case.
25377         (exit): Remove decl.
25378         (fatal): Prototype unconditionally.  Assume va_start works.
25379         Abort at end, to pacify gcc.
25380
25381         * lib/euidaccess.c (main): Define with a prototype.
25382
25383         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
25384
25385         * lib/exitfail.c: Include <stdlib.h> unconditionally.
25386
25387         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
25388         prototypes.
25389         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
25390         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
25391         (getenv): Remove decl.
25392         (fnmatch): Define using a prototype.
25393         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
25394         (FCT): Define using a prototype.
25395
25396         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
25397
25398         * lib/gethostname.c: Include <stddef.h>.
25399         (gethostname): Define with prototype.  Length is size_t, not int.
25400
25401 2003-09-08  Paul Eggert  <eggert@twinsun.com>
25402
25403         Assume C89 or better; remove K&R cruft.
25404         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
25405         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
25406         string.h, getenv, malloc.
25407         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
25408         headers.
25409         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
25410         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
25411         do not check for strerror.
25412         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
25413         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
25414         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
25415         do not check for doprnt or vprintf.
25416         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
25417         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
25418
25419 2003-09-08  Paul Eggert  <eggert@twinsun.com>
25420
25421         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
25422         getversion.c should have been removed then, but was accidentally
25423         preserved.
25424
25425         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
25426         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
25427
25428 2003-09-08  Karl Berry  <karl@gnu.org>
25429
25430         * config/config.sub, config.guess, srclistvars.sh: update from savannah
25431                 config, forget about prep.
25432
25433         * config/depcomp, missing: update from automake.
25434
25435 2003-09-07  Paul Eggert  <eggert@twinsun.com>
25436
25437         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
25438         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
25439
25440 2003-09-07  Paul Eggert  <eggert@twinsun.com>
25441
25442         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
25443         copy_tm_result.  Bug reported by Simon Josefsson in
25444         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
25445
25446 2003-09-06  Paul Eggert  <eggert@twinsun.com>
25447
25448         * m4/time_r.m4: New file.
25449         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
25450         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
25451         is. Check for timegm declaration.
25452         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
25453         Do not check for gmtime_r.
25454         Replace mktime if __mktime_internal does not exist and if mktime
25455         hasn't been replaced already.
25456
25457 2003-09-06  Paul Eggert  <eggert@twinsun.com>
25458
25459         * lib/time_r.c, lib/time_r.h: New files.
25460
25461         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
25462         __localtime_r.
25463         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
25464         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
25465
25466         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
25467         __gmtime_r.
25468         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
25469         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
25470         Include <time_r.h>.
25471
25472         * lib/timegm.c: Switch to glibc implementation, with the following
25473         changes:
25474         [defined HAVE_CONFIG_H]: Include <config.h>.
25475         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
25476         (__mktime_internal) [!defined _LIBC]: New decl.
25477         (__gmtime_r) [!defined _LIBC]: New macro and function.
25478         (timegm): Use a prototype, since gnulib assumes C89.
25479         Do not bother declaring tmp to be const, as it's not really usefu.
25480         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
25481         (timegm): Declare only if HAVE_DECL_TIMEGM.
25482
25483 2003-09-06  Paul Eggert  <eggert@twinsun.com>
25484
25485         * MODULES.html.sh (func_all_modules): Add time_r.
25486         * modules/time_r: New file.
25487         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
25488         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
25489
25490 2003-09-03  Paul Eggert  <eggert@twinsun.com>
25491
25492         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
25493         Bug reported by Lute Kamstra in
25494         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
25495
25496         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
25497         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
25498         course with correspondingly smaller numbers for tomorrow and
25499         yesterday.  From Tadayoshi Funaba.  Originally installed into
25500         sh-utils on 1999-08-07, but the patch got lost (I guess during the
25501         coreutils merge?).
25502
25503 2003-08-31  Simon Josefsson  <jas@extundo.com>
25504
25505         * modules/timegm: New file.
25506         * MODULES.html.sh (func_all_modules): Add timegm.
25507
25508 2003-08-31  Simon Josefsson  <jas@extundo.com>
25509
25510         * m4/timegm.m4: New file.
25511
25512 2003-08-31  Simon Josefsson  <jas@extundo.com>
25513
25514         * lib/timegm.h: New file.
25515         * lib/timegm.c: New file.  Based on
25516         wget-1.8.2/src/http.c:mktime_from_utc.
25517
25518 2003-08-31  Karl Berry  <karl@gnu.org>
25519
25520         * lib/argp.h: update from libc.
25521
25522 2003-08-28  Bruno Haible  <bruno@clisp.org>
25523
25524         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
25525         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
25526         followed by '#define fnmatch fnmatch_posix' gives an error.
25527
25528 2003-08-28  Bruno Haible  <bruno@clisp.org>
25529
25530         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
25531         warning on QNX, which defines O_BINARY to 000000.
25532
25533 2003-08-27  Jim Meyering  <jim@meyering.net>
25534
25535         * m4/mkstemp.m4: Require that the system mkstemp be able to create
25536         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
25537         would fail after 32.  Reported by Danny Levinson.  Details here:
25538         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
25539
25540 2003-08-24  Bruno Haible  <bruno@clisp.org>
25541
25542         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
25543         MSVC7 <stdio.h> is included later.
25544
25545 2003-08-22  Simon Josefsson  <jas@extundo.com>
25546
25547         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
25548
25549 2003-08-20  Karl Berry  <karl@gnu.org>
25550
25551         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
25552
25553 2003-08-20  Bruno Haible  <bruno@clisp.org>
25554
25555         * modules/progname: New file.
25556         * MODULES.html.sh (func_all_modules): Add progname.
25557
25558 2003-08-20  Bruno Haible  <bruno@clisp.org>
25559
25560         * lib/progname.h: New file, from GNU gettext.
25561         * lib/progname.c: New file, from GNU gettext.
25562         * lib/progreloc.c: New file, from GNU gettext.
25563
25564 2003-08-19  Jim Meyering  <jim@meyering.net>
25565
25566         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
25567         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
25568
25569 2003-08-19  Bruno Haible  <bruno@clisp.org>
25570
25571         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
25572         more.
25573
25574 2003-08-19  Bruno Haible  <bruno@clisp.org>
25575
25576         * lib/xstrdup.c: Assume <string.h> exists.
25577
25578 2003-08-18  Paul Eggert  <eggert@twinsun.com>
25579
25580         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
25581         in makefile rules.
25582
25583 2003-08-18  Jim Meyering  <jim@meyering.net>
25584
25585         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
25586         * m4/lib-ld.m4: Likewise.
25587
25588 2003-08-18  Jim Meyering  <jim@meyering.net>
25589
25590         * lib/setenv.h: Indent nested cpp directive.
25591         * lib/vasnprintf.c: Remove trailing blanks.
25592
25593 2003-08-17  Simon Josefsson  <jas@extundo.com>
25594
25595         * modules/xstrndup: New file.
25596         * MODULES.html.sh (func_all_modules): Add xstrndup.
25597
25598 2003-08-17  Simon Josefsson  <jas@extundo.com>
25599
25600         * modules/argp: Fix autoconf macro name. Add more dependencies.
25601
25602 2003-08-17  Simon Josefsson  <jas@extundo.com>
25603
25604         * m4/xstrndup.m4: New file.
25605
25606 2003-08-17  Simon Josefsson  <jas@extundo.com>
25607
25608         * m4/argp.m4: New file.
25609
25610 2003-08-17  Simon Josefsson  <jas@extundo.com>
25611             Bruno Haible  <bruno@clisp.org>
25612
25613         * lib/xstrndup.h: New file.
25614         * lib/xstrndup.c: New file.
25615
25616 2003-08-17  Bruno Haible  <bruno@clisp.org>
25617
25618         * modules/strndup (Files, Include): Add lib/strndup.h.
25619
25620 2003-08-17  Bruno Haible  <bruno@clisp.org>
25621
25622         * modules/euidaccess (Files): Add lib/euidaccess.h.
25623
25624 2003-08-17  Bruno Haible  <bruno@clisp.org>
25625
25626         * lib/strndup.h: New file.
25627
25628 2003-08-17  Bruno Haible  <bruno@clisp.org>
25629
25630         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
25631         like AC_GNU_SOURCE.
25632         * modules/extensions (configure.ac): Comment out the invocation of
25633         gl_USE_SYSTEM_EXTENSIONS.
25634
25635 2003-08-16  Paul Eggert  <eggert@twinsun.com>
25636
25637         Merges from coreutils, etc.
25638         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
25639         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
25640         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
25641         fixing a typo.
25642         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
25643         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
25644
25645 2003-08-16  Paul Eggert  <eggert@twinsun.com>
25646
25647         Document merge from coreutils.
25648         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
25649         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
25650         * modules/utime: Add m4/utimes-null.m4.
25651
25652 2003-08-16  Paul Eggert  <eggert@twinsun.com>
25653
25654         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
25655         space, undoing this 2003-08-12 change:
25656         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
25657
25658 2003-08-16  Paul Eggert  <eggert@twinsun.com>
25659
25660         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
25661         strtoul.c from libc, undoing this 2003-08-12 change:
25662         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
25663
25664 2003-08-16  Jim Meyering  <jim@meyering.net>
25665
25666         Merges from coreutils.
25667         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
25668         prefix.  Adjust cache variables similarly.  Create 500 rather than
25669         just 300 files, to exercise bug on Darwin6.5, too.
25670         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
25671         $missing_dir.
25672         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
25673         AM_SYS_POSIX_TERMIOS.
25674         Reported by mkc@mathdogs.com.
25675         Also change use of $am_cv_sys_posix_termios
25676         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
25677         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
25678         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
25679         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
25680         in /proc/mounts until it finds one with matching device number.  This
25681         is unnecessary when the FILE argument *is* a mount point.  No stat call
25682         is necessary in that case.  So, disable the statvfs-testing code on
25683         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
25684         as RedHat bug# 84846.
25685         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
25686         to 1MB, so as not to render systems with no stack size limit (e.g.,
25687         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
25688         Include <unistd.h>.  On some systems,
25689         it is required for the definition of _SC_PAGESIZE.
25690
25691 2003-08-16  Jim Meyering  <jim@meyering.net>
25692
25693         Merge from coreutils.
25694         * lib/xstrtoimax.c: #else #if -> #elif.
25695         * lib/xstrtoumax.c: Likewise.
25696
25697 2003-08-16  Jim Meyering  <jim@meyering.net>
25698
25699         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
25700         * m4/utimes.m4: Removed.
25701         * m4/utimes-null.m4: Renamed from utimes.m4.
25702
25703         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
25704         to 1MB, so as not to render systems with no stack size limit (e.g.,
25705         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
25706         Include <unistd.h>.  On some systems,
25707         it is required for the definition of _SC_PAGESIZE.
25708
25709 2003-08-16  Jim Meyering  <jim@meyering.net>
25710         and Paul Eggert  <eggert@cs.ucla.edu>
25711
25712         Merges from coreutils, etc.
25713
25714         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
25715         using the latest version from cvs.  This avoids problems with #line
25716         directives using a vendor (Sun) compiler.
25717         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
25718         Don't set GETGROUPS_LIB here; now it's
25719         done via getgroups.m4's wrapper function.
25720         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
25721         rather than just in sh-util/configure.in, so that the
25722         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
25723         same.
25724         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
25725         AC_FUNC_GETLOADAVG where to find getloadavg.c.
25726         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
25727         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
25728         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
25729         Remove code that is now done by the newly-required macros.
25730         Append $(EXEEXT) to DF_PROG.
25731         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
25732         Do not invoke or require the following here,
25733         since prereq.m4 or some gnulib .m4 now does this for us:
25734         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
25735         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
25736         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
25737         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
25738         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
25739         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
25740         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
25741         AC_FUNC_OBSTACK.
25742         Do not replace the following functions, as this is now the job
25743         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
25744         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
25745         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
25746         atexit getpass, strdup, getpagesize.
25747         Replace 'raise'.
25748         Do not check for the following functions, as this is now the job
25749         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
25750         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
25751         setregid.
25752         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
25753         Check for sys/sysctl.h.
25754         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
25755         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
25756         of checking for ssize_t ourselves.
25757
25758         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
25759         Require every macro that gnulib/modules/* suggests for us.
25760         (jm_PREREQ_ADDEXT): New macro.
25761         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
25762         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
25763
25764         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
25765         (gl_PHYSMEM): Use it.
25766         Also check for `table' function.
25767         Check for new headers and functions.
25768         Add check for sys/sysmp.h.
25769         With suggestions from Kaveh Ghazi.
25770         Ignore headers that are present but cannot be compiled.  This
25771         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
25772         C 5.4.
25773
25774 2003-08-15  Paul Eggert  <eggert@twinsun.com>
25775
25776         Document merge from coreutils.
25777         * modules/userspec: Depend on posixver.
25778         * modules/strftime: Depend on tzset.
25779
25780 2003-08-15  Paul Eggert  <eggert@twinsun.com>
25781
25782         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
25783         rather than tab, after '#' in shell-script copyright notices.
25784         Suggested by Bruno Haible.
25785
25786 2003-08-15  Paul Eggert  <eggert@twinsun.com>
25787
25788         * config/srclist-update: Use three spaces, rather than tab, after '#'
25789         in shell-script copyright notices.  Suggested by Bruno Haible.
25790         Remove unnecessary parenthesization in regular expression.
25791
25792 2003-08-15  Jim Meyering  <jim@meyering.net>
25793
25794         Merge from coreutils.
25795         * lib/xgethostname.c: Include <stdlib.h>.
25796         (xghostname): Don't exit for anything other than memory-related
25797         failure; just return NULL.
25798         * lib/userspec.c: Include "posixver.h".
25799         (parse_user_spec): Accept `.' as a separator only
25800         in pre-POSIX-200112 mode.
25801         * lib/strtoimax.c: Use #elif rather than #else #if.
25802         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
25803         Remove function, now that we can rely on a working tzset function.
25804         [!_LIBC]: Ensure that the required autoconf test has been run.
25805         [!defined _NL_CURRENT && HAVE_STRFTIME]:
25806         Use underlying_strftime for %r.
25807         * lib/sha.c: Merge in some clean-up and optimization changes from
25808         glibc.
25809         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
25810         Ensure that it is a multiple of 64.
25811         Rearrange loop exit tests so as to avoid performing an
25812         additional fread after encountering an error or EOF.
25813         * lib/realloc.c: Update copyright date.
25814
25815 2003-08-15  Jim Meyering  <jim@meyering.net>
25816         and Paul Eggert  <eggert@twinsun.com>
25817
25818         Merge from coreutils.
25819         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
25820         member but strut utmpx does not.  Needed for AIX 4.3.3.
25821         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
25822
25823 2003-08-15  Jim Meyering  <jim@meyering.net>
25824         and Paul Eggert  <eggert@cs.ucla.edu>
25825
25826         Merges from coreutils, etc.
25827         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
25828         Require gl_FUNC_TZSET_CLOBBER.
25829         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
25830         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
25831         members.
25832
25833 2003-08-14  Paul Eggert  <eggert@twinsun.com>
25834
25835         Help the merge from coreutils.
25836         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
25837         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
25838         * m4/tzset.m4: Use it too.
25839
25840 2003-08-14  Paul Eggert  <eggert@twinsun.com>
25841
25842         * modules/tzset: New file.
25843
25844 2003-08-14  Jim Meyering  <jim@meyering.net>
25845
25846         Merges from coreutils.
25847         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
25848         variable names, rather than @FNMATCH_H@.
25849         * modules/alloca: Likewise for $(ALLOCA_H).
25850
25851         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
25852         the three copies of the literal target, `fnmatch.h'.
25853         * modules/alloca (alloca.h): Likewise.
25854
25855 2003-08-14  Jim Meyering  <jim@meyering.net>
25856
25857         Merge from coreutils.
25858         * m4/tzset.m4: New file.
25859         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
25860         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
25861         otherwise, AIX 5.1 systems would end up using the latter.
25862         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
25863         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
25864         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
25865         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
25866
25867 2003-08-14  Jim Meyering  <jim@meyering.net>
25868
25869         Merge from coreutils.
25870         * lib/obstack.h: Whitespace changes.
25871         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
25872         and xcalloc return values.
25873         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
25874         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
25875         hang on OSF/1 5.1 for DIR on both local and remote file systems.
25876         Reported by (and fix confirmed by) Nelson H. F. Beebe.
25877         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
25878         error from mntctl.
25879         Use mntctl's return value to drive the entry-processing loop, since
25880         we can't rely on the value of the vmt_length member in the last
25881         entry.  On some systems doing so could result in exhausting
25882         virtual memory.  Based in part on a patch from Mike Jetzer.
25883
25884 2003-08-14  Jim Meyering  <jim@meyering.net>
25885         and Paul Eggert  <eggert@twinsun.com>
25886
25887         Merges from coreutils, plus other fixes.
25888         * lib/physmem.c: Merge in portability changes from gcc/libiberty
25889         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
25890         for credits and details.  Thanks to Kaveh Ghazi for helping
25891         to keep these files in sync.
25892         (ARRAY_SIZE): Define it.
25893         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
25894         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
25895         (memcasecmp): Don't assume size_t fits in unsigned int.
25896         Remove casts and duplicate code.
25897         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
25898         (memcpy): Remove definition.
25899         Merge in some clean-up and optimization changes from glibc.
25900         [BLOCKSIZE]: Move definition to top of file.
25901         Ensure that it is a multiple of 64.
25902         Rearrange loop exit tests so as to avoid performing an
25903         additional fread after encountering an error or EOF.
25904         * lib/md5.h (md5_uintptr): Define.
25905         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
25906         return to the initial working directory.  Preserve errno
25907         for caller.
25908         * lib/idcache.c: Include "xalloc.h".
25909         (xmalloc, xrealloc): Remove decls.
25910         (getuser): Remove casts no longer required in C89.
25911         * lib/human.c: Include stdio.h, for sprintf.
25912         * lib/group-member.c: Include "xalloc.h".
25913         (xmalloc, xrealloc): Remove decls.
25914         (get_group_info): Remove casts no longer required in C89.
25915         * lib/getusershell.c (readname): Remove casts no longer required in
25916         C89.
25917         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
25918         * lib/getline.c: Whitespace fix, from coreutils.
25919
25920 2003-08-13  Paul Eggert  <eggert@twinsun.com>
25921
25922         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
25923         Check for isascii.
25924
25925         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
25926         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
25927         Undo previous (whitespace-only) change.
25928
25929 2003-08-13  Paul Eggert  <eggert@twinsun.com>
25930
25931         * lib/exclude.c: Include <ctype.h>
25932         (IN_CTYPE_DOMAIN): New macro.
25933         (is_space): New fn.
25934         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
25935         and empty lines.
25936
25937         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
25938         Undo previous (whitespace-only) change.
25939
25940 2003-08-13  Paul Eggert  <eggert@twinsun.com>
25941
25942         * config/srclist-update: Change update back to the old behavior,
25943         leaving whitespace alone.  Use one 'sed' command rather than a
25944         pipeline.
25945         (fixlicense): Now a variable, not a function.
25946         (remove_trailing_blanks): Remove.
25947         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
25948         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
25949         Undo previous (whitespace-only) change.
25950
25951 2003-08-12  Paul Eggert  <eggert@twinsun.com>
25952
25953         Merge from coreutils.
25954         * modules/euidaccess: Add lib_SOURCES, include for new
25955         file euidaccess.h
25956
25957 2003-08-12  Paul Eggert  <eggert@twinsun.com>
25958
25959         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
25960         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
25961         Normalize leading white space and remove trailing white space.
25962
25963         Merge from coreutils
25964         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
25965
25966         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
25967         0.12.1.  These files are now being upgraded automatically by
25968         ../config/srclist-update.
25969
25970 2003-08-12  Paul Eggert  <eggert@twinsun.com>
25971
25972         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
25973         Normalize leading white space and remove trailing white space.
25974         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
25975         notice, as per ../config/srclist-update.
25976
25977         Merge from coreutils.
25978         * lib/euidaccess.h: New file.
25979         * lib/euidaccess.c: Include it.
25980         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
25981         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
25982         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
25983
25984 2003-08-12  Paul Eggert  <eggert@twinsun.com>
25985
25986         * config/srclist-update: Add copyright notice.
25987         (remove_id_lines, remove_trailing_blanks): New constants.
25988         (fixfile): Use them to normalize spacing a bit in copied files.
25989         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
25990         Normalize leading white space and remove trailing white space.
25991
25992         * config/texinfo.tex: Sync with texinfo.
25993
25994         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
25995         strtoul.c from libc, to merge coreutils whitespace changes.
25996
25997         * config/srclist.txt: Get the following m4 files from gettext:
25998         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
25999         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
26000         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
26001         wint_t.m4.
26002
26003 2003-08-12  Karl Berry  <karl@gnu.org>
26004
26005         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
26006         been made.
26007
26008 2003-08-11  Paul Eggert  <eggert@twinsun.com>
26009
26010         * modules/gnu-source, m4/gnu-source.m4:
26011         Remove; we're assuming Autoconf 2.54 or later now.
26012         Suggested by Bruno Haible.
26013         * MODULES.html.sh (func_all_modules): Remove gnu-source.
26014
26015 2003-08-11  Bruno Haible  <bruno@clisp.org>
26016
26017         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
26018
26019 2003-08-11  Bruno Haible  <bruno@clisp.org>
26020
26021         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
26022         (vasnprintf): Use it instead of wcslen.
26023
26024 2003-08-11  Bruno Haible  <bruno@clisp.org>
26025
26026         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
26027         value to ensure that _Bool promotes to int. Use #define for _Bool when
26028         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
26029
26030 2003-08-10  Karl Berry  <karl@gnu.org>
26031
26032         * lib/regex.h: update from libc (whitespace fix).
26033
26034 2003-08-09  Paul Eggert  <eggert@twinsun.com>
26035
26036         Merge some files from coreutils.  These changes were
26037         originally made by Jim Meyering.
26038         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
26039         many older Unixes require this.
26040         * lib/alloca.c (alloca): Remove cast to argument of free;
26041         no longer needed in C89.
26042         * lib/alloca_.h, regex.h: Fix white space to match
26043         what GNU indent does.
26044
26045 2003-08-09  Paul Eggert  <eggert@twinsun.com>
26046
26047         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
26048         apparently Emacs's Unicode mode got confused before my 2003-08-05
26049         checkin.
26050
26051 2003-08-08  Paul Eggert  <eggert@twinsun.com>
26052
26053         * m4/extensions.m4: New file.
26054         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
26055         Require gl_USE_SYSTEM_EXTENSIONS.
26056         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
26057         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
26058
26059 2003-08-08  Paul Eggert  <eggert@twinsun.com>
26060
26061         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
26062         * modules/extensions, modules/gnu-source: New files.
26063         * modules/timespec, modules/unlocked-io: Depend on extensions.
26064
26065 2003-08-07  Paul Eggert  <eggert@twinsun.com>
26066
26067         * modules/restrict: New file.
26068         * MODULES.html.sh (func_all_modules): Add restrict.
26069         * modules/regex: Depend on restrict.
26070
26071 2003-08-07  Paul Eggert  <eggert@twinsun.com>
26072
26073         * m4/restrict.m4: New file.
26074         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
26075
26076 2003-08-07  Bruno Haible  <bruno@clisp.org>
26077
26078         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
26079         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
26080
26081 2003-08-07  Bruno Haible  <bruno@clisp.org>
26082
26083         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
26084         makes the module 'getndelim2' compatible with the module 'getline'.
26085
26086 2003-08-05  Paul Eggert  <eggert@twinsun.com>
26087
26088         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
26089         byte with "\201" to avoid glitches when editing that source file
26090         with multi-gnome-terminal.
26091
26092 2003-08-05  Paul Eggert  <eggert@twinsun.com>
26093
26094         * lib/bumpalloc.h: Remove.
26095
26096 2003-08-05  Paul Eggert  <eggert@twinsun.com>
26097
26098         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
26099         * modules/bumpalloc: Remove.
26100
26101 2003-08-04  Paul Eggert  <eggert@twinsun.com>
26102
26103         * lib/getloadavg.c: Change copyright notice and spacing to conform to
26104         GNU coding style.
26105
26106         Merge from coreutils.
26107         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
26108         1. From glibc.
26109         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
26110         from Karl Berry, implemented by Jim Meyering.
26111         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
26112         from Dmitry V. Levin.
26113         Remove anachronistic cast of xrealloc.
26114         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
26115         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
26116         type. Otherwise, it wouldn't compile with at least /bin/cc on
26117         ymp-cray-unicos9.0.2.X.
26118         Combine two mostly-identical uses of alloca into one.
26119         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
26120
26121 2003-08-04  Dave Love  <d.love@dl.ac.uk>
26122
26123         [From Emacs.]
26124
26125         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
26126         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
26127         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
26128         obsolete NLIST_NAME_UNION.
26129         [__GNU__]: Undef BSD and FSCALE.
26130         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
26131
26132 2003-08-03  Paul Eggert  <eggert@twinsun.com>
26133
26134         * lib/stdbool_.h (_Bool): Make it signed char, instead of
26135         an enum type, so that it's guaranteed to promote to int.  See:
26136         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
26137
26138 2003-08-03  Karl Berry  <karl@gnu.org>
26139
26140         * config/depcomp: update from automake.
26141
26142 2003-07-31  Paul Eggert  <eggert@twinsun.com>
26143
26144         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
26145         (strerror): Don't assume that a printable int fits in 14 bytes.
26146
26147 2003-07-31  Bruno Haible  <bruno@clisp.org>
26148
26149         * modules/getpass-gnu: New file.
26150         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
26151
26152 2003-07-31  Bruno Haible  <bruno@clisp.org>
26153
26154         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
26155
26156 2003-07-24  Karl Berry  <karl@gnu.org>
26157
26158         * config/missing: update from automake.
26159
26160 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
26161             Bruno Haible  <bruno@clisp.org>
26162
26163         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
26164         * lib/getline.c (getline, getdelim): Likewise.
26165         Remove _GNU_SOURCE define; now it's defined in config.h through
26166         m4/getline.m4.
26167
26168 2003-07-23  Karl Berry  <karl@gnu.org>
26169
26170         * config/config.sub: update from prep.
26171
26172 2003-07-22  Paul Eggert  <eggert@twinsun.com>
26173
26174         * modules/xalloc (Depends-on): Add exitfail.
26175         * modules/xmemcoll: Likewise.
26176
26177 2003-07-22  Paul Eggert  <eggert@twinsun.com>
26178
26179         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
26180         over-parenthesization in macros.
26181
26182         Sync with coreutils.
26183
26184         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
26185         required by C99.
26186
26187         Use `exit_failure' for xalloc and xmemcoll instead of their own
26188         private exit-failure variables.
26189         * lib/xalloc.h (xalloc_exit_failure): Remove.
26190         * lib/xmalloc.c: Likewise.  Include exitfail.h.
26191         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
26192         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
26193         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
26194         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
26195
26196 2003-07-20  Jim Meyering  <jim@meyering.net>
26197
26198         * modules/closeout (Depends-on): Add exitfail.
26199         Suggestion from Bruno Haible.
26200
26201 2003-07-19  Karl Berry  <karl@gnu.org>
26202
26203         * config/config.sub: update from prep.
26204
26205 2003-07-18  Paul Eggert  <eggert@twinsun.com>
26206
26207         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
26208         Remove.
26209         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
26210         to test that it can stand by itself.  Include "exitfail.h".
26211         Clients should set exit_failure instead.
26212         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
26213
26214 2003-07-18  Bruno Haible  <bruno@clisp.org>
26215
26216         * modules/getndelim2: New file.
26217         * modules/getline: Share files with module getndelim2.
26218         * modules/getnline: Depend on getndelim2 instead of sharing files with
26219         it. Add getnline.c to lib_SOURCES.
26220         * MODULES.html.sh (func_all_modules): Add getndelim2.
26221
26222 2003-07-18  Bruno Haible  <bruno@clisp.org>
26223
26224         * m4/getndelim2.m4: New file.
26225         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
26226         invoke gl_PREREQ_GETNDELIM2.
26227         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
26228         gl_PREREQ_GETNDELIM2.
26229         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
26230         gl_GETNDELIM2.
26231
26232 2003-07-18  Bruno Haible  <bruno@clisp.org>
26233
26234         * lib/getndelim2.h: New file.
26235         * lib/getndelim2.c: Make into a module of its own. Include config.h,
26236         getndelim2.h.
26237         (getndelim2): Make non-static. Change return type to ssize_t.
26238         * lib/getline.h: Change argument names.
26239         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
26240         * lib/getnline.c: Include getndelim2.h.
26241
26242 2003-07-18  Andreas Schwab  <schwab@suse.de>
26243
26244         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
26245
26246 2003-07-17  Karl Berry  <karl@gnu.org>
26247
26248         * config/config.sub: update from prep.
26249
26250 2003-07-17  Bruno Haible  <bruno@clisp.org>
26251
26252         * modules/getnline: New file.
26253         * modules/getline: Add lib/getndelim2.c to source file list.
26254         * MODULES.html.sh (func_all_modules): Add getnline.
26255
26256 2003-07-17  Bruno Haible  <bruno@clisp.org>
26257
26258         * m4/getnline.m4: New file.
26259
26260 2003-07-17  Bruno Haible  <bruno@clisp.org>
26261
26262         * m4/Makefile.am.in: Remove file.
26263         * m4/Makefile.am: Remove file.
26264         * m4/Makefile.in: Remove file.
26265
26266 2003-07-17  Bruno Haible  <bruno@clisp.org>
26267
26268         * lib/getnline.h: New file.
26269         * lib/getnline.c: New file.
26270         * lib/getndelim2.c: New file, extracted from getline.c.
26271         (getndelim2): Renamed from getdelim2, with added nmax argument.
26272         * lib/getline.c: Include getndelim2.c.
26273         (getdelim2): Moved out to getndelim2.c.
26274         (getline, getdelim): Update.
26275
26276 2003-07-17  Bruno Haible  <bruno@clisp.org>
26277
26278         * lib/Makefile.am: Remove file.
26279         * lib/Makefile.in: Remove file.
26280
26281 2003-07-17  Bruno Haible  <bruno@clisp.org>
26282
26283         * configure.in: Remove file.
26284         * Makefile.in: Remove file.
26285
26286 2003-07-17  Bruno Haible  <bruno@clisp.org>
26287
26288         * MODULES.html.sh: Put the </BODY> right before </HTML>.
26289
26290 2003-07-16  Karl Berry  <karl@gnu.org>
26291
26292         * config/srclist-update: was running fixlicense twice, which caused
26293                 texinfo.tex to be nullified for some reason.  Simplify,
26294                 $gplsrc is no longer needed as far as I can see?
26295
26296 2003-07-16  Jim Meyering  <jim@meyering.net>
26297
26298         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
26299
26300 2003-07-15  Paul Eggert  <eggert@twinsun.com>
26301
26302         * config/srclist.txt: Get the following files from gettext-runtime/intl
26303         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
26304         ref-del.sin.  From Bruno Haible.
26305         * config/srclist-update (fixfile): Change grep pattern again, since the
26306         previous fix didn't work (there was another trailing $).  Use
26307         '[$]' to escape the $s.
26308
26309 2003-07-15  Karl Berry  <karl@gnu.org>
26310
26311         * lib/vasnprintf.c: update from gettext.
26312
26313 2003-07-15  Karl Berry  <karl@gnu.org>
26314
26315         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
26316         gets expanded when surrounded by '$'.
26317
26318 2003-07-15  Jim Meyering  <jim@meyering.net>
26319
26320         * modules/save-cwd: Don't depend on error.  From Derek Price.
26321
26322 2003-07-15  Jim Meyering  <jim@meyering.net>
26323
26324         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
26325
26326 2003-07-14  Simon Josefsson  <jas@extundo.com>
26327
26328         * modules/mempcpy: New file.
26329         * MODULES.html.sh (func_all_modules): Add mempcpy.
26330
26331 2003-07-14  Simon Josefsson  <jas@extundo.com>
26332
26333         * m4/mempcpy.m4: New file.
26334
26335 2003-07-14  Simon Josefsson  <jas@extundo.com>
26336
26337         * lib/mempcpy.h: New file.
26338         * lib/mempcpy.c: New file.
26339
26340 2003-07-14  Paul Eggert  <eggert@twinsun.com>
26341
26342         * modules/getdate, modules/posixtm: Depend on mktime.
26343
26344 2003-07-14  Paul Eggert  <eggert@twinsun.com>
26345
26346         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
26347         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
26348         unicodeio.c, unicodeio.h, unlocked-io.h:
26349         Switch from LGPL to GPL.
26350
26351 2003-07-14  Paul Eggert  <eggert@twinsun.com>
26352
26353         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
26354         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
26355         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
26356         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
26357         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
26358         updated automatically by ../config/srclist-update.  This changes
26359         their license from LPGL to GPL.
26360
26361 2003-07-14  Paul Eggert  <eggert@twinsun.com>
26362
26363         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
26364         assumed to refer to the root of the most recent stable gettext version.
26365         * config/srclistvars.sh: Add defaults for eggert.
26366         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
26367         Match "This program" as well as "The program".  This is needed
26368         for gettext.
26369
26370 2003-07-14  Jim Meyering  <jim@meyering.net>
26371
26372         Don't emit diagnostics.  Let callers do that.
26373         * lib/save-cwd.c: Don't include "error.h".
26374         (save_cwd): Don't call error.  Ensure that errno is valid
26375         when returning nonzero.
26376
26377         * lib/save-cwd.h (restore_cwd): Update prototype.
26378         * lib/save-cwd.c (restore_cwd): Remove two parameters.
26379         Simplify.  Don't call error upon failure.  Let callers do that.
26380         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
26381         when auditing is enabled.  But don't bother updating the #if.
26382
26383 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
26384
26385         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
26386         it breaks C++ compilation.
26387         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
26388
26389 2003-07-10  Simon Josefsson  <jas@extundo.com>
26390
26391         * modules/strchrnul (Makefile.am): Add strchrnul.h.
26392
26393 2003-07-10  Jim Meyering  <jim@meyering.net>
26394
26395         * m4/clock_time.m4: Remove trailing blank.
26396         * m4/intmax_t.m4: Likewise.
26397
26398 2003-07-10  Jim Meyering  <jim@meyering.net>
26399
26400         * lib/vasnprintf.c: Remove trailing blanks.
26401         Make cpp indentation consistent.
26402
26403 2003-07-09  Paul Eggert  <eggert@twinsun.com>
26404
26405         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
26406         posixver.c, strftime.c, strnlen.c, strverscmp.c:
26407         Switch from LGPL to GPL.
26408
26409 2003-07-09  Paul Eggert  <eggert@twinsun.com>
26410
26411         * config/srclist.txt: Sort sublists.  Add
26412         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
26413         that differ from gnulib for one reason or another; we'd like this list
26414         to be smaller but for now let's document what we have.
26415
26416 2003-07-08  Paul Eggert  <eggert@twinsun.com>
26417
26418         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
26419         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
26420         and sweeter "eval x=$x".
26421         * config/srclist.txt: Get lib/argp* from glibc.
26422
26423 2003-07-07  Paul Eggert  <eggert@twinsun.com>
26424
26425         * lib/mktime.c: Fix some boundary cases and remove need for floating
26426         point.
26427
26428         Issue a compile-time diagnostic if time_t is floating point, or if
26429         two's complement arithmetic is not in effect, or if arithmetic
26430         right shift does not propagate the sign.  These assumptions were
26431         all in the original code but they weren't checked.
26432
26433         (TIME_T_MIDPOINT, verify): New macros.
26434         (__isleap): Remove; it has integer overflow problems.
26435         (leapyear): New function, without those problems.
26436         (ydhms_tm_diff): Remove; splitting into two parts.
26437         (ydhms_diff): New function, containing the arithmetic part of
26438         the old ydhms_tm_diff function.  Issue a compile-time
26439         diagnostic if we are not using C99 integer division.
26440         Avoid casts when possible.
26441         (guess_time_tm): New function, containing the checking part of
26442         the old ydhms_tm_diff function.  Return the new value, rather than
26443         the difference between it and the old.  Accept a new argument T
26444         so that *T specifies the old value.  Check for overflow in the result.
26445
26446         (__mktime_internal): Use a time_t offset, not a long int offset.
26447         This undoes the 2003-06-04 change, which is no longer needed now
26448         that we have better overflow checking.
26449         (localtime_offset): Likewise.
26450
26451         (__mktime_internal): Avoid harmful overflow on hosts where time_t
26452         and long are 64-bit but int is only 32-bit.
26453         (ydhms_diff): Use long int to store year1 and yday1.
26454         Issue a compile-time diagnostic if long int is not wide enough.
26455
26456         (__mktime_internal): Use long int to store adjusted year and yday.
26457         Use plain C rather than preprocessor commands, if that doesn't
26458         affect efficiency.
26459         Check for overflow (and try to repair) after each probe
26460         rather than checking only at the very end.  This avoids some bugs
26461         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
26462         does not equal GMT offset at maximum time).
26463         Use integer to check for overflow rather than floating point; this
26464         is more portable to non-IEEE hosts, and is a tad faster.
26465         When we detect that we are oscillating between two values,
26466         don't check whether tm_isdst has the requested value, since
26467         we already know the answer.  When tm_isdst has the wrong value,
26468         use a different heuristic to find the right one, based on the
26469         extreme values actually observed in practice in tz2003a,
26470         rather than the (overly optimistic) "previous 3 calendar quarters".
26471
26472         (not_equal_tm, print_tm, check_result): Use "const T" rather than
26473         "T const" to accommodate glibc style.
26474         (check_result): Use less-confusing report format.  "long" -> "long int.
26475         (main): Likewise.
26476         Don't loop if the iteration overflows time_t.
26477         Allow a negative step in the iteration.
26478
26479 2003-07-06  Karl Berry  <karl@gnu.org>
26480
26481         * config/depcomp: update from automake.
26482         * config/config.sub: update from prep.
26483
26484 2003-07-03  Karl Berry  <karl@gnu.org>
26485
26486         * config/config.guess: update from prep.
26487
26488 2003-07-01  Paul Eggert  <eggert@twinsun.com>
26489
26490         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
26491         xreadlink.c now includes it unconditionally.
26492
26493 2003-07-01  Paul Eggert  <eggert@twinsun.com>
26494
26495         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
26496         having it depend on HAVE_SYS_TYPES_H.
26497
26498 2003-07-01  Bruno Haible  <bruno@clisp.org>
26499
26500         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
26501         <sys/types.h> should be sufficient.
26502         Reported by Paul Eggert.
26503
26504 2003-06-26  Karl Berry  <karl@gnu.org>
26505
26506         * config/depcomp: update from automake.
26507
26508 2003-06-26  Bruno Haible  <bruno@clisp.org>
26509
26510         * modules/human: Depend on module stdbool.
26511
26512 2003-06-25  Bruno Haible  <bruno@clisp.org>
26513
26514         * modules/readlink: New file.
26515         * modules/xreadlink: Depend on it.
26516         * MODULES.html.sh (func_all_modules): Add readlink.
26517
26518 2003-06-25  Bruno Haible  <bruno@clisp.org>
26519
26520         * m4/readlink.m4: New file.
26521
26522 2003-06-25  Bruno Haible  <bruno@clisp.org>
26523
26524         * lib/readlink.c: New file.
26525
26526 2003-06-22  Karl Berry  <karl@gnu.org>
26527
26528         * config/srclist.txt: update mkinstalldirs from automake.
26529         * config/mkinstalldirs: update.
26530
26531 2003-06-22  Bruno Haible  <bruno@clisp.org>
26532
26533         Portability to mingw32.
26534         * m4/ssize_t.m4: New file, from GNU gettext.
26535         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
26536         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
26537
26538 2003-06-22  Bruno Haible  <bruno@clisp.org>
26539
26540         * modules/safe-read: Add m4/ssize_t.m4.
26541         * modules/xreadlink: Add m4/ssize_t.m4.
26542
26543 2003-06-20  Bruno Haible  <bruno@clisp.org>
26544
26545         Assume C89, so PARAMS isn't needed.
26546         * lib/unicodeio.h (PARAMS): Remove.
26547         * lib/unicodeio.c: Don't use PARAMS.
26548
26549 2003-06-18  Karl Berry  <karl@gnu.org>
26550
26551         * config/config.{guess,sub}: update from prep.
26552
26553 2003-06-18  Jim Meyering  <jim@meyering.net>
26554
26555         Merge changes from coreutils.
26556         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
26557         Remove explicit declarations of xmalloc and realloc.
26558         Include xalloc.h.
26559         (read_utmp): Remove anachronistic cast of xmalloc.
26560
26561 2003-06-17  Paul Eggert  <eggert@twinsun.com>
26562
26563         Assume C89, so PARAMS isn't needed.
26564         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
26565         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
26566         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
26567         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
26568         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
26569         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
26570         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
26571         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
26572         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
26573         lib/xstrtod.h, lib/xstrtol.h: Likewise.
26574         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
26575         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
26576         no longer needed. Anyway, config.h should always be included before any
26577         other file.
26578
26579 2003-06-11  Simon Josefsson  <jas@extundo.com>
26580
26581         * modules/sysexits: New file.
26582         * MODULES.html.sh (func_all_modules): Add sysexits.
26583
26584 2003-06-11  Simon Josefsson  <jas@extundo.com>
26585
26586         * lib/sysexit_.h: New file.
26587
26588 2003-06-11  Derek Price  <derek@ximbiot.com>
26589
26590         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
26591         necessary.
26592
26593 2003-06-11  Bruno Haible  <bruno@clisp.org>
26594
26595         * m4/sysexits.m4: New file.
26596
26597 2003-06-10  Simon Josefsson  <jas@extundo.com>
26598
26599         * lib/argp.h: New file, from glibc.
26600         * lib/argp-ba.c: New file, from glibc.
26601         * lib/argp-eexst.c: New file, from glibc.
26602         * lib/argp-fmtstream.c: New file, from glibc.
26603         * lib/argp-fmtstream.h: New file, from glibc.
26604         * lib/argp-fs-xinl.c: New file, from glibc.
26605         * lib/argp-help.c: New file, from glibc.
26606         * lib/argp-namefrob.h: New file, from glibc.
26607         * lib/argp-parse.c: New file, from glibc.
26608         * lib/argp-pv.c: New file, from glibc.
26609         * lib/argp-pvh.c: New file, from glibc.
26610         * lib/argp-xinl.c: New file, from glibc.
26611
26612 2003-06-10  Simon Josefsson  <jas@extundo.com>
26613
26614         * modules/strchrnul: New file.
26615
26616 2003-06-10  Simon Josefsson  <jas@extundo.com>
26617
26618         * modules/argp: New file.
26619
26620 2003-06-10  Simon Josefsson  <jas@extundo.com>
26621
26622         * m4/strchrnul.m4: New file.
26623
26624 2003-06-10  Simon Josefsson  <jas@extundo.com>
26625
26626         * lib/strchrnul.h: New file.
26627         * lib/strchrnul.c: New file.
26628
26629 2003-06-10  Bruno Haible  <bruno@clisp.org>
26630
26631         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
26632
26633 2003-06-07  Karl Berry  <karl@gnu.org>
26634
26635         * config/config.{guess,sub}: update from prep.
26636
26637 2003-06-07  Jim Meyering  <jim@meyering.net>
26638
26639         * modules/strtod: Use $(...) notation, not @...@ for
26640         AC_REPLACE'd variables.
26641         * modules/localcharset: Likewise.
26642
26643 2003-06-07  Jim Meyering  <jim@meyering.net>
26644
26645         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
26646         in place of my name in the copyright comment.
26647         Remove definition and uses of __P.
26648
26649         From coreutils.
26650         * lib/stat.c: Don't declare xmalloc explicitly.
26651         Instead, include "xalloc.h".
26652         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
26653         xrealloc, and xcalloc return values.
26654         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
26655         Improve comment.
26656         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
26657
26658 2003-06-07  Bruno Haible  <bruno@clisp.org>
26659
26660         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
26661         avoid AC_CONFIG_LINKS.
26662         * modules/fnmatch (Makefile.am): Use explicit creation rule for
26663         fnmatch.h, to avoid AC_CONFIG_LINKS.
26664         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
26665
26666 2003-06-07  Bruno Haible  <bruno@clisp.org>
26667
26668         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
26669         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
26670         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
26671         directory.
26672         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
26673         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
26674         directory.
26675
26676 2003-06-06  Jim Meyering  <jim@meyering.net>
26677
26678         Merge from coreutils.
26679         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
26680         Consolidate declarations and initializations of *_base* locals.
26681
26682         Merge from coreutils.
26683         This avoids a core dump on systems without GNU putenv,
26684         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
26685         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
26686         (unsetenv): New static function, from GNU libc.
26687         (rpl_putenv): Use it.
26688
26689         * lib/modechange.c: Remove trailing blanks.
26690
26691         Merge from coreutils.
26692         * lib/fsusage.c: Remove declaration of statfs.
26693         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
26694
26695         * lib/posixtm.c: Include <stdbool.h> unconditionally.
26696
26697 2003-06-06  Jim Meyering  <jim@meyering.net>
26698
26699         * lib/stdbool_.h: Renamed from stdbool.h.in.
26700
26701 2003-06-06  Jim Meyering  <jim@meyering.net>
26702             Bruno Haible  <bruno@clisp.org>
26703
26704         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
26705         Adjust Makefile.am snippet not to redirect directly to target.
26706         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
26707
26708 2003-06-05  Paul Eggert  <eggert@twinsun.com>
26709
26710         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
26711         mismatch, look in future quarters as well as past.  This fixes a
26712         bug when processing fall-backwards gaps immediately after a long
26713         period of daylight-saving time.
26714
26715         * lib/mktime.c: Assume freestanding C89 or better.
26716         (HAVE_LIMITS_H): Remove.  Assume it's 1.
26717         (__P): Remove; not used.
26718         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
26719         (mktime, not_equal_tm, print_tm, check_result,
26720         main): Use prototypes.  Use const * where appropriate.
26721         (main): Fix typo in testing code that uncovered by above changes.
26722         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
26723
26724 2003-06-04  Paul Eggert  <eggert@twinsun.com>
26725
26726         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
26727         locale.h, localeconv.  This merges changes from coreutils.
26728
26729         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
26730         It can be removed after the next Autoconf is released.
26731         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
26732         needed.
26733
26734 2003-06-04  Paul Eggert  <eggert@twinsun.com>
26735
26736         * lib/mktime.c: Fix Debian bug 177940
26737         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
26738         (localtime_offset): Now long int, not time_t, because we want it
26739         to be guaranteed to be signed.  All uses changed.
26740         (__mktime_internal): If overflow would occur when adding offset,
26741         don't add it.
26742
26743         Merge 'human' changes from coreutils.  Rewrite to support
26744         locale-specific notations like thousands separators.
26745         * lib/human.c: Simplify authorship notice.
26746         Include human.h immediately after config.h.
26747         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
26748         <limits.h>: Do not include, since human.h does.
26749         (SIZE_MAX, UINTMAX_MAX): New macros.
26750         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
26751         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
26752         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
26753         (power_letter): Renamed from suffixes.
26754         (generate_suffix_backwards): Remove.
26755         (adjust_value): Now takes int style (because of human.h changes)
26756         and long double value (for greater precision on some platforms).
26757         (group_number): New function.
26758         (human_readable): Use it.  Use integer options, not enum.
26759         Put the options before the sizes in the arg list.
26760         Support all the new options.
26761         The old human_readable function has been removed;
26762         use inttostr.h instead.
26763         (human_readable, default_block_size, humblock):
26764         Use uintmax_t, not int, for block sizes.
26765         (human_readable_inexact, block_size_types): Remove.
26766         (block_size_opts): New constant.
26767         (human_options): Renamed from human_block_size, with new signature
26768         that allows block sizes up to UINTMAX_MAX.  All callers changed.
26769         * lib/human.h: Add copyright and authorship notice.
26770         Include <limits.h> and <stdbool.h> unconditionally.
26771         (PARAMS): Remove.  All uses removed.
26772         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
26773         (enum human_inexact_style): Remove tag; now a nameless enum.
26774         (human_floor, human_ceiling, human_round_to_even): Now have
26775         values 2, 0, 1 rather than -1, 1, 0.
26776         (human_group_digits, human_suppress_point_zero, human_autoscale,
26777         human_base_1024, human_SI, human_B): New constants.
26778         (human_readable_inexact, human_block_size): Remove.
26779         (human_readable): Size args are now uintmax_t, not int.
26780         (human_options): New decl.
26781
26782         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
26783         unnecessary now that we assume C89 or better.  This change
26784         imported from coreutils.
26785
26786         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
26787         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
26788         in the 2003-05-30 sync from glibc.
26789
26790         .h files should stand alone, but we shouldn't include <sys/types.h>
26791         if we can get away with just <stddef.h>.
26792
26793         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
26794         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
26795         rather than <sys/types.h>, as we merely need size_t.
26796         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
26797         to get size_t.
26798         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
26799         Include <stdio.h>, to get FILE.
26800         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
26801         memcasecmp.h has included <stddef.h> and all we need is size_t.
26802         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
26803         our interface, instead of including <sys/types.h>
26804
26805 2003-06-04  Paul Eggert  <eggert@twinsun.com>
26806
26807         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
26808         now, as glibc mktime is buggy on non-glibc systems.
26809
26810 2003-06-03  Karl Berry  <karl@gnu.org>
26811
26812         * config/config.sub: update from prep.
26813
26814 2003-06-02  Paul Eggert  <eggert@twinsun.com>
26815
26816         [from coreutils]
26817         Fix some minor time-related bugs with POSIX time arguments.
26818         Some valid time stamps were being rejected (notably -1, and
26819         time stamps before 1900 on 64-bit hosts).  And some invalid
26820         time stamps were being accepted, e.g. September 31.
26821
26822         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
26823         that we can return (time_t) -1 successfully.
26824         * lib/posixtm.c: Likewise.
26825         [HAVE_STDBOOL_H]: Include <stdbool.h>.
26826         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
26827         (t): Remove static var.
26828         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
26829         of static var.  All uses changed.
26830         (year): Do not reject years before 1900; they can occur with
26831         64-bit time_t.
26832         (posix_time_parse): Do not check for out-of-range components;
26833         that is now the caller's responsibility, since our checks were
26834         only approximations.
26835         (posixtime): Use mktime to check for out-of-range components,
26836         since it knows them exactly.
26837         If mktime returns (time_t) -1, check whether an error actually occurred
26838         by invoking localtime on -1.
26839         (main) [TEST_POSIXTIME]: Check for input data errors, and report
26840         posixtime failures better.
26841         Improve the test data (in comments only).
26842
26843 2003-06-02  Karl Berry  <karl@gnu.org>
26844
26845         * config/mkinstalldirs (version): new variable.
26846         (--version): new option.
26847         (usage): improve message.
26848
26849 2003-05-30  Karl Berry  <karl@gnu.org>
26850
26851         * lib/mktime.c: update from libc.
26852
26853 2003-05-30  Bruno Haible  <bruno@clisp.org>
26854
26855         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
26856         * config/config.rpath: Upgrade to gettext-0.12.1.
26857
26858 2003-05-30  Bruno Haible  <bruno@clisp.org>
26859
26860         * m4/gettext.m4: Upgrade to gettext-0.12.1.
26861         * m4/nls.m4: New file, from gettext-0.12.1.
26862         * m4/po.m4: New file, from gettext-0.12.1.
26863         * m4/progtest.m4: Upgrade to gettext-0.12.1.
26864
26865 2003-05-30  Bruno Haible  <bruno@clisp.org>
26866
26867         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
26868         * lib/localcharset.h: Likewise.
26869         * lib/localcharset.c: Likewise.
26870
26871 2003-05-29  Karl Berry  <karl@gnu.org>
26872
26873         * config/config.rpath: update from gettext.
26874
26875 2003-05-28  Paul Eggert  <eggert@twinsun.com>
26876
26877         Assume the headers required for C89 freestanding compilers.
26878         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
26879         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
26880         * m4/human.m4 (gl_HUMAN): Likewise.
26881         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
26882         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
26883         * m4/userspec.m4 (gl_USERSPEC): Likewise.
26884         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
26885         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
26886         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
26887
26888 2003-05-28  Paul Eggert  <eggert@twinsun.com>
26889
26890         Assume the headers required for C89 freestanding compilers.
26891         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
26892         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
26893         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
26894         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
26895         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
26896         define, since <limits.h> is guaranteed to do that.
26897         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
26898         * lib/exclude.c: Include <stdbool.h> unconditionally.
26899         * lib/tempname.c: Include <stddef.h> unconditionally.
26900         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
26901         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
26902         <stddef.h> does that.
26903         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
26904         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
26905         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
26906         needed.
26907         * lib/xstrtol.c: Likewise.
26908         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
26909         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
26910
26911         * lib/addext.c (addext): Use assignment rather than cast, to avoid
26912         warnings on some platforms.
26913
26914         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
26915         arbitrarily.
26916
26917 2003-05-26  Jim Meyering  <jim@meyering.net>
26918
26919         Merge in a change from coreutils:
26920         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
26921         that is guaranteed to be `no'.  Use `no_such_member' to indicate
26922         that condition, rather than `-1' which is slightly misleading.
26923         Change the name of the cache variable to have the gl_ prefix.
26924         Prompted by a patch from Richard Dawe for DJGPP.
26925
26926 2003-05-24  Karl Berry  <karl@gnu.org>
26927
26928         * config/config.guess: update from prep.
26929
26930 2003-05-22  Karl Berry  <karl@gnu.org>
26931
26932         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
26933
26934 2003-05-20  Karl Berry  <karl@gnu.org>
26935
26936         * config/config.guess: update from prep.
26937
26938 2003-05-18  Karl Berry  <karl@gnu.org>
26939
26940         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
26941         might actually be set by the user.
26942
26943         * config/depcomp, install-sh, mdate-sh: update from automake.
26944
26945 2003-05-17  Bruno Haible  <bruno@clisp.org>
26946
26947         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
26948         invalid expansion for AC_EGREP_CPP.
26949         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
26950         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
26951         Suggested by Akim Demaille <akim@epita.fr> in
26952         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
26953
26954 2003-05-12  Jim Meyering  <jim@meyering.net>
26955
26956         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
26957         the space-padded-by-default conversion specifiers, %e, %k, %l.
26958
26959 2003-05-12  Bruno Haible  <bruno@clisp.org>
26960
26961         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
26962         the string is longer than 4 KB.
26963
26964 2003-05-11  Karl Berry  <karl@gnu.org>
26965
26966         * config/config.{guess,sub}: update from prep.
26967
26968 2003-05-09  Bruno Haible  <bruno@clisp.org>
26969
26970         * modules/error: Add m4/strerror_r.m4 to file list.
26971
26972 2003-05-03  Bruno Haible  <bruno@clisp.org>
26973
26974         Upgrade to Unicode-4.0.
26975         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
26976         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
26977         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
26978         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
26979         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
26980         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
26981         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
26982         Change width of U+E0100..U+E01EF from 1 to 0.
26983
26984 2003-04-25  Jim Meyering  <jim@meyering.net>
26985
26986         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
26987         of type size_t, not int.
26988
26989 2003-04-25  Bruno Haible  <bruno@clisp.org>
26990
26991         * lib/copy-file.c: Include <stddef.h>, for size_t.
26992
26993 2003-04-21  Paul Eggert  <eggert@twinsun.com>
26994
26995         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
26996         code which expansion is under static control.  Patch imported from
26997         Akim Demaille's patch to Bison; see
26998         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
26999
27000 2003-04-14  Bruno Haible  <bruno@clisp.org>
27001
27002         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
27003
27004 2003-04-11  Jim Meyering  <jim@meyering.net>
27005
27006         Merge changes from Coreutils.
27007
27008         2003-03-22  Jim Meyering  <jim@meyering.net>
27009
27010         * lib/strftime.c (widen): Cast alloca return value to proper type.
27011
27012         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
27013
27014         From GNU libc.
27015         * lib/strftime.c (my_strftime): Handle very large width
27016         specifications for numeric values correctly.  Improve checks for
27017         overflow.
27018
27019         2003-01-19  Jim Meyering  <jim@meyering.net>
27020
27021         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
27022         definitions.
27023         (nl_get_alt_digit) [! defined my_strftime]: Define.
27024         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
27025         _nl_get_alt_digit and _nl_get_walt_digit.
27026
27027         * lib/strftime.c (my_strftime): Merge in locale-related changes from
27028         libc. These changes have no effect outside of _LIBC.
27029
27030 2003-04-10  Bruno Haible  <bruno@clisp.org>
27031
27032         * modules/findprog: New file.
27033         * MODULES.html.sh (func_all_modules): Add it.
27034
27035 2003-04-10  Bruno Haible  <bruno@clisp.org>
27036
27037         * m4/findprog.m4: New file.
27038         * m4/eaccess.m4: New file.
27039
27040 2003-04-10  Bruno Haible  <bruno@clisp.org>
27041
27042         * lib/findprog.h: New file, from GNU gettext.
27043         * lib/findprog.c: New file, from GNU gettext.
27044
27045 2003-04-05  Jim Meyering  <jim@meyering.net>
27046
27047         Merge changes from Coreutils.
27048
27049         * lib/exclude.h (PARAMS): Remove definition and uses.
27050         * lib/exclude.c: Remove uses of `PARAMS'.
27051
27052         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
27053         Add test-cases for DOS filenames. Declare program_name.
27054         (main): Set up program_name.  Patch by Rich Dawe.
27055
27056         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
27057         error from mntctl.
27058         Use mntctl's return value to drive the entry-processing loop, since
27059         we can't rely on the value of the vmt_length member in the last
27060         entry.  On some systems doing so could result in exhausting
27061         virtual memory.  Based in part on a patch from Mike Jetzer.
27062
27063 2003-04-04  Bruno Haible  <bruno@clisp.org>
27064
27065         * modules/linebreak: New file.
27066         * MODULES.html.sh (func_all_modules): Add it.
27067
27068 2003-04-04  Bruno Haible  <bruno@clisp.org>
27069
27070         * m4/linebreak.m4: New file.
27071
27072 2003-04-04  Bruno Haible  <bruno@clisp.org>
27073
27074         * lib/linebreak.h: New file, from GNU gettext.
27075         * lib/linebreak.c: New file, from GNU gettext with slight
27076         modifications.
27077         * lib/lbrkprop.h: New file, from GNU gettext.
27078
27079 2003-04-03  Bruno Haible  <bruno@clisp.org>
27080
27081         * modules/utf8-ucs4: New file.
27082         * modules/utf16-ucs4: New file.
27083         * modules/ucs4-utf8: New file.
27084         * modules/ucs4-utf16: New file.
27085         * MODULES.html.sh (func_all_modules): Add them.
27086
27087 2003-04-03  Bruno Haible  <bruno@clisp.org>
27088
27089         * m4/utf-ucs4.m4: New file.
27090         * m4/ucs4-utf.m4: New file.
27091
27092 2003-04-03  Bruno Haible  <bruno@clisp.org>
27093
27094         * lib/utf8-ucs4.h: New file, from GNU gettext.
27095         * lib/utf16-ucs4.h: New file, from GNU gettext.
27096         * lib/ucs4-utf8.h: New file, from GNU gettext.
27097         * lib/ucs4-utf16.h: New file, from GNU gettext.
27098
27099 2003-04-02  Bruno Haible  <bruno@clisp.org>
27100
27101         * modules/binary-io: New file.
27102         * MODULES.html.sh (func_all_modules): Add it.
27103
27104 2003-04-02  Bruno Haible  <bruno@clisp.org>
27105
27106         * lib/binary-io.h: New file, from GNU gettext.
27107
27108 2003-04-01  Bruno Haible  <bruno@clisp.org>
27109
27110         * modules/pathname: New file.
27111         * MODULES.html.sh (func_all_modules): Add it.
27112
27113 2003-04-01  Bruno Haible  <bruno@clisp.org>
27114
27115         * lib/pathname.h: New file, from GNU gettext.
27116         * lib/concatpath.c: New file, from GNU gettext.
27117
27118 2003-03-30  Bruno Haible  <bruno@clisp.org>
27119
27120         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
27121
27122 2003-03-30  Bruno Haible  <bruno@clisp.org>
27123
27124         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
27125         function chown() doesn't exist.
27126
27127 2003-03-28  Bruno Haible  <bruno@clisp.org>
27128
27129         * modules/copy-file: New file.
27130         * MODULES.html.sh (func_all_modules): Add it.
27131
27132 2003-03-28  Bruno Haible  <bruno@clisp.org>
27133
27134         * m4/copy-file.m4: New file.
27135
27136 2003-03-28  Bruno Haible  <bruno@clisp.org>
27137
27138         * lib/copy-file.h: New file, from GNU gettext.
27139         * lib/copy-file.c: New file, from GNU gettext.
27140
27141 2003-03-18  Jim Meyering  <jim@meyering.net>
27142
27143         * lib/quote.c (quote_n): Fix typo in comment.
27144
27145 2003-03-18  Bruno Haible  <bruno@clisp.org>
27146
27147         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
27148         checking.
27149         * m4/onceonly_2_57.m4: Likewise.
27150
27151 2003-03-17  Bruno Haible  <bruno@clisp.org>
27152
27153         * m4/onceonly.m4: Require autoconf 2.54 or newer.
27154         (m4_quote): Remove macro.
27155         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
27156
27157 2003-03-14  Jim Meyering  <jim@meyering.net>
27158
27159         Merge changes from Coreutils.
27160         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
27161         to be const, in order to avoid warnings.
27162         (obstack_room): Likewise.
27163         (obstack_empty_p): Likewise.
27164
27165 2003-03-14  Bruno Haible  <bruno@clisp.org>
27166
27167         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
27168         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
27169
27170 2003-03-13  Paul Eggert  <eggert@twinsun.com>
27171
27172         Merge changes from Bison.
27173         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
27174         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
27175         when compiling Bison 1.875's `bitset bset = obstack_alloc
27176         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
27177         * lib/hash.c: Include <stdbool.h> unconditionally.
27178
27179 2003-03-13  Paul Eggert  <eggert@twinsun.com>
27180
27181         * m4/onceonly.m4 (m4_quote): New macro.
27182         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
27183         Quote AC_FOREACH variable-expansions properly.
27184
27185 2003-03-13  Paul Eggert  <eggert@twinsun.com>
27186
27187         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
27188
27189 2003-03-09  Paul Eggert  <eggert@twinsun.com>
27190
27191         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
27192         Reported by Bruce Becker; see:
27193         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
27194
27195 2003-03-03  Paul Eggert  <eggert@twinsun.com>
27196             Bruno Haible  <bruno@clisp.org>
27197
27198         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
27199         Reported by John Hughes, see
27200         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
27201
27202 2003-02-20  Bruno Haible  <bruno@clisp.org>
27203
27204         * MODULES.html.sh (func_all_modules): Add poll.
27205
27206 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
27207
27208         * modules/poll: New file.
27209
27210 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
27211
27212         * lib/poll_.h: New file.
27213         * lib/poll.c: New file.
27214
27215 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
27216
27217         * m4/poll.m4: New file.
27218
27219 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
27220
27221         * modules/mathl: New file.
27222
27223 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
27224
27225         * lib/mathl.h: New file.
27226         * lib/acosl.c: New file.
27227         * lib/asinl.c: New file.
27228         * lib/atanl.c: New file.
27229         * lib/ceill.c: New file.
27230         * lib/cosl.c: New file.
27231         * lib/expl.c: New file.
27232         * lib/floorl.c: New file.
27233         * lib/frexpl.c: New file.
27234         * lib/ldexpl.c: New file.
27235         * lib/logl.c: New file.
27236         * lib/sincosl.c: New file.
27237         * lib/sinl.c: New file.
27238         * lib/sqrtl.c: New file.
27239         * lib/tanl.c: New file.
27240         * lib/trigl.c: New file.
27241         * lib/trigl.h: New file.
27242
27243 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
27244
27245         * m4/mathl.m4: New file.
27246
27247 2003-02-18  Bruno Haible  <bruno@clisp.org>
27248
27249         * MODULES.html.sh (func_all_modules): Add mathl.
27250
27251 2003-02-17  Bruno Haible  <bruno@clisp.org>
27252
27253         * modules/mkdtemp: New module.
27254         * MODULES.html.sh (func_all_modules): Add it.
27255
27256 2003-02-17  Bruno Haible  <bruno@clisp.org>
27257
27258         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
27259
27260 2003-02-17  Bruno Haible  <bruno@clisp.org>
27261
27262         * lib/mkdtemp.h: New file, from GNU gettext.
27263         * lib/mkdtemp.c: New file, from GNU gettext.
27264
27265 2003-02-02  Jim Meyering  <jim@meyering.net>
27266
27267         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
27268         e.g. glibc-2.2.93.
27269
27270 2003-01-31  Bruno Haible  <bruno@clisp.org>
27271
27272         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
27273         'rpl_rename'.
27274         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
27275         'rpl_strnlen'.
27276         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
27277         'rpl_strtod'.
27278         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
27279         'rpl_utime'.
27280
27281 2003-01-31  Bruno Haible  <bruno@clisp.org>
27282
27283         * lib/rename.c: #undef rename before defining rpl_rename.
27284         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
27285
27286 2003-01-30  Bruno Haible  <bruno@clisp.org>
27287
27288         * modules/vasnprintf, modules/vasprintf: New modules.
27289         * MODULES.html.sh (func_all_modules): Add them.
27290
27291 2003-01-30  Bruno Haible  <bruno@clisp.org>
27292
27293         * m4/signed.m4: New file, from GNU gettext.
27294         * m4/longdouble.m4: New file, from GNU gettext.
27295         * m4/wchar_t.m4: New file, from GNU gettext.
27296         * m4/wint_t.m4: New file, from GNU gettext.
27297         * m4/vasnprintf.m4: New file.
27298         * m4/vasprintf.m4: New file.
27299
27300 2003-01-30  Bruno Haible  <bruno@clisp.org>
27301
27302         * lib/printf-args.h: New file, from GNU gettext.
27303         * lib/printf-args.c: New file, from GNU gettext.
27304         * lib/printf-parse.h: New file, from GNU gettext.
27305         * lib/printf-parse.c: New file, from GNU gettext.
27306         * lib/vasnprintf.h: New file, from GNU gettext.
27307         * lib/vasnprintf.c: New file, from GNU gettext.
27308         * lib/asnprintf.c: New file, from GNU gettext.
27309         * lib/vasprintf.h: New file, from GNU gettext with modifications.
27310         * lib/vasprintf.c: New file, from GNU gettext.
27311         * lib/asprintf.c: New file, from GNU gettext.
27312
27313 2003-01-29  Bruno Haible  <bruno@clisp.org>
27314
27315         * modules/stpncpy: New module.
27316         * MODULES.html.sh (func_all_modules): Add it.
27317
27318 2003-01-29  Bruno Haible  <bruno@clisp.org>
27319
27320         * m4/stpncpy.m4: New file.
27321
27322 2003-01-29  Bruno Haible  <bruno@clisp.org>
27323
27324         * lib/stpncpy.h: New file, from GNU gettext with modifications.
27325         * lib/stpncpy.c: New file, from GNU gettext with modifications.
27326
27327 2003-01-28  Bruno Haible  <bruno@clisp.org>
27328
27329         * modules/c-ctype: New module.
27330         * MODULES.html.sh (func_all_modules): Add it.
27331
27332 2003-01-28  Bruno Haible  <bruno@clisp.org>
27333
27334         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
27335         Paul Eggert.
27336         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
27337         Paul Eggert.
27338
27339 2003-01-27  Bruno Haible  <bruno@clisp.org>
27340
27341         * modules/xsetenv: New module.
27342         * MODULES.html.sh (func_all_modules): Add it.
27343
27344 2003-01-27  Bruno Haible  <bruno@clisp.org>
27345
27346         * lib/xsetenv.h: New file, from GNU gettext.
27347         * lib/xsetenv.c: New file, from GNU gettext.
27348
27349 2003-01-23  Jim Meyering  <jim@meyering.net>
27350
27351         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
27352         from working on systems without dirfd (at least Irix and OSF1/Tru64).
27353
27354 2003-01-23  Bruno Haible  <bruno@clisp.org>
27355
27356         * modules/minmax: New module.
27357         * MODULES.html.sh (func_all_modules): Add it.
27358
27359 2003-01-23  Bruno Haible  <bruno@clisp.org>
27360
27361         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
27362         Eggert.
27363
27364 2003-01-22  Bruno Haible  <bruno@clisp.org>
27365
27366         * modules/exit: New module.
27367         * MODULES.html.sh (func_all_modules): Add it.
27368
27369 2003-01-22  Bruno Haible  <bruno@clisp.org>
27370
27371         * lib/exit.h: New file, from GNU gettext.
27372
27373 2003-01-19  Bruno Haible  <bruno@clisp.org>
27374
27375         * gnulib-tool: Recognize option --extract-maintainer.
27376         (func_get_maintainer): New function.
27377         * modules/*: Add Maintainer entry.
27378
27379 2003-01-16  Jim Meyering  <jim@meyering.net>
27380
27381         * m4/regex.m4: The `regex' struct is both input and output.
27382         Initialize it before each use.  Patch by Tim Waugh.
27383
27384 2003-01-16  Bruno Haible  <bruno@clisp.org>
27385
27386         * MODULES.html.sh: Add a table of contents. Add the module name as
27387         leftmost column. Add hyperlinks.
27388
27389 2003-01-15  Bruno Haible  <bruno@clisp.org>
27390
27391         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
27392
27393 2003-01-15  Bruno Haible  <bruno@clisp.org>
27394
27395         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
27396         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
27397         suffix.
27398
27399 2003-01-15  Bruno Haible  <bruno@clisp.org>
27400
27401         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
27402
27403 2003-01-15  Bruno Haible  <bruno@clisp.org>
27404
27405         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
27406         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
27407
27408 2003-01-14  Jim Meyering  <jim@meyering.net>
27409
27410         * lib/same.c (same_name): Tweak a comment.
27411
27412 2003-01-14  Bruno Haible  <bruno@clisp.org>
27413
27414         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
27415         when a string comparison is sufficient.
27416
27417 2003-01-14  Bruno Haible  <bruno@clisp.org>
27418
27419         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
27420         'unsigned int'.
27421
27422 2003-01-14  Bruno Haible  <bruno@clisp.org>
27423
27424         * lib/hash-pjw.c: Add comment about low quality of this function.
27425
27426 2003-01-13  Bruno Haible  <bruno@clisp.org>
27427
27428         * modules/stpcpy: Distribute lib/stpcpy.h.
27429         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
27430
27431 2003-01-13  Bruno Haible  <bruno@clisp.org>
27432
27433         * modules/*: Add a description.
27434         * modules/strpbrk: Fix Makefile.am snippet.
27435         * modules/strtoimax: Fix dependencies.
27436         * modules/strtoumax: Likewise.
27437
27438 2003-01-13  Bruno Haible  <bruno@clisp.org>
27439
27440         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
27441         * modules/alloca (Makefile.am): All object files depend on alloca.h.
27442         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
27443
27444 2003-01-13  Bruno Haible  <bruno@clisp.org>
27445
27446         * gnulib-tool (func_create_testdir): Store config/* files in the main
27447         directory.
27448         * config.rpath: Move to ...
27449         * config/config.rpath: ... here.
27450         * modules/gettext: Contains config/config.rpath, not config.rpath.
27451         * modules/iconv: Likewise.
27452
27453 2003-01-12  Paul Eggert  <eggert@twinsun.com>
27454
27455         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
27456         to avoid collisions with libcurses and libreadline.
27457
27458         * m4/getstr.m4: Remove.
27459         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
27460
27461 2003-01-12  Paul Eggert  <eggert@twinsun.com>
27462
27463         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
27464         to avoid collisions with libcurses and libreadline.
27465
27466         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
27467         * lib/getstr.h, getstr.c: Remove.
27468         * lib/getline.c: Include "getline.h", to check interface.
27469         Move body of old getstr.c here: this defines MIN_CHUNK and
27470         declares getdelim2, which is renamed from getstr.
27471         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
27472
27473         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
27474         All uses changed.
27475         * lib/linebuffer.h: Likewise.
27476         (readline): Remove backward-compatibility macro.
27477
27478 2003-01-12  Paul Eggert  <eggert@twinsun.com>
27479
27480         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
27481         to avoid collisions with libcurses and libreadline.
27482         * getstr: Remove.
27483         * MODULES.html.sh: Remove getstr.
27484         * modules/getline: Depend on unlocked-io, not getstr.
27485
27486 2003-01-12  Jim Meyering  <jim@meyering.net>
27487
27488         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
27489
27490 2003-01-10  Bruno Haible  <bruno@clisp.org>
27491
27492         * modules/alloca: Change Makefile.am requirements. Simplify Include
27493         requirements. Add lib/alloca_.h to file list.
27494
27495 2003-01-10  Bruno Haible  <bruno@clisp.org>
27496
27497         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
27498
27499 2003-01-10  Bruno Haible  <bruno@clisp.org>
27500
27501         * lib/alloca_.h: New file.
27502         * lib/getdate.y: Unconditionally include alloca.h.
27503         * lib/makepath.c: Likewise.
27504         * lib/setenv.c: Likewise.
27505         * lib/userspec.c: Likewise.
27506
27507 2003-01-09  Karl Berry  <karl@gnu.org>
27508
27509         * MODULES.html.sh: include `dirname $0` in PATH, to find
27510         gnulib-tool.
27511
27512 2003-01-09  Bruno Haible  <bruno@clisp.org>
27513
27514         * modules/stdbool: Change configure.ac, Makefile.am requirements.
27515         Simplify Include requirements. Add lib/stdbool.h.in to file list.
27516
27517 2003-01-09  Bruno Haible  <bruno@clisp.org>
27518
27519         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
27520
27521 2003-01-09  Bruno Haible  <bruno@clisp.org>
27522
27523         * lib/stdbool.h.in: New file.
27524
27525 2003-01-09  Bruno Haible  <bruno@clisp.org>
27526
27527         * gnulib-tool (func_all_modules): Ignore files ending in ~.
27528         * MODULES.html.sh: Likewise.
27529
27530 2003-01-08  Jim Meyering  <jim@meyering.net>
27531
27532         * lib/full-write.c: Undefine and define-away `const' after inclusion
27533         of errno.h, not before.  Suggestion from Bruno Haible.
27534
27535 2003-01-08  Bruno Haible  <bruno@clisp.org>
27536
27537         * modules/full-read: Depend on full-write.
27538
27539 2003-01-08  Bruno Haible  <bruno@clisp.org>
27540
27541         * lib/safe-read.c: Include specification header first, to ensure its
27542         selfcontainedness.
27543         * lib/full-write.c: Likewise.
27544
27545 2003-01-07  Jim Meyering  <jim@meyering.net>
27546
27547         * lib/full-write.c: Rework so that it may serve to define full_read,
27548         too.
27549         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
27550
27551 2003-01-07  Bruno Haible  <bruno@clisp.org>
27552
27553         * lib/strtoimax.c: Include <stdint.h> as an alternative to
27554         <inttypes.h>.
27555         * lib/xstrtol.h: Likewise.
27556         * lib/xstrtoimax.c: Likewise.
27557         * lib/xstrtoumax.c: Likewise.
27558         * lib/human.h: Likewise.
27559
27560         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
27561         on systems that have <inttypes.h> but not <stdint.h>.
27562
27563 2003-01-07  Bruno Haible  <bruno@clisp.org>
27564
27565         * MODULES.html.sh: Add copyright notice.
27566         (missed_files): Omit CVS directory entries.
27567         (func_module): Make it work with sed-3.02.
27568         * MODULES.txt: Remove file.
27569
27570 2003-01-06  Jim Meyering  <jim@meyering.net>
27571
27572         * lib/version-etc.c: Update year in translatable copyright string.
27573
27574 2003-01-03  Karl Berry  <karl@gnu.org>
27575
27576         * config/config.{guess,sub}: update from prep.
27577
27578 2003-01-02  Karl Berry  <karl@gnu.org>
27579
27580         * doc/COPYING.DOC: belatedly updated to 1.2.
27581
27582 2003-01-01  Karl Berry  <karl@gnu.org>
27583
27584         * gnulib-tool (func_verify_module): report module name $module in
27585         error message, not $1.
27586         * gnulib-tool (create-testdir): don't complain if destdir couldn't
27587         be created, only if it doesn't exist.
27588         * gnulib-tool (last_checkin_date): don't expand the $Date here.
27589
27590 2002-12-31  Paul Eggert  <eggert@twinsun.com>
27591
27592         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
27593
27594 2002-12-31  Paul Eggert  <eggert@twinsun.com>
27595
27596         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
27597         memcmp if strcoll doesn't work.
27598
27599 2002-12-31  Bruno Haible  <bruno@clisp.org>
27600
27601         * lib/utime.c (utime_null): No need to call ftruncate if the file was
27602         nonempty.
27603
27604 2002-12-31  Bruno Haible  <bruno@clisp.org>
27605
27606         * lib/memcoll.c (STRCOLL): New macro.
27607         (memcoll): Use it.
27608
27609 2002-12-31  Bruno Haible  <bruno@clisp.org>
27610
27611         * lib/localcharset.h: New file.
27612         * lib/localcharset.c: Include it.
27613         * lib/unicodeio.c: Likewise.
27614
27615 2002-12-31  Bruno Haible  <bruno@clisp.org>
27616
27617         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
27618         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
27619
27620 2002-12-31  Bruno Haible  <bruno@clisp.org>
27621
27622         * lib/getline.h: Include <stddef.h>, for size_t.
27623
27624         * lib/unicodeio.h: Include <stddef.h>, for size_t.
27625         * lib/unicodeio.c: Don't include <stddef.h>.
27626
27627 2002-12-31  Bruno Haible  <bruno@clisp.org>
27628
27629         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
27630         HAVE_TM_ZONE.
27631
27632 2002-12-24  Karl Berry  <karl@gnu.org>
27633
27634         * config/config.guess: update from prep.
27635
27636 2002-12-24  Bruno Haible  <bruno@clisp.org>
27637
27638         General infrasructure.
27639         * m4/README: Rewritten.
27640         * m4/onceonly.m4: New file.
27641         * m4/onceonly_2_57.m4: New file.
27642
27643         Module atexit.
27644         * m4/atexit.m4: New file.
27645
27646         Module strtod.
27647         * m4/strtod.m4: New file.
27648
27649         Module strtol.
27650         * m4/strtol.m4: New file.
27651
27652         Module strtoul.
27653         * m4/strtoul.m4: New file.
27654
27655         Module memchr.
27656         * m4/memchr.m4: New file.
27657
27658         Module memcmp.
27659         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
27660         (jm_FUNC_MEMCMP): Invoke it.
27661
27662         Module memcpy.
27663         * m4/memcpy.m4: New file.
27664
27665         Module memmove.
27666         * m4/memmove.m4: New file.
27667
27668         Module memset.
27669         * m4/memset.m4: New file.
27670
27671         Module strcspn.
27672         * m4/strcspn.m4: New file.
27673
27674         Module strpbrk.
27675         * m4/strpbrk.m4: New file.
27676
27677         Module strstr.
27678         * m4/strstr.m4: New file.
27679
27680         Module strerror.
27681         * m4/strerror.m4: New file.
27682
27683         Module mktime.
27684         * m4/mktime.m4: Renamed from jm-mktime.m4.
27685         (gl_PREREQ_MKTIME): New macro.
27686         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
27687
27688         Module malloc.
27689         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
27690         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
27691         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
27692
27693         Module realloc.
27694         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
27695         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
27696         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
27697
27698         Module strftime.
27699         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
27700         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
27701         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
27702         gl_TM_GMTOFF.
27703         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
27704
27705         Module xalloc.
27706         * m4/xalloc.m4: New file.
27707
27708         Module alloca.
27709         * m4/alloca.m4: New file.
27710
27711         Module putenv.
27712         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
27713         (jm_FUNC_PUTENV): Invoke it.
27714
27715         Module setenv.
27716         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
27717         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
27718         when invoked twice.
27719         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
27720         gt_FUNC_SETENV.
27721
27722         Module memrchr.
27723         * m4/memrchr.m4: New file.
27724
27725         Module stpcpy.
27726         * m4/stpcpy.m4: New file.
27727
27728         Module strcase.
27729         * m4/strcase.m4: New file.
27730
27731         Module strdup.
27732         * m4/strdup.m4: New file.
27733
27734         Module strnlen.
27735         * m4/strnlen.m4: New file.
27736
27737         Module strndup.
27738         * m4/strndup.m4: New file.
27739
27740         Module xstrtod.
27741         * m4/xstrtod.m4: New file.
27742
27743         Module xstrtol.
27744         * m4/xstrtol.m4: New file.
27745
27746         Module getdate.
27747         * m4/getdate.m4: New file.
27748
27749         Module unlocked-io.
27750         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
27751         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
27752         * m4/jm-glibc-io.m4n: Remove file.
27753
27754         Module long-options.
27755         * m4/long-options.m4: New file.
27756
27757         Module md5.
27758         * m4/md5.m4: New file.
27759
27760         Module sha.
27761         * m4/sha.m4: New file.
27762
27763         Module getstr.
27764         * m4/getstr.m4: New file.
27765
27766         Module getline.
27767         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
27768         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
27769         <sys/types.h>, for size_t. Use the function name gnu_getline, not
27770         simply getline. Infoke gl_PREREQ_GETLINE.
27771
27772         Module obstack.
27773         * m4/obstack.m4: New file.
27774
27775         Module hash.
27776         * m4/hash.m4: New file.
27777
27778         Module readtokens.
27779         * m4/readtokens.m4: New file.
27780
27781         Module strverscmp.
27782         * m4/strverscmp.m4: New file.
27783
27784         Module stdbool.
27785         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
27786         OSF/1.
27787
27788         Module strtoll.
27789         * m4/strtoll.m4: New file.
27790
27791         Module strtoull.
27792         * m4/strtoull.m4: New file.
27793
27794         Module strtoimax.
27795         * m4/strtoimax.m4: New file.
27796
27797         Module strtoumax.
27798         * m4/strtoumax.m4: New file.
27799
27800         Module xstrtoimax.
27801         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
27802         jm_AC_PREREQ_XSTRTOIMAX.
27803         Moved the strtol prerequisites to strtol.m4.
27804         Moved the strtoll prerequisites to strtoll.m4.
27805         Moved the strtoimax prerequisites to strtoimax.m4.
27806
27807         Module xstrtoumax.
27808         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
27809         jm_AC_PREREQ_XSTRTOUMAX.
27810         Moved the strtoul prerequisites to strtoul.m4.
27811         Moved the strtoull prerequisites to strtoull.m4.
27812         Moved the strtoumax prerequisites to strtoumax.m4.
27813
27814         Module chown.
27815         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
27816         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
27817
27818         Module dup2.
27819         * m4/dup2.m4: New file.
27820
27821         Module ftruncate.
27822         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
27823         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
27824
27825         Module getgroups.
27826         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
27827         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
27828
27829         Module gettimeofday.
27830         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
27831         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
27832         gl_PREREQ_GETTIMEOFDAY.
27833
27834         Module mkdir.
27835         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
27836         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
27837
27838         Module mkstemp.
27839         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
27840         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
27841         jm_AC_TYPE_UINTMAX_T.
27842         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
27843
27844         Module stat.
27845         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
27846         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
27847
27848         Module lstat.
27849         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
27850         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
27851
27852         Module timespec.
27853         * m4/timespec.m4 (gl_TIMESPEC): New macro.
27854         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
27855         * m4/st_mtim.m4: Indentation.
27856
27857         Module nanosleep.
27858         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
27859         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
27860         gl_PREREQ_NANOSLEEP.
27861
27862         Module regex.
27863         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
27864         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
27865         (gl_REGEX): New macro.
27866
27867         Module rename.
27868         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
27869         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
27870
27871         Module rmdir.
27872         * m4/rmdir.m4: New file.
27873
27874         Module utime.
27875         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
27876         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
27877         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
27878
27879         Module dirname.
27880         * m4/dirname.m4: New file.
27881
27882         Module getopt.
27883         * m4/getopt.m4: New file.
27884
27885         Module unistd-safer.
27886         * m4/unistd-safer.m4: New file.
27887
27888         Module fnmatch.
27889         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
27890         declaration.
27891         (gl_PREREQ_FNMATCH_EXTRA): New macro.
27892         (gl_FUNC_FNMATCH_POSIX): New macro.
27893         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
27894         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
27895         simply fnmatch.
27896
27897         Module exclude.
27898         * m4/exclude.m4: New file.
27899
27900         Module human.
27901         * m4/human.m4: New file.
27902
27903         Module acl.
27904         * m4/acl.m4: Nop.
27905
27906         Module backupfile.
27907         * m4/backupfile.m4: New file.
27908         * m4/d-ino.m4: Indentation.
27909
27910         Module fsusage.
27911         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
27912         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
27913         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
27914
27915         Module dirfd.
27916         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
27917         requirements.
27918
27919         Module euidaccess.
27920         * m4/euidaccess.m4: New file.
27921
27922         Module file-type.
27923         * m4/file-type.m4: New file.
27924
27925         Module fileblocks.
27926         * m4/fileblocks.m4: New file.
27927
27928         Module filemode.
27929         * m4/filemode.m4: New file.
27930
27931         Module isdir.
27932         * m4/isdir.m4: New file.
27933
27934         Module lchown.
27935         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
27936         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
27937
27938         Module makepath.
27939         * m4/makepath.m4: New file.
27940
27941         Module modechange.
27942         * m4/modechange.m4: New file.
27943
27944         Module mountlist.
27945         * m4/mountlist.m4: New file.
27946         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
27947         Indentation.
27948
27949         Module path-concat.
27950         * m4/path-concat.m4: New file.
27951
27952         Module pathmax.
27953         * m4/pathmax.m4: New file.
27954
27955         Module same.
27956         * m4/same.m4: New file.
27957
27958         Module save-cwd.
27959         * m4/save-cwd.m4: New file.
27960
27961         Module savedir.
27962         * m4/savedir.m4: New file.
27963
27964         Module xgetcwd.
27965         * m4/xgetcwd.m4: New file.
27966         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
27967
27968         Module xreadlink.
27969         * m4/xreadlink.m4: New file.
27970
27971         Module safe-read.
27972         * m4/safe-read.m4: New file.
27973
27974         Module safe-write.
27975         * m4/safe-write.m4: New file.
27976
27977         Module closeout.
27978         * m4/closeout.m4: New file.
27979
27980         Module stdio-safer.
27981         * m4/stdio-safer.m4: New file.
27982
27983         Module getpass.
27984         * m4/getpass.m4: New file.
27985
27986         Module getugroups.
27987         * m4/getugroups.m4: New file.
27988
27989         Module group-member.
27990         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
27991         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
27992
27993         Module idcache.
27994         * m4/idcache.m4: New file.
27995
27996         Module userspec.
27997         * m4/userspec.m4: New file.
27998
27999         Module gettime.
28000         * m4/clock_time.m4: New file.
28001         * m4/gettime.m4: New file.
28002
28003         Module settime.
28004         * m4/settime.m4: New file.
28005
28006         Module posixtm.
28007         * m4/posixtm.m4: New file.
28008
28009         Module gethostname.
28010         * m4/gethostname.m4: New file.
28011
28012         Module canon-host.
28013         * m4/canon-host.m4: New file.
28014
28015         Module gettext.
28016         * m4/codeset.m4: New file, from gettext-0.11.5.
28017         * m4/gettext.m4: New file, from gettext-0.11.5.
28018         * m4/glibc21.m4: New file, from gettext-0.11.5.
28019         * m4/iconv.m4: New file, from gettext-0.11.5.
28020         * m4/intdiv0.m4: New file, from gettext-0.11.5.
28021         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
28022         * m4/inttypes.m4: New file, from gettext-0.11.5.
28023         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
28024         * m4/isc-posix.m4: New file, from gettext-0.11.5.
28025         * m4/lcmessage.m4: New file, from gettext-0.11.5.
28026         * m4/lib-ld.m4: New file, from gettext-0.11.5.
28027         * m4/lib-link.m4: New file, from gettext-0.11.5.
28028         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
28029         * m4/progtest.m4: New file, from gettext-0.11.5.
28030         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
28031         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
28032         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
28033
28034         Module localcharset.
28035         * m4/localcharset.m4: New file.
28036
28037         Module hard-locale.
28038         * m4/hard-locale.m4: New file.
28039
28040         Module mbswidth.
28041         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
28042         onceonly macros.
28043         * m4/mbrtowc.m4: Add comment.
28044
28045         Module memcasecmp.
28046         * m4/memcasecmp.m4: New file.
28047
28048         Module memcoll.
28049         * m4/memcoll.m4: New file.
28050
28051         Module unicodeio.
28052         * m4/unicodeio.m4: New file.
28053
28054         Module rpmatch.
28055         * m4/rpmatch.m4: New file.
28056
28057         Module yesno.
28058         * m4/yesno.m4: New file.
28059
28060         Module exitfail.
28061         * m4/exitfail.m4: New file.
28062
28063         Module c-stack.
28064         * m4/c-stack.m4 (gl_C_STACK): New macro.
28065         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
28066
28067         Module error.
28068         * m4/error.m4 (gl_ERROR): New macro.
28069         (jm_PREREQ_ERROR): Use onceonly macros.
28070
28071         Module fatal.
28072         * m4/fatal.m4: New file.
28073
28074         Module getloadavg.
28075         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
28076         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
28077
28078         Module getpagesize.
28079         * m4/getpagesize.m4: New file.
28080
28081         Module getusershell.
28082         * m4/getusershell.m4: New file.
28083
28084         Module physmem.
28085         * m4/physmem.m4: New file.
28086
28087         Module posixver.
28088         * m4/posixver.m4: New file.
28089
28090         Module quotearg.
28091         * m4/quotearg.m4: New file.
28092
28093         Module quote.
28094         * m4/quote.m4: New file.
28095
28096         Module readutmp.
28097         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
28098
28099         Module sig2str.
28100         * m4/sig2str.m4: New file.
28101
28102         Other.
28103         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
28104         ulonglong.m4.
28105         * m4/intmax_t.m4: New file.
28106         * m4/d-type.m4: Indentation.
28107         * m4/jm-macros.m4: Update.
28108         * m4/prereq.m4 (jm_PREREQ): Update.
28109         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
28110         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
28111         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
28112         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
28113         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
28114         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
28115         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
28116         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
28117         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
28118         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
28119         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
28120         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
28121         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
28122         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
28123         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
28124         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
28125         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
28126         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
28127         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
28128
28129 2002-12-24  Bruno Haible  <bruno@clisp.org>
28130
28131         * MODULES.txt: Update according to m4/ changes.
28132
28133         Module gettext.
28134         * config.rpath: New file, from gettext-0.11.5.
28135
28136         * modules/*: New module descriptions.
28137         * gnulib-tool: New file.
28138         * MODULES.html.sh: New file.
28139
28140 2002-12-21  Karl Berry  <karl@gnu.org>
28141
28142         * doc/fdl.texi: update to version 1.2.
28143
28144 2002-12-19  Karl Berry  <karl@gnu.org>
28145
28146         * config/config.guess: update from prep.
28147
28148 2002-12-18  Bruno Haible  <bruno@clisp.org>
28149
28150         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
28151         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
28152
28153 2002-12-17  Bruno Haible  <bruno@clisp.org>
28154
28155         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
28156         stdlib.h, string.h.
28157
28158 2002-12-17  Bruno Haible  <bruno@clisp.org>
28159
28160         * lib/canon-host.c (strdup): Remove unused declaration.
28161
28162         * lib/fsusage.c: Include full_read.h.
28163         (get_fs_usage): Use full_read instead of safe_read.
28164
28165         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
28166
28167 2002-12-12  Karl Berry  <karl@gnu.org>
28168
28169         * config/config.guess: update from prep.
28170
28171 2002-12-11  Bruno Haible  <bruno@clisp.org>
28172
28173         * m4/setenv.m4: New file, from gettext-0.11.5.
28174
28175 2002-12-11  Bruno Haible  <bruno@clisp.org>
28176
28177         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
28178         not unsetenv().
28179         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
28180         modifications:
28181
28182         2002-12-11  Bruno Haible  <bruno@clisp.org>
28183
28184                 * setenv.c (alloca): Fall back to malloc.
28185                 (freea): New macro.
28186                 (setenv): Use freea() to free memory allocated with alloca().
28187
28188         2002-11-13  Bruno Haible  <bruno@clisp.org>
28189
28190                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
28191                 function declarations.
28192                 * unsetenv.c (unsetenv): Likewise.
28193
28194         2002-03-04  Bruno Haible  <bruno@clisp.org>
28195
28196                 Portability to AIX 4.3.3.
28197                 * unsetenv.c: New file, extracted from setenv.c.
28198                 * setenv.c: Move the unsetenv() function to unsetenv.c.
28199
28200         2001-12-20  Bruno Haible  <bruno@clisp.org>
28201
28202                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
28203                 use malloc instead. For SunOS 4.
28204
28205         2001-12-11  Bruno Haible  <bruno@clisp.org>
28206
28207                 * setenv.c: Declare alloca.
28208                 (compar_fn_t): New typedef.
28209                 (KNOWN_VALUE, STORE_VALUE): Use it.
28210
28211         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
28212         setenv.h.
28213
28214 2002-12-10  Paul Eggert  <eggert@twinsun.com>
28215
28216         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
28217         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
28218         Choose values that are less likely to collide with system fnmatch
28219         options.
28220         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
28221         defined (e.g., a pure POSIX system).
28222         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
28223         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
28224
28225 2002-12-06  Paul Eggert  <eggert@twinsun.com>
28226
28227         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
28228         a pain in practice to deal with generated m4 files.  This change
28229         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
28230
28231         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
28232         and jm-glibc-io.m4, as they are no longer a special case.
28233         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
28234         kludge and the auto-generation stuff.  Check only whether the
28235         functions are declared, not whether they exist, since older hosts
28236         that don't declare the functions can't use the optimization anyway.
28237
28238 2002-12-06  Jim Meyering  <jim@meyering.net>
28239
28240         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
28241
28242         Merge in changes from libc's misc/error.c, in preparation
28243         for the merge of gnulib's changes back into libc.
28244
28245         * lib/error.c (_): Define only if not already defined.
28246         Move definition to follow all #include directives.
28247         Include unlocked-io.h only if !_LIBC.
28248         [_LIBC]: Include <libio/libioP.h>.
28249         [USE_IN_LIBIO]: Include <libio/iolibio.h>
28250         (fflush): Tweak definition to use INTUSE.
28251         (putc): Define.
28252
28253 2002-12-05  Paul Eggert  <eggert@twinsun.com>
28254
28255         * lib/alloca.c [defined emacs]: Include "lisp.h".
28256         (xalloc_die) [defined emacs]: New macro.
28257         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
28258         [! defined emacs]: Include <xalloc.h>.
28259         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
28260         (pointer): Typedef to POINTER_TYPE *.
28261         (malloc): Remove decl; we now always use xmalloc.
28262         (alloca): Use old-style definition, since Emacs needs this.
28263         Check for arithmetic overflow when computing combined size.
28264
28265 2002-12-04  Paul Eggert  <eggert@twinsun.com>
28266
28267         Do not generate unlocked-io.h automatically, since it's easier to
28268         maintain it by hand.
28269
28270         * lib/unlocked-io.h: New file, from GNU diffutils,
28271         but with proper copyright notice and attribution.
28272         * lib/gen-uio: Remove.
28273         * lib/Makefile.am: Add copyright notice.
28274         (libfetish_a_SOURCES): Add unlocked-io.h.
28275         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
28276         (DISTCLEANFILES, io_functions): Remove macros.
28277         (EXTRA_DIST): Remove gen_uio.
28278         (unlocked-io.h): Remove rule.
28279
28280 2002-12-04  Jim Meyering  <jim@meyering.net>
28281
28282         Reflect the fact that stat.c and lstat.c are no longer generated.
28283         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
28284         (DISTCLEANFILES): Likewise.
28285         (EXTRA_DIST): Likewise.
28286         (all_local): Don't depend on stat.c or lstat.c.
28287         (stat.c, lstat.c): Remove rules.
28288         (EXTRA_DIST): Remove xstat.in.
28289
28290         * lib/xstat.in: Remove file.  Contents moved into stat.c.
28291         * lib/stat.c: New file.  Contents mostly from xstat.in.
28292         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
28293         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
28294
28295         * lib/safe-read.c: Rework so that it may serve to define safe_write,
28296         too.
28297         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
28298
28299 2002-12-03  Jim Meyering  <jim@meyering.net>
28300
28301         * lib/safe-read.c, safe-write.c: Change variable names and comments,
28302         but not semantics, to minimize the differences between these two files.
28303         (safe_read): Change comment to mention SAFE_READ_ERROR.
28304
28305         * lib/safe-read.c (IS_EINTR): Define.
28306         (safe_read): Use IS_EINTR in place of in-function cpp directives.
28307
28308 2002-12-02  Jim Meyering  <jim@meyering.net>
28309
28310         * lib/safe-read.c (EINTR): Define.
28311         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
28312         (INT_MAX): Provide fallback.
28313         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
28314
28315         * lib/safe-read.h (SAFE_READ_ERROR): Define.
28316
28317 2002-12-02  Bruno Haible  <bruno@clisp.org>
28318
28319         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
28320         Define, taken from safe-read.c.
28321         (INT_MAX): Provide fallback.
28322         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
28323         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
28324
28325         * lib/safe-read.c (EINTR): Remove definition.
28326         (safe_read): Don't use EINTR if it is absent.
28327
28328 2002-12-01  Jim Meyering  <jim@meyering.net>
28329
28330         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
28331         zero.
28332         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
28333
28334 2002-11-27  Paul Eggert  <eggert@twinsun.com>
28335
28336         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
28337         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
28338         with `if (! (value < limit)) abort ();', for readability.
28339
28340 2002-11-26  Karl Berry  <karl@gnu.org>
28341
28342         * lib/strdup.c: copy from libc again, with jim's ok.
28343         * lib/.cppi-disable: re-add strdup.c
28344
28345 2002-11-25  Karl Berry  <karl@gnu.org>
28346
28347         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
28348         instead of "strtol.c".
28349
28350 2002-11-25  Karl Berry  <karl@gnu.org>
28351
28352         * config/install-sh: update from automake for variable quoting, $0 in
28353         error msgs, etc.
28354
28355         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
28356         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
28357         entry.
28358
28359 2002-11-25  Jim Meyering  <jim@meyering.net>
28360
28361         * lib/mktime.c: Sync from libc, now that it has the latest fix.
28362
28363 2002-11-24  Karl Berry  <karl@gnu.org>
28364
28365         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
28366         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
28367
28368 2002-11-24  Jim Meyering  <jim@meyering.net>
28369
28370         Update from coreutils:
28371
28372         * lib/mktime.c: Merge in changes from libc.
28373
28374         Avoid a link-time failure on some Linux systems.
28375         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
28376         (otherwise).
28377         (__mon_yday): Declare with the STATIC attribute.
28378         (__mktime_internal): Likewise.
28379         Based on a report from Greg Schafer.
28380
28381 2002-11-23  Jim Meyering  <jim@meyering.net>
28382
28383         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
28384         Use `unsigned', not `int', as type of index.
28385
28386         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
28387
28388         * lib/fsusage.c: Remove unneeded parentheses around operands of
28389         `defined'.
28390
28391 2002-11-22  Paul Eggert  <eggert@twinsun.com>
28392
28393         * lib/quotearg.h: Allow multiple inclusion by surrounding with
28394         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
28395         so that we can be included first.
28396         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
28397         * lib/quotearg.c: Include quotearg.h immediately after config.h.
28398         No need to include stddef.h or sys/types.h any more.
28399         Surround local include files with "", not "<>".
28400         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
28401         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
28402         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
28403         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
28404         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
28405         (ISPRINT): Remove; no longer needed now that we assume C89.
28406
28407         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
28408         Preserve errno.
28409
28410         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
28411         quotearg_char): Use SIZE_MAX rather than
28412         (size_t) -1 when we are talking about "infinity".
28413
28414         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
28415
28416 2002-11-22  Paul Eggert  <eggert@twinsun.com>
28417
28418         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
28419         hint that one should use `if (! x) abort ();' rather than `assert
28420         (x);', and anyway it's one less thing to worry about configuring.
28421         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
28422         hash_rehash, hash_insert): Use abort rather than assert.
28423
28424 2002-11-22  Bruno Haible  <bruno@clisp.org>
28425
28426         * lib/safe-read.h: Assume C89. Add comments.
28427         (safe_read): Change return type to size_t.
28428         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
28429         byte counts > SSIZE_MAX correctly.
28430         * lib/safe-write.h: New file.
28431         * lib/safe-write.c: New file.
28432         * lib/full-read.h: New file.
28433         * lib/full-read.c: New file.
28434         * lib/full-write.h: Assume C89. Add comments.
28435         * lib/full-write.c: Include safe-write.h.
28436         (full_write): Rewritten to use safe_write.
28437         Suggested by Jim Meyering and Paul Eggert.
28438
28439 2002-11-21  Jim Meyering  <jim@meyering.net>
28440
28441         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
28442
28443         Merge in changes from the coreutils.
28444
28445         2002-09-25  Paul Eggert  <eggert@twinsun.com>
28446         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
28447         <stdint.h>.
28448         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
28449         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
28450         int.  Work more efficiently if X is the same width as uintmax_t.
28451         Do not compare X to -1, to avoid bogus compiler warning.
28452         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
28453         Don't assume that f_frsize and f_bsize are the same type.
28454
28455         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
28456         warning on FreeBSD.
28457
28458         * lib/makepath.c (make_path): Restore umask *before* creating the final
28459         component.
28460         (make_path): Minor reformatting.
28461
28462         * lib/xmalloc.c: Adjust to work with new autoconf macros,
28463         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
28464         HAVE_MALLOC/HAVE_REALLOC.
28465
28466         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
28467         dummy ones.  At least on GNU/Linux systems, `auto' means something
28468         else.
28469         From Michael Stone.
28470
28471 2002-11-21  Bruno Haible  <bruno@clisp.org>
28472
28473         Remove case insensitive option matching.
28474         * lib/argmatch.h (argcasematch): Remove declaration.
28475         (ARGCASEMATCH): Remove macro.
28476         (__xargmatch_internal): Remove case_sensitive argument.
28477         (XARGMATCH): Update.
28478         (XARGCASEMATCH): Remove macro.
28479         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
28480         case_sensitive argument.
28481         (argcasematch): Remove function.
28482         (__xargmatch_internal): Remove case_sensitive argument.
28483         (main): Use XARGMATCH instead of XARGCASEMATCH.
28484
28485         * lib/xmalloc.c: Change compile-time error message. Add comment about
28486         required autoconf version.
28487
28488 2002-11-20  Paul Eggert  <eggert@twinsun.com>
28489
28490         Merge argmatch cleanups from Bison.  Assume C89.
28491
28492         * lib/argmatch.c: Include config.h here, not in argmatch.h.
28493         Include stdlib.h, for EXIT_FAILURE.
28494         Always include <string.h>, since we assume C89.
28495         (EXIT_FAILURE): Remove pre-C89 bug workaround.
28496         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
28497         Include <stddef.h> instead, since it's all we need for size_t.
28498         (PARAMS): Remove.  All uses removed.
28499         (ARRAY_CARDINALITY): Do not bother to #undef.
28500         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
28501         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
28502         Remove unnecessary parentheses.
28503         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
28504         Insert necessary parentheses.
28505         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
28506         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
28507
28508 2002-11-19  Bruno Haible  <bruno@clisp.org>
28509
28510         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
28511         * lib/mbswidth.h: Include <stddef.h>, for size_t.
28512
28513         * lib/mbswidth.h (PARAMS): Remove macro.
28514         (mbswidth, mbsnwidth): Use ANSI C function declarations.
28515         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
28516
28517         * lib/gcd.h (PARAMS): Remove macro.
28518         (gcd): Use ANSI C function declarations.
28519         * lib/gcd.c (gcd): Likewise.
28520
28521 2002-11-15  Bruno Haible  <bruno@clisp.org>
28522
28523         * lib/strcspn.c: Include <stddef.h>.
28524         (strcspn): Use ANSI C function declaration. Change return type to
28525         size_t. Use NULL.
28526         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
28527         (strpbrk): Use NULL.
28528         * lib/strpbrk.h (PARAMS): Remove macro.
28529         (strpbrk): Use ANSI C function declaration.
28530         * lib/strstr.c: Don't include <sys/types.h>.
28531         * lib/strstr.h (PARAMS): Remove macro.
28532         (strstr): Use ANSI C function declarations.
28533
28534 2002-11-14  Karl Berry  <karl@gnu.org>
28535
28536         * config/mkinstalldirs: `do' on separate line, instead of
28537         `for var; do'.
28538
28539 2002-11-06  Bruno Haible  <bruno@clisp.org>
28540
28541         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
28542         * lib/gcd.c (gcd): Likewise.
28543
28544 2002-11-05  Bruno Haible  <bruno@clisp.org>
28545
28546         * lib/gcd.h: New file, from gettext-0.11.5.
28547         * lib/gcd.c: New file, from gettext-0.11.5.
28548
28549 2002-11-05  Bruno Haible  <bruno@clisp.org>
28550
28551         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
28552         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
28553         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
28554         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
28555
28556         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
28557         <libintl.h>.
28558         * lib/makepath.c: Include gettext.h instead of <locale.h> and
28559         <libintl.h>.
28560
28561         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
28562         * lib/human.c: Include gettext.h instead of <libintl.h>.
28563         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
28564         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
28565         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
28566         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
28567         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
28568         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
28569         (textdomain): Remove definition.
28570         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
28571
28572         * lib/long-options.c: Remove include of <libintl.h> and definition of
28573         _.
28574         * lib/same.c: Remove include of <libintl.h> and definition of _.
28575
28576 2002-11-04  Owen Taylor  <otaylor@redhat.com>
28577
28578         * lib/config.charset: A few additions for Solaris.
28579
28580 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
28581
28582         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
28583         * lib/localcharset.c (locale_charset): Declare as extern "C".
28584
28585 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
28586
28587         * lib/config.charset: msdos in uk_UA uses CP1125.
28588
28589 2002-11-04  Bruno Haible  <bruno@clisp.org>
28590
28591         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
28592         * lib/strcase.h: New file, from GNU gettext-0.11.5.
28593         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
28594         * lib/strstr.h: New file, from GNU gettext-0.11.5.
28595         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
28596
28597 2002-11-04  Bruno Haible  <bruno@clisp.org>
28598
28599         * lib/localcharset.c (locale_charset): Don't return an empty string.
28600
28601 2002-11-04  Bruno Haible  <bruno@clisp.org>
28602
28603         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
28604         aliases.
28605
28606 2002-11-04  Bruno Haible  <bruno@clisp.org>
28607
28608         * lib/config.charset: Update for newest glibc. Add canonical names
28609         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
28610
28611 2002-11-04  Bruno Haible  <bruno@clisp.org>
28612
28613         * lib/config.charset: Add support for NetBSD.
28614
28615 2002-11-04  Bruno Haible  <bruno@clisp.org>
28616
28617         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
28618
28619 2002-11-01  Bruno Haible  <bruno@clisp.org>
28620
28621         * configure.in: Add AC_CONFIG_AUX_DIR call.
28622         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
28623         test/Makefile.
28624         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
28625
28626 2002-09-28  Karl Berry  <karl@gnu.org>
28627
28628         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
28629         installed automake until the next release, since changes have been
28630         made.
28631
28632 2002-09-25  Karl Berry  <karl@gnu.org>
28633
28634         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
28635         * lib/getopt*: copy from libc/posix.
28636         * lib/gettext.h: copy from gettext.
28637         * lib/.cppi-disable: add strdup.c, gettext.h.
28638
28639 2002-09-25  Karl Berry  <karl@gnu.org>
28640
28641         * config/srclist.txt: enable gettext.h check.
28642         * config/config.{guess,sub}: update from prep.
28643         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
28644                 from automake 1.6.3.
28645         See srclist*.
28646
28647 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
28648
28649         * regex.c (PATFETCH): Remove the translating fetch.
28650         (PATFETCH_RAW): Rename to PATFETCH.
28651         (set_image_of_range): New fun.
28652         (SET_RANGE_TABLE_WORK_AREA): Use it.
28653         (regex_compile): Don't translate the pattern chars so eagerly.
28654         Only do it when inserting an `exactn' bytecode or when handling
28655         a char-range.
28656         (mutually_exclusive_p): Avoid empty statement.
28657
28658 2002-07-06  Jim Meyering  <meyering@lucent.com>
28659
28660         * m4/README: Don't mention Makefile.am.in.
28661         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
28662
28663 2002-07-01  Jim Meyering  <meyering@lucent.com>
28664
28665         * lib/c-stack.c: Include sys/time.h.
28666         From Volker Borchert.
28667
28668 2002-06-26  Paul Eggert  <eggert@twinsun.com>
28669
28670         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
28671
28672 2002-06-26  Paul Eggert  <eggert@twinsun.com>
28673
28674         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
28675         New macro.  Use it uniformly instead of
28676         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
28677         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
28678         reported by Vin Shelton.
28679
28680 2002-06-22  Paul Eggert  <eggert@twinsun.com>
28681
28682         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
28683         Do not assume SA_SIGINFO behavior.
28684         Bug reported by Jim Meyering on NetBSD 1.5.2.
28685
28686 2002-06-22  Jim Meyering  <meyering@lucent.com>
28687
28688         * m4/c-stack.m4: New file, from diffutils-2.8.2.
28689         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
28690
28691         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
28692         now that configure.ac uses AC_GNU_SOURCE.
28693         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
28694         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
28695
28696         Update to latest tools.  Suggestions from Paul Eggert.
28697         * m4/stdbool.m4: New file, from diffutils-2.8.2.
28698         * m4/gnu-source.m4: Update from diffutils-2.8.2.
28699         * m4/fnmatch.m4: Likewise.
28700         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
28701         to AC_HEADER_STDBOOL
28702
28703 2002-06-22  Jim Meyering  <meyering@lucent.com>
28704
28705         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
28706         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
28707
28708 2002-06-22  Jim Meyering  <meyering@lucent.com>
28709
28710         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
28711
28712         * lib/exitfail.c, exitfail.h: Likewise.
28713         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
28714
28715         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
28716         of fnmatch.h.
28717         (EXTRA_DIST): Add fnmatch_loop.c.
28718         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
28719
28720         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
28721         * lib/fnmatch.c: Update from diffutils-2.8.2.
28722         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
28723         * lib/fnmatch.h: Remove file.
28724
28725 2002-06-21  Jim Meyering  <meyering@lucent.com>
28726
28727         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
28728         * m4/mbrtowc.m4: Likewise.
28729
28730         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
28731         * m4/mbswidth.m4: Reflect name change:
28732         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
28733         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
28734
28735         * m4/lib-link.m4: Update from gettext-0.11.2.
28736         * m4/gettext.m4: Likewise.
28737
28738         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
28739         From Alfred M. Szmidt.
28740
28741 2002-06-18  Paul Eggert  <eggert@twinsun.com>
28742
28743         * lib/file-type.h: Report an error if neither S_ISREG nor
28744         S_IFREG is defined, instead of using a test specific to glibc
28745         2.2.  This should be safe, since POSIX requires S_ISREG and
28746         Unix Version 7 had S_IFREG.  We don't need to check for
28747         <sys/types.h> since we don't use any symbols that it defines.
28748
28749 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
28750
28751         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
28752         $@-t, so that each temporary file name is unique and valid in the first
28753         8 characters, for operation under DOS.
28754
28755 2002-06-15  Paul Eggert  <eggert@twinsun.com>
28756
28757         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
28758
28759 2002-06-15  Jim Meyering  <meyering@lucent.com>
28760
28761         Work even with DJGPP 2.03, which lacks support for symlinks.
28762         From Richard Dawe.
28763         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
28764         is defined.
28765         * lib/lchown.c (S_ISLNK): Likewise.
28766
28767 2002-06-15  Jim Meyering  <meyering@lucent.com>
28768
28769         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
28770         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
28771         have been included before this file.
28772
28773 2002-06-14  Jim Meyering  <meyering@lucent.com>
28774
28775         * lib/file-type.h: Use the version from diffutils-2.8.2.
28776         * lib/file-type.c: Likewise.
28777
28778 2002-06-07  Jim Meyering  <meyering@lucent.com>
28779
28780         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
28781         They're needed at least for NetBSD 1.5.2.
28782         ($statxfs_includes): Include those same headers.
28783         ($statxfs_includes): Include sys/vfs.h if available.
28784         ($statxfs_includes): Likewise for sys/statvfs.h.
28785         Check for the following members in both structs statfs and statvfs:
28786         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
28787
28788 2002-06-01  Jim Meyering  <meyering@lucent.com>
28789
28790         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
28791         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
28792
28793 2002-05-28  Jim Meyering  <meyering@lucent.com>
28794
28795         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
28796         Reported by Volker Borchert.
28797
28798 2002-05-27  Jim Meyering  <meyering@lucent.com>
28799
28800         Fix a problem seen only on nonconforming systems whereby ls.c's
28801         use of localtime, and then of gettimeofday would cause trouble:
28802         the localtime call used to initialize rpl_gettimeofday's save
28803         mechanism would clobber ls's current local time information so
28804         that in any long listing the first file would always be listed
28805         with date 1970-01-01.  Analysis by Volker Borchert.
28806
28807         * lib/gettimeofday.c (localtime): Undefine.
28808         (rpl_localtime): New function.
28809
28810 2002-05-27  Jim Meyering  <meyering@lucent.com>
28811
28812         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
28813         localtime.
28814
28815         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
28816         use the replacement function; it wouldn't resolve at link time.
28817         Reported by Volker Borchert.
28818
28819 2002-05-22  Jim Meyering  <meyering@lucent.com>
28820
28821         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
28822         file-type.h.
28823         * lib/file-type.h: New file.
28824         * lib/file-type.c (file_type): New file/function.  Extracted from
28825         diffutils.
28826
28827 2002-04-30  Jim Meyering  <meyering@lucent.com>
28828
28829         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
28830
28831 2002-04-29  Paul Eggert  <eggert@twinsun.com>
28832
28833         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
28834
28835 2002-04-29  Paul Eggert  <eggert@twinsun.com>
28836
28837         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
28838         Do not check for alloca.h (no longer used) or stdbool.h (was never
28839         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
28840
28841 2002-04-29  Paul Eggert  <eggert@twinsun.com>
28842
28843         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
28844
28845 2002-04-29  Jim Meyering  <meyering@lucent.com>
28846
28847         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
28848         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
28849         Use AC_FUNC_STRNLEN here instead.
28850
28851         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
28852         With autoconf-2.53a, it's part of AC_PROG_CC.
28853
28854 2002-04-28  Paul Eggert  <eggert@twinsun.com>
28855
28856         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
28857         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
28858
28859 2002-04-28  Paul Eggert  <eggert@twinsun.com>
28860
28861         * lib/sig2str.h, lib/sig2str.c: New files.
28862         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
28863
28864 2002-04-28  Paul Eggert  <eggert@twinsun.com>
28865
28866         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
28867         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
28868         of 127, since 64 is the largest conceivable number for ancient
28869         nonstandard hosts.
28870         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
28871
28872 2002-04-28  Jim Meyering  <meyering@lucent.com>
28873
28874         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
28875
28876 2002-04-24  Jim Meyering  <meyering@lucent.com>
28877
28878         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
28879         (jm_PREREQ): Use it.
28880
28881         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
28882         mach/mach.h fcntl.h.
28883         Check for this function: setlocale.
28884
28885 2002-04-24  Jim Meyering  <meyering@lucent.com>
28886
28887         * lib/gettext.h: New file, from Gettext.
28888         * lib/Makefile.am (INCLUDES): Remove -I../intl.
28889         (libfetish_a_SOURCES): Add gettext.h.
28890
28891 2002-04-16  Jim Meyering  <meyering@lucent.com>
28892
28893         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
28894         ut_pid, ut_id, ut_exit.
28895
28896 2002-04-16  Jim Meyering  <meyering@lucent.com>
28897
28898         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
28899         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
28900         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
28901
28902 2002-04-12  Jim Meyering  <meyering@lucent.com>
28903
28904         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
28905         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
28906         existence of the getmntinfo function.  Needed for Darwin 5.3.
28907
28908         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
28909         This is necessary at least on Darwin 5.3.
28910
28911         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
28912         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
28913         strnlen.o in the library, and that makes some versions of ranlib
28914         object.
28915
28916 2002-04-12  Jim Meyering  <meyering@lucent.com>
28917
28918         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
28919
28920 2002-04-09  Jim Meyering  <meyering@lucent.com>
28921
28922         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
28923         to be more precise.  Rather than saying we're checking whether the
28924         function `works', say what we're testing.
28925         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
28926         Reported by Bruno Haible.
28927
28928 2002-03-10  Jim Meyering  <meyering@lucent.com>
28929
28930         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
28931         Suggestion from Santiago Vila.
28932
28933 2002-03-08  Jim Meyering  <meyering@lucent.com>
28934
28935         * lib/rename.c: Mention that this wrapper is needed also on
28936         mips-dec-ultrix4.4 systems.
28937
28938 2002-03-02  Jim Meyering  <meyering@lucent.com>
28939
28940         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
28941         not HAVE_CLOCK_SETTIME.
28942
28943 2002-02-27  Paul Eggert  <eggert@twinsun.com>
28944
28945         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
28946         Check for clock_settime.
28947
28948 2002-02-27  Paul Eggert  <eggert@twinsun.com>
28949
28950         * lib/nanosleep.h: Rename to....
28951         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
28952
28953         * lib/gettime.c: New file.
28954         * lib/settime.c: New file.
28955         * lib/stime.c: Remove.
28956
28957         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
28958         timespec.h.  Remove nanosleep.h.
28959
28960 2002-02-25  Paul Eggert  <eggert@twinsun.com>
28961
28962         * m4/acl.m4: New file.
28963         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
28964         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
28965
28966 2002-02-25  Paul Eggert  <eggert@twinsun.com>
28967
28968         * lib/acl.c, lib/acl.h: New files.
28969         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
28970
28971 2002-02-24  Jim Meyering  <meyering@lucent.com>
28972
28973         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
28974         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
28975         cause trouble.  Reported by Nelson Beebe.
28976
28977 2002-02-23  Paul Eggert  <eggert@twinsun.com>
28978
28979         * lib/path-concat.c (xpath_concat): Reorder code to pacify
28980         compilers that don't know that xalloc_die never returns.
28981
28982 2002-02-20  Jim Meyering  <meyering@lucent.com>
28983
28984         * lib/getdate.c: Regenerate using bison-1.33.
28985
28986 2002-02-17  Jim Meyering  <meyering@lucent.com>
28987
28988         * config/config.guess (main): Don't use `head -1'; it's no longer
28989         portable. Use `sed 1q' instead.
28990
28991 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
28992
28993         * m4/codeset.m4: Upgrade to gettext-0.11.
28994         * m4/gettext.m4: Upgrade to gettext-0.11.
28995         * m4/glibc21.m4: Upgrade to gettext-0.11.
28996         * m4/iconv.m4: Upgrade to gettext-0.11.
28997         * m4/isc-posix.m4: Upgrade to gettext-0.11.
28998         * m4/lcmessage.m4: Upgrade to gettext-0.11.
28999         * m4/lib-ld.m4: New file, from gettext-0.11.
29000         * m4/lib-link.m4: New file, from gettext-0.11.
29001         * m4/lib-prefix.m4: New file, from gettext-0.11.
29002         * m4/progtest.m4: Upgrade to gettext-0.11.
29003
29004 2002-02-15  Paul Eggert  <eggert@twinsun.com>
29005
29006         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
29007         (jm_PREREQ): Use it.
29008
29009 2002-02-15  Paul Eggert  <eggert@twinsun.com>
29010
29011         * lib/posixver.c, lib/posixver.h: New files.
29012         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
29013
29014 2002-02-02  Paul Eggert  <eggert@twinsun.com>
29015             Bruno Haible  <bruno@clisp.org>
29016
29017         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
29018         (fwrite_success_callback): New declaration.
29019         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
29020         print_unicode_char. Call failure callback instead of error.
29021         (fwrite_success_callback): New function.
29022         (exit_failure_callback): New function.
29023         (fallback_failure_callback): New function.
29024         (print_unicode_char): Call unicode_to_mb.
29025
29026 2002-01-26  Jim Meyering  <meyering@lucent.com>
29027
29028         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
29029         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
29030
29031 2002-01-26  Jim Meyering  <meyering@lucent.com>
29032
29033         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
29034
29035 2002-01-22  Paul Eggert  <eggert@twinsun.com>
29036
29037         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
29038
29039 2002-01-22  Jim Meyering  <meyering@lucent.com>
29040
29041         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
29042         Otherwise, some versions of automake would omit the rule that makes
29043         Makefile from Makefile.in.
29044
29045 2002-01-21  Paul Eggert  <eggert@twinsun.com>
29046
29047         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
29048         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
29049         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
29050         (memcoll): Set errno to zero if there is no error.
29051
29052         * lib/quotearg.c (quotearg_buffer_restyled):
29053         Fix bug with quoting buffers containing NUL when backslashing escapes.
29054         This bug was exposed by the other changes in this patch.
29055         (quotearg_n_options): New arg ARGSIZE.
29056         All callers changed.
29057         (quoting_options_from_style): New function.
29058         (quotearg_n_style): Use it.
29059         (quotearg_n_style_mem): New function.
29060
29061         * lib/quotearg.h (quotearg_n_style_mem): New function.
29062
29063 2002-01-19  Jim Meyering  <meyering@lucent.com>
29064
29065         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
29066         Remove useless quotes: DF_PROG="df".
29067         * m4/strnlen.m4: New file.
29068
29069 2002-01-16  Paul Eggert  <eggert@twinsun.com>
29070
29071         * lib/backupfile.c (ISDIGIT): Comment fix.
29072         * lib/getdate.y (ISDIGIT): Likewise.
29073         * lib/posixtm.c (ISDIGIT, year): Likewise.
29074         * lib/strverscmp.c (ISDIGIT): Likewise.
29075         * lib/userspec.c (ISDIGIT): Likewise.
29076
29077 2002-01-16  Jim Meyering  <meyering@lucent.com>
29078
29079         * lib/getdate.y: Add three semicolons, each just before a closing
29080         brace. Bison (as of version 1.31) no longer papers over that mistake.
29081
29082 2002-01-05  Jim Meyering  <meyering@lucent.com>
29083
29084         * lib/version-etc.c (version_etc_copyright): Update copyright year.
29085
29086 2001-12-19  Paul Eggert  <eggert@twinsun.com>
29087
29088         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
29089         not silently exit merely because the output buffer happens to
29090         have nothing pending.
29091
29092 2001-12-18  Paul Eggert  <eggert@twinsun.com>
29093
29094         See the big note in ../ChangeLog.
29095         * lib/human.c (suffixes): Prefer K to k for 1024.
29096         (generate_suffix_backwards): New function.
29097         (human_readable_inexact): Use it.
29098         * lib/xstrtol.c (__xstrtol): If there is no number but there
29099         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
29100         Accept 'K' as well as 'k'.
29101
29102 2001-12-15  Jim Meyering  <meyering@lucent.com>
29103
29104         * lib/regex.h (__restrict_arr): Update from libc.
29105
29106         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
29107         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
29108         (STREQ): Define.
29109
29110 2001-12-14  Jim Meyering  <meyering@lucent.com>
29111
29112         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
29113         Suggestion from Bruno Haible.
29114
29115 2001-12-10  Jim Meyering  <meyering@lucent.com>
29116
29117         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
29118         xrealloc, Instead, include "xalloc.h".
29119         (initbuffer): Don't cast xmalloc return value to char*.
29120         (readline): Reword comment.
29121         Don't cast xrealloc return value to char*
29122         Return NULL, not 0.
29123
29124 2001-12-09  Jim Meyering  <meyering@lucent.com>
29125
29126         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
29127         about `signed and unsigned type in conditional expression'.
29128         * lib/posixtm.c (posix_time_parse): Likewise.
29129
29130         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
29131
29132         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
29133         to avoid a pedantic warning.
29134
29135         * lib/getstr.c: Don't include assert.h.
29136         (getstr): Remove warning-evoking assertions.
29137         Return -1 if offset parameter is out of bounds.
29138         Change the type of a local from int to size_t.
29139
29140         * lib/strftime.c (my_strftime_localtime_r): Include this function
29141         definition in the `#if ! HAVE_TM_GMTOFF' block.
29142
29143         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
29144         Include xalloc.h instead.
29145
29146 2001-12-02  Jim Meyering  <meyering@lucent.com>
29147
29148         * lib/tempname.c: Don't declare getenv, thus reverting the change of
29149         2001-11-18.  It's no longer necessary, now that stdlib.h is always
29150         included.
29151
29152         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
29153         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
29154
29155 2001-11-30  Akim Demaille  <akim@epita.fr>
29156
29157         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
29158         before being defined.
29159
29160 2001-11-27  Paul Eggert  <eggert@twinsun.com>
29161
29162         * lib/quotearg.h (quotearg_n, quotearg_n_style):
29163         First arg is int, not unsigned.
29164         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
29165         (SIZE_MAX, UINT_MAX): New macros.
29166         (quotearg_n_options): Abort if N is negative.
29167         Avoid overflow check on hosts where size_t is 64 bits and int
29168         is 32 bits, as overflow is impossible there.
29169         Fix off-by-one typo that caused unnecessary reallocation.
29170
29171 2001-11-27  Jim Meyering  <meyering@lucent.com>
29172
29173         * lib/tempname.c: Merge with version from libc.
29174         * lib/regex.c: Likewise.
29175
29176         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
29177         systems for which STDC_HEADERS is 0, it was not included, resulting in
29178         a warning about an integer-to-pointer conversion problem with getenv.
29179         Reported by Volker Borchert.
29180
29181 2001-11-26  Jim Meyering  <meyering@lucent.com>
29182
29183         * lib/gtod.h: Remove file.
29184         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
29185         * lib/gettimeofday.c: Don't include gtod.h.
29186         (GTOD_init): Remove function.
29187         (rpl_gettimeofday): Do its job here instead, rather than aborting.
29188         Suggestion from Volker Borchert.
29189
29190 2001-11-23  Jim Meyering  <meyering@lucent.com>
29191
29192         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
29193         it.
29194         * lib/hash.c (struct hash_table): Define it here instead.
29195
29196 2001-11-22  Jim Meyering  <meyering@lucent.com>
29197
29198         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
29199
29200 2001-11-20  Jim Meyering  <meyering@lucent.com>
29201
29202         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
29203         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
29204
29205 2001-11-19  Jim Meyering  <meyering@lucent.com>
29206
29207         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
29208         directory.  Use "conftestXXXXXX" as the template.
29209         Suggestion from Paul Eggert.
29210
29211         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
29212         immediately, so the test doesn't mistakenly hit the max-open-files
29213         limit.
29214
29215 2001-11-18  Paul Eggert  <eggert@twinsun.com>
29216
29217         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
29218         (TEMPORARIES): New macro.
29219         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
29220         removes an artificial limitation (e.g. HP-UX 10.20, where
29221         TMP_MAX is 17576).
29222
29223 2001-11-18  Jim Meyering  <meyering@lucent.com>
29224
29225         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
29226
29227 2001-11-18  Jim Meyering  <meyering@lucent.com>
29228
29229         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
29230         on SunOS 4.
29231
29232         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
29233         files will be created before anything else.
29234
29235 2001-11-17  Paul Eggert  <eggert@twinsun.com>
29236
29237         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
29238         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
29239
29240 2001-11-17  Jim Meyering  <meyering@lucent.com>
29241
29242         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
29243         Prompted by a report from Bob Proulx.
29244
29245         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
29246         Instead, require UTILS_FUNC_MKSTEMP.
29247
29248 2001-11-17  Jim Meyering  <meyering@lucent.com>
29249
29250         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
29251         Now, that's done as part of AC_FUNC_STRTOD.
29252
29253 2001-11-17  Jim Meyering  <meyering@lucent.com>
29254
29255         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
29256         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
29257         rather than group writable.  Patch by Juan F. Codagnone.
29258
29259         * lib/readtokens.c: Remove explicit declarations of xmalloc and
29260         xrealloc, Instead, include "xalloc.h".
29261
29262         * lib/mountlist.c: Include unlocked-io.h after all system headers.
29263         Remove explicit declarations of xmalloc, xrealloc,
29264         and xstrdup.  Instead, include "xalloc.h".
29265
29266         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
29267         unlocked-io.h.
29268         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
29269         Likewise.
29270         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
29271
29272         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
29273         Reported by Padraig Brady.
29274
29275         * lib/mkstemp.c: #undef mkstemp.
29276         Include config.h.
29277         (rpl_mkstemp): Rename from mkstemp.
29278         Protoize.
29279
29280 2001-11-16  Jim Meyering  <meyering@lucent.com>
29281
29282         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
29283         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
29284         determine the amount of total physical memory, use pstat_getstatic.
29285         HPUX-11 doesn't define _SC_PHYS_PAGES.
29286         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
29287         If sysconf couldn't be used to determine the amount of available
29288         physical memory, use both pstat_getstatic and pstat_getdynamic.
29289         Based on a patch from Bob Proulx.
29290
29291 2001-11-10  Jim Meyering  <meyering@lucent.com>
29292
29293         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
29294         (jm_PREREQ): Use it.
29295
29296 2001-11-09  Jim Meyering  <meyering@lucent.com>
29297
29298         * m4/jm-macros.m4: Require autoconf-2.52f.
29299         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
29300         Use these AC_-prefixed names, not the AM_-prefixed ones.
29301
29302         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
29303
29304 2001-11-05  Jim Meyering  <meyering@lucent.com>
29305
29306         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
29307
29308 2001-11-04  Jim Meyering  <meyering@lucent.com>
29309
29310         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
29311         $DEFS.
29312
29313 2001-11-03  Jim Meyering  <meyering@lucent.com>
29314
29315         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
29316         of AC_DEFUN.
29317
29318         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
29319         know the name of the variable in the macro definition.
29320
29321 2001-11-03  Jim Meyering  <meyering@lucent.com>
29322
29323         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
29324         in argmatch_to_argument call.
29325
29326         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
29327         argument.
29328
29329         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
29330         e.g., a fault due to an attempt to free a NULL pointer.
29331
29332 2001-11-01  Jim Meyering  <meyering@lucent.com>
29333
29334         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
29335         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
29336
29337 2001-11-01  Jim Meyering  <meyering@lucent.com>
29338
29339         * lib/dirfd.c, lib/dirfd.h: New files.
29340         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
29341
29342         * lib/hash.c (hash_print) [TESTING]: Clean up.
29343
29344 2001-10-22  Paul Eggert  <eggert@twinsun.com>
29345
29346         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
29347         to avoid a warning if -Wall.
29348
29349 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
29350
29351         * README: New file
29352         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
29353         (per RMS's instructions, this is now the canonical source)
29354         * lgpl/, gpl/: New directories.
29355
29356 2001-10-21  Paul Eggert  <eggert@twinsun.com>
29357
29358         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
29359
29360 2001-10-21  Jim Meyering  <meyering@lucent.com>
29361
29362         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
29363         this code would end up calling gettext even in packages built
29364         with --disable-nls.
29365         * lib/getopt.c (_): Likewise.
29366         * lib/regex.c (_): Likewise.
29367
29368 2001-10-20  Paul Eggert  <eggert@twinsun.com>
29369
29370         * m4/error.m4 (jm_PREREQ_ERROR):
29371         Do not invoke AC_CHECK_FUNCS with strerror_r, as
29372         AC_FUNC_STRERROR_R does that.
29373         Check for strerror declaration.
29374
29375         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
29376         are supposed to have them these days.
29377         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
29378         Merge changes from latest Autoconf CVS.
29379         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
29380         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
29381         POSIX decided to standardize on the int flavor of strerror_r.
29382
29383 2001-10-20  Paul Eggert  <eggert@twinsun.com>
29384
29385         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
29386         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
29387         Use strerror_r that is only a macro, even if it is not a function.
29388         (strerror): Check for HAVE_DECL_STRERROR before declaring.
29389         (private_strerror): Use prototypes, not old-style function definition.
29390         (print_errno_message): New function.
29391         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
29392         char*-flavored one.
29393         (error_tail, error, error_at_line): Use it.
29394
29395 2001-10-11  Jim Meyering  <meyering@lucent.com>
29396
29397         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
29398         and quote_n (1, ... to avoid clobbering a buffer.
29399
29400 2001-10-05  Jim Meyering  <meyering@lucent.com>
29401
29402         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
29403         hash-pjw.h.
29404         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
29405         * lib/hash-pjw.h: New file.
29406
29407 2001-09-30  Jim Meyering  <meyering@lucent.com>
29408
29409         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
29410         `struct fsstat' has the `f_fstypename' member.
29411         Use that to define FS_TYPE, which is now used to make
29412         the getfsstat link test tighter.
29413
29414 2001-09-30  Jim Meyering  <meyering@lucent.com>
29415
29416         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
29417         Include <sys/ucred.h>, for Apple Darwin.
29418         Include sys/mount.h and sys/fs_types.h only if available.
29419         (FS_TYPE): Define.
29420         (read_filesystem_list): Use FS_TYPE.
29421
29422 2001-09-29  Paul Eggert  <eggert@twinsun.com>
29423
29424         * lib/exclude.c (excluded_filename): 0 -> false, since it's
29425         a boolean context.
29426
29427 2001-09-29  Jim Meyering  <meyering@lucent.com>
29428
29429         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
29430         [one-argument getmntent function]): Include stdio.h before mntent.h.
29431         SunOS 4.1.x needs it for the declaration of `FILE'.
29432         Patch by Volker Borchert.
29433
29434         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
29435         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
29436         sys/fs_types.h, and make the link-test for getfsstat guard #include
29437         directives with appropriate #if HAVE_*_H tests so that we can
29438         detect getfsstat on Apple Darwin1.3.7 systems.
29439         Reported by Nelson Beebe.
29440         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
29441
29442 2001-09-28  Paul Eggert  <eggert@twinsun.com>
29443
29444         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
29445         #defines strtoimax.  Also treat the other strto* functions
29446         like strtoimax.
29447
29448         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
29449         Check for strtoul and strtoumax,
29450         as those declarations are made even in the signed case.
29451         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
29452         Likewise, for strtol and strtoimax.
29453
29454 2001-09-28  Paul Eggert  <eggert@twinsun.com>
29455
29456         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
29457         #defines strtoimax.  Also treat the other strto* functions
29458         like strtoimax.
29459
29460         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
29461         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
29462         (strtoimax, strtoumax): Do not declare if already defined as a macro.
29463
29464 2001-09-26  Jim Meyering  <meyering@lucent.com>
29465
29466         Most macros in unlocked-io.h had the wrong number of arguments.
29467         * lib/gen-uio: New script.
29468         (USE_UNLOCKED_IO): Define to 1 if not already defined.
29469         * lib/unlocked-io.hin: Remove file.
29470         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
29471         rather than trying to embed it here.
29472         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
29473         Reported by Padraig Brady.
29474
29475 2001-09-25  Volker Borchert  <bt@teknon.de>
29476
29477         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
29478         `result'.
29479
29480 2001-09-24  Jim Meyering  <meyering@lucent.com>
29481
29482         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
29483
29484 2001-09-23  Jim Meyering  <meyering@lucent.com>
29485
29486         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
29487         instead of the mere test for existence of mntent.h.  The latter
29488         would get a false-positive on AIX 3.4 systems.
29489         In the outer getmntent if-block, don't die if neither of the getmntent
29490         tests succeeds.  Instead, just fall through and continue with the
29491         remaining tests.
29492
29493 2001-09-23  Jim Meyering  <meyering@lucent.com>
29494
29495         * lib/mountlist.c: Remove useless parentheses in #if directives.
29496         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
29497         the deprecated MOUNTED symbol is no longer defined in mntent.h.
29498
29499 2001-09-22  Jim Meyering  <meyering@lucent.com>
29500
29501         * m4/gettext.m4: New file.  From gettext.
29502         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
29503         * m4/progtest.m4: Likewise
29504         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
29505         * m4/glibc21.m4: Likewise.
29506
29507         * m4/libintl.m4: Remove.  No longer used.
29508
29509 2001-09-22  Jim Meyering  <meyering@lucent.com>
29510
29511         * lib/localcharset.c: Update from latest gettext.
29512         * lib/config.charset: Likewise.
29513
29514 2001-09-20  Jim Meyering  <meyering@lucent.com>
29515
29516         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
29517         strtoimax.
29518         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
29519         strtoumax.
29520
29521 2001-09-20  Jim Meyering  <meyering@lucent.com>
29522
29523         * lib/xstrtol.c (strtoimax): Guard declaration with
29524         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
29525         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
29526         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
29527         (strtoumax): Likewise, for completeness (it wasn't necessary).
29528
29529 2001-09-17  Paul Eggert  <eggert@twinsun.com>
29530
29531         * lib/strtoimax.c (HAVE_LONG_LONG):
29532         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
29533         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
29534         to work around bug in IBM C compiler.
29535
29536 2001-09-17  Jim Meyering  <meyering@lucent.com>
29537
29538         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
29539         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
29540         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
29541         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
29542         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
29543         whenever the right hand side need not be expanded by the shell.
29544
29545 2001-09-16  Paul Eggert  <eggert@twinsun.com>
29546
29547         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
29548         library.  It's not correct, as some older glibcs are buggy.
29549         fnmatch wasn't fixed until glibc 2.2.
29550
29551         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
29552         special shell magic here.
29553
29554 2001-09-16  Jim Meyering  <meyering@lucent.com>
29555
29556         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
29557         * m4/jm-macros.m4: Require it.
29558
29559 2001-09-16  Jim Meyering  <meyering@lucent.com>
29560
29561         * lib/mkdir.c: New file.
29562
29563 2001-09-15  Jim Meyering  <meyering@lucent.com>
29564
29565         * m4/jm-macros.m4: Check for help2man.
29566
29567 2001-09-11  Jim Meyering  <meyering@lucent.com>
29568
29569         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
29570         The body, by Paul Eggert, was moved here from configure.in.
29571         * m4/jm-macros.m4: Require UTILS_HOST_OS.
29572
29573 2001-09-04  Paul Eggert  <eggert@twinsun.com>
29574
29575         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
29576         (jm_PREREQ): Use it.
29577
29578 2001-09-04  Paul Eggert  <eggert@twinsun.com>
29579
29580         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
29581         Use ssize_t, not int, to store result of readlink.
29582         Check for ssize_t overflow as well as size_t overflow,
29583         as POSIX says the result of readlink is implementation-defined
29584         when ssize_t overflows.
29585         Remove unnecessary cast to char*.
29586         Use free+malloc instead of realloc, as the storage doesn't need
29587         to be preserved and it's clearer and can be more efficient that way.
29588         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
29589         * lib/xreadlink.h (xreadlink): Update prototype.
29590
29591 2001-09-04  Paul Eggert  <eggert@twinsun.com>
29592
29593         * lib/xgetcwd.c: Revert some of the previous change; intead,
29594         fix the HAVE_GETCWD_NULL code to behave more like the
29595         !HAVE_GETCWD_NULL code used to.
29596
29597         Include "xalloc.h".
29598         (xgetcwd): Do not return NULL when memory is exhausted; instead,
29599         invoke xalloc_die.
29600
29601 2001-09-03  Paul Eggert  <eggert@twinsun.com>
29602
29603         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
29604         sys/param.h, as pathmax.h includes them.
29605
29606 2001-09-03  Paul Eggert  <eggert@twinsun.com>
29607
29608         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
29609         (jm_PREREQ_XGETCWD): New macro.
29610
29611         * m4/getcwd.m4: New file.
29612
29613 2001-09-03  Paul Eggert  <eggert@twinsun.com>
29614
29615         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
29616         like the HAVE_GETCWD_NULL code.
29617         Include pathmax.h if not HAVE_GETCWD.
29618         Do not include xalloc.h.
29619         (INITIAL_BUFFER_SIZE): New symbol.
29620         Do not use xmalloc / xrealloc, since the caller is responsible for
29621         handling errors.  Preserve errno around `free' during failure.
29622         Do not overrun buffer when using getwd.
29623
29624 2001-09-03  Paul Eggert  <eggert@twinsun.com>
29625
29626         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
29627         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
29628         getcwd (NULL, 0).
29629
29630 2001-09-03  Paul Eggert  <eggert@twinsun.com>
29631
29632         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
29633         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
29634         spotted by Jim Meyering.
29635
29636 2001-09-03  Jim Meyering  <meyering@lucent.com>
29637
29638         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
29639         failure.
29640
29641 2001-09-02  Jim Meyering  <meyering@lucent.com>
29642
29643         * lib/error.c: Update from GNU libc.
29644
29645 2001-09-01  Jim Meyering  <meyering@lucent.com>
29646
29647         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
29648         Used by df.
29649
29650 2001-09-01  Jim Meyering  <meyering@lucent.com>
29651
29652         * lib/xreadlink.c: New file.
29653         * lib/xreadlink.h: New file.
29654         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
29655         xreadlink.h.
29656
29657         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
29658         doesn't conflict with sparc Solaris 7's definition in
29659         /usr/include/sys/int_types.h.
29660
29661         * lib/exclude.c: Use `""', not `<>' to #include non-system header
29662         files.
29663         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
29664         and strncasecmp as r-values.  Unixware didn't have declarations.
29665
29666 2001-08-31  Paul Eggert  <eggert@twinsun.com>
29667
29668         * lib/xstrtol.h: Add copyright notice.
29669         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
29670         LONGINT_INVALID_SUFFIX_CHAR.
29671
29672 2001-08-31  Paul Eggert  <eggert@twinsun.com>
29673
29674         * lib/xstrtol.c (strtoimax): New decl.
29675
29676 2001-08-31  Paul Eggert  <eggert@twinsun.com>
29677
29678         * lib/xgetcwd.c: Don't include pathmax.h.
29679         Include stdlib.h and unistd.h if available.
29680         Include xalloc.h.
29681         (xmalloc, xstrdup, free): Remove decls.
29682         (xgetcwd): Don't assume sizes fit in unsigned.
29683         Check for overflow when computing sizes.
29684         Simplify reallocation code.
29685
29686 2001-08-31  Paul Eggert  <eggert@twinsun.com>
29687
29688         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
29689         a directory's st_size can have an arbitrary value, so the old
29690         usage could waste an arbitrary amount of memory.  All uses
29691         changed.
29692         * lib/savedir.h: Update prototype.
29693
29694 2001-08-31  Paul Eggert  <eggert@twinsun.com>
29695
29696         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
29697
29698         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
29699         old strtoimax.c.
29700
29701         Also, make the following further changes to make this file's
29702         configuration more similar to that of strtol.c:
29703         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
29704         (strtoumax, uintmax_t, strtoull, strtol): Remove.
29705         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
29706         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
29707         changed to signed values.
29708
29709         And make the following changes as well:
29710         Fix copyright notice, as 1999 was missing.
29711         (verify): New macro.
29712         (strtoimax): Check sizes at compile-time, not run-time.
29713         Prefer strtol to strtoll if both work.
29714         (main): Remove; it was not that useful and was a pain to maintain.
29715
29716         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
29717
29718 2001-08-31  Jim Meyering  <meyering@lucent.com>
29719
29720         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
29721         Use an initial, malloc'd, buffer of length 128 rather than
29722         a statically allocated one of length 1024.
29723
29724 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29725
29726         Simplify code, partly by assuming autoconf 2.52 semantics.
29727
29728         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
29729
29730         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
29731         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
29732         All uses removed.
29733         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
29734         Move AC_REQUIRE to next-to-top level, to avoid confusion.
29735         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
29736         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
29737         jm_AC_HEADER_INTTYPES_H.
29738         * m4/jm-macros.m4 (jm_MACROS): Likewise.
29739
29740         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
29741
29742         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
29743         Quote first arg of AC_DEFUN.
29744         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
29745         since they are needed to parse the include file even if we need
29746         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
29747         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
29748         but with opposite signedness.
29749
29750 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29751
29752         Merge 'exclude' changes from tar 1.13.22.
29753         This fixes one or two unlikely storage allocation overflow bugs,
29754         but doesn't change user-visible behavior otherwise.
29755
29756 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29757
29758         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
29759         (jm_PREREQ_EXCLUDE): New macro.
29760
29761 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29762
29763         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
29764         tm to be declared.
29765
29766 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29767
29768         * lib/hash.c: Remove '2001' from copyright notice.
29769
29770 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29771
29772         * lib/full-write.h: New file.
29773         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
29774         * lib/full-write.c: Correct credits, as cccp.c no longer
29775         exists and anyway it was so heavily changed from the old cccp
29776         code as to be unrecognizable.  Include full-write.h.
29777         (full_write) Return size_t, with short writes meaning failure.
29778         All callers changed.  This fixes a bug with large buffers
29779         on 64-bit hosts.
29780         * lib/utime.c: Include full-write.h.
29781
29782 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29783
29784         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
29785         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
29786         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
29787         Include if available.
29788         (<xalloc.h>): Include
29789         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
29790         (verify): New macro.  Use it to verify that EXCLUDE macros do not
29791         collide with FNM macros.
29792         (struct patopts): New struct.
29793         (struct exclude): Use it, as exclude patterns now come with options.
29794         (new_exclude): Support above changes.
29795         (new_exclude, add_exclude_file):
29796         Initial size must now be a power of two to simplify overflow checking.
29797         (free_exclude, fnmatch_no_wildcards): New function.
29798         (excluded_filename): No longer requires options arg, as the options
29799         are determined by add_exclude.  Now returns bool, not int.
29800         (excluded_filename, add_exclude):
29801         Add support for the fancy new exclusion options.
29802         (add_exclude, add_exclude_file): Now takes int options arg.
29803         Check for arithmetic overflow when computing sizes.
29804         (add_exclude_file): xrealloc might modify errno, so don't
29805         realloc until after errno might be used.
29806
29807         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
29808         New macros.
29809         (free_exclude): New decl.
29810         (add_exclude, add_exclude_file): Now takes int options arg.
29811         (excluded_filename): No longer requires options arg, as the options
29812         are determined by add_exclude.  Now returns bool, not int.
29813
29814 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29815
29816         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
29817
29818 2001-08-27  Jim Meyering  <meyering@lucent.com>
29819
29820         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
29821
29822         * lib/version-etc.c (N_): Remove definition.
29823         Revert most of last change.
29824         Instead, simply don't mark the `Copyright...' string for translation.
29825         Based on advice from Paul Eggert.
29826
29827         * lib/strtoxmax.c: Tweak comment.
29828
29829 2001-08-26  Jim Meyering  <meyering@lucent.com>
29830
29831         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
29832
29833         * m4/xstrtoimax.m4: New file.
29834         * m4/xstrtoumax.m4: Add comments explaining why we
29835         AC_REPLACE_FUNCS(strtol).
29836
29837 2001-08-26  Jim Meyering  <meyering@lucent.com>
29838
29839         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
29840         of copyright with `%s' so translators don't get an untranslated
29841         message in 2002.
29842         (COPYRIGHT_YEAR): Define.
29843         (version_etc): Use fprintf rather than fputs.
29844         Suggestion from Ulrich Drepper.
29845
29846         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
29847
29848         * lib/strtoll.c: New file, from GNU libc.
29849         * lib/xstrtoimax.c: New file.
29850
29851         * lib/xstrtol.h: Add xstrtoimax.
29852         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
29853         * lib/strtoimax.c: New file.  Likewise, but first define
29854         STRTOUXMAX_SIGNED.
29855
29856         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
29857         ...
29858         * lib/strtoxmax.c: ... then renamed to this.
29859
29860 2001-08-18  Paul Eggert  <eggert@twinsun.com>
29861
29862         * m4/inttypes.m4: Add AC_PREREQ(2.13).
29863         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
29864         (jm_AC_TYPE_INTMAX_T): New macro.
29865         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
29866
29867         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
29868
29869         * m4/longlong.m4: Renamed from ulonglong.m4.
29870         * m4/inttypes.m4: Renamed from inttypes_h.m4.
29871         * m4/uintmax_t.m4: Removed.
29872
29873 2001-08-13  Paul Eggert  <eggert@twinsun.com>
29874
29875         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
29876         Port to Solaris 8, where 'sed' requires a space after the 'r'
29877         command, and where sh dislikes "$/".  Clean up the spacing a bit.
29878         Redirect output to $tmp just once.
29879
29880 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
29881
29882         * lib/addext.c (<errno.h>): Include.
29883         (errno): Declare if not defined.
29884         (addext): Work correctly when pathconf returns -1 and leaves
29885         errno alone because there is no limit.  Also, work even if
29886         pathconf returns a value greater than SIZE_MAX.
29887
29888 2001-08-12  Jim Meyering  <meyering@lucent.com>
29889
29890         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
29891         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
29892         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
29893         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
29894         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
29895         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
29896         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
29897         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
29898         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
29899         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
29900         utime.m4, utimes.m4, xstrtoumax.m4:
29901         Quote the first argument in each use of AC_DEFUN.
29902
29903 2001-08-12  Jim Meyering  <meyering@lucent.com>
29904
29905         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
29906         Simply `return getcwd (NULL, 0);'.
29907         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
29908         Use 1300 as initial value for length, not PATH_MAX.
29909
29910         * lib/pathmax.h: Clean up cpp syntax.
29911
29912 2001-08-12  Jim Meyering  <meyering@lucent.com>
29913
29914         * lib/gettimeofday.c: New file.
29915         * lib/gtod.h: New file.
29916         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
29917
29918 2001-08-05  Jim Meyering  <meyering@lucent.com>
29919
29920         * m4/jm-macros.m4: Require autoconf-2.52.
29921
29922 2001-08-04  Jim Meyering  <meyering@lucent.com>
29923
29924         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
29925         stmt, to get in sync with glibc.
29926
29927 2001-08-03  Paul Eggert  <eggert@twinsun.com>
29928
29929         The following changes are from gettext 0.10.39 as maintained by
29930         Bruno Haible.
29931
29932         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
29933         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
29934         with inverted sense.  All uses changed.
29935
29936         * lib/mbswidth.c: Don't include <limits.h>.
29937         Include <stdlib.h> and <string.h> unconditionally.
29938         (iswcntrl, mbsinit, ISCNTRL): New macros.
29939         (mbsnwidth): Use K&R style function declarations.
29940         Don't bother checking for MB_LEN_MAX == 1, since the compiler
29941         can optimize it when MB_CUR_MAX == 1.
29942         The width of control characters is zero, not 1.
29943
29944 2001-08-03  Paul Eggert  <eggert@twinsun.com>
29945
29946         The following changes are from gettext 0.10.39 as maintained by
29947         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
29948
29949         * m4/codeset.m4: Upgrade to serial AM1.
29950         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
29951         all uses changed.  Quote first arg of AC_DEFUN.
29952         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
29953
29954         * m4/iconv.m4: Upgrade to serial AM2.
29955         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
29956         Add --with-libconv-prefix.
29957         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
29958         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
29959         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
29960         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
29961         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
29962
29963         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
29964         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
29965         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
29966         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
29967         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
29968         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
29969         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
29970         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
29971         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
29972
29973         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
29974         string.h any more.
29975
29976         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
29977         not the default value.
29978
29979         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
29980         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
29981         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
29982         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
29983         Also check for iswcntrl, used for wcwidth fallback.
29984         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
29985         to Autoconf 2.13.
29986
29987 2001-08-03  Jim Meyering  <meyering@lucent.com>
29988
29989         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
29990         as it was in the original.  Reported by Paul Eggert.
29991
29992 2001-07-16  Jim Meyering  <meyering@lucent.com>
29993
29994         * m4/gettimeofday.m4: New file.
29995         Prompted by a report from Bernhard Baehr.
29996
29997 2001-07-15  Jim Meyering  <meyering@lucent.com>
29998
29999         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
30000         stuff. Now it's in ../Makefile.cfg.
30001
30002 2001-07-15  Jim Meyering  <meyering@lucent.com>
30003
30004         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
30005         (BUILT_SOURCES): Add unlocked-io.h.
30006         (io_functions): Define.
30007         (unlocked-io.h): New rule.
30008         (DISTCLEANFILES): Add unlocked-io.h.
30009         (all-local): Depend on unlocked-io.h, to ensure it is created.
30010
30011         * lib/unlocked-io.hin: New file
30012
30013         * lib/regex.c: Update from glibc.
30014
30015 2001-07-05  Jim Meyering  <meyering@lucent.com>
30016
30017         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
30018         recommendation.
30019         (libfetish_a_SOURCES): Put all .h files here instead.
30020         Remove a thus-exposed (better checks in automake) duplicate and
30021         two unnecessary .h files.
30022
30023 2001-07-04  Jim Meyering  <meyering@lucent.com>
30024
30025         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
30026         that generates jm-glibc-io.m4 so that it doesn't trigger any make
30027         distcheck failure.
30028
30029 2001-07-02  Jim Meyering  <meyering@lucent.com>
30030
30031         The following changes were prompted by suggestions from Bruno Haible.
30032
30033         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
30034         is now generated.
30035         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
30036         definition of EXTRA_DIST.
30037         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
30038         ensure that the generated file is created/updated whenever the list
30039         of $(unlocked_functions) is changed.
30040         (jm-glibc-io.m4): New rule.
30041         (unlocked-io.h): New rule -- currently unused.
30042
30043 2001-06-24  Jim Meyering  <meyering@lucent.com>
30044
30045         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
30046         unmatched right bracket, rather than kludging it with an extra,
30047         falsely-matching quote in a comment.  Patch by Akim Demaille.
30048
30049 2001-06-11  Jim Meyering  <meyering@lucent.com>
30050
30051         * lib/regex.c: Update from GNU libc.
30052
30053 2001-05-27  Jim Meyering  <meyering@lucent.com>
30054
30055         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
30056         Check for ut_type in struct utmp.
30057
30058 2001-05-27  Jim Meyering  <meyering@lucent.com>
30059
30060         * lib/readutmp.h (UT_TYPE): Define.
30061
30062 2001-05-24  Jim Meyering  <meyering@lucent.com>
30063
30064         * lib/argmatch.c: Include "quote.h".
30065         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
30066         quote function.  Reported by Göran Uddeborg.
30067
30068 2001-05-22  Jim Meyering  <meyering@lucent.com>
30069
30070         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
30071         now that we use the package-supplied version unconditionally.
30072         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
30073
30074 2001-05-21  Jim Meyering  <meyering@lucent.com>
30075
30076         * m4/regex.m4: Change a couple backticks to single quotes to avoid
30077         shell syntax errors.
30078
30079 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
30080
30081         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
30082
30083 2001-05-20  Paul Eggert  <eggert@twinsun.com>
30084
30085         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
30086         Don't bother to check library strftime, since
30087         we'll be using our own my_strftime function anyway.
30088         Define my_strftime instead of strftime.
30089
30090 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
30091
30092         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
30093         which is not yet declared.
30094
30095 2001-05-15  Jim Meyering  <meyering@lucent.com>
30096
30097         * m4/regex.m4: Use proper quoting so brackets appear in the test
30098         program.
30099         Reported by, and with help from, Bruno Haible.
30100
30101 2001-05-13  Jim Meyering  <meyering@lucent.com>
30102
30103         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
30104         undefined.
30105
30106 2001-05-11  Paul Eggert  <eggert@twinsun.com>
30107
30108         dirname code cleanup.  base_name now behaves more compatibly
30109         with POSIX basename when given file names that have trailing
30110         slashes, and similarly for dir_name.  Add new primitives
30111         base_len and dir_len.  Put the directory-name-related decls
30112         into dirname.h.
30113
30114         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
30115         * lib/backupfile.c (base_name): Likewise.
30116         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
30117         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
30118         * lib/makepath.c (strip_trailing_slashes): Likewise.
30119         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
30120         ISSLASH): Likewise.
30121         * lib/rename.c (strip_trailing_slashes): Likewise.
30122         * lib/same.c (base_name): Likewise.
30123         * lib/stripslash.c (ISSLASH): Likewise.
30124
30125         * lib/addext.c: Include <dirname.h> after size_t is defined.
30126         * lib/backupfile.c: Likewise.
30127
30128         * lib/addext.c (addext): Use base_len to trim redundant
30129         trailing slashes instead of doing it ourselves.
30130         But do not trim the last slash if it is not redundant.
30131
30132         * lib/backupfile.c (find_backup_file_name,
30133         max_backup_version): Use base_len instead of rolling it ourselves.
30134         Handle the case of "" and (on DOS) "C:" correctly.
30135
30136         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
30137         needed. Include <string.h>, <dirname.h>.
30138         (base_name): Allow file names ending in slashes, other than names
30139         that are all slashes.  In this case, return the basename followed
30140         by the slashes.  This is more general, and can be used in places
30141         where the original base_name purposely had an assertion failure.
30142         (base_len): New function.
30143
30144         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
30145         Do not include <assert.h>; no longer needed.
30146         Include xalloc.h.
30147         (memrchr): Remove decl.
30148         (dir_name_r): Remove.
30149         (dir_len): Renamed from dirlen.  All callers changed.
30150         Rewrite in terms of base_name, for simplicity and consistency.
30151         (dir_name): Never return NULL.  All callers changed.
30152         Do not include <stdlib.h> in test program; no longer needed.
30153         return 0; is fine for test program.
30154
30155         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
30156         New macros.
30157         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
30158
30159         * lib/path-concat.c (path_concat): Use base_len to compute
30160         base length, not strlen; this means we cannot rely on memcpy
30161         to null-terminate.
30162
30163         * lib/same.c (STREQ): Remove.
30164         (same_name): Handle the case where the basename ends in trailing '/'.
30165
30166         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
30167         a slash was stripped.  Do not strip the last slash after a
30168         file system prefix.
30169
30170 2001-05-11  Paul Eggert  <eggert@twinsun.com>
30171
30172         * lib/Makefile.am (libfetish_a_SOURCES):
30173         Add strftime.c, since we now compile it on all hosts.
30174
30175         * lib/strftime.c (my_strftime):
30176         Define to nstrftime if emacs, but only if my_strftime is not defined.
30177         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
30178         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
30179         Add one more extra argument: a nanoseconds value.
30180         All uses changed.
30181         (ns): New macro.
30182         (my_strftime function): Add %N format.
30183         (emacs_strftimeu): Renamed from emacs_strftime,
30184         with extra ut argument.
30185
30186 2001-05-09  Paul Eggert  <eggert@twinsun.com>
30187
30188         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
30189
30190 2001-04-21  Jim Meyering  <meyering@lucent.com>
30191
30192         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
30193         doesn't interfere.
30194
30195 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
30196
30197         * m4/ftruncate.m4: Check for chsize.
30198         Link with ftruncate.o unconditionally if ftruncate is missing.
30199         This was required when cross-compiling to i586-mingw32msvc.
30200
30201 2001-04-08  Jim Meyering  <meyering@lucent.com>
30202
30203         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
30204         recomputed; that's necessary when the offset spans a DST transition.
30205         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
30206
30207 2001-04-02  Jim Meyering  <meyering@lucent.com>
30208
30209         * lib/regex.h, regex.c: Update from GNU libc.
30210
30211 2001-03-24  Jim Meyering  <meyering@lucent.com>
30212
30213         * m4/jm-macros.m4: Require autoconf-2.49d.
30214
30215 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
30216
30217         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
30218
30219 2001-03-19  Paul Eggert  <eggert@twinsun.com>
30220
30221         * lib/version-etc.c (version_etc_copyright): Update to 2001.
30222
30223 2001-03-17  Jim Meyering  <meyering@lucent.com>
30224
30225         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
30226         now that the version in autoconf is equivalent.
30227         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
30228
30229         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
30230         Suggestion from Akim Demaille.
30231
30232         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
30233         (jm_PREREQ_TEMPNAME): New function.
30234
30235 2001-03-16  Paul Eggert  <eggert@twinsun.com>
30236
30237         * lib/tempname.c (uint64_t): Define to uintmax_t if
30238         not defined, and if UINT64_MAX is not defined.
30239         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
30240         Reported by John David Anglin.
30241
30242 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
30243
30244         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
30245         resolve alias if codeset is empty.
30246         * lib/config.charset (BeOS): Use wildcard syntax.
30247
30248 2001-03-13  Jim Meyering  <meyering@lucent.com>
30249
30250         * lib/path-concat.c (path_concat)
30251         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
30252         concatenating e.g., `C:' and `foo'.
30253         From Bruno Haible.
30254
30255 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
30256
30257         * lib/localcharset.c (locale_charset): Don't use
30258         setlocale(LC_CTYPE,NULL). Don't return NULL.
30259         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
30260
30261 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
30262
30263         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
30264         support for DOS/DJGPP.
30265
30266 2001-03-01  Paul Eggert  <eggert@twinsun.com>
30267
30268         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
30269         lacks mkstemp.  Compile our own tempname.c if we compile our own
30270         mkstemp.c, as mkstemp relies on tempname.
30271
30272 2001-03-01  Jim Meyering  <meyering@lucent.com>
30273
30274         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
30275         AH_VERBATIM really does output its argument verbatim.
30276
30277 2001-02-28  Paul Eggert  <eggert@twinsun.com>
30278
30279         * lib/Makefile.am (libfetish_a_SOURCES):
30280         Add dup-safer.c, fopen-safer.c.
30281         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
30282
30283         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
30284         * lib/unistd-safer.h: New files.
30285
30286 2001-02-25  Paul Eggert  <eggert@twinsun.com>
30287
30288         The mkstemp replacement is taken from glibc 2.2.2, with some
30289         portability fixes for use outside glibc, as follows:
30290
30291         * lib/tempname.c (struct_stat64): New macro.
30292         (direxists, __gen_tempname): Use it.
30293         This avoids a portability problem with Solaris 8.
30294
30295         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
30296         (<stddef.h>, <stdint.h>, <string.h>):
30297         Include only if STDC_HEADERS || _LIBC.
30298         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
30299         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
30300         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
30301         (__set_errno): Define this macro if <errno.h> doesn't.
30302         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
30303         Define these macros if <stdio.h> doesn't.
30304         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
30305         Define these macros if <sys/stat.h>
30306         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
30307         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
30308         __xstat64): Define if not _LIBC.
30309         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
30310         (__gen_tempname): Invoke gettimeofday only if
30311         HAVE_GETTIMEOFDAY || _LIBC;
30312         otherwise, fall back on plain "time".
30313         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
30314
30315         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
30316
30317         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
30318
30319 2001-02-18  Paul Eggert  <eggert@twinsun.com>
30320
30321         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
30322
30323 2001-02-17  Paul Eggert  <eggert@twinsun.com>
30324
30325         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
30326         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
30327         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
30328         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
30329
30330 2001-02-17  Paul Eggert  <eggert@twinsun.com>
30331
30332         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
30333         Remove workaround macros for hosts that have mbrtowc but not
30334         mbstate_t, as we now insist on proper declarations for both
30335         before using mbrtowc.
30336
30337 2001-02-17  Jim Meyering  <meyering@lucent.com>
30338
30339         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
30340         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
30341         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
30342         UnixWare 7.1.1.
30343
30344         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
30345         rather than AC_CACHE_VAL.
30346
30347 2001-02-17  Jim Meyering  <meyering@lucent.com>
30348
30349         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
30350         around included file name.
30351
30352         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
30353
30354         * lib/strftime.c: Update from GNU libc (the only changes were to
30355         comments).
30356
30357 2001-02-17  Jim Meyering  <meyering@lucent.com>
30358
30359         * lib/regex.c: Update from libc.
30360
30361 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
30362
30363         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
30364         clash.
30365
30366 2001-02-16  Paul Eggert  <eggert@twinsun.com>
30367
30368         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
30369         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
30370         Reported by Mark Hounschell via Paul Eggert.
30371
30372 2001-02-07  Jim Meyering  <meyering@lucent.com>
30373
30374         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
30375
30376 2001-02-05  Jim Meyering  <meyering@lucent.com>
30377
30378         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
30379         it includes the patch required for `large file' support with at least
30380         HP-UX's 10.20 /bin/cc.
30381
30382 2001-02-03  Jim Meyering  <meyering@lucent.com>
30383
30384         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
30385         AS_IF, now that it works once again (mysteriously).
30386         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
30387
30388 2001-01-30  Jim Meyering  <meyering@lucent.com>
30389
30390         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
30391         * m4/chown.m4: Rename conftestchown to conftest.chown.
30392         * m4/rename.m4: s/conftestdir/conftest.d1/ and
30393         s/conftestdir2/conftest.d2/.
30394         * m4/utimes.m4: s/conftestdata/conftest.data/
30395         Inspired by Pavel Roskin's change in autoconf.
30396
30397 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
30398
30399         * lib/config.charset: Update for FreeBSD 4.2.
30400
30401 2001-01-27  Jim Meyering  <meyering@lucent.com>
30402
30403         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
30404         a use of AS_IF.
30405         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
30406
30407 2001-01-26  Jim Meyering  <meyering@lucent.com>
30408
30409         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
30410         quotearg.c includes it.
30411
30412 2001-01-26  Jim Meyering  <meyering@lucent.com>
30413
30414         * lib/quotearg.c: Include stddef.h.
30415         * lib/quote.c: Include stddef.h.
30416         Reported by Axel Kittenberger.
30417
30418         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
30419         line in double quotes so that it evokes a better diagnostic.
30420         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
30421         Reported by Axel Kittenberger.
30422
30423 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
30424
30425         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
30426         as if it was a `charset'.
30427
30428 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
30429
30430         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
30431         has const.
30432
30433 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
30434
30435         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
30436         to avoid a warning.  Add back 'const' to inptr.
30437
30438 2001-01-20  Jim Meyering  <meyering@lucent.com>
30439
30440         Be sure that headers are checked before used in code compiled
30441         for the type checks.
30442         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
30443         In place of that, invoke jm_CHECK_ALL_TYPES.
30444         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
30445         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
30446         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
30447         The check for ssize_t was mistakenly run before the test for unistd.h.
30448
30449         The configure-time check for stdbool.h was missing.
30450         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
30451         (jm_PREREQ_HASH): New function.
30452
30453 2001-01-17  Jim Meyering  <meyering@lucent.com>
30454
30455         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
30456         for autoconf-2.49c.
30457         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
30458
30459 2001-01-16  Jim Meyering  <meyering@lucent.com>
30460
30461         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
30462         From Bruno Haible.
30463
30464 2001-01-14  Jim Meyering  <meyering@lucent.com>
30465
30466         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
30467         foo and bar.  Create conftestdir/ in the script, not in the C code.
30468         Remove directories in the script, not in the C code.
30469         Remove conftestdir{,2} before trying to create the directory.
30470         Make the entire configure script fail if the mkdir fails.
30471
30472 2001-01-14  Jim Meyering  <meyering@lucent.com>
30473
30474         * lib/rename.c: New file.  From Volker Borchert.
30475         Include stdlib.h, string.h or strings.h, and xalloc.h.
30476         Use strip_trailing_slashes rather than open-coding it.
30477
30478 2001-01-03  Paul Eggert  <eggert@twinsun.com>
30479
30480         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
30481
30482 2001-01-03  Jim Meyering  <meyering@lucent.com>
30483
30484         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
30485         of local `inptr' to avoid warning with some system declarations of
30486         iconv.
30487
30488 2001-01-02  Volker Borchert  <bt@teknon.de>
30489
30490         * m4/rename.m4: New file.
30491         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
30492
30493 2001-01-01  Jim Meyering  <meyering@lucent.com>
30494
30495         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
30496         even on systems with utmpx.h.  It's necessary for the declaration of
30497         utmp's ut_user member.  Reported by Andreas Jaeger.
30498
30499         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
30500         available. They are required for the declarations of getgrgid and
30501         getpwuid resp.
30502         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
30503         Reported by Andreas Jaeger.
30504
30505 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
30506
30507         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
30508         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
30509         so `make install' also works in VPATH builds.
30510
30511 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
30512
30513         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
30514         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
30515         can be used in subdirectories.
30516
30517 2000-12-29  Paul Eggert  <eggert@twinsun.com>
30518
30519         * lib/modechange.c: Do not assume that mode_t uses the
30520         traditional octal encoding.  E.g. "chmod 1 FOO" should set
30521         the other-execute bit of FOO even if S_IXOTH != 1.
30522
30523         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
30524         WOTH, XOTH, ALLM): New macros.
30525         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
30526          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
30527         Use them.
30528         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
30529         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
30530         (mode_compile):
30531         No need to use uintmax_t; unsigned long is long enough.
30532         Don't bother to get suffix since we don't use it.
30533
30534 2000-12-26  Jim Meyering  <meyering@lucent.com>
30535
30536         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
30537         better with autoheader.
30538
30539 2000-12-24  Jim Meyering  <meyering@lucent.com>
30540
30541         * lib/hash.c (is_prime): Return explicit boolean values.
30542         (hash_get_first): Return NULL to appease Irix5.6's 89.
30543         Reported by Nelson Beebe.
30544
30545 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
30546
30547         * lib/localcharset.c (locale_charset): Add support for Win32.
30548
30549 2000-12-18  Paul Eggert  <eggert@twinsun.com>
30550
30551         * lib/physmem.h, lib/physmem.c: New files.
30552
30553         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
30554         (noinst_HEADERS): Add physmem.h.
30555
30556         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
30557         't' for compatibility with Solaris 8 sort.
30558
30559 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
30560
30561         * lib/config.charset: Add support for BeOS.
30562
30563 2000-12-17  Jim Meyering  <meyering@lucent.com>
30564
30565         * m4/dos.m4 (jm_AC_DOS): New file and macro.
30566         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
30567
30568 2000-12-16  Jim Meyering  <meyering@lucent.com>
30569
30570         This bug had a serious impact on chown: `chown N:M FILE' (for integer
30571         N and M) would have treated it like `chown N:N FILE'.
30572
30573         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
30574
30575 2000-12-16  Jim Meyering  <meyering@lucent.com>
30576
30577         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
30578         SHELLS_FILE to a file name that's useful on djgpp systems.
30579         Include stdlib.h.
30580         (ADDITIONAL_DEFAULT_SHELLS): Define.
30581         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
30582         Based mostly on a patch from Prashant TR.
30583
30584 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
30585
30586         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
30587         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
30588         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
30589
30590 2000-12-08  Andreas Schwab  <schwab@suse.de>
30591
30592         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
30593         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
30594
30595 2000-12-07  Jim Meyering  <meyering@lucent.com>
30596
30597         * lib/stripslash.c (ISSLASH): Define.
30598         (strip_trailing_slashes): Use ISSLASH rather than comparing against
30599         `/'.
30600         From Prashant TR.
30601
30602         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
30603         (dir_name_r): Declare this function as static.
30604         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
30605         manifest itself on a name containing a mix of slashes and
30606         backslashes.
30607         Make this function work with names starting with a DOS-style
30608         drive letter and colon prefix.
30609         (dir_name): Append `.' if necessary.
30610         Based mostly on patches from Prashant TR and Eli Zaretskii.
30611
30612         * lib/dirname.h (dir_name_r): Remove prototype.
30613
30614 2000-12-06  Paul Eggert  <eggert@twinsun.com>
30615
30616         * m4/off_t-format.m4: Remove this file.
30617         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
30618
30619 2000-12-06  Jim Meyering  <meyering@lucent.com>
30620
30621         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
30622         replacement strtoull, we may well need the replacement strtoul, too.
30623         Check for declarations of strtoul and strtoull.
30624         Check for strtol.  Mainly as a cue to cause automake to include
30625         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
30626         Check for limits.h -- strtol.c needs it.
30627
30628 2000-12-05  Jim Meyering  <meyering@lucent.com>
30629
30630         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
30631
30632 2000-12-04  Jim Meyering  <meyering@lucent.com>
30633
30634         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
30635         Also include memory.h, stdlib.h, unistd.h if appropriate.
30636         Reported by Andreas Jaeger (conflicting declaration of malloc).
30637
30638 2000-12-02  Jim Meyering  <meyering@lucent.com>
30639
30640         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
30641         * m4/jm-macros.m4 (jm_MACROS): require it.
30642
30643 2000-12-02  Jim Meyering  <meyering@lucent.com>
30644
30645         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
30646
30647 2000-12-01  Paul Eggert  <eggert@twinsun.com>
30648
30649         * lib/memrchr.c: Include <config.h> before any system include file.
30650
30651 2000-11-30  Jim Meyering  <meyering@lucent.com>
30652
30653         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
30654
30655 2000-11-30  Jim Meyering  <meyering@lucent.com>
30656
30657         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
30658
30659 2000-11-29  Paul Eggert  <eggert@twinsun.com>
30660
30661         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
30662
30663 2000-11-26  Jim Meyering  <meyering@lucent.com>
30664
30665         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
30666
30667 2000-11-22  Paul Eggert  <eggert@twinsun.com>
30668
30669         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
30670         size of (size_t) -1; it's not portable.
30671
30672 2000-11-17  Jim Meyering  <meyering@lucent.com>
30673
30674         * lib/strstr.c: Update from GNU libc.
30675
30676 2000-11-17  Akim Demaille  <akim@epita.fr>
30677
30678         * lib/obstack.h: Formatting changes.
30679         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
30680         prevent type checking.
30681         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
30682         cast the value to (void *): assigning a `foo *' to a `void *'
30683         variable is valid.
30684         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
30685
30686 2000-11-16  Jim Meyering  <meyering@lucent.com>
30687
30688         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
30689
30690 2000-11-11  Jim Meyering  <meyering@lucent.com>
30691
30692         * lib/error.c: Add a couple #includes, merging from GNU libc version.
30693
30694 2000-11-10  Jim Meyering  <meyering@lucent.com>
30695
30696         * lib/obstack.h: Update from GNU libc.
30697         * lib/obstack.c: Likewise.
30698
30699 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
30700
30701         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
30702
30703 2000-11-06  Paul Eggert  <eggert@twinsun.com>
30704
30705         * lib/getusershell.c (setusershell): Use rewind rather than
30706         fseek/fseeko, to avoid configuration hassles with fseeko.
30707         Don't bother opening SHELLS_FILE if shellstream is NULL;
30708         it's not necessary.
30709
30710 2000-11-05  Jim Meyering  <meyering@lucent.com>
30711
30712         * lib/makepath.h (make_dir): Declare.
30713         * lib/makepath.c (make_dir): Remove `static' attribute.
30714         Tweak a comment.
30715
30716 2000-11-04  Jim Meyering  <meyering@lucent.com>
30717
30718         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
30719
30720 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
30721
30722         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
30723         last one in a bucket, advance to the next bucket.
30724
30725 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
30726
30727         * lib/fnmatch.c: Do not comment out all the code if we are using
30728         the GNU C library, because in some cases we are replacing buggy
30729         code in the GNU C library itself.
30730
30731 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
30732
30733         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
30734         (regex_compile): Catch bogus \(\1\).
30735
30736 2000-10-30  Paul Eggert  <eggert@twinsun.com>
30737
30738         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
30739         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
30740         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
30741
30742 2000-10-30  Paul Eggert  <eggert@twinsun.com>
30743
30744         * lib/error.h, getline.h, modechange.h:
30745         Remove "2000" from Copyright line, as the file hasn't been
30746         changed this year other than in the copyright notice.
30747
30748         * lib/xalloc.h: Add "2000" to Copyright line, as this file
30749         was changed this year.
30750
30751 2000-10-29  Jim Meyering  <meyering@lucent.com>
30752
30753         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
30754         renaming.
30755         * m4/ls-mntd-fs.m4: Likewise
30756
30757 2000-10-29  Jim Meyering  <meyering@lucent.com>
30758
30759         * lib/xstat.in: Fix grammar in comment.
30760
30761 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
30762
30763         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
30764         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
30765         doesn't define __restrict_arr.
30766
30767 2000-10-28  Jim Meyering  <meyering@lucent.com>
30768
30769         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
30770         (jm_PREREQ_MEMCHR): New function.
30771
30772 2000-10-28  Jim Meyering  <meyering@lucent.com>
30773
30774         * lib/memchr.c: Update from libc.
30775         Adjust for portability:
30776         [HAVE_STDLIB_H]: Include stdlib.h.
30777         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
30778         Undef __memchr, too.
30779         [!weak_alias]: Define __memchr to memchr.
30780
30781         * lib/regex.c: Update from libc.
30782         * lib/regex.h: Likewise.
30783         * lib/getopt1.c: Likewise.
30784         * lib/memcmp.c: Likewise.
30785
30786         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
30787         Avoid using fseek, when possible -- it's broken by design.
30788         Patch by Ulrich Drepper.
30789
30790 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
30791
30792         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
30793         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
30794         Giving in to popular pressure to shut up the compiler with casts.
30795
30796 2000-10-26  Jim Meyering  <meyering@lucent.com>
30797
30798         * lib/strftime.c: Update from libc.
30799
30800 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
30801
30802         * regex.c: More `unsigned char' -> `re_char' changes.
30803         Also change several `int' into `re_wchar_t'.
30804         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
30805         (PUSH_FAILURE_POINTER): Don't cast any more.
30806         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
30807         We want GCC to complain, since this piece of code makes
30808         re_match non-reentrant, which *should* be fixed.
30809         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
30810         (EXTEND_BUFFER): Use RETALLOC.
30811         (SET_LIST_BIT): Don't cast.
30812         (re_wchar_t): New type.
30813         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
30814         that those two functions will always properly return.
30815         (IMMEDIATE_QUIT_CHECK): Cast to void.
30816         (analyse_first): Use recursion rather than an explicit stack.
30817         (re_compile_fastmap): Can't fail anymore.
30818         (re_search_2): Don't check re_compile_fastmap for failure.
30819         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
30820         Now also sets the new value (passed in a new argument).
30821         (re_match_2_internal): Use it.
30822         Also, use a new var `reg' of type size_t when looping through regs
30823         rather than reuse the inappropriate `mcnt'.
30824
30825 2000-10-25  Jim Meyering  <meyering@lucent.com>
30826
30827         * lib/obstack.c: Update from libc.
30828
30829 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
30830
30831         * regex.c (regex_compile): Change the way of handling a range from
30832         a char less than 256 to a char not less than 256.
30833
30834 2000-10-24  Andrew Innes  <andrewi@gnu.org>
30835
30836         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
30837         NT-Emacs only.
30838         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
30839         so that re_search functions only quit when callers expect them to.
30840
30841 2000-10-23  Jim Meyering  <meyering@lucent.com>
30842
30843         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
30844         wrong.  That set_locale call must not have any side effects.
30845         From Paul Eggert.
30846
30847 2000-10-22  Jim Meyering  <meyering@lucent.com>
30848
30849         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
30850         [CYCLIC]: Remove now-unused definition.
30851
30852         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
30853         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
30854         Suggestion from Ulrich Drepper.
30855
30856 2000-10-21  Jim Meyering  <meyering@lucent.com>
30857
30858         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
30859         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
30860         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
30861
30862 2000-10-21  Jim Meyering  <meyering@lucent.com>
30863
30864         * lib/dirname.c (memrchr): Declare if necessary.
30865         (dir_name): Remove the restriction that there be no
30866         trailing slashes.  Now, this code skips past them, effectively
30867         ignoring them.
30868         [TEST_DIRNAME] (main): New unit tests.
30869
30870         * lib/memrchr.c: New file from GNU libc.
30871         Undef __memrchr, too.
30872         [!weak_alias]: Define __memrchr to memrchr.
30873         Guard weak_alias use with `#ifdef weak_alias'.
30874
30875 2000-10-21  Jim Meyering  <meyering@lucent.com>
30876
30877         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
30878         (dir_name): Use dir_name_r.
30879         * lib/dirname.h (dir_name_r): Declare it.
30880
30881 2000-10-17  Jim Meyering  <meyering@lucent.com>
30882
30883         * lib/quote.h (PARAMS): Define and use.
30884         Reported by Akim Demaille.
30885
30886         * lib/getopt.c: Update from libc.
30887
30888 2000-10-16  Jim Meyering  <meyering@lucent.com>
30889
30890         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
30891         setlocale.
30892         From Jan Fedak.
30893
30894 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
30895
30896         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
30897
30898 2000-09-25  Jim Meyering  <meyering@lucent.com>
30899
30900         * lib/md5.h (rol): Define (from GnuPG).
30901
30902         * lib/sha.c: Give credit (GnuPG) where due.
30903         (M): Use rol rather than open-coding it.
30904         Add a FIXME comment.
30905
30906 2000-09-21  Jim Meyering  <meyering@lucent.com>
30907
30908         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
30909         Reported by Michael Stone.
30910
30911 2000-09-20  Jim Meyering  <meyering@lucent.com>
30912
30913         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
30914         (noinst_HEADERS): Add sha.h.
30915         Based on code from Scott G. Miller and from GnuPG.
30916
30917 2000-09-18  Jim Meyering  <meyering@lucent.com>
30918
30919         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
30920         LIBS. Otherwise, everyone ends up linking with -lelf for some
30921         configurations.
30922         Reported by Mike Stone.
30923
30924 2000-09-15  Jim Meyering  <meyering@lucent.com>
30925
30926         * lib/regex.c: Update from libc.
30927
30928 2000-09-10  Jim Meyering  <meyering@lucent.com>
30929
30930         * lib/getopt.c (_getopt_internal): Update from glibc.
30931
30932 2000-09-09  Jim Meyering  <meyering@lucent.com>
30933
30934         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
30935         think it should be used as a general replacement for isascii.
30936         * lib/fnmatch.c: Likewise.
30937         * lib/mbswidth.c: Likewise
30938         * lib/regex.c: Likewise.
30939
30940         Don't use atoi.
30941         * lib/userspec.c: Include sys/param.h and limits.h.
30942         Include xstrtol.h.
30943         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
30944         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
30945         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
30946         UID, GID.  Check range.
30947
30948 2000-09-06  Jim Meyering  <meyering@lucent.com>
30949
30950         * lib/getopt.c (_getopt_internal): Update from glibc.
30951
30952 2000-08-30  Jim Meyering  <meyering@lucent.com>
30953
30954         * lib/strftime.c: Merge in changes from GNU libc.
30955
30956 2000-08-26  Jim Meyering  <meyering@lucent.com>
30957
30958         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
30959         * m4/fpending.m4: New file.
30960
30961 2000-08-26  Jim Meyering  <meyering@lucent.com>
30962
30963         * lib/closeout.c: Include "__fpending.h".
30964         (close_stdout_status): Return right away if there's nothing to flush.
30965
30966         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
30967         * lib/__fpending.c: New file.
30968         * lib/__fpending.h: New file.
30969
30970 2000-08-20  Jim Meyering  <meyering@lucent.com>
30971
30972         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
30973         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
30974         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
30975
30976 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
30977
30978         Improve fileutils installation on systems where running
30979         programs (like install) can't be unlinked.
30980         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
30981         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
30982
30983 2000-08-07  Paul Eggert  <eggert@twinsun.com>
30984
30985         Standardize on "memory exhausted" instead of "Memory exhausted"
30986         or "virtual memory exhausted".
30987         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
30988         "virtual memory exhausted".
30989         * lib/same.c (same_name): Invoke xalloc_die instead of printing
30990         our own message.
30991         * lib/userspec.c (parse_user_spec): Likewise.
30992         * lib/bumpalloc.h: comment fix
30993         * lib/same.c, userspec.c: Include xalloc.h.
30994
30995         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
30996         not char *const and pointing to a constant array.
30997         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
30998         (xrealloc): Comment fix.
30999
31000         * lib/userspec.c (parse_user_spec):
31001         Don't translate a message until just before returning,
31002         to avoid unnecessary translation.
31003
31004 2000-08-07  Jim Meyering  <meyering@lucent.com>
31005
31006         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
31007         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
31008         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
31009         getgroups.c, gethostname.c, getopt.h, group-member.c,
31010         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
31011         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
31012         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
31013         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
31014         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
31015         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
31016         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
31017         yesno.c: Back out Copyright date changes for each file with no change
31018         this year.  This eases coordination with other programs using the same
31019         source code modules.  From Paul Eggert.
31020
31021 2000-08-06  Paul Eggert  <eggert@twinsun.com>
31022
31023         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
31024         not char, for compatibility with glibc 2.1.3 strftime.c.
31025
31026 2000-08-03  Greg McGary  <greg@mcgary.org>
31027
31028         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
31029         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
31030         (EXTEND_BUFFER): Use them.
31031
31032 2000-08-01  Jim Meyering  <meyering@lucent.com>
31033
31034         * lib/dirname.c (ISSLASH): Define.
31035         (BACKSLASH_IS_PATH_SEPARATOR): Define.
31036         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
31037         both `\' and `/' may be use as path separators.
31038         Based on a patch from Prashant TR.
31039
31040 2000-07-31  Paul Eggert  <eggert@twinsun.com>
31041
31042         * lib/quotearg.c (quotearg_n_options): Don't make the initial
31043         slot vector a constant, since it might get modified.
31044
31045 2000-07-31  Jim Meyering  <meyering@lucent.com>
31046
31047         * lib/xmalloc.c: Use `virtual memory exhausted', not
31048         `Memory exhausted'.
31049         * lib/obstack.c (print_and_abort): Likewise.
31050
31051 2000-07-30  Paul Eggert  <eggert@twinsun.com>
31052
31053         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
31054         buffer, so that the caller can always quote one small
31055         component of a "memory exhausted" message in slot 0.
31056         From a suggestion by Jim Meyering.
31057
31058 2000-07-30  Jim Meyering  <meyering@lucent.com>
31059
31060         * lib/makepath.c (make_path): Quote the other instance, too.
31061
31062         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
31063         (STATIC_BUF_SIZE): Define.
31064         (quotearg_n_options): Use only statically allocated storage when
31065         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
31066         than STATIC_BUF_SIZE.
31067
31068 2000-07-29  Jim Meyering  <meyering@lucent.com>
31069
31070         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
31071         * lib/dirname.c (dir_name): Likewise.
31072
31073         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
31074         `/'.
31075
31076         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
31077         (dir_name): Assert that there are no trailing slashes.
31078
31079 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
31080
31081         * lib/mbswidth.h (mbswidth): Add a flags argument.
31082         (mbswidth): New declaration.
31083         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
31084         * lib/mbswidth.c (mbswidth): Add a flags argument.
31085         (mbsnwidth): New function.
31086
31087 2000-07-24  Jim Meyering  <meyering@lucent.com>
31088
31089         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
31090
31091 2000-07-23  Paul Eggert  <eggert@twinsun.com>
31092
31093         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
31094
31095 2000-07-23  Paul Eggert  <eggert@twinsun.com>
31096
31097         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
31098         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
31099         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
31100         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
31101         invoke multibyte primitives.
31102
31103 2000-07-23  Paul Eggert  <eggert@twinsun.com>
31104
31105         * lib/quotearg.c:
31106         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
31107         so that mbstate_t is always defined.
31108
31109         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
31110         be 1 in at least one GCC installation, and this configuration
31111         error is likely to be common.  Ignoring MB_LEN_MAX hurts
31112         performance on hosts that have mbrtowc but have only unibyte
31113         locales, but I assume these hosts are rare.
31114
31115 2000-07-23  Paul Eggert  <eggert@twinsun.com>
31116
31117         * lib/mbswidth.c (_XOPEN_SOURCE):
31118         Don't define; this causes problems on Solaris 7.
31119         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
31120
31121 2000-07-23  Jim Meyering  <meyering@lucent.com>
31122
31123         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
31124         too: getgrgid, getpwuid, getuid.
31125
31126 2000-07-23  Jim Meyering  <meyering@lucent.com>
31127
31128         * lib/basename.c (base_name): Add an assertion.
31129
31130 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
31131
31132         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
31133         shadow its mbsinit function.
31134
31135 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
31136
31137         * lib/mbswidth.h: New file.
31138         * lib/mbswidth.c: New file.
31139         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
31140         (noinst_HEADERS): Add mbswidth.h.
31141
31142 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
31143
31144         * lib/config.charset: Add support for FreeBSD. Improve support for
31145         HP-UX and IRIX 6.
31146
31147 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
31148
31149         * m4/mbswidth.m4: New file.
31150         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
31151
31152 2000-07-15  Jim Meyering  <meyering@lucent.com>
31153
31154         * lib/makepath.c: Include quote.h.
31155         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
31156         corresponding argument in a `quote (...)' call.
31157         Give better diagnostics.
31158
31159         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
31160         (noinst_HEADERS): Add quote.h.
31161
31162         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
31163         from tar's src/misc.c.
31164         * lib/quote.h: New file.  Prototypes for same.
31165
31166 2000-07-14  Paul Eggert  <eggert@twinsun.com>
31167
31168         From a suggestion by Bruno Haible.
31169         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
31170         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
31171         to decide whether to define the BeOS workaround macro;
31172         this adjusts to the change to AC_MBSTATE_T.
31173
31174 2000-07-14  Jim Meyering  <meyering@lucent.com>
31175
31176         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
31177         jm_AC_TYPE_UINTMAX_T.
31178
31179 2000-07-13  Paul Eggert  <eggert@twinsun.com>
31180
31181         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
31182
31183         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
31184         quotearg_buffer_restyled): Add support for
31185         clocale_quoting_style.  Undo previous change to
31186         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
31187         and "{RIGHT QUOTATION MARK}" msgids.
31188
31189 2000-07-10  Paul Eggert  <eggert@twinsun.com>
31190
31191         From a suggestion by Bruno Haible.
31192         * m4/mbstate_t.m4 (AC_MBSTATE_T):
31193         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
31194         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
31195         and mbstate_t, to a single-part test that simply defines mbstate_t.
31196         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
31197         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
31198
31199 2000-07-10  Jim Meyering  <meyering@lucent.com>
31200
31201         * m4/strerror_r.m4: Mirror the correction made in autoconf.
31202
31203         * m4/gnu-source.m4: Output to confdefs.h directly.
31204         Suggestion from Akim Demaille.
31205
31206 2000-07-09  Paul Eggert  <eggert@twinsun.com>
31207
31208         The old behavior of quoting `like this' doesn't look good with
31209         newer, ISO-style fonts.  See:
31210         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
31211
31212         Instead, quote "like this" by default.  Let the translator
31213         tailor the locale-specific quoting behavior by providing
31214         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
31215
31216         * lib/quotearg.c (N_): New macro.
31217         (gettext_default): New function.
31218         (quotearg_buffer_restyled): Use
31219         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
31220         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
31221
31222 2000-07-09  Jim Meyering  <meyering@lucent.com>
31223
31224         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
31225         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
31226
31227         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
31228         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
31229
31230 2000-07-09  Jim Meyering  <meyering@lucent.com>
31231
31232         * lib/Most files: Update copyright dates to include 2000.
31233
31234 2000-07-08  Jim Meyering  <meyering@lucent.com>
31235
31236         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
31237         if not defined.
31238         (xgethostname): Remove now-unnecessary #ifdef.
31239         Move declaration of `err' into loop where it's used.
31240
31241 2000-07-05  Paul Eggert  <eggert@twinsun.com>
31242         and Bruno Haible  <haible@clisp.cons.org>
31243
31244         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
31245         only if the test for an object-type mbstate_t fails.  This
31246         prevents us from mistakenly reporting that mbstate_t is a
31247         system object type after we "#define mbstate_t int" to work
31248         around its lack.
31249
31250 2000-07-05  Paul Eggert  <eggert@twinsun.com>
31251         and Bruno Haible  <haible@clisp.cons.org>
31252
31253         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
31254
31255 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
31256
31257         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
31258         to strerror_r.
31259         Include <ctype.h> for use of isalpha.
31260
31261 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
31262
31263         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
31264         by allocating a larger buffer. Test the gethostname return value for
31265         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
31266         returns an error and ENAMETOOLONG isn't defined.
31267
31268 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
31269
31270         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
31271         dimension.
31272
31273 2000-07-04  Jim Meyering  <meyering@lucent.com>
31274
31275         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
31276         of the deprecated AC_CHECKING.
31277
31278 2000-07-04  Jim Meyering  <meyering@lucent.com>
31279
31280         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
31281         Reported by Bruno Haible.
31282
31283 2000-07-04  Jim Meyering  <meyering@lucent.com>
31284
31285         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
31286         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
31287         lacks mbrtowc.
31288
31289 2000-07-03  Paul Eggert  <eggert@twinsun.com>
31290
31291         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
31292         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
31293
31294 2000-07-03  Paul Eggert  <eggert@twinsun.com>
31295         and Bruno Haible  <haible@clisp.cons.org>
31296
31297         * lib/quotearg.c (mbrtowc):
31298         Assign to *pwc, and return 1 only if result is nonzero.
31299         (iswprint): Use ISPRINT when substituting our own mbrtowc.
31300
31301 2000-07-03  Jim Meyering  <meyering@lucent.com>
31302
31303         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
31304
31305 2000-07-03  Jim Meyering  <meyering@lucent.com>
31306
31307         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
31308         This is necessary to get a definition of e.g., UTMP_FILE on
31309         HP-UX 10.20.
31310         From Bob Proulx.
31311
31312 2000-07-02  Jim Meyering  <meyering@lucent.com>
31313
31314         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
31315
31316         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
31317         AC_LIBOBJ(function_name).
31318         * m4/chown.m4: Likewise.
31319         * m4/fnmatch.m4: Likewise.
31320         * m4/ftruncate.m4: Likewise.
31321         * m4/getgroups.m4: Likewise.
31322         * m4/getline.m4: Likewise.
31323         * m4/group-member.m4: Likewise.
31324         * m4/jm-macros.m4: Likewise.
31325         * m4/lstat.m4: Likewise.
31326         * m4/malloc.m4: Likewise.
31327         * m4/memcmp.m4: Likewise.
31328         * m4/nanosleep.m4: Likewise.
31329         * m4/putenv.m4: Likewise.
31330         * m4/realloc.m4: Likewise.
31331         * m4/regex.m4: Likewise.
31332         * m4/stat.m4: Likewise.
31333         * m4/strftime.m4: Likewise.
31334
31335 2000-07-02  Jim Meyering  <meyering@lucent.com>
31336
31337         * lib/quotearg.c (mbstate_t): Don't define here.
31338
31339 2000-07-02  Jim Meyering  <meyering@lucent.com>
31340
31341         * lib/nanosleep.c (SIGCONT): Define if not already defined.
31342
31343 2000-07-01  Jim Meyering  <meyering@lucent.com>
31344
31345         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
31346
31347 2000-07-01  Jim Meyering  <meyering@lucent.com>
31348
31349         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
31350         problem.
31351
31352 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
31353
31354         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
31355         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
31356
31357 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
31358
31359         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
31360         per change in ../m4/ls-mntd-fs.m4.
31361         (read_filesystem_list): Ignore symbolic links.
31362
31363 2000-06-29  Jim Meyering  <meyering@lucent.com>
31364
31365         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
31366         for declaration of strcmp.
31367
31368         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
31369
31370         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
31371         Avoid warning by casting result to `char *' to remove `const'.
31372
31373 2000-06-28  Jim Meyering  <meyering@lucent.com>
31374
31375         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
31376         included by quotearg.c, for which we perform this test.  From
31377         Bruno Haible.
31378
31379 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
31380
31381         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
31382         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
31383         <utmpx.h> exists, put readutmp.o into LIBOBJS.
31384
31385 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
31386
31387         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
31388
31389 2000-06-26  Paul Eggert  <eggert@twinsun.com>
31390
31391         savedir now sets errno on failure and invokes xmalloc to get memory.
31392         Fix a couple of other minor bugs while we're at it.
31393
31394         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
31395         (NAMLEN): Remove macro.
31396         (malloc, realloc): Remove decls.
31397         (stpcpy): Likewise.
31398         ("xalloc.h"): Include.
31399         (NAME_SIZE_DEFAULT): New macro.
31400         (savedir): Use xmalloc / xrealloc to allocate memory.
31401         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
31402         Skip "" directory entries.
31403         Use strlen to calculate directory entry length, since the old method
31404         is rarely used these days and isn't worth supporting.
31405         Don't use a pointer after freeing it.
31406         Check for integer overflow when calculating allocation size.
31407         Use memcpy to copy entries, instead of stpcpy.
31408         Set errno properly when returning NULL.
31409         Check for readdir error.
31410
31411 2000-06-26  Jim Meyering  <meyering@lucent.com>
31412
31413         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
31414
31415 2000-06-25  Jim Meyering  <meyering@lucent.com>
31416
31417         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
31418         Linux header bug when _XOPEN_SOURCE is defined to 500.
31419
31420 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
31421
31422         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
31423         deficiency.
31424
31425 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
31426
31427         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
31428         Include xalloc.h.
31429         Don't include <stdlib.h>.  Don't declare malloc, realloc.
31430
31431 2000-06-24  Jim Meyering  <meyering@lucent.com>
31432
31433         * m4/strerror_r.m4: Revive this file -- to try out an experimental
31434         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
31435         for which strerror does return char*, but which lacks a conveniently
31436         accessible declaration of the function.  If the compile-test says
31437         strerror_r doesn't work, then resort to a `run'-test that works on
31438         BeOS and segfaults on DEC Unix.
31439
31440 2000-06-24  Jim Meyering  <meyering@lucent.com>
31441
31442         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
31443
31444 2000-06-23  Paul Eggert  <eggert@twinsun.com>
31445
31446         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
31447         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
31448
31449 2000-06-23  Paul Eggert  <eggert@twinsun.com>
31450
31451         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
31452         (mbrtowc, mbstate_t): Define substitutes if
31453         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
31454         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
31455         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
31456
31457 2000-06-23  Jim Meyering  <meyering@lucent.com>
31458
31459         * m4/afs.m4: Add missing AC_MSG_RESULT.
31460         Reported by Bruno Haible.
31461
31462         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
31463         Suggestion from Bruno Haible.
31464
31465 2000-06-23  Jim Meyering  <meyering@lucent.com>
31466
31467         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
31468
31469 2000-06-21  Jim Meyering  <meyering@lucent.com>
31470
31471         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
31472
31473 2000-06-21  Jim Meyering  <meyering@lucent.com>
31474
31475         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
31476         (noinst_HEADERS): Add getstr.h.
31477
31478         * lib/getline.c (getstr): Move into a separate file.
31479         * lib/getstr.c (getstr): New file, extracted from getline.c, with
31480         the following changes: new parameter, delim2; both delim[12]
31481         parameters have type `int', not `char'.  The latter would lose
31482         with 8-bit delimiters.
31483         * lib/getstr.h: New file.
31484
31485 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
31486
31487         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
31488         than 1024, return a memory chunk of least possible size, instead
31489         of size PATH_MAX + 2. In the loop, increment the size proportionally.
31490         Use free/xmalloc instead of xrealloc to avoid copying for very long
31491         paths.
31492
31493 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
31494
31495         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
31496         the empty string.
31497
31498 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
31499
31500         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
31501         address, not strdup.  Include <stdlib.h> and don't declare free().
31502
31503 2000-06-19  Jim Meyering  <meyering@lucent.com>
31504
31505         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
31506
31507 2000-06-18  Jim Meyering  <meyering@lucent.com>
31508
31509         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
31510
31511         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
31512         `checking whether...' message to be consistent with that of the
31513         lstat test.
31514
31515 2000-06-18  Jim Meyering  <meyering@lucent.com>
31516
31517         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
31518         Besides, these days every porting target provides a mkdir function.
31519
31520         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
31521         needed. (this snippet comes from src/system.h).
31522
31523 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
31524
31525         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
31526
31527 2000-06-15  Paul Eggert  <eggert@twinsun.com>
31528
31529         * lib/human.c (adjust_value): New function.
31530         (human_readable_inexact): Apply rounding style even when
31531         printing approximate values.
31532
31533 2000-06-14  Paul Eggert  <eggert@twinsun.com>
31534
31535         * lib/human.c (human_readable_inexact): Allow an input block
31536         size that is not a multiple of the output block size, and vice versa.
31537         Reported by Piergiorgio Sartor.
31538
31539 2000-06-14  Paul Eggert  <eggert@twinsun.com>
31540
31541         * lib/getdate.y (get_date): Apply relative times after time
31542         zone indicator, not before.  Reported by Todd A. Jacobs.
31543
31544 2000-06-13  Jim Meyering  <meyering@lucent.com>
31545
31546         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
31547
31548         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
31549
31550 2000-06-12  Paul Eggert  <eggert@twinsun.com>
31551
31552         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
31553
31554 2000-06-12  Jim Meyering  <meyering@lucent.com>
31555
31556         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
31557         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
31558         optional argument.
31559         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
31560         the optional argument, `lib'.
31561
31562 2000-06-08  Jim Meyering  <meyering@lucent.com>
31563
31564         * m4/largefile.m4: Remove file (now that it's part of autoconf).
31565
31566 2000-06-04  Paul Eggert  <eggert@twinsun.com>
31567
31568         Rewrite largefile configuration so that we don't need to run
31569         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
31570         AC_CANONICAL_HOST in configure.in -- jmm]
31571
31572         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
31573         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
31574         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
31575         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
31576         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
31577         All uses changed.
31578         Instead of inspecting the output of getconf, try to compile the
31579         test program without and with the macro definition.
31580         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
31581         for getconf.  Instead, check for the needed flags by compiling
31582         test programs.
31583
31584 2000-06-04  Paul Eggert  <eggert@twinsun.com>
31585
31586         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
31587
31588 2000-06-04  Jim Meyering  <meyering@lucent.com>
31589
31590         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
31591         SunOS 4.1.4 for which gid_t is an unsigned type.
31592
31593 2000-06-03  Jim Meyering  <meyering@lucent.com>
31594
31595         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
31596         now that autoconf requires that.
31597
31598         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
31599         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
31600         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
31601
31602 2000-06-03  Jim Meyering  <meyering@lucent.com>
31603
31604         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
31605
31606 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
31607
31608         * m4/glibc21.m4: New file.
31609         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
31610
31611 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
31612
31613         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
31614         newer, don't install charset.alias.
31615         * lib/config.charset: Change the Linux/glibc rules so they become empty
31616         on glibc-2.1 or newer.
31617
31618 2000-06-02  Jim Meyering  <meyering@lucent.com>
31619
31620         * lib/mountlist.c: Back out last change.  Instead, do this...
31621         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
31622         me_dummy member using the same `ignore'-testing code.
31623         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
31624         fs_type strings.
31625         From Mark D. Roth.
31626
31627 2000-05-29  Jim Meyering  <meyering@lucent.com>
31628
31629         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
31630         mounts with the `ignore' attribute.  Based on a patch from
31631         Mark D. Roth.
31632
31633 2000-05-28  Jim Meyering  <meyering@lucent.com>
31634
31635         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
31636         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
31637         * m4/stat.m4: Likewise.
31638         * m4/lstat.m4: Likewise.
31639         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
31640
31641         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
31642         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
31643
31644 2000-05-26  Jim Meyering  <meyering@lucent.com>
31645
31646         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
31647
31648 2000-05-24  Jim Meyering  <meyering@lucent.com>
31649
31650         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
31651         autoconf requires that.
31652         * m4/lib-check.m4: Likewise.
31653         * m4/jm-macros.m4: Likewise.
31654         * m4/strftime.m4: Likewise.
31655
31656         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
31657         AC_CHECK_DECLS, now that autoconf requires that.
31658
31659 2000-05-22  Jim Meyering  <meyering@lucent.com>
31660
31661         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
31662         * m4/lstat.m4: Likewise.
31663
31664 2000-05-22  Jim Meyering  <meyering@lucent.com>
31665
31666         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
31667
31668 2000-05-20  Jim Meyering  <meyering@lucent.com>
31669
31670         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
31671         (jm_PREREQ): Use it.
31672
31673 2000-05-18  Jim Meyering  <meyering@lucent.com>
31674
31675         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
31676         back, too, since it may have been modified by allocate_entry.
31677         (hash_delete): Rewrite to use neither the assignment operator
31678         nor the comma operator in an if-expression.
31679
31680 2000-05-15  Paul Eggert  <eggert@twinsun.com>
31681
31682         * lib/closeout.c:
31683         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
31684         Remove; no longer needed.
31685         "quotearg.h": Add include.
31686         (file_name): Do not bother to explicitly initialize to NULL; it's less
31687         efficient on some hosts.
31688         (close_stdout_status): Remove test as to whether stdout was already
31689         closed; it breaks for the case "echo x | sort >&-".
31690         Quote file name colons.
31691         Do not assume that _("write error") lacks format strings.
31692
31693 2000-05-15  Jim Meyering  <meyering@lucent.com>
31694
31695         * lib/version-etc.c (version_etc_copyright): Update the copyright
31696         string used in all --version output.
31697
31698 2000-05-14  Jim Meyering  <meyering@lucent.com>
31699
31700         * lib/closeout.c (close_stdout_set_file_name): New function.
31701         (close_stdout_status): Use new file-scoped global.
31702         Return right away if fstat says the stdout file descriptor is invalid.
31703         * lib/closeout.h (close_stdout_set_file_name): Declare.
31704
31705 2000-05-10  Jim Meyering  <meyering@lucent.com>
31706
31707         * lib/closeout.c [default_exit_status]: New file-scoped variable.
31708         (close_stdout_set_status): New function.
31709         * lib/closeout.h (close_stdout_set_status): Declare.
31710
31711 2000-05-09  Jim Meyering  <meyering@lucent.com>
31712
31713         * m4/gettext.m4: Rename this...
31714         * m4/libintl.m4: ...to this.
31715
31716 2000-05-08  Jim Meyering  <meyering@lucent.com>
31717
31718         * lib/long-options.c: Don't include closeout.h.
31719         (parse_long_options): Don't call close_stdout for --version.
31720
31721 2000-05-06  Paul Eggert  <eggert@twinsun.com>
31722
31723         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
31724         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
31725         2.1.3 bug.  This avoids a clash when files like regex.c define
31726         _GNU_SOURCE.
31727
31728 2000-05-06  Jim Meyering  <meyering@lucent.com>
31729
31730         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
31731         (AC_REPLACE_FUNCS): Add strnlen.
31732
31733         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
31734         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
31735
31736         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
31737         AC_SEARCH_LIBS call for nanosleep.
31738         (LIB_NANOSLEEP): Set and AC_SUBST.
31739
31740 2000-05-06  Jim Meyering  <meyering@lucent.com>
31741
31742         * lib/strnlen.c: Undefine __strnlen and strnlen.
31743         [!weak_alias]: Define __strnlen to strnlen.
31744
31745         * lib/atexit.c: New file, from libiberty.
31746
31747 2000-05-06  Jim Meyering  <meyering@lucent.com>
31748
31749         * lib/closeout.c (close_stdout_status): Also check for errors on the
31750         stderr stream.
31751
31752 2000-05-05  Jim Meyering  <meyering@lucent.com>
31753
31754         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
31755         AC_SEARCH_LIBS call for clock_gettime.
31756         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
31757
31758         * m4/search-libs.m4: Update from autoconf.
31759
31760         su doesn't work on Solaris 2.6.
31761         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
31762         <shadow.h>.  Reported by Dragos Harabor.
31763
31764 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
31765
31766         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
31767         memcpy instead of xmalloc, xrealloc, path_concat.
31768         (locale_charset): Treat empty environment variables as absent.
31769         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
31770
31771 2000-05-04  Jim Meyering  <meyering@lucent.com>
31772
31773         * lib/getopt.c: Update from glibc.
31774         * lib/obstack.c: Likewise.
31775         * lib/obstack.h: Likewise.
31776         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
31777         file
31778
31779         * lib/regex.h: Likewise.
31780         * lib/strndup.c: Likewise.
31781         * lib/strnlen.c: New file, from glibc.
31782
31783 2000-05-03  Jim Meyering  <meyering@lucent.com>
31784
31785         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
31786
31787 2000-05-02  Paul Eggert  <eggert@twinsun.com>
31788
31789         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
31790         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
31791         compile-time test, rather than inspecting host and OS, to
31792         decide whether to define _LARGEFILE_SOURCE.
31793
31794 2000-05-01  Jim Meyering  <meyering@lucent.com>
31795
31796         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
31797
31798         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
31799         Based on a patch from Bruno Haible.
31800
31801 2000-05-01  Jim Meyering  <meyering@lucent.com>
31802
31803         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
31804
31805 2000-04-29  Jim Meyering  <meyering@lucent.com>
31806
31807         * lib/path-concat.c: Declare strdup only if it's not defined.
31808         * lib/canon-host.c: Likewise.
31809
31810 2000-04-28  Jim Meyering  <meyering@lucent.com>
31811
31812         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
31813         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
31814         is included first, then limits.h is included by locale.h by libintl.h.
31815         From John David Anglin.
31816
31817 2000-04-25  Jim Meyering  <meyering@lucent.com>
31818
31819         * lib/makepath.c (S_IRWXUGO): Define.
31820         (make_path): Always perform explicit chmod if MODE specifies any
31821         of the `special' permission bits.  Prompted by a bug report against
31822         install from Mate Wierdl and Joost van Baal.
31823
31824 2000-04-18  Jim Meyering  <meyering@lucent.com>
31825
31826         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
31827         (jm_PREREQ): Use it.
31828
31829 2000-04-18  Jim Meyering  <meyering@lucent.com>
31830
31831         * lib/README: New file.
31832
31833         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
31834         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
31835
31836 2000-04-17  Jim Meyering  <meyering@lucent.com>
31837
31838         Get it right :-)
31839         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
31840         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
31841         Suggestion from Akim Demaille.
31842
31843 2000-04-17  Jim Meyering  <meyering@lucent.com>
31844
31845         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
31846         the definition of it to rpl_strftime also defined-away the system's
31847         declaration.
31848
31849 2000-04-15  Jim Meyering  <meyering@lucent.com>
31850
31851         Use `C' to denote so-called `contiguous' files, the same way
31852         that tar does.
31853         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
31854         (ftypelet): Use S_ISCTG.
31855         From Michael Deutschmann.
31856
31857 2000-04-14  Jim Meyering  <meyering@lucent.com>
31858
31859         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
31860         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
31861         clobbered.
31862
31863 2000-04-14  Jim Meyering  <meyering@lucent.com>
31864
31865         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
31866
31867 2000-04-13  Jim Meyering  <meyering@lucent.com>
31868
31869         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
31870         AH_VERBATIM to insert required #ifndef into config.h.in.
31871         Suggestion from Akim Demaille.
31872
31873 2000-04-12  Jim Meyering  <meyering@lucent.com>
31874
31875         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
31876         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
31877         Christian Krackowizer.
31878
31879         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
31880         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
31881         (AC_SYS_LARGEFILE): Require.
31882         (AM_C_PROTOTYPES): Require.
31883
31884 2000-04-08  Jim Meyering  <meyering@lucent.com>
31885
31886         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
31887         names don't conflict.  Reported by Eli Zaretskii.
31888
31889 2000-04-07  Jim Meyering  <meyering@lucent.com>
31890
31891         * lib/putenv.c: Move inclusion of errno.h so it follows that of
31892         sys/types.h, to work around system header problems on AIX 3.2.5.
31893         From Bruno Haible.
31894
31895 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
31896
31897         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
31898         bug.  Deal with the different error behavior of Irix iconv.
31899
31900 2000-04-05  Paul Eggert  <eggert@twinsun.com>
31901
31902         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
31903         IRIX if the installer said otherwise.
31904
31905 2000-04-05  Jim Meyering  <meyering@lucent.com>
31906
31907         Portability tweaks required for ultrix4.3.
31908         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
31909         (jm_CHECK_DECLS): Add getutent to the list of functions.
31910         (_jm_DECL_HEADERS): Add utmpx.h.
31911         From John David Anglin.
31912
31913         * m4/strftime.m4: Back out the 2000-04-02 change.
31914         Instead of that change, simply undefine putenv in the test program.
31915
31916 2000-04-05  Jim Meyering  <meyering@lucent.com>
31917
31918         Portability tweaks required for ultrix4.3.
31919         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
31920         getutent.
31921         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
31922         * lib/canon-host.c: Declare strdup.
31923         * lib/path-concat.c: Likewise.
31924         From John David Anglin.
31925
31926 2000-04-04  Jim Meyering  <meyering@lucent.com>
31927
31928         Be more DOS 8.3-friendly.
31929         * lib/ref-add.sin: Renamed from ref-add.sed.in.
31930         * lib/ref-del.sin: Renamed from ref-del.sed.in.
31931         * lib/Makefile.am: Reflect renaming.
31932         Reported by Eli Zaretskii.
31933
31934         Use a temporary file name that won't clash with `charset.alias'
31935         in the DOS 8.3 name space.
31936         * lib/Makefile.am (charset_tmp): Define.
31937         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
31938         (uninstall-local): Likewise.
31939         Reported by Eli Zaretskii.
31940
31941 2000-04-03  Jim Meyering  <meyering@lucent.com>
31942
31943         * m4/gettext.m4: Fix typo in comment.
31944
31945         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
31946         textutils/configure.in).  Suggestion from Paul Eggert.
31947         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
31948
31949 2000-04-02  Paul Eggert  <eggert@twinsun.com>
31950
31951         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
31952         variable in the shell rather than using putenv, which isn't
31953         portable.  This avoids the configure-time inter-test dependency
31954         on the potentially-renamed putenv function.
31955
31956 2000-03-30  Paul Eggert  <eggert@twinsun.com>
31957
31958         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
31959         before checking struct stat.st_blksize, so that
31960         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
31961
31962 2000-03-29  Paul Eggert  <eggert@twinsun.com>
31963
31964         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
31965         since strftime.c uses HAVE_STRFTIME to decide whether to use
31966         the underlying strftime.
31967
31968 2000-03-29  Paul Eggert  <eggert@twinsun.com>
31969
31970         * lib/time/strftime.c (my_strftime): Make sure we call the system
31971         strftime, not ourselves, when invoking the underlying strftime.
31972
31973 2000-03-24  Jim Meyering  <meyering@lucent.com>
31974
31975         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
31976         (charset_alias): Define.
31977         (install-exec-local): Factor out common code.
31978         (uninstall-local): Split lines longer than 80.
31979         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
31980         (SUFFIXES): Define.
31981         (.sed.in.sed): New rule.  Don't redirect directly to $@.
31982         (CLEANFILES): Add ref-add.sed and ref-del.sed.
31983
31984 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
31985
31986         * lib/config.charset: Output a line containing "Packages using this
31987         file".
31988         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
31989         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
31990         ref-del.sed): New rules.
31991
31992 2000-03-17  Jim Meyering  <meyering@lucent.com>
31993
31994         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
31995         Otherwise, include <strings.h>
31996
31997 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
31998
31999         * lib/unicodeio.c (utf8_wctomb): New function.
32000         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
32001         format instead of in UCS-4 with platform dependent endianness.
32002
32003 2000-03-10  Jim Meyering  <meyering@lucent.com>
32004
32005         * m4/lib-check.m4: Look for getspnam in -lgen, too.
32006         From Marco Franzen.
32007
32008 2000-03-07  Paul Eggert  <eggert@twinsun.com>
32009
32010         * lib/savedir.c (savedir): Work even if directory size is
32011         negative; this can happen with some screwy NFS configurations.
32012
32013 2000-03-06  Jim Meyering  <meyering@lucent.com>
32014
32015         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
32016         if it's NULL (because we ran out of memory).  From Bruno Haible.
32017
32018 2000-03-05  Jim Meyering  <meyering@lucent.com>
32019
32020         * lib/localcharset.c ("path-concat.h"): Include.
32021         (get_charset_aliases): Use path_concat instead of ANSI string
32022         concatenation.
32023
32024         * lib/unicodeio.h (PARAMS): Define.
32025         Use it to guard prototype.
32026
32027 2000-03-04  Jim Meyering  <meyering@lucent.com>
32028
32029         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
32030         for lib/localcharset.c.
32031
32032 2000-03-04  Jim Meyering  <meyering@lucent.com>
32033
32034         * lib/Makefile.am (install-exec-local): Create $(libdir) before
32035         installing into it.
32036         (uninstall-local): Uncomment this rule so `make distcheck' works
32037         once again.
32038
32039         * lib/unicodeio.c (<errno.h>): Include it.
32040         (errno): Declare if not defined.
32041
32042         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
32043
32044         * lib/config.charset: New version, incorporating remarks from a linux
32045         i18n mailing list.  From Bruno Haible.
32046
32047 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
32048
32049         * m4/codeset.m4: New file.
32050         * m4/iconv.m4: New file.
32051         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
32052
32053 2000-03-03  Jim Meyering  <meyering@lucent.com>
32054
32055         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
32056
32057 2000-03-02  Jim Meyering  <meyering@lucent.com>
32058
32059         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
32060         the messages come out on separate lines.
32061
32062         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
32063         rather than jm_CHECK_DECLARATIONS.
32064         * m4/decl.m4: Remove now-unused file.
32065
32066         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
32067         geteuid.
32068
32069 2000-03-02  Jim Meyering  <meyering@lucent.com>
32070
32071         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
32072
32073 2000-03-01  Jim Meyering  <meyering@lucent.com>
32074
32075         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
32076         * lib/unicodeio.c: Likewise.
32077
32078 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
32079
32080         * lib/config.charset: New file.
32081         * lib/localcharset.c: New file.
32082         * lib/unicodeio.h, lib/unicodeio.c: New files.
32083         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
32084         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
32085         (noinst_HEADERS): Add unicodeio.h.
32086         (all-local, install-exec-local, charset.alias): New targets.
32087
32088 2000-02-28  Paul Eggert  <eggert@twinsun.com>
32089
32090         * lib/quotearg.c (ALERT_CHAR): New macro.
32091         (quotearg_buffer_restyled): Use it.
32092
32093 2000-02-27  Jim Meyering  <meyering@lucent.com>
32094
32095         * m4/check-decl.m4: Add getenv to the list.
32096
32097 2000-02-27  Jim Meyering  <meyering@lucent.com>
32098
32099         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
32100         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
32101
32102         * lib/backupfile.c: Guard inclusion of stdlib.h with
32103         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
32104         Declare malloc if needed.
32105
32106         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
32107         `#ifndef HAVE_DECL..'
32108         now that autoconf always defines the HAVE_DECL_ symbols.
32109         * lib/human.c: Likewise.
32110         * lib/same.c: Likewise.
32111         * lib/strtoumax.c: Likewise.
32112
32113         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
32114         declaration check was not run.
32115         * lib/hash.c: Likewise.
32116         * lib/human.c: Likewise.
32117         * lib/same.c: Likewise.
32118         * lib/strtoumax.c: Likewise.
32119
32120         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
32121         `.', then first look up the entire `.'-containing string as a login
32122         name.
32123
32124 2000-02-23  Jim Meyering  <meyering@lucent.com>
32125
32126         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
32127         in place of my hack.
32128
32129 2000-02-18  Paul Eggert  <eggert@twinsun.com>
32130
32131         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
32132         (textint): New typedef.
32133         (parser_control): Member year changed from int to textint.
32134         All uses changed.
32135         (YYSTYPE): Removed; replaced by %union with int and textint members.
32136         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
32137         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
32138         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
32139         (tSNUMBER, tUNUMBER): Now of type <textintval>.
32140         (date, number, to_year): Use width of number in digits, not its value,
32141         to determine whether it's a 2-digit year, or a 2-digit time.
32142         (yylex): Store number of digits of numeric tokens.
32143         Reported by John Kendall.
32144
32145         (parser_control): Changed from struct parser_control to typedef (for
32146         consistency).  All uses changed.
32147
32148         (tID): Removed; not used.
32149         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
32150
32151 2000-02-14  Paul Eggert  <eggert@twinsun.com>
32152
32153         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
32154         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
32155
32156 2000-02-12  Jim Meyering  <meyering@lucent.com>
32157
32158         * lib/userspec.c (ISDIGIT): Define it.
32159         (isdigit): Remove definition.
32160         (is_number): Use ISDIGIT, not isdigit.
32161         <libintl.h>: Include.
32162         (_ and N_): Define.
32163         (parse_user_spec): Mark translatable strings.
32164
32165 2000-02-10  Jim Meyering  <meyering@lucent.com>
32166
32167         With these changes, nanosleep.[ch] are finally enough like the other
32168         lib/* replacement files to compile on a few more losing systems.
32169
32170         * lib/nanosleep.h: Don't include config.h.
32171         Remove prototype from declaration of nanosleep.
32172         (PARAMS): Remove now-unneeded definition.
32173         * lib/nanosleep.c: #undef nanosleep.
32174         (rpl_nanosleep): Rename from nanosleep.
32175
32176 2000-02-10  Jim Meyering  <meyering@lucent.com>
32177
32178         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
32179         gnu_nanosleep to rpl_nanosleep.
32180
32181 2000-02-09  Jim Meyering  <meyering@lucent.com>
32182
32183         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
32184         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
32185
32186 2000-02-08  Akim Demaille  <akim@epita.fr>
32187
32188         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
32189         `[' and `]' and remove uses of `changequote'.
32190         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
32191         (AC_SYS_LARGEFILE): Likewise.
32192         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
32193         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
32194         of changequote.
32195         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
32196         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
32197         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
32198         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
32199
32200 2000-02-05  Jim Meyering  <meyering@lucent.com>
32201
32202         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
32203         Remove explicit use of AC_HEADER_TIME.  It is required by
32204         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
32205         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
32206         in autoconf whereby the expansion of the latter ended up preceding
32207         the expansion of its prerequisite, AC_HEADER_TIME.
32208         Reported by Volker Borchert.
32209
32210 2000-02-03  Jim Meyering  <meyering@lucent.com>
32211
32212         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
32213
32214 2000-02-03  Jim Meyering  <meyering@lucent.com>
32215
32216         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
32217         rather than with `#if HAVE_UTMPNAME'.
32218
32219 2000-02-02  Jim Meyering  <meyering@lucent.com>
32220
32221         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
32222         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
32223         Reported by Eli Zaretskii.
32224
32225 2000-02-01  Jim Meyering  <meyering@lucent.com>
32226
32227         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
32228
32229 2000-01-31  Jim Meyering  <meyering@lucent.com>
32230
32231         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
32232         functions.  Add the time.h and sys/time.h headers along with the
32233         AC_REQUIRE'ment of AC_HEADER_TIME.
32234
32235 2000-01-31  Jim Meyering  <meyering@lucent.com>
32236
32237         * lib/nanosleep.h (nanosleep): Guard declaration with
32238         `#if ! HAVE_DECL_NANOSLEEP'.
32239         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
32240         the declaration in that vendor's sys/timers.h.
32241         Reported by Christian Krackowizer.
32242
32243         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
32244         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
32245         (ISPRINT): Likewise.
32246         Reported by Tom Tromey.
32247
32248 2000-01-30  Jim Meyering  <meyering@lucent.com>
32249
32250         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
32251
32252         * m4/prereq.m4 (utmp_includes): Define.
32253         Check for ut_user and ut_name members in both struct utmpx
32254         and struct utmp.
32255
32256 2000-01-30  Jim Meyering  <meyering@lucent.com>
32257
32258         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
32259         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
32260         header files where only utmpx.ut_user is declared.
32261
32262         * lib/readutmp.h (UT_USER): Define.
32263
32264 2000-01-29  Jim Meyering  <meyering@lucent.com>
32265
32266         * m4/lib-check.m4: New file containing library-related checks from
32267         fileutils and sh-utils (textutils had none).
32268
32269 2000-01-28  Jim Meyering  <meyering@lucent.com>
32270
32271         * m4/perl.m4: Change format of warning message to look more like that
32272         from the missing script.  Suggestion from François Pinard.
32273
32274 2000-01-25  Jim Meyering  <meyering@lucent.com>
32275
32276         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
32277         well as time.h in the compile check.
32278         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
32279         Fix typo in cross-compiling case: s/yes/no/.
32280
32281 2000-01-23  Jim Meyering  <meyering@lucent.com>
32282
32283         * m4/jm-macros.m4: Move df-related tests here from
32284         fileutils/configure.in
32285
32286         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
32287         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
32288
32289         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
32290         s/space/ac_fsusage_space/.
32291         (jm_FILE_SYSTEM_USAGE): Take two parameters.
32292
32293         * m4/ftruncate.m4: New file (derived from part of
32294         fileutils/configure.in).
32295         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
32296         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
32297
32298         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
32299         AC_SUBST these here, rather than just in sh-util/configure.in, so
32300         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
32301         all the same.
32302         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
32303         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
32304         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
32305         (AC_SUBST(POW_LIBM)): Likewise.
32306         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
32307
32308 2000-01-23  Jim Meyering  <meyering@lucent.com>
32309
32310         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
32311         obstack.c.
32312
32313 2000-01-22  Jim Meyering  <meyering@lucent.com>
32314
32315         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
32316
32317         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
32318
32319         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
32320         configure.in
32321         (AC_CHECK_HEADERS): Likewise for sh-utils.
32322         (AC_CHECK_HEADERS): Likewise for textutils.
32323         Merge the three lists of headers.
32324
32325         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
32326         from fileutils' configure.in.
32327
32328         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
32329         code. Moved tests into their own function (_jm_DECL_HEADERS) in
32330         check-decl.m4.
32331
32332         * m4/check-decl.m4: Use #if rather than #ifdef.
32333         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
32334         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
32335         (_jm_DECL_HEADERS): Define new function.
32336         (jm_CHECK_DECLARATIONS): Require it.
32337
32338 2000-01-22  Jim Meyering  <meyering@lucent.com>
32339
32340         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
32341         [! HAVE_DECL_STRTOULL]: Declare strtoull.
32342         Required for some AIX systems.  Reported by Christian Krackowizer.
32343         [TESTING] (main): New function.
32344
32345         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
32346         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
32347         letters.
32348
32349         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
32350         iswprint.
32351
32352         * lib/strverscmp.c (ISDIGIT): Define.
32353         (strverscmp): Use ISDIGIT, not isdigit.
32354
32355 2000-01-19  Jim Meyering  <meyering@lucent.com>
32356
32357         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
32358         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
32359         defines `struct timespec' in <sys/time.h>
32360
32361         * m4/c-bs-a.m4: Remove uses of changequote altogether.
32362         Thanks to Akim for explaining.
32363
32364 2000-01-17  Paul Eggert  <eggert@twinsun.com>
32365
32366         * lib/nanosleep.c (nanosleep):
32367         Don't use SA_INTERRUPT to decide whether to call sigaction, as
32368         POSIX.1 doesn't require SA_INTERRUPT and some systems
32369         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
32370         it's been part of POSIX.1 since day 1 (in 1988).
32371
32372 2000-01-17  Jim Meyering  <meyering@lucent.com>
32373
32374         * lib/interlock: Remove unused file.  Reported by François Pinard.
32375
32376 2000-01-16  Paul Eggert  <eggert@twinsun.com>
32377
32378         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
32379         alert, backslash, formfeed, and vertical tab unnecessarily in
32380         shell quoting style.
32381
32382 2000-01-16  Jim Meyering  <meyering@lucent.com>
32383
32384         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
32385         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
32386         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
32387         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
32388
32389 2000-01-16  Jim Meyering  <meyering@lucent.com>
32390
32391         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
32392         because the latter didn't work.
32393
32394 2000-01-15  Jim Meyering  <meyering@lucent.com>
32395
32396         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
32397         (AC_REPLACE_FUNCS): Add memcpy and memset.
32398         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
32399         Add strpbrk.
32400         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
32401
32402 2000-01-12  Jim Meyering  <meyering@lucent.com>
32403
32404         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
32405         (jm_PREREQ): Use it.
32406         (jm_PREREQ_READUTMP): New macro.
32407         (jm_PREREQ): Use it.
32408
32409 2000-01-11  Paul Eggert  <eggert@twinsun.com>
32410
32411         Quote multibyte characters correctly.
32412         * m4/c-bs-a.m4: New file.
32413         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
32414         (jm_PREREQ): Use it.
32415
32416 2000-01-11  Paul Eggert  <eggert@twinsun.com>
32417
32418         * m4/uintmax_t.m4: Port to autoconf 2.13.
32419
32420 2000-01-08  Jim Meyering  <meyering@ascend.com>
32421
32422         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
32423         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
32424
32425 2000-01-04  Jim Meyering  <meyering@ascend.com>
32426
32427         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
32428         jm_STRUCT_DIRENT_D_TYPE.
32429         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
32430         jm_STRUCT_DIRENT_D_INO.
32431         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
32432         jm_STRUCT_UTIMBUF.
32433         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
32434         renamings.
32435         * m4/utime.m4: Likewise.
32436
32437         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
32438         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
32439
32440 2000-01-03  Paul Eggert  <eggert@twinsun.com>
32441
32442         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
32443         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
32444
32445 2000-01-02  Jim Meyering  <meyering@ascend.com>
32446
32447         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
32448         remember if this is necessary.
32449
32450 1999-12-26  Jim Meyering  <meyering@ascend.com>
32451
32452         * m4/jm-macros.m4: Use it here.
32453         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
32454
32455 1999-12-23  Jim Meyering  <meyering@ascend.com>
32456
32457         * m4/jm-macros.m4: Check for clock_gettime (moved from
32458         fileutils/configure.in)
32459         Check for gettimeofday.
32460
32461 1999-12-20  Jim Meyering  <meyering@ascend.com>
32462
32463         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
32464         autoconf-2.14a-1999-12-20.
32465
32466 1999-12-19  Jim Meyering  <meyering@ascend.com>
32467
32468         * m4/lstat-slash.m4: New file.
32469         * m4/jm-macros.m4: Use the new macro:
32470         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
32471
32472 1999-12-07  Jim Meyering  <meyering@ascend.com>
32473
32474         * m4/perl.m4: Require that File::Compare be available, too.
32475         Too many systems seem to lack it.
32476
32477         * m4/strftime.m4: Add checks for most of the cpp macros tested in
32478         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
32479
32480 1999-11-18  Paul Eggert  <eggert@twinsun.com>
32481
32482         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
32483         problem with the QNX 4.25 shell, which doesn't propagate exit
32484         status of failed commands inside shell assignments.
32485
32486 1999-11-17  Jim Meyering  <meyering@ascend.com>
32487
32488         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
32489
32490 1999-11-07  Jim Meyering  <meyering@ascend.com>
32491
32492         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
32493
32494 1999-11-06  Jim Meyering  <meyering@ascend.com>
32495
32496         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
32497         * m4/jm-macros.m4 (jm_MACROS): Use it here.
32498
32499 1999-11-05  Jim Meyering  <meyering@ascend.com>
32500
32501         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
32502         configure.in of textutils, fileutils, and sh-utils into this one
32503         (shared between those packages) file.
32504         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
32505         AC_STRUCT_ST_BLKSIZE.
32506
32507 1999-11-03  Jim Meyering  <meyering@ascend.com>
32508
32509         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
32510         of AC_CHECK_TYPE checks includes unistd.h.
32511         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
32512         Suggestion from Akim Demaille.
32513
32514 1999-10-30  Jim Meyering  <meyering@ascend.com>
32515
32516         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
32517         m4-quoted string.
32518         * m4/ls-mntd-fs.m4: Likewise.
32519         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
32520         * m4/jm-winsz1.m4: Likewise.
32521
32522         * m4/const.m4: Remove file, since the fix made it into the experimental
32523         version of autoconf.
32524         * m4/mktime.m4: Likewise.
32525
32526         * m4/check-type.m4: Remove file, now that the latest version of
32527         AC_CHECK_TYPE takes a third arg to specify additional #includes.
32528
32529         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
32530         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
32531         AC_CHECK_TYPE.
32532
32533 1999-10-04  Jim Meyering  <meyering@ascend.com>
32534
32535         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
32536
32537 1999-09-22  Paul Eggert  <eggert@twinsun.com>
32538
32539         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
32540         2.95.1 bug with HP-UX 10.20.
32541
32542 1999-09-17  Jim Meyering  <meyering@ascend.com>
32543
32544         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
32545         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
32546         due to missing strdup (against sh-utils-2.0).
32547
32548 1999-08-29  Jim Meyering  <meyering@ascend.com>
32549
32550         * m4/jm-macros.m4: Require jm_BISON.
32551         * m4/bison.m4: New file.
32552
32553 1999-08-17  Paul Eggert  <eggert@twinsun.com>
32554
32555         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
32556         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
32557
32558 1999-08-05  Jim Meyering  <meyering@ascend.com>
32559
32560         * m4/getline.m4: Rename test file from conftestdata to conftest.data
32561         to avoid conflicts with `conftest' on 8+3 filesystems.
32562         Suggestion from Eli Zaretskii.
32563
32564 1999-08-04  Jim Meyering  <meyering@ascend.com>
32565
32566         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
32567         fileutils and sh-utils (textutils's getline test was inadequate).
32568         (AM_FUNC_GETLINE): Run this test.
32569         (AC_CHECK_FUNCS): Check for getdelim.
32570         Reported by Bob Proulx.
32571
32572 1999-08-02  Jim Meyering  <meyering@ascend.com>
32573
32574         * m4/jm-macros.m4: Add a comment.
32575
32576 1999-08-01  Paul Eggert  <eggert@twinsun.com>
32577
32578         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
32579         <inttypes.h> defines strtoumax as a macro (and not as a
32580         function).
32581
32582 1999-08-01  Paul Eggert  <eggert@twinsun.com>
32583
32584         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
32585         that we can shift, multiply and divide unsigned long long
32586         values; Ultrix cc can't do it.
32587
32588 1999-08-01  Paul Eggert  <eggert@twinsun.com>
32589
32590         * m4/mktime.m4: New file, which is a preview of what should appear
32591         in the next public autoconf release.
32592
32593 1999-08-01  Paul Eggert  <eggert@twinsun.com>
32594
32595         * m4/lfs.m4: Remove this file.
32596         * m4/largefile.m4: New file.  It contains the old contents of
32597         lfs.m4, except that all names with prefix AC_LFS have been
32598         changed to use the prefix AC_SYS_LARGEFILE instead, to be
32599         compatible with future autoconf versions.  Also, some minor m4
32600         quoting problems have been fixed.
32601
32602 1999-08-01  Paul Eggert  <eggert@twinsun.com>
32603
32604         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
32605         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
32606         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
32607         and simplify the shell code.
32608
32609 1999-08-01  Jim Meyering  <meyering@ascend.com>
32610
32611         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
32612         m4.
32613
32614 1999-07-20  Jim Meyering  <meyering@ascend.com>
32615
32616         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
32617
32618 1999-07-15  Jim Meyering  <meyering@ascend.com>
32619
32620         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
32621
32622 1999-05-22  Jim Meyering  <meyering@ascend.com>
32623
32624         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
32625
32626 1999-05-20  Jim Meyering  <meyering@ascend.com>
32627
32628         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
32629         Add a colon after each `then' in case $4 is empty.
32630
32631 1999-05-16  Jim Meyering  <meyering@ascend.com>
32632
32633         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
32634
32635 1999-05-10  Jim Meyering  <meyering@ascend.com>
32636
32637         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
32638
32639         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
32640         AC_FUNC_MKTIME.
32641
32642 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
32643
32644         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
32645
32646 1999-05-04  Paul Eggert  <eggert@twinsun.com>
32647
32648         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
32649         not CPPFLAGS, so that linking works correctly in IRIX.
32650
32651 1999-04-30  Paul Eggert  <eggert@twinsun.com>
32652
32653         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
32654
32655 1999-04-20  Paul Eggert  <eggert@twinsun.com>
32656
32657         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
32658         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
32659         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
32660         jm_AC_TYPE_UNSIGNED_LONG_LONG.
32661         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
32662
32663         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
32664
32665 1999-04-20  Jim Meyering  <meyering@ascend.com>
32666
32667         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
32668         AC_REPLACE xstroull if necessary.  From Paul Eggert.
32669         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
32670
32671 1999-04-18  Jim Meyering  <meyering@ascend.com>
32672
32673         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
32674         * m4/jm-macros.m4: Use it.
32675
32676 1999-04-06  Jim Meyering  <meyering@ascend.com>
32677
32678         * m4/strftime.m4: Remove test for %f.
32679
32680 1999-03-29  Jim Meyering  <meyering@ascend.com>
32681
32682         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
32683         superset of the AC_TYPE_* checks in the textutils, fileutils,
32684         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
32685         AC_TYPE_PID_T.
32686
32687 1999-03-28  Jim Meyering  <meyering@ascend.com>
32688
32689         * m4/jm-macros.m4: Define GNU_PACKAGE here.
32690         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
32691         replaced e.g., in the *.sh files of the sh-utils.
32692
32693 1999-03-20  Jim Meyering  <meyering@ascend.com>
32694
32695         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
32696         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
32697         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
32698
32699 1999-03-19  Jim Meyering  <meyering@ascend.com>
32700
32701         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
32702
32703 1999-03-12  Jim Meyering  <meyering@ascend.com>
32704
32705         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
32706
32707 1999-03-07  Jim Meyering  <meyering@ascend.com>
32708
32709         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
32710         declared.
32711
32712 1999-02-17  Jim Meyering  <meyering@ascend.com>
32713
32714         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
32715         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
32716
32717 1999-02-07  Jim Meyering  <meyering@ascend.com>
32718
32719         * m4/group-member.m4: New file -- extracted from sh-utils'
32720         configure.in.
32721
32722         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
32723         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
32724
32725 1999-02-06  Jim Meyering  <meyering@ascend.com>
32726
32727         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
32728         * m4/fnmatch.m4: Likewise.
32729         * m4/getgroups.m4: Likewise.
32730         * m4/lstat.m4: Likewise.
32731         * m4/malloc.m4: Likewise.
32732         * m4/putenv.m4: Likewise.
32733         * m4/realloc.m4: Likewise.
32734         * m4/regex.m4: Likewise.
32735         * m4/stat.m4: Likewise.
32736         * m4/strftime.m4: Likewise.
32737         Suggestion from Alain Magloire.
32738
32739         * m4/chown.m4: Use `.$ac_objext', not `.o'.
32740         * m4/fnmatch.m4: Likewise.
32741         * m4/getgroups.m4: Likewise.
32742         * m4/getline.m4: Likewise.
32743         * m4/lstat.m4: Likewise.
32744         * m4/malloc.m4: Likewise.
32745         * m4/memcmp.m4: Likewise.
32746         * m4/putenv.m4: Likewise.
32747         * m4/realloc.m4: Likewise.
32748         * m4/regex.m4: Likewise.
32749         * m4/stat.m4: Likewise.
32750         * m4/strftime.m4: Likewise.
32751         Suggestion from Alain Magloire.
32752
32753         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
32754         an argument.
32755
32756         * m4/regex.m4: Add a run-time Test for proper operation of
32757         re_compile_pattern.
32758
32759 1999-01-31  Jim Meyering  <meyering@ascend.com>
32760
32761         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
32762
32763 1999-01-30  Jim Meyering  <meyering@ascend.com>
32764
32765         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
32766
32767         * m4/jm-mktime.m4: Make this a wrapper around the official
32768         AM_FUNC_MKTIME rather than my private copy, now that the official one
32769         is up to date.
32770         * m4/mktime.m4: Remove file.
32771
32772         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
32773         * m4/uptime.m4: Likewise.
32774         * m4/uintmax_t.m4: Likewise.
32775
32776 1999-01-28  Jim Meyering  <meyering@ascend.com>
32777
32778         * m4/jm-macros.m4: Use jm_AFS.
32779         * m4/afs.m4: New file (from fileutils' configure.in).
32780
32781         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
32782         * m4/chown.m4: Likewise.
32783         * m4/d-ino.m4: Likewise.
32784         * m4/d-type.m4: Likewise.
32785         * m4/fnmatch.m4: Likewise.
32786         * m4/getgroups.m4: Likewise.
32787         * m4/gettext.m4: Likewise.
32788         * m4/jm-mktime.m4: Likewise.
32789         * m4/jm-winsz2.m4: Likewise.
32790         * m4/lcmessage.m4: Likewise.
32791         * m4/ls-mntd-fs.m4: Likewise.
32792         * m4/malloc.m4: Likewise.
32793         * m4/memcmp.m4: Likewise.
32794         * m4/putenv.m4: Likewise.
32795         * m4/realloc.m4: Likewise.
32796         * m4/st_mtim.m4: Likewise.
32797         * m4/strftime.m4: Likewise.
32798
32799 1999-01-16  Jim Meyering  <meyering@ascend.com>
32800
32801         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
32802         (ARGMATCH_DIE_DECL): Define.
32803
32804 1999-01-12  Jim Meyering  <meyering@ascend.com>
32805
32806         * m4/Makefile.am.in: Rewrite to avoid using fmt.
32807         Reported by Lars Hecking.
32808
32809 1999-01-10  Jim Meyering  <meyering@ascend.com>
32810
32811         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
32812         gross kludge.
32813         * m4/inttypes_h.m4: Likewise.
32814         * m4/lstat.m4: Likewise.
32815         * m4/malloc.m4: Likewise.
32816         * m4/readdir.m4: Likewise.
32817         * m4/realloc.m4: Likewise.
32818         * m4/st_dm_mode.m4: Likewise.
32819         * m4/stat.m4: Likewise.
32820         * m4/utimbuf.m4: Likewise.
32821         * m4/utimes.m4: Likewise.
32822
32823         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
32824         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
32825         comments in config.h.in are meaningful.
32826
32827         * m4/jm-macros.m4: Require autoconf-2.13 here.
32828
32829         * m4/regex.m4: By default, don't use the included regex.c on systems
32830         with glibc 2.  Suggestion from Uli Drepper.
32831
32832 1999-01-02  Jim Meyering  <meyering@ascend.com>
32833
32834         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
32835
32836 1998-12-18  Jim Meyering  <meyering@ascend.com>
32837
32838         * m4/Makefile.am.in (Makefile.am): Simplify rule.
32839         Based on a suggestion from Lars Hecking.
32840
32841 1998-11-16  Paul Eggert  <eggert@twinsun.com>
32842
32843         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
32844
32845 1998-11-16  Jim Meyering  <meyering@ascend.com>
32846
32847         * m4/lfs.m4: Double-quote the `uname...` expression.
32848
32849 1998-11-14  Jim Meyering  <meyering@ascend.com>
32850
32851         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
32852         * m4/stat.m4: Likewise.
32853
32854 1998-11-03  Jim Meyering  <meyering@ascend.com>
32855
32856         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
32857         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
32858
32859 1998-10-18  Jim Meyering  <meyering@ascend.com>
32860
32861         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
32862
32863 1998-10-17  Jim Meyering  <meyering@ascend.com>
32864
32865         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
32866         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
32867         calls for those previously hard-coded headers.  Instead, take a new
32868         parameter.
32869         (jm_CHECK_DECLARATIONS): Reflect interface change.
32870         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
32871         (jm_CHECK_DECL_LOCALTIME_R): New macro.
32872
32873         * m4/mktime.m4: Test for spring-forward gap before long-running test.
32874
32875 1998-10-14  Jim Meyering  <meyering@ascend.com>
32876
32877         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
32878         instead of "TZ=America/Vancouver".  From Paul Eggert.
32879
32880 1998-10-11  Jim Meyering  <meyering@ascend.com>
32881
32882         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
32883         This adds a test for a recently added compatibility fix for mktime.c.
32884         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
32885
32886 1998-09-27  Jim Meyering  <meyering@ascend.com>
32887
32888         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
32889
32890         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
32891         ../configure.in, including a change from Gordon Matzigkeit to allow
32892         cross-compiling for the Hurd.
32893
32894         * m4/glibc.m4: New file/macro to test for the GNU C Library
32895         versions 1 and 2.  From Gordon Matzigkeit.
32896         Indent.
32897
32898 1998-09-21  Jim Meyering  <meyering@ascend.com>
32899
32900         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
32901
32902 1998-08-18  Paul Eggert  <eggert@twinsun.com>
32903
32904         Port nanosecond-resolution times to UnixWare 2.1.2 and
32905         pedantic Solaris 2.6.
32906
32907         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
32908         AC_STRUCT_ST_MTIM.
32909         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
32910         Generate name of ns member, instead of just 1 or undef.
32911         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
32912
32913 1998-08-15  Jim Meyering  <meyering@ascend.com>
32914
32915         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
32916         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
32917         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
32918         instead of jm_TYPE_SSIZE_T.
32919
32920 1998-08-12  Jim Meyering  <meyering@ascend.com>
32921
32922         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
32923
32924 1998-08-02  Jim Meyering  <meyering@ascend.com>
32925
32926         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
32927         in acconfig.h manually.
32928
32929 1998-07-31  Paul Eggert  <eggert@twinsun.com>
32930
32931         * m4/st_mtim.m4: New file.
32932
32933 1998-07-28  Jim Meyering  <meyering@ascend.com>
32934
32935         * m4/utimes.m4: Undef stat.
32936
32937 1998-07-25  Jim Meyering  <meyering@ascend.com>
32938
32939         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
32940         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
32941
32942 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
32943
32944         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
32945         uid and gid actually remain unchanged.
32946
32947 1998-07-07  Jim Meyering  <meyering@ascend.com>
32948
32949         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
32950
32951 1998-07-04  Jim Meyering  <meyering@ascend.com>
32952
32953         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
32954         to prove that this macro can be used in packages without regex.c.
32955
32956 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
32957
32958         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
32959         is to be used.
32960
32961 1998-07-03  Jim Meyering  <meyering@ascend.com>
32962
32963         * m4/gettext.m4: Add -lintl if it's found to be necessary.
32964
32965         * m4/gettext.m4: New file -- from gettext-0.10.35.
32966         * m4/lcmessage.m4: Likewise.
32967         * m4/progtest.m4: Likewise.
32968
32969         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
32970         * m4/jm-macros.m4: Require the new macro.
32971
32972 1998-06-29  Jim Meyering  <meyering@ascend.com>
32973
32974         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
32975         for the definition of NGROUPS (used in a system header included
32976         by sys/mount.h).
32977
32978 1998-06-28  Jim Meyering  <meyering@ascend.com>
32979
32980         * m4/ls-mntd-fs.m4: New file.
32981         * m4/fstypename.m4: New file.
32982
32983         * m4/jm-macros.m4: Require the new macro.
32984         * m4/jm-glibc-io.m4: New file.
32985
32986 1998-05-19  Jim Meyering  <meyering@ascend.com>
32987
32988         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
32989         * m4/lchown.m4: New file.
32990
32991         * m4/Makefile.am.in: New file.
32992         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
32993
32994 1998-05-14  Jim Meyering  <meyering@ascend.com>
32995
32996         * m4/Makefile.am (EXTRA_DIST): Add them.
32997         * m4/jm-macros.m4: New file.
32998         * m4/utimbuf.m4: New file.
32999
33000 1998-05-12  Jim Meyering  <meyering@ascend.com>
33001
33002         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
33003
33004 1998-05-11  Jim Meyering  <meyering@ascend.com>
33005
33006         * m4/isc-posix.m4: New file.
33007
33008 1998-05-10  Jim Meyering  <meyering@ascend.com>
33009
33010         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
33011
33012 1998-05-09  Jim Meyering  <meyering@ascend.com>
33013
33014         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
33015         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
33016         with automake.
33017
33018         * m4/ssize_t.m4: New file.
33019         * m4/mktime.m4: Remove file -- the new automake has this now.
33020
33021 1998-04-26  Jim Meyering  <meyering@ascend.com>
33022
33023         * m4/assert.m4: New file.
33024         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
33025
33026 1998-04-05  Jim Meyering  <meyering@ascend.com>
33027
33028         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
33029         (jm_PREREQ): Use it here.
33030
33031 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
33032
33033         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
33034         in acconfig.h.
33035
33036 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
33037
33038         * m4/prereq.m4: New file.
33039         * m4/error.m4: New file.
33040         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
33041
33042 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
33043
33044         * m4/getline.m4: Don't set am_cv_func_working_getline before the
33045         cache-check for the same variable -- that defeated the purpose of
33046         the test; the test program was never run.  This was a problem only
33047         on systems with losing getline functions -- HP-UX 10.20 is one.
33048         Reported by Bjorn Helgaas.
33049
33050 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
33051
33052         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
33053
33054 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
33055
33056         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
33057
33058         * m4/const.m4: New file.  Use an initializer in this declaration
33059         typedef int charset[2]; const charset x;
33060         Reported by Bob Glickstein.
33061
33062 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
33063
33064         * m4/chown.m4: Fix reversed types on -1 args to chown.
33065         From Kaveh Ghazi.
33066
33067 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
33068
33069         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
33070         Add lseek and memchr.
33071
33072         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
33073         T.E.Dickey <dickey@clark.net> said that some older preprocessors
33074         have a 20-character limit on names.
33075
33076 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
33077
33078         * m4/inttypes_h.m4: New file.
33079         * m4/uintmax_t.m4: New file.
33080         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
33081
33082 Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
33083   Free Software Foundation, Inc.
33084 Copying and distribution of this file, with or without modification,
33085 are permitted provided the copyright notice and this notice are preserved.