ed569a9cf26af44237b2db383e80e8aab52e3f9c
[gnulib.git] / ChangeLog
1 2007-09-13  Simon Josefsson  <simon@josefsson.org>
2
3         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
4         Reported by Bruno Haible <bruno@clisp.org>.
5
6 2007-09-12  Bruno Haible  <bruno@clisp.org>
7
8         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
9         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
10         is not defined.
11
12 2007-09-12  Eric Blake  <ebb9@byu.net>
13
14         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
15         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
16         Autoconf definition.
17         * modules/euidaccess (Depends-on): Add extensions, for
18         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
19         * modules/fnmatch (Depends-on): Likewise.
20         * modules/getaddrinfo (Depends-on): Likewise.
21         * modules/getdelim (Depends-on): Likewise.
22         * modules/getline (Depends-on): Likewise.
23         * modules/getsubopt (Depends-on): Likewise.
24         * modules/gettext (Depends-on): Likewise.
25         * modules/group-member (Depends-on): Likewise.
26         * modules/mbchar (Depends-on): Likewise.
27         * modules/memmem (Depends-on): Likewise.
28         * modules/mempcpy (Depends-on): Likewise.
29         * modules/memrchr (Depends-on): Likewise.
30         * modules/pagealign_alloc (Depends-on): Likewise.
31         * modules/readutmp (Depends-on): Likewise.
32         * modules/stpcpy (Depends-on): Likewise.
33         * modules/stpncpy (Depends-on): Likewise.
34         * modules/strchrnul (Depends-on): Likewise.
35         * modules/strndup (Depends-on): Likewise.
36         * modules/strsep (Depends-on): Likewise.
37         * modules/strverscmp (Depends-on): Likewise.
38         * modules/vasprintf (Depends-on): Likewise.
39         * modules/wcwidth (Depends-on): Likewise.
40         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
41         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
42         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
43         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
44         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
45         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
46         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
47         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
48         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
49         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
50         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
51         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
52         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
53         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
54         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
55         * m4/readutmp.m4 (gl_READUTMP): Likewise.
56         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
57         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
58         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
59         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
60         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
61         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
62         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
63         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
64         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
65         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
66         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
67         so that lock.m4 can be used in gettext without extensions module.
68
69 2007-09-11  Bruno Haible  <bruno@clisp.org>
70
71         * m4/isc-posix.m4: Remove file.
72         Suggested by Eric Blake.
73
74 2007-09-11  Eric Blake  <ebb9@byu.net>
75
76         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
77
78 2007-09-10  Bruno Haible  <bruno@clisp.org>
79
80         * posix-modules: Fix typo in error message.
81         Reported by Matt <mkraai@beckman.com>.
82
83 2007-09-09  Bruno Haible  <bruno@clisp.org>
84
85         * doc/functions/getdelim.texi: Update list of platforms lacking the
86         function.
87         * doc/functions/getline.texi: Likewise.
88
89 2007-09-09  Jim Meyering  <jim@meyering.net>
90
91         * lib/hash.c (hash_initialize): Detect calloc failure.
92         Reported by Bruno Haible.
93
94 2007-09-09  Bruno Haible  <bruno@clisp.org>
95
96         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
97         malloc or realloc fails.
98
99 2007-09-09  Bruno Haible  <bruno@clisp.org>
100
101         * modules/getcwd (Depends-on): Add malloc-posix.
102         * modules/glob (Depends-on): Likewise.
103         * modules/putenv (Depends-on): Likewise.
104         * modules/strdup (Depends-on): Likewise.
105         * modules/getdelim (Depends-on): Add realloc-posix.
106         * modules/read-file (Depends-on): Likewise.
107
108 2007-09-09  Bruno Haible  <bruno@clisp.org>
109
110         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
111         (gl_FUNC_MALLOC_POSIX): Require it.
112         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
113         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
114         * modules/realloc (Files): Add m4/malloc.m4.
115         * modules/calloc (Files): Likewise.
116
117 2007-09-09  Bruno Haible  <bruno@clisp.org>
118
119         * modules/malloc-posix: New file.
120         * modules/malloc (Depends-on): Add malloc-posix.
121         * lib/malloc.c: Include errno.h.
122         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
123         and a POSIX-compatible malloc into a single function. Set ENOMEM
124         when returning NULL.
125         * m4/malloc.m4: New file.
126         * doc/functions/malloc.texi: Mention the malloc-posix module.
127         * lib/stdlib_.h (malloc): New declaration.
128         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
129         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
130         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
131         and HAVE_MALLOC_POSIX.
132
133 2007-09-09  Bruno Haible  <bruno@clisp.org>
134
135         * modules/realloc-posix: New file.
136         * modules/realloc (Depends-on): Add realloc-posix.
137         * lib/realloc.c: Include errno.h.
138         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
139         and a POSIX-compatible realloc into a single function. Set ENOMEM
140         when returning NULL.
141         * m4/realloc.m4: New file.
142         * doc/functions/realloc.texi: Mention the realloc-posix module.
143         * lib/stdlib_.h (realloc): New declaration.
144         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
145         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
146         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
147         and HAVE_REALLOC_POSIX.
148
149 2007-09-09  Bruno Haible  <bruno@clisp.org>
150
151         * modules/calloc-posix: New file.
152         * modules/calloc (Depends-on): Add calloc-posix.
153         * lib/calloc.c: Include errno.h.
154         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
155         and a POSIX-compatible calloc into a single function. Set ENOMEM
156         when returning NULL.
157         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
158         * doc/functions/calloc.texi: Mention the calloc-posix module.
159         * lib/stdlib_.h (calloc): New declaration.
160         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
161         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
162         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
163         and HAVE_CALLOC_POSIX.
164
165 2007-09-09  Bruno Haible  <bruno@clisp.org>
166
167         Allow for modules to show an arbitrary notice.
168         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
169         * gnulib-tool: New option --extract-notice.
170         (func_usage): Document it.
171         (sed_extract_prog): Update.
172         (func_get_notice): New function.
173         (func_modules_notice): New function.
174         (func_import, func_create_testdir): Invoke it.
175         Suggested by Jim Meyering.
176
177 2007-09-09  Bruno Haible  <bruno@clisp.org>
178
179         * gnulib-tool: New options --verbose, --quiet.
180         (func_usage): Document them.
181         (verbose): New variable.
182         (func_execute_command): New function.
183         (func_import): Don't show the module list and the file list if
184         $verbose < 0.
185         (func_create_testdir): Likewise. Use func_execute_command.
186         (func_create_megatestdir): Use func_execute_command.
187
188 2007-09-08  Bruno Haible  <bruno@clisp.org>
189
190         * gnulib-tool (func_import): Prefer rsync over wget when available,
191         for fetching the PO files.
192
193 2007-09-08  Bruno Haible  <bruno@clisp.org>
194
195         * posix-modules: New file. Portions copied from gnulib-tool.
196         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
197
198 2007-09-08  Jim Meyering  <jim@meyering.net>
199
200         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
201         * lib/fpending.h: Rename from __fpending.h.
202         * lib/fpending.c: Rename from __fpending.c.
203         Include "fpending.h", not "__fpending.h".
204         * lib/__fpending.h, lib/__fpending.c: Remove files.
205         * modules/fpending (Files): Reflect new file names.
206         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
207
208 2007-09-08  Bruno Haible  <bruno@clisp.org>
209
210         * m4/inttypes-h.m4: Remove stub file.
211
212 2007-09-07  Simon Josefsson  <simon@josefsson.org>
213
214         * doc/headers/stdint.texi: Discuss #include_next issue.
215
216 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
217
218         * build-aux/bootstrap: Remove obsolete comment about wget --help.
219
220 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
221
222         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
223         in variable name.
224
225 2007-09-03  Jim Meyering  <jim@meyering.net>
226
227         New module: git-version-gen.
228         * modules/git-version-gen: New file.
229
230         Import changes from coreutils for bootstrap script.
231
232         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
233
234         bootstrap: uses rsync to download the .po files
235         * build-aux/bootstrap (po_download_command_format): New global.
236         (download_po_files): Use rsync.
237         (update_po_files): Don't remove .po files after download,
238         so future rsync runs can take advantage of the copies.
239
240         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
241
242         Solve the unnecessary-.po-file-regeneration problem once and for all.
243         * build-aux/bootstrap (download_po_files): New function, renamed from
244         get_translations.  Now, downloads, but doesn't update LINGUAS.
245         (update_po_files): New function.
246
247         bootstrap: Ignore more.
248         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
249         uniwidth to e.g., lib/.gitignore.
250         (slurp): Handle the sys_stat_.h -> sys mapping, too.
251
252         * build-aux/bootstrap: New setting: vc_ignore.
253         (insert_sorted_if_absent): Create $file if absent.
254         Adapt to new, possibly empty, list: $vc_ignore.
255
256         bootstrap: generate more ignorable names
257         * build-aux/bootstrap (slurp): When generating ignorable names,
258         also map .sin to .sed, .gperf to .c, and .y to .c.
259
260 2007-09-03  Jim Meyering  <jim@meyering.net>
261
262         * build-aux/git-version-gen: New file, from coreutils.  For details, see
263         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
264
265 2007-09-02  Bruno Haible  <bruno@clisp.org>
266
267         Fix mis-recognition of 'mcs' on QNX 6.
268         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
269         output contains the string "Mono".
270         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
271         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
272
273 2007-09-01  Bruno Haible  <bruno@clisp.org>
274
275         Fix collision between uniwidth/* and linebreak modules.
276         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
277         u32_width): Remove declarations.
278         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
279         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
280         streq3, streq2, streq1, streq0): Remove functions.
281         (STREQ): Remove macro.
282         (is_cjk_encoding): Remove function.
283         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
284         (uc_width, u8_width, u16_width, u32_width): Remove functions.
285         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
286         * NEWS: Document the change.
287
288 2007-09-01  Bruno Haible  <bruno@clisp.org>
289
290         * lib/streq.h: Add double-inclusion guard.
291
292 2007-09-01  Karl Berry  <karl@gnu.org>
293
294         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
295
296 2007-08-28  Jim Meyering  <jim@meyering.net>
297
298         Rename mreadlink_with_size to areadlink_with_size.
299         * NEWS: Document the change.
300         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
301         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
302         * lib/mreadlink.h: Rename this to...
303         * lib/areadlink.h: ...this.
304         * modules/mreadlink-with-size: Rename this to...
305         * modules/areadlink-with-size: ...this.
306         * lib/canonicalize.c: Reflect the renaming.
307         * modules/canonicalize: Likewise.
308
309 2007-08-26  Bruno Haible  <bruno@clisp.org>
310
311         * gnulib-tool (func_import): When deciding which files to remove,
312         consider also dangling symbolic links.
313         Reported by Eric Blake.
314
315 2007-08-26  Bruno Haible  <bruno@clisp.org>
316
317         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
318
319 2007-08-23  Simon Josefsson  <simon@josefsson.org>
320
321         * lib/readline.c: Don't include getline.h, the prototype is now
322         found in stdio.h.
323
324 2007-08-23  Jim Meyering  <jim@meyering.net>
325
326         Getdelim touchup.
327         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
328         around the funlockfile call, since funlockfile never sets errno.
329         Don't set errno upon failed realloc.
330
331 2007-08-22  Eric Blake  <ebb9@byu.net>
332
333         Getline touchups.
334         * lib/getdelim.c (getdelim): Revert regression that required *n to
335         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
336         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
337         getdelim, rather than whether implementation is missing.
338         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
339         * lib/stdio_.h (getline): Also declare if replacement is
340         required.
341         * doc/functions/getdelim.texi: New file.
342         * doc/functions/getline.texi: Likewise.
343         * doc/gnulib.texi (Function Substitutes): Add new files.
344         Reported by Bruno Haible.
345
346 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
347
348         * users.txt: Add Guile.
349
350 2007-08-22  Eric Blake  <ebb9@byu.net>
351
352         * tests/test-getdelim.c (main): Use remove, not unlink.
353         * tests/test-getline.c (main): Likewise.
354
355         Move getline and getdelim into stdio.h, per POSIX 200x.
356         * modules/getline (Files): Remove getline.h.
357         (Depends-on): Add stdio.
358         (configure.ac): Add module indicator.
359         * modules/getdelim (Files): Remove getdelim.h.
360         (Depends-on): Add stdio.
361         (configure.ac): Add module indicator.
362         * modules/stdio (Makefile.am): Work with new indicators.
363         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
364         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
365         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
366         * lib/getdelim.h: Delete.
367         * lib/getline.h: Delete.
368         * lib/stdio_.h (getdelim, getline): Declare.
369         * modules/getdelim-tests: New module.
370         * modules/getline-tests: Likewise.
371         * tests/test-getdelim.c: New file.
372         * tests/test-getline.c: Likewise.
373         * NEWS: Document the change.
374         * lib/getline.c: Update choice of header.
375         * lib/csharpcomp.c: Likewise.
376         * lib/getpass.c: Likewise.
377         * lib/javacomp.c: Likewise.
378         * lib/javaversion.c: Likewise.
379         * lib/yesno.c: Likewise.
380         * lib/getdelim.c: Likewise.
381         (getdelim): Set errno on failure, and avoid memory leak.
382
383 2007-08-19  Bruno Haible  <bruno@clisp.org>
384
385         * modules/closein (Depends-on): Add freadahead.
386         * lib/closein.c: Include freadahead.h.
387         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
388         is zero.
389
390 2007-08-19  Bruno Haible  <bruno@clisp.org>
391
392         * modules/freadahead-tests: New file.
393         * tests/test-freadahead.sh: New file.
394         * tests/test-freadahead.c: New file.
395
396         * modules/freadahead: New file.
397         * lib/freadahead.h: New file.
398         * lib/freadahead.c: New file.
399         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
400         fbufmode, fpurge, freadable, fwritable.
401
402 2007-08-19  Eric Blake  <ebb9@byu.net>
403
404         Test yesno in combination with closein.
405         * lib/yesno.c (yesno): Document use of stdin.
406         * modules/yesno-tests (Files): New module.
407         * tests/test-yesno.c (main): New file.
408         * tests/test-yesno.sh: Likewise.
409
410 2007-08-19  Bruno Haible  <bruno@clisp.org>
411
412         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
413         * lib/fseeko.c (rpl_fseeko): Likewise.
414         * lib/fseterr.c (fseterr): Likewise.
415
416 2007-08-19  Bruno Haible  <bruno@clisp.org>
417
418         * tests/test-lseek.c (main): Disable a test for BeOS.
419         * doc/functions/lseek.texi: Document the BeOS bug.
420
421 2007-08-19  Bruno Haible  <bruno@clisp.org>
422             Eric Blake  <ebb9@byu.net>
423
424         * lib/lseek.c: Include <sys/stat.h>.
425         (rpl_lseek): Add workaround code also for Unix platforms.
426         Needed for BeOS.
427         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
428         * doc/functions/lseek.texi: Document BeOS definiency.
429
430 2007-08-18  Bruno Haible  <bruno@clisp.org>
431
432         * modules/fstrcmp-tests: New file.
433         * tests/test-fstrcmp.c: New file.
434
435 2007-08-18  Bruno Haible  <bruno@clisp.org>
436
437         * modules/fstrcmp: New file, from GNU gettext with modifications.
438         * lib/fstrcmp.h: New file, from GNU gettext.
439         * lib/fstrcmp.c: New file, from GNU gettext.
440         * MODULES.html.sh (String handling): Add fstrcmp.
441
442 2007-08-18  Bruno Haible  <bruno@clisp.org>
443
444         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
445         'bool'.
446         (diag, compareseq): Remove const from the ctxt argument.
447         (USE_HEURISTIC): Undefine at the end.
448
449 2007-08-18  Jim Meyering  <jim@meyering.net>
450
451         New file: lib/idcache.h
452         * NEWS: Mention the addition.
453         * modules/idcache (Files): Add lib/idcache.h
454         * lib/idcache.c: Include "idcache.h".
455         Don't include <sys/types.h>.
456         Add a FIXME comment.
457         Move file-scoped "static" declarations to the top.
458         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
459
460 2007-08-17  Bruno Haible  <bruno@clisp.org>
461         and Paul Eggert  <eggert@cs.ucla.edu>
462
463         * MODULES.html.sh: Add diffseq.
464         * modules/diffseq: New file.
465         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
466         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
467
468 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
469
470         Import changes from coreutils for bootstrap script.
471
472         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
473
474         * build-aux/bootstrap (slurp): Work even in environments where
475         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
476         current code does not slurp files whose names start with ".", and
477         this looks like it might be a troublesome area.
478
479         2007-07-11  Jim Meyering  <jim@meyering.net>
480
481         If there's a GPL vN copyright comment, require that N == 3.
482
483         2007-07-08  Jim Meyering  <jim@meyering.net>
484
485         Run the coreutils-specific code only if tests/Makefile.am.in exists.
486         * build-aux/bootstrap (mam_template): Move definition out of loop.
487
488         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
489
490         * build-aux/bootstrap (symlink_to_dir): Rename function from
491         symlink_to_gnulib.  Add a directory parameter.  Update all
492         callers.
493         (cp_mark_as_generated): Also check for -- and link to -- files in
494         gl/.
495
496         2007-07-08  Jim Meyering  <jim@meyering.net>
497
498         Adapt to deeper hierarchy in gnulib.
499         * build-aux/bootstrap (symlink_to_dir): If the destination
500         directory doesn't exist, create it. This is required at least for
501         "lib/uniwidth/cjk.h".
502
503         2007-05-15  Jim Meyering  <jim@meyering.net>
504
505         * build-aux/bootstrap: Now that generated Makefile.am files
506         are no longer under version control, they must be created at
507         bootstrap time.
508
509 2007-08-14  Ben Pfaff  <blp@gnu.org>
510
511         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
512
513 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
514
515         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
516         given the changes below.
517         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
518         even on hosts that have padding bits beyond the supported 64.
519
520 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
521
522         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
523         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
524         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
525         depends on it.
526         (xstrtol_error): Remove.
527         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
528         but with a different signature.
529         (ATTRIBUTE_NORETURN, __attribute__): New macros.
530         * lib/xstrtol-error.c: Include exitfail.h.
531         (xstrtol_fatal): New function, with a different signature from the
532         old xstrtol_error, so that the caller need not worry about passing
533         in an exit status, or about storage management of the option argument.
534         (xstrtol_error): Now a static function.  Redo signature to
535         implement xstrtol_fatal.  Output the correct number of hyphens in
536         front of the option so that the caller need not worry about
537         storage management.
538         (N_): New macro.
539         (_): Remove; not used now.
540         * modules/xstrtol: Depend on getopt.
541         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
542         of old STRTOL_FATAL_ERROR macro.
543         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
544         of test program.
545         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
546         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
547
548 2007-08-08  Eric Blake  <ebb9@byu.net>
549
550         * lib/xstrtol-error.c: Add missing include.
551
552         Move xstrtol messages into gnulib domain, when --pobase is used.
553         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
554         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
555         * modules/xstrtol (Files): Distribute new file.
556         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
557         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
558         * tests/test-xstrtol.c: ...into new file.
559         * tests/test-xstrtoul.c: Also test xstrtoul.
560         * tests/test-xstrtoimax.c: Also test xstrtoimax.
561         * tests/test-xstrtoumax.c: Also test xstrtoumax.
562         * tests/test-xstrtol.sh: Drive the tests.
563         * tests/test-xstrtoimax.sh: Likewise.
564         * tests/test-xstrtoumax.sh: Likewise.
565         * modules/xstrtol-tests: New module.
566         * modules/xstrtoimax-tests: Likewise.
567         * modules/xstrtoumax-tests: Likewise.
568
569 2007-08-08  Jim Meyering  <jim@meyering.net>
570
571         New function: mfile_name_concat.
572         * lib/filenamecat.c (mfile_name_concat): New function, just like
573         file_name_concat, but return NULL upon failure rather than exiting
574         with a diagnostic.
575         * lib/filenamecat.h: Declare it.
576
577 2007-08-07  Bruno Haible  <bruno@clisp.org>
578
579         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
580         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
581         warning from gcc.
582         Reported by Eric Blake.
583
584 2007-08-07  Simon Josefsson  <simon@josefsson.org>
585
586         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
587         * modules/crypto/arcfour (License): Likewise.
588         * modules/crypto/des-tests (License): Likewise.
589         * modules/crypto/gc-arctwo-tests (License): Likewise.
590         * modules/crypto/gc-des-tests (License): Likewise.
591         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
592         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
593         * modules/crypto/gc-md2-tests (License): Likewise.
594         * modules/crypto/gc-md4-tests (License): Likewise.
595         * modules/crypto/gc-md5-tests (License): Likewise.
596         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
597         * modules/crypto/gc-rijndael-tests (License): Likewise.
598         * modules/crypto/gc-sha1-tests (License): Likewise.
599         * modules/crypto/gc-tests (License): Likewise.
600         * modules/crypto/hmac-md5 (License): Likewise.
601         * modules/crypto/hmac-sha1 (License): Likewise.
602         * modules/crypto/md2-tests (License): Likewise.
603         * modules/crypto/md4-tests (License): Likewise.
604         * modules/crypto/md5 (License): Likewise.
605         * modules/crypto/rijndael (License): Likewise.
606         * modules/crypto/sha1 (License): Likewise.
607         * modules/memxor (License): Likewise.
608
609 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
610         and Bruno Haible  <bruno@clisp.org>
611
612         * NEWS: Describe interface changes to human, xstrtol.
613         * lib/human.h: Include <xstrtol.h>.
614         (human_options): Return enum strtol_error, not int.  Remove
615         bool arg; take int * instead.
616         * lib/human.c: Don't include "gettext.h".
617         (_): Remove; no longer used.
618         Don't include <xstrtol.h>, since human.h does it.
619         (human_options): Adjust to abovementioned interface changes.
620         Do not report error to stderr; that's now the caller's
621         responsibility.
622         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
623         interface change.
624         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
625         Str, Argument_type_string.  All uses changed.  Put " argument"
626         in diagnostics to make them clearer.  Change wording of suffix
627         message for clarity.
628         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
629         Argument_type_string.
630         (STRTOL_FATAL_WARN): Remove; no longer used.
631         * modules/human (Depends-on): Remove gettext-h.
632
633 2007-08-06  Simon Josefsson  <simon@josefsson.org>
634
635         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
636
637 2007-07-31  Bruno Haible  <bruno@clisp.org>
638
639         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
640         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
641         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
642
643 2007-07-31  Bruno Haible  <bruno@clisp.org>
644
645         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
646         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
647
648 2007-07-30  Bruno Haible  <bruno@clisp.org>
649
650         * modules/base64 (License): Use the synonymous term "LGPLv2+".
651         * modules/c-ctype (License): Likewise.
652         * modules/c-strcase (License): Likewise.
653         * modules/check-version (License): Likewise.
654         * modules/iconv (License): Likewise.
655         * modules/iconv_open (License): Likewise.
656         * modules/read-file (License): Likewise.
657         * modules/striconv (License): Likewise.
658         * modules/strverscmp (License): Likewise.
659         * modules/vasprintf (License): Likewise.
660         * modules/crypto/des (License): Likewise.
661         * modules/crypto/gc (License): Likewise.
662         * modules/crypto/gc-arcfour (License): Likewise.
663         * modules/crypto/gc-arctwo (License): Likewise.
664         * modules/crypto/gc-des (License): Likewise.
665         * modules/crypto/gc-hmac-md5 (License): Likewise.
666         * modules/crypto/gc-hmac-sha1 (License): Likewise.
667         * modules/crypto/gc-md2 (License): Likewise.
668         * modules/crypto/gc-md4 (License): Likewise.
669         * modules/crypto/gc-md5 (License): Likewise.
670         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
671         * modules/crypto/gc-random (License): Likewise.
672         * modules/crypto/gc-rijndael (License): Likewise.
673         * modules/crypto/gc-sha1 (License): Likewise.
674         * modules/crypto/md2 (License): Likewise.
675         * modules/crypto/md4 (License): Likewise.
676
677 2007-07-30  Jim Meyering  <jim@meyering.net>
678
679         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
680         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
681         it has valid stat data.  This bug would cause du not to count the
682         sizes of inaccessible directories.
683         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
684         in <http://bugzilla.redhat.com/250077>.
685
686 2007-07-25  Peter O'Gorman  <peter@pogma.com>
687             Bruno Haible  <bruno@clisp.org>
688
689         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
690         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
691         #include_next, gives a diagnostic about it, but reports no error in
692         the exit code.
693         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
694
695 2007-07-24  Ben Pfaff  <blp@gnu.org>
696
697         Improve name: "count-one-bits" is better than "popcount".
698         * MODULES.html.sh: Update name.
699         * lib/popcount.h: Renamed lib/count-one-bits.h.
700         (popcount): Renamed count_one_bits.
701         (popcountl): Renamed count_one_bits_l.
702         (popcountll): Renamed count_one_bits_ll.
703         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
704         * modules/popcount: Renamed module/count-one-bits.
705         * modules/popcount-tests: Renamed module/count-one-bits-tests.
706         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
707
708 2007-07-23  Ben Pfaff  <blp@gnu.org>
709
710         * lib/popcount.h (popcount32): Reduce size of constants, to allow
711         better code generation, and add U to large constants to avoid
712         warnings, in non-GCC case.
713         Suggested by Bruno Haible.
714
715 2007-07-23  Ben Pfaff  <blp@gnu.org>
716
717         * lib/popcount.h: Use verify_true instead of if...abort.
718         * modules/popcount: Depend on verify module.
719         Suggested by Jim Meyering.
720
721 2007-07-23  Bruno Haible  <bruno@clisp.org>
722
723         * gnulib-tool (func_import): Create a .cvsignore file also when the
724         directory is not yet in CVS but the toplevel directory is. When
725         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
726         Reported by Karl Berry.
727
728 2007-07-22  Ben Pfaff  <blp@gnu.org>
729
730         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
731         case.
732         Suggested by Eric Blake.
733
734 2007-07-22  Ben Pfaff  <blp@gnu.org>
735
736         New module: popcount.
737         * MODULES.html.sh: Add popcount.
738         * modules/popcount: New file.
739         * modules/popcount-tests: New file.
740         * tests/test-popcount.c: New file.
741         * lib/popcount.h: New file.
742         * m4/popcount.m4: New file.
743
744 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
745
746         * build-aux/announce-gen: Update to GPLv3.
747
748         * build-aux/config.guess: Update from config.
749
750 2007-07-21  Bruno Haible  <bruno@clisp.org>
751
752         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
753         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
754
755 2007-07-20  Jim Meyering  <jim@meyering.net>
756
757         * check-module: Diagnose a self-dependency.
758
759 2007-07-19  Bruno Haible  <bruno@clisp.org>
760
761         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
762         empty.
763         Reported by Eric Blake.
764
765 2007-07-18  Bruno Haible  <bruno@clisp.org>
766
767         * gnulib-tool: New options --po-base, --po-domain.
768         (func_usage): Document them.
769         (pobase, po_domain): New variables.
770         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
771         DEFAULT_TEXT_DOMAIN.
772         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
773         (func_import): Consider pobase and po_domain. Create a po/ directory.
774         (func_create_testdir): Set pobase and po_domain to empty.
775         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
776         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
777
778 2007-07-18  Bruno Haible  <bruno@clisp.org>
779
780         * gnulib-tool (func_get_automake_snippet): Synthesize also an
781         EXTRA_DIST augmentation for files in build-aux/.
782
783 2007-07-16  Bruno Haible  <bruno@clisp.org>
784
785         * modules/lseek (License): Use the synonymous term "LGPLv2+".
786         * modules/getdelim (License): Likewise.
787
788 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
789
790         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
791         * modules/d-type (License): Likewise.
792         * modules/extensions (License): Likewise.
793         * modules/fnmatch (License): Likewise.
794         * modules/fseeko (License): Likewise.
795         * modules/getaddrinfo (License): Likewise.
796         * modules/getline (License): Likewise.
797         * modules/getlogin_r (License): Likewise.
798         * modules/getpass (License): Likewise.
799         * modules/gettimeofday (License): Likewise.
800         * modules/glob (License): Likewise.
801         * modules/inet_ntop (License): Likewise.
802         * modules/malloc (License): Likewise.
803         * modules/malloca (License): Likewise.
804         * modules/memmem (License): Likewise.
805         * modules/mempcpy (License): Likewise.
806         * modules/memset (License): Likewise.
807         * modules/minmax (License): Likewise.
808         * modules/mktime (License): Likewise.
809         * modules/netinet_in (License): Likewise.
810         * modules/pathmax (License): Likewise.
811         * modules/poll (License): Likewise.
812         * modules/regex (License): Likewise.
813         * modules/snprintf (License): Likewise.
814         * modules/stdbool (License): Likewise.
815         * modules/stdint (License): Likewise.
816         * modules/stdio (License): Likewise.
817         * modules/strcase (License): Likewise.
818         * modules/strcasestr (License): Likewise.
819         * modules/strdup (License): Likewise.
820         * modules/string (License): Likewise.
821         * modules/strndup (License): Likewise.
822         * modules/strnlen (License): Likewise.
823         * modules/strpbrk (License): Likewise.
824         * modules/strptime (License): Likewise.
825         * modules/strsep (License): Likewise.
826         * modules/sys_select (License): Likewise.
827         * modules/sys_socket (License): Likewise.
828         * modules/sys_stat (License): Likewise.
829         * modules/sys_time (License): Likewise.
830         * modules/time (License): Likewise.
831         * modules/time_r (License): Likewise.
832         * modules/timegm (License): Likewise.
833         * modules/unistd (License): Likewise.
834         * modules/vsnprintf (License): Likewise.
835         * modules/wctype (License): Likewise.
836
837 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
838
839         * modules/argz (License): LGPLv2+.
840
841 2007-07-15  Karl Berry  <karl@gnu.org>
842
843         * doc/gnulib.texi: revise node structure per new fdl.texi.
844
845 2007-07-14  Bruno Haible  <bruno@clisp.org>
846
847         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
848         the output file.
849         * lib/uniname/uninames.h: Regenerated.
850
851 2007-07-14  Karl Berry  <karl@gnu.org>
852
853         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
854         omitting sectioning and index commands.
855
856 2007-07-13  Bruno Haible  <bruno@clisp.org>
857
858         New gnulib-tool option --more-symlinks.
859         * gnulib-tool (func_usage): Document --more-symlinks.
860         (do_copyrights): New variable.
861         Recognize option --more-symlinks.
862         (func_import): Don't add a copyright notice transform to
863         sed_transform_lib_file if do_copyrights is empty.
864
865 2007-07-13  Bruno Haible  <bruno@clisp.org>
866
867         * lib/vasnprintf.c (decimal_point_char): Define also if
868         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
869         && !NEED_PRINTF_DIRECTIVE_A.
870         Reported by Clemens Koller <clemens.koller@anagramm.de> via
871         Gary V. Vaughan <gary@gnu.org>.
872
873 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
874
875         * lib/inttypes_.h: Undo previous change, since it was fixed
876         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
877
878 2007-07-13  Bruno Haible  <bruno@clisp.org>
879
880         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
881         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
882
883 2007-07-13  Jim Meyering  <jim@meyering.net>
884
885         df: Don't fail for Tru64's "file-on-file mount".
886         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
887         so we fall through and use statfs instead.  Details here:
888         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
889         Reported by Albert Chin.
890
891 2007-07-13  Bruno Haible  <bruno@clisp.org>
892
893         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
894         * modules/configmake (License): Likewise.
895         * modules/gettext (License): Likewise.
896         * modules/gettext-h (License): Likewise.
897         * modules/include_next (License): Likewise.
898         * modules/link-warning (License): Likewise.
899         * modules/localcharset (License): Likewise.
900         * modules/localename (License): Likewise.
901         * modules/lock (License): Likewise.
902         * modules/relocatable-lib-lgpl (License): Likewise.
903         * modules/size_max (License): Likewise.
904         * modules/vasnprintf (License): Likewise.
905         * modules/wchar (License): Likewise.
906         * modules/xsize (License): Likewise.
907
908 2007-07-13  Bruno Haible  <bruno@clisp.org>
909
910         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
911         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
912
913 2007-07-12  Bruno Haible  <bruno@clisp.org>
914
915         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
916         in the modules files.
917
918 2007-07-11  Karl Berry  <karl@gnu.org>
919
920         * MODULES.html.sh (func_module): use
921          sed -e '\|^'"${includefile}"'$|d'
922          instead of /.../d, to avoid errors on $includefile's containing /.
923
924 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
925
926         * gnulib-tool (func_import): Avoid duplication of --avoid
927         statements
928         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
929         names to `_' in variable names.
930
931 2007-07-10  Eric Blake  <ebb9@byu.net>
932
933         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
934         * NEWS: Document this change.
935
936 2007-07-08  Bruno Haible  <bruno@clisp.org>
937
938         Update to Unicode 5.0.
939         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
940         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
941         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
942         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
943         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
944         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
945         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
946         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
947         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
948         U+10A3F, U+1D242..U+1D244.
949         (nonspacing_table_ind): Update.
950         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
951         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
952
953 2007-07-08  Bruno Haible  <bruno@clisp.org>
954
955         Update to Unicode 5.0.
956         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
957         code transform. Extend the name index field of unicode_name_to_code and
958         unicode_code_to_name from 16 to 24 bits.
959         * lib/uniname/uniname.c (unicode_character_name,
960         unicode_name_character): Add the range 0x12xxx to the code transform.
961         * lib/uniname/uninames.h: Regenerated.
962         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
963
964 2007-07-07  Bruno Haible  <bruno@clisp.org>
965
966         * modules/wcwidth-tests: New file.
967         * tests/test-wcwidth.c: New file.
968
969         Work around MacOS X wcwidth() bug.
970         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
971         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
972         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
973         original wcwidth in non-UTF-8 locales.
974         * modules/wcwidth (Depends-on): Add localcharset, streq,
975         uniwidth/width.
976         * doc/functions/wcwidth.texi: Update.
977
978 2007-07-07  Bruno Haible  <bruno@clisp.org>
979
980         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
981         (wcwidth): New declaration.
982         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
983         macros.
984         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
985         here. Prepare for creating <wchar.h> unconditionally.
986         * modules/wchar (Depends-on): Add link-warning.
987         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
988         REPLACE_WCWIDTH, and GL_LINK_WARNING.
989         * lib/wcwidth.h: Remove file.
990         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
991         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
992         * modules/wcwidth (Files): Remove lib/wcwidth.h.
993         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
994         (Include): Replace wcwidth.h with <wchar.h>.
995         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
996         * lib/mbchar.h: Don't include wcwidth.h.
997         * lib/mbswidth.c: Likewise.
998         * NEWS: Mention the change.
999
1000 2007-07-07  Bruno Haible  <bruno@clisp.org>
1001
1002         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
1003         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
1004         definition with an external declaration.
1005         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
1006         defined as a function. Remove AC_C_INLINE requirement.
1007         * modules/wcwidth (Files): Add lib/wcwidth.c.
1008         (Makefile.am): Remove redundant statement.
1009
1010 2007-07-07  Bruno Haible  <bruno@clisp.org>
1011
1012         * MODULES.html.sh (Unicode string functions): Add the new modules.
1013
1014         * tests/uniwidth/test-u32-strwidth.c: New file.
1015         * modules/uniwidth/u32-strwidth-tests: New file.
1016
1017         * lib/uniwidth/u32-strwidth.c: New file.
1018         * modules/uniwidth/u32-strwidth: New file.
1019
1020         * tests/uniwidth/test-u16-strwidth.c: New file.
1021         * modules/uniwidth/u16-strwidth-tests: New file.
1022
1023         * lib/uniwidth/u16-strwidth.c: New file.
1024         * modules/uniwidth/u16-strwidth: New file.
1025
1026         * tests/uniwidth/test-u8-strwidth.c: New file.
1027         * modules/uniwidth/u8-strwidth-tests: New file.
1028
1029         * lib/uniwidth/u8-strwidth.c: New file.
1030         * modules/uniwidth/u8-strwidth: New file.
1031
1032         * tests/uniwidth/test-u32-width.c: New file.
1033         * modules/uniwidth/u32-width-tests: New file.
1034
1035         * lib/uniwidth/u32-width.c: New file.
1036         * modules/uniwidth/u32-width: New file.
1037
1038         * tests/uniwidth/test-u16-width.c: New file.
1039         * modules/uniwidth/u16-width-tests: New file.
1040
1041         * lib/uniwidth/u16-width.c: New file.
1042         * modules/uniwidth/u16-width: New file.
1043
1044         * tests/uniwidth/test-u8-width.c: New file.
1045         * modules/uniwidth/u8-width-tests: New file.
1046
1047         * lib/uniwidth/u8-width.c: New file.
1048         * modules/uniwidth/u8-width: New file.
1049
1050         * tests/uniwidth/test-uc_width.c: New file.
1051         * modules/uniwidth/width-tests: New file.
1052
1053         * lib/uniwidth/width.c: New file, from GNU libiconv.
1054         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
1055         * modules/uniwidth/width: New file.
1056
1057         * lib/uniwidth.h: New file, from GNU libiconv.
1058         * modules/uniwidth/base: New file.
1059
1060 2007-07-07  Bruno Haible  <bruno@clisp.org>
1061
1062         * lib/uniname.h: New file, from GNU gettext.
1063         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
1064         * lib/uniname/uninames.h: New file, from GNU gettext.
1065         * lib/uniname/uniname.c: New file, from GNU gettext.
1066         * tests/uniname/test-uninames.sh: New file.
1067         * tests/uniname/test-uninames.c: New file, from GNU gettext.
1068         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
1069         * modules/uniname/base: New file.
1070         * modules/uniname/uniname: New file.
1071         * modules/uniname/uniname-tests: New file.
1072         * MODULES.html.sh (Unicode string functions): Add the new modules.
1073
1074 2007-07-06  Bruno Haible  <bruno@clisp.org>
1075
1076         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
1077
1078 2007-07-06  Bruno Haible  <bruno@clisp.org>
1079
1080         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
1081         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
1082         includes <cygwin/sys_time.h> which includes <sys/select.h> which
1083         include <sys/time.h>.
1084         Reported by Eric Blake.
1085
1086 2007-07-06  Eric Blake  <ebb9@byu.net>
1087
1088         Fix testing canonicalize on cygwin.
1089         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
1090         Revert patch from 2007-06-19.
1091         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
1092         canonicalize module is also in use.
1093         * tests/test-canonicalize.c: New file.
1094         * tests/test-canonicalize.sh: Likewise.
1095         * modules/canonicalize-tests: Likewise.
1096
1097 2007-07-06  Jim Meyering  <jim@meyering.net>
1098
1099         * lib/getugroups.c (getugroups): Detect getgrent failure.
1100         Adjust comment to reflect reality: this function may return -1.
1101
1102 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
1103
1104         * build-aux/bootstrap (TP_URL,get_translations): Update to use
1105         the new TP address.
1106         (usage): Fix typo
1107         (gnulib_mk): New variable.
1108
1109 2007-07-05  Jim Meyering  <jim@meyering.net>
1110
1111         Don't let endgrent clobber errno, no matter how improbable.
1112         * lib/getugroups.c (getugroups): Save and restore errno around
1113         endgrent call.
1114
1115         Close the group DB even when failing with 2^31 or more members.
1116         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
1117
1118 2007-07-04  Jim Meyering  <jim@meyering.net>
1119
1120         * lib/getugroups.h: New file.
1121         * lib/getugroups.c: Include "getugroups.h".
1122         Remove uses of "register" keyword.
1123         Move local variable, "cp", down into scope where used.
1124         Give "username" parameter the "const" attribute.
1125         * modules/getugroups (Files): Add lib/getugroups.h
1126
1127 2007-07-04  Karl Berry  <karl@gnu.org>
1128
1129         * MODULES.html.sh (func_all_modules): Complete rename of
1130         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
1131
1132 2007-07-02  Bruno Haible  <bruno@clisp.org>
1133
1134         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
1135         mode, when inttypes.h comes from gnulib.
1136         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
1137
1138 2007-07-02  Simon Josefsson  <simon@josefsson.org>
1139
1140         * NEWS: Mention lgpl module name change.
1141
1142         * modules/lgpl-2.1: Renamed from lgpl.
1143
1144         * NEWS: Mention gpl module name change.
1145
1146         * modules/gpl-3.0: New file, based on gpl-2.0.
1147
1148         * modules/gpl-2.0: Renamed from gpl.
1149
1150         * modules/gpl: Fix filename, doc/gpl.texi is now found at
1151         doc/gpl-2.0.texi.
1152
1153 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
1154
1155         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
1156         #define __STDC_LIMIT_MACROS temporarily while including
1157         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
1158         Problem reported by Joel E. Denny in
1159         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
1160
1161 2007-07-01  Bruno Haible  <bruno@clisp.org>
1162
1163         * lib/unistdio.h: New file.
1164         * lib/unistdio/u-asnprintf.h: New file.
1165         * lib/unistdio/u-asprintf.h: New file.
1166         * lib/unistdio/u-printf-args.c: New file.
1167         * lib/unistdio/u-printf-args.h: New file.
1168         * lib/unistdio/u-printf-parse.h: New file.
1169         * lib/unistdio/u-snprintf.h: New file.
1170         * lib/unistdio/u-sprintf.h: New file.
1171         * lib/unistdio/u-vasprintf.h: New file.
1172         * lib/unistdio/u-vsnprintf.h: New file.
1173         * lib/unistdio/u-vsprintf.h: New file.
1174         * lib/unistdio/ulc-asnprintf.c: New file.
1175         * lib/unistdio/ulc-asprintf.c: New file.
1176         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
1177         * lib/unistdio/ulc-printf-parse.c: New file.
1178         * lib/unistdio/ulc-snprintf.c: New file.
1179         * lib/unistdio/ulc-sprintf.c: New file.
1180         * lib/unistdio/ulc-vasnprintf.c: New file.
1181         * lib/unistdio/ulc-vasprintf.c: New file.
1182         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
1183         * lib/unistdio/ulc-vsnprintf.c: New file.
1184         * lib/unistdio/ulc-vsprintf.c: New file.
1185         * lib/unistdio/u8-asnprintf.c: New file.
1186         * lib/unistdio/u8-asprintf.c: New file.
1187         * lib/unistdio/u8-printf-parse.c: New file.
1188         * lib/unistdio/u8-snprintf.c: New file.
1189         * lib/unistdio/u8-sprintf.c: New file.
1190         * lib/unistdio/u8-vasnprintf.c: New file.
1191         * lib/unistdio/u8-vasprintf.c: New file.
1192         * lib/unistdio/u8-vsnprintf.c: New file.
1193         * lib/unistdio/u8-vsprintf.c: New file.
1194         * lib/unistdio/u8-u8-asnprintf.c: New file.
1195         * lib/unistdio/u8-u8-asprintf.c: New file.
1196         * lib/unistdio/u8-u8-snprintf.c: New file.
1197         * lib/unistdio/u8-u8-sprintf.c: New file.
1198         * lib/unistdio/u8-u8-vasnprintf.c: New file.
1199         * lib/unistdio/u8-u8-vasprintf.c: New file.
1200         * lib/unistdio/u8-u8-vsnprintf.c: New file.
1201         * lib/unistdio/u8-u8-vsprintf.c: New file.
1202         * lib/unistdio/u16-asnprintf.c: New file.
1203         * lib/unistdio/u16-asprintf.c: New file.
1204         * lib/unistdio/u16-printf-parse.c: New file.
1205         * lib/unistdio/u16-snprintf.c: New file.
1206         * lib/unistdio/u16-sprintf.c: New file.
1207         * lib/unistdio/u16-vasnprintf.c: New file.
1208         * lib/unistdio/u16-vasprintf.c: New file.
1209         * lib/unistdio/u16-vsnprintf.c: New file.
1210         * lib/unistdio/u16-vsprintf.c: New file.
1211         * lib/unistdio/u16-u16-asnprintf.c: New file.
1212         * lib/unistdio/u16-u16-asprintf.c: New file.
1213         * lib/unistdio/u16-u16-snprintf.c: New file.
1214         * lib/unistdio/u16-u16-sprintf.c: New file.
1215         * lib/unistdio/u16-u16-vasnprintf.c: New file.
1216         * lib/unistdio/u16-u16-vasprintf.c: New file.
1217         * lib/unistdio/u16-u16-vsnprintf.c: New file.
1218         * lib/unistdio/u16-u16-vsprintf.c: New file.
1219         * lib/unistdio/u32-asnprintf.c: New file.
1220         * lib/unistdio/u32-asprintf.c: New file.
1221         * lib/unistdio/u32-printf-parse.c: New file.
1222         * lib/unistdio/u32-snprintf.c: New file.
1223         * lib/unistdio/u32-sprintf.c: New file.
1224         * lib/unistdio/u32-vasnprintf.c: New file.
1225         * lib/unistdio/u32-vasprintf.c: New file.
1226         * lib/unistdio/u32-vsnprintf.c: New file.
1227         * lib/unistdio/u32-vsprintf.c: New file.
1228         * lib/unistdio/u32-u32-asnprintf.c: New file.
1229         * lib/unistdio/u32-u32-asprintf.c: New file.
1230         * lib/unistdio/u32-u32-snprintf.c: New file.
1231         * lib/unistdio/u32-u32-sprintf.c: New file.
1232         * lib/unistdio/u32-u32-vasnprintf.c: New file.
1233         * lib/unistdio/u32-u32-vasprintf.c: New file.
1234         * lib/unistdio/u32-u32-vsnprintf.c: New file.
1235         * lib/unistdio/u32-u32-vsprintf.c: New file.
1236         * tests/unistdio/test-ulc-asnprintf1.c: New file.
1237         * tests/unistdio/test-ulc-asnprintf1.h: New file.
1238         * tests/unistdio/test-ulc-printf1.h: New file.
1239         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
1240         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
1241         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
1242         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
1243         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
1244         * tests/unistdio/test-ulc-vasprintf1.c: New file.
1245         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
1246         * tests/unistdio/test-ulc-vsprintf1.c: New file.
1247         * tests/unistdio/test-u8-asnprintf1.c: New file.
1248         * tests/unistdio/test-u8-asnprintf1.h: New file.
1249         * tests/unistdio/test-u8-printf1.h: New file.
1250         * tests/unistdio/test-u8-vasnprintf1.c: New file.
1251         * tests/unistdio/test-u8-vasnprintf2.c: New file.
1252         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
1253         * tests/unistdio/test-u8-vasnprintf3.c: New file.
1254         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
1255         * tests/unistdio/test-u8-vasprintf1.c: New file.
1256         * tests/unistdio/test-u8-vsnprintf1.c: New file.
1257         * tests/unistdio/test-u8-vsprintf1.c: New file.
1258         * tests/unistdio/test-u16-asnprintf1.c: New file.
1259         * tests/unistdio/test-u16-asnprintf1.h: New file.
1260         * tests/unistdio/test-u16-printf1.h: New file.
1261         * tests/unistdio/test-u16-vasnprintf1.c: New file.
1262         * tests/unistdio/test-u16-vasnprintf2.c: New file.
1263         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
1264         * tests/unistdio/test-u16-vasnprintf3.c: New file.
1265         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
1266         * tests/unistdio/test-u16-vasprintf1.c: New file.
1267         * tests/unistdio/test-u16-vsnprintf1.c: New file.
1268         * tests/unistdio/test-u16-vsprintf1.c: New file.
1269         * tests/unistdio/test-u32-asnprintf1.c: New file.
1270         * tests/unistdio/test-u32-asnprintf1.h: New file.
1271         * tests/unistdio/test-u32-printf1.h: New file.
1272         * tests/unistdio/test-u32-vasnprintf1.c: New file.
1273         * tests/unistdio/test-u32-vasnprintf2.c: New file.
1274         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
1275         * tests/unistdio/test-u32-vasnprintf3.c: New file.
1276         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
1277         * tests/unistdio/test-u32-vasprintf1.c: New file.
1278         * tests/unistdio/test-u32-vsnprintf1.c: New file.
1279         * tests/unistdio/test-u32-vsprintf1.c: New file.
1280         * modules/unistdio/base: New file.
1281         * modules/unistdio/u-printf-args: New file.
1282         * modules/unistdio/ulc-asnprintf: New file.
1283         * modules/unistdio/ulc-asprintf: New file.
1284         * modules/unistdio/ulc-fprintf: New file.
1285         * modules/unistdio/ulc-printf-parse: New file.
1286         * modules/unistdio/ulc-snprintf: New file.
1287         * modules/unistdio/ulc-sprintf: New file.
1288         * modules/unistdio/ulc-vasnprintf: New file.
1289         * modules/unistdio/ulc-vasprintf: New file.
1290         * modules/unistdio/ulc-vfprintf: New file.
1291         * modules/unistdio/ulc-vsnprintf: New file.
1292         * modules/unistdio/ulc-vsprintf: New file.
1293         * modules/unistdio/u8-asnprintf: New file.
1294         * modules/unistdio/u8-asprintf: New file.
1295         * modules/unistdio/u8-printf-parse: New file.
1296         * modules/unistdio/u8-snprintf: New file.
1297         * modules/unistdio/u8-sprintf: New file.
1298         * modules/unistdio/u8-vasnprintf: New file.
1299         * modules/unistdio/u8-vasprintf: New file.
1300         * modules/unistdio/u8-vsnprintf: New file.
1301         * modules/unistdio/u8-vsprintf: New file.
1302         * modules/unistdio/u8-u8-asnprintf: New file.
1303         * modules/unistdio/u8-u8-asprintf: New file.
1304         * modules/unistdio/u8-u8-snprintf: New file.
1305         * modules/unistdio/u8-u8-sprintf: New file.
1306         * modules/unistdio/u8-u8-vasnprintf: New file.
1307         * modules/unistdio/u8-u8-vasprintf: New file.
1308         * modules/unistdio/u8-u8-vsnprintf: New file.
1309         * modules/unistdio/u8-u8-vsprintf: New file.
1310         * modules/unistdio/u16-asnprintf: New file.
1311         * modules/unistdio/u16-asprintf: New file.
1312         * modules/unistdio/u16-printf-parse: New file.
1313         * modules/unistdio/u16-snprintf: New file.
1314         * modules/unistdio/u16-sprintf: New file.
1315         * modules/unistdio/u16-vasnprintf: New file.
1316         * modules/unistdio/u16-vasprintf: New file.
1317         * modules/unistdio/u16-vsnprintf: New file.
1318         * modules/unistdio/u16-vsprintf: New file.
1319         * modules/unistdio/u16-u16-asnprintf: New file.
1320         * modules/unistdio/u16-u16-asprintf: New file.
1321         * modules/unistdio/u16-u16-snprintf: New file.
1322         * modules/unistdio/u16-u16-sprintf: New file.
1323         * modules/unistdio/u16-u16-vasnprintf: New file.
1324         * modules/unistdio/u16-u16-vasprintf: New file.
1325         * modules/unistdio/u16-u16-vsnprintf: New file.
1326         * modules/unistdio/u16-u16-vsprintf: New file.
1327         * modules/unistdio/u32-asnprintf: New file.
1328         * modules/unistdio/u32-asprintf: New file.
1329         * modules/unistdio/u32-printf-parse: New file.
1330         * modules/unistdio/u32-snprintf: New file.
1331         * modules/unistdio/u32-sprintf: New file.
1332         * modules/unistdio/u32-vasnprintf: New file.
1333         * modules/unistdio/u32-vasprintf: New file.
1334         * modules/unistdio/u32-vsnprintf: New file.
1335         * modules/unistdio/u32-vsprintf: New file.
1336         * modules/unistdio/u32-u32-asnprintf: New file.
1337         * modules/unistdio/u32-u32-asprintf: New file.
1338         * modules/unistdio/u32-u32-snprintf: New file.
1339         * modules/unistdio/u32-u32-sprintf: New file.
1340         * modules/unistdio/u32-u32-vasnprintf: New file.
1341         * modules/unistdio/u32-u32-vasprintf: New file.
1342         * modules/unistdio/u32-u32-vsnprintf: New file.
1343         * modules/unistdio/u32-u32-vsprintf: New file.
1344         * modules/unistdio/ulc-asnprintf-tests: New file.
1345         * modules/unistdio/ulc-vasnprintf-tests: New file.
1346         * modules/unistdio/ulc-vasprintf-tests: New file.
1347         * modules/unistdio/ulc-vsnprintf-tests: New file.
1348         * modules/unistdio/ulc-vsprintf-tests: New file.
1349         * modules/unistdio/u8-asnprintf-tests: New file.
1350         * modules/unistdio/u8-vasnprintf-tests: New file.
1351         * modules/unistdio/u8-vasprintf-tests: New file.
1352         * modules/unistdio/u8-vsnprintf-tests: New file.
1353         * modules/unistdio/u8-vsprintf-tests: New file.
1354         * modules/unistdio/u16-asnprintf-tests: New file.
1355         * modules/unistdio/u16-vasnprintf-tests: New file.
1356         * modules/unistdio/u16-vasprintf-tests: New file.
1357         * modules/unistdio/u16-vsnprintf-tests: New file.
1358         * modules/unistdio/u16-vsprintf-tests: New file.
1359         * modules/unistdio/u32-asnprintf-tests: New file.
1360         * modules/unistdio/u32-vasnprintf-tests: New file.
1361         * modules/unistdio/u32-vasprintf-tests: New file.
1362         * modules/unistdio/u32-vsnprintf-tests: New file.
1363         * modules/unistdio/u32-vsprintf-tests: New file.
1364         * MODULES.html.sh (Unicode string functions): Add the new modules.
1365
1366 2007-07-01  Bruno Haible  <bruno@clisp.org>
1367
1368         * lib/sprintf.c (sprintf): Limit the available length estimation,
1369         to avoid address wraparound.
1370         * lib/vsprintf.c (vsprintf): Likewise.
1371         * modules/sprintf-posix (Dependencies): Add stdint.
1372         * modules/vsprintf-posix (Dependencies): Likewise.
1373
1374 2007-07-01  Bruno Haible  <bruno@clisp.org>
1375
1376         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
1377         Windows PATH as well. Conservative double-quoting. Comments.
1378
1379 2007-07-01  Bruno Haible  <bruno@clisp.org>
1380             Eric Blake  <ebb9@byu.net>
1381             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1382
1383         * gnulib-tool (self_abspathname): Fix algorithm to cope with
1384         empty components in $PATH, denoting '.'.
1385
1386 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1387
1388         * gnulib-tool: Fix indentation.
1389         (func_create_megatestdir): Likewise.
1390         Report by Bruno Haible.
1391
1392 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1393
1394         Sync from Automake.
1395         * build-aux/gnupload: Fix shell portability issues with for loops.
1396         Report by Karl Berry.
1397
1398 2007-06-29  Simon Josefsson  <simon@josefsson.org>
1399
1400         * build-aux/maint.mk (POURL): Use translationproject.org.
1401
1402 2007-06-27  Simon Josefsson  <simon@josefsson.org>
1403             Bruno Haible  <bruno@clisp.org>
1404
1405         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
1406         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
1407         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
1408         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
1409         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
1410
1411 2007-06-27  Bruno Haible  <bruno@clisp.org>
1412
1413         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
1414         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
1415
1416 2007-06-26  Karl Berry  <karl@gnu.org>
1417
1418         * MODULES.html.sh: remove xreadlink-with-size.
1419
1420 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
1421
1422         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
1423         method that I hope also handles the double-include problem noted
1424         by Bruno Haible in
1425         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
1426
1427 2007-06-23  Bruno Haible  <bruno@clisp.org>
1428
1429         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
1430         Don't let the 'mostlyclean' target fail if the last subdirectory could
1431         not be removed.
1432         Reported by Karl Berry.
1433
1434 2007-06-23  Bruno Haible  <bruno@clisp.org>
1435
1436         * gnulib-tool (echo): Add a speedier workaround for ksh.
1437         * tests/test-echo.sh: Likewise.
1438
1439 2007-06-23  Bruno Haible  <bruno@clisp.org>
1440
1441         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
1442         * tests/test-echo.sh: Likewise.
1443
1444 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1445
1446         * gnulib-tool (IFS): Initialize early, so we don't set it to
1447         empty later.
1448         (self_abspathname): Rewrite algorithm to set it, reindent.
1449         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
1450         (func_create_megatestdir): Merge some sed scripts.
1451
1452 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
1453
1454         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
1455         exposed by Sun Studio 11 cc on Solaris 8.
1456
1457 2007-06-22  Bruno Haible  <bruno@clisp.org>
1458
1459         * gnulib-tool (echo): Ensure the echo primitive does not interpret
1460         backslashes.
1461         * tests/test-echo.sh: New file.
1462
1463 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1464
1465         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
1466         simplify `sed_replace_build_aux' scripts, they are portable but
1467         echoing them with `echo' is not.
1468         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
1469
1470 2007-06-21  Karl Berry  <karl@gnu.org>
1471
1472         * config/srclist.txt: guess we can't handle the licenses via
1473         srclist at the moment.
1474
1475 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
1476
1477         * MODULES.html.sh: Add include_next.
1478         * modules/include_next: New file.
1479
1480 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
1481
1482         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
1483         INCLUDE_NEXT.
1484         (gl_CHECK_NEXT_HEADERS): New macro.
1485         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
1486         the obsolescent gl_ABSOLUTE_HEADER.
1487         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
1488         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
1489         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
1490         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
1491         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
1492         * m4/math_h.m4 (gl_MATH_H): Likewise.
1493         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
1494         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
1495         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
1496         * m4/stdint.m4 (gl_STDINT_H): Likewise.
1497         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
1498         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
1499         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
1500         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
1501         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
1502         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
1503         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
1504         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
1505         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
1506         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
1507         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
1508         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
1509         * m4/inttypes.m4 (gl_INTTYPES_H): Define
1510         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
1511         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
1512         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
1513         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
1514         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
1515         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
1516         * lib/float_.h: Likewise.
1517         * lib/inttypes_.h: Likewise.
1518         * lib/math_.h: Likewise.
1519         * lib/search_.h: Likewise.
1520         * lib/signal_.h: Likewise.
1521         * lib/stdint_.h: Likewise.
1522         * lib/stdio_.h: Likewise.
1523         * lib/stdlib_.h: Likewise.
1524         * lib/string_.h: Likewise.
1525         * lib/sys_stat_.h: Likewise.
1526         * lib/sys_time_.h: Likewise.
1527         * lib/time_.h: Likewise.
1528         * lib/unistd_.h: Likewise.
1529         * lib/wchar_.h: Likewise.
1530         * lib/wctype_.h: Likewise.
1531         * lib/dirent_.h: Likewise.
1532         * lib/iconv_.h: Likewise.
1533         * lib/locale_.h: Likewise.
1534         * lib/netinet_in_.h: Likewise.
1535         * lib/sys_select_.h: Likewise.
1536         * lib/sys_socket_.h: Likewise.
1537         * lib/sysexits_.h: Likewise.
1538         * modules/fcntl (Depends-on): Depend on include_next, not
1539         absolute_header.
1540         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
1541         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
1542         * modules/fchdir: Likewise.
1543         * modules/float: Likewise.
1544         * modules/iconv_open: Likewise.
1545         * modules/inttypes: Likewise.
1546         * modules/locale: Likewise.
1547         * modules/math: Likewise.
1548         * modules/netinet_in: Likewise.
1549         * modules/search: Likewise.
1550         * modules/signal: Likewise.
1551         * modules/stdint: Likewise.
1552         * modules/stdio: Likewise.
1553         * modules/stdlib: Likewise.
1554         * modules/string: Likewise.
1555         * modules/sys_select: Likewise.
1556         * modules/sys_socket: Likewise.
1557         * modules/sys_stat: Likewise.
1558         * modules/sys_time: Likewise.
1559         * modules/sysexits: Likewise.
1560         * modules/time: Likewise.
1561         * modules/unistd: Likewise.
1562         * modules/wchar: Likewise.
1563         * modules/wctype: Likewise.
1564         * modules/sys_stat: Change maintainer to "all".
1565         * modules/unistd: Likewise.
1566
1567 2007-06-20  Karl Berry  <karl@gnu.org>
1568
1569         * config/srclist.txt: track www changes in license files.
1570
1571 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
1572
1573         * build-aux/bootstrap: Remove stray dot.
1574         Make sure build_aux settings are honored when linking
1575         gnulib_extra_files.
1576
1577 2007-06-19  Eric Blake  <ebb9@byu.net>
1578
1579         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
1580         Allow compilation on cygwin.
1581
1582 2007-06-19  Jim Meyering  <jim@meyering.net>
1583
1584         xreadlink-with-size: Remove module.  No longer used.
1585         Ex-callers now use xreadlink or mreadlink-with-size.
1586         * modules/xreadlink-with-size: Remove module.
1587         * lib/xreadlink-with-size.c: Remove file.
1588         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
1589         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
1590         just before the function definition *is* accurate.
1591
1592         Eliminate one way canonicalize_filename_mode could exit.
1593         * lib/canonicalize.c (canonicalize_filename_mode):
1594         Use mreadlink_with_size, not xreadlink_with_size.
1595
1596 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
1597
1598         Detect porting problems to FreeBSD/arm, which has time_t wider than
1599         long int.  Original problem reported for GNU diff by Xin Li in
1600         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
1601         * modules/getdate (Depends-on): Add intprops, verify.
1602         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
1603         is an integer type no wider than long int.
1604
1605 2007-06-18  Jim Meyering  <jim@meyering.net>
1606
1607         New module: mreadlink-with-size.
1608         * MODULES.html.sh: Add mreadlink-with-size.
1609         * modules/mreadlink-with-size: New module
1610         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
1611         not xreadlink-with-size.
1612         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
1613
1614 2007-06-16  Bruno Haible  <bruno@clisp.org>
1615
1616         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
1617         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
1618         Reported by Gary V. Vaughan <gary@gnu.org>.
1619
1620 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
1621
1622         Revamp lchown so that it lives in unistd.h where it belongs.
1623         * lib/lchown.h: Remove.
1624         * lib/dirchownmod.c: Don't include lib/lchown.h.
1625         * lib/fchownat.c: Likewise.
1626         * lib/openat.c: Likewise.
1627         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
1628         does not follow symlinks.
1629         (EOPNOTSUPP): Define if not defined.
1630         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
1631         is defined to 0.
1632         (lchown): New decl.
1633         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
1634         Do not check for lchown decl.
1635         Set REPLACE_LCHOWN.
1636         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
1637         REPLACE_LCHOWN.
1638         * modules/chown: Make it clear it follows symlinks.
1639         * modules/lchown: Make it clear it doesn't follow symlinks.
1640         (Files): Remove lib/lchown.h
1641         (Depends-on): Add unistd.
1642         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
1643         (Include): Include <unistd.h>, not "lchown.h".
1644         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
1645         REPLACE_LCHOWN.
1646
1647 2007-06-15  Jim Meyering  <jim@meyering.net>
1648
1649         Change license (GPL to LGPL) of fsusage and dependents.
1650         * modules/fsusage (License): Change to LGPL.
1651         * modules/full-read (License): Likewise.
1652         * modules/full-write (License): Likewise.
1653         * modules/safe-read (License): Likewise.
1654         * modules/safe-write (License): Likewise.
1655
1656 2007-06-14  Ben Pfaff  <blp@gnu.org>
1657
1658         Missing part of allocsa -> malloca transition.
1659         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
1660         gl_MALLOCA.
1661
1662 2007-06-12  Bruno Haible  <bruno@clisp.org>
1663
1664         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
1665         to ia64, x86_64, i386.
1666         Reported by Eric Blake.
1667
1668 2007-06-12  Bruno Haible  <bruno@clisp.org>
1669
1670         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
1671         cross-compiling to x86_64.
1672
1673 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
1674
1675         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
1676         glitch reported by Ralf Wildenhues in
1677         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
1678
1679         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
1680         Vin Shelton.
1681
1682 2007-06-11  Bruno Haible  <bruno@clisp.org>
1683
1684         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
1685         replacement string.
1686         Reported by Eric Blake.
1687
1688 2007-06-10  Bruno Haible  <bruno@clisp.org>
1689
1690         Prepare vasnprintf code for use with Unicode strings.
1691         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
1692         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
1693         TYPE_U32_STRING.
1694         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
1695         a_u32_string variants.
1696         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
1697         * lib/printf-args.c: Don't include config.h and the specification
1698         header if PRINTF_FETCHARGS is already defined.
1699         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
1700         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
1701         TYPE_U16_STRING, TYPE_U32_STRING.
1702         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
1703         u16_directive, u16_directives, u32_directive, u32_directives): New
1704         types.
1705         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
1706         New declarations.
1707         * lib/printf-parse.c: Don't include config.h and the specification
1708         header if PRINTF_PARSE is already defined. Eliminate the set of
1709         parameters for WIDE_CHAR_VERSION; the user of this file must provide
1710         them now. Include c-ctype.h.
1711         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
1712         directive and CHAR_T_ONLY_ASCII.
1713         * lib/vasnprintf.c: Don't include config.h and the specification header
1714         if VASNPRINTF is already defined.
1715         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
1716         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
1717         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
1718         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
1719         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
1720         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
1721         code accordingly.
1722         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
1723         pad_ourselves also in this case, with the 'c' and 's' directives, and
1724         with a different notion of "width".
1725         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
1726
1727 2007-06-10  Bruno Haible  <bruno@clisp.org>
1728
1729         * modules/unistr/u32-mbsnlen: New file.
1730         * lib/unistr/u32-mbsnlen.c: New file.
1731
1732         * modules/unistr/u16-mbsnlen: New file.
1733         * lib/unistr/u16-mbsnlen.c: New file.
1734
1735         * modules/unistr/u8-mbsnlen: New file.
1736         * lib/unistr/u8-mbsnlen.c: New file.
1737
1738         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
1739         declarations.
1740
1741 2007-06-10  Bruno Haible  <bruno@clisp.org>
1742
1743         * lib/string_.h (mbsnlen): New declaration.
1744         * lib/mbsnlen.c: New file.
1745         * m4/mbsnlen.m4: New file.
1746         * modules/mbsnlen: New file.
1747         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
1748         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
1749         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
1750
1751 2007-06-10  Bruno Haible  <bruno@clisp.org>
1752
1753         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
1754
1755 2007-06-10  Bruno Haible  <bruno@clisp.org>
1756
1757         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
1758         * lib/mbuiter.h: Likewise.
1759
1760 2007-06-10  Bruno Haible  <bruno@clisp.org>
1761
1762         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
1763         declaration.
1764
1765 2007-06-10  Karl Berry  <karl@gnu.org>
1766
1767         * config/srclist.txt: remove gettext entries, Bruno prefers
1768         to update individually.
1769
1770 2007-06-10  Bruno Haible  <bruno@clisp.org>
1771
1772         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
1773         'maxlen'. Ensure only length + width bytes are allocated, not
1774         length + 1 + width.
1775
1776 2007-06-09  Bruno Haible  <bruno@clisp.org>
1777
1778         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
1779         (CHAR_T): Remove macro.
1780         (VASNPRINTF): Update.
1781
1782 2007-06-09  Bruno Haible  <bruno@clisp.org>
1783
1784         * MODULES.html.sh (Unicode string functions): Add the new modules.
1785
1786         * modules/uniconv/u32-conv-to-enc: New file.
1787         * lib/uniconv/u32-conv-to-enc.c: New file.
1788         * modules/uniconv/u32-conv-to-enc-tests: New file.
1789         * tests/uniconv/test-u32-conv-to-enc.c: New file.
1790
1791         * modules/uniconv/u16-conv-to-enc: New file.
1792         * lib/uniconv/u16-conv-to-enc.c: New file.
1793         * lib/uniconv/u-conv-to-enc.h: New file.
1794         * modules/uniconv/u16-conv-to-enc-tests: New file.
1795         * tests/uniconv/test-u16-conv-to-enc.c: New file.
1796
1797         * modules/uniconv/u8-conv-to-enc: New file.
1798         * lib/uniconv/u8-conv-to-enc.c: New file.
1799         * modules/uniconv/u8-conv-to-enc-tests: New file.
1800         * tests/uniconv/test-u8-conv-to-enc.c: New file.
1801
1802         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
1803         u32_conv_to_encoding): New declarations.
1804
1805 2007-06-09  Bruno Haible  <bruno@clisp.org>
1806
1807         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
1808
1809 2007-06-09  Bruno Haible  <bruno@clisp.org>
1810
1811         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
1812         * modules/malloca: Renamed from modules/allocsa, updated.
1813         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
1814         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
1815         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
1816         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
1817         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
1818         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
1819         * modules/xmalloca: Renamed from modules/xallocsa, updated.
1820         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
1821         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
1822         * modules/c-strcasestr (Depends-on): Update.
1823         * lib/c-strcasestr.c: Update.
1824         * modules/c-strstr (Depends-on): Update.
1825         * lib/c-strstr.c: Update.
1826         * modules/canonicalize-lgpl (Depends-on): Update.
1827         * lib/canonicalize-lgpl.c: Update.
1828         * modules/clean-temp (Depends-on): Update.
1829         * lib/clean-temp.c: Update.
1830         * modules/csharpcomp (Depends-on): Update.
1831         * lib/csharpcomp.c: Update.
1832         * modules/csharpexec (Depends-on): Update.
1833         * lib/csharpexec.c: Update.
1834         * modules/javacomp (Depends-on): Update.
1835         * lib/javacomp.c: Update.
1836         * modules/javaexec (Depends-on): Update.
1837         * lib/javaexec.c: Update.
1838         * modules/mbscasestr (Depends-on): Update.
1839         * lib/mbscasestr.c: Update.
1840         * modules/mbsstr (Depends-on): Update.
1841         * lib/mbsstr.c: Update.
1842         * modules/setenv (Depends-on): Update.
1843         * lib/setenv.c: Update.
1844         * modules/strcasestr (Depends-on): Update.
1845         * lib/strcasestr.c: Update.
1846         * modules/striconveha (Depends-on): Update.
1847         * lib/striconveha.c: Update.
1848         * modules/relocatable-prog-wrapper (Files): Update.
1849         * lib/relocwrapper.c: Update.
1850         * build-aux/install-reloc: Update.
1851         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
1852
1853 2007-06-08  Bruno Haible  <bruno@clisp.org>
1854
1855         Port to uClibc.
1856         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
1857         * lib/fpurge.c (fpurge): Likewise.
1858         * lib/freading.c (freading): Likewise.
1859         * lib/fseeko.c (rpl_fseeko): Likewise.
1860         * lib/fseterr.c (fseterr): Likewise.
1861         * lib/fwriting.c (fwriting): Likewise.
1862         * tests/test-fflush.c (main): Avoid a failure on uClibc.
1863
1864 2007-06-08  Bruno Haible  <bruno@clisp.org>
1865
1866         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
1867         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
1868         * modules/gettext (Files): Add m4/intlmacosx.m4.
1869
1870 2007-06-07  Bruno Haible  <bruno@clisp.org>
1871
1872         * modules/localename-tests: New file.
1873         * tests/test-localename.c: New file.
1874
1875         New module 'localename'.
1876         * lib/localename.h: New file.
1877         * lib/localename.c: New file, from GNU gettext.
1878         * m4/localename.m4: New file.
1879         * modules/localename: New file.
1880
1881 2007-06-07  Bruno Haible  <bruno@clisp.org>
1882
1883         Work around the lack of <wchar.h> on some builds of uClibc.
1884         * doc/headers/wchar.texi: Update.
1885         * lib/wchar_.h: Include <wchar.h> only if it exists.
1886         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
1887         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
1888         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
1889         doesn't exist.
1890         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
1891         * modules/mbfile (Depends-on): Add wchar.
1892         * modules/mbiter (Depends-on): Likewise.
1893         * modules/mbuiter (Depends-on): Likewise.
1894         Reported by Simon Josefsson.
1895
1896 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
1897
1898         Work around problem reported by Steven M. Schweda in
1899         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
1900         Tru64 5.1B with the Compaq compiler environment installed declares
1901         an 'isblank' function but does not define it in the C library.
1902         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
1903         * lib/regex_internal.h (isblank): Likewise.
1904         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
1905         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
1906
1907 2007-06-05  Bruno Haible  <bruno@clisp.org>
1908
1909         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
1910         ia64.
1911         * modules/printf-safe: New file.
1912         * modules/fprintf-posix (Depends-on): Add printf-safe.
1913         * modules/printf-posix (Depends-on): Likewise.
1914         * modules/snprintf-posix (Depends-on): Likewise.
1915         * modules/sprintf-posix (Depends-on): Likewise.
1916         * modules/vasnprintf-posix (Depends-on): Likewise.
1917         * modules/vasprintf-posix (Depends-on): Likewise.
1918         * modules/vfprintf-posix (Depends-on): Likewise.
1919         * modules/vprintf-posix (Depends-on): Likewise.
1920         * modules/vsnprintf-posix (Depends-on): Likewise.
1921         * modules/vsprintf-posix (Depends-on): Likewise.
1922         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
1923         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
1924         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
1925         "no" on i386, x86_64, ia64.
1926         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
1927         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
1928         on i386, x86_64, ia64.
1929         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
1930         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
1931         on i386, x86_64, ia64.
1932         * tests/test-vasnprintf-posix.c: Include float.h.
1933         (LDBL80_WORDS): New macro.
1934         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
1935         on i386, x86_64, ia64.
1936         * tests/test-vasprintf-posix.c: Include float.h.
1937         (LDBL80_WORDS): New macro.
1938         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
1939         on i386, x86_64, ia64.
1940         * tests/test-snprintf-posix.c: Include float.h.
1941         * tests/test-sprintf-posix.c: Likewise.
1942         * tests/test-vsnprintf-posix.c: Likewise.
1943         * tests/test-vsprintf-posix.c: Likewise.
1944
1945 2007-06-05  Bruno Haible  <bruno@clisp.org>
1946
1947         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
1948         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
1949         non-IEEE numbers on i386, x86_64, ia64.
1950         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
1951         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
1952         * tests/test-isnanl.h: Include float.h.
1953         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
1954
1955 2007-06-05  Bruno Haible  <bruno@clisp.org>
1956
1957         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
1958         also the %a / %A. Handle the %a / %A code before this extra handling.
1959
1960 2007-06-05  Bruno Haible  <bruno@clisp.org>
1961
1962         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
1963         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
1964
1965 2007-06-05  Bruno Haible  <bruno@clisp.org>
1966
1967         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
1968         typo in variable name.
1969
1970 2007-06-05  Eric Blake  <ebb9@byu.net>
1971
1972         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
1973         Reported by Simon Josefsson.
1974
1975 2007-06-04  Bruno Haible  <bruno@clisp.org>
1976
1977         Avoid test failures on some PowerPC platforms.
1978         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
1979         Define differently for PowerPC.
1980         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
1981         Reported by Gary V. Vaughan <gary@gnu.org>.
1982
1983 2007-06-02  Bruno Haible  <bruno@clisp.org>
1984
1985         Fix test-stdint failure on FreeBSD/ia64.
1986         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
1987         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
1988         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
1989         * doc/headers/stdint.texi: Update.
1990
1991 2007-06-01  Bruno Haible  <bruno@clisp.org>
1992
1993         * tests/test-binary-io.c (main): Pass a third argument to open().
1994         Reported by Gary V. Vaughan <gary@gnu.org>.
1995
1996 2007-06-01  Bruno Haible  <bruno@clisp.org>
1997
1998         * doc/functions/frexpl.texi: Update for mingw.
1999
2000 2007-06-01  Bruno Haible  <bruno@clisp.org>
2001
2002         * tests/test-lseek.c (main): Disable test of errno for invalid third
2003         argument.
2004         * doc/functions/lseek.texi: Update.
2005         Reported by Gary V. Vaughan <gary@gnu.org>.
2006
2007 2007-05-28  Bruno Haible  <bruno@clisp.org>
2008
2009         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
2010
2011 2007-05-31  Eric Blake  <ebb9@byu.net>
2012
2013         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
2014         cross compiling.
2015
2016 2007-05-30  Eric Blake  <ebb9@byu.net>
2017         and Bruno Haible  <bruno@clisp.org>
2018
2019         Work around mingw test failures exposed by m4-1.4.9b.
2020         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
2021         * tests/test-unistd.c: Disable uid_t and git_t tests for the
2022         moment.
2023
2024 2007-05-30  Bruno Haible  <bruno@clisp.org>
2025
2026         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
2027         assuming that they are closed. Needed on HP-UX 11.
2028
2029 2007-05-29  Bruno Haible  <bruno@clisp.org>
2030
2031         Fix a problem with #include_next.
2032         * lib/dirent_.h: Split the double-inclusion guard.
2033         * lib/fcntl_.h: Likewise.
2034         * lib/float_.h: Likewise.
2035         * lib/iconv_.h: Likewise.
2036         * lib/inttypes_.h: Likewise.
2037         * lib/locale_.h: Likewise.
2038         * lib/math_.h: Likewise.
2039         * lib/netinet_in_.h: Likewise.
2040         * lib/search_.h: Likewise.
2041         * lib/signal_.h: Likewise.
2042         * lib/stdint_.h: Likewise.
2043         * lib/stdio_.h: Likewise.
2044         * lib/stdlib_.h: Likewise.
2045         * lib/string_.h: Likewise.
2046         * lib/sys_select_.h: Likewise.
2047         * lib/sys_socket_.h: Likewise.
2048         * lib/sys_stat_.h: Likewise.
2049         * lib/sys_time_.h: Likewise.
2050         * lib/sysexits_.h: Likewise.
2051         * lib/time_.h: Likewise.
2052         * lib/unistd_.h: Likewise.
2053         * lib/wchar_.h: Likewise.
2054         * lib/wctype_.h: Likewise.
2055
2056 2007-05-29  Bruno Haible  <bruno@clisp.org>
2057
2058         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
2059         for the moment.
2060
2061 2007-05-29  Bruno Haible  <bruno@clisp.org>
2062
2063         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
2064         invocation.
2065         Reported by Eric Blake.
2066
2067 2007-05-29  Bruno Haible  <bruno@clisp.org>
2068
2069         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
2070         compiling case.
2071
2072 2007-05-29  Eric Blake  <ebb9@byu.net>
2073             Bruno Haible  <bruno@clisp.org>
2074
2075         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
2076         cross compiles.
2077
2078 2007-05-28  Eric Blake  <ebb9@byu.net>
2079
2080         * modules/closein-tests (test_closein_LDADD): Support test on
2081         cygwin with libtool.
2082
2083 2007-05-28  Bruno Haible  <bruno@clisp.org>
2084
2085         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
2086         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
2087         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
2088         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
2089         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
2090         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
2091         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
2092         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
2093         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
2094
2095 2007-05-28  Eric Blake  <ebb9@byu.net>
2096
2097         Unconditionally include <config.h> in unit tests.
2098         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
2099         * tests/test-allocsa.c, tests/test-arcfour.c,
2100         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
2101         tests/test-array_list.c, tests/test-array_oset.c,
2102         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
2103         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
2104         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
2105         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
2106         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
2107         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
2108         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
2109         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
2110         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
2111         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
2112         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
2113         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
2114         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
2115         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
2116         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
2117         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
2118         test-md5.c, test-memmem.c, test-printf-posix.c,
2119         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
2120         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
2121         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
2122         test-strcasestr.c, test-striconv.c, test-striconveh.c,
2123         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
2124         test-vasnprintf-posix2.c, test-vasnprintf.c,
2125         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
2126         test-vfprintf-posix.c, test-vprintf-posix.c,
2127         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
2128         test-xvasprintf.c: Likewise.
2129
2130 2007-05-28  Bruno Haible  <bruno@clisp.org>
2131
2132         * gnulib-tool (func_import): Remember the --with-tests command-line
2133         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
2134         Reported by Eric Blake.
2135
2136 2007-05-28  Bruno Haible  <bruno@clisp.org>
2137
2138         * modules/ftell-tests: New file.
2139         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
2140         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
2141
2142         * lib/ftell.c: New file.
2143         * modules/ftell: New file.
2144         * m4/ftell.m4: New file.
2145         * doc/functions/ftell.texi: Update.
2146         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
2147         REPLACE_FTELL.
2148         * lib/stdio_.h (rpl_ftell): New declaration.
2149         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
2150         REPLACE_FTELL.
2151
2152 2007-05-28  Eric Blake  <ebb9@byu.net>
2153
2154         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
2155
2156 2007-05-28  Bruno Haible  <bruno@clisp.org>
2157
2158         * modules/fseek-tests: New file.
2159         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
2160         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
2161
2162         * lib/fseek.c: New file.
2163         * modules/fseek: New file.
2164         * m4/fseek.m4: New file.
2165         * doc/functions/fseek.texi: Update.
2166         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
2167         REPLACE_FSEEK.
2168         * lib/stdio_.h (rpl_fseek): New declaration.
2169         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
2170         REPLACE_FSEEK.
2171
2172 2007-05-28  Bruno Haible  <bruno@clisp.org>
2173
2174         * lib/stdio_.h (fflush): More comments.
2175
2176 2007-05-28  Bruno Haible  <bruno@clisp.org>
2177
2178         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
2179         runtime test.
2180
2181 2007-05-28  Eric Blake  <ebb9@byu.net>
2182
2183         Improve lseek module.
2184         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
2185         * lib/unistd_.h (lseek): Scale back link warning message.
2186         * tests/test-lseek.c: Beef up test.
2187         * tests/test-lseek.sh: Exercise more facets of lseek.
2188         Reported by Bruno Haible.
2189
2190 2007-05-28  Bruno Haible  <bruno@clisp.org>
2191
2192         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
2193         to define.
2194
2195 2007-05-27  Bruno Haible  <bruno@clisp.org>
2196
2197         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
2198
2199 2007-05-27  Bruno Haible  <bruno@clisp.org>
2200
2201         * modules/openmp: New file.
2202         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
2203         Noah Misch.
2204
2205 2007-05-26  Bruno Haible  <bruno@clisp.org>
2206
2207         * modules/chdir-long (Depends-on): Add fchdir.
2208         * modules/chdir-safer (Depends-on): Likewise.
2209         * modules/fts (Depends-on): Likewise.
2210         * modules/fts-lgpl (Depends-on): Likewise.
2211         * modules/openat (Depends-on): Likewise.
2212         * modules/savewd (Depends-on): Likewise.
2213
2214 2007-05-24  Eric Blake  <ebb9@byu.net>
2215
2216         Fix lseek on mingw.
2217         * modules/lseek: New module.
2218         * m4/lseek.m4: New file.
2219         * lib/lseek.c: New file.
2220         * modules/lseek-tests: New file.
2221         * tests/test-lseek.c: New file.
2222         * tests/test-lseek.sh: New file.
2223         * MODULES.html.sh: Document lseek module.
2224         * modules/fflush (Depends-on): Add lseek, fseeko.
2225         * modules/fseeko (Depends-on): Likewise.
2226         * modules/ftello (Depends-on): Likewise.
2227         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
2228         broken.
2229         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
2230         broken.
2231         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
2232         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
2233         * lib/ftello.c (rpl_ftello): Likewise.
2234         * tests/test-fseeko.c (main): Test this.
2235         * tests/test-fseeko.sh: Likewise.
2236         * tests/test-ftello.c (main): Likewise.
2237         * tests/test-ftello.sh: Likewise.
2238         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
2239         implies replacing fseek.
2240         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
2241         HAVE_FTELLO.
2242         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
2243         * modules/unistd (Makefile.am): Likewise.
2244         * lib/unistd_.h (lseek): Declare a replacement.
2245         * doc/functions/lseek.texi (lseek): Document this fix.
2246         * doc/functions/fseek.texi (fseek): Likewise.
2247         * doc/functions/ftell.texi (ftell): Likewise.
2248
2249 2007-05-24  Bruno Haible  <bruno@clisp.org>
2250
2251         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
2252         in the printed representation of a NaN.
2253         * tests/test-vasprintf-posix.c (test_function): Likewise.
2254         * tests/test-snprintf-posix.h (test_function): Likewise.
2255         * tests/test-sprintf-posix.h (test_function): Likewise.
2256         Reported by Eric Blake.
2257
2258 2007-05-23  Eric Blake  <ebb9@byu.net>
2259
2260         Fix fseeko/ftello on cygwin 1.5.24.
2261         * doc/functions/fseeko.texi (fseeko): Document the fix.
2262         * doc/functions/ftello.texi (ftello): Document the fix.
2263         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
2264         * doc/functions/stdout.text (stdout): New file.
2265         * doc/functions/stderr.text (stderr): New file.
2266         * doc/gnulib.texi (Function Substitutes): Use new files.
2267         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
2268         prior to 1.7.0.
2269         * tests/test-ftello.c (main): Likewise for ftello.
2270         * tests/test-fseeko.sh: New file.
2271         * tests/test-ftello.sh: New file.
2272         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
2273         with seekable stdin.
2274         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
2275         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
2276         (gl_REPLACE_FSEEKO): New macro.
2277         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
2278         * modules/fseeko (Files): Distribute fseeko.c.
2279         * modules/ftello (Files): Distribute ftello.c.
2280         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
2281         mode.
2282         * lib/ftello.c (rpl_ftello): New file.
2283         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
2284         fseeko, ftello.
2285         (gl_STDIN_LARGE_OFFSET): New macro.
2286         * modules/stdio (Makefile.am): Perform the replacement.
2287         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
2288
2289 2007-05-23  Bruno Haible  <bruno@clisp.org>
2290
2291         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
2292         GNULIB_POSIXCHECK is defined.
2293
2294 2007-05-21  Bruno Haible  <bruno@clisp.org>
2295
2296         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
2297         Check also the output for NaN arguments. When cross-compiling, guess
2298         no on IRIX.
2299         * lib/vasnprintf.c: Update comments.
2300         * tests/test-vasnprintf-posix.c (strisnan): New function.
2301         (test_function): Use it.
2302         * tests/test-vasprintf-posix.c (strisnan): New function.
2303         (test_function): Use it.
2304         * tests/test-snprintf-posix.h (strisnan): New function.
2305         (test_function): Use it.
2306         * tests/test-sprintf-posix.h (strisnan): New function.
2307         (test_function): Use it.
2308         Reported by Eric Blake.
2309
2310 2007-05-20  Bruno Haible  <bruno@clisp.org>
2311
2312         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
2313         numbers that fails on BeOS.
2314         * doc/functions/frexpl.texi: Update.
2315
2316 2007-05-20  Jim Meyering  <jim@meyering.net>
2317
2318         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
2319         forced upon us by glibc-2.6.
2320
2321 2007-05-20  Bruno Haible  <bruno@clisp.org>
2322
2323         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
2324         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
2325         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
2326         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
2327         NEED_PRINTF_INFINITE.
2328         (is_infinitel): New function.
2329         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
2330         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
2331         gl_PREREQ_VASNPRINTF_INFINITE.
2332         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
2333         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
2334         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
2335         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
2336         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
2337         gl_PREREQ_VASNPRINTF_INFINITE.
2338         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
2339         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
2340         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
2341         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
2342         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
2343         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
2344         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
2345         * doc/functions/fprintf.texi: Update.
2346         * doc/functions/printf.texi: Update.
2347         * doc/functions/snprintf.texi: Update.
2348         * doc/functions/sprintf.texi: Update.
2349         * doc/functions/vfprintf.texi: Update.
2350         * doc/functions/vprintf.texi: Update.
2351         * doc/functions/vsnprintf.texi: Update.
2352         * doc/functions/vsprintf.texi: Update.
2353
2354 2007-05-20  Bruno Haible  <bruno@clisp.org>
2355
2356         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
2357         was not found in libc.
2358         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
2359
2360 2007-05-20  Bruno Haible  <bruno@clisp.org>
2361
2362         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
2363         printed as "-nan" instead of "nan".
2364         * tests/test-vasprintf-posix.c (test_function): Likewise.
2365         * tests/test-snprintf-posix.h (test_function): Likewise.
2366         * tests/test-sprintf-posix.h (test_function): Likewise.
2367         Needed for HP-UX 11.
2368
2369 2007-05-20  Jim Meyering  <jim@meyering.net>
2370
2371         Fix buggy test for the fchownat-deref bug.
2372         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
2373         symlink required for the run-test.  Without it, this test would
2374         always declare that fchownat doesn't work, and client code would
2375         unnecessarily use the replacement function with fixed libc.
2376         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
2377         Reported by Greg Schafer.
2378
2379 2007-05-19  Bruno Haible  <bruno@clisp.org>
2380
2381         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
2382         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
2383         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
2384         Needed for IRIX 6.5 and Solaris 2.5.1.
2385
2386 2007-05-19  Bruno Haible  <bruno@clisp.org>
2387
2388         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
2389         (test_function): Skip tests involving -0.0 on platforms where
2390         -0.0 = 0.0.
2391         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
2392         (test_function): Skip tests involving -0.0 on platforms where
2393         -0.0 = 0.0.
2394         * tests/test-snprintf-posix.h (have_minus_zero): New function.
2395         (test_function): Skip tests involving -0.0 on platforms where
2396         -0.0 = 0.0.
2397         * tests/test-sprintf-posix.h (have_minus_zero): New function.
2398         (test_function): Skip tests involving -0.0 on platforms where
2399         -0.0 = 0.0.
2400         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
2401         tests.
2402         * tests/test-printf-posix.h (test_function): Likewise.
2403         * tests/test-printf-posix.output: Remove all -0.0 related results.
2404         Needed for IRIX 6.5.
2405
2406 2007-05-19  Bruno Haible  <bruno@clisp.org>
2407
2408         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
2409         printed as "nan0x7fffffff" instead of "nan".
2410         * tests/test-vasprintf-posix.c (test_function): Likewise.
2411         * tests/test-snprintf-posix.h (test_function): Likewise.
2412         * tests/test-sprintf-posix.h (test_function): Likewise.
2413         * tests/test-fprintf-posix.h (NaN): Remove macro.
2414         (test_function): Remove all NaN related tests.
2415         * tests/test-printf-posix.h (NaN): Remove macro.
2416         (test_function): Remove all NaN related tests.
2417         * tests/test-printf-posix.output: Remove all NaN related results.
2418         Needed for IRIX 6.5.
2419
2420 2007-05-19  Bruno Haible  <bruno@clisp.org>
2421
2422         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
2423         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
2424
2425 2007-05-19  Bruno Haible  <bruno@clisp.org>
2426
2427         * lib/float_.h: New file.
2428         * m4/float_h.m4: New file.
2429         * modules/float: New file.
2430         * modules/isnanl (Dependencies): Add float.
2431         * modules/isnanl-nolibm (Dependencies): Likewise.
2432         * modules/mathl (Dependencies): Likewise.
2433         * modules/printf-frexpl (Dependencies): Likewise.
2434         * modules/signbit (Dependencies): Likewise.
2435         * modules/vasnprintf (Dependencies): Likewise.
2436         * doc/headers/float.texi: Update.
2437
2438 2007-05-19  Jim Meyering  <jim@meyering.net>
2439
2440         * lib/utimens.c (gl_futimens): Rename from futimens,
2441         now that glibc-2.6 declares futimens.
2442         * lib/utimens.h: Likewise.
2443
2444 2007-05-19  Bruno Haible  <bruno@clisp.org>
2445
2446         Avoid test failures on mingw.
2447         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
2448         * tests/test-printf-posix.sh: Likewise.
2449         * tests/test-vfprintf-posix.sh: Likewise.
2450         * tests/test-vprintf-posix.sh: Likewise.
2451
2452 2007-05-19  Bruno Haible  <bruno@clisp.org>
2453
2454         Fix *printf result for NaN, Inf, -0.0 on mingw.
2455         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
2456         * lib/vasnprintf.c: Include math.h and isnan.h.
2457         (is_infinite_or_zero): New function.
2458         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
2459         values in the %f, %F, %e, %E, %g, %G directives.
2460         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
2461         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
2462         gl_PRINTF_INFINITE and test its result. Invoke
2463         gl_PREREQ_VASNPRINTF_INFINITE.
2464         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
2465         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
2466         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
2467         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
2468         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
2469         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
2470         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
2471         * doc/functions/fprintf.texi: Update.
2472         * doc/functions/printf.texi: Update.
2473         * doc/functions/snprintf.texi: Update.
2474         * doc/functions/sprintf.texi: Update.
2475         * doc/functions/vfprintf.texi: Update.
2476         * doc/functions/vprintf.texi: Update.
2477         * doc/functions/vsnprintf.texi: Update.
2478         * doc/functions/vsprintf.texi: Update.
2479
2480 2007-05-19  Bruno Haible  <bruno@clisp.org>
2481
2482         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
2483         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
2484         Instead of multiplying with 10^k, set extra_zeroes to k.
2485         (scale10_round_long_double): Remove function.
2486
2487 2007-05-18  Bruno Haible  <bruno@clisp.org>
2488
2489         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
2490         introduced on 2007-05-06.
2491
2492 2007-05-18  Bruno Haible  <bruno@clisp.org>
2493
2494         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
2495         %g directives.
2496         * tests/test-vasprintf-posix.c (test_function): Likewise.
2497         * tests/test-snprintf-posix.h (test_function): Likewise.
2498         * tests/test-sprintf-posix.h (test_function): Likewise.
2499
2500 2007-05-18  Bruno Haible  <bruno@clisp.org>
2501
2502         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
2503         (strmatch): New function.
2504         (test_function): Test the %f directive on numbers of various exponents.
2505         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
2506         (strmatch): New function.
2507         (test_function): Test the %f directive on numbers of various exponents.
2508         * tests/test-snprintf-posix.h (strmatch): New function.
2509         (test_function): Test the %f directive on numbers of various exponents.
2510         * tests/test-sprintf-posix.h (strmatch): New function.
2511         (test_function): Test the %f directive on numbers of various exponents.
2512         * tests/test-snprintf-posix.c (SIZEOF): New macro.
2513         * tests/test-sprintf-posix.c (SIZEOF): New macro.
2514         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
2515         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
2516
2517 2007-05-18  Bruno Haible  <bruno@clisp.org>
2518
2519         Add support for 'long double' number output.
2520         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
2521         * lib/vasnprintf.c: Include math.h and float+.h.
2522         (mp_limb_t): New type.
2523         (GMP_LIMB_BITS): New macro.
2524         (mp_twolimb_t): New type.
2525         (GMP_TWOLIMB_BITS): New macro.
2526         (mpn_t): New type.
2527         (multiply, divide, convert_to_decimal, decode_long_double,
2528         scale10_round_long_double, scale10_round_decimal_long_double,
2529         floorlog10l): New functions.
2530         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
2531         for the %f, %F, %e, %E, %g, %G directives.
2532         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
2533         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
2534         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
2535         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
2536         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
2537         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
2538         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
2539         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
2540         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
2541         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
2542         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
2543         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
2544         * modules/snprintf-posix (Depends-on): Likewise.
2545         * modules/sprintf-posix (Depends-on): Likewise.
2546         * modules/vasnprintf-posix (Depends-on): Likewise.
2547         * modules/vasprintf-posix (Depends-on): Likewise.
2548         * modules/vfprintf-posix (Depends-on): Likewise.
2549         * modules/vsnprintf-posix (Depends-on): Likewise.
2550         * modules/vsprintf-posix (Depends-on): Likewise.
2551         * modules/vasnprintf (Files): Add lib/float+.h.
2552         * doc/functions/fprintf.texi: Update.
2553         * doc/functions/printf.texi: Update.
2554         * doc/functions/snprintf.texi: Update.
2555         * doc/functions/sprintf.texi: Update.
2556         * doc/functions/vfprintf.texi: Update.
2557         * doc/functions/vprintf.texi: Update.
2558         * doc/functions/vsnprintf.texi: Update.
2559         * doc/functions/vsprintf.texi: Update.
2560
2561 2007-05-18  Bruno Haible  <bruno@clisp.org>
2562
2563         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
2564
2565 2007-05-18  Bruno Haible  <bruno@clisp.org>
2566
2567         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
2568         for printing 64-bit integers. Needed for mingw.
2569
2570 2007-05-18  Bruno Haible  <bruno@clisp.org>
2571
2572         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
2573         gl_FUNC_FREXPL_WORKS.
2574         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
2575
2576 2007-05-18  Bruno Haible  <bruno@clisp.org>
2577
2578         * modules/frexpl-nolibm-tests: New file.
2579
2580         * modules/frexpl-nolibm: New file.
2581         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
2582
2583 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
2584
2585         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
2586         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
2587         GCC 4.2, which otherwise issues a lot of warnings.
2588         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
2589         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
2590         Likewise.
2591         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
2592         * modules/iconv_open (iconv.h): Likewise.
2593         * modules/locale (locale.h): Likewise.
2594         * modules/netinet_in (netinet/in.h): Likewise.
2595         * modules/sys_select (sys_select.h): Likewise.
2596         * modules/sys_socket (sys/socket.h): Likewise.
2597         * modules/sys_stat (sys/stat.h): Likewise.
2598         * modules/sysexits (sysexits.h): Likewise.
2599         * modules/unistd (unistd.h): Likewise.
2600
2601 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2602
2603         * modules/closein-tests (Makefile.am): Distribute
2604         `test-closein.sh'.
2605
2606 2007-05-17  Bruno Haible  <bruno@clisp.org>
2607
2608         * tests/test-printf-posix.output: Renamed from
2609         tests/test-fprintf-posix.out.
2610         * modules/fprintf-posix-tests: Update.
2611         * modules/printf-posix-tests: Update.
2612         * modules/vfprintf-posix-tests: Update.
2613         * modules/vprintf-posix-tests: Update.
2614         * tests/test-fprintf-posix.sh: Update.
2615         * tests/test-printf-posix.sh: Update.
2616         * tests/test-vfprintf-posix.sh: Update.
2617         * tests/test-vprintf-posix.sh: Update.
2618         Reported by Ralf Wildenhues.
2619
2620 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
2621
2622         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
2623         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
2624         GCC 4.2, which otherwise issues a lot of warnings.
2625         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
2626         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
2627         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
2628         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
2629         it should no longer be needed.
2630         * lib/string_.h: Likewise.
2631         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
2632         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
2633         * modules/inttypes (inttypes.h): Likewise.
2634         * modules/math (math.h): Likewise.
2635         * modules/search (search.h): Likewise.
2636         * modules/signal (signal.h): Likewise.
2637         * modules/stdint (stdint.h): Likewise.
2638         * modules/stdio (stdio.h): Likewise.
2639         * modules/stdlib (stdlib.h): Likewise.
2640         * modules/string (string.h): Likewise.
2641         * modules/sys_time (sys/time.h): Likewise.
2642         * modules/time (time.h): Likewise.
2643         * modules/wchar (wchar.h): Likewise.
2644         * modules/wctype (wtype.h): Likewise.
2645
2646 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
2647
2648         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
2649
2650 2007-05-13  Bruno Haible  <bruno@clisp.org>
2651
2652         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
2653         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
2654         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
2655         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
2656         (gl_PREREQ_STRTOK_R): Don't require it here.
2657
2658 2007-05-13  Bruno Haible  <bruno@clisp.org>
2659
2660         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
2661         when used in C++ mode.
2662
2663 2007-05-12  Bruno Haible  <bruno@clisp.org>
2664
2665         * lib/linebuffer.h: Tweak doc.
2666         * lib/linebuffer.c: Likewise.
2667
2668 2007-05-12  James Youngman  <jay@gnu.org>
2669
2670         * lib/linebuffer.c (readlinebuffer_delim): New function,
2671         like readlinebuffer, but use a caller-specified delimiter.
2672         (readlinebuffer): Just call readlinebuffer_delim with '\n'
2673         as the delimiter.
2674         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
2675
2676 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
2677
2678         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
2679         * modules/openat (Files): Remove openat-die.c.
2680         (Depends-on): Add openat-die.
2681         * modules/openat-die: New module.
2682
2683 2007-05-06  Bruno Haible  <bruno@clisp.org>
2684
2685         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
2686         Update with info about Cygwin.
2687         * doc/functions/fprintf.texi: Update.
2688         * doc/functions/printf.texi: Update.
2689         * doc/functions/snprintf.texi: Update.
2690         * doc/functions/sprintf.texi: Update.
2691         * doc/functions/vfprintf.texi: Update.
2692         * doc/functions/vprintf.texi: Update.
2693         * doc/functions/vsnprintf.texi: Update.
2694         * doc/functions/vsprintf.texi: Update.
2695         Reported by Eric Blake.
2696
2697 2007-05-06  Bruno Haible  <bruno@clisp.org>
2698
2699         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
2700         padding ourselves for the floating-point directives.
2701         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
2702         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
2703         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
2704         gl_PRINTF_FLAG_ZERO and test its result. Invoke
2705         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
2706         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
2707         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
2708         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
2709         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
2710         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
2711         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
2712         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
2713         * tests/test-snprintf-posix.h (test_function): Also check the width
2714         and some flags in the %f directive.
2715         * tests/test-sprintf-posix.h (test_function): Likewise.
2716         * tests/test-vasnprintf-posix.c (test_function): Likewise.
2717         * tests/test-vasprintf-posix.c (test_function): Likewise.
2718         * doc/functions/fprintf.texi: Update.
2719         * doc/functions/printf.texi: Update.
2720         * doc/functions/snprintf.texi: Update.
2721         * doc/functions/sprintf.texi: Update.
2722         * doc/functions/vfprintf.texi: Update.
2723         * doc/functions/vprintf.texi: Update.
2724         * doc/functions/vsnprintf.texi: Update.
2725         * doc/functions/vsprintf.texi: Update.
2726
2727 2007-05-06  Bruno Haible  <bruno@clisp.org>
2728
2729         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
2730         pass the ' flag character to sprintf or snprintf.
2731         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
2732         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
2733         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
2734         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
2735         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
2736         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
2737         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
2738         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
2739         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
2740         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
2741         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
2742         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
2743         * tests/test-snprintf-posix.h (test_function): Also check the grouping
2744         flag.
2745         * tests/test-sprintf-posix.h (test_function): Likewise.
2746         * tests/test-vasnprintf-posix.c (test_function): Likewise.
2747         * tests/test-vasprintf-posix.c (test_function): Likewise.
2748         * doc/functions/fprintf.texi: Update.
2749         * doc/functions/printf.texi: Update.
2750         * doc/functions/snprintf.texi: Update.
2751         * doc/functions/sprintf.texi: Update.
2752         * doc/functions/vfprintf.texi: Update.
2753         * doc/functions/vprintf.texi: Update.
2754         * doc/functions/vsnprintf.texi: Update.
2755         * doc/functions/vsprintf.texi: Update.
2756
2757 2007-05-01  Bruno Haible  <bruno@clisp.org>
2758
2759         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
2760
2761 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
2762
2763         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
2764         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
2765
2766 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
2767
2768         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
2769         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
2770         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
2771
2772 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
2773
2774         * lib/argp-help.c (struct hol_entry): New member `ord'.
2775         (HOL_ENTRY_PTRCMP): Use ord for comparison
2776         (hol_sort): Initialize ord.
2777
2778 2007-05-01  Bruno Haible  <bruno@clisp.org>
2779
2780         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
2781         Reported by Eric Blake.
2782         * doc/gnulib.texi (Function Substitutes): Update.
2783
2784 2007-05-01  Bruno Haible  <bruno@clisp.org>
2785
2786         * doc/functions.texi: Remove file, now redundant through
2787         doc/functions/*.texi.
2788
2789 2007-05-01  Bruno Haible  <bruno@clisp.org>
2790
2791         * modules/argp (Depends-on): Add sleep.
2792
2793 2007-05-01  Bruno Haible  <bruno@clisp.org>
2794
2795         * modules/sleep-tests: New file.
2796         * tests/test-sleep.c: New file.
2797
2798         * modules/sleep: New file.
2799         * lib/sleep.c: New file.
2800         * m4/sleep.m4: New file.
2801         * lib/unistd_.h (sleep): New declaration.
2802         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
2803         HAVE_SLEEP.
2804         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
2805         * doc/functions/sleep.texi: Document the sleep module.
2806
2807 2007-05-01  Bruno Haible  <bruno@clisp.org>
2808
2809         * lib/sigprocmask.h: Remove file.
2810         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
2811         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
2812         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
2813         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
2814         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
2815         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
2816         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
2817         HAVE_SIGSET_T as a shell variable.
2818         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
2819         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
2820         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
2821         (Depends-on): Add signal. Remove verify.
2822         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
2823         (Include): Mention <signal.h> instead of sigprocmask.h.
2824         * NEWS: Mention the change.
2825         * lib/fatal-signal.c: Don't include sigprocmask.h.
2826
2827 2007-05-01  Bruno Haible  <bruno@clisp.org>
2828
2829         * modules/signal: New file.
2830         * lib/signal_.h: New file.
2831         * m4/signal_h.m4: New file.
2832
2833 2007-05-01  Bruno Haible  <bruno@clisp.org>
2834
2835         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
2836         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
2837         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
2838         HAVE_WCTYPE_CTMP_BUG into wctype.h.
2839
2840 2007-05-01  Bruno Haible  <bruno@clisp.org>
2841
2842         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
2843         configure time.
2844         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
2845         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
2846         * modules/sys_stat (Makefile.am): Substitute their values into
2847         sys/stat.h.
2848
2849 2007-05-01  Bruno Haible  <bruno@clisp.org>
2850
2851         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
2852         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
2853         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
2854
2855 2007-05-01  Bruno Haible  <bruno@clisp.org>
2856
2857         * doc/header/assert.texi: Undo last change: don't mention the gnulib
2858         'assert' module here.
2859
2860 2007-05-01  Bruno Haible  <bruno@clisp.org>
2861
2862         * doc/functions/*.texi: New files.
2863         * doc/functions/google-ranking.txt: New file.
2864         * doc/gnulib.texi (Function Substitutes): New chapter.
2865         (ctime, inet_ntoa): Remove sections.
2866         * doc/ctime.texi: Remove file.
2867         * doc/inet_ntoa.texi: Remove file.
2868         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
2869         dependencies.
2870         (%.info): New rule, specifying a --reference-limit.
2871
2872 2007-05-01  Bruno Haible  <bruno@clisp.org>
2873
2874         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
2875
2876 2007-05-01  Bruno Haible  <bruno@clisp.org>
2877
2878         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
2879         the portability of 'mkdir' to mingw systems.
2880
2881 2007-05-01  Bruno Haible  <bruno@clisp.org>
2882
2883         * doc/headers/google-ranking.txt: New file.
2884
2885 2007-04-30  Eric Blake  <ebb9@byu.net>
2886
2887         Prefer fseeko to fseek.
2888         * modules/getpass (Depends-on): Add fseeko.
2889         * lib/getpass.c (getpass): Use fseeko, not fseek.
2890
2891 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
2892
2893         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
2894         assumes the sorting is stable, while most qsort implementations
2895         are not.  Use argument addresses to ensure they never compare as
2896         equal.
2897
2898         * tests/test-argp-2.sh (usage-indent test): Fix output
2899         (func_compare): Restore diff options
2900         * tests/test-argp.c: Restore #include "progname.h"
2901
2902 2007-04-29  Bruno Haible  <bruno@clisp.org>
2903
2904         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
2905         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
2906         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
2907         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
2908         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
2909         (configure.ac): Define CHECK_SNPRINTF_POSIX.
2910         (TESTS, check_PROGRAMS): Add test-snprintf.
2911         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
2912         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
2913         (TESTS, check_PROGRAMS): Add test-vsnprintf.
2914         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
2915         assertions that fail on HP-UX, OSF/1, or IRIX.
2916         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
2917
2918 2007-04-29  Bruno Haible  <bruno@clisp.org>
2919
2920         * MODULES.html.sh (posix_functions): Remove 'contents'.
2921
2922 2007-04-29  Karl Berry  <karl@gnu.org>
2923
2924         * config/srclist.txt (gendocs_template_min): new entry.
2925
2926 2007-04-29  Bruno Haible  <bruno@clisp.org>
2927
2928         Work around fpurge bug on BSD systems.
2929         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
2930         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
2931         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
2932         fpurge to rpl_fpurge if the system already has this function.
2933         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
2934         the case where the system already has this function. Correct invariants
2935         on BSD systems.
2936         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
2937         BSD systems.
2938
2939 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
2940
2941         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
2942         proposed by Sven Verdoolaege.
2943
2944         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
2945         options.
2946         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
2947         (usage and help tests): Update
2948
2949 2007-04-29  Bruno Haible  <bruno@clisp.org>
2950
2951         * tests/test-fflush.c (main): Use a file of size 17, not 10.
2952         Print more information in case of failure. Disable a test on BeOS.
2953
2954 2007-04-29  Bruno Haible  <bruno@clisp.org>
2955
2956         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
2957         This helps debugging on systems on which no gdb is available.
2958
2959 2007-04-29  Bruno Haible  <bruno@clisp.org>
2960
2961         * lib/freading.h: Improve comments.
2962         * lib/fwriting.h: Likewise.
2963         * tests/test-freading.c (main): Don't check freading immediately after
2964         repositioning. Needed for glibc.
2965
2966 2007-04-29  Bruno Haible  <bruno@clisp.org>
2967
2968         * lib/freading.c (freading): Trivial simplification.
2969
2970 2007-04-28  Bruno Haible  <bruno@clisp.org>
2971
2972         * tests/test-fwriting.c (main): Also test the interaction between
2973         fflush and fwriting.
2974         * modules/fwriting-tests (Depends-on): Add fflush.
2975
2976         * tests/test-freading.c (main): Also test the interaction between
2977         fflush and freading.
2978         * modules/freading-tests (Depends-on): Add fflush.
2979
2980 2007-04-28  Bruno Haible  <bruno@clisp.org>
2981
2982         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
2983         fseeko and ftello.
2984         Suggested by Eric Blake.
2985
2986 2007-04-28  Jim Meyering  <jim@meyering.net>
2987
2988         Avoid false-negative in gl_STDINT_H's C99 conformance test.
2989         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
2990         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
2991
2992 2007-04-27  Eric Blake  <ebb9@byu.net>
2993
2994         * doc/headers/assert.texi (assert.h): Document assert module use.
2995
2996 2007-04-27  Bruno Haible  <bruno@clisp.org>
2997
2998         * doc/headers/*.texi: New files.
2999         * doc/gnulib.texi (Header File Substitutes): New chapter.
3000         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
3001         dependencies.
3002         (standards.info ,standards.html, standards.dvi): Update dependencies.
3003         (mostlyclean, clean): New targets.
3004
3005 2007-04-27  Bruno Haible  <bruno@clisp.org>
3006
3007         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
3008         * modules/sysexits (Files, Makefile.am): Update.
3009
3010         * lib/sys_socket_.h: Renamed from lib/socket_.h.
3011         * modules/sys_socket (Files, Makefile.am): Update.
3012
3013         * lib/sys_stat_.h: Renamed from lib/stat_.h.
3014         * modules/sys_stat (Files, Makefile.am): Update.
3015
3016 2007-04-27  Eric Blake  <ebb9@byu.net>
3017
3018         * lib/freading.h: Improve comments.
3019         * lib/fwriting.h: Likewise.
3020         * lib/fflush.c: Likewise.
3021
3022         Fix closein for mingw.
3023         * modules/closein-tests: Add tests for closein.
3024         * tests/test-closein.c: New file.
3025         * tests/test-closein.sh: Likewise.
3026         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
3027         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
3028
3029 2007-04-27  Bruno Haible  <bruno@clisp.org>
3030
3031         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
3032         version is < 6.
3033         * lib/math_.h [__DECC]: Likewise.
3034         * lib/stdio_.h [__DECC]: Likewise.
3035         * lib/stdlib_.h [__DECC]: Likewise.
3036         * lib/string_.h [__DECC]: Likewise.
3037         * lib/time_.h [__DECC]: Likewise.
3038         * lib/wchar_.h [__DECC]: Likewise.
3039         * lib/wctype_.h [__DECC]: Likewise.
3040
3041 2007-04-27  Bruno Haible  <bruno@clisp.org>
3042
3043         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
3044
3045 2007-04-27  Bruno Haible  <bruno@clisp.org>
3046
3047         * lib/fflush.c: Add comments.
3048         * modules/fpurge-tests (Depends-on): Add fflush.
3049         * modules/freadable-tests (Depends-on): Likewise.
3050         * modules/fwritable-tests (Depends-on): Likewise.
3051
3052 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
3053
3054         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
3055         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
3056         Report by Bruno Haible <bruno@clisp.org>.
3057
3058 2007-04-26  Eric Blake  <ebb9@byu.net>
3059
3060         Fix fflush on mingw.
3061         * modules/fflush (Depends-on): Add freading.
3062         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
3063         but unread data.
3064
3065 2007-04-26  Eric Blake  <ebb9@byu.net>
3066         and Bruno Haible  <bruno@clisp.org>
3067
3068         Implement freading and fwriting.
3069         * lib/freading.c: New file.
3070         * lib/freading.h: Likewise.
3071         * m4/freading.m4: Likewise.
3072         * modules/freading: Likewise.
3073         * modules/freading-tests: Likewise.
3074         * tests/test-freading.c: Likewise.
3075         * lib/fwriting.c: New file.
3076         * lib/fwriting.h: Likewise.
3077         * m4/fwriting.m4: Likewise.
3078         * modules/fwriting: Likewise.
3079         * modules/fwriting-tests: Likewise.
3080         * tests/test-fwriting.c: Likewise.
3081         * MODULES.html.sh (File stream based Input/Output): Mention them.
3082
3083 2007-04-26  Bruno Haible  <bruno@clisp.org>
3084
3085         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
3086         'long' when we assume it.
3087         Suggested by Eric Blake.
3088
3089 2007-04-26  Bruno Haible  <bruno@clisp.org>
3090
3091         Ensure fseeko, ftello are declared on glibc systems.
3092         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
3093         * modules/fseeko (configure.ac-early): Likewise.
3094         * modules/ftello (configure.ac-early): Likewise.
3095         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
3096         AC_FUNC_FSEEKO for this.
3097         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
3098         (gl_CHECK_FSEEKO): Remove macro.
3099
3100 2007-04-26  Bruno Haible  <bruno@clisp.org>
3101
3102         * tests/test-fflush.c (main): Also check the ftell result after
3103         fflush and fseek/fseeko.
3104         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
3105         file descriptor position cache in the stream.
3106         * lib/fseeko.c (rpl_fseeko): Likewise.
3107
3108 2007-04-26  Bruno Haible  <bruno@clisp.org>
3109
3110         * modules/fflush-tests (Depends-on): Add fseeko.
3111
3112 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
3113             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3114
3115         * lib/argz_.h: ensure error_t definition is obtained in same
3116         mechanism system argz.h would have.
3117         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
3118         argz facilities are known bad.  Err on the side of caution if
3119         cross-compiling.
3120
3121 2007-04-25  Eric Blake  <ebb9@byu.net>
3122
3123         * lib/fpurge.c (includes): Use stdlib.h for free.
3124         * tests/test-fflush.c (main): Also test fflush-fseeko.
3125
3126 2007-04-25  Bruno Haible  <bruno@clisp.org>
3127
3128         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
3129         * lib/fseeko.c: New file.
3130         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
3131         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
3132         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
3133         gl_FUNC_FSEEKO.
3134         (gl_FUNC_FSEEKO): Invoke it.
3135         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
3136         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
3137         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
3138
3139 2007-04-25  Bruno Haible  <bruno@clisp.org>
3140
3141         * modules/fflush (Depends-on): Add ftello.
3142
3143 2007-04-25  Bruno Haible  <bruno@clisp.org>
3144
3145         * modules/ftello-tests: New file.
3146         * tests/test-ftello.c: New file.
3147
3148         * modules/ftello: New file.
3149         * m4/ftello.m4: New file.
3150         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
3151         HAVE_FTELLO.
3152         * lib/stdio_.h (ftello): New declaration.
3153         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
3154         HAVE_FTELLO.
3155
3156 2007-04-25  Bruno Haible  <bruno@clisp.org>
3157
3158         * modules/fseeko-tests: New file.
3159         * tests/test-fseeko.c: New file.
3160
3161         * modules/fseeko: New file.
3162         * m4/fseeko.m4: New file.
3163         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
3164         HAVE_FSEEKO.
3165         * lib/stdio_.h (fseeko): New declaration.
3166         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
3167         HAVE_FSEEKO.
3168
3169 2007-04-25  Bruno Haible  <bruno@clisp.org>
3170
3171         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
3172
3173 2007-04-25  Bruno Haible  <bruno@clisp.org>
3174
3175         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
3176         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
3177         * tests/test-unistd.c: Likewise.
3178         * tests/test-fcntl.c: Likewise.
3179
3180 2007-04-23  Eric Blake  <ebb9@byu.net>
3181
3182         * lib/fflush.c: Fix missing include.
3183         Reported by Bruno Haible.
3184
3185 2007-04-23  Bruno Haible  <bruno@clisp.org>
3186
3187         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
3188         Reported by Eric Blake.
3189
3190 2007-04-23  Bruno Haible  <bruno@clisp.org>
3191
3192         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
3193
3194 2007-04-23  Bruno Haible  <bruno@clisp.org>
3195
3196         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
3197
3198 2007-04-23  Bruno Haible  <bruno@clisp.org>
3199
3200         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
3201         Needed on HP-UX 11.
3202
3203 2007-04-16  Eric Blake  <ebb9@byu.net>
3204
3205         Make fflush rely on fpurge.
3206         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
3207         open coding all variants.
3208         * modules/fflush (Depends-on): Add fpurge and unistd.
3209         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
3210         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
3211
3212         Fix --with-tests compilation on cygwin.
3213         * modules/argmatch-tests (Makefile.am): List gnulib library first
3214         in LDADD.
3215         * modules/argp-tests (Makefile.am): Likewise.
3216         * modules/array-list-tests (Makefile.am): Likewise.
3217         * modules/array-oset-tests (Makefile.am): Likewise.
3218         * modules/avltree-list-tests (Makefile.am): Likewise.
3219         * modules/avltree-oset-tests (Makefile.am): Likewise.
3220         * modules/avltreehash-list-tests (Makefile.am): Likewise.
3221         * modules/carray-list-tests (Makefile.am): Likewise.
3222         * modules/dirname-tests (Makefile.am): Likewise.
3223         * modules/frexp-tests (Makefile.am): Likewise.
3224         * modules/isnanl-tests (Makefile.am): Likewise.
3225         * modules/linked-list-tests (Makefile.am): Likewise.
3226         * modules/linkedhash-list-tests (Makefile.am): Likewise.
3227         * modules/lock-tests (Makefile.am): Likewise.
3228         * modules/rbtree-list-tests (Makefile.am): Likewise.
3229         * modules/rbtree-oset-tests (Makefile.am): Likewise.
3230         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
3231         * modules/tls-tests (Makefile.am): Likewise.
3232         * modules/tsearch-tests (Makefile.am): Likewise.
3233         * modules/xvasprintf-tests (Makefile.am): Likewise.
3234
3235         Fix fpurge for cygwin.
3236         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
3237         value.
3238         * modules/fpurge-tests (Depends-on): Clean up trash.
3239
3240 2007-04-16  Simon Josefsson  <simon@josefsson.org>
3241
3242         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
3243
3244         * m4/autobuild.m4: Re-indent.
3245
3246 2007-04-13  Bruno Haible  <bruno@clisp.org>
3247
3248         * modules/fpurge-tests: New file.
3249         * tests/test-fpurge.c: New file.
3250
3251         * modules/fpurge: New file.
3252         * lib/fpurge.h: New file.
3253         * lib/fpurge.c: New file.
3254         * m4/fpurge.m4: New file.
3255
3256 2007-04-13  Bruno Haible  <bruno@clisp.org>
3257
3258         * modules/fbufmode-tests: New file.
3259         * tests/test-fbufmode.c: New file.
3260
3261         * modules/fbufmode: New file.
3262         * lib/fbufmode.h: New file.
3263         * lib/fbufmode.c: New file.
3264         * m4/fbufmode.m4: New file.
3265
3266 2007-04-13  Bruno Haible  <bruno@clisp.org>
3267
3268         * modules/fwritable-tests: New file.
3269         * tests/test-fwritable.c: New file.
3270
3271         * modules/fwritable: New file.
3272         * lib/fwritable.h: New file.
3273         * lib/fwritable.c: New file.
3274         * m4/fwritable.m4: New file.
3275
3276 2007-04-13  Bruno Haible  <bruno@clisp.org>
3277
3278         * modules/freadable-tests: New file.
3279         * tests/test-freadable.c: New file.
3280
3281         * modules/freadable: New file.
3282         * lib/freadable.h: New file.
3283         * lib/freadable.c: New file.
3284         * m4/freadable.m4: New file.
3285
3286 2007-04-13  Bruno Haible  <bruno@clisp.org>
3287
3288         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
3289         MOSTLYCLEANFILES.
3290
3291 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
3292
3293         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
3294         gzip bootstrap.conf to avoid dragging in i18n machinery.
3295         (gnulib_tool_option): Use it.
3296
3297 2007-04-13  Bruno Haible  <bruno@clisp.org>
3298
3299         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
3300         %F directives.
3301         * tests/test-vasprintf-posix.c (test_function): Likewise.
3302         * tests/test-snprintf-posix.h (test_function): Likewise.
3303         * tests/test-sprintf-posix.h (test_function): Likewise.
3304         * tests/test-fprintf-posix.h (test_function): Likewise.
3305         * tests/test-printf-posix.h (test_function): Likewise.
3306         * tests/test-fprintf-posix.out: Likewise.
3307
3308 2007-04-13  Bruno Haible  <bruno@clisp.org>
3309
3310         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
3311         * modules/tls-tests (configure.ac): Likewise.
3312         Reported by Arto C. Nirkko <anirkko@insel.ch>.
3313
3314 2007-04-13  Bruno Haible  <bruno@clisp.org>
3315
3316         * lib/tls.c (glthread_tls_get): Fix return type.
3317         Patch by Arto C. Nirkko <anirkko@insel.ch>.
3318
3319 2007-04-12  Eric Blake  <ebb9@byu.net>
3320
3321         * modules/gettime (Depends-on): Remove gettime.
3322         Reported by Dmitry V. Levin.
3323
3324 2007-04-12  Bruno Haible  <bruno@clisp.org>
3325
3326         * modules/fflush (Include): Mention <stdio.h>.
3327         * modules/strtoimax (Include): Mention <inttypes.h>.
3328         * modules/strtoumax (Include): Likewise.
3329
3330 2007-04-12  Eric Blake  <ebb9@byu.net>
3331
3332         * .cvsignore: New file.
3333         * .gitignore: Likewise.
3334
3335 2007-04-12  Bruno Haible  <bruno@clisp.org>
3336
3337         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
3338         not before, since $(LDADD) often contains libgnu.a.
3339         * modules/striconv-tests (test_striconv_LDADD): Likewise.
3340         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
3341         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
3342         Needed on Cygwin.
3343
3344 2007-04-12  Eric Blake  <ebb9@byu.net>
3345
3346         Work around glibc's failure to flush stdin on fclose.
3347         * lib/closein.c (close_stdin): Flush stdin before closing.
3348
3349         Work around glibc's failure to reset seekable stdin on exit.
3350         * modules/closein: New module.
3351         * lib/closein.c: New file.
3352         * lib/closein.h: Likewise.
3353         * m4/closein.m4: Likewise.
3354         * MODULES.html.sh (File stream based Input/Output): Document it.
3355
3356 2007-04-12  Simon Josefsson  <simon@josefsson.org>
3357
3358         * gnulib-tool: Rename generated 'autobuild' script to
3359         'do-autobuild' in --create-megatestdir output.
3360
3361         * doc/gnulib.texi (Build robot for gnulib): Fix.
3362
3363 2007-04-12  Simon Josefsson  <simon@josefsson.org>
3364
3365         * modules/sysexits (Depends-on): Add absolute-header.
3366
3367 2007-04-12  Eric Blake  <ebb9@byu.net>
3368
3369         No need to preserve errno on success.
3370         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
3371         Reported by Bruno Haible.
3372
3373 2007-04-12  Simon Josefsson  <simon@josefsson.org>
3374
3375         * MODULES.html.sh (Support for maintaining and releasing
3376         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
3377
3378 2007-04-12  Simon Josefsson  <simon@josefsson.org>
3379
3380         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
3381
3382 2007-04-12  Simon Josefsson  <simon@josefsson.org>
3383
3384         * modules/autobuild: New module.
3385
3386         * m4/autobuild.m4: New file.
3387
3388 2007-04-11  Bruno Haible  <bruno@clisp.org>
3389
3390         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
3391         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
3392         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
3393         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
3394         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
3395         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
3396         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
3397         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
3398         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
3399         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
3400         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
3401         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
3402         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
3403         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
3404         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
3405         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
3406         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
3407         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
3408         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
3409         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
3410         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
3411         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
3412         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
3413         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
3414         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
3415         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
3416         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
3417         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
3418         Reported by Eric Blake.
3419
3420 2007-04-11  Bruno Haible  <bruno@clisp.org>
3421
3422         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
3423
3424 2007-04-10  Bruno Haible  <bruno@clisp.org>
3425
3426         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
3427         for NaN and Infinity. Needed on FreeBSD 6.1.
3428         * tests/test-vasnprintf-posix.c (test_function): Undo last change
3429         regarding results for "%010a" of Infinity and NaN.
3430         * tests/test-vasprintf-posix.c (test_function): Likewise.
3431         * tests/test-snprintf-posix.h (test_function): Likewise.
3432         * tests/test-sprintf-posix.h (test_function): Likewise.
3433         * tests/test-fprintf-posix.h (test_function): Likewise.
3434         * tests/test-printf-posix.h (test_function): Likewise.
3435         * tests/test-fprintf-posix.out: Likewise.
3436
3437 2007-04-10  Bruno Haible  <bruno@clisp.org>
3438
3439         * modules/locale-tests: New file.
3440         * tests/test-locale.c: New file.
3441
3442         * modules/locale: New file.
3443         * lib/locale_.h: New file.
3444         * m4/locale_h.m4: New file.
3445
3446 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
3447             Bruno Haible  <bruno@clisp.org>
3448
3449         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
3450         be determined, test for availability of the copysignf, copysign,
3451         copysignl functions.
3452         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
3453         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
3454         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
3455
3456 2007-04-09  Eric Blake  <ebb9@byu.net>
3457
3458         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
3459         * modules/stdio (Makefile.am): Support fflush.
3460         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
3461         * modules/fflush: New file.
3462         * lib/fflush.c: Likewise.
3463         * m4/fflush.m4: Likewise.
3464         * modules/fflush-tests: New test.
3465         * tests/test-fflush.c: Likewise.
3466         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
3467
3468 2007-04-06  Bruno Haible  <bruno@clisp.org>
3469
3470         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
3471         (VASNPRINTF): Use signbit for faster determination whether to print a
3472         minus sign.
3473         * modules/vasnprintf (Files): Remove lib/float+.h.
3474         * modules/fprintf-posix (Depends-on): Add signbit.
3475         * modules/snprintf-posix (Depends-on): Likewise.
3476         * modules/sprintf-posix (Depends-on): Likewise.
3477         * modules/vasnprintf-posix (Depends-on): Likewise.
3478         * modules/vasprintf-posix (Depends-on): Likewise.
3479         * modules/vfprintf-posix (Depends-on): Likewise.
3480         * modules/vsnprintf-posix (Depends-on): Likewise.
3481         * modules/vsprintf-posix (Depends-on): Likewise.
3482
3483 2007-04-06  Bruno Haible  <bruno@clisp.org>
3484
3485         * tests/test-frexp.c (main): Test also the sign bit of zero results.
3486         * tests/test-frexpl.c (main): Likewise.
3487         * tests/test-ldexpl.c (main): Likewise.
3488         * modules/frexp-tests (Depends-on): Add signbit.
3489         * modules/frexpl-tests (Depdends-on): Likewise.
3490         * modules/ldexpl-tests (Depdends-on): Likewise.
3491
3492 2007-04-06  Bruno Haible  <bruno@clisp.org>
3493
3494         * modules/signbit-tests: New file.
3495         * tests/test-signbit.c: New file.
3496
3497         * modules/signbit: New file.
3498         * lib/signbitf.c: New file.
3499         * lib/signbitd.c: New file.
3500         * lib/signbitl.c: New file.
3501         * m4/signbit.m4: New file.
3502         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
3503         (signbit): New macro.
3504         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
3505         REPLACE_SIGNBIT.
3506         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
3507         REPLACE_FREXPL into math.h.
3508
3509 2007-04-06  Bruno Haible  <bruno@clisp.org>
3510
3511         * modules/isnanf-nolibm-tests: New file.
3512         * tests/test-isnanf.c: New file.
3513
3514         * modules/isnanf-nolibm: New file.
3515         * lib/isnanf.h: New file.
3516         * lib/isnanf.c: New file.
3517         * lib/isnan.c: Consider the USE_FLOAT macro.
3518         * m4/isnanf.m4: New file.
3519
3520 2007-04-06  Bruno Haible  <bruno@clisp.org>
3521
3522         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
3523         (Link): New section.
3524
3525         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
3526
3527 2007-04-06  Bruno Haible  <bruno@clisp.org>
3528
3529         Assume the 'long double' type.
3530         * m4/longdouble.m4: Remove file.
3531         * config/srclist.txt: Don't mention longdouble.m4.
3532         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
3533         * lib/float+.h: Likewise.
3534         * lib/frexp.c: Likewise.
3535         * lib/printf-args.h: Likewise.
3536         * lib/printf-args.c: Likewise.
3537         * lib/printf-frexp.c: Likewise.
3538         * lib/printf-parse.c: Likewise.
3539         * lib/vasnprintf.c: Likewise.
3540         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
3541         * m4/intl.m4: Likewise.
3542         * m4/isnanl.m4: Likewise.
3543         * m4/printf.m4: Likewise.
3544         * m4/printf-frexpl.m4: Likewise.
3545         * m4/vasnprintf.m4: Likewise.
3546         * modules/allocsa (Files): Remove m4/longdouble.m4.
3547         * modules/gettext (Files): Likewise.
3548         * modules/relocatable-prog-wrapper (Files): Likewise.
3549         * modules/vasnprintf (Files): Likewise.
3550         * modules/isnanl (Files): Likewise.
3551         (Include): Simplify.
3552         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
3553         (Include): Simplify.
3554         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
3555         (Include): Simplify.
3556         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
3557         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
3558         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
3559         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
3560         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
3561         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
3562         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
3563         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
3564         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
3565         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
3566         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
3567         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
3568         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
3569         * tests/test-isnanl.c: Likewise.
3570         * tests/test-snprintf-posix.h: Likewise.
3571         * tests/test-sprintf-posix.h: Likewise.
3572         * tests/test-vasnprintf-posix.c: Likewise.
3573         * tests/test-vasnprintf-posix2.c: Likewise.
3574         * tests/test-vasprintf-posix.c: Likewise.
3575
3576 2007-04-06  Bruno Haible  <bruno@clisp.org>
3577
3578         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
3579         * lib/math_.h [__DECC]: Include the overridden include file through
3580         #include_next, outside the double-inclusion guard.
3581         * lib/stdio_.h [__DECC]: Likewise.
3582         * lib/stdlib_.h [__DECC]: Likewise.
3583         * lib/string_.h [__DECC]: Likewise.
3584         * lib/time_.h [__DECC]: Likewise.
3585         * lib/wchar_.h [__DECC]: Likewise.
3586         * lib/wctype_.h [__DECC]: Likewise.
3587         * lib/inttypes_.h [__DECC]: Likewise.
3588         Reported by Albert Chin <china@thewrittenword.com> in
3589         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
3590
3591 2007-04-04  Eric Blake  <ebb9@byu.net>
3592
3593         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
3594         1.5.x.
3595
3596 2007-04-04  Bruno Haible  <bruno@clisp.org>
3597
3598         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
3599         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
3600
3601 2007-04-04  Bruno Haible  <bruno@clisp.org>
3602
3603         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
3604         results for "%010a" of Infinity and NaN.
3605         * tests/test-vasprintf-posix.c (test_function): Likewise.
3606         * tests/test-snprintf-posix.h (test_function): Likewise.
3607         * tests/test-sprintf-posix.h (test_function): Likewise.
3608         * tests/test-fprintf-posix.h (test_function): Remove these tests.
3609         * tests/test-printf-posix.h (test_function): Likewise.
3610         * tests/test-fprintf-posix.out: Update.
3611         Needed for FreeBSD 6.1.
3612
3613 2007-04-04  Bruno Haible  <bruno@clisp.org>
3614
3615         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
3616         directly used by the gnulib modules nor by gnulib-tool.
3617
3618 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
3619
3620         * DEPENDENCIES: Give overall description of version dependency
3621         desirability.  Use more-typical names for apps.
3622         Add shell, coreutils, diffutils, grep, tar, gzip.
3623
3624 2007-04-04  Simon Josefsson  <simon@josefsson.org>
3625
3626         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
3627
3628 2007-04-04  Karl Berry  <karl@gnu.org>
3629
3630         * MODULES.html.sh (func_module): missing '.
3631
3632 2007-04-03  Bruno Haible  <bruno@clisp.org>
3633
3634         * modules/argmatch-tests (Makefile.am): New variable
3635         test_argmatch_LDADD.
3636         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
3637         * modules/array-list-tests (Makefile.am): New variable
3638         test_array_list_LDADD.
3639         * modules/array-oset-tests (Makefile.am): New variable
3640         test_array_oset_LDADD.
3641         * modules/avltree-list-tests (Makefile.am): New variable
3642         test_avltree_list_LDADD.
3643         * modules/avltree-oset-tests (Makefile.am): New variable
3644         test_avltree_oset_LDADD.
3645         * modules/avltreehash-list-tests (Makefile.am): New variable
3646         test_avltreehash_list_LDADD.
3647         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
3648         test_canonicalize_lgpl_LDADD.
3649         * modules/carray-list-tests (Makefile.am): New variable
3650         test_carray_list_LDADD.
3651         * modules/dirname-tests (Makefile.am): New variable
3652         test_dirname_LDADD.
3653         * modules/linked-list-tests (Makefile.am): New variable
3654         test_linked_list_LDADD.
3655         * modules/linkedhash-list-tests (Makefile.am): New variable
3656         test_linkedhash_list_LDADD.
3657         * modules/rbtree-list-tests (Makefile.am): New variable
3658         test_rbtree_list_LDADD.
3659         * modules/rbtree-oset-tests (Makefile.am): New variable
3660         test_rbtree_oset_LDADD.
3661         * modules/rbtreehash-list-tests (Makefile.am): New variable
3662         test_rbtreehash_list_LDADD.
3663         * modules/xvasprintf-tests (Makefile.am): New variable
3664         test_xvasprintf_LDADD.
3665         Reported by Eric Blake.
3666
3667 2007-04-03  Eric Blake  <ebb9@byu.net>
3668
3669         * DEPENDENCIES: Weaken m4 requirements.
3670
3671 2007-04-03  Bruno Haible  <bruno@clisp.org>
3672
3673         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
3674         * modules/isnanl-tests (configure.ac): Likewise.
3675
3676 2007-04-03  Ben Pfaff  <blp@gnu.org>
3677
3678         * modules/iconv_open: Add $(srcdir)/ to source directory
3679         references in Makefile fragments that call gperf, to fix VPATH
3680         builds.
3681
3682 2007-04-03  Bruno Haible  <bruno@clisp.org>
3683
3684         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
3685         * lib/ldexpl.c: Undo last change.
3686
3687 2007-04-03  Bruno Haible  <bruno@clisp.org>
3688
3689         * modules/printf-frexpl (Depends-on): Undo last change.
3690         (Files): Add m4/ldexpl.m4.
3691
3692 2007-04-03  Bruno Haible  <bruno@clisp.org>
3693
3694         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
3695         * modules/isnanl (Link): New section.
3696
3697         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
3698         * modules/frexp (Link): New section.
3699
3700         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
3701         * modules/frexpl (Link): New section.
3702
3703         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
3704         * modules/ldexpl (Link): New section.
3705
3706 2007-04-03  Bruno Haible  <bruno@clisp.org>
3707
3708         * modules/TEMPLATE-EXTENDED: New file.
3709         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
3710
3711 2007-04-03  Bruno Haible  <bruno@clisp.org>
3712
3713         * DEPENDENCIES: New file.
3714         Suggested by Simon Josefsson.
3715
3716 2007-04-03  Bruno Haible  <bruno@clisp.org>
3717
3718         * doc/gnulib.texi: Escape @.
3719
3720 2007-04-03  James Youngman  <jay@gnu.org>
3721         and Paul Eggert  <eggert@cs.ucla.edu>
3722
3723         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
3724         birthtime on all systems that have birthtime, not just those which
3725         use st_birthtimensec rather than st_birthtim.  Putting zero in
3726         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
3727         that the birth time is not available for files on an NFS mount.
3728
3729 2007-04-03  Simon Josefsson  <simon@josefsson.org>
3730
3731         * modules/memxor: Move back from crypto/, suggested by Bruno.
3732         * modules/crypto/hmac-sha1: Fix memxor dependency.
3733
3734         * modules/crypto/gc: Moved from ../.
3735
3736 2007-04-02  Eric Blake  <ebb9@byu.net>
3737
3738         * lib/ldexpl.c (includes): Avoid libm.
3739
3740         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
3741
3742 2007-04-02  Bruno Haible  <bruno@clisp.org>
3743
3744         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
3745         on IRIX.
3746
3747 2007-04-02  Bruno Haible  <bruno@clisp.org>
3748
3749         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
3750         x86 or x86_64 platforms running MacOS X.
3751         Reported by Ryan Schmidt <@ryandesign.com>.
3752
3753 2007-04-02  Bruno Haible  <bruno@clisp.org>
3754
3755         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
3756         i386.
3757
3758 2007-04-01  Simon Josefsson  <simon@josefsson.org>
3759
3760         * modules/crypto/arcfour: Moved from ../.
3761         * modules/crypto/arcfour-tests: Moved from ../.
3762         * modules/crypto/arctwo: Moved from ../.
3763         * modules/crypto/arctwo-tests: Moved from ../.
3764         * modules/crypto/des: Moved from ../.
3765         * modules/crypto/des-tests: Moved from ../.
3766         * modules/crypto/gc-arcfour: Moved from ../.
3767         * modules/crypto/gc-arcfour-tests: Moved from ../.
3768         * modules/crypto/gc-arctwo: Moved from ../.
3769         * modules/crypto/gc-arctwo-tests: Moved from ../.
3770         * modules/crypto/gc-des: Moved from ../.
3771         * modules/crypto/gc-des-tests: Moved from ../.
3772         * modules/crypto/gc-hmac-md5: Moved from ../.
3773         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
3774         * modules/crypto/gc-hmac-sha1: Moved from ../.
3775         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
3776         * modules/crypto/gc-md2: Moved from ../.
3777         * modules/crypto/gc-md2-tests: Moved from ../.
3778         * modules/crypto/gc-md4: Moved from ../.
3779         * modules/crypto/gc-md4-tests: Moved from ../.
3780         * modules/crypto/gc-md5: Moved from ../.
3781         * modules/crypto/gc-md5-tests: Moved from ../.
3782         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
3783         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
3784         * modules/crypto/gc-random: Moved from ../.
3785         * modules/crypto/gc-rijndael: Moved from ../.
3786         * modules/crypto/gc-rijndael-tests: Moved from ../.
3787         * modules/crypto/gc-sha1: Moved from ../.
3788         * modules/crypto/gc-sha1-tests: Moved from ../.
3789         * modules/crypto/gc-tests: Moved from ../.
3790         * modules/crypto/hmac-md5: Moved from ../.
3791         * modules/crypto/hmac-md5-tests: Moved from ../.
3792         * modules/crypto/hmac-sha1: Moved from ../.
3793         * modules/crypto/hmac-sha1-tests: Moved from ../.
3794         * modules/crypto/md2: Moved from ../.
3795         * modules/crypto/md2-tests: Moved from ../.
3796         * modules/crypto/md4: Moved from ../.
3797         * modules/crypto/md4-tests: Moved from ../.
3798         * modules/crypto/md5: Moved from ../.
3799         * modules/crypto/md5-tests: Moved from ../.
3800         * modules/crypto/memxor: Moved from ../.
3801         * modules/crypto/rijndael: Moved from ../.
3802         * modules/crypto/rijndael-tests: Moved from ../.
3803         * modules/crypto/sha1: Moved from ../.
3804
3805 2007-03-30  James Youngman  <jay@gnu.org>
3806
3807         * tests/test-stat-time.c (prepare_test): use chmod() rather than
3808         rename() to change the ctime of a file (because ctime is unaffected
3809         by rename on jfs2 on AIX 5.1).
3810         (main): Start by doing cleanup, in case a previous run failed leaving
3811         test files behind.
3812
3813 2007-03-31  Bruno Haible  <bruno@clisp.org>
3814
3815         Support old proprietary implementations of iconv.
3816         * modules/iconv_open: New file.
3817         * lib/iconv_.h: New file.
3818         * m4/iconv_h.m4: New file.
3819         * lib/iconv_open.c: New file.
3820         * lib/iconv_open-aix.gperf: New file.
3821         * lib/iconv_open-hpux.gperf: New file.
3822         * lib/iconv_open-irix.gperf: New file.
3823         * lib/iconv_open-osf.gperf: New file.
3824         * m4/iconv_open.m4: New file.
3825         * modules/linebreak (Depends-on): Add iconv_open.
3826         * modules/striconv (Depends-on): Likewise.
3827         * modules/striconveh (Depends-on): Likewise.
3828         * modules/unicodeio (Depends-on): Likewise.
3829         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
3830         (iconv_t)(-1).
3831         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
3832         conversion if cd is (iconv_t)(-1).
3833         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
3834         is not possible.
3835
3836 2007-03-31  Bruno Haible  <bruno@clisp.org>
3837
3838         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
3839         work on Solaris either. Protect also second use of "autodetect_jp".
3840
3841 2007-03-31  Bruno Haible  <bruno@clisp.org>
3842
3843         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
3844         the function is not present.
3845
3846 2007-03-31  Bruno Haible  <bruno@clisp.org>
3847
3848         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
3849         the function is not present.
3850
3851 2007-03-31  Bruno Haible  <bruno@clisp.org>
3852
3853         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
3854         a bug in HP-UX iconv_open().
3855
3856 2007-03-31  Bruno Haible  <bruno@clisp.org>
3857
3858         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
3859         (Mathematics <math.h>): New section, add fpieee.
3860         (Input/output <stdio.h>): Add fseterr.
3861         (Mathematics <math.h>): New section, add printf-frexp.
3862         (Container data structures): Add sublist.
3863         (Core language properties): Add fpucw, inline.
3864         (Functions for greatest-width integer types <inttypes.h>): Add
3865         imaxabs, imaxdiv, inttypes.
3866         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
3867         isnanl-nolibm, ldexp.
3868         (Mathematics <math.h>): New section, add printf-frexpl.
3869         (Support for systems lacking POSIX:2001): Add fprintf-posix,
3870         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
3871         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
3872         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
3873         (Unicode string functions): Add unistr/u*-mbtoucr.
3874         (Java): Add javacomp-script, javaexec-script.
3875         (C#): Add csharpcomp-script, csharpexec-script.
3876         (Support for building libraries and executables): Add havelib,
3877         relocatable-*.
3878         (Support for maintaining and releasing projects): Renamed from
3879         'Support for maintaining and release projects'. Add announce-gen.
3880
3881 2007-03-31  Bruno Haible  <bruno@clisp.org>
3882
3883         * README: Talk primarily about git.
3884         (git and CVS): Renamed from CVS.
3885         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
3886         gnulib is available through git.
3887         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
3888
3889 2007-03-30  Bruno Haible  <bruno@clisp.org>
3890
3891         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
3892         * lib/poll_.h: Likewise.
3893         * lib/stat_.h: Likewise.
3894         * lib/sys_time_.h: Likewise.
3895         * lib/sysexit_.h: Likewise.
3896         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
3897         * lib/stdbool_.h: Likewise.
3898         * lib/byteswap_.h: Add double-inclusion guard.
3899
3900 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
3901
3902         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
3903
3904 2007-03-30  Karl Berry  <karl@gnu.org>
3905
3906         * config/srclist-update: double space after USA in the license
3907         substitution, since that's how it's usually (?) written.
3908
3909 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
3910
3911         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
3912         reported by Bruno Haible.
3913
3914 2007-03-29  Bruno Haible  <bruno@clisp.org>
3915
3916         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
3917         a bug in AIX iconv().
3918
3919 2007-03-29  Bruno Haible  <bruno@clisp.org>
3920
3921         * modules/ldexpl-tests: New file.
3922         * tests/test-ldexpl.c: New file.
3923
3924 2007-03-29  Bruno Haible  <bruno@clisp.org>
3925
3926         * lib/ldexpl.c: Include fpucw.h.
3927         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
3928         multiplication.
3929         * modules/ldexpl (Depends-on): Add fpucw.
3930
3931 2007-03-29  Bruno Haible  <bruno@clisp.org>
3932
3933         * modules/ldexpl: New file.
3934         * m4/ldexpl.m4: New file.
3935         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
3936         set.
3937         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
3938         REPLACE_LDEXPL.
3939         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
3940         REPLACE_LDEXPL.
3941         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
3942         gl_FUNC_LDEXPL_WORKS.
3943         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
3944         * modules/mathl (Files): Remove lib/ldexpl.c.
3945         (Depends-on): Add ldexpl.
3946
3947 2007-03-29  Bruno Haible  <bruno@clisp.org>
3948
3949         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
3950
3951 2007-03-29  Bruno Haible  <bruno@clisp.org>
3952
3953         * tests/test-striconveh.c (main): Don't assume that a direct conversion
3954         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
3955         and possibly also HP-UX.
3956         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
3957         work on AIX, IRIX, HP-UX, OSF/1.
3958         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
3959         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
3960         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
3961         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
3962         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
3963         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
3964
3965 2007-03-29  Bruno Haible  <bruno@clisp.org>
3966
3967         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
3968
3969 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
3970
3971         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
3972         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
3973
3974 2007-03-29  Eric Blake  <ebb9@byu.net>
3975
3976         * lib/acl-internal.h: Remove redundant include.
3977         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
3978         Cygwin when a file is locked.
3979
3980 2007-03-29  Bruno Haible  <bruno@clisp.org>
3981
3982         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
3983         file.
3984         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
3985
3986 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
3987
3988         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
3989         try to remove a parent directory if the child couldn't be removed
3990         (except for the first rmdir, which could fail because the child
3991         doesn't exist).  Problem reported by Jeff Blaine in
3992         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
3993
3994 2007-03-28  Bruno Haible  <bruno@clisp.org>
3995
3996         * lib/striconveh.c (utf8conv_carefully): New function.
3997         (mem_cd_iconveh_internal): Invoke it.
3998
3999 2007-03-28  Bruno Haible  <bruno@clisp.org>
4000
4001         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
4002         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
4003         input.
4004         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
4005         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
4006         unistr/u8-uctomb.
4007
4008 2007-03-28  Bruno Haible  <bruno@clisp.org>
4009
4010         * modules/unistr/u8-mbtoucr: New file.
4011         * lib/unistr/u8-mbtoucr.c: New file.
4012         * modules/unistr/u16-mbtoucr: New file.
4013         * lib/unistr/u16-mbtoucr.c: New file.
4014         * modules/unistr/u16-mbtoucr: New file.
4015         * lib/unistr/u16-mbtoucr.c: New file.
4016         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
4017
4018 2007-03-27  Simon Josefsson  <simon@josefsson.org>
4019             Bruno Haible  <bruno@clisp.org>
4020
4021         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
4022         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
4023         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
4024
4025         * m4/stdio_h.m4: Add stubs for vasprintf too.
4026
4027         * modules/stdio: Support vasprintf in sed command.
4028
4029         * modules/vasprintf: Depend on stdio for prototypes.  Remove
4030         vasprintf.h.  Add stdio module indicator.
4031
4032         * lib/stdio_.h: Declare asprintf and vasprintf, based on
4033         vasprintf.h.
4034
4035         * lib/vasprintf.h: File removed.
4036
4037         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
4038         * lib/vasprintf.c: Ditto.
4039         * lib/xvasprintf.c: Ditto.
4040         * tests/test-vasprintf-posix.c: Ditto.
4041         * tests/test-vasprintf.c: Ditto.
4042
4043 2007-03-27  Bruno Haible  <bruno@clisp.org>
4044
4045         Make vasnprintf multithread-safe.
4046         * lib/vasnprintf.c (decimal_point_char): New function.
4047         (VASNPRINTF): Use it.
4048         Suggested by Simon Josefsson.
4049
4050 2007-03-27  Eric Blake  <ebb9@byu.net>
4051
4052         Support sub-second birthtime on cygwin.
4053         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
4054         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
4055         (get_stat_birthtime): Also work with st_birthtim.
4056
4057 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
4058
4059         * lib/stat-time.h (USE_BIRTHTIME): Remove.
4060         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
4061         (get_stat_birthtime_ns): Do not try to use "spare" fields.
4062         (get_stat_birthtime_ns): Simplify compile-time tests.
4063         (get_stat_birthtime): Change the API to look like
4064         get_stat_mtime etc., except return a negative tv_nsec on error.
4065         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
4066         Don't check for "spare" fields.
4067         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
4068         or for struct stat.st_birthtime, as these tests aren't used.
4069         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
4070
4071 2007-03-27  Bruno Haible  <bruno@clisp.org>
4072
4073         * lib/stat-time.h: Include <sys/stat.h>.
4074
4075 2007-03-27  James Youngman  <jay@gnu.org>
4076
4077         * lib/stat-time.h (get_stat_birthtime): New function for
4078           retrieving st_birthtime as provided by UFS2 (hence *BSD).
4079         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
4080           and its variants.
4081         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
4082         * modules/stat-time-test: New file.
4083         * tests/test-stat-time.c: New test, devised by Bruno Haible.
4084
4085 2007-03-26  Bruno Haible  <bruno@clisp.org>
4086
4087         Better support of signalling NaNs.
4088         * lib/atanl.c: Include isnanl.h.
4089         (atanl): Perform test for NaN at the beginning of the function and
4090         through a call to isnanl.
4091         * lib/cosl.c: Include isnanl.h.
4092         (cosl): Perform test for NaN at the beginning of the function and
4093         through a call to isnanl.
4094         * lib/ldexpl.c: Include isnanl.h.
4095         (ldexpl): Perform test for NaN through a call to isnanl.
4096         * lib/logl.c: Include isnanl.h.
4097         (logl): Perform test for NaN at the beginning of the function and
4098         through a call to isnanl.
4099         * lib/sinl.c: Include isnanl.h.
4100         (sinl): Perform test for NaN at the beginning of the function and
4101         through a call to isnanl.
4102         * lib/sqrtl.c: Include isnanl.h.
4103         (sqrtl): Perform test for NaN at the beginning of the function and
4104         through a call to isnanl.
4105         * lib/tanl.c: Include isnanl.h.
4106         (tanl): Perform test for NaN at the beginning of the function and
4107         through a call to isnanl.
4108         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
4109         * modules/mathl (Depends-on): Add isnanl.
4110
4111 2007-03-26  Eric Blake  <ebb9@byu.net>
4112
4113         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
4114         regression in logic sense of previous patch.
4115
4116 2007-03-26  Bruno Haible  <bruno@clisp.org>
4117
4118         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
4119         unportable shell command "if ! ...".
4120         Reported by Ralf Wildenhues.
4121
4122 2007-03-25  Bruno Haible  <bruno@clisp.org>
4123
4124         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
4125         <sysexits.h> file, and only add EX_CONFIG.
4126         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
4127         absolute file name and whether it is sufficient. Substitute also
4128         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
4129         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
4130         ABSOLUTE_SYSEXITS_H into sysexits.h.
4131
4132 2007-03-25  Bruno Haible  <bruno@clisp.org>
4133
4134         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
4135         hints is NULL.
4136
4137 2007-03-25  Bruno Haible  <bruno@clisp.org>
4138
4139         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
4140         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
4141
4142 2007-03-25  Bruno Haible  <bruno@clisp.org>
4143
4144         * lib/vasnprintf.c: Include langinfo.h.
4145         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
4146         multithread-safe.
4147         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
4148         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
4149         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
4150         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
4151         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
4152         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
4153         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
4154         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
4155         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
4156         Reported by Simon Josefsson.
4157
4158 2007-03-25  Bruno Haible  <bruno@clisp.org>
4159
4160         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
4161         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
4162         * modules/vasnprintf (Depends-on): Add stdint.
4163
4164 2007-03-25  Bruno Haible  <bruno@clisp.org>
4165
4166         * modules/fpieee: New file.
4167         * m4/fpieee.m4: New file.
4168         * modules/isnan-nolibm (Depends-on): Add fpieee.
4169         * modules/isnanl-nolibm (Depends-on): Add fpieee.
4170         * modules/isnanl (Depends-on): Add fpieee.
4171
4172 2007-03-25  Bruno Haible  <bruno@clisp.org>
4173
4174         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
4175
4176 2007-03-25  Bruno Haible  <bruno@clisp.org>
4177
4178         Avoid test failures on IRIX 6.5.
4179         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
4180         (main): Use it.
4181         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
4182         macros.
4183         (main): Use them.
4184
4185 2007-03-25  Bruno Haible  <bruno@clisp.org>
4186
4187         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
4188         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
4189         exists but doesn't work.
4190         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
4191         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
4192         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
4193         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
4194
4195 2007-03-25  Bruno Haible  <bruno@clisp.org>
4196
4197         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
4198         returns inf. Needed on IRIX 6.5.
4199
4200 2007-03-25  Bruno Haible  <bruno@clisp.org>
4201
4202         * tests/test-frexpl.c: Include isnanl-nolibm.h.
4203         (main): Use isnanl instead of x != x idiom.
4204         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
4205
4206         * tests/test-frexp.c: Include isnan.h.
4207         (main): Use isnan instead of x != x idiom.
4208         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
4209
4210 2007-03-25  Bruno Haible  <bruno@clisp.org>
4211
4212         * tests/test-frexp.c (NaN): New function/macro.
4213         (main): Use it instead of 0.0 / 0.0.
4214         * tests/test-isnan.c (NaN): New function/macro.
4215         (main): Use it instead of 0.0 / 0.0.
4216         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
4217         (test_function): Use it instead of 0.0 / 0.0.
4218         * tests/test-vasprintf-posix.c (NaN): New function/macro.
4219         (test_function): Use it instead of 0.0 / 0.0.
4220         * tests/test-snprintf-posix.h (NaN): New function/macro.
4221         (test_function): Use it instead of 0.0 / 0.0.
4222         * tests/test-sprintf-posix.h (NaN): New function/macro.
4223         (test_function): Use it instead of 0.0 / 0.0.
4224         * tests/test-fprintf-posix.h (NaN): New function/macro.
4225         (test_function): Use it instead of 0.0 / 0.0.
4226         * tests/test-printf-posix.h (NaN): New function/macro.
4227         (test_function): Use it instead of 0.0 / 0.0.
4228
4229         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
4230
4231 2007-03-25  Bruno Haible  <bruno@clisp.org>
4232
4233         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
4234
4235 2007-03-25  Bruno Haible  <bruno@clisp.org>
4236
4237         * lib/regexec.c (merge_state_with_log): Make static.
4238
4239 2007-03-25  Bruno Haible  <bruno@clisp.org>
4240
4241         * lib/trigl.c (kernel_rem_pio2): Make static.
4242
4243 2007-03-25  Bruno Haible  <bruno@clisp.org>
4244
4245         * lib/sincosl.c (sincosl_table): Make static.
4246
4247 2007-03-25  Bruno Haible  <bruno@clisp.org>
4248
4249         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
4250         if the compiler does not support C99.
4251
4252 2007-03-25  Bruno Haible  <bruno@clisp.org>
4253
4254         * modules/time (Makefile.am): Ensure all rule action lines start with a
4255         tab.
4256
4257 2007-03-24  Bruno Haible  <bruno@clisp.org>
4258
4259         * modules/tsearch-tests: New file.
4260         * tests/test-tsearch.sh: New file.
4261         * tests/test-tsearch.c: New file, mostly copied from glibc.
4262
4263         * modules/search-tests: New file.
4264         * tests/test-search.c: New file.
4265
4266         * modules/search: New file.
4267         * lib/search_.h: New file, incorporating lib/tsearch.h.
4268         * m4/search_h.m4: New file.
4269         * lib/tsearch.h: Remove file.
4270         * lib/tsearch.c: Include search.h instead of tsearch.h.
4271         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
4272         HAVE_TSEARCH.
4273         * modules/tsearch (Files): Remove lib/tsearch.h.
4274         (Depends-on): Add search.
4275         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
4276         (Include): Change tsearch.h into search.h.
4277
4278 2007-03-24  Bruno Haible  <bruno@clisp.org>
4279
4280         * modules/fpucw: New file.
4281         * lib/fpucw.h: New file.
4282         * lib/frexp.c: Include fpucw.h.
4283         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
4284         (FUNC): Use them.
4285         * lib/printf-frexp.c: Include fpucw.h.
4286         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
4287         (FUNC): Use them.
4288         * lib/vasnprintf.c: Include fpucw.h.
4289         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
4290         'long double' calculations.
4291         * tests/test-frexpl.c: Include fpucw.h.
4292         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
4293         * tests/test-printf-frexpl.c: Include fpucw.h.
4294         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
4295         * modules/frexpl (Depends-on): Add fpucw.
4296         * modules/printf-frexpl (Depends-on): Likewise.
4297         * modules/fprintf-posix (Depends-on): Likewise.
4298         * modules/snprintf-posix (Depends-on): Likewise.
4299         * modules/sprintf-posix (Depends-on): Likewise.
4300         * modules/vasnprintf-posix (Depends-on): Likewise.
4301         * modules/vasprintf-posix (Depends-on): Likewise.
4302         * modules/vfprintf-posix (Depends-on): Likewise.
4303         * modules/vsnprintf-posix (Depends-on): Likewise.
4304         * modules/vsprintf-posix (Depends-on): Likewise.
4305         * modules/frexpl-tests (Depends-on): Likewise.
4306         * modules/printf-frexpl-tests (Depends-on): Likewise.
4307
4308 2007-03-24  Bruno Haible  <bruno@clisp.org>
4309
4310         * lib/float+.h: New file.
4311         * lib/isnan.c: Include float+.h.
4312         (SIZE): New macro.
4313         (FUNC): Compare only SIZE bytes of the value.
4314         * lib/vasnprintf.c: Include float+.h.
4315         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
4316         SIZEOF_LDBL or SIZEOF_DBL bytes.
4317         * modules/isnan-nolibm (Files): Add lib/float+.h.
4318         * modules/isnanl-nolibm (Files): Add lib/float+.h.
4319         * modules/isnanl (Files): Add lib/float+.h.
4320         * modules/vasnprintf (Files): Add lib/float+.h.
4321
4322 2007-03-24  Bruno Haible  <bruno@clisp.org>
4323
4324         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
4325         include isnanl-nolibm.h.
4326
4327 2007-03-24  Bruno Haible  <bruno@clisp.org>
4328
4329         * tests/test-read-file.c (main): Don't produce spurious output for
4330         expected situations. Make the test fail if it encountered unexpected
4331         results.
4332
4333 2007-03-24  Bruno Haible  <bruno@clisp.org>
4334
4335         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
4336         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
4337
4338 2007-03-24  Bruno Haible  <bruno@clisp.org>
4339
4340         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
4341
4342 2007-03-24  Bruno Haible  <bruno@clisp.org>
4343
4344         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
4345         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
4346
4347         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
4348         * modules/utf8-ucs4: Turn into a symbolic link to module
4349         unistr/u8-mbtouc.
4350
4351         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
4352         utf8-ucs4-unsafe.
4353         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
4354         unistr/u8-mbtouc-unsafe.
4355
4356         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
4357         * modules/utf16-ucs4: Turn into a symbolic link to module
4358         unistr/u16-mbtouc.
4359
4360         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
4361         utf16-ucs4-unsafe.
4362         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
4363         unistr/u16-mbtouc-unsafe.
4364
4365         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
4366         * modules/ucs4-utf8: Turn into a symbolic link to module
4367         unistr/u8-ubtomb.
4368
4369         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
4370         * modules/ucs4-utf16: Turn into a symbolic link to module
4371         unistr/u16-ubtomb.
4372
4373 2007-03-24  Bruno Haible  <bruno@clisp.org>
4374
4375         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
4376         Enable the function only if HAVE_INLINE.
4377         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
4378         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
4379         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
4380         Enable the function only if HAVE_INLINE.
4381         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
4382         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
4383         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
4384         Enable the function only if HAVE_INLINE.
4385         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
4386         Enable the function only if HAVE_INLINE.
4387         * modules/utf8-ucs4: Update.
4388         * modules/utf8-ucs4-unsafe: Update.
4389         * modules/utf16-ucs4: Update.
4390         * modules/utf16-ucs4-unsafe: Update.
4391         * modules/ucs4-utf8: Update.
4392         * modules/ucs4-utf16: Update.
4393
4394 2007-03-24  Bruno Haible  <bruno@clisp.org>
4395
4396         * lib/utf8-ucs4.h: Remove file.
4397         * lib/utf8-ucs4-unsafe.h: Remove file.
4398         * lib/utf16-ucs4.h: Remove file.
4399         * lib/utf16-ucs4-unsafe.h: Remove file.
4400         * lib/ucs4-utf8.h: Remove file.
4401         * lib/ucs4-utf16.h: Remove file.
4402         * lib/unistr.h: Include their previous contents.
4403         * m4/utf-ucs4.m4: Remove file.
4404         * m4/ucs4-utf.m4: Remove file.
4405         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.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/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.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 (Files): Remove lib/utf16-ucs4.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/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
4421         (Depends-on): Add unistr/base.
4422         (configure.ac): Remove gl_UTF_UCS4.
4423         (Makefile.am): Update.
4424         (Include): Change to unistr.h.
4425         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.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         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
4431         (Depends-on): Add unistr/base.
4432         (configure.ac): Remove gl_UCS4_UTF.
4433         (Makefile.am): Update.
4434         (Include): Change to unistr.h.
4435         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
4436         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
4437         utf8-ucs4-unsafe.h.
4438         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
4439         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
4440         utf16-ucs4-unsafe.h.
4441         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
4442         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
4443         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
4444         * lib/unistr/u8-strchr.c: Likewise.
4445         * lib/unistr/u8-strrchr.c: Likewise.
4446         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
4447         * lib/unistr/u16-strchr.c: Likewise.
4448         * lib/unistr/u16-strrchr.c: Likewise.
4449         * lib/striconveh.c: Update.
4450         * lib/linebreak.c: Update.
4451
4452 2007-03-24  Bruno Haible  <bruno@clisp.org>
4453
4454         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
4455         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
4456
4457 2007-03-22  Bruno Haible  <bruno@clisp.org>
4458
4459         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
4460
4461 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
4462
4463         * MODULES.html.sh (File system functions): New module write-any-file.
4464         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
4465         * m4/write-any-file.m4: New files.
4466
4467 2007-03-23  Eric Blake  <ebb9@byu.net>
4468
4469         * gnulib-tool: Rearrange space-tab sequences, since some editors
4470         like to eat them.
4471
4472 2007-03-23  Eric Blake  <ebb9@byu.net>
4473
4474         * lib/version-etc.c (version_etc_va): Update license wording to
4475         be more concise.  Recommended by Richard Stallman.
4476
4477 2007-03-22  Bruno Haible  <bruno@clisp.org>
4478
4479         * lib/poll.c (MSG_PEEK): New fallback definition.
4480
4481 2007-03-22  Bruno Haible  <bruno@clisp.org>
4482
4483         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
4484         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
4485         (main): Update.
4486         Fixes a compilation error on BeOS.
4487
4488 2007-03-22  Bruno Haible  <bruno@clisp.org>
4489
4490         * modules/frexpl-tests: New file.
4491         * tests/test-frexpl.c: New file.
4492
4493         * modules/frexpl: New file.
4494         * m4/frexpl.m4: New file.
4495         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
4496         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
4497         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
4498         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
4499         (Depends-on): Add frexpl. Remove isnanl-nolibm.
4500         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
4501
4502 2007-03-22  Bruno Haible  <bruno@clisp.org>
4503
4504         * lib/frexpl.c: Share code with lib/frexp.c.
4505         * modules/mathl (Files): Add lib/frexp.c.
4506         (Depends-on): Add isnanl-nolibm.
4507
4508 2007-03-22  Bruno Haible  <bruno@clisp.org>
4509
4510         * modules/printf-frexp (Files): Add m4/frexp.m4.
4511         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
4512         only if the found frexp function actually works.
4513
4514 2007-03-22  Bruno Haible  <bruno@clisp.org>
4515
4516         * lib/frexp.c: Remove older implementation that uses divisions.
4517
4518 2007-03-21  Bruno Haible  <bruno@clisp.org>
4519
4520         * modules/frexp-tests: New file.
4521         * tests/test-frexp.c: New file.
4522
4523         * modules/frexp: New file.
4524         * lib/frexp.c: New file.
4525         * m4/frexp.m4: New file.
4526         * lib/math_.h (frexp): New declaration.
4527         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
4528         REPLACE_FREXP.
4529         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
4530
4531 2007-03-21  Bruno Haible  <bruno@clisp.org>
4532
4533         * modules/isnanl-tests: New file.
4534         * tests/test-isnanl.c: New file.
4535
4536         * modules/isnanl: New file.
4537         * lib/isnanl.h: New file.
4538         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
4539         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
4540         gl_FUNC_ISNANL_WORKS.
4541         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
4542         New macros.
4543
4544 2007-03-21  Bruno Haible  <bruno@clisp.org>
4545
4546         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
4547         lib/isnanl.h.
4548         (Include): Update.
4549         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
4550         * lib/vasnprintf.c: Update.
4551         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
4552         tests/test-isnanl.h, remove tests/test-isnanl.c.
4553         (Makefile.am): Update.
4554         * tests/test-isnanl-nolibm.c: New file.
4555         * tests/test-isnanl.h: New file.
4556         * tests/test-isnanl.c: Remove file.
4557
4558 2007-03-21  Jim Meyering  <jim@meyering.net>
4559
4560         When trying to open ".", treat ESTALE like EACCES.
4561         * lib/savewd.c (savewd_save): Resort to forking not just upon
4562         failure with EACCES, but also when errno is ESTALE.
4563
4564 2007-03-20  Bruno Haible  <bruno@clisp.org>
4565
4566         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
4567         Needed on AIX 5.1. Reported by Matthew Woehlke.
4568
4569 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
4570
4571         Suggestions by Bruno Haible:
4572         * lib/acl-internal.h: Include "gettext.h" rather than rolling
4573         our own.
4574         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
4575         * modules/acl (Depends-on): Add gettext.
4576
4577 2007-03-19  Bruno Haible  <bruno@clisp.org>
4578
4579         * modules/iconvme: Remove file.
4580         * lib/iconvme.h: Remove file.
4581         * lib/iconvme.c: Remove file.
4582         * m4/iconvme.m4: Remove file.
4583
4584 2007-03-19  Bruno Haible  <bruno@clisp.org>
4585
4586         * doc/relocatable-maint.texi: Break long shell script line.
4587         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
4588
4589 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
4590
4591         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
4592         handle file_has_acl.
4593         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
4594         * lib/acl.c: Move header inclusions and related macro defns into
4595         lib/acl-internal.h.
4596         (S_ISLNK): Remove defn, since that's now done for us.
4597         (file_has_acl): Move to lib/file-has-acl.c.
4598         Call acl_trivial if available.  This is the crucial part of the fix.
4599         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
4600         shared within the library.  Rewrite a bit, partly to make it compatible
4601         with the GNU coding style.
4602         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
4603         Remove unnecessary double-quotes.
4604         Don't test for acl_to_text; the build will catch that.
4605         Replace acl_entries if it doesn't exist and it is needed.
4606         Check for -lsec and acl_trivial (as used on Solaris 10).
4607         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
4608         lib/file-has-acl.c.
4609         (Depends-on): Add sys_stat, for S_ISLNK.
4610
4611 2007-03-19  Ben Pfaff  <blp@gnu.org>
4612
4613         * doc/gnulib.texi: Fix typos.
4614         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
4615
4616 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
4617
4618         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
4619         If size is zero here, buf must be zero.
4620
4621 2007-03-19  Simon Josefsson  <simon@josefsson.org>
4622
4623         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
4624         <bruno@clisp.org>.
4625
4626 2007-03-18  Bruno Haible  <bruno@clisp.org>
4627
4628         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
4629         Suggested by Eric Blake.
4630
4631 2007-03-18  Ben Pfaff  <blp@gnu.org>
4632
4633         * doc/relocatable.texi: Recommend using as prefix a directory
4634         that does not exist and will never be created.  Based on
4635         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
4636         and others.
4637
4638 2007-03-17  Bruno Haible  <bruno@clisp.org>
4639
4640         * lib/fchownat.c: Include lchown.h.
4641
4642 2007-03-17  Bruno Haible  <bruno@clisp.org>
4643
4644         Fix endless loop when the given allocated size was > INT_MAX.
4645         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
4646         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
4647         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
4648         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
4649         * lib/sprintf.c (sprintf): Likewise.
4650
4651 2007-03-17  Bruno Haible  <bruno@clisp.org>
4652
4653         * tests/test-argp-2.sh (func_compare): Output a context diff.
4654
4655 2007-03-17  Bruno Haible  <bruno@clisp.org>
4656
4657         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
4658         locale's decimal-point character.
4659
4660 2007-03-17  Bruno Haible  <bruno@clisp.org>
4661
4662         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
4663         before comparing it. Needed because on some platforms (e.g. x86) a
4664         'long double' occupies less bytes than sizeof (long double).
4665
4666 2007-03-17  Bruno Haible  <bruno@clisp.org>
4667
4668         * tests/test-crc.c (main): Make printf statements 64-bit clean.
4669         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
4670         * tests/test-getaddrinfo.c (simple): Likewise.
4671         * tests/test-read-file.c (main): Likewise.
4672
4673 2007-03-17  Bruno Haible  <bruno@clisp.org>
4674
4675         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
4676
4677 2007-03-17  Bruno Haible  <bruno@clisp.org>
4678
4679         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
4680         unused variable.
4681
4682 2007-03-17  Bruno Haible  <bruno@clisp.org>
4683
4684         * tests/test-c-strcasecmp.c: Include c-strcase.h.
4685         * tests/test-c-strncasecmp.c: Likewise.
4686
4687 2007-03-17  Bruno Haible  <bruno@clisp.org>
4688
4689         * modules/stdlib (Depends-on): Add unistd.
4690         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
4691         Needed for MacOS X 10.3.
4692
4693 2007-03-17  Bruno Haible  <bruno@clisp.org>
4694
4695         * lib/unistr/u-strdup.h: Include <stdlib.h>.
4696
4697 2007-03-17  Bruno Haible  <bruno@clisp.org>
4698
4699         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
4700
4701 2007-03-17  Bruno Haible  <bruno@clisp.org>
4702
4703         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
4704         to reflect files copied from gnulib (with or without modifications).
4705         Suggested by Jim Meyering.
4706
4707 2007-03-17  Eric Blake  <ebb9@byu.net>
4708
4709         * NEWS: Document stdlib change from 2007-02-18.
4710
4711 2007-03-17  Jim Meyering  <jim@meyering.net>
4712
4713         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
4714         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
4715         someone uses a name containing shell meta-characters.
4716         Reported by Alfred M. Szmidt.
4717
4718         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
4719
4720 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
4721
4722         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
4723         and copy gettext configuration files only if configure.ac contains
4724         a use of AM_GNU_GETTEXT_VERSION.
4725
4726 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
4727
4728         * build-aux/bootstrap (gnulib_name): New variable.
4729         (gnulib_tool_options): Use it.
4730
4731 2007-03-13  Simon Josefsson  <simon@josefsson.org>
4732
4733         * tests/test-des.c: Use new namespace.
4734
4735 2007-03-15  Bruno Haible  <bruno@clisp.org>
4736
4737         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
4738         Reported by James Youngman <jay@gnu.org>.
4739
4740 2007-03-15  Bruno Haible  <bruno@clisp.org>
4741
4742         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
4743         declared prototype. Needed with cc on OSF/1 5.1.
4744
4745 2007-03-15  Bruno Haible  <bruno@clisp.org>
4746
4747         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
4748         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
4749         (struct gl_list_implementation): Add dispose_fn argument to the
4750         'create_empty', 'create' methods.
4751         (struct gl_list_impl_base): Add field 'dispose_fn'.
4752         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
4753         argument.
4754         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
4755         dispose_fn argument.
4756         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
4757         dispose_fn on the dropped values.
4758         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
4759         dispose_fn argument.
4760         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
4761         dropped values.
4762         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
4763         (gl_tree_remove_node): Call dispose_fn on the dropped value.
4764         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
4765         (gl_tree_remove_node): Call dispose_fn on the dropped value.
4766         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
4767         argument.
4768         (gl_tree_list_free): Call dispose_fn on the dropped values.
4769         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
4770         the dropped values.
4771         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
4772         Add dispose_fn argument.
4773         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
4774         Call dispose_fn on the dropped values.
4775         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
4776         Add dispose_fn argument.
4777         (gl_sublist_create): Initialize the 'dispose_fn' field.
4778         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
4779         * tests/test-array_list.c (main): Update.
4780         * tests/test-carray_list.c (main): Update.
4781         * tests/test-avltree_list.c (main): Update.
4782         * tests/test-rbtree_list.c (main): Update.
4783         * tests/test-avltreehash_list.c (main): Update.
4784         * tests/test-rbtreehash_list.c (main): Update.
4785         * tests/test-linked_list.c (main): Update.
4786         * tests/test-linkedhash_list.c (main): Update.
4787         * tests/test-array_oset.c (main): Update.
4788
4789 2007-03-15  Bruno Haible  <bruno@clisp.org>
4790
4791         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
4792         (gl_oset_create_empty): Add dispose_fn argument.
4793         (struct gl_oset_implementation): Add dispose_fn argument to
4794         'create_empty' method.
4795         (struct gl_oset_impl_base): Add dispose_fn field.
4796         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
4797         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
4798         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
4799         values.
4800         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
4801         (gl_tree_oset_free): Call dispose_fn on the dropped values.
4802         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
4803         dropped value.
4804         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
4805         dropped value.
4806         * tests/test-array_oset.c (main): Update.
4807         * tests/test-avltree_oset.c (main): Update.
4808         * tests/test-rbtree_oset.c (main): Update.
4809         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
4810
4811 2007-03-13  Bruno Haible  <bruno@clisp.org>
4812
4813         * tests/test-stdbool.c (i): Update after last patch.
4814
4815 2007-03-12  Bruno Haible  <bruno@clisp.org>
4816
4817         * lib/quotearg.c: Include <wctype.h> early, before the definition of
4818         the iswprint macro. Needed on Solaris 2.5.1.
4819
4820 2007-03-12  Bruno Haible  <bruno@clisp.org>
4821
4822         * tests/test-printf-frexp.c (main): Declare x as volatile.
4823
4824 2007-03-12  Simon Josefsson  <simon@josefsson.org>
4825
4826         * doc/gnulib.texi (Build robot for gnulib): New section.
4827
4828 2007-03-12  Jim Meyering  <jim@meyering.net>
4829
4830         * build-aux/bootstrap: New file.
4831         * build-aux/bootstrap.conf: New file, from coreutils.
4832
4833 2007-03-11  Bruno Haible  <bruno@clisp.org>
4834
4835         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
4836
4837 2007-03-12  Simon Josefsson  <simon@josefsson.org>
4838
4839         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
4840         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
4841         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
4842
4843 2007-03-11  Bruno Haible  <bruno@clisp.org>
4844
4845         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
4846         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
4847
4848 2007-03-11  Bruno Haible  <bruno@clisp.org>
4849
4850         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
4851         formula. Needed for SunPRO C 5.0.
4852
4853 2007-03-11  Bruno Haible  <bruno@clisp.org>
4854
4855         * modules/long-options (Depends-on): Add getopt.
4856
4857 2007-03-11  Bruno Haible  <bruno@clisp.org>
4858
4859         * modules/modechange (Depends-on): Add stdbool.
4860
4861 2007-03-11  Bruno Haible  <bruno@clisp.org>
4862
4863         * modules/i-ring (Depends-on): Add stdbool.
4864
4865 2007-03-11  Bruno Haible  <bruno@clisp.org>
4866
4867         * modules/gc-des (Depends-on): Add stdbool.
4868
4869 2007-03-11  Bruno Haible  <bruno@clisp.org>
4870
4871         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
4872
4873 2007-03-11  Bruno Haible  <bruno@clisp.org>
4874
4875         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
4876
4877 2007-03-11  Bruno Haible  <bruno@clisp.org>
4878
4879         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
4880
4881 2007-03-11  Bruno Haible  <bruno@clisp.org>
4882
4883         * lib/vasnprintf.c (sprintf): Undefine.
4884
4885 2007-03-11  Bruno Haible  <bruno@clisp.org>
4886
4887         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
4888         initializers in SunPRO C and Compaq C compilers.
4889
4890 2007-03-11  Bruno Haible  <bruno@clisp.org>
4891
4892         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
4893         decrementing code ANSI C compliant.
4894
4895 2007-03-11  Bruno Haible  <bruno@clisp.org>
4896
4897         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
4898         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
4899
4900 2007-03-11  Bruno Haible  <bruno@clisp.org>
4901
4902         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
4903         <stdbool.h> substitute doesn't pass.
4904
4905 2007-03-11  Bruno Haible  <bruno@clisp.org>
4906
4907         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
4908
4909 2007-03-11  Bruno Haible  <bruno@clisp.org>
4910
4911         * gnulib-tool (func_create_megatestdir): Create also an autobuild
4912         script, for submission to autobuild.josefsson.org.
4913
4914 2007-03-10  Bruno Haible  <bruno@clisp.org>
4915
4916         * modules/canonicalize-lgpl-tests: New file.
4917         * tests/test-canonicalize-lgpl.sh: New file.
4918         * tests/test-canonicalize-lgpl.c: New file.
4919
4920         * modules/c-strcase-tests: New file.
4921         * tests/test-c-strcase.sh: New file.
4922         * tests/test-c-strcasecmp.c: New file.
4923         * tests/test-c-strncasecmp.c: New file.
4924
4925         * modules/atexit-tests: New file.
4926         * tests/test-atexit.sh: New file.
4927         * tests/test-atexit.c: New file.
4928
4929 2007-03-10  Bruno Haible  <bruno@clisp.org>
4930
4931         * tests/test-binary-io.sh: Use temporary filenames that are not so
4932         likely to clash with those of other tests (in a parallel make).
4933         * tests/test-binary-io.c: Likewise.
4934
4935 2007-03-10  Bruno Haible  <bruno@clisp.org>
4936
4937         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
4938         fallback; use #error instead.
4939         Suggested by Simon Josefsson.
4940
4941 2007-03-10  Bruno Haible  <bruno@clisp.org>
4942
4943         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
4944         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
4945         first and the last.
4946
4947 2007-03-10  Bruno Haible  <bruno@clisp.org>
4948
4949         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
4950
4951 2007-03-10  Bruno Haible  <bruno@clisp.org>
4952
4953         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
4954         "make distcheck".
4955         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
4956         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
4957         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
4958
4959 2007-03-10  Bruno Haible  <bruno@clisp.org>
4960
4961         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
4962         variable.
4963         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
4964         variable.
4965
4966 2007-03-09  Eric Blake  <ebb9@byu.net>
4967         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
4968
4969         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
4970         types are not being provided by gnulib.
4971         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
4972         types are supported.
4973
4974 2007-03-10  Bruno Haible  <bruno@clisp.org>
4975
4976         * lib/stdio_.h (__attribute__): New macro.
4977         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
4978         vsprintf): Specify __attribute__ __format__ for GCC.
4979         Suggested by Eric Blake.
4980
4981 2007-03-09  Bruno Haible  <bruno@clisp.org>
4982
4983         * modules/printf-posix-tests: New file.
4984         * tests/test-printf-posix.sh: New file.
4985         * tests/test-printf-posix.c: New file.
4986
4987         * modules/printf-posix: New file.
4988         * lib/printf.c: New file.
4989         * m4/printf-posix-rpl.m4: New file.
4990         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
4991         REPLACE_PRINTF.
4992         * lib/stdio_.h (printf): New declaration.
4993         (format, __format__, ____printf____, ____scanf____, ____strftime____,
4994         ____strfmon____): New macros.
4995         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
4996         REPLACE_PRINTF.
4997
4998 2007-03-09  Bruno Haible  <bruno@clisp.org>
4999
5000         * tests/test-vasnprintf-posix2.sh: New file.
5001         * tests/test-vasnprintf-posix2.c: New file.
5002         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
5003         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
5004         (Makefile.am): Activate test-vasnprintf-posix2.sh.
5005
5006         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
5007         a locale dependent decimal point, rather than always '.'.
5008
5009 2007-03-09  Eric Blake  <ebb9@byu.net>
5010
5011         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
5012         spite of platforms like Tandem/NSK that define it to -1.
5013
5014 2007-03-08  Bruno Haible  <bruno@clisp.org>
5015
5016         * modules/vprintf-posix-tests: New file.
5017         * tests/test-vprintf-posix.sh: New file.
5018         * tests/test-vprintf-posix.c: New file.
5019         * tests/test-printf-posix.h: New file.
5020
5021         * modules/vprintf-posix: New file.
5022         * lib/vprintf.c: New file.
5023         * m4/vprintf-posix.m4: New file.
5024         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
5025         REPLACE_VPRINTF.
5026         * lib/stdio_.h (vprintf): New declaration.
5027         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
5028         REPLACE_VPRINTF.
5029
5030 2007-03-08  Bruno Haible  <bruno@clisp.org>
5031
5032         * modules/fprintf-posix-tests: New file.
5033         * tests/test-fprintf-posix.sh: New file.
5034         * tests/test-fprintf-posix.c: New file.
5035
5036         * modules/fprintf-posix: New file.
5037         * lib/fprintf.c: New file.
5038         * m4/fprintf-posix.m4: New file.
5039         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
5040         REPLACE_FPRINTF.
5041         * lib/stdio_.h (fprintf): New declaration.
5042         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
5043         REPLACE_FPRINTF.
5044
5045 2007-03-08  Bruno Haible  <bruno@clisp.org>
5046
5047         * modules/vfprintf-posix-tests: New file.
5048         * tests/test-vfprintf-posix.sh: New file.
5049         * tests/test-vfprintf-posix.c: New file.
5050         * tests/test-fprintf-posix.h: New file.
5051         * tests/test-fprintf-posix.out: New file.
5052
5053         * modules/vfprintf-posix: New file.
5054         * lib/vfprintf.c: New file.
5055         * m4/vfprintf-posix.m4: New file.
5056         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
5057         REPLACE_VFPRINTF.
5058         * lib/stdio_.h (vfprintf): New declaration.
5059         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
5060         REPLACE_VFPRINTF.
5061
5062 2007-03-08  Bruno Haible  <bruno@clisp.org>
5063
5064         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
5065
5066 2007-03-08  Bruno Haible  <bruno@clisp.org>
5067
5068         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
5069         instead of 'expr' invocations.
5070         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
5071         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
5072         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
5073         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
5074         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
5075         Suggested by Paul Eggert.
5076
5077 2007-03-08  Bruno Haible  <bruno@clisp.org>
5078
5079         * modules/fseterr-tests: New file.
5080         * tests/test-fseterr.c: New file.
5081
5082         * modules/fseterr: New file.
5083         * lib/fseterr.h: New file.
5084         * lib/fseterr.c: New file.
5085
5086 2007-03-08  Bruno Haible  <bruno@clisp.org>
5087
5088         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
5089         * lib/getopt_.h: Likewise.
5090         * lib/mbswidth.h: Likewise.
5091         * lib/setenv.h: Likewise.
5092         * lib/vasnprintf.h: Likewise.
5093         * lib/vasprintf.h: Likewise.
5094         * lib/verror.h: Likewise.
5095         * lib/xsetenv.h: Likewise.
5096         * lib/xvasprintf.h: Likewise.
5097
5098 2007-03-08  Jim Meyering  <jim@meyering.net>
5099
5100         * users.txt: Add parted.
5101
5102         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
5103
5104 2007-03-07  Bruno Haible  <bruno@clisp.org>
5105
5106         * m4/printf.m4: Make the shell script snippets copy&pastable.
5107
5108 2007-03-02  Bruno Haible  <bruno@clisp.org>
5109
5110         * lib/netinet_in_.h: New file.
5111         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
5112         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
5113         * modules/netinet_in (Files): Add lib/netinet_in_.h.
5114         (Depends-on): Add absolute-header.
5115         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
5116         into netinet/in.h.
5117
5118 2007-03-03  Bruno Haible  <bruno@clisp.org>
5119
5120         * lib/sys_select_.h: New file.
5121         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
5122         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
5123         * modules/sys_select (Files): Add lib/sys_select_.h.
5124         (Depends-on): Add absolute-header.
5125         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
5126         into sys/select.h.
5127
5128 2007-03-02  Bruno Haible  <bruno@clisp.org>
5129
5130         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
5131         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
5132         values.
5133         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
5134         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
5135         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
5136         * modules/sys_socket (Depends-on): Add absolute-header.
5137         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
5138         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
5139         (Include): Remove requirement of inclusion of <sys/types.h>.
5140
5141 2007-03-02  Bruno Haible  <bruno@clisp.org>
5142
5143         * lib/byteswap_.h (bswap_32): Fix formula.
5144
5145 2007-03-06  Bruno Haible  <bruno@clisp.org>
5146
5147         * modules/sprintf-posix-tests: New file.
5148         * tests/test-sprintf-posix.c: New file.
5149
5150         * modules/sprintf-posix: New file.
5151         * lib/sprintf.c: New file.
5152         * m4/sprintf-posix.m4: New file.
5153         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
5154         REPLACE_SPRINTF.
5155         * lib/stdio_.h (sprintf): New declaration.
5156         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
5157         REPLACE_SPRINTF.
5158
5159 2007-03-06  Bruno Haible  <bruno@clisp.org>
5160
5161         * modules/vsprintf-posix-tests: New file.
5162         * tests/test-vsprintf-posix.c: New file.
5163         * tests/test-sprintf-posix.h: New file.
5164
5165         * modules/vsprintf-posix: New file.
5166         * lib/vsprintf.c: New file.
5167         * m4/vsprintf-posix.m4: New file.
5168         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
5169         REPLACE_VSPRINTF.
5170         * lib/stdio_.h (vsprintf): New declaration.
5171         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
5172         REPLACE_VSPRINTF.
5173
5174 2007-03-06  Bruno Haible  <bruno@clisp.org>
5175
5176         * modules/vsnprintf (Depend-on): Remove minmax.
5177
5178 2007-03-06  Bruno Haible  <bruno@clisp.org>
5179
5180         * modules/snprintf-posix-tests: New file.
5181         * tests/test-snprintf-posix.c: New file.
5182
5183         * modules/snprintf-posix: New file.
5184         * m4/snprintf-posix.m4: New file.
5185         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
5186         gl_FUNC_SNPRINTF.
5187         (gl_FUNC_SNPRINTF): Invoke it.
5188         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
5189         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
5190         is set.
5191         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
5192
5193 2007-03-06  Bruno Haible  <bruno@clisp.org>
5194
5195         * modules/vsnprintf-posix-tests: New file.
5196         * tests/test-vsnprintf-posix.c: New file.
5197         * tests/test-snprintf-posix.h: New file.
5198
5199         * modules/vsnprintf-posix: New file.
5200         * m4/vsnprintf-posix.m4: New file.
5201         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
5202         gl_FUNC_VSNPRINTF.
5203         (gl_FUNC_VSNPRINTF): Invoke it.
5204         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
5205         * lib/stdio_.h (vsnprintf): Define as a replacement if
5206         REPLACE_VSNPRINTF is set.
5207         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
5208
5209 2007-03-06  Bruno Haible  <bruno@clisp.org>
5210
5211         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
5212         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
5213
5214 2007-03-06  Bruno Haible  <bruno@clisp.org>
5215
5216         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
5217         (asinl): Declare also if HAVE_DECL_ASINL is set.
5218         (atanl): Declare also if HAVE_DECL_ATANL is set.
5219         (ceill): Declare also if HAVE_DECL_CEILL is set.
5220         (cosl): Declare also if HAVE_DECL_COSL is set.
5221         (expl): Declare also if HAVE_DECL_EXPL is set.
5222         (floorl): Declare also if HAVE_DECL_FLOORL is set.
5223         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
5224         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
5225         (logl): Declare also if HAVE_DECL_LOGL is set.
5226         (sinl): Declare also if HAVE_DECL_SINL is set.
5227         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
5228         (tanl): Declare also if HAVE_DECL_TANL is set.
5229         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
5230         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
5231         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
5232         declaration of frexpl, ldexpl.
5233         * modules/printf-frexpl (Depends-on): Add math.
5234         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
5235
5236 2007-03-05  Bruno Haible  <bruno@clisp.org>
5237
5238         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
5239         frexpl and ldexpl are declared.
5240         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
5241
5242 2007-03-05  Bruno Haible  <bruno@clisp.org>
5243
5244         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
5245         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
5246
5247 2007-03-05  Bruno Haible  <bruno@clisp.org>
5248
5249         * lib/stdio_.h: Include <stddef.h>.
5250
5251 2007-03-05  Bruno Haible  <bruno@clisp.org>
5252
5253         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
5254
5255 2007-03-05  Bruno Haible  <bruno@clisp.org>
5256
5257         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
5258         NetBSD 4, from Ralf Wildenhues.
5259
5260 2007-03-04  Bruno Haible  <bruno@clisp.org>
5261
5262         * lib/vasprintf.h: Update #if logic for the case when the functions
5263         exist but are overridden.
5264
5265 2007-03-04  Bruno Haible  <bruno@clisp.org>
5266
5267         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
5268         implementations: glibc-2.4 and MacOS X 10.3.
5269         * tests/test-vasnprintf-posix.c (test_function): Test also the case
5270         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
5271         * tests/test-vasprintf-posix.c (test_function): Likewise.
5272
5273 2007-03-04  Bruno Haible  <bruno@clisp.org>
5274
5275         * modules/vasprintf-posix-tests: New file.
5276         * tests/test-vasprintf-posix.c: New file.
5277
5278         * modules/vasprintf-posix: New file.
5279         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
5280         defined.
5281         * m4/vasprintf-posix.m4: New file.
5282         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
5283         gl_FUNC_VASPRINTF.
5284         (gl_FUNC_VASPRINTF): Invoke it.
5285         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
5286         here.
5287         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
5288
5289 2007-03-04  Bruno Haible  <bruno@clisp.org>
5290
5291         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
5292         REPLACE_GETTIMEOFDAY.
5293         * modules/sys_time (Makefile.am): Likewise.
5294         * m4/sys_time_h.m4: Likewise.
5295         * m4/gettimeofday.m4: Likewise.
5296
5297 2007-03-04  Bruno Haible  <bruno@clisp.org>
5298
5299         * modules/vasnprintf-posix-tests: New file.
5300         * tests/test-vasnprintf-posix.c: New file.
5301
5302         * modules/vasnprintf-posix: New file.
5303         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
5304         printf-frexpl.h.
5305         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
5306         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
5307         REPLACE_VASNPRINTF is defined.
5308         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
5309         gl_FUNC_VASNPRINTF.
5310         (gl_FUNC_VASNPRINTF): Invoke it.
5311         * m4/vasnprintf-posix.m4: New file.
5312         * m4/printf.m4: New file.
5313
5314 2007-03-04  Bruno Haible  <bruno@clisp.org>
5315
5316         Compile progreloc.c only if --enable-relocatable is specified.
5317         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
5318         if --enable-relocatable was specified.
5319         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
5320         lib_SOURCES.
5321
5322 2007-03-04  Jim Meyering  <jim@meyering.net>
5323
5324         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
5325         Use it consistently, rather than enumerating errno constants.
5326
5327 2007-03-04  Bruno Haible  <bruno@clisp.org>
5328
5329         * modules/xvasprintf-tests: New file.
5330         * tests/test-xvasprintf.c: New file.
5331
5332         * modules/vasprintf-tests: New file.
5333         * tests/test-vasprintf.c: New file.
5334
5335         * modules/vasnprintf-tests: New file.
5336         * tests/test-vasnprintf.c: New file.
5337
5338         * modules/vsnprintf-tests: New file.
5339         * tests/test-vsnprintf.c: New file.
5340
5341         * modules/snprintf-tests: New file.
5342         * tests/test-snprintf.c: New file.
5343
5344 2007-03-04  Bruno Haible  <bruno@clisp.org>
5345
5346         Compile relocatable.c only if --enable-relocatable is specified.
5347         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
5348         gl_RELOCATABLE_LIBRARY.
5349         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
5350         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
5351         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
5352         gl_RELOCATABLE_LIBRARY.
5353         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
5354         (Makefile.am): Remove lib_SOURCES.
5355         * modules/relocatable-lib-lgpl (configure.ac): Invoke
5356         gl_RELOCATABLE_LIBRARY.
5357         (Makefile.am): Remove lib_SOURCES.
5358         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
5359         always.
5360         * modules/relocatable-prog-wrapper (configure.ac): Invoke
5361         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
5362
5363 2007-03-04  Bruno Haible  <bruno@clisp.org>
5364
5365         * modules/argmatch-tests: New file.
5366         * tests/test-argmatch.c: New file.
5367
5368         * tests/test-allocsa.c (main): Halve the number of loop runs.
5369
5370         * modules/alloca-opt-tests: New file.
5371         * tests/test-alloca-opt.c: New file.
5372
5373 2007-03-04  Jim Meyering  <jim@meyering.net>
5374
5375         Work around difference between Linux ACLs and Solaris 10 ZFS.
5376         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
5377         for EINVAL.
5378
5379 2007-03-03  Bruno Haible  <bruno@clisp.org>
5380
5381         * modules/relocatable-prog (Depends-on): Add back progreloc's
5382         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
5383
5384 2007-03-03  Bruno Haible  <bruno@clisp.org>
5385
5386         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
5387         * modules/relocatable-lib: New file.
5388
5389 2007-03-03  Bruno Haible  <bruno@clisp.org>
5390
5391         * modules/relocatable-prog: Renamed from modules/relocatable.
5392         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
5393
5394 2007-03-03  Bruno Haible  <bruno@clisp.org>
5395
5396         * modules/relocatable-script (Files): Add doc/relocatable.texi,
5397         m4/relocatable-lib.m4.
5398         (Depends-on): Remove 'relocatable'.
5399         (configure.ac): Add gl_RELOCATABLE_NOP.
5400
5401 2007-03-03  Bruno Haible  <bruno@clisp.org>
5402
5403         * modules/relocatable-prog-wrapper: New file.
5404         * modules/relocatable (Depends-on): Add it. Remove all other
5405         dependencies except progname.
5406         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
5407
5408         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
5409         (gl_FUNC_STRERROR): Nop.
5410         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
5411
5412         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
5413         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
5414
5415         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
5416         (gl_FUNC_READLINK): Update.
5417
5418         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
5419
5420 2007-03-03  Bruno Haible  <bruno@clisp.org>
5421
5422         * lib/xreadlink.c: Include <unistd.h> unconditionally.
5423         * modules/xreadlink (Depends-on): Add unistd.
5424         * modules/xreadlink-with-size (Depends-on): Likewise.
5425
5426 2007-03-03  Bruno Haible  <bruno@clisp.org>
5427
5428         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
5429         extracted from gt_FUNC_SETENV.
5430         (gt_FUNC_SETENV): Remove macro.
5431         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
5432         remove gt_FUNC_SETENV.
5433
5434 2007-03-03  Bruno Haible  <bruno@clisp.org>
5435
5436         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
5437         ENABLE_RELOCATABLE here.
5438         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
5439
5440 2007-03-03  Bruno Haible  <bruno@clisp.org>
5441
5442         * modules/rbtreehash-list-tests (Depends-on): Add progname.
5443         * tests/test-rbtreehash_list.c: Include progname.h.
5444         (main): Call set_program_name.
5445
5446         * modules/rbtree-oset-tests (Depends-on): Add progname.
5447         * tests/test-rbtree_oset.c: Include progname.h.
5448         (main): Call set_program_name.
5449
5450         * modules/rbtree-list-tests (Depends-on): Add progname.
5451         * tests/test-rbtree_list.c: Include progname.h.
5452         (main): Call set_program_name.
5453
5454         * modules/linked-list-tests (Depends-on): Add progname.
5455         * tests/test-linked_list.c: Include progname.h.
5456         (main): Call set_program_name.
5457
5458 2007-03-03  Bruno Haible  <bruno@clisp.org>
5459
5460         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
5461         All uses of __restrict changed to _Restrict_.
5462         * lib/glob_.h (__restrict): Remove macro.
5463
5464 2007-03-02  Bruno Haible  <bruno@clisp.org>
5465
5466         * modules/gettext (configure.ac): Require gettext infrastructure
5467         from version 0.16.1.
5468
5469 2007-03-02  Bruno Haible  <bruno@clisp.org>
5470
5471         * modules/linkedhash-list-tests (Depends-on): Add progname.
5472         * tests/test-linkedhash_list.c: Include progname.h.
5473         (main): Call set_program_name.
5474
5475         * modules/carray-list-tests (Depends-on): Add progname.
5476         * tests/test-carray_list.c: Include progname.h.
5477         (main): Call set_program_name.
5478
5479         * modules/avltreehash-list-tests (Depends-on): Add progname.
5480         * tests/test-avltreehash_list.c: Include progname.h.
5481         (main): Call set_program_name.
5482
5483         * modules/avltree-oset-tests (Depends-on): Add progname.
5484         * tests/test-avltree_oset.c: Include progname.h.
5485         (main): Call set_program_name.
5486
5487         * modules/avltree-list-tests (Depends-on): Add progname.
5488         * tests/test-avltree_list.c: Include progname.h.
5489         (main): Call set_program_name.
5490
5491         * modules/array-oset-tests (Depends-on): Add progname.
5492         * tests/test-array_oset.c: Include progname.h.
5493         (main): Call set_program_name.
5494
5495         * modules/array-list-tests (Depends-on): Add progname.
5496         * tests/test-array_list.c: Include progname.h.
5497         (main): Call set_program_name.
5498
5499         * modules/argp-tests (Depends-on): Add progname.
5500         * tests/test-argp.c: Include argp.h first. Include progname.h.
5501         (main): Call set_program_name.
5502
5503 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
5504
5505         * doc/gnulib-tool.texi (Initial import): Reword description of
5506         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
5507         limited effect even if defined after the first system include.
5508
5509 2007-03-01  Bruno Haible  <bruno@clisp.org>
5510
5511         * build-aux/config.libpath: Update to libtool-1.5.22.
5512         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
5513
5514 2007-03-01  Bruno Haible  <bruno@clisp.org>
5515
5516         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
5517         foo_CFLAGS.
5518         Reported by Ralf Wildenhues.
5519
5520 2007-03-01  Bruno Haible  <bruno@clisp.org>
5521
5522         * build-aux/install-reloc: Remove object files left over by some
5523         compilers.
5524         Reported by Ralf Wildenhues.
5525
5526 2007-03-01  Bruno Haible  <bruno@clisp.org>
5527
5528         * build-aux/install-reloc: Break long lines.
5529
5530 2007-03-01  Bruno Haible  <bruno@clisp.org>
5531
5532         * doc/relocatable.texi: Document that it may not work on OpenBSD.
5533         Reported by Ralf Wildenhues.
5534
5535 2007-03-01  Bruno Haible  <bruno@clisp.org>
5536
5537         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
5538         include ordering constraints.
5539
5540 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
5541
5542         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
5543         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
5544         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
5545         as another example.
5546         * lib/time_.h: Fix misspelling.
5547         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
5548         Require gl_HEADER_TIME_H_DEFAULTS.
5549         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
5550         * m4/time_r.m4 (gl_TIME_R): Likewise.
5551         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
5552
5553 2007-03-01  Bruno Haible  <bruno@clisp.org>
5554
5555         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
5556         * m4/utimens.m4 (gl_UTIMENS): Likewise.
5557
5558 2007-03-01  Jim Meyering  <jim@meyering.net>
5559
5560         * modules/xreadlink (Maintainer): Add my name.
5561         * modules/xreadlink-with-size (Depends-on): Alphabetize.
5562
5563 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
5564             Bruno Haible  <bruno@clisp.org>
5565
5566         * build-aux/install-reloc: Compile also c-ctype.c.
5567         * build-aux/relocatable.sh.in: New file.
5568         * doc/relocatable.texi: New file.
5569         * doc/relocatable-maint.texi: New file.
5570         * doc/gnulib.texi: Include relocatable-maint.texi.
5571         * lib/progreloc.c: Include unistd.h unconditionally.
5572         * lib/relocwrapper.c: Include unistd.h unconditionally.
5573         Include c-ctype.h.
5574         (add_dotbin): Use c_tolower.
5575         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
5576         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
5577         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
5578         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
5579         to m4/relocatable-lib.m4.
5580         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
5581         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
5582         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
5583         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
5584         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
5585         * modules/relocatable: New file.
5586         * modules/relocatable-lib: New file.
5587         * modules/relocatable-script: New file.
5588
5589 2007-02-28  Bruno Haible  <bruno@clisp.org>
5590
5591         Import --enable-relocatable infrastructure.
5592         * build-aux/config.libpath: New file, from GNU gettext.
5593         * build-aux/install-reloc: New file, from GNU gettext.
5594         * build-aux/reloc-ldflags: New file, from GNU gettext.
5595         * lib/relocatable.h: New file, from GNU gettext.
5596         * lib/relocatable.c: New file, from GNU gettext.
5597         * lib/relocwrapper.c: New file, from GNU gettext.
5598         * m4/relocatable.m4: New file, from GNU gettext.
5599
5600 2007-02-28  Bruno Haible  <bruno@clisp.org>
5601
5602         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
5603
5604         * modules/xreadlink: New file, from GNU gettext with modifications.
5605         * lib/xreadlink.c: New file, from GNU gettext.
5606         * lib/xreadlink.h: Add comments.
5607         (xreadlink): New declaration.
5608
5609         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
5610         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
5611         lib/xreadlink-with-size.c.
5612         (configure.ac): Remove gl_XREADLINK invocation.
5613         (Makefile.am): Augment lib_SOURCES.
5614         * m4/xreadlink.m4: Remove file.
5615         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
5616         (xreadlink_with_size): Renamed from xreadink.
5617         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
5618         * modules/canonicalize (Depends-on): Replace xreadlink with
5619         xreadlink-with-size.
5620         * lib/canonicalize.c (canonicalize_filename_mode): Update.
5621
5622 2007-02-25  Jim Meyering  <jim@meyering.net>
5623
5624         * build-aux/announce-gen: When complaining about excess arguments,
5625         list them.
5626
5627 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
5628
5629         * README: Document signed integer overflow situation more
5630         accurately.
5631
5632 2007-02-25  Bruno Haible  <bruno@clisp.org>
5633
5634         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
5635         'a' or 'A' conversion.
5636
5637 2007-02-25  Bruno Haible  <bruno@clisp.org>
5638
5639         * modules/filename: Renamed from modules/pathname.
5640         (Files): Replace lib/pathname.h with lib/filename.h. Replace
5641         lib/concatpath.c with lib/concat-filename.c.
5642         (Makefile.am): Update.
5643         (Include): Replace pathname.h with filename.h.
5644         * lib/filename.h: Renamed from lib/pathname.h.
5645         (concatenated_filename): Renamed from concatenated_pathname.
5646         * lib/concat-filename.c: Renamed from lib/concatpath.c.
5647         (concatenated_filename): Renamed from concatenated_pathname.
5648         * lib/findprog.c: Include filename.h instead of pathname.h.
5649         (find_in_path): Update.
5650         * lib/javacomp.c: Include filename.h instead of pathname.h.
5651         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
5652         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
5653         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
5654         is_oldgcj_14_13_usable, is_javac_usable): Update.
5655         * lib/javaexec.c: Include filename.h instead of pathname.h.
5656         (execute_java_class): Update.
5657         * modules/findprog: Update.
5658         * modules/javacomp: Update.
5659         * modules/javaexec: Update.
5660         * MODULES.html.sh (File system functions): Add 'filename', remove
5661         'pathname'.
5662
5663 2007-02-25  Bruno Haible  <bruno@clisp.org>
5664
5665         * modules/printf-frexpl-tests: New file.
5666         * tests/test-printf-frexpl.c: New file.
5667
5668         * modules/printf-frexpl: New file.
5669         * lib/printf-frexpl.h: New file.
5670         * lib/printf-frexpl.c: New file.
5671         * m4/printf-frexpl.m4: New file.
5672
5673 2007-02-25  Bruno Haible  <bruno@clisp.org>
5674
5675         * modules/printf-frexp-tests: New file.
5676         * tests/test-printf-frexp.c: New file.
5677
5678         * modules/printf-frexp: New file.
5679         * lib/printf-frexp.h: New file.
5680         * lib/printf-frexp.c: New file.
5681         * m4/printf-frexp.m4: New file.
5682
5683 2007-02-25  Bruno Haible  <bruno@clisp.org>
5684
5685         Assume automake >= 1.10 for the tests.
5686         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
5687         * modules/arctwo-tests: Likewise.
5688         * modules/argp-tests: Likewise.
5689         * modules/avltree-list-tests: Likewise.
5690         * modules/avltree-oset-tests: Likewise.
5691         * modules/avltreehash-list-tests: Likewise.
5692         * modules/carray-list-tests: Likewise.
5693         * modules/crc-tests: Likewise.
5694         * modules/des-tests: Likewise.
5695         * modules/gc-arcfour-tests: Likewise.
5696         * modules/gc-arctwo-tests: Likewise.
5697         * modules/gc-des-tests: Likewise.
5698         * modules/gc-hmac-md5-tests: Likewise.
5699         * modules/gc-hmac-sha1-tests: Likewise.
5700         * modules/gc-md2-tests: Likewise.
5701         * modules/gc-md4-tests: Likewise.
5702         * modules/gc-md5-tests: Likewise.
5703         * modules/gc-pbkdf2-sha1-tests: Likewise.
5704         * modules/gc-rijndael-tests: Likewise.
5705         * modules/gc-sha1-tests: Likewise.
5706         * modules/gc-tests: Likewise.
5707         * modules/getaddrinfo-tests: Likewise.
5708         * modules/hmac-md5-tests: Likewise.
5709         * modules/hmac-sha1-tests: Likewise.
5710         * modules/linked-list-tests: Likewise.
5711         * modules/linkedhash-list-tests: Likewise.
5712         * modules/lock-tests: Likewise.
5713         * modules/md2-tests: Likewise.
5714         * modules/md4-tests: Likewise.
5715         * modules/md5-tests: Likewise.
5716         * modules/rbtree-list-tests: Likewise.
5717         * modules/rbtree-oset-tests: Likewise.
5718         * modules/rbtreehash-list-tests: Likewise.
5719         * modules/read-file-tests: Likewise.
5720         * modules/rijndael-tests: Likewise.
5721         * modules/stdint-tests: Likewise.
5722         * modules/tls-tests: Likewise.
5723
5724 2007-02-24  Bruno Haible  <bruno@clisp.org>
5725
5726         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
5727         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
5728         function; instead check whether isnan with a double argument links.
5729         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
5730         function; instead check whether isnan with a 'long double' argument
5731         links.
5732         Reported by Eric Blake <ebb9@byu.net>.
5733
5734 2007-02-24  Bruno Haible  <bruno@clisp.org>
5735
5736         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
5737         defined.
5738         * lib/isnanl.c: Remove all code. Just include isnan.c.
5739         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
5740
5741 2007-02-25  Jim Meyering  <jim@meyering.net>
5742
5743         Avoid conflicting types for 'unsetenv' on FreeBSD.
5744         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
5745         conflicting with FreeBSD's (5.0 and 6.1) function declaration
5746         in stdlib.h.
5747
5748 2007-02-24  Bruno Haible  <bruno@clisp.org>
5749
5750         * modules/isnanl-nolibm-tests: New file.
5751         * tests/test-isnanl.c: New file.
5752
5753         * modules/isnanl-nolibm: New file.
5754         * lib/isnanl.h: New file.
5755         * lib/isnanl.c: New file.
5756         * m4/isnanl.m4: New file.
5757
5758 2007-02-24  Bruno Haible  <bruno@clisp.org>
5759
5760         * modules/isnan-nolibm-tests: New file.
5761         * tests/test-isnan.c: New file.
5762
5763         * modules/isnan-nolibm: New file.
5764         * lib/isnan.h: New file.
5765         * lib/isnan.c: New file.
5766         * m4/isnan.m4: New file.
5767
5768 2007-02-24  Bruno Haible  <bruno@clisp.org>
5769
5770         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
5771         assume that an exponent fits in 20 bits.
5772
5773 2007-02-24  Jim Meyering  <jim@meyering.net>
5774
5775         * m4/regex.m4: Update the description of the configure-time option,
5776         --without-included-regex, to state accurately what the defaults are,
5777         and perhaps to give people an idea why using this option is risky.
5778
5779 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
5780
5781         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
5782         loops on small arguments.  This attempts to avoid the problem
5783         Bruno Haible reported for AIX 4.3.2 in
5784         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
5785
5786 2007-02-23  Bruno Haible  <bruno@clisp.org>
5787
5788         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
5789         Needed for help2man.
5790
5791 2007-02-23  Karl Berry  <karl@gnu.org>
5792
5793         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
5794         exists, foo.h should be cvs-ignored, not committed.
5795
5796 2007-02-23  Eric Blake  <ebb9@byu.net>
5797
5798         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
5799         * lib/stat-time.h (includes): Likewise.
5800         * lib/utimecmp.c (includes): Likewise.
5801         * lib/utimens.h (includes): Likewise.
5802         * lib/getdate.y (includes): Also include "timespec.h" for use
5803         internal to the module.
5804         * modules/utimens (Depends-on): Revert yesterday's patch.
5805         * modules/nanosleep (Depends-on): Add missing dependency.
5806
5807 2007-02-22  Bruno Haible  <bruno@clisp.org>
5808
5809         * lib/glob.c: Don't include getlogin_r.h.
5810
5811 2007-02-22  Jim Meyering  <jim@meyering.net>
5812
5813         * modules/utimens (Depends-on): Add timespec, required for
5814         utimens.h's inclusion of timespec.h.
5815
5816 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
5817
5818         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
5819         long unreadable paths in GNU/Linux.  Problem reported by Andreas
5820         Schwab in
5821         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
5822         I'll try to think of a better way to fix the Solaris problem.
5823
5824         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
5825         like glibc; on Solaris 10, it fails with errno == EINVAL.
5826         POSIX says the behavior is unspecified if the first argument is NULL,
5827         so play it safe and never pass NULL to the system getcwd.
5828
5829 2007-02-21  Jim Meyering  <jim@meyering.net>
5830
5831         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
5832         of gettimeofday.  It would conflict with the one now always
5833         provided via sys_time_.h.  Reported by Matthew Woehlke, as
5834         an IRIX 6.5 build failure.
5835
5836 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
5837
5838         Minor fixups to port to Solaris 10 with Sun C 5.8.
5839         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
5840         * modules/getcwd (Depends-on): Add dirfd.
5841         * lib/putenv.c (putenv): #undef it.
5842         (rpl_putenv): New decl.
5843         (malloc, free): Include <stdlib.h> rather than prototyping separately.
5844
5845 2007-02-20  Bruno Haible  <bruno@clisp.org>
5846
5847         * modules/stdio-tests: New file.
5848         * tests/test-stdio.c: New file.
5849
5850         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
5851         (Depends-on): Add stdio.
5852         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
5853         (Include): Use <stdio.h> instead of vsnprintf.h.
5854         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
5855         HAVE_DECL_VSNPRINTF.
5856         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
5857
5858         * modules/snprintf (Files): Remove lib/snprintf.h.
5859         (Depends-on): Add stdio.
5860         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
5861         (Include): Use <stdio.h> instead of snprintf.h.
5862         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
5863         HAVE_DECL_SNPRINTF.
5864         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
5865         * lib/getaddrinfo.c: Likewise.
5866
5867         * modules/stdio: New file.
5868         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
5869         * lib/snprintf.h: Remove file.
5870         * lib/vsnprintf.h: Remove file.
5871         * lib/.cppi-disable: Remove snprintf.h.
5872         * m4/stdio_h.m4: New file.
5873         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
5874
5875 2007-02-20  Jim Meyering  <jim@meyering.net>
5876
5877         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
5878         used by e.g., mingw.  From Bruno Haible.
5879
5880 2007-02-19  Bruno Haible  <bruno@clisp.org>
5881
5882         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
5883         warnings.
5884         Reported by Ben Pfaff <blp@cs.stanford.edu>.
5885
5886 2007-02-19  Bruno Haible  <bruno@clisp.org>
5887
5888         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
5889         from mingw users.
5890
5891 2007-02-19  Bruno Haible  <bruno@clisp.org>
5892
5893         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
5894         warnings.
5895         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
5896
5897 2007-02-19  Jim Meyering  <jim@meyering.net>
5898
5899         Don't use FD after a successful "fdopendir (fd)".
5900         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
5901         Reset it by calling dirfd on the just-obtained DIR*.
5902
5903         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
5904         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
5905
5906 2007-02-18  Bruno Haible  <bruno@clisp.org>
5907
5908         * lib/readlink.c: Include <unistd.h>.
5909         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
5910         HAVE_READLINK.
5911         * modules/readlink (Depends-on): Add unistd.
5912         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5913         (Include): Add <unistd.h>.
5914
5915         * lib/getlogin_r.h: Remove file.
5916         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
5917         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
5918         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
5919         HAVE_DECL_GETLOGIN_R.
5920         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
5921         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5922         (Include): Use <unistd.h> instead of getlogin_r.h.
5923
5924         * lib/getcwd.h: Remove file.
5925         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
5926         * lib/xgetcwd.c: Likewise.
5927         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
5928         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
5929         * modules/getcwd (Files): Remove lib/getcwd.h.
5930         (Depends-on): Add unistd.
5931         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5932         (Include): Use <unistd.h> instad of getcwd.h.
5933
5934         * lib/ftruncate.c: Include <unistd.h> first.
5935         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
5936         Set HAVE_FTRUNCATE.
5937         * modules/ftruncate (Depends-on): Add unistd.
5938         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5939
5940         * lib/fchdir.c: Include <unistd.h> first.
5941         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
5942         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
5943         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
5944         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5945         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
5946
5947         * lib/dup2.c: Include <unistd.h> first.
5948         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
5949         HAVE_DUP2.
5950         * modules/dup2 (Depends-on): Add unistd.
5951         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5952
5953         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
5954         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
5955         REPLACE_CHOWN. Don't define chown as a macro here.
5956         * modules/chown (Depends-on): Add unistd.
5957         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
5958
5959         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
5960         Add definition for GL_LINK_WARNING.
5961         (chown, dup2): New declarations.
5962         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
5963         link warning.
5964         (ftruncate): New declaration.
5965         (getcwd): New declaration, taken from old getcwd.h.
5966         (getlogin_r): New declaration, taken from old getlogin_r.h.
5967         (readlink): New declaration.
5968         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
5969         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
5970         (gl_PREREQ_UNISTD): Remove macro.
5971         (gl_UNISTD_MODULE_INDICATOR): New macro.
5972         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
5973         many new variables. Don't set UNISTD_H.
5974         * modules/unistd (Description): Change.
5975         (Depends-on): Add link-warning.
5976         (configure.ac): Update.
5977         (Makefile.am): Create unistd.h always. Substitute many new variables
5978         into it.
5979
5980 2007-02-18  Bruno Haible  <bruno@clisp.org>
5981
5982         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
5983         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
5984         HAVE_GETSUBOPT.
5985         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
5986         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
5987         * lib/getsubopt.h: Remove file.
5988         * modules/getsubopt (Files): Remove lib/getsubopt.h.
5989         (Depends-on): Add stdlib.
5990         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
5991         (Includes): Use <stdlib.h> instead of getsubopt.h.
5992         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
5993         Set HAVE_GETSUBOPT.
5994         * lib/getsubopt.c: Don't include getsubopt.h.
5995
5996 2007-02-18  Bruno Haible  <bruno@clisp.org>
5997
5998         * modules/fchdir (Depends-on): Add dup2.
5999
6000 2007-02-18  Bruno Haible  <bruno@clisp.org>
6001
6002         * lib/stdlib_.h: Handle glibc's special invocation convention
6003         specially.
6004
6005 2007-02-18  Bruno Haible  <bruno@clisp.org>
6006
6007         * modules/stdlib-tests: New file.
6008         * tests/test-stdlib.c: New file.
6009
6010         * modules/mkstemp (Files): Remove lib/mkstemp.h.
6011         (Depends-on): Add stdlib.
6012         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
6013         (Includes): Use <stdlib.h> instead of mkstemp.h.
6014         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
6015         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
6016         * lib/mkstemp.c: Don't include mkstemp.h.
6017         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
6018         * lib/stdlib--.h: Don't include mkstemp.h.
6019
6020         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
6021         (Depends-on): Add stdlib.
6022         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
6023         (Includes): Use <stdlib.h> instead of mkdtemp.h.
6024         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
6025         HAVE_MKDTEMP.
6026         * lib/mkdtemp.c: Don't include mkdtemp.h.
6027         * lib/clean-temp.c: Don't include mkdtemp.h.
6028
6029         * modules/exit (Files): Remove lib/exit.h.
6030         (Depends-on): Add stdlib.
6031         (Makefile.am): Remove lib_SOURCES.
6032         (Include): Use <stdlib.h> instead of exit.h.
6033         * lib/argmatch.c: Don't include exit.h.
6034         * lib/execute.c: Likewise.
6035         * lib/pagealign_alloc.c: Likewise.
6036         * lib/pipe.c: Likewise.
6037         * lib/wait-process.c: Likewise.
6038         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
6039         * lib/exitfail.c: Likewise.
6040         * lib/savewd.c: Likewise.
6041         * lib/xsetenv.c: Likewise.
6042
6043         * modules/stdlib: New file.
6044         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
6045         and extra comments about mkstemp().
6046         * lib/exit.h: Remove file.
6047         * lib/mkdtemp.h: Remove file.
6048         * lib/mkstemp.h: Remove file.
6049         * m4/stdlib_h.m4: New file.
6050         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
6051
6052 2007-02-18  Bruno Haible  <bruno@clisp.org>
6053
6054         * modules/math-tests: New file.
6055         * tests/test-math.c: New file.
6056
6057         * modules/math: New file.
6058         * modules/mathl (Files): Remove lib/mathl.h.
6059         (Depends-on): Add math.
6060         (Makefile.am): Don't mention mathl.h.
6061         (Include): Use <math.h> instead of mathl.h.
6062         * lib/math_.h: New file.
6063         * lib/mathl.h: Remove file.
6064         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
6065         mathl.h.
6066         * lib/asinl.c: Likewise.
6067         * lib/atanl.c: Likewise.
6068         * lib/ceill.c: Likewise.
6069         * lib/cosl.c: Likewise.
6070         * lib/expl.c: Likewise.
6071         * lib/floorl.c: Likewise.
6072         * lib/frexpl.c: Likewise.
6073         * lib/ldexpl.c: Likewise.
6074         * lib/logl.c: Likewise.
6075         * lib/sincosl.c: Likewise.
6076         * lib/sinl.c: Likewise.
6077         * lib/sqrtl.c: Likewise.
6078         * lib/tanl.c: Likewise.
6079         * lib/trigl.c: Likewise.
6080         * m4/math_h.m4: New file.
6081         * MODULES.html.sh (Mathematics): Add math.
6082
6083 2007-02-17  Bruno Haible  <bruno@clisp.org>
6084
6085         * modules/wctype-tests: New file.
6086         * tests/test-wctype.c: New file.
6087
6088         * modules/wchar-tests: New file.
6089         * tests/test-wchar.c: New file.
6090
6091         * modules/unistd-tests: New file.
6092         * tests/test-unistd.c: New file.
6093
6094         * modules/time-tests: New file.
6095         * tests/test-time.c: New file.
6096
6097         * modules/sysexits-tests: New file.
6098         * tests/test-sysexits.c: New file.
6099
6100         * modules/sys_time-tests: New file.
6101         * tests/test-sys_time.c: New file.
6102
6103         * modules/sys_stat-tests: New file.
6104         * tests/test-sys_stat.c: New file.
6105
6106         * modules/sys_socket-tests: New file.
6107         * tests/test-sys_socket.c: New file.
6108
6109         * modules/sys_select-tests: New file.
6110         * tests/test-sys_select.c: New file.
6111
6112         * modules/string-tests: New file.
6113         * tests/test-string.c: New file.
6114
6115         * modules/stdbool-tests: New file.
6116         * tests/test-stdbool.c: New file.
6117
6118         * modules/netinet_in-tests: New file.
6119         * tests/test-netinet_in.c: New file.
6120
6121         * modules/inttypes-tests: New file.
6122         * tests/test-inttypes.c: New file.
6123
6124         * modules/fcntl-tests: New file.
6125         * tests/test-fcntl.c: New file.
6126
6127         * modules/byteswap-tests: New file.
6128         * tests/test-byteswap.c: New file.
6129
6130         * modules/arpa_inet-tests: New file.
6131         * tests/test-arpa_inet.c: New file.
6132
6133 2007-02-17  Bruno Haible  <bruno@clisp.org>
6134
6135         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
6136         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
6137         if the corresponding module is not enabled. Emit link warnings if
6138         the function is used nevertheless.
6139         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
6140         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
6141         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
6142         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
6143         * modules/inttypes (Depends-on): Add link-warning.
6144         (Makefile.am): Copy the contents of build-aux/link-warning.h into
6145         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
6146         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
6147         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
6148         * modules/imaxdiv (configure.ac): Likewise.
6149         * modules/strtoimax (configure.ac): Likewise.
6150         * modules/strtoumax (configure.ac): Likewise.
6151
6152 2007-02-17  Bruno Haible  <bruno@clisp.org>
6153
6154         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
6155         gl_STRING_MODULE_INDICATOR_DEFAULTS.
6156         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
6157         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
6158
6159 2007-02-17  Bruno Haible  <bruno@clisp.org>
6160
6161         * modules/link-warning: New file.
6162         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
6163         * lib/string_.h (GL_LINK_WARNING): Remove definition.
6164         * modules/string (Depends-on): Add link-warning.
6165         (Makefile.am): Copy the contents of build-aux/link-warning.h into
6166         string.h.
6167         * MODULES.html.sh (Support for building libraries and executables): Add
6168         link-warning.
6169
6170 2007-02-17  Bruno Haible  <bruno@clisp.org>
6171
6172         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
6173         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
6174         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
6175         long lines.
6176
6177 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
6178             Bruno Haible  <bruno@clisp.org>
6179
6180         * modules/tmpfile: New file.
6181         * lib/tmpfile.c: New file.
6182         * m4/tmpfile.m4: New file.
6183         * MODULES.html.sh (func_all_modules): New section "Input/output".
6184
6185 2007-02-15  Bruno Haible  <bruno@clisp.org>
6186
6187         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
6188         (supports_delete_on_close): New function.
6189         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
6190
6191 2007-02-14  Bruno Haible  <bruno@clisp.org>
6192
6193         * modules/mbspcasecmp-tests: New file.
6194         * tests/test-mbspcasecmp.sh: New file.
6195         * tests/test-mbspcasecmp.c: New file.
6196
6197         New module mbspcasecmp.
6198         * modules/mbspcasecmp: New file.
6199         * lib/mbspcasecmp.c: New file.
6200         * lib/string_.h (strncasecmp): Change warning message.
6201         (mbspcasecmp): New declaration.
6202         * m4/mbspcasecmp.m4: New file.
6203         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6204         GNULIB_MBSPCASECMP.
6205         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
6206         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
6207
6208 2007-02-14  Bruno Haible  <bruno@clisp.org>
6209
6210         * modules/mbsncasecmp-tests: New file.
6211         * tests/test-mbsncasecmp.sh: New file.
6212         * tests/test-mbsncasecmp.c: New file.
6213
6214         New module mbsncasecmp.
6215         * modules/mbsncasecmp: New file.
6216         * lib/mbsncasecmp.c: New file.
6217         * lib/string_.h (mbsncasecmp): New declaration.
6218         * m4/mbsncasecmp.m4: New file.
6219         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6220         GNULIB_MBSNCASECMP.
6221         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
6222         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
6223
6224 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
6225
6226         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
6227         Verify that it doesn't overlap with our flags.
6228         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
6229         do not have the desired effect in multibyte locales; instead, use
6230         mbscasecmp.
6231         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
6232         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
6233         we don't require GNU fnmatch ourselves (if our users require it, they
6234         should do so explicitly).
6235
6236         Fix regex code so it doesn't rely on strcasecmp.
6237         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
6238         Otherwise, include gnulib's langinfo.h.
6239         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
6240         undesirable behavior in non-C locales.  Instead, rely on localecharset.
6241         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
6242         * modules/regex (FILES): Remove m4/codeset.m4.
6243         (Depends-on): Add localcharset.  Remove strcase.
6244
6245 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6246
6247         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
6248         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
6249
6250 2007-02-13  Bruno Haible  <bruno@clisp.org>
6251
6252         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
6253         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
6254
6255 2007-02-12  Bruno Haible  <bruno@clisp.org>
6256
6257         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
6258         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
6259         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
6260         time warning rather than a link error.
6261
6262 2007-02-12  Bruno Haible  <bruno@clisp.org>
6263
6264         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
6265         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
6266         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
6267
6268 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
6269
6270         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
6271         args, not 2.
6272
6273 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
6274
6275         New module 'time', so that apps can include <time.h> as per
6276         POSIX and GNU instead of separate include files like time_r.h
6277         and timegm.h.  This implementation tries out a simpler approach
6278         for replacing decls in standard include files (as compared to
6279         the string module), somewhat as an experiment.
6280
6281         * config/srclist.txt: Comment out mktime.c for now.
6282         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
6283         since it doesn't apply any more.  Use generic wording instead.
6284         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
6285         'time'.
6286         * lib/time_.h, m4/time_h.m4, modules/time: New files.
6287         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
6288         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
6289         Don't include <sys/types.h>; no longer needed since we assume C89.
6290         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
6291         * lib/strftime.c: Likewise.
6292         * lib/time_r.c: Likewise.
6293         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
6294         * lib/nanosleep.c: Include <time.h> first, to check interface.
6295         * lib/strptime.c: Likewise.
6296         * lib/time_r.c: Likewise.
6297         * lib/timegm.c: Likewise.
6298         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
6299         needed.
6300         * lib/timegm.c: Don't include timegm.h; no longer needed.
6301         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
6302         time.h now handles any problems in that area.
6303         (struct timespec, nanosleep): Remove; time.h now arranges for these.
6304         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
6305         that time.h defines struct timespec.
6306         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
6307         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
6308         handles that.
6309         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
6310         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
6311         needed.  Set REPLACE_LOCALTIME.
6312         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
6313         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
6314         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
6315         nanosleep; time_h.m4 now does that.  Don't require
6316         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
6317         module handles this now.
6318         * modules/getdate (Depends-on): Remove timespec.  Add time.
6319         * modules/nanosleep (Depends-on): Likewise.
6320         * modules/stat-time (Depends-on): Likewise.
6321         * modules/nanosleep (Include): Include time.h, not timespec.h.
6322         * modules/strptime (Files): Remove lib/strptime.h.
6323         (Depends-on): Add extensions, time.
6324         (Include): Include time.h, not strptime.h.
6325         * modules/time_r (Files): Remove lib/time_r.h.
6326         (Depends-on): Add time.
6327         (Include): Include time.h, not time_r.h.
6328         * modules/timegm: Likewise.
6329         * modules/timespec (Description): Now does timespec-related decls
6330         of our own, instead of struct timespec itself.
6331         (Depends-on): Add time; remove extensions.
6332         (Maintainer): Add self.
6333         * modules/utimecmp (Depends-on): Add time; remove timespec.
6334         * modules/utimens (Depends-on): Likewise.
6335         * modules/xnanosleep (Depends-on): Likewise.
6336
6337 2007-02-11  Bruno Haible  <bruno@clisp.org>
6338
6339         * lib/c-strstr.c: Include allocsa.h.
6340         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
6341         * lib/c-strcasestr.c: Include allocsa.h.
6342         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
6343         * lib/strcasestr.c: Include allocsa.h.
6344         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
6345         * lib/mbsstr.c: Include allocsa.h.
6346         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
6347         allocsa/freesa instead of malloc/free.
6348         * lib/mbscasestr.c: Include allocsa.h.
6349         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
6350         allocsa/freesa instead of malloc/free.
6351         * modules/c-strstr (Depends-on): Add allocsa.
6352         * modules/c-strcasestr (Depends-on): Likewise.
6353         * modules/strcasestr (Depends-on): Likewise.
6354         * modules/mbsstr (Depends-on): Likewise.
6355         * modules/mbscasestr (Depends-on): Likewise.
6356
6357 2007-02-11  Bruno Haible  <bruno@clisp.org>
6358
6359         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
6360
6361         * modules/mbsspn-tests: New file.
6362         * tests/test-mbsspn.sh: New file.
6363         * tests/test-mbsspn.c: New file.
6364
6365 2007-02-11  Bruno Haible  <bruno@clisp.org>
6366
6367         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
6368
6369         * modules/mbspbrk-tests: New file.
6370         * tests/test-mbspbrk.sh: New file.
6371         * tests/test-mbspbrk.c: New file.
6372
6373 2007-02-11  Bruno Haible  <bruno@clisp.org>
6374
6375         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
6376         unneeded cast.
6377
6378         * modules/mbscspn-tests: New file.
6379         * tests/test-mbscspn.sh: New file.
6380         * tests/test-mbscspn.c: New file.
6381
6382 2007-02-11  Bruno Haible  <bruno@clisp.org>
6383
6384         * modules/mbscasecmp-tests: New file.
6385         * tests/test-mbscasecmp.sh: New file.
6386         * tests/test-mbscasecmp.c: New file.
6387
6388 2007-02-11  Bruno Haible  <bruno@clisp.org>
6389
6390         Ensure O(n) worst-case complexity of mbscasestr.
6391         * lib/mbscasestr.c: Include stdbool.h.
6392         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
6393         functions.
6394         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
6395         the bookkeeping indicates that it's worth it.
6396         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
6397
6398         * modules/mbscasestr-tests: New file.
6399         * tests/test-mbscasestr1.c: New file.
6400         * tests/test-mbscasestr2.sh: New file.
6401         * tests/test-mbscasestr2.c: New file.
6402         * tests/test-mbscasestr3.sh: New file.
6403         * tests/test-mbscasestr3.c: New file.
6404         * tests/test-mbscasestr4.sh: New file.
6405         * tests/test-mbscasestr4.c: New file.
6406         * m4/locale-tr.m4: New file.
6407
6408 2007-02-11  Bruno Haible  <bruno@clisp.org>
6409
6410         Ensure O(n) worst-case complexity of mbsstr.
6411         * lib/mbsstr.c: Include stdbool.h.
6412         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
6413         functions.
6414         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
6415         bookkeeping indicates that it's worth it.
6416         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
6417
6418         * modules/mbsstr-tests: New file.
6419         * tests/test-mbsstr1.c: New file.
6420         * tests/test-mbsstr2.sh: New file.
6421         * tests/test-mbsstr2.c: New file.
6422         * tests/test-mbsstr3.sh: New file.
6423         * tests/test-mbsstr3.c: New file.
6424         * m4/locale-fr.m4: New file.
6425
6426 2007-02-11  Bruno Haible  <bruno@clisp.org>
6427
6428         * lib/mbsrchr.c (mbsrchr): Fix bug.
6429
6430         * modules/mbsrchr-tests: New file.
6431         * tests/test-mbsrchr.sh: New file.
6432         * tests/test-mbsrchr.c: New file.
6433
6434 2007-02-11  Bruno Haible  <bruno@clisp.org>
6435
6436         * lib/mbschr.c (mbschr): Fix bug.
6437
6438         * modules/mbschr-tests: New file.
6439         * tests/test-mbschr.sh: New file.
6440         * tests/test-mbschr.c: New file.
6441         * m4/locale-zh.m4: New file.
6442
6443 2007-02-11  Bruno Haible  <bruno@clisp.org>
6444
6445         Support for copying multibyte string iterators.
6446         * lib/mbiter.h: Include <string.h>.
6447         (mbiter_multi_copy): New function.
6448         (mbi_copy): New macro.
6449         * lib/mbuiter.h: Include <string.h>.
6450         (mbuiter_multi_copy): New function.
6451         (mbui_copy): New macro.
6452
6453 2007-02-11  Bruno Haible  <bruno@clisp.org>
6454
6455         New module mbslen.
6456         * modules/mbslen: New file.
6457         * lib/mbslen.c: New file.
6458         * lib/string_.h (mbslen): New declaration.
6459         * m4/mbslen.m4: New file.
6460         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6461         GNULIB_MBSLEN.
6462         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
6463         * MODULES.html.sh (Internationalization functions): Add mbslen.
6464
6465 2007-02-11  Bruno Haible  <bruno@clisp.org>
6466
6467         Ensure O(n) worst-case complexity of strcasestr substitute.
6468         * lib/strcasestr.c: Include stdbool.h.
6469         (knuth_morris_pratt): New function.
6470         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
6471         bookkeeping indicates that it's worth it.
6472         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
6473
6474         * modules/strcasestr-tests: New file.
6475         * tests/test-strcasestr.c: New file.
6476
6477 2007-02-11  Bruno Haible  <bruno@clisp.org>
6478
6479         Ensure O(n) worst-case complexity of c_strcasestr.
6480         * lib/c-strcasestr.c: Include stdbool.h, string.h.
6481         (knuth_morris_pratt): New function.
6482         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
6483         the bookkeeping indicates that it's worth it.
6484         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
6485
6486         * modules/c-strcasestr-tests: New file.
6487         * tests/test-c-strcasestr.c: New file.
6488
6489 2007-02-11  Bruno Haible  <bruno@clisp.org>
6490
6491         Ensure O(n) worst-case complexity of c_strstr.
6492         * lib/c-strstr.c: Include stdbool.h, string.h.
6493         (knuth_morris_pratt): New function.
6494         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
6495         bookkeeping indicates that it's worth it.
6496         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
6497
6498         * lib/c-strstr.c: Complete rewrite for maintainability.
6499
6500         * modules/c-strstr-tests: New file.
6501         * tests/test-c-strstr.c: New file.
6502
6503 2007-02-11  Bruno Haible  <bruno@clisp.org>
6504
6505         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
6506         5.2.1 and earlier, whereby \055 was treated just like the range
6507         delimiter '-'.
6508         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
6509
6510 2007-02-08  Bruno Haible  <bruno@clisp.org>
6511
6512         * modules/regex (Depends-on): Add stdbool.
6513         Reported by Dalibor Topic <robilad@kaffe.org>.
6514
6515 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
6516
6517         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
6518         Prefer returning from main to exiting from it.
6519         Remove unnecessary parens after sizeof.
6520
6521 2007-02-05  Bruno Haible  <bruno@clisp.org>
6522
6523         New module mbssep.
6524         * modules/mbssep: New file.
6525         * lib/mbssep.c: New file.
6526         * lib/string_.h (strsep): Add a conditional link warning.
6527         (mbssep): New declaration.
6528         * m4/mbssep.m4: New file.
6529         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6530         GNULIB_MBSSEP.
6531         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
6532         * MODULES.html.sh (Internationalization functions): Add mbssep.
6533
6534 2007-02-05  Bruno Haible  <bruno@clisp.org>
6535
6536         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
6537         Optimize search in case of 1 delimiter.
6538
6539 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
6540
6541         * lib/acl.h: Include sys/types.h before sys/acl.h.
6542
6543 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
6544
6545         Merge upstream fix for glibc bugzilla #3957:
6546
6547         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
6548
6549         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
6550         bit for RE_HAT_LISTS_NOT_NEWLINE.
6551         (build_charclass_op): Remove bogus comment.
6552
6553 2007-02-05  Simon Josefsson  <simon@josefsson.org>
6554
6555         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
6556
6557 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
6558
6559         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
6560         * lib/memmem.c [!defined _LIBC]: Include config.h.
6561
6562 2007-02-04  Bruno Haible  <bruno@clisp.org>
6563
6564         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
6565         warning message.
6566
6567 2007-02-04  Bruno Haible  <bruno@clisp.org>
6568
6569         New module mbstok_r.
6570         * modules/mbstok_r: New file.
6571         * lib/mbstok_r.c: New file.
6572         * lib/string_.h (strtok_r): Change argument names to match the
6573         comments. Add a conditional link warning.
6574         (mbstok_r): New declaration.
6575         * m4/mbstok_r.m4: New file.
6576         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6577         GNULIB_MBSTOK_R.
6578         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
6579         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
6580
6581 2007-02-04  Bruno Haible  <bruno@clisp.org>
6582
6583         New module mbsspn.
6584         * modules/mbsspn: New file.
6585         * lib/mbsspn.c: New file.
6586         * lib/string_.h (strspn): Add a conditional link warning.
6587         (mbsspn): New declaration.
6588         * m4/mbsspn.m4: New file.
6589         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6590         GNULIB_MBSSPN.
6591         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
6592         * MODULES.html.sh (Internationalization functions): Add mbsspn.
6593
6594 2007-02-04  Bruno Haible  <bruno@clisp.org>
6595
6596         New module mbspbrk.
6597         * modules/mbspbrk: New file.
6598         * lib/mbspbrk.c: New file.
6599         * lib/string_.h (strpbrk): Add a conditional link warning.
6600         (mbspbrk): New declaration.
6601         * m4/mbspbrk.m4: New file.
6602         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6603         GNULIB_MBSPBRK.
6604         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
6605         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
6606
6607 2007-02-04  Bruno Haible  <bruno@clisp.org>
6608
6609         New module mbscspn.
6610         * modules/mbscspn: New file.
6611         * lib/mbscspn.c: New file.
6612         * lib/string_.h (strcspn): Add a conditional link warning.
6613         (mbscspn): New declaration.
6614         * m4/mbscspn.m4: New file.
6615         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6616         GNULIB_MBSCSPN.
6617         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
6618         * MODULES.html.sh (Internationalization functions): Add mbscspn.
6619
6620 2007-02-04  Bruno Haible  <bruno@clisp.org>
6621
6622         New module mbscasestr, reduced goal of strcasestr.
6623         * modules/mbscasestr: New file.
6624         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
6625         (mbscasestr): Renamed from strcasestr.
6626         * lib/strcasestr.c: Don't include mbuiter.h.
6627         (strcasestr): Remove support for multibyte locales.
6628         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
6629         Change the conditional link warning.
6630         (mbscasestr): New declaration.
6631         * m4/mbscasestr.m4: New file.
6632         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
6633         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
6634         REPLACE_STRCASESTR.
6635         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
6636         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
6637         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
6638         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
6639         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
6640         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
6641         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
6642         (Depends-on): Remove mbuiter.
6643         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
6644
6645 2007-02-04  Bruno Haible  <bruno@clisp.org>
6646
6647         Simplify handling of strncasecmp.
6648         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
6649         the conditional link warning.
6650         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
6651         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
6652         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
6653         * modules/strcase (configure.ac): Don't invoke
6654         gl_STRING_MODULE_INDICATOR.
6655         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
6656
6657 2007-02-04  Bruno Haible  <bruno@clisp.org>
6658
6659         New module mbscasecmp, reduced goal of strcasecmp.
6660         * modules/mbscasecmp: New file.
6661         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
6662         (mbscasecmp): Renamed from strcasecmp.
6663         * lib/strcasecmp.c: Don't include mbuiter.h.
6664         (strcasecmp): Remove support for multibyte locales.
6665         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
6666         Change the conditional link warning.
6667         (mbscasecmp): New declaration.
6668         * m4/mbscasecmp.m4: New file.
6669         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
6670         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
6671         REPLACE_STRCASECMP.
6672         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
6673         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6674         GNULIB_MBSCASECMP.
6675         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
6676         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
6677         * modules/strcase (Files): Remove m4/mbrtowc.m4.
6678         (Depends-on): Remove mbuiter.
6679         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
6680
6681 2007-02-04  Bruno Haible  <bruno@clisp.org>
6682
6683         New module mbsstr. Remove module strstr.
6684         * modules/mbsstr: New file.
6685         * modules/strstr: Remove file.
6686         * lib/mbsstr.c: Renamed from lib/strstr.c.
6687         (mbsstr): Renamed from strstr.
6688         * lib/string_.h (strstr): Remove declaration. Change the conditional
6689         link warning.
6690         (mbsstr): New declaration.
6691         * m4/mbsstr.m4: New file.
6692         * m4/strstr.m4: Remove file.
6693         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
6694         REPLACE_STRSTR.
6695         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
6696         Don't initialize GNULIB_STRSTR.
6697         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
6698         substitute GNULIB_STRSTR and REPLACE_STRSTR.
6699         * MODULES.html.sh (Internationalization functions): Add mbsstr.
6700         (Support for systems lacking ANSI C 89): Remove strstr.
6701
6702 2007-02-04  Bruno Haible  <bruno@clisp.org>
6703
6704         New module mbsrchr.
6705         * modules/mbsrchr: New file.
6706         * lib/mbsrchr.c: New file.
6707         * lib/string_.h (strrchr): Add a conditional link warning.
6708         (mbsrchr): New declaration.
6709         * m4/mbsrchr.m4: New file.
6710         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6711         GNULIB_MBSRCHR.
6712         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
6713         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
6714
6715 2007-02-04  Bruno Haible  <bruno@clisp.org>
6716
6717         New module mbschr.
6718         * modules/mbschr: New file.
6719         * lib/mbschr.c: New file.
6720         * lib/string_.h (strchr): Add a conditional link warning.
6721         (mbschr): New declaration.
6722         * m4/mbschr.m4: New file.
6723         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6724         GNULIB_MBSCHR.
6725         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
6726         * MODULES.html.sh (Internationalization functions): Add mbschr.
6727
6728 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
6729
6730         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
6731
6732         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
6733
6734 2007-02-04  Bruno Haible  <bruno@clisp.org>
6735
6736         New module description section 'configure.ac-early'.
6737         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
6738         (func_get_autoconf_early_snippet): New function.
6739         (func_import, func_create_testdir): Use it. Remove special cases for
6740         modules 'extensions' and 'lock'.
6741         * modules/extensions (configure.ac-early): Require
6742         gl_USE_SYSTEM_EXTENSIONS.
6743         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
6744
6745 2007-02-04  Bruno Haible  <bruno@clisp.org>
6746
6747         Make use of gcj-4.3's -fsource and -ftarget option.
6748         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
6749         and if so try the options -fsource and -ftarget.
6750         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
6751         source_version, ftarget_option, target_version arguments.
6752         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
6753         (is_envjavac_oldgcj_14_14_usable): Renamed from
6754         is_envjavac_gcj_14_14_usable.
6755         (is_envjavac_oldgcj_14_13_usable): Renamed from
6756         is_envjavac_gcj_14_13_usable.
6757         (is_gcj_present): Update.
6758         (is_gcj_43, is_gcj43_usable): New functions.
6759         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
6760         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
6761         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
6762         try the options -fsource and -ftarget.
6763
6764 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
6765
6766         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
6767         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
6768         larger value.
6769
6770 2007-02-03  Jim Meyering  <jim@meyering.net>
6771
6772         Give tools a better chance to allocate space for very large buffers.
6773         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
6774
6775         Make pwd and readlink work also when run with an unreadable parent dir
6776         on systems with openat support.
6777         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
6778         provided getcwd function, even when we have openat support.
6779         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
6780
6781 2007-02-02  Bruno Haible  <bruno@clisp.org>
6782
6783         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
6784         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
6785         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
6786         portability problems if one of these functions is only used on specific
6787         platforms.
6788         Reported by Paul Eggert.
6789
6790 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
6791
6792         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
6793         is causing more trouble than it's curing.
6794         * lib/regex_internal.h (__mempcpy): Remove.
6795         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
6796         (and make the code a tad smaller to boot).
6797         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
6798
6799 2007-02-02  Jim Meyering  <jim@meyering.net>
6800
6801         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
6802         section, not in the Makefile.am: one.
6803
6804 2007-02-02  Eric Blake  <ebb9@byu.net>
6805
6806         * lib/strchrnul.c: Always include config.h first.
6807
6808         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
6809         gnulib strstr is not necessary here.
6810
6811 2007-02-02  Simon Josefsson  <simon@josefsson.org>
6812
6813         * m4/socklen.m4: Fix typo.
6814
6815 2007-02-02  Eric Blake  <ebb9@byu.net>
6816
6817         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
6818         * modules/netinet_in (Makefile.am): Likewise.
6819
6820 2007-02-01  Bruno Haible  <bruno@clisp.org>
6821
6822         * lib/string_.h (GL_LINK_WARNING): New macro.
6823         (strcasecmp, strstr, strcasestr): If provided by the system,
6824         conditionally define as a macro that leads to a warning instead of to
6825         an error.
6826         (strncasecmp): Conditionally define as a macro that leads to a warning.
6827
6828 2007-02-01  Karl Berry  <karl@gnu.org>
6829
6830         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
6831
6832 2007-02-01  Bruno Haible  <bruno@clisp.org>
6833
6834         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
6835         renamings.
6836
6837 2007-02-01  Eric Blake  <ebb9@byu.net>
6838
6839         * modules/regex (Depends-on): Revert dependence on mempcpy.
6840         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
6841         module's definition of mempcpy.
6842         Reported by Paul Eggert.
6843
6844 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
6845
6846         * lib/string_.h: If the gnulib module XYZ is not present, undefine
6847         the symbol XYZ before redefining it.  This fixes a problem with
6848         programs that don't use XYZ, when compiled on systems that define
6849         XYZ to something else.
6850
6851 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
6852
6853         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
6854         occurs when "mkdir -m foo" creates a setgid directory that is (1)
6855         writeable to group or other and (2) is intended to have a special
6856         mode bit that is set or cleared.  In such a case, the directory
6857         should be neither group- nor other-writeable until the special
6858         mode bits are right.
6859
6860 2007-01-31  Eric Blake  <ebb9@byu.net>
6861
6862         * modules/mountlist (Depends-on): Add strstr.
6863
6864         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
6865         bug.
6866         * modules/string (Makefile.am): Remove redundant replacement.
6867         * modules/regex (Depends-on): Add mempcpy.
6868
6869 2007-01-31  Bruno Haible  <bruno@clisp.org>
6870
6871         New module description field 'Link'.
6872         * gnulib-tool (func_usage): Document --extract-link-directive.
6873         (sed_extract_prog): Recognize 'Link' directive.
6874         (func_get_link_directive): New function.
6875         (func_import): Show summary of link directives.
6876         Handle --extract-link-directive option.
6877         * modules/acl (Link): New section.
6878         * modules/clock-time (Link): New section.
6879         * modules/euidaccess (Link): New section.
6880         * modules/gettext (Link): New section.
6881         * modules/iconv (Link): New section.
6882         * modules/lock (Link): New section.
6883         * modules/nanosleep (Link): New section.
6884         * modules/readline (Link): New section.
6885
6886 2007-01-27  Bruno Haible  <bruno@clisp.org>
6887
6888         Enforce the use of gnulib modules for unportable <string.h> functions.
6889         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
6890         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
6891         (gl_HEADER_STRING_H_BODY): Require it.
6892         * lib/string_.h: If the gnulib module XYZ is not present, redefine
6893         the symbol XYZ to one that gives a link error.
6894         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
6895         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
6896         * modules/mempcpy (configure.ac): Likewise.
6897         * modules/memrchr (configure.ac): Likewise.
6898         * modules/stpcpy (configure.ac): Likewise.
6899         * modules/stpncpy (configure.ac): Likewise.
6900         * modules/strcase (configure.ac): Likewise.
6901         * modules/strcasestr (configure.ac): Likewise.
6902         * modules/strchrnul (configure.ac): Likewise.
6903         * modules/strdup (configure.ac): Likewise.
6904         * modules/strndup (configure.ac): Likewise.
6905         * modules/strnlen (configure.ac): Likewise.
6906         * modules/strpbrk (configure.ac): Likewise.
6907         * modules/strsep (configure.ac): Likewise.
6908         * modules/strstr (configure.ac): Likewise.
6909         * modules/strtok_r (configure.ac): Likewise.
6910
6911 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
6912
6913         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
6914
6915 2007-01-30  Jim Meyering  <jim@meyering.net>
6916
6917         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
6918
6919 2007-01-29  Bruno Haible  <bruno@clisp.org>
6920
6921         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
6922         * lib/execute.c: Likewise.
6923         * lib/pipe.c: Likewise.
6924         * lib/printf-args.h: Likewise.
6925         * lib/printf-args.c: Likewise.
6926         * lib/printf-parse.c: Likewise.
6927         * lib/vasnprintf.c: Likewise.
6928
6929 2007-01-29  Eric Blake  <ebb9@byu.net>
6930
6931         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
6932         declaration.
6933
6934 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
6935
6936         * lib/strptime.h (strptime): Use 'restrict' for args where
6937         POSIX requires this.
6938         * lib/strptime.c (strptime): Likewise.
6939         Change license notice from LGPL to GPL, since gnulib-tool will
6940         change this as needed.
6941         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
6942         defined.
6943         Include "strptime.h" first, to check interface.
6944         Do not #undef _LIBC and _NL_CURRENT.
6945         Do not include <stdlib.h>; no longer needed.
6946         Include "time_r.h" and declare ptime_locale_status
6947         only if _LIBC is not defined.
6948         (__P): Remove unused macro.
6949         (match_string): Bring back glibc version, but use it only if _LIBC
6950         is defined.
6951         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
6952         Remove unnecessary assertion and abort() call.
6953         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
6954         * m4/strptime.m4: Fix serial number comment.
6955         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
6956         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
6957         (Depends-on): Add time_r.
6958
6959 2007-01-29  Bruno Haible  <bruno@clisp.org>
6960
6961         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
6962         strptime.
6963         * modules/strptime (Depends-on): Add stdbool.
6964         * lib/strptime.h: Include <time.h> always. Add comments.
6965
6966 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
6967
6968         * modules/strptime: New file.
6969         * lib/strptime.h: New file.
6970         * lib/strptime.c: New file.
6971         * m4/strptime.m4: New file.
6972
6973 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
6974
6975         * MODULES.html.sh: New module mpsort.
6976         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
6977
6978         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
6979         a circularity problem with HP-UX ia64 reported by Bob Proulx in
6980         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
6981         All uses changed.
6982         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
6983         All uses changed.
6984         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
6985         to _Restrict_.
6986         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
6987         the parameter matches the prototype.
6988
6989 2007-01-28  Jim Meyering  <jim@meyering.net>
6990
6991         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
6992         sys/time.h here, reverting that part of the previous patch:
6993         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
6994
6995 2007-01-28  Bruno Haible  <bruno@clisp.org>
6996
6997         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
6998         value of $(SYS_TIME_H).
6999         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
7000         remove it conditionally, too. [added by Jim Meyering]
7001         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
7002         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
7003         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
7004         GETTIMEOFDAY_REPLACEMENT to 1.
7005
7006 2007-01-28  Bruno Haible  <bruno@clisp.org>
7007
7008         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
7009         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
7010         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
7011         Set UNISTD_H instead of UNISTD_H2.
7012         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
7013
7014 2007-01-28  Bruno Haible  <bruno@clisp.org>
7015
7016         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
7017         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
7018
7019 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7020
7021         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
7022         (func_create_testdir): Ensure C locale for `grep' and `tr'
7023         character ranges.
7024         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
7025         ACLOCAL_AMFLAGS parsing state machine.
7026
7027 2007-01-27  Bruno Haible  <bruno@clisp.org>
7028
7029         * modules/unistr/base: Update.
7030
7031 2007-01-27  Bruno Haible  <bruno@clisp.org>
7032
7033         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
7034         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
7035         * modules/unistr/u32-mbtouc-unsafe: Renamed from
7036         modules/unistr/u32-mbtouc.
7037         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
7038         * lib/unistr.h: Update.
7039         * lib/linebreak.c: Update.
7040         * modules/unistr/u32-mbtouc: Renamed from
7041         modules/unistr/u32-mbtouc-safe.
7042         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
7043         * lib/unistr.h: Update.
7044         * lib/unistr/u32-to-u8.c: Update.
7045         * lib/unistr/u32-to-u16.c: Update.
7046
7047 2007-01-27  Bruno Haible  <bruno@clisp.org>
7048
7049         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
7050         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
7051         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
7052         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
7053         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
7054         * modules/unistr/u16-mbtouc-unsafe: Renamed from
7055         modules/unistr/u16-mbtouc.
7056         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
7057         * lib/unistr.h: Update.
7058         * lib/linebreak.c: Update.
7059         * modules/linebreak: Update.
7060         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
7061         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
7062         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
7063         * modules/unistr/u16-mbtouc: Renamed from
7064         modules/unistr/u16-mbtouc-safe.
7065         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
7066         * lib/unistr.h: Update.
7067         * lib/unistr/u16-to-u8.c: Update.
7068         * modules/unistr/u16-to-u8: Update.
7069         * lib/unistr/u16-to-u32.c: Update.
7070         * modules/unistr/u16-to-u32: Update.
7071
7072 2007-01-27  Bruno Haible  <bruno@clisp.org>
7073
7074         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
7075         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
7076         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
7077         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
7078         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
7079         * modules/unistr/u8-mbtouc-unsafe: Renamed from
7080         modules/unistr/u8-mbtouc.
7081         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
7082         * lib/unistr.h: Update.
7083         * lib/striconveh.c: Update.
7084         * modules/striconveh: Update.
7085         * lib/linebreak.c: Update.
7086         * modules/linebreak: Update.
7087         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
7088         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
7089         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
7090         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
7091         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
7092         * lib/unistr.h: Update.
7093         * lib/striconveh.c: Update.
7094         * modules/striconveh: Update.
7095         * lib/unistr/u8-to-u16.c: Update.
7096         * modules/unistr/u8-to-u16: Update.
7097         * lib/unistr/u8-to-u32.c: Update.
7098         * modules/unistr/u8-to-u32: Update.
7099
7100 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7101
7102         Sync from Libtool.
7103         * lib/argz.c: Do not include strings.h nor memory.h, include
7104         string.h unconditionally.  Patch by Simon Josefsson.
7105
7106 2007-01-27  Bruno Haible  <bruno@clisp.org>
7107
7108         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
7109         from gl_HEADER_STRING_H_BODY.
7110         (gl_HEADER_STRING_H_BODY): Require it.
7111         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
7112         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
7113         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
7114         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
7115         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
7116         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
7117         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
7118         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
7119         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
7120         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
7121         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
7122         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
7123         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
7124         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
7125         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
7126
7127 2007-01-27  Bruno Haible  <bruno@clisp.org>
7128
7129         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
7130         check_PROGRAMS into noinst_PROGRAMS.
7131         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
7132         check_PROGRAMS in this case.
7133         (func_import): Set for_test to false.
7134         (func_create_testdir): Set for_test to true.
7135
7136 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
7137             Bruno Haible  <bruno@clisp.org>
7138
7139         * modules/strcasestr (Files): Remove lib/strcasestr.h.
7140         (Depends-on): Add string.
7141         (Includes): Use <string.h> instead of strcasestr.h.
7142         * modules/string (Makefile.am): Also substitute the value of
7143         REPLACE_STRCASESTR.
7144         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
7145         assume strcasestr is declared in <string.h> not <strings.h>. Also
7146         set REPLACE_STRCASESTR.
7147         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
7148         REPLACE_STRCASESTR.
7149         * lib/strcasestr.h: Remove file.
7150         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
7151         * lib/string_.h (strcasestr): New declaration.
7152
7153 2007-01-27  Bruno Haible  <bruno@clisp.org>
7154
7155         * lib/string_.h: Use 'extern'.
7156
7157 2007-01-27  Jim Meyering  <jim@meyering.net>
7158
7159         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
7160         of set-but-not-used local, "q".
7161
7162         * lib/mempcpy.c: Include <config.h> before <string.h>.
7163         This fixes a compilation error on HP-UX, due to the system's
7164         "restrict"-using mempcpy prototype.
7165
7166 2007-01-26  Bruno Haible  <bruno@clisp.org>
7167
7168         Small optimization.
7169         * lib/javacomp.c: Include c-strstr.h.
7170          (is_envjavac_gcj): Use c_strstr instead of strstr.
7171         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
7172
7173 2007-01-26  Bruno Haible  <bruno@clisp.org>
7174
7175         * MODULES.html.sh (Unicode string functions): Add the new modules.
7176
7177         * modules/uniconv/u32-strconv-to-locale: New file.
7178         * lib/uniconv/u32-strconv-to-locale.c: New file.
7179
7180         * modules/uniconv/u16-strconv-to-locale: New file.
7181         * lib/uniconv/u16-strconv-to-locale.c: New file.
7182
7183         * modules/uniconv/u8-strconv-to-locale: New file.
7184         * lib/uniconv/u8-strconv-to-locale.c: New file.
7185
7186         * modules/uniconv/u32-strconv-from-locale: New file.
7187         * lib/uniconv/u32-strconv-from-locale.c: New file.
7188
7189         * modules/uniconv/u16-strconv-from-locale: New file.
7190         * lib/uniconv/u16-strconv-from-locale.c: New file.
7191
7192         * modules/uniconv/u8-strconv-from-locale: New file.
7193         * lib/uniconv/u8-strconv-from-locale.c: New file.
7194
7195         * modules/uniconv/u32-strconv-to-enc: New file.
7196         * lib/uniconv/u32-strconv-to-enc.c: New file.
7197         * modules/uniconv/u32-strconv-to-enc-tests: New file.
7198         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
7199
7200         * modules/uniconv/u16-strconv-to-enc: New file.
7201         * lib/uniconv/u16-strconv-to-enc.c: New file.
7202         * lib/uniconv/u-strconv-to-enc.h: New file.
7203         * modules/uniconv/u16-strconv-to-enc-tests: New file.
7204         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
7205
7206         * modules/uniconv/u8-strconv-to-enc: New file.
7207         * lib/uniconv/u8-strconv-to-enc.c: New file.
7208         * modules/uniconv/u8-strconv-to-enc-tests: New file.
7209         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
7210
7211         * modules/uniconv/u32-strconv-from-enc: New file.
7212         * lib/uniconv/u32-strconv-from-enc.c: New file.
7213         * modules/uniconv/u32-strconv-from-enc-tests: New file.
7214         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
7215
7216         * modules/uniconv/u16-strconv-from-enc: New file.
7217         * lib/uniconv/u16-strconv-from-enc.c: New file.
7218         * modules/uniconv/u16-strconv-from-enc-tests: New file.
7219         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
7220
7221         * modules/uniconv/u8-strconv-from-enc: New file.
7222         * lib/uniconv/u8-strconv-from-enc.c: New file.
7223         * lib/uniconv/u-strconv-from-enc.h: New file.
7224         * modules/uniconv/u8-strconv-from-enc-tests: New file.
7225         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
7226
7227         * modules/uniconv/u32-conv-from-enc: New file.
7228         * lib/uniconv/u32-conv-from-enc.c: New file.
7229         * modules/uniconv/u32-conv-from-enc-tests: New file.
7230         * tests/uniconv/test-u32-conv-from-enc.c: New file.
7231
7232         * modules/uniconv/u16-conv-from-enc: New file.
7233         * lib/uniconv/u16-conv-from-enc.c: New file.
7234         * lib/uniconv/u-conv-from-enc.h: New file.
7235         * modules/uniconv/u16-conv-from-enc-tests: New file.
7236         * tests/uniconv/test-u16-conv-from-enc.c: New file.
7237
7238         * modules/uniconv/u8-conv-from-enc: New file.
7239         * lib/uniconv/u8-conv-from-enc.c: New file.
7240         * modules/uniconv/u8-conv-from-enc-tests: New file.
7241         * tests/uniconv/test-u8-conv-from-enc.c: New file.
7242
7243         * modules/uniconv/base: New file.
7244         * lib/uniconv.h: New file.
7245
7246 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
7247
7248         * doc/gnulib-tool.texi (Initial import): Update to match current
7249         behavior with strdup module.
7250         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
7251         * lib/memmem.h: Remove; all uses removed.  This is now done
7252         by <string.h>.
7253         * lib/mempcpy.h: Likewise.
7254         * lib/memrchr.h: Likewise.
7255         * lib/stpcpy.h: Likewise.
7256         * lib/stpncpy.h: Likewise.
7257         * lib/strcase.h: Likewise.
7258         * lib/strchrnul.h: Likewise.
7259         * lib/strdup.h: Likewise.
7260         * lib/strndup.h: Likewise.
7261         * lib/strnlen.h: Likewise.
7262         * lib/strpbrk.h: Likewise.
7263         * lib/strsep.h: Likewise.
7264         * lib/strstr.h: Likewise.
7265         * lib/strtok_r.h: Likewise.
7266         * lib/string_.h: New file.
7267         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
7268         Rely on <string.h> instead.
7269         * lib/canon-host.c: Likewise.
7270         * lib/chdir-long.c: Likewise.
7271         * lib/concatpath.c: Likewise.
7272         * lib/exclude.c: Likewise.
7273         * lib/fchdir.c: Likewise.
7274         * lib/getaddrinfo.c: Likewise.
7275         * lib/getcwd.c: Likewise.
7276         * lib/getsubopt.c: Likewise.
7277         * lib/glob.c: Likewise.
7278         * lib/hard-locale.c: Likewise.
7279         * lib/iconvme.c: Likewise.
7280         * lib/javacomp.c: Likewise.
7281         * lib/mempcpy.c: Likewise.
7282         * lib/memrchr.c: Likewise.
7283         * lib/regex_internal.h: Likewise.
7284         * lib/stpncpy.c: Likewise.
7285         * lib/strcasecmp.c: Likewise.
7286         * lib/strchrnul.c: Likewise.
7287         * lib/strdup.c: Likewise.
7288         * lib/striconv.c: Likewise.
7289         * lib/striconveh.c: Likewise.
7290         * lib/striconveha.c: Likewise.
7291         * lib/strncasecmp.c: Likewise.
7292         * lib/strndup.c: Likewise.
7293         * lib/strnlen.c: Likewise.
7294         * lib/strsep.c: Likewise.
7295         * lib/strstr.c: Likewise.
7296         * lib/strtok_r.c: Likewise.
7297         * lib/userspec.c: Likewise.
7298         * lib/w32spawn.h: Likewise.
7299         * lib/xstrndup.c: Likewise.
7300         * lib/mountlist.c (strstr): Remove decl.
7301         * m4/string_h.m4: New file.
7302         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
7303         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
7304         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
7305         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
7306         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
7307         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
7308         Set REPLACE_STRCASECMP if necessary.
7309         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
7310         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
7311         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
7312         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
7313         HAVE_DECL_STRDUP if necessary.
7314         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
7315         since gl_FUNC_STRNDUP does that now.
7316         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
7317         Check for decl here...
7318         (gl_PREREQ_STRNLEN): ... not here.
7319         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
7320         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
7321         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
7322         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
7323         necessary.
7324         * modules/string: New file.
7325         * modules/memmem (Files): Remove special-purpose include file.
7326         (Depends-on): Add string.
7327         (Include): Include <string.h>, not the removed file.
7328         * modules/mempcpy: Likewise.
7329         * modules/memrchr: Likewise.
7330         * modules/stpcpy: Likewise.
7331         * modules/stpncpy: Likewise.
7332         * modules/strcase: Likewise.
7333         * modules/strchrnul: Likewise.
7334         * modules/strdup: Likewise.
7335         * modules/strndup: Likewise.
7336         * modules/strnlen: Likewise.
7337         * modules/strpbrk: Likewise.
7338         * modules/strsep: Likewise.
7339         * modules/strstr: Likewise.
7340         * modules/strtok_r: Likewise.
7341         * tests/test-dirname.c: Don't include "strdup.h", since
7342         <string.h> now suffices.
7343         * tests/test-memmem.c: Don't include "memmem.h", since
7344         <string.h> now suffices.
7345
7346 2007-01-25  Bruno Haible  <bruno@clisp.org>
7347
7348         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
7349         *resultp is 0.
7350
7351         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
7352         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
7353         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
7354         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
7355
7356         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
7357         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
7358         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
7359         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
7360         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
7361         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
7362
7363 2007-01-24  Bruno Haible  <bruno@clisp.org>
7364
7365         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
7366         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
7367         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
7368         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
7369         gl_FUNC_FTS_CORE.
7370         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
7371         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
7372         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
7373         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
7374         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
7375         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
7376         gl_FUNC_FCHOWNAT.
7377         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
7378         gl_FUNC_STRFTIME.
7379         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
7380         Reported by Ralf Wildenhues.
7381
7382 2007-01-24  Bruno Haible  <bruno@clisp.org>
7383
7384         Drop AC_REQUIRE calls that are redundant with the module dependencies.
7385         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
7386         gl_GETADDRINFO.
7387         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
7388         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
7389         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
7390
7391 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
7392
7393         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
7394         Don't use 'exit'; just return from 'main'.
7395         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
7396
7397         * lib/fnmatch_.h: Readjust white space and comments to match
7398         glibc, to avoid spurious diffs.
7399
7400 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
7401
7402         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
7403         2004-12-01 change by Jakub Jelinek, since this code won't compile
7404         if !LIBC.  Problem reported by Bob Proulx.
7405
7406 2007-01-23  Bruno Haible  <bruno@clisp.org>
7407
7408         * lib/striconveh.c: Include c-strcaseeq.h.
7409         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
7410         * modules/striconveh (Depends-on): Add c-strcaseeq.
7411
7412 2007-01-23  Bruno Haible  <bruno@clisp.org>
7413
7414         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
7415
7416         * modules/c-strcaseeq: New file.
7417         * lib/c-strcaseeq.h: New file.
7418
7419         * modules/streq: New file.
7420         * lib/streq.h: New file.
7421
7422 2007-01-23  Bruno Haible  <bruno@clisp.org>
7423
7424         * modules/striconveha-tests: New file.
7425         * tests/test-striconveha.c: New file.
7426
7427         * lib/striconveha.h: Include <stdbool.h>.
7428         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
7429         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
7430         (mem_iconveha_notranslit): Renamed from mem_iconveha.
7431         (mem_iconveha): New function.
7432         (str_iconveha_notranslit): Renamed from str_iconveha.
7433         (str_iconveha): New function.
7434         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
7435         c-strcase.
7436
7437 2007-01-23  Bruno Haible  <bruno@clisp.org>
7438
7439         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
7440         encodings without forgiving before trying any encoding with handler.
7441         (str_iconveha): Try all encodings without forgiving before trying any
7442         encoding with handler.
7443
7444 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
7445
7446         Import the following changes from libc.
7447
7448         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
7449
7450         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
7451
7452         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
7453
7454         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
7455         normal_bracket label.
7456
7457         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
7458
7459         [BZ #361]
7460         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
7461         to normal_bracket after fetching the next character.
7462
7463 2007-01-22  Bruno Haible  <bruno@clisp.org>
7464
7465         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
7466         argument.
7467         * lib/striconveh.c (iconv_carefully_1): New function.
7468         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
7469         argument.
7470         (str_cd_iconveh): Update.
7471         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
7472         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
7473         * tests/test-striconveh.c (MAGIC): New macro.
7474         (new_offsets): New function.
7475         (main): Test call with and without offsets.
7476
7477 2007-01-22  Bruno Haible  <bruno@clisp.org>
7478
7479         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
7480         * modules/sys_select (Makefile.am): Likewise.
7481         * modules/sys_socket (Makefile.am): Likewise.
7482         * modules/sys_time (Makefile.am): Likewise.
7483
7484 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
7485
7486         * modules/gettimeofday (License): Change from GPL to LGPL, since
7487         gettimeofday is a library function.
7488
7489 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7490
7491         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
7492
7493 2007-01-21  Bruno Haible  <bruno@clisp.org>
7494
7495         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
7496
7497 2007-01-21  Bruno Haible  <bruno@clisp.org>
7498
7499         * modules/striconveha: New file.
7500         * lib/striconveha.h: New file.
7501         * lib/striconveha.c: New file.
7502         * MODULES.html.sh (Internationalization functions): Add striconveha.
7503         * lib/striconv.c (str_iconv): Optimize the case of an empty input
7504         string.
7505         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
7506
7507 2007-01-21  Bruno Haible  <bruno@clisp.org>
7508
7509         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
7510         * lib/striconveh.c (str_iconveh): Likewise.
7511
7512 2007-01-21  Bruno Haible  <bruno@clisp.org>
7513
7514         * lib/striconveh.h (mem_iconveh): New declaration.
7515         * lib/striconveh.c (mem_iconveh): New function.
7516         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
7517
7518 2007-01-21  Bruno Haible  <bruno@clisp.org>
7519
7520         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
7521
7522         * lib/striconveh.h (mem_cd_iconveh): Change specification.
7523         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
7524         original result buffer.
7525         (str_cd_iconveh): Update.
7526         * tests/test-striconveh.c (main): Update.
7527
7528         * lib/striconv.h (mem_cd_iconv): Change specification.
7529         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
7530         result buffer.
7531         (str_cd_iconv): Update.
7532         * tests/test-striconv.c (main): Update.
7533
7534 2007-01-21  Bruno Haible  <bruno@clisp.org>
7535
7536         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
7537
7538 2007-01-20  Jim Meyering  <jim@meyering.net>
7539
7540         * lib/userspec.c (parse_with_separator): If a user or group string
7541         starts with "+", skip the corresponding name-to-ID look-up, since
7542         such a look-up must fail: user and group names may not include "+".
7543
7544 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
7545
7546         * lib/poll.c: Include sys/time.h and time.h unconditionally,
7547         since we now assume the sys_time module.
7548         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
7549         check for sys/time.h; no longer needed.
7550         * modules/poll (Depends-on): Depend on sys_time.
7551
7552 2007-01-18  Bruno Haible  <bruno@clisp.org>
7553
7554         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
7555         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
7556
7557         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
7558         gettimeofday.
7559
7560         * tests/test-gettimeofday.c: Include <time.h>.
7561         (dummy): Remove variable.
7562
7563         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
7564         gl_HEADER_SYS_TIME_H.
7565         (gl_HEADER_SYS_TIME_H): New macro.
7566
7567         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
7568         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
7569         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
7570         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
7571         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
7572         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
7573         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
7574         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
7575         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
7576         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
7577         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
7578
7579         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
7580         last change; it caused a compilation error when cross-compiling to
7581         Cygwin.
7582
7583 2007-01-18  Jim Meyering  <jim@meyering.net>
7584
7585         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
7586         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
7587         than the race-prone "test -d sys || mkdir sys".
7588         (configure.ac): Use AC_PROG_MKDIR_P.
7589         * modules/sys_select: Likewise.
7590         * modules/sys_socket: Likewise.
7591         * modules/sys_time: Likewise.
7592
7593 2007-01-18  Eric Blake  <ebb9@byu.net>
7594
7595         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
7596         replace gettimeofday.
7597         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
7598         name, to avoid infinite recursion.
7599
7600 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
7601
7602         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
7603         module sys_time.
7604         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
7605         assume timespec.h defines struct timeval.
7606         * lib/settime.c: Likewise.
7607         * lib/utimens.c: Likewise.
7608         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
7609         since we now assume the gettimeofday module.
7610         * lib/tempname.c (__gen_tempname): Likewise.
7611         * lib/gettimeofday.h: Remove.
7612         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
7613         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
7614         Include <time.h>, for 'time()'.
7615         (localtime_buffer_addr): Also use this workaround if
7616         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
7617         to simplify the uses.  All uses changed.
7618         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
7619         that #undef is inside {}, and 'const' follows type name consistently.
7620         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
7621         (gettimeofday): Do not use the maximum possible value for
7622         tv->tv_usec, since that might break usages other than ls.c.
7623         Instead, we'll leave ls.c alone.  This undoes today's patch
7624         by Bruno.  Add a compile-time warning for 1s-clock resolution;
7625         we've never observed the problem but might as well keep the
7626         canary.
7627         * lib/nanosleep.c: Include timespec.h first, for interface check.
7628         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
7629         now assume the sys_time module.
7630         * lib/tempname.c: Likewise.
7631         * lib/timespec.h: Likewise.
7632         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
7633         needed.
7634         * lib/strftime.c: Likewise.
7635         * lib/timespec.h: Likewise.
7636         * lib/posixtm.c: Include posixtm.h first, for interface check.
7637         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
7638         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
7639         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
7640         * lib/sys_time_.h: New file.
7641         * lib/timespec.h (struct timespec): Use long int, not long.
7642         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
7643         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
7644         Remove obsolescent call to AC_HEADER_TIME.
7645         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
7646         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
7647         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
7648         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
7649         Likewise.
7650         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
7651         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
7652         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
7653         into the sys_time module.  Check for gettimeofday just once.
7654         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
7655         for gettimeofday signature to just check the signature.  Merely
7656         compile it, since linking doesn't test signature.  Improve test for
7657         whether gettimeofday.o is actually needed.
7658         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
7659         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
7660         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
7661         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
7662         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
7663         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
7664         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
7665         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
7666         than worrying about sys/time.h.
7667         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
7668         Don't bother worrying about TIME_WITH_SYS_TIME.
7669         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
7670         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
7671         * m4/sys_time_h.m4: New file.
7672         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
7673         Don't include sys/time.h.  Return from main rather than exiting.
7674         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
7675         all uses changed.
7676         * modules/gethrxtime (Depends-on): Add sys_time.
7677         * modules/gettime (Depends-on): Likewise.
7678         * modules/gettimeofday (Depends-on): Likewise.
7679         * modules/nanosleep (Depends-on): Likewise.
7680         * modules/settime (Depends-on): Likewise.
7681         * modules/tempname (Depends-on): Likewise.
7682         * modules/utimens (Depends-on): Likewise.
7683         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
7684         (Include:) Change back to <sys/time.h>.
7685         (Maintainer:) Add self.
7686         * modules/sys_time: New file.
7687         * modules/tempname (Depends-on): Add gettimeofday.
7688         * tests/test-gettimeofday.c: Include <sys/time.h>
7689         rather than gettimeofday.h.
7690
7691 2007-01-17  Bruno Haible  <bruno@clisp.org>
7692
7693         * gnulib-tool (func_get_license): Revert last patch. Instead, let
7694         the license default to GPL.
7695         (func_create_testdir): Don't complain if a module is LGPL and its
7696         tests module depends on GPLed modules.
7697
7698 2007-01-17  Bruno Haible  <bruno@clisp.org>
7699
7700         * lib/gettimeofday.c (gettimeofday): Add code for the case
7701         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
7702         maximum possible value for tv->tv_usec, rather than the minimum one.
7703
7704 2005-10-08  Martin Lambers  <marlam@marlam.de>
7705 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
7706 2007-01-16  Bruno Haible  <bruno@clisp.org>
7707
7708         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
7709         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
7710         gl_FUNC_GETTIMEOFDAY.
7711         (Include): Add gettimeofday.h.
7712         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
7713         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
7714         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
7715         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
7716         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
7717         * lib/gettimeofday.h: New file.
7718         * lib/gettimeofday.c: Include <sys/timeb.h>.
7719         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
7720         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
7721         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
7722         fall back on time().
7723
7724         * tests/test-gettimeofday.c: New file.
7725         * modules/gettimeofday-tests: New file.
7726
7727 2007-01-16  Eric Blake  <ebb9@byu.net>
7728
7729         * modules/fnmatch (Depends-on): Depend on wchar.
7730         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
7731         * m4/fnmatch.m4: Likewise.
7732         * modules/mbchar (Makefile.am): Assume <wchar.h>.
7733         * m4/mbchar.m4: Likewise.
7734         * modules/mbswidth (Depends-on): Depend on wchar.
7735         * lib/mbswidth.c: Assume <wchar.h>.
7736         * m4/mbswidth.m4: Likewise.
7737         * modules/quotearg (Depends-on): Depend on wchar.
7738         * lib/quotearg.c: Assume <wchar.h>.
7739         * m4/quotearg.m4: Likewise.
7740         * modules/regex (Depends-on): Depend on wchar.
7741         * lib/regex_internal.h: Assume <wchar.h>.
7742         * m4/regex.m4: Likewise.
7743         * modules/stdint (Depends-on): Depend on wchar.
7744         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
7745         * m4/stdint.m4: Likewise.
7746         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
7747         * modules/strftime (Depends-on): Depend on wchar.
7748         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
7749         * modules/strtol (Depends-on): Depend on wchar.
7750         * lib/strtol.c: Assume <wchar.h>.
7751         * modules/wcwidth (Depends-on): Depend on wchar.
7752         * lib/wcwidth.h: Assume <wchar.h>.
7753         * m4/wcwidth.m4: Likewise.
7754
7755 2007-01-16  Bruno Haible  <bruno@clisp.org>
7756
7757         * modules/csharpexec-script: New, created from...
7758         * modules/csharpexec: ... this.
7759
7760 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
7761
7762         * modules/javaexec-script: New, created from...
7763         * modules/javaexec: ... this.
7764
7765 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7766
7767         * modules/poll (Dependencies): Add sys_select.
7768
7769 2007-01-15  Jim Meyering  <jim@meyering.net>
7770
7771         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
7772         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
7773         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
7774         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
7775
7776 2007-01-15  Bruno Haible  <bruno@clisp.org>
7777
7778         * modules/striconveh: New file.
7779         * lib/striconveh.h: New file.
7780         * lib/striconveh.c: New file.
7781         * MODULES.html.sh (Internationalization functions): Add striconveh.
7782
7783         * modules/striconveh-tests: New file.
7784         * tests/test-striconveh.c: New file.
7785
7786 2007-01-15  Bruno Haible  <bruno@clisp.org>
7787
7788         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
7789         not from GNU libiconv or GNU libc.
7790
7791 2007-01-15  Bruno Haible  <bruno@clisp.org>
7792
7793         * doc/gnulib-intro.texi (Copyright): Explain the different license
7794         terms for module descriptions, autoconf macros, tests, documentation.
7795
7796 2007-01-14  Bruno Haible  <bruno@clisp.org>
7797
7798         * modules/striconv-tests: New file.
7799         * tests/test-striconv.c: New file.
7800
7801 2007-01-14  Bruno Haible  <bruno@clisp.org>
7802
7803         * modules/iconv-tests: New file.
7804         * tests/test-iconv.c: New file.
7805
7806 2007-01-14  Bruno Haible  <bruno@clisp.org>
7807
7808         * gnulib-tool (func_get_license): For test modules, use the license of
7809         the main module.
7810
7811 2007-01-14  Bruno Haible  <bruno@clisp.org>
7812
7813         * modules/iconv (Include): Clarify that <iconv.h> can only be included
7814         if iconv is found to exist.
7815
7816 2007-01-14  Bruno Haible  <bruno@clisp.org>
7817
7818         * modules/c-ctype-tests: New file.
7819         * tests/test-c-ctype.c: New file.
7820
7821 2007-01-14  Bruno Haible  <bruno@clisp.org>
7822
7823         * modules/binary-io-tests: New file.
7824         * tests/test-binary-io.sh: New file.
7825         * tests/test-binary-io.c: New file.
7826
7827 2007-01-14  Bruno Haible  <bruno@clisp.org>
7828
7829         * modules/array-oset-tests: New file.
7830         * tests/test-array_oset.c: New file.
7831
7832 2007-01-14  Bruno Haible  <bruno@clisp.org>
7833
7834         * modules/array-list-tests: New file.
7835         * tests/test-array_list.c: New file.
7836
7837 2007-01-14  Bruno Haible  <bruno@clisp.org>
7838
7839         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
7840         and make.
7841         Reported by Simon Josefsson in
7842         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
7843
7844 2007-01-14  Bruno Haible  <bruno@clisp.org>
7845
7846         * modules/allocsa-tests: New file.
7847         * tests/test-allocsa.c: New file.
7848
7849 2007-01-14  Bruno Haible  <bruno@clisp.org>
7850
7851         * modules/fchdir (Depends-on): Add absolute-header.
7852         * modules/unistd (Depends-on): Likewise.
7853
7854 2006-12-30  Bruno Haible  <bruno@clisp.org>
7855
7856         * modules/fchdir: New file.
7857         * modules/unistd (Files): Add lib/unistd_.h.
7858         (Makefile.am): Generate unistd.h from unistd_.h.
7859         * lib/fchdir.c: New file.
7860         * lib/dirent_.h: New file.
7861         * lib/unistd_.h: New file.
7862         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
7863         * m4/fchdir.m4: New file.
7864         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
7865         (gl_HEADER_UNISTD): Invoke it.
7866         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
7867         function.
7868         * lib/backupfile.c (opendir, closedir): Undefine.
7869         * lib/chown.c (open, close): Undefine.
7870         * lib/clean-temp.c (open, close): Undefine.
7871         * lib/copy-file.c (open, close): Undefine.
7872         * lib/execute.c (open, close): Undefine.
7873         * lib/fsusage.c (open, close): Undefine.
7874         * lib/gc-gnulib.c (open, close): Undefine.
7875         * lib/getcwd.c (opendir, closedir): Undefine.
7876         * lib/glob.c (opendir, closedir): Undefine.
7877         * lib/javacomp.c (open, close): Undefine.
7878         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
7879         * lib/openat-proc.c (open, close): Undefine.
7880         * lib/pagealign_alloc.c (open, close): Undefine.
7881         * lib/pipe.c (open, close): Undefine.
7882         * lib/progreloc.c (open, close): Undefine.
7883         * lib/savedir.c (opendir, closedir): Undefine.
7884         * lib/utime.c (open, close): Undefine.
7885         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
7886
7887 2007-01-10  Bruno Haible  <bruno@clisp.org>
7888
7889         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
7890
7891 2007-01-12  Eric Blake  <ebb9@byu.net>
7892
7893         Provide a robust <wchar.h>.  Further simplifications are now
7894         possible in other modules, but not included here.
7895         * modules/wchar: New module.
7896         * m4/wchar.m4: New file.
7897         * lib/wchar_.h: Likewise.
7898         * modules/mbchar (Depends-on): Depend on wchar, as the first use
7899         of the new module.
7900         * MODULES.html.sh (Extended multibyte and wide character utilities):
7901         New section.
7902
7903 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
7904
7905         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
7906         to a reasonable default for memory allocation.
7907         (xreadlink): Don't allocate a huge buffer, to work around a buggy
7908         file system that reports garbage st_size values for symlinks.
7909         Problem reported by Liyang Hu.
7910
7911 2007-01-11  Simon Josefsson  <simon@josefsson.org>
7912
7913         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
7914         Emacs .#* auto-save files).
7915
7916 2007-01-11  Bruno Haible  <bruno@clisp.org>
7917
7918         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
7919         directory.
7920
7921 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
7922
7923         Use @...@ consistently in lib/wctype_.h.
7924         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
7925         on it being set to 1 or 0.
7926         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
7927         go back to AC_SUBSTing it.
7928         * modules/wctype (Makefile.am): Undo previous change.
7929
7930 2007-01-10  Eric Blake  <ebb9@byu.net>
7931
7932         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
7933         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
7934         * modules/wctype (Makefile.am): Likewise.
7935         Reported by Chris McGuire.
7936
7937 2007-01-10  Jim Meyering  <jim@meyering.net>
7938
7939         fts.c: a small readability/maintainability improvement
7940         * lib/fts.c (fts_read): Make this code slightly more readable and
7941         maintainable by hoisting the "sp->fts_cur = p" assignments to
7942         immediately follow the statements that set P.  Derived from
7943         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
7944
7945 2007-01-10  Eric Blake  <ebb9@byu.net>
7946
7947         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
7948         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
7949         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
7950         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
7951         Reported by Chris McGuire.
7952
7953 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7954
7955         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
7956         in sed script.
7957
7958 2007-01-09  Bruno Haible  <bruno@clisp.org>
7959
7960         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
7961         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
7962         variables.
7963         (func_module): Use them.
7964
7965 2007-01-09  Bruno Haible  <bruno@clisp.org>
7966
7967         * modules/unistr/base: New file.
7968         * lib/unistr.h: New file.
7969
7970         * modules/unistr/u8-to-u16: New file.
7971         * lib/unistr/u8-to-u16.c: New file.
7972
7973         * modules/unistr/u8-to-u32: New file.
7974         * lib/unistr/u8-to-u32.c: New file.
7975
7976         * modules/unistr/u16-to-u8: New file.
7977         * lib/unistr/u16-to-u8.c: New file.
7978
7979         * modules/unistr/u16-to-u32: New file.
7980         * lib/unistr/u16-to-u32.c: New file.
7981
7982         * modules/unistr/u32-to-u8: New file.
7983         * lib/unistr/u32-to-u8.c: New file.
7984
7985         * modules/unistr/u32-to-u16: New file.
7986         * lib/unistr/u32-to-u16.c: New file.
7987
7988         * modules/unistr/u8-check: New file.
7989         * modules/unistr/u16-check: New file.
7990         * modules/unistr/u32-check: New file.
7991         * lib/unistr/u8-check.c: New file.
7992         * lib/unistr/u16-check.c: New file.
7993         * lib/unistr/u32-check.c: New file.
7994
7995         * modules/unistr/u8-chr: New file.
7996         * modules/unistr/u16-chr: New file.
7997         * modules/unistr/u32-chr: New file.
7998         * lib/unistr/u8-chr.c: New file.
7999         * lib/unistr/u16-chr.c: New file.
8000         * lib/unistr/u32-chr.c: New file.
8001
8002         * modules/unistr/u8-cmp: New file.
8003         * modules/unistr/u16-cmp: New file.
8004         * modules/unistr/u32-cmp: New file.
8005         * lib/unistr/u8-cmp.c: New file.
8006         * lib/unistr/u16-cmp.c: New file.
8007         * lib/unistr/u32-cmp.c: New file.
8008
8009         * modules/unistr/u8-cpy: New file.
8010         * modules/unistr/u16-cpy: New file.
8011         * modules/unistr/u32-cpy: New file.
8012         * lib/unistr/u8-cpy.c: New file.
8013         * lib/unistr/u16-cpy.c: New file.
8014         * lib/unistr/u32-cpy.c: New file.
8015         * lib/unistr/u-cpy.h: New file.
8016
8017         * modules/unistr/u8-cpy-alloc: New file.
8018         * modules/unistr/u16-cpy-alloc: New file.
8019         * modules/unistr/u32-cpy-alloc: New file.
8020         * lib/unistr/u8-cpy-alloc.c: New file.
8021         * lib/unistr/u16-cpy-alloc.c: New file.
8022         * lib/unistr/u32-cpy-alloc.c: New file.
8023         * lib/unistr/u-cpy-alloc.h: New file.
8024
8025         * modules/unistr/u8-endswith: New file.
8026         * modules/unistr/u16-endswith: New file.
8027         * modules/unistr/u32-endswith: New file.
8028         * lib/unistr/u8-endswith.c: New file.
8029         * lib/unistr/u16-endswith.c: New file.
8030         * lib/unistr/u32-endswith.c: New file.
8031         * lib/unistr/u-endswith.h: New file.
8032
8033         * modules/unistr/u8-mblen: New file.
8034         * modules/unistr/u16-mblen: New file.
8035         * modules/unistr/u32-mblen: New file.
8036         * lib/unistr/u8-mblen.c: New file.
8037         * lib/unistr/u16-mblen.c: New file.
8038         * lib/unistr/u32-mblen.c: New file.
8039
8040         * modules/unistr/u8-mbtouc: New file.
8041         * modules/unistr/u16-mbtouc: New file.
8042         * modules/unistr/u32-mbtouc: New file.
8043         * lib/unistr/u8-mbtouc.c: New file.
8044         * lib/unistr/u16-mbtouc.c: New file.
8045         * lib/unistr/u32-mbtouc.c: New file.
8046
8047         * modules/unistr/u8-mbtouc-safe: New file.
8048         * modules/unistr/u16-mbtouc-safe: New file.
8049         * modules/unistr/u32-mbtouc-safe: New file.
8050         * lib/unistr/u8-mbtouc-safe.c: New file.
8051         * lib/unistr/u16-mbtouc-safe.c: New file.
8052         * lib/unistr/u32-mbtouc-safe.c: New file.
8053
8054         * modules/unistr/u8-move: New file.
8055         * modules/unistr/u16-move: New file.
8056         * modules/unistr/u32-move: New file.
8057         * lib/unistr/u8-move.c: New file.
8058         * lib/unistr/u16-move.c: New file.
8059         * lib/unistr/u32-move.c: New file.
8060         * lib/unistr/u-move.h: New file.
8061
8062         * modules/unistr/u8-next: New file.
8063         * modules/unistr/u16-next: New file.
8064         * modules/unistr/u32-next: New file.
8065         * lib/unistr/u8-next.c: New file.
8066         * lib/unistr/u16-next.c: New file.
8067         * lib/unistr/u32-next.c: New file.
8068
8069         * modules/unistr/u8-prev: New file.
8070         * modules/unistr/u16-prev: New file.
8071         * modules/unistr/u32-prev: New file.
8072         * lib/unistr/u8-prev.c: New file.
8073         * lib/unistr/u16-prev.c: New file.
8074         * lib/unistr/u32-prev.c: New file.
8075
8076         * modules/unistr/u8-set: New file.
8077         * modules/unistr/u16-set: New file.
8078         * modules/unistr/u32-set: New file.
8079         * lib/unistr/u8-set.c: New file.
8080         * lib/unistr/u16-set.c: New file.
8081         * lib/unistr/u32-set.c: New file.
8082         * lib/unistr/u-set.h: New file.
8083
8084         * modules/unistr/u8-startswith: New file.
8085         * modules/unistr/u16-startswith: New file.
8086         * modules/unistr/u32-startswith: New file.
8087         * lib/unistr/u8-startswith.c: New file.
8088         * lib/unistr/u16-startswith.c: New file.
8089         * lib/unistr/u32-startswith.c: New file.
8090         * lib/unistr/u-startswith.h: New file.
8091
8092         * modules/unistr/u8-stpcpy: New file.
8093         * modules/unistr/u16-stpcpy: New file.
8094         * modules/unistr/u32-stpcpy: New file.
8095         * lib/unistr/u8-stpcpy.c: New file.
8096         * lib/unistr/u16-stpcpy.c: New file.
8097         * lib/unistr/u32-stpcpy.c: New file.
8098         * lib/unistr/u-stpcpy.h: New file.
8099
8100         * modules/unistr/u8-stpncpy: New file.
8101         * modules/unistr/u16-stpncpy: New file.
8102         * modules/unistr/u32-stpncpy: New file.
8103         * lib/unistr/u8-stpncpy.c: New file.
8104         * lib/unistr/u16-stpncpy.c: New file.
8105         * lib/unistr/u32-stpncpy.c: New file.
8106         * lib/unistr/u-stpncpy.h: New file.
8107
8108         * modules/unistr/u8-strcat: New file.
8109         * modules/unistr/u16-strcat: New file.
8110         * modules/unistr/u32-strcat: New file.
8111         * lib/unistr/u8-strcat.c: New file.
8112         * lib/unistr/u16-strcat.c: New file.
8113         * lib/unistr/u32-strcat.c: New file.
8114         * lib/unistr/u-strcat.h: New file.
8115
8116         * modules/unistr/u8-strchr: New file.
8117         * modules/unistr/u16-strchr: New file.
8118         * modules/unistr/u32-strchr: New file.
8119         * lib/unistr/u8-strchr.c: New file.
8120         * lib/unistr/u16-strchr.c: New file.
8121         * lib/unistr/u32-strchr.c: New file.
8122
8123         * modules/unistr/u8-strcmp: New file.
8124         * modules/unistr/u16-strcmp: New file.
8125         * modules/unistr/u32-strcmp: New file.
8126         * lib/unistr/u8-strcmp.c: New file.
8127         * lib/unistr/u16-strcmp.c: New file.
8128         * lib/unistr/u32-strcmp.c: New file.
8129
8130         * modules/unistr/u8-strcpy: New file.
8131         * modules/unistr/u16-strcpy: New file.
8132         * modules/unistr/u32-strcpy: New file.
8133         * lib/unistr/u8-strcpy.c: New file.
8134         * lib/unistr/u16-strcpy.c: New file.
8135         * lib/unistr/u32-strcpy.c: New file.
8136         * lib/unistr/u-strcpy.h: New file.
8137
8138         * modules/unistr/u8-strcspn: New file.
8139         * modules/unistr/u16-strcspn: New file.
8140         * modules/unistr/u32-strcspn: New file.
8141         * lib/unistr/u8-strcspn.c: New file.
8142         * lib/unistr/u16-strcspn.c: New file.
8143         * lib/unistr/u32-strcspn.c: New file.
8144         * lib/unistr/u-strcspn.h: New file.
8145
8146         * modules/unistr/u8-strdup: New file.
8147         * modules/unistr/u16-strdup: New file.
8148         * modules/unistr/u32-strdup: New file.
8149         * lib/unistr/u8-strdup.c: New file.
8150         * lib/unistr/u16-strdup.c: New file.
8151         * lib/unistr/u32-strdup.c: New file.
8152         * lib/unistr/u-strdup.h: New file.
8153
8154         * modules/unistr/u8-strlen: New file.
8155         * modules/unistr/u16-strlen: New file.
8156         * modules/unistr/u32-strlen: New file.
8157         * lib/unistr/u8-strlen.c: New file.
8158         * lib/unistr/u16-strlen.c: New file.
8159         * lib/unistr/u32-strlen.c: New file.
8160         * lib/unistr/u-strlen.h: New file.
8161
8162         * modules/unistr/u8-strmblen: New file.
8163         * modules/unistr/u16-strmblen: New file.
8164         * modules/unistr/u32-strmblen: New file.
8165         * lib/unistr/u8-strmblen.c: New file.
8166         * lib/unistr/u16-strmblen.c: New file.
8167         * lib/unistr/u32-strmblen.c: New file.
8168
8169         * modules/unistr/u8-strmbtouc: New file.
8170         * modules/unistr/u16-strmbtouc: New file.
8171         * modules/unistr/u32-strmbtouc: New file.
8172         * lib/unistr/u8-strmbtouc.c: New file.
8173         * lib/unistr/u16-strmbtouc.c: New file.
8174         * lib/unistr/u32-strmbtouc.c: New file.
8175
8176         * modules/unistr/u8-strncat: New file.
8177         * modules/unistr/u16-strncat: New file.
8178         * modules/unistr/u32-strncat: New file.
8179         * lib/unistr/u8-strncat.c: New file.
8180         * lib/unistr/u16-strncat.c: New file.
8181         * lib/unistr/u32-strncat.c: New file.
8182         * lib/unistr/u-strncat.h: New file.
8183
8184         * modules/unistr/u8-strncmp: New file.
8185         * modules/unistr/u16-strncmp: New file.
8186         * modules/unistr/u32-strncmp: New file.
8187         * lib/unistr/u8-strncmp.c: New file.
8188         * lib/unistr/u16-strncmp.c: New file.
8189         * lib/unistr/u32-strncmp.c: New file.
8190
8191         * modules/unistr/u8-strncpy: New file.
8192         * modules/unistr/u16-strncpy: New file.
8193         * modules/unistr/u32-strncpy: New file.
8194         * lib/unistr/u8-strncpy.c: New file.
8195         * lib/unistr/u16-strncpy.c: New file.
8196         * lib/unistr/u32-strncpy.c: New file.
8197         * lib/unistr/u-strncpy.h: New file.
8198
8199         * modules/unistr/u8-strnlen: New file.
8200         * modules/unistr/u16-strnlen: New file.
8201         * modules/unistr/u32-strnlen: New file.
8202         * lib/unistr/u8-strnlen.c: New file.
8203         * lib/unistr/u16-strnlen.c: New file.
8204         * lib/unistr/u32-strnlen.c: New file.
8205         * lib/unistr/u-strnlen.h: New file.
8206
8207         * modules/unistr/u8-strpbrk: New file.
8208         * modules/unistr/u16-strpbrk: New file.
8209         * modules/unistr/u32-strpbrk: New file.
8210         * lib/unistr/u8-strpbrk.c: New file.
8211         * lib/unistr/u16-strpbrk.c: New file.
8212         * lib/unistr/u32-strpbrk.c: New file.
8213         * lib/unistr/u-strpbrk.h: New file.
8214
8215         * modules/unistr/u8-strrchr: New file.
8216         * modules/unistr/u16-strrchr: New file.
8217         * modules/unistr/u32-strrchr: New file.
8218         * lib/unistr/u8-strrchr.c: New file.
8219         * lib/unistr/u16-strrchr.c: New file.
8220         * lib/unistr/u32-strrchr.c: New file.
8221
8222         * modules/unistr/u8-strspn: New file.
8223         * modules/unistr/u16-strspn: New file.
8224         * modules/unistr/u32-strspn: New file.
8225         * lib/unistr/u8-strspn.c: New file.
8226         * lib/unistr/u16-strspn.c: New file.
8227         * lib/unistr/u32-strspn.c: New file.
8228         * lib/unistr/u-strspn.h: New file.
8229
8230         * modules/unistr/u8-strstr: New file.
8231         * modules/unistr/u16-strstr: New file.
8232         * modules/unistr/u32-strstr: New file.
8233         * lib/unistr/u8-strstr.c: New file.
8234         * lib/unistr/u16-strstr.c: New file.
8235         * lib/unistr/u32-strstr.c: New file.
8236         * lib/unistr/u-strstr.h: New file.
8237
8238         * modules/unistr/u8-strtok: New file.
8239         * modules/unistr/u16-strtok: New file.
8240         * modules/unistr/u32-strtok: New file.
8241         * lib/unistr/u8-strtok.c: New file.
8242         * lib/unistr/u16-strtok.c: New file.
8243         * lib/unistr/u32-strtok.c: New file.
8244         * lib/unistr/u-strtok.h: New file.
8245
8246         * modules/unistr/u8-uctomb: New file.
8247         * modules/unistr/u16-uctomb: New file.
8248         * modules/unistr/u32-uctomb: New file.
8249         * lib/unistr/u8-uctomb.c: New file.
8250         * lib/unistr/u16-uctomb.c: New file.
8251         * lib/unistr/u32-uctomb.c: New file.
8252
8253         * MODULES.html.sh (Unicode string functions): Add the new modules.
8254
8255 2007-01-08  Bruno Haible  <bruno@clisp.org>
8256
8257         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
8258         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
8259         subdirectories.
8260
8261 2007-01-08  Karl Berry  <karl@gnu.org>
8262
8263         * doc/error.texi: mention that main() fns must set program_name
8264         when progname is used.
8265
8266 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
8267
8268         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
8269         WCTYPE_H is empty, for the benefit of builds from non-distclean
8270         directories.  Problem reported by Eric Blake in
8271         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
8272
8273 2007-01-08  Bruno Haible  <bruno@clisp.org>
8274
8275         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
8276         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
8277         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
8278         PROVIDE_CANONICALIZE_FILENAME_MODE.
8279         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
8280
8281 2007-01-08  Bruno Haible  <bruno@clisp.org>
8282
8283         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
8284         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
8285         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
8286         * lib/fts.c: Likewise.
8287         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
8288
8289 2006-12-25  Bruno Haible  <bruno@clisp.org>
8290
8291         * modules/utf8-ucs4-safe: New file.
8292         * lib/utf8-ucs4-safe.h: New file.
8293         * lib/unistr/utf8-ucs4-safe.c: New file.
8294
8295         * modules/utf16-ucs4-safe: New file.
8296         * lib/utf16-ucs4-safe.h: New file.
8297         * lib/unistr/utf16-ucs4-safe.c: New file.
8298
8299         * MODULES.html.sh (Unicode string functions): Add the new modules.
8300
8301 2007-01-08  Bruno Haible  <bruno@clisp.org>
8302
8303         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
8304         (Depends-on): Add unitypes.
8305         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
8306         (u8_mbtouc_aux): Move out to separate file.
8307         (u8_mbtouc): Use ucs4_t, uint8_t types.
8308         * lib/unistr/utf8-ucs4.c: New file.
8309
8310         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
8311         (Depends-on): Add unitypes.
8312         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
8313         (u16_mbtouc_aux): Move out to separate file.
8314         (u16_mbtouc): Use ucs4_t, uint16_t types.
8315         * lib/unistr/utf16-ucs4.c: New file.
8316
8317         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
8318         (Depends-on): Add unitypes.
8319         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
8320         (u8_uctomb_aux): Move out to separate file.
8321         (u8_uctomb): Use ucs4_t, uint8_t types.
8322         * lib/unistr/ucs4-utf8.c: New file.
8323
8324         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
8325         (Depends-on): Add unitypes.
8326         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
8327         (u16_uctomb_aux): Move out to separate file.
8328         (u16_uctomb): Use ucs4_t, uint16_t types.
8329         * lib/unistr/ucs4-utf16.c: New file.
8330
8331 2006-12-25  Bruno Haible  <bruno@clisp.org>
8332
8333         * modules/unitypes: New file.
8334         * lib/unitypes.h: New file.
8335         * MODULES.html.sh (func_all_modules): New section "Unicode string
8336         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
8337         this section. Add unitypes.
8338
8339 2007-01-08  Bruno Haible  <bruno@clisp.org>
8340
8341         Avoid variable names that conflict with those from libtool.
8342         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
8343         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
8344         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
8345         library_names_spec to acl_library_names_spec, hardcode_* to
8346         acl_hardcode_*.
8347         Reported by Ralf Wildenhues.
8348
8349 2007-01-08  Bruno Haible  <bruno@clisp.org>
8350
8351         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
8352         definition.
8353         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
8354         definition.
8355         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
8356         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
8357         definition.
8358         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
8359         definition.
8360         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
8361         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
8362         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
8363         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
8364         definition.
8365         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
8366         definition.
8367         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
8368         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
8369         GC_USE_<algorithm>.
8370         * lib/gc-libgcrypt.c: Likewise.
8371         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
8372         * modules/gc-arctwo (configure.ac): Likewise.
8373         * modules/gc-des (configure.ac): Likewise.
8374         * modules/gc-hmac-md5 (configure.ac): Likewise.
8375         * modules/gc-hmac-sha1 (configure.ac): Likewise.
8376         * modules/gc-md2 (configure.ac): Likewise.
8377         * modules/gc-md4 (configure.ac): Likewise.
8378         * modules/gc-md5 (configure.ac): Likewise.
8379         * modules/gc-random (configure.ac): Likewise.
8380         * modules/gc-rijndael (configure.ac): Likewise.
8381         * modules/gc-sha1 (configure.ac): Likewise.
8382
8383 2007-01-08  Bruno Haible  <bruno@clisp.org>
8384
8385         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
8386         macro definition.
8387         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
8388         definition.
8389         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
8390         definition.
8391         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
8392         * modules/fcntl-safer (configure.ac): Likewise.
8393         * modules/fopen-safer (configure.ac): Likewise.
8394         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
8395         GNULIB_FWRITEERROR macro definition.
8396
8397 2007-01-08  Bruno Haible  <bruno@clisp.org>
8398
8399         * m4/gnulib-common.m4: New file.
8400         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
8401         (func_get_filelist): Add m4/gnulib-common.m4.
8402
8403 2007-01-08  Bruno Haible  <bruno@clisp.org>
8404
8405         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
8406         command.
8407
8408 2007-01-08  Jim Meyering  <jim@meyering.net>
8409
8410         Use a more robust test for a "can't happen" condition.
8411         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
8412         narrowed the st_size value.  Presuming the "can't happen" condition
8413         is true, that narrowing could conceivably convert an invalid st_size
8414         value into a valid one.  Instead, use a change based on Matthew
8415         Woehlke's original patch.
8416
8417         Slight readability improvement: use an assert-like macro
8418         in place of literal "abort ()" uses.
8419         * lib/fts.c (fts_assert): Define.
8420         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
8421         Use this macro instead of a bare 'abort'.
8422
8423 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
8424
8425         Don't worry about using IRIX 5.3's wctype.h broken definitions;
8426         simply work around them.
8427         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
8428         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
8429         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
8430         declaring.
8431         Don't bother to define as macros, since the standard doesn't require it.
8432         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
8433         longer worry about IRIX 5.3.
8434         (HAVE_WCTYPE_CTMP_BUG): Remove.
8435
8436 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
8437
8438         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
8439         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
8440         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
8441         Problems reported by Georg Schwarz for IRIX 5.3.
8442
8443         * gnulib-tool (autoconf_minversion): Take the maximum version number
8444         found, not the minimum.  Problem reported by James Youngman.
8445
8446 2007-01-03  Karl Berry  <karl@gnu.org>
8447
8448         * doc/error.texi: new file, explaining interaction with progname.
8449         * doc/gnulib.texi: include it.  Update copyright.
8450
8451 2007-01-03  Simon Josefsson  <simon@josefsson.org>
8452
8453         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
8454         AC_CANONICAL_HOST, to improve autobuild outputs.
8455
8456 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
8457             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
8458
8459         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
8460         sockets, server sockets, and other file descriptors.  Count errors
8461         to compute the return value.  Reorder the code a bit to be easier
8462         to follow.  Don't set event bits that were not requested (except
8463         POLLERR and POLLHUP).
8464
8465 2007-01-01  Bruno Haible  <bruno@clisp.org>
8466
8467         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
8468
8469 2007-01-03  Jim Meyering  <jim@meyering.net>
8470
8471         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
8472
8473 2007-01-02  Bruno Haible  <bruno@clisp.org>
8474
8475         * modules/settime (Include): Require timespec.h.
8476         * modules/nanosleep (Include): Likewise.
8477
8478 2007-01-01  Bruno Haible  <bruno@clisp.org>
8479
8480         * gnulib-tool (func_emit_copyright_notice): Bump year.
8481         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
8482
8483 2007-01-01  Bruno Haible  <bruno@clisp.org>
8484
8485         Improve support for OpenBSD.
8486         * build-aux/config.rpath (libname_spec): Export.
8487         (library_names_spec): New variable. Export.
8488         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
8489         library_names_spec from the config.rpath output. Locate shared library
8490         through the name pattern in library_names_spec.
8491
8492 2007-01-01  Eric Blake  <ebb9@byu.net>
8493
8494         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
8495
8496 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
8497
8498         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
8499         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
8500         assume the C locale, and avoid an "eval" that could cause trouble.
8501         Problem with SORT reported by Bob Proulx.
8502
8503         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
8504         Define.  Trivial patch from Henning Nielsen Lund, originally
8505         sent to bug-grep@gnu.org today.
8506
8507 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
8508
8509         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
8510         struct stat.  Problem reported by Henning Nielsen Lund.
8511         * lib/acl.c: Include acl.h first, to check interface.  Don't
8512         bother to include sys/types.h and sys/stat.h again.
8513
8514 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
8515
8516         Import the following change from libc; problem reported by
8517         Sven Verdoolaege.
8518
8519         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
8520
8521         [BZ #1373]
8522         * lib/argp.h: Remove __NTH for __argp_usage inline function.
8523
8524 2006-12-28  Jim Meyering  <jim@meyering.net>
8525
8526         * build-aux/announce-gen: Do not assume that the package
8527         builds any of tar.gz, tar.bz2, and .xdelta files.
8528         Suggestion from Simon Josefsson.
8529
8530 2006-12-28  Simon Josefsson  <simon@josefsson.org>
8531
8532         * modules/announce-gen: New file.
8533
8534 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
8535
8536         * lib/mbchar.h: Just include <wctype.h>; the wctype module
8537         handles its gotchas now.
8538         * lib/mbswidth.c: Likewise.
8539         * lib/wcwidth.h: Likewise.
8540         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
8541         and iswcntrl; the wctype module does this stuff now.
8542         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
8543         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
8544         * modules/mbchar (Depends-on): Add wctype.
8545         * modules/mbswidth (Depends-on): Likewise.
8546         * modules/wcwidth (Depends-on): Likewise.
8547
8548 2006-12-27  Eric Blake  <ebb9@byu.net>
8549
8550         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
8551         module uses more than what <wctype.h> is required to provide.
8552
8553 2006-12-26  Eric Blake  <ebb9@byu.net>
8554
8555         * gnulib-tool (sed_extract_prog): Avoid space-tab.
8556
8557 2006-12-26  Eric Blake  <ebb9@byu.net>
8558
8559         * modules/absolute-header: New module.
8560         * modules/fcntl (Depends-on): Depend on it.
8561         * modules/inttypes (Depends-on): Likewise.
8562         * modules/stdint (Depends-on): Likewise.
8563         * modules/sys_stat (Depends-on): Likewise.
8564         * modules/wctype (Depends-on): Likewise.
8565         * MODULES.html.sh (Support for building libraries and
8566         executables): Document it.
8567
8568 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
8569
8570         * gnulib-tool (SED): Remove, undoing previous change.
8571         The problem was that it broke coreutils on Solaris, because
8572         "sed --posix" leaked into a makefile.
8573         (sed): New alias, if 'alias' and GNU sed.
8574
8575 2006-12-24  Jim Meyering  <jim@meyering.net>
8576
8577         Work around an fchownat bug in glibc-2.4:
8578         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
8579         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
8580         in spite of the -P option.
8581         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
8582         New macros.
8583         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
8584         * modules/openat (Files): Add lib/fchownat.c.
8585         * lib/openat.c (fchownat): Don't define here.  Move to...
8586         * lib/fchownat.c: ...this new file.
8587
8588 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
8589
8590         Fix bug reported by Bruno Haible in
8591         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
8592         where quotearg.c didn't compile on Mac OS X 10.2 because it
8593         lacks <wchar.h> and wint_t.
8594         * lib/wctype_.h (__wctype_wint_t): New type.
8595         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
8596         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
8597         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
8598         Arg is now of type __wctype_wint_t, not wint_t.
8599         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
8600         substitute HAVE_WINT_T.
8601         * modules/wctype (Files): Add m4/wint_t.m4.
8602         (wctype.h): Substitute HAVE_WINT_T.
8603
8604 2006-12-23  Bruno Haible  <bruno@clisp.org>
8605
8606         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
8607
8608 2006-12-23  Bruno Haible  <bruno@clisp.org>
8609
8610         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
8611         S_ISLNK.
8612         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
8613         mingw.
8614
8615 2006-12-22  Bruno Haible  <bruno@clisp.org>
8616
8617         * lib/copy-file.c: Include acl.h.
8618         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
8619         Close the file descriptors only after being done with copy_acl.
8620         * modules/copy-file (Depends-on): Add acl.
8621
8622 2006-12-22  Bruno Haible  <bruno@clisp.org>
8623
8624         * gnulib-tool (SED): New variable.
8625         Use $SED instead of sed everywhere.
8626
8627 2006-12-22  Bruno Haible  <bruno@clisp.org>
8628
8629         * modules/no-c++: New file.
8630         * m4/no-c++.m4: New file.
8631         * MODULES.html.sh (Support for building libraries and executables):
8632         Add no-c++.
8633
8634 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
8635
8636         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
8637         Include <limits.h>, and use its INT_MAX to rewrite the
8638         j loop so that it does not overflow 'int'.  Problem reported by
8639         Ralf Wildenhues in
8640         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
8641         Play it safe by shifting left by 1 rather than multiplying by 2,
8642         as GCC is less likely to optimize this away when the value
8643         is signed (when it assumes overflow leads to undefined behavior).
8644         Also, don't assume time_t uses two's complement.
8645
8646 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
8647
8648         * MODULES.html.sh: New module wctype.
8649         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
8650         * lib/fnmatch.c: Don't bother to include <wchar.h> before
8651         <wctype.h>, since the new wctype module should fix this.
8652         * lib/quotearg.c: Include <wctype.h> unconditionally, since
8653         the wctype module should arrange for it.
8654         * lib/regex_internal.h: Likewise.
8655         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
8656         since the wctype module should handle this now.
8657         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
8658         * modules/fnmatch (Depends-on): Add wctype.
8659         * modules/quotearg (Depends-on): Likewise.
8660         * modules/regex (Depends-on): Likewise.
8661
8662 2006-12-19  Bruno Haible  <bruno@clisp.org>
8663
8664         * lib/strdup.h [C++]: Wrap definitions in extern "C".
8665         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
8666
8667 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8668
8669         * modules/savewd (Depends-on): Fix dependency on fcntl.
8670
8671 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
8672
8673         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
8674         conforms to C99, rather than relying on the user's environment
8675         setting of STDINT_H.
8676
8677 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
8678         and Eric Blake  <ebb9@byu.net>
8679
8680         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
8681         This is more consistent with the other defines here.
8682         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
8683         Port to z/OS.  Problem reported by Paul Gilmartin.
8684         Change local vars to use gl_ prefix rather than ac_.
8685         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
8686         with other defines.
8687         * modules/double-slash-root: New module.
8688         * modules/dirname (Files): Remove m4/double-slash-root.m4.
8689         (Depends-on): Add double-slash-root.
8690         * MODULES.html.sh (File system functions): Mention new module.
8691
8692 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
8693
8694         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
8695         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
8696         This is for the benefit of gzip, which doesn't do i18n.
8697
8698 2006-12-12  Jim Meyering  <jim@meyering.net>
8699
8700         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
8701         Reported by Andreas Schwab <schwab@suse.de>.
8702
8703 2006-12-12  Bruno Haible  <bruno@clisp.org>
8704
8705         Merge these changes.
8706         2006-09-05  Bruno Haible  <bruno@clisp.org>
8707         * lib/iconvme.c (iconv_string): No need to save and restore errno when
8708         iconv_alloc succeeded.
8709         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
8710         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
8711         test for " && dest " at the end - dest is always != NULL there. Call
8712         iconv with 4xNULL arguments initially, to reset the state. Call iconv
8713         with 2xNULL arguments, also to flush the state storage. Handle the
8714         IRIX iconv behaviour. Realloc the final result, to throw away unused
8715         memory.
8716
8717 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
8718
8719         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
8720         and fchmodat unconditionally, since glibc 2.4 has them.
8721         Problem reported by Arkadiusz Miskiewicz.
8722
8723 2006-12-10  Bruno Haible  <bruno@clisp.org>
8724
8725         * gnulib-tool (func_import): Show the include files only for those
8726         modules that are copied and specified.
8727         Reported by Karl Berry.
8728
8729 2006-12-08  Jim Meyering  <jim@meyering.net>
8730
8731         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
8732         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
8733
8734         * build-aux/announce-gen: Add two new options, both optional:
8735         --bootstrap-tools=TOOL_LIST
8736               a comma-separated list of tools, e.g.,
8737               autoconf,automake,bison,gnulib
8738         --gnulib-snapshot-date=DATE
8739               if gnulib is in the bootstrap tool list,
8740               then report this as the snapshot date.
8741               If not specified, use the current date/time.
8742               If you specify a date here, be sure it's UTC.
8743
8744 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8745
8746         * tests/test-argp-2.sh: Fix test to match actual output.
8747         (func_compare): Fix sed script to be portable.
8748
8749 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
8750
8751         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
8752         workaround for this case.  It is not autoconfigured now; offhand
8753         it's hard to see how to autoconfigure it.
8754
8755 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
8756
8757         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
8758         a directory that is about to be chowned.  Such a directory's
8759         initial file permissions should permit the owner only and this
8760         should not be changed until after the chown, since the group and
8761         other bits would be incorrect if they granted permission before
8762         the chown.
8763
8764         Fix porting problem for iswctype reported by Georg Schwarz in:
8765         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
8766         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
8767         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
8768         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
8769         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
8770
8771 2006-12-03  Jim Meyering  <jim@meyering.net>
8772
8773         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
8774         p->fts_statp may not yet be defined.
8775         (fts_read): Instead, set it in the caller, once p->fts_statp is
8776         sure to be defined, and corresponds to a top-level directory.
8777         This bug made du -x fail.  Here's the coreutils test case:
8778         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
8779         Reported by Mike Frysinger.
8780
8781 2006-12-01  Jim Meyering  <jim@meyering.net>
8782
8783         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
8784         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
8785         Reported by Simon Josefsson.
8786
8787 2006-11-30  Jim Meyering  <jim@meyering.net>
8788
8789         * m4/warning.m4: Use the all-permissive copyright notice
8790         recommended by RMS (rather than LGPL).
8791         * m4/vararrays.m4: Likewise.
8792         * m4/flexmember.m4: Likewise.
8793
8794 2006-11-29  Bruno Haible  <bruno@clisp.org>
8795
8796         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
8797         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
8798         using +=.
8799         Reported by Simon Josefsson <simon@josefsson.org>.
8800
8801 2006-11-28  James Youngman <jay@gnu.org>
8802
8803         * README: Advise users that they might find the bug-gnulib@gnu.org
8804         and autotools-announce@gnu.org mailing lists useful.
8805
8806 2006-11-28  Bruno Haible  <bruno@clisp.org>
8807
8808         * m4/ptrdiff_max.m4: Remove file.
8809
8810 2006-11-21  Bruno Haible  <bruno@clisp.org>
8811
8812         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
8813         _AC_COMPUTE_INT.
8814         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
8815         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
8816         _AC_COMPUTE_INT.
8817         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
8818         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
8819         _AC_COMPUTE_INT.
8820         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
8821
8822 2006-11-28  Jim Meyering  <jim@meyering.net>
8823
8824         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
8825         warning from "gcc -Wshadow" about shadowing the builtin.
8826
8827 2006-11-27  Bruno Haible  <bruno@clisp.org>
8828
8829         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
8830         _AC_COMPUTE_INT.
8831         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
8832
8833 2006-11-27  Bruno Haible  <bruno@clisp.org>
8834             Paul Eggert  <eggert@cs.ucla.edu>
8835
8836         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
8837
8838 2006-11-26  Bruno Haible  <bruno@clisp.org>
8839
8840         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
8841         noinst_LTLIBRARIES.
8842
8843 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
8844             Bruno Haible  <bruno@clisp.org>
8845
8846         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
8847         if compiling with "gcc -ansi".
8848
8849 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
8850
8851         Fix some incompatibilities with gcc -ansi -pedantic.
8852         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
8853         if compiling pedantically with GCC, unless it's C99 or later.
8854         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
8855         it mishandles gcc -ansi -pedantic as well.
8856         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
8857         if gcc -pedantic.
8858         * lib/regexec.c (check_node_accept_bytes): Don't use auto
8859         initializers for struct if -pedantic, unless it's C99 or later.
8860
8861 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
8862
8863         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
8864         Don't close an fd more than once. Identical atimes indicate
8865         success, not failure.
8866
8867 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
8868
8869         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
8870
8871 2006-11-23  Jim Meyering  <jim@meyering.net>
8872
8873         * build-aux/announce-gen: New file.  From coreutils.
8874
8875 2006-11-22  Jim Meyering  <jim@meyering.net>
8876
8877         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
8878         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
8879         (fts_read): Use a temporary to narrow the overused st_size member
8880         before using it in a switch statement.  Reported by Matthew Woehlke.
8881
8882         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
8883         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
8884
8885 2006-11-20  Bruno Haible  <bruno@clisp.org>
8886
8887         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
8888         changequote instead of pairs of brackets.
8889         Reported by Andreas Schwab <schwab@suse.de>.
8890
8891 2006-11-21  Jim Meyering  <jim@meyering.net>
8892
8893         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
8894         so as to remain compatible with older compilers.
8895         Patch from Michael Deutschmann.
8896
8897 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
8898
8899         * MODULES.html.sh (File system functions): Add openat.
8900
8901         * lib/openat.h (rpl_fstatat): New macro, if
8902         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
8903         (fstatat): Define to rpl_fstatat under the same conditions,
8904         unless COMPILING_FSTATAT.
8905         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
8906         seems to have the bug.
8907         * lib/fstatat.c: New file.
8908         * modules/openat (Files): Add it.
8909
8910 2006-11-20  Bruno Haible  <bruno@clisp.org>
8911
8912         * Makefile: New file.
8913
8914 2006-11-20  Jim Meyering  <jim@meyering.net>
8915
8916         The beginnings of syntax-related checks for gnulib.
8917         * lib/Makefile: New file.
8918         * lib/t-idcache: New script.  Ensure that the two halves of
8919         idcache.c stay in sync.
8920
8921         * lib/idcache.c: Adjust comments in user- and group- portions to
8922         be more accurate, and to be consistent with one another.
8923
8924 2006-11-20  Jim Meyering  <jim@meyering.net>
8925
8926         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
8927         continue using the flexible array member (thus, this module performs
8928         half as many malloc calls), with the addition that...
8929         (getgroup, getuser): Consistently record a non-match via an empty
8930         "name" string, and map an empty string match to a NULL return value.
8931         * modules/idcache (Depends-on): Re-add flexmember.
8932
8933         * lib/idcache.c (getuser): Remove all uses of the register keyword.
8934         (getuidbyname, getgroup, getgidbyname): Likewise.
8935
8936         Use cleaner syntax: NULL rather than 0.
8937         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
8938
8939 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
8940
8941         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
8942         It mishandled the case where the group was missing.
8943         Problem reported by Greg Schafer.
8944         * modules/idcache: Likewise.
8945
8946 2006-11-18  Jim Meyering  <jim@meyering.net>
8947
8948         * check-module (%exempt_header): Add exception for some
8949         conditionally-included headers.
8950
8951         * modules/i-ring (Depends-on): Add verify.
8952         (License): Change to LGPL.
8953
8954 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
8955
8956         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
8957         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
8958         and inttostr.h.  Use snprintf rather than uinttostr, so that
8959         LGPLed code doesn't depend on GPLed.
8960
8961 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
8962
8963         * modules/inline (License): Change from GPL to LGPL.
8964
8965 2006-11-17  Jim Meyering  <jim@meyering.net>
8966
8967         * modules/d-type (License): Switch to LGPL.
8968
8969 2006-11-15  Bruno Haible  <bruno@clisp.org>
8970
8971         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
8972
8973 2006-11-15  Eric Blake  <ebb9@byu.net>
8974
8975         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
8976         the module dependency.
8977
8978 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
8979             Bruno Haible  <bruno@clisp.org>
8980
8981         * gnulib-tool (func_create_testdir): Add license consistency check.
8982
8983 2006-11-15  Eric Blake  <ebb9@byu.net>
8984
8985         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
8986         random "(cached)" in configure output.
8987
8988 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8989
8990         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
8991         test for conforming inttypes.h is both announced and cached.
8992
8993         * MODULES.html.sh (seen_modules, seen_files): New variables.
8994         (func_module): Rewrite to use a few less gnulib-tool and sed
8995         invocations.  Avoid a couple of quadratic algorithms for ...
8996         (missed_modules, missed_files): ... these, with ...
8997         (func_append, func_tmpdir): ... these new functions, from
8998         gnulib-tool.  Analogously, install traps for cleanup.
8999
9000         * tests/test-gc.c (main): Remove unused variables.
9001         * tests/test-read-file.c: Include stdlib.h, for 'free'.
9002
9003 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
9004
9005         * modules/inttostr (License): Change to LGPL.
9006
9007 2006-11-14  Eric Blake  <ebb9@byu.net>
9008
9009         * modules/tempname (License): Change to LGPL.
9010
9011 2006-11-14  Eric Blake  <ebb9@byu.net>
9012
9013         * doc/functions.texi (Function Portability): *printf functions on
9014         Cygwin now understand all POSIX size specifiers.
9015
9016 2006-11-14  Bruno Haible  <bruno@clisp.org>
9017
9018         * modules/c-ctype (License): Change to LGPL.
9019
9020 2006-11-12  Bruno Haible  <bruno@clisp.org>
9021
9022         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
9023         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
9024         for GNOME libraries, for which the include files are installed in
9025         subdirectories of $prefix/include.
9026
9027 2006-11-12  Bruno Haible  <bruno@clisp.org>
9028
9029         * m4/lib-link.m4: Require at least autoconf-2.54.
9030         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
9031         name to underscores for the --with option.
9032
9033 2006-11-13  Bruno Haible  <bruno@clisp.org>
9034
9035         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
9036         the tests directory.
9037         Reported by Ralf Wildenhues.
9038
9039 2006-11-13  Bruno Haible  <bruno@clisp.org>
9040
9041         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
9042         (func_emit_initmacro_end): Undo the override here.
9043         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
9044         Works around the famous automake error in coreutils.
9045
9046 2006-11-13  Eric Blake  <ebb9@byu.net>
9047
9048         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
9049         element, not its node.
9050
9051 2006-11-12  Bruno Haible  <bruno@clisp.org>
9052
9053         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
9054         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
9055
9056 2006-11-12  Bruno Haible  <bruno@clisp.org>
9057
9058         * gnulib-tool: New option --local-symlink.
9059         (func_usage): Document it.
9060         (lsymbolic): New variable.
9061         (func_import, func_create_testdir): If --symlink was not specified,
9062         test whether --local-symlink was specified and the file comes from
9063         the local_gnulib_dir.
9064
9065 2006-11-12  Bruno Haible  <bruno@clisp.org>
9066
9067         * gnulib-tool (func_ln): New function.
9068         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
9069
9070 2006-11-12  Bruno Haible  <bruno@clisp.org>
9071
9072         Finish support for source files in subdirectories.
9073         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
9074         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
9075         AUTOMAKE_OPTIONS.
9076         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
9077
9078 2006-11-12  Bruno Haible  <bruno@clisp.org>
9079
9080         * gnulib-tool (func_get_automake_snippet): Synthesize also an
9081         EXTRA_lib_SOURCES augmentation.
9082         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
9083
9084 2006-11-12  Jim Meyering  <jim@meyering.net>
9085
9086         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
9087         file descriptors.  This also averts a failure on systems with
9088         native openat support when a traversed directory lacks "x" access.
9089         * lib/fts_.h: Include "i-ring.h"
9090         (struct FTS) [fts_fd_ring]: New member.
9091         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
9092         (FCHDIR): Add parentheses.
9093         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
9094         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
9095         When descending, rather than simply closing the previous
9096         fts_cwd_fd value, push that file descriptor onto the ring.
9097         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
9098         (fts_open): Initialize the new fd_ring member.
9099         (fts_close): Clear the ring.
9100         (fts_safe_changedir): When possible, use our new fd_ring to skip
9101         the diropen and fstat and dev/ino comparison that would normally
9102         accompany a virtual `chdir ("..")'.
9103
9104         * modules/fts (Depends-on): Add i-ring.
9105         * modules/i-ring: New module.
9106         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
9107         * m4/i-ring.m4: New file.
9108
9109 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9110
9111         * gnulib-tool (func_create_testdir): Fix replacement of
9112         `build-aux' in configure.ac.  Run autotools in gltests
9113         subdirectory.
9114         (func_create_testdir, func_create_megatestdir, test): There is
9115         no need for '--force' in most autotool invocations in a new
9116         tree.  Actually fail the whole test if any of the tools, or the
9117         configure or make stages fail.
9118
9119         Sync from Automake.
9120         * build-aux/gnupload: Revert last change.  Add pointer to upload
9121         instructions of the GNU Maintenance Instructions.
9122         Suggestion by Karl Berry.
9123
9124 2006-11-10  Jim Meyering  <jim@meyering.net>
9125
9126         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
9127
9128 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
9129
9130         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
9131         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
9132         (bind_textdomain_codeset) [! ENABLE_NLS]:
9133         Evaluate all the arguments.  That way, callers get compatible behavior
9134         if the arguments have side effects.  Also, it avoids some GCC
9135         diagnostics in some cases; Joel E. Denny reported problems when Bison
9136         was configured with --enable-gcc-warnigs.
9137
9138 2006-11-10  Jim Meyering  <jim@meyering.net>
9139
9140         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
9141         relevant options in CFLAGS (like -O, -fno-inline) are taken into
9142         account.
9143
9144 2006-11-10  Jim Meyering  <jim@meyering.net>
9145
9146         * modules/inline: New file/module.
9147         * modules/xalloc (Files): Remove m4/inline.m4.
9148         (Depends-on): Add inline, instead.
9149         * modules/oset: Likewise.
9150         * modules/list: Likewise.
9151
9152 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
9153
9154         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
9155         Problem reported by Matthew Woehlke.
9156
9157 2006-11-09  Bruno Haible  <bruno@clisp.org>
9158
9159         * lib/tempname.c (gen_tempname): Remove variant that invokes
9160         __gen_tempname.
9161         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
9162         __gen_tempname.
9163
9164 2006-11-08  Bruno Haible  <bruno@clisp.org>
9165
9166         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
9167         to 'yes' instead of 'cross-compiling'.
9168
9169 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
9170
9171         * lib/quotearg.h (quotearg_free): New decl.
9172         * lib/quotearg.c (quotearg_free): New function.
9173         (slot0, nslots, slotvec0, slotvec):
9174         Now file-scope so that quotearg_free can get at them.
9175
9176 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9177
9178         Sync from Automake.
9179         * build-aux/gnupload: Add missing 'gnu' to example URL.
9180         Report by Karl Berry.
9181
9182 2006-11-08  Bruno Haible  <bruno@clisp.org>
9183
9184         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
9185         Suggested by Paul Eggert.
9186
9187 2006-11-08  Jim Meyering  <jim@meyering.net>
9188
9189         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
9190         It's already included if !_LIBC.
9191         (fts_safe_changedir): Add a comment.
9192
9193 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
9194
9195         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
9196         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
9197         Matthew Woehlke.
9198
9199         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
9200         definitions up, to avoid colliding with change below.
9201         (static_inline) [HAVE_INLINE]: New macro.
9202         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
9203         Provide extern decls when !HAVE_INLINE.  Do not define unless
9204         static_inline is defined, either by us or by xmalloc.c.  Use
9205         static_inline rather than static inline.
9206         (XCALLOC): Optimize sizeof(T) = 1 case.
9207         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
9208
9209 2006-11-07  Bruno Haible  <bruno@clisp.org>
9210
9211         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
9212         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
9213         AC_C_INLINE.
9214         * modules/xalloc (Files): Add m4/inline.m4.
9215
9216 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9217
9218         * README: Fix typo.
9219         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
9220         (Miscellanous Notes): ...from this.
9221
9222 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
9223
9224         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
9225         Mention that offsetof should be used instead of sizeof.
9226         From Bruno Haible.
9227
9228 2006-11-07  Bruno Haible  <bruno@clisp.org>
9229
9230         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
9231
9232 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
9233
9234         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
9235         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
9236         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
9237         (gl_tree_add_before, gl_tree_add_after):
9238         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
9239         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
9240         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
9241         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
9242         (gl_linked_add_after, gl_linked_add_at): Likewise.
9243         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
9244         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
9245         (gl_tree_add_before, gl_tree_add_after): Likewise.
9246         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
9247         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
9248         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
9249
9250 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9251
9252         * lib/gl_oset.h: Use C comment style, not C++ comment style.
9253
9254 2006-11-06  Bruno Haible  <bruno@clisp.org>
9255
9256         * m4/inline.m4: New file.
9257         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
9258         * modules/list (Files): Add m4/inline.m4.
9259         * modules/oset (Files): Likewise.
9260
9261 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
9262
9263         * lib/idcache.c: Include <stddef.h>, for offsetof.
9264         (struct userid.name): Change from char * to a flexible array member.
9265         All uses changed.
9266         * modules/idcache (Depends-on): Add flexmember.
9267
9268         * MODULES.html.sh (Core language properties): New module flexmember.
9269         * modules/flexmember, m4/flexmember.m4: New files.
9270
9271         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
9272         inline functions that are identical with the old xnmalloc_inline,
9273         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
9274         that we can avoid some unnecessary integer multiplications and
9275         divisions in the common case where the element size is known at
9276         compile time.
9277         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
9278         needed.
9279         (xnboundedmalloc): Remove.
9280         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
9281         arguments, for consistency with rest of this header.
9282         (xcharalloc): Rewrite using XNMALLOC.
9283         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
9284         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
9285         versions have been moved to lib/xalloc.h and renamed to be the
9286         non-*_inline versions.
9287         (xmalloc, xrealloc): Implement without reference to the xnmalloc
9288         and xnrealloc functions, since those functions are now inline and
9289         now call us.
9290         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
9291         renaming described above.
9292         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
9293         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
9294         captures the dependency in AC_C_INLINE.
9295
9296         New module canonicalize-lgpl, proposed by Charles Wilson in
9297         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
9298         with a few small changes afterwards.
9299         * MODULES.html.sh (File system functions): New module
9300         canonicalize-lgpl.
9301         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
9302         and canonicalize_file_name.
9303         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
9304         * modules/canonicalize-lgpl: New files.
9305
9306 2006-11-05  Bruno Haible  <bruno@clisp.org>
9307
9308         * gnulib-tool (func_import, func_create_testdir): Create directories
9309         also for files in subdirectories of lib/.
9310
9311 2006-11-05  Bruno Haible  <bruno@clisp.org>
9312
9313         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
9314         ANSI C compliant.
9315
9316 2006-11-03  Bruno Haible  <bruno@clisp.org>
9317
9318         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
9319         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
9320         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
9321         (xnboundedmalloc): New inline function.
9322         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
9323         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
9324         xmalloc.
9325         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
9326         xmalloc.
9327         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
9328         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
9329         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
9330         xmalloc.
9331         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
9332         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
9333         xmalloc.
9334         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
9335         gl_tree_add_after): Use XMALLOC instead of xmalloc.
9336         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
9337         xmalloc.
9338         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
9339         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
9340         gl_tree_add_after): Use XMALLOC instead of xmalloc.
9341         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
9342         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
9343         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
9344         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
9345
9346 2006-11-03  Bruno Haible  <bruno@clisp.org>
9347
9348         * lib/c-ctype.h [C++]: Define functions without name mangling.
9349         * lib/fwriteerror.h [C++]: Likewise.
9350         * lib/gcd.h [C++]: Likewise.
9351         * lib/linebreak.h [C++]: Likewise.
9352
9353 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
9354
9355         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
9356         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
9357         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
9358         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
9359         Check for functions and headers just once.
9360         Check for declaration of canonicalize_file_name.
9361         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
9362
9363 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
9364
9365         * gnulib-tool (func_import): Fix typo in actioncmd.
9366
9367 2006-11-02  Bruno Haible  <bruno@clisp.org>
9368
9369         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
9370         newline sequence in the Makefile.am snippet as a space, like "make"
9371         does.
9372         Reported by Roger Persson <perrog@gmail.com>.
9373
9374 2006-11-01  Bruno Haible  <bruno@clisp.org>
9375
9376         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
9377         already declared in <string.h>.
9378         * lib/strcase.h (strncasecmp): Don't declare it if yes.
9379
9380 2006-11-01  Bruno Haible  <bruno@clisp.org>
9381
9382         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
9383         * lib/strcase.h: Include <string.h>.
9384         (strcasecmp): Define to rpl_strcasecmp here.
9385
9386 2006-11-01  Bruno Haible  <bruno@clisp.org>
9387
9388         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
9389
9390 2006-11-01  Eric Blake  <ebb9@byu.net>
9391
9392         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
9393
9394         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
9395
9396 2006-10-29  Bruno Haible  <bruno@clisp.org>
9397
9398         Make it compile in C++ mode.
9399         * lib/full-write.c (full_rw): Add a cast.
9400
9401 2006-11-01  Bruno Haible  <bruno@clisp.org>
9402
9403         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
9404         be POSIX compliant.
9405         Reported by Roger Persson <perrog@gmail.com>.
9406
9407 2006-11-01  Eric Blake  <ebb9@byu.net>
9408
9409         * lib/getopt_.h: Fix comments.
9410
9411 2006-10-31  Eric Blake  <ebb9@byu.net>
9412
9413         * modules/tmpdir (Depends-on): Add sys_stat.
9414         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
9415         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
9416         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
9417         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
9418         tempname.
9419
9420 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
9421
9422         Avoid some C++ diagnostics reported by Bruno Haible.
9423         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
9424         xmalloc.
9425         (quotearg_alloc): Use xcharalloc rather than xmalloc.
9426         (struct slotvec): Move to top level.
9427         (quotearg_n_options): Rewrite to avoid xmalloc.
9428         * lib/xalloc.h (xcharalloc): New function.
9429         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
9430         [defined __cplusplus]: Add function template that provides result
9431         type propagation.  This part of the change is from Bruno Haible.
9432
9433 2006-10-29  Bruno Haible  <bruno@clisp.org>
9434
9435         Make it compile in C++ mode.
9436         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
9437         * lib/strnlen1.c (strnlen1): Cast memchr result.
9438         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
9439         * lib/clean-temp.c (string_equals, string_hash): Add casts.
9440         (create_temp_dir): Rename local variable 'template'.
9441         (compile_csharp_using_sscli): Add cast.
9442         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
9443         * lib/findprog.c (find_in_path): Likewise.
9444         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
9445         * lib/wait-process.c (register_slave_subprocess): Likewise.
9446
9447 2006-10-22  Bruno Haible  <bruno@clisp.org>
9448
9449         * modules/tsearch: New file.
9450         * lib/tsearch.h: New file.
9451         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
9452         * m4/tsearch.m4: New file.
9453         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
9454
9455 2006-10-29  Eric Blake  <ebb9@byu.net>
9456
9457         * lib/arcfour.c: Assume config.h.
9458         * lib/arctwo.c: Likewise.
9459         * lib/base64.c: Likewise.
9460         * lib/check-version.c: Likewise.
9461         * lib/crc.c: Likewise.
9462         * lib/des.c: Likewise.
9463         * lib/gc-gnulib.c: Likewise.
9464         * lib/gc-libgcrypt.c: Likewise.
9465         * lib/gc-pbkdf2-sha1.c: Likewise.
9466         * lib/getaddrinfo.c: Likewise.
9467         * lib/getdelim.c: Likewise.
9468         * lib/getline.c: Likewise.
9469         * lib/hmac-md5.c: Likewise.
9470         * lib/hmac-sha1.c: Likewise.
9471         * lib/iconvme.c: Likewise.
9472         * lib/md2.c: Likewise.
9473         * lib/md4.c: Likewise.
9474         * lib/memxor.c: Likewise.
9475         * lib/read-file.c: Likewise.
9476         * lib/readline.c: Likewise.
9477         * lib/rijndael-alg-fst.c: Likewise.
9478         * lib/rijndael-api-fst.c: Likewise.
9479         * lib/xgetdomainname.c: Likewise.
9480
9481 2006-10-28  Eric Blake  <ebb9@byu.net>
9482
9483         * lib/xstrndup.c: Assume config.h.
9484
9485 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
9486
9487         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
9488         stat-macros.h is now for our own macros, whereas stat_h is for
9489         macros in the <sys/stat.h> name space.
9490         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
9491         (STAT_MACROS_H): Remove.
9492         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
9493         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
9494         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
9495         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
9496         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
9497         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
9498         Move these macros to ...
9499         * lib/stat_.h: here.  Don't include stat-macros.h.
9500         * lib/canonicalize.c: Don't include stat-macros.h.
9501         * lib/chown.c: Likewise.
9502         * lib/euidaccess.c: Likewise.
9503         * lib/file-type.c: Likewise.
9504         * lib/filemode.c: Likewise.
9505         * lib/glob.c: Likewise.
9506         * lib/isapipe.c: Likewise.
9507         * lib/lchown.c: Likewise.
9508         * lib/lstat.c: Likewise.
9509         * lib/mkdir-p.c: Likewise.
9510         * lib/rmdir.c: Likewise.
9511         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
9512         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
9513         unless mkdir isn't declared, to speed up 'configure'.
9514         Always create sys/stat.h, since it's unlikely any real sys/stat.h
9515         would define all the S_* symbols.
9516         * modules/canonicalize (Depends-on):
9517         Depend on sys_stat, not stat-macros.
9518         * modules/chown: Likewise.
9519         * modules/euidaccess: Likewise.
9520         * modules/filemode: Likewise.
9521         * modules/file-type: Likewise.
9522         * modules/glob: Likewise.
9523         * modules/isapipe: Likewise.
9524         * modules/lchown: Likewise.
9525         * modules/lstat: Likewise.
9526         * modules/mkancesdirs: Likewise.
9527         * modules/rmdir: Likewise.
9528         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
9529         * modules/modechange: Likewise.
9530         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
9531         (configure.ac): Remove gl_STAT_MACROS.
9532         * modules/sys_stat (Depends-on): Remove stat-macros.
9533
9534 2006-10-27  Bruno Haible  <bruno@clisp.org>
9535
9536         * m4/signed.m4: Remove file.
9537         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
9538         invocation.
9539         * modules/vasnprintf (Files): Remove m4/signed.m4.
9540
9541 2006-10-27  Bruno Haible  <bruno@clisp.org>
9542
9543         Update to GNU gettext 0.16.
9544         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
9545         m4/inttypes-h.m4, m4/signed.m4.
9546         * m4/gettext.m4: Update to GNU gettext 0.16.
9547         * m4/intl.m4: New file, from GNU gettext.
9548         * m4/intldir.m4: New file, from GNU gettext.
9549         * config/srclist.txt: Update
9550
9551 2006-10-27  Eric Blake  <ebb9@byu.net>
9552
9553         * MODULES.html.sh: Document tempname.
9554         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
9555         dependencies.
9556         (Files): Move lib/tempname.c...
9557         * modules/tempname: ...to this new module.
9558         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
9559         (gl_PREREQ_TEMPNAME): Move...
9560         * m4/tempname.m4: ...to this new file.
9561         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
9562         * modules/sys_stat (Depends-on): Add stat-macros.
9563         * lib/stat_.h (includes): Pick up stat macros.
9564         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
9565         if stat macros are broken.
9566         * lib/tempname.c (includes): No need to include "stat-macros.h".
9567         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
9568         (direxists, __path_search) [!_LIBC]: Don't compile these in
9569         gnulib; the tmpdir module covers that.
9570         * lib/tempname.h: New file.
9571
9572 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
9573
9574         * COPYING: Explain how gnulib-tool converts licence headers.
9575         Almost all wording by Eric Blake.
9576
9577 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
9578
9579         * lib/mbchar.h (is_basic_table): Make read-only.
9580         * lib/mbchar.c (is_basic_table): Likewise.
9581         Reported by John Darrington.
9582
9583 2006-10-25  Bruno Haible  <bruno@clisp.org>
9584
9585         * lib/progname.h (set_program_name): Undefine before defining.
9586
9587 2006-10-25  Bruno Haible  <bruno@clisp.org>
9588
9589         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
9590         false for non-gcc C++ compilers.
9591         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
9592
9593 2006-10-24  Bruno Haible  <bruno@clisp.org>
9594
9595         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
9596         iconv implementations like Irix iconv.
9597
9598 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
9599
9600         * modules/vararrays: New file.
9601         * m4/vararrays.m4: New file, taken from diffutils.
9602         * MODULES.html.sh: New module vararrays.
9603
9604 2006-10-24  Karl Berry  <karl@gnu.org>
9605
9606         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
9607         Don't call GNU Unix.
9608
9609 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9610
9611         * users.txt: Add Libtool.
9612
9613         Sync from Libtool:
9614
9615         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
9616
9617         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
9618         to gnulib's policy of including config.h unconditionally.
9619
9620 2006-10-24  Bruno Haible  <bruno@clisp.org>
9621
9622         * modules/wcwidth (Files): Add m4/wint_t.m4.
9623         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
9624         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
9625
9626 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
9627
9628         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
9629         to pacify GCC with some -W flags enabled.  Problem reported by
9630         Bruno Haible.
9631
9632 2006-10-24  Jim Meyering  <jim@meyering.net>
9633
9634         * MODULES.html.sh: Remove uinttostr.  It's not a module.
9635         Reported by Karl Berry.
9636
9637 2006-10-23  Bruno Haible  <bruno@clisp.org>
9638
9639         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
9640
9641 2006-10-24  Bruno Haible  <bruno@clisp.org>
9642
9643         * lib/gl_list.h: Use C comment style, not C++ comment style.
9644
9645 2006-10-23  Eric Blake  <ebb9@byu.net>
9646
9647         * lib/getaddrinfo.c (includes): Add missing include.
9648
9649 2006-10-23  Bruno Haible  <bruno@clisp.org>
9650             Paul Eggert  <eggert@cs.ucla.edu>
9651
9652         Ability to rename obstack_free.
9653         * lib/obstack.h (__obstack_free): New macro. Declare instead of
9654         obstack_free.
9655         (obstack_free): Invoke the __obstack_free macro.
9656         * lib/obstack.c (obstack_free): Use __obstack_free macro.
9657
9658 2006-10-23  Bruno Haible  <bruno@clisp.org>
9659             Paul Eggert  <eggert@cs.ucla.edu>
9660
9661         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
9662         __argc, __argv from the declaration. (They are defined as macros on
9663         mingw.)
9664
9665 2006-10-22  Bruno Haible  <bruno@clisp.org>
9666
9667         * doc/gnulib-intro.texi: New file.
9668         * doc/gnulib.texi: Include it.
9669
9670 2006-10-21  Bruno Haible  <bruno@clisp.org>
9671
9672         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
9673         "Introduction", "Miscellanous Notes", "Particular Modules".
9674
9675 2006-10-21  Bruno Haible  <bruno@clisp.org>
9676
9677         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9678         Change mostlyclean-local rule to avoid sh syntax error from bash
9679         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
9680
9681 2006-10-23  Jim Meyering  <jim@meyering.net>
9682
9683         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
9684         in place of snprintf.
9685
9686         * modules/inttostr (Files): Add lib/uinttostr.c.
9687         * lib/uinttostr.c (inttostr): New file/function.
9688         * lib/inttostr.h (uinttostr): Declare.
9689         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
9690         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
9691         Add uinttostr.
9692         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
9693
9694 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
9695
9696         * lib/canonicalize.c (ELOOP): Define if not already defined.
9697         Problem reported by Bruno Haible in
9698         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
9699
9700 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
9701
9702         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
9703         Problem reported by Perry Smith and Ville Laurikari.
9704
9705         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
9706         uses.
9707
9708 2006-10-19  Bruno Haible  <bruno@clisp.org>
9709
9710         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
9711         for mingw.
9712
9713 2006-10-19  Bruno Haible  <bruno@clisp.org>
9714
9715         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
9716         Needed for mingw.
9717
9718 2006-10-19  Bruno Haible  <bruno@clisp.org>
9719
9720         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
9721
9722 2006-10-19  Bruno Haible  <bruno@clisp.org>
9723
9724         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
9725         it.
9726
9727 2006-10-19  Bruno Haible  <bruno@clisp.org>
9728
9729         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
9730         invocation.
9731
9732 2006-10-19  Bruno Haible  <bruno@clisp.org>
9733
9734         * gnulib-tool (func_create_testdir): Don't include ftruncate and
9735         mountlist by default.
9736
9737 2006-10-16  Bruno Haible  <bruno@clisp.org>
9738
9739         * lib/c-strstr.c: Include c-strstr.h.
9740
9741 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
9742
9743         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
9744         in a slash.
9745
9746 2006-10-18  Bruno Haible  <bruno@clisp.org>
9747
9748         * lib/lock.h [C++]: Wrap definitions in extern "C".
9749
9750 2006-10-18  Bruno Haible  <bruno@clisp.org>
9751
9752         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
9753         gl_LIBOBJS list.
9754
9755 2006-10-18  Bruno Haible  <bruno@clisp.org>
9756
9757         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
9758
9759 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
9760
9761         * lib/xstrtol.h: Include gettext.h.
9762         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
9763         Problem reported by Eric Blake.
9764         * modules/xstrtol (Depends-on): Add gettext-h.
9765
9766 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
9767
9768         * lib/strftime.c (advance): New macro.
9769         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
9770         incomplete type, so you can't add 0 to it.  Problem and patch
9771         reported by Eelco Dolstra for dietlibc.
9772
9773 2006-10-18  Jim Meyering  <jim@meyering.net>
9774
9775         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
9776         type for a local, and rename it: s/up/user_proc/.
9777
9778 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
9779
9780         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
9781         READ_UTMP_USER_PROCESS.
9782         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
9783
9784 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
9785
9786         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
9787         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
9788
9789 2006-10-17  Eric Blake  <ebb9@byu.net>
9790
9791         * lib/sigprocmask.c (sigprocmask): Fix typo.
9792
9793         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
9794
9795         * modules/clean-temp (Makefile.am): Don't add to make output...
9796         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
9797         config.h.
9798
9799 2006-10-17  Bruno Haible  <bruno@clisp.org>
9800
9801         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
9802         differently if DEFAULT_TEXT_DOMAIN is set.
9803
9804 2006-10-16  Bruno Haible  <bruno@clisp.org>
9805
9806         * lib/clean-temp.c: Include fwriteerror.h.
9807
9808 2006-10-16  Bruno Haible  <bruno@clisp.org>
9809
9810         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
9811
9812 2006-10-16  Bruno Haible  <bruno@clisp.org>
9813
9814         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
9815         * lib/sigprocmask.h: Include <sys/types.h>.
9816         (sigset_t): Use the system's definition if present.
9817
9818 2006-10-17  Eric Blake  <ebb9@byu.net>
9819
9820         * lib/xvasprintf.c (includes): Assume config.h.
9821         * lib/xasprintf.c (includes): Likewise.
9822
9823 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
9824
9825         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
9826         at least as wide as intmax_t.
9827
9828 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
9829
9830         (Imported from Automake.)
9831         * build-aux/gnupload: Update to version 1.1 of directive file.
9832
9833 2006-10-16  Eric Blake  <ebb9@byu.net>
9834
9835         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
9836         match Automake 1.10a.
9837
9838 2006-10-14  Bruno Haible  <bruno@clisp.org>
9839
9840         * modules/sigprocmask: New file.
9841         * lib/sigprocmask.h: New file.
9842         * lib/sigprocmask.c: New file.
9843         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
9844         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
9845         request sigprocmask.o.
9846         (gl_PREREQ_SIGPROCMASK): New macro.
9847         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
9848         (Depends-on): Add sigprocmask.
9849         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
9850         gt_SIGNALBLOCKING. Test for 'raise' only once.
9851         * lib/fatal-signal.c: Include sigprocmask.h.
9852         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
9853         unblock_fatal_signals): Define always.
9854         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
9855         sigprocmask.
9856
9857 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
9858
9859         Sync from Automake.
9860         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
9861         which incorrectly sets the mode of an existing destination
9862         directory.  In some cases the unpatched install-sh could do the
9863         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
9864         system.  We hope this is rare in practice, but it's clearly worth
9865         fixing.  Problem reported by Alex Unleashed in
9866         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
9867         Also, don't bother to check for -m bugs unless we're using -m;
9868         suggested by Stepan Kasal.
9869
9870 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9871
9872         Sync from Automake.
9873         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
9874         `-c' flag, so they appear at the same position as in %FASTDEP%
9875         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
9876         which ignores unknown options only after the first non-option.
9877         Bug report against M4 by Nelson H. F. Beebe.
9878
9879 2006-10-13  Jim Meyering  <jim@meyering.net>
9880
9881         Fix a bug in yesterday's change.
9882         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
9883         p->fts_statp->st_dev would be used uninitialized.
9884         Ensures that we always call fts_stat on the very first entry.
9885         Miklos Szeredi reported that find -xdev stopped working.
9886
9887 2006-10-12  Bruno Haible  <bruno@clisp.org>
9888
9889         * gnulib-tool (func_get_automake_snippet): Append an automatically
9890         computed EXTRA_DIST augmentation.
9891         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
9892         * modules/alloca-opt (Makefile.am): Likewise.
9893         * modules/allocsa (Makefile.am): Likewise.
9894         * modules/arcfour (Makefile.am): Likewise.
9895         * modules/arctwo (Makefile.am): Likewise.
9896         * modules/argmatch (Makefile.am): Likewise.
9897         * modules/argz (Makefile.am): Likewise.
9898         * modules/atexit (Makefile.am): Likewise.
9899         * modules/backupfile (Makefile.am): Likewise.
9900         * modules/byteswap (Makefile.am): Likewise.
9901         * modules/c-strtod (Makefile.am): Likewise.
9902         * modules/c-strtold (Makefile.am): Likewise.
9903         * modules/calloc (Makefile.am): Likewise.
9904         * modules/canon-host (Makefile.am): Likewise.
9905         * modules/canonicalize (Makefile.am): Likewise.
9906         * modules/chdir-long (Makefile.am): Likewise.
9907         * modules/chdir-safer (Makefile.am): Likewise.
9908         * modules/check-version (Makefile.am): Likewise.
9909         * modules/chown (Makefile.am): Likewise.
9910         * modules/cloexec (Makefile.am): Likewise.
9911         * modules/close-stream (Makefile.am): Likewise.
9912         * modules/closeout (Makefile.am): Likewise.
9913         * modules/crc (Makefile.am): Likewise.
9914         * modules/csharpexec (Makefile.am): Likewise.
9915         * modules/cycle-check (Makefile.am): Likewise.
9916         * modules/des (Makefile.am): Likewise.
9917         * modules/dev-ino (Makefile.am): Likewise.
9918         * modules/dirfd (Makefile.am): Likewise.
9919         * modules/dirname (Makefile.am): Likewise.
9920         * modules/dup2 (Makefile.am): Likewise.
9921         * modules/eealloc (Makefile.am): Likewise.
9922         * modules/error (Makefile.am): Likewise.
9923         * modules/euidaccess (Makefile.am): Likewise.
9924         * modules/exclude (Makefile.am): Likewise.
9925         * modules/exitfail (Makefile.am): Likewise.
9926         * modules/fcntl-safer (Makefile.am): Likewise.
9927         * modules/fcntl (Makefile.am): Likewise.
9928         * modules/file-type (Makefile.am): Likewise.
9929         * modules/fileblocks (Makefile.am): Likewise.
9930         * modules/filemode (Makefile.am): Likewise.
9931         * modules/filenamecat (Makefile.am): Likewise.
9932         * modules/fnmatch (Makefile.am): Likewise.
9933         * modules/fopen-safer (Makefile.am): Likewise.
9934         * modules/fpending (Makefile.am): Likewise.
9935         * modules/fprintftime (Makefile.am): Likewise.
9936         * modules/free (Makefile.am): Likewise.
9937         * modules/fsusage (Makefile.am): Likewise.
9938         * modules/ftruncate (Makefile.am): Likewise.
9939         * modules/fts (Makefile.am): Likewise.
9940         * modules/gc-arcfour (Makefile.am): Likewise.
9941         * modules/gc-des (Makefile.am): Likewise.
9942         * modules/gc-hmac-md5 (Makefile.am): Likewise.
9943         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
9944         * modules/gc-md4 (Makefile.am): Likewise.
9945         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
9946         * modules/gc-sha1 (Makefile.am): Likewise.
9947         * modules/gc (Makefile.am): Likewise.
9948         * modules/getaddrinfo (Makefile.am): Likewise.
9949         * modules/getcwd (Makefile.am): Likewise.
9950         * modules/getdelim (Makefile.am): Likewise.
9951         * modules/getdomainname (Makefile.am): Likewise.
9952         * modules/getgroups (Makefile.am): Likewise.
9953         * modules/gethostname (Makefile.am): Likewise.
9954         * modules/gethrxtime (Makefile.am): Likewise.
9955         * modules/getline (Makefile.am): Likewise.
9956         * modules/getloadavg (Makefile.am): Likewise.
9957         * modules/getlogin_r (Makefile.am): Likewise.
9958         * modules/getndelim2 (Makefile.am): Likewise.
9959         * modules/getopt (Makefile.am): Likewise.
9960         * modules/getpagesize (Makefile.am): Likewise.
9961         * modules/getpass-gnu (Makefile.am): Likewise.
9962         * modules/getpass (Makefile.am): Likewise.
9963         * modules/getsubopt (Makefile.am): Likewise.
9964         * modules/gettime (Makefile.am): Likewise.
9965         * modules/gettimeofday (Makefile.am): Likewise.
9966         * modules/getugroups (Makefile.am): Likewise.
9967         * modules/getusershell (Makefile.am): Likewise.
9968         * modules/glob (Makefile.am): Likewise.
9969         * modules/group-member (Makefile.am): Likewise.
9970         * modules/hard-locale (Makefile.am): Likewise.
9971         * modules/hash (Makefile.am): Likewise.
9972         * modules/hmac-md5 (Makefile.am): Likewise.
9973         * modules/hmac-sha1 (Makefile.am): Likewise.
9974         * modules/human (Makefile.am): Likewise.
9975         * modules/idcache (Makefile.am): Likewise.
9976         * modules/imaxabs (Makefile.am): Likewise.
9977         * modules/imaxdiv (Makefile.am): Likewise.
9978         * modules/inet_ntop (Makefile.am): Likewise.
9979         * modules/inet_pton (Makefile.am): Likewise.
9980         * modules/intprops (Makefile.am): Likewise.
9981         * modules/inttostr (Makefile.am): Likewise.
9982         * modules/inttypes (Makefile.am): Likewise.
9983         * modules/isapipe (Makefile.am): Likewise.
9984         * modules/javaversion (Makefile.am): Likewise.
9985         * modules/lchmod (Makefile.am): Likewise.
9986         * modules/lchown (Makefile.am): Likewise.
9987         * modules/localcharset (Makefile.am): Likewise.
9988         * modules/long-options (Makefile.am): Likewise.
9989         * modules/lstat (Makefile.am): Likewise.
9990         * modules/malloc (Makefile.am): Likewise.
9991         * modules/mathl (Makefile.am): Likewise.
9992         * modules/mbchar (Makefile.am): Likewise.
9993         * modules/md2 (Makefile.am): Likewise.
9994         * modules/md4 (Makefile.am): Likewise.
9995         * modules/md5 (Makefile.am): Likewise.
9996         * modules/memcasecmp (Makefile.am): Likewise.
9997         * modules/memchr (Makefile.am): Likewise.
9998         * modules/memcmp (Makefile.am): Likewise.
9999         * modules/memcoll (Makefile.am): Likewise.
10000         * modules/memcpy (Makefile.am): Likewise.
10001         * modules/memmem (Makefile.am): Likewise.
10002         * modules/memmove (Makefile.am): Likewise.
10003         * modules/mempcpy (Makefile.am): Likewise.
10004         * modules/memrchr (Makefile.am): Likewise.
10005         * modules/memset (Makefile.am): Likewise.
10006         * modules/memxor (Makefile.am): Likewise.
10007         * modules/mkancesdirs (Makefile.am): Likewise.
10008         * modules/mkdir-p (Makefile.am): Likewise.
10009         * modules/mkdir (Makefile.am): Likewise.
10010         * modules/mkdtemp (Makefile.am): Likewise.
10011         * modules/mkstemp (Makefile.am): Likewise.
10012         * modules/mktime (Makefile.am): Likewise.
10013         * modules/modechange (Makefile.am): Likewise.
10014         * modules/mountlist (Makefile.am): Likewise.
10015         * modules/nanosleep (Makefile.am): Likewise.
10016         * modules/obstack (Makefile.am): Likewise.
10017         * modules/openat (Makefile.am): Likewise.
10018         * modules/pagealign_alloc (Makefile.am): Likewise.
10019         * modules/pathmax (Makefile.am): Likewise.
10020         * modules/physmem (Makefile.am): Likewise.
10021         * modules/poll (Makefile.am): Likewise.
10022         * modules/posixtm (Makefile.am): Likewise.
10023         * modules/posixver (Makefile.am): Likewise.
10024         * modules/putenv (Makefile.am): Likewise.
10025         * modules/quote (Makefile.am): Likewise.
10026         * modules/quotearg (Makefile.am): Likewise.
10027         * modules/raise (Makefile.am): Likewise.
10028         * modules/read-file (Makefile.am): Likewise.
10029         * modules/readline (Makefile.am): Likewise.
10030         * modules/readlink (Makefile.am): Likewise.
10031         * modules/readtokens (Makefile.am): Likewise.
10032         * modules/readutmp (Makefile.am): Likewise.
10033         * modules/realloc (Makefile.am): Likewise.
10034         * modules/regex (Makefile.am): Likewise.
10035         * modules/rename-dest-slash (Makefile.am): Likewise.
10036         * modules/rename (Makefile.am): Likewise.
10037         * modules/rijndael (Makefile.am): Likewise.
10038         * modules/rmdir (Makefile.am): Likewise.
10039         * modules/rpmatch (Makefile.am): Likewise.
10040         * modules/safe-read (Makefile.am): Likewise.
10041         * modules/safe-write (Makefile.am): Likewise.
10042         * modules/same-inode (Makefile.am): Likewise.
10043         * modules/same (Makefile.am): Likewise.
10044         * modules/save-cwd (Makefile.am): Likewise.
10045         * modules/savedir (Makefile.am): Likewise.
10046         * modules/setenv (Makefile.am): Likewise.
10047         * modules/settime (Makefile.am): Likewise.
10048         * modules/sha1 (Makefile.am): Likewise.
10049         * modules/sig2str (Makefile.am): Likewise.
10050         * modules/snprintf (Makefile.am): Likewise.
10051         * modules/stat-macros (Makefile.am): Likewise.
10052         * modules/stat-time (Makefile.am): Likewise.
10053         * modules/stdbool (Makefile.am): Likewise.
10054         * modules/stdint (Makefile.am): Likewise.
10055         * modules/stdlib-safer (Makefile.am): Likewise.
10056         * modules/stpcpy (Makefile.am): Likewise.
10057         * modules/stpncpy (Makefile.am): Likewise.
10058         * modules/strcase (Makefile.am): Likewise.
10059         * modules/strcasestr (Makefile.am): Likewise.
10060         * modules/strchrnul (Makefile.am): Likewise.
10061         * modules/strcspn (Makefile.am): Likewise.
10062         * modules/strdup (Makefile.am): Likewise.
10063         * modules/strerror (Makefile.am): Likewise.
10064         * modules/strftime (Makefile.am): Likewise.
10065         * modules/strndup (Makefile.am): Likewise.
10066         * modules/strnlen (Makefile.am): Likewise.
10067         * modules/strpbrk (Makefile.am): Likewise.
10068         * modules/strsep (Makefile.am): Likewise.
10069         * modules/strstr (Makefile.am): Likewise.
10070         * modules/strtod (Makefile.am): Likewise.
10071         * modules/strtoimax (Makefile.am): Likewise.
10072         * modules/strtok_r (Makefile.am): Likewise.
10073         * modules/strtol (Makefile.am): Likewise.
10074         * modules/strtoll (Makefile.am): Likewise.
10075         * modules/strtoul (Makefile.am): Likewise.
10076         * modules/strtoull (Makefile.am): Likewise.
10077         * modules/strtoumax (Makefile.am): Likewise.
10078         * modules/strverscmp (Makefile.am): Likewise.
10079         * modules/sys_socket (Makefile.am): Likewise.
10080         * modules/sys_stat (Makefile.am): Likewise.
10081         * modules/sysexits (Makefile.am): Likewise.
10082         * modules/time_r (Makefile.am): Likewise.
10083         * modules/timegm (Makefile.am): Likewise.
10084         * modules/timespec (Makefile.am): Likewise.
10085         * modules/tmpfile-safer (Makefile.am): Likewise.
10086         * modules/trim (Makefile.am): Likewise.
10087         * modules/unistd-safer (Makefile.am): Likewise.
10088         * modules/unlinkdir (Makefile.am): Likewise.
10089         * modules/unlocked-io (Makefile.am): Likewise.
10090         * modules/userspec (Makefile.am): Likewise.
10091         * modules/utime (Makefile.am): Likewise.
10092         * modules/utimecmp (Makefile.am): Likewise.
10093         * modules/utimens (Makefile.am): Likewise.
10094         * modules/vasnprintf (Makefile.am): Likewise.
10095         * modules/vasprintf (Makefile.am): Likewise.
10096         * modules/vsnprintf (Makefile.am): Likewise.
10097         * modules/xalloc (Makefile.am): Likewise.
10098         * modules/xgetcwd (Makefile.am): Likewise.
10099         * modules/xnanosleep (Makefile.am): Likewise.
10100         * modules/xreadlink (Makefile.am): Likewise.
10101         * modules/xstrtod (Makefile.am): Likewise.
10102         * modules/xstrtol (Makefile.am): Likewise.
10103         * modules/xstrtold (Makefile.am): Likewise.
10104         * modules/yesno (Makefile.am): Likewise.
10105         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
10106
10107 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
10108
10109         * modules/error (Makefile.am): Distribute files through
10110         EXTRA_DIST, not lib_SOURCES.
10111
10112 2006-10-12  Eric Blake  <ebb9@byu.net>
10113
10114         * modules/error (Makefile.am): Distribute files in /lib.
10115         * modules/obstack (Makefile.am): Likewise.
10116
10117 2006-10-12  Bruno Haible  <bruno@clisp.org>
10118
10119         * modules/acl (Makefile.am): Distribute all files in lib/ through
10120         EXTRA_DIST.
10121         * modules/arcfour (Makefile.am): Likewise.
10122         * modules/arctwo (Makefile.am): Likewise.
10123         * modules/argmatch (Makefile.am): Likewise.
10124         * modules/argz (Makefile.am): Likewise.
10125         * modules/atexit (Makefile.am): Likewise.
10126         * modules/backupfile (Makefile.am): Likewise.
10127         * modules/c-strtod (Makefile.am): Likewise.
10128         * modules/c-strtold (Makefile.am): Likewise.
10129         * modules/calloc (Makefile.am): Likewise.
10130         * modules/canon-host (Makefile.am): Likewise.
10131         * modules/canonicalize (Makefile.am): Likewise.
10132         * modules/chdir-long (Makefile.am): Likewise.
10133         * modules/chdir-safer (Makefile.am): Likewise.
10134         * modules/check-version (Makefile.am): Likewise.
10135         * modules/chown (Makefile.am): Likewise.
10136         * modules/cloexec (Makefile.am): Likewise.
10137         * modules/close-stream (Makefile.am): Likewise.
10138         * modules/closeout (Makefile.am): Likewise.
10139         * modules/crc (Makefile.am): Likewise.
10140         * modules/cycle-check (Makefile.am): Likewise.
10141         * modules/des (Makefile.am): Likewise.
10142         * modules/dirfd (Makefile.am): Likewise.
10143         * modules/dirname (Makefile.am): Likewise.
10144         * modules/dup2 (Makefile.am): Likewise.
10145         * modules/euidaccess (Makefile.am): Likewise.
10146         * modules/exclude (Makefile.am): Likewise.
10147         * modules/exitfail (Makefile.am): Likewise.
10148         * modules/fcntl-safer (Makefile.am): Likewise.
10149         * modules/file-type (Makefile.am): Likewise.
10150         * modules/fileblocks (Makefile.am): Likewise.
10151         * modules/filemode (Makefile.am): Likewise.
10152         * modules/filenamecat (Makefile.am): Likewise.
10153         * modules/fnmatch (Makefile.am): Likewise.
10154         * modules/fopen-safer (Makefile.am): Likewise.
10155         * modules/fpending (Makefile.am): Likewise.
10156         * modules/fprintftime (Makefile.am): Likewise.
10157         * modules/free (Makefile.am): Likewise.
10158         * modules/fsusage (Makefile.am): Likewise.
10159         * modules/ftruncate (Makefile.am): Likewise.
10160         * modules/fts (Makefile.am): Likewise.
10161         * modules/gc (Makefile.am): Likewise.
10162         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
10163         * modules/getaddrinfo (Makefile.am): Likewise.
10164         * modules/getcwd (Makefile.am): Likewise.
10165         * modules/getdelim (Makefile.am): Likewise.
10166         * modules/getdomainname (Makefile.am): Likewise.
10167         * modules/getgroups (Makefile.am): Likewise.
10168         * modules/gethostname (Makefile.am): Likewise.
10169         * modules/gethrxtime (Makefile.am): Likewise.
10170         * modules/getline (Makefile.am): Likewise.
10171         * modules/getloadavg (Makefile.am): Likewise.
10172         * modules/getlogin_r (Makefile.am): Likewise.
10173         * modules/getopt (Makefile.am): Likewise.
10174         * modules/getpass (Makefile.am): Likewise.
10175         * modules/getpass-gnu (Makefile.am): Likewise.
10176         * modules/getsubopt (Makefile.am): Likewise.
10177         * modules/gettime (Makefile.am): Likewise.
10178         * modules/gettimeofday (Makefile.am): Likewise.
10179         * modules/getugroups (Makefile.am): Likewise.
10180         * modules/getusershell (Makefile.am): Likewise.
10181         * modules/glob (Makefile.am): Likewise.
10182         * modules/group-member (Makefile.am): Likewise.
10183         * modules/hard-locale (Makefile.am): Likewise.
10184         * modules/hash (Makefile.am): Likewise.
10185         * modules/hmac-md5 (Makefile.am): Likewise.
10186         * modules/hmac-sha1 (Makefile.am): Likewise.
10187         * modules/human (Makefile.am): Likewise.
10188         * modules/idcache (Makefile.am): Likewise.
10189         * modules/imaxabs (Makefile.am): Likewise.
10190         * modules/imaxdiv (Makefile.am): Likewise.
10191         * modules/inet_ntop (Makefile.am): Likewise.
10192         * modules/inet_pton (Makefile.am): Likewise.
10193         * modules/inttostr (Makefile.am): Likewise.
10194         * modules/isapipe (Makefile.am): Likewise.
10195         * modules/lchown (Makefile.am): Likewise.
10196         * modules/long-options (Makefile.am): Likewise.
10197         * modules/lstat (Makefile.am): Likewise.
10198         * modules/malloc (Makefile.am): Likewise.
10199         * modules/mathl (Makefile.am): Likewise.
10200         * modules/mbchar (Makefile.am): Likewise.
10201         * modules/md2 (Makefile.am): Likewise.
10202         * modules/md4 (Makefile.am): Likewise.
10203         * modules/md5 (Makefile.am): Likewise.
10204         * modules/memcasecmp (Makefile.am): Likewise.
10205         * modules/memchr (Makefile.am): Likewise.
10206         * modules/memcmp (Makefile.am): Likewise.
10207         * modules/memcoll (Makefile.am): Likewise.
10208         * modules/memcpy (Makefile.am): Likewise.
10209         * modules/memmem (Makefile.am): Likewise.
10210         * modules/memmove (Makefile.am): Likewise.
10211         * modules/mempcpy (Makefile.am): Likewise.
10212         * modules/memrchr (Makefile.am): Likewise.
10213         * modules/memset (Makefile.am): Likewise.
10214         * modules/memxor (Makefile.am): Likewise.
10215         * modules/mkancesdirs (Makefile.am): Likewise.
10216         * modules/mkdir (Makefile.am): Likewise.
10217         * modules/mkdir-p (Makefile.am): Likewise.
10218         * modules/mkdtemp (Makefile.am): Likewise.
10219         * modules/mkstemp (Makefile.am): Likewise.
10220         * modules/mktime (Makefile.am): Likewise.
10221         * modules/modechange (Makefile.am): Likewise.
10222         * modules/mountlist (Makefile.am): Likewise.
10223         * modules/nanosleep (Makefile.am): Likewise.
10224         * modules/openat (Makefile.am): Likewise.
10225         * modules/pagealign_alloc (Makefile.am): Likewise.
10226         * modules/physmem (Makefile.am): Likewise.
10227         * modules/poll (Makefile.am): Likewise.
10228         * modules/posixtm (Makefile.am): Likewise.
10229         * modules/posixver (Makefile.am): Likewise.
10230         * modules/putenv (Makefile.am): Likewise.
10231         * modules/quote (Makefile.am): Likewise.
10232         * modules/quotearg (Makefile.am): Likewise.
10233         * modules/raise (Makefile.am): Likewise.
10234         * modules/read-file (Makefile.am): Likewise.
10235         * modules/readline (Makefile.am): Likewise.
10236         * modules/readlink (Makefile.am): Likewise.
10237         * modules/readtokens (Makefile.am): Likewise.
10238         * modules/readutmp (Makefile.am): Likewise.
10239         * modules/realloc (Makefile.am): Likewise.
10240         * modules/regex (Makefile.am): Likewise.
10241         * modules/rename (Makefile.am): Likewise.
10242         * modules/rename-dest-slash (Makefile.am): Likewise.
10243         * modules/rijndael (Makefile.am): Likewise.
10244         * modules/rmdir (Makefile.am): Likewise.
10245         * modules/rpmatch (Makefile.am): Likewise.
10246         * modules/safe-read (Makefile.am): Likewise.
10247         * modules/safe-write (Makefile.am): Likewise.
10248         * modules/same (Makefile.am): Likewise.
10249         * modules/save-cwd (Makefile.am): Likewise.
10250         * modules/savedir (Makefile.am): Likewise.
10251         * modules/setenv (Makefile.am): Likewise.
10252         * modules/settime (Makefile.am): Likewise.
10253         * modules/sha1 (Makefile.am): Likewise.
10254         * modules/sig2str (Makefile.am): Likewise.
10255         * modules/snprintf (Makefile.am): Likewise.
10256         * modules/stdlib-safer (Makefile.am): Likewise.
10257         * modules/stpcpy (Makefile.am): Likewise.
10258         * modules/stpncpy (Makefile.am): Likewise.
10259         * modules/strcase (Makefile.am): Likewise.
10260         * modules/strcasestr (Makefile.am): Likewise.
10261         * modules/strchrnul (Makefile.am): Likewise.
10262         * modules/strcspn (Makefile.am): Likewise.
10263         * modules/strdup (Makefile.am): Likewise.
10264         * modules/strerror (Makefile.am): Likewise.
10265         * modules/strftime (Makefile.am): Likewise.
10266         * modules/strndup (Makefile.am): Likewise.
10267         * modules/strnlen (Makefile.am): Likewise.
10268         * modules/strpbrk (Makefile.am): Likewise.
10269         * modules/strsep (Makefile.am): Likewise.
10270         * modules/strstr (Makefile.am): Likewise.
10271         * modules/strtod (Makefile.am): Likewise.
10272         * modules/strtoimax (Makefile.am): Likewise.
10273         * modules/strtok_r (Makefile.am): Likewise.
10274         * modules/strtol (Makefile.am): Likewise.
10275         * modules/strtoll (Makefile.am): Likewise.
10276         * modules/strtoul (Makefile.am): Likewise.
10277         * modules/strtoull (Makefile.am): Likewise.
10278         * modules/strtoumax (Makefile.am): Likewise.
10279         * modules/strverscmp (Makefile.am): Likewise.
10280         * modules/time_r (Makefile.am): Likewise.
10281         * modules/timegm (Makefile.am): Likewise.
10282         * modules/tmpfile-safer (Makefile.am): Likewise.
10283         * modules/unistd-safer (Makefile.am): Likewise.
10284         * modules/unlinkdir (Makefile.am): Likewise.
10285         * modules/userspec (Makefile.am): Likewise.
10286         * modules/utime (Makefile.am): Likewise.
10287         * modules/utimecmp (Makefile.am): Likewise.
10288         * modules/utimens (Makefile.am): Likewise.
10289         * modules/vasnprintf (Makefile.am): Likewise.
10290         * modules/vasprintf (Makefile.am): Likewise.
10291         * modules/vsnprintf (Makefile.am): Likewise.
10292         * modules/xalloc (Makefile.am): Likewise.
10293         * modules/xgetcwd (Makefile.am): Likewise.
10294         * modules/xnanosleep (Makefile.am): Likewise.
10295         * modules/xreadlink (Makefile.am): Likewise.
10296         * modules/xstrtod (Makefile.am): Likewise.
10297         * modules/xstrtol (Makefile.am): Likewise.
10298         * modules/xstrtold (Makefile.am): Likewise.
10299         * modules/yesno (Makefile.am): Likewise.
10300
10301 2006-10-12  Jim Meyering  <jim@meyering.net>
10302
10303         * m4/getloadavg.m4: Revert the change below.
10304
10305         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
10306         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
10307         fail with a symlink, which is what coreutils' ./bootstrap now
10308         creates by default.
10309
10310 2006-10-12  Bruno Haible  <bruno@clisp.org>
10311
10312         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
10313         mingw.
10314         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
10315         MSVC and mingw explicitly.
10316
10317 2006-10-11  Simon Josefsson  <jas@extundo.com>
10318             Bruno Haible  <bruno@clisp.org>
10319
10320         Add support for multiple gnulib-tool invocations in the scope of a
10321         single configure.ac file.
10322         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
10323         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
10324         with the same contents as the _LIBADD variable.
10325         (func_emit_initmacro_start, func_emit_initmacro_end,
10326         func_emit_initmacro_done): New functions.
10327         (func_import, func_create_testdir): Invoke them. Allow the identifiers
10328         gl_LIBOBJS and gl_LTLIBOBJS.
10329
10330 2006-10-11  Bruno Haible  <bruno@clisp.org>
10331
10332         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
10333         (func_create_testdir): Don't create po/Makefile.am, don't invoke
10334         autoreconf. Instead, invoke autopoint explicitly but move back the
10335         *.m4 files from gnulib.
10336
10337 2006-10-11  Bruno Haible  <bruno@clisp.org>
10338
10339         * gnulib-tool (func_usage): Make module names after --create-testdir
10340         optional.
10341         (func_create_testdir): If no module was specified, use nearly all
10342         modules.
10343
10344 2006-10-12  Jim Meyering  <jim@meyering.net>
10345
10346         Big performance improvement for fts-based tools that use FTS_NOSTAT.
10347         Avoid spurious inode-mismatch problems on non-POSIX file systems.
10348         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
10349         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
10350         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
10351         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
10352         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
10353         (fts_set_stat_required): New function.
10354         (fts_open): Defer the calls to fts_stat, if possible or requested.
10355         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
10356         into fts_stat itself.
10357         (fts_read): Perform any required (deferred) fts_stat call.
10358         (fts_build): Likewise, for the directory we're about to open and read.
10359         In the readdir loop, carefully decide whether each entry will require
10360         an eventual call to fts_stat, using dirent.d_type info if available.
10361         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
10362         a command line argument into this function.  Update all callers.
10363         Map a return value of FTS_DOT to FTS_D for a command line argument.
10364         * modules/fts (Depends-on): Add d-type.  Alphabetize.
10365         Thanks to Miklos Szeredi for his tenacity and for the initial
10366         bug report about "find" failing on a FUSE-based file system.
10367
10368         * lib/fts.c (fts_open): Use consistent indentation.
10369
10370 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
10371
10372         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
10373         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
10374         reported by Jim Meyering.  All uses of cache variables renamed
10375         to match Autoconf's.
10376         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
10377         the other one.
10378
10379         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
10380         Fix misspelling in diagnostic.
10381
10382 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
10383
10384         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
10385         defined.  Problem reported by Matthew Woehlke.
10386
10387         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
10388         Add support for Tandem NonStop R series.
10389         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
10390         Use new macro.
10391
10392         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
10393         (has_trailing_slash): Omit size arg; all callers changed.
10394         Omit 'inline', since it doesn't help performance and we'd
10395         need to configure it.
10396         Don't count //, ///, etc. as having a trailing slash.
10397         As a side effect, this removes a C99ism reported by Matthew Woehlke.
10398         (rpl_rename_dest_slash): On failure, use rename's errno rather
10399         than (in some cases) an incorrect or junk errno.
10400         Simplify code by removing need to compute length; this does
10401         cause it to make two passes instead of one over the file name,
10402         but it's worth it.
10403
10404         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
10405         change, since Autoconf's version may no longer be appropriate now
10406         that we are using CVS Autoconf's version.  Add support for Tandem.
10407
10408 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
10409             Bruno Haible  <bruno@clisp.org>
10410
10411         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
10412         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
10413         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
10414         gl_AC_TYPE_LONG_LONG.
10415
10416         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
10417         instead of HAVE_LONG_LONG.
10418         * lib/printf-args.c (printf_fetchargs): Likewise.
10419         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
10420         * lib/vasnprintf.c (VASNPRINTF): Likewise.
10421         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
10422         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
10423         gl_AC_TYPE_LONG_LONG.
10424
10425 2006-10-11  Bruno Haible  <bruno@clisp.org>
10426
10427         * m4/longlong.m4: Add comments.
10428         * m4/ulonglong.m4: Likewise.
10429
10430 2006-10-10  Bruno Haible  <bruno@clisp.org>
10431
10432         Make it possible to #define stpcpy, strdup to aliases.
10433         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
10434         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
10435
10436 2006-10-10  Bruno Haible  <bruno@clisp.org>
10437
10438         Make it possible to #define gcd to an alias.
10439         * lib/gcd.c: Include config.h.
10440
10441 2006-10-10  Bruno Haible  <bruno@clisp.org>
10442
10443         Make it possible to #define c_isascii to an alias.
10444         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
10445         defined. Undefine the macros before defining them, to avoid gcc
10446         warnings.
10447         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
10448         define NO_C_CTYPE_MACROS early.
10449
10450 2006-10-10  Bruno Haible  <bruno@clisp.org>
10451
10452         Make it possible to #define set_program_name to an alias.
10453         * lib/progname.c: Don't undefine set_program_name; instead, undefine
10454         ENABLE_RELOCATABLE early.
10455
10456 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
10457
10458         Port to Tandem NSK OSS, which has 64-bit signed int but at most
10459         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
10460         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
10461         More generally, don't assume that 64-bit signed int is available
10462         if unsigned int is, and vice versa.
10463         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
10464         unsigned symbols, not on their signed counterparts.
10465         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
10466         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
10467         (UINT64_C, UINTMAX_C):
10468         Likewise.
10469         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
10470         unsigned counterparts.
10471         (Have_long_long, Unsigned): New macros.
10472         (Int): Renamed from INT.
10473         (strtoimax): Use the new macros.
10474         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
10475         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
10476         * modules/inttypes (inttypes.h): Substitute
10477         HAVE_UNSIGNED_LONG_LONG_INT.
10478         * modules/stdint (stdint.h): Likewise.
10479         (Files): Add m4/ulonglong.m4.
10480
10481 2006-10-10  Bruno Haible  <bruno@clisp.org>
10482
10483         Fix a gcc -Wshadow warning.
10484         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
10485         to 'bucket'.
10486         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
10487         gl_linked_indexof_from_to): Likewise.
10488         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
10489         Likewise.
10490         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
10491         Likewise.
10492         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
10493         Reported by Eric Blake.
10494
10495 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
10496
10497         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
10498         for NetBSD.  Problem reported by Bruno Haible.
10499
10500 2006-10-09  Jim Meyering  <jim@meyering.net>
10501
10502         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
10503         Patch from Bruno Haible.
10504
10505 2006-10-09  Jim Meyering  <jim@meyering.net>
10506
10507         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
10508         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
10509         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
10510
10511 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
10512
10513         Don't include <config.h> twice; this doesn't work in some cases,
10514         e.g., when config.h has "#define intmax_t long long int" and
10515         we include <config.h>, <inttypes.h>, <config.h> in that order.
10516         Problem reported by Matthew Woehlke in:
10517         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
10518         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
10519         * lib/fts-cycle.c: Don't include config.h.
10520         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
10521         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
10522         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
10523         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
10524         inttypes.h.
10525         * lib/xstrtoumax.c: Likewise.
10526         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
10527         __strtol and the like, so that this module is more like its siblings.
10528         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
10529         Remove; no longer needed now that we assume gnulib inttypes.h.
10530
10531 2006-10-08  Bruno Haible  <bruno@clisp.org>
10532
10533         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
10534         option.
10535
10536 2006-10-07  Jim Meyering  <jim@meyering.net>
10537
10538         * modules/inttypes (inttypes.h): Revert what seems to have been
10539         an inadvertent part of today's change: use "|", not "/" in the
10540         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
10541
10542 2006-10-07  Bruno Haible  <bruno@clisp.org>
10543
10544         * modules/sublist: New file.
10545
10546 2006-10-07  Bruno Haible  <bruno@clisp.org>
10547
10548         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
10549         * modules/argz (argz.h): Likewise.
10550         * modules/arpa_inet (arpa/inet.h): Likewise.
10551         * modules/byteswap (byteswap.h): Likewise.
10552         * modules/configmake (configmake.h): Likewise.
10553         * modules/fcntl (fcntl.h): Likewise.
10554         * modules/fnmatch (fnmatch.h): Likewise.
10555         * modules/getopt (getopt.h): Likewise.
10556         * modules/glob (glob.h): Likewise.
10557         * modules/inttypes (inttypes.h): Likewise.
10558         * modules/netinet_in (netinet/in.h): Likewise.
10559         * modules/poll (poll.h): Likewise.
10560         * modules/stdbool (stdbool.h): Likewise.
10561         * modules/stdint (stdint.h): Likewise.
10562         * modules/sys_select (sys/select.h): Likewise.
10563         * modules/sys_socket (sys/socket.h): Likewise.
10564         * modules/sys_stat (sys/stat.h): Likewise.
10565         * modules/sysexits (sysexits.h): Likewise.
10566         * modules/unistd (unistd.h): Likewise.
10567         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
10568         Add a "DO NOT EDIT" comment to the generated file.
10569         (func_import): Likewise for gnulib-comp.m4.
10570
10571 2006-10-07  Bruno Haible  <bruno@clisp.org>
10572
10573         * lib/gl_sublist.h: New file.
10574         * lib/gl_sublist.c: New file.
10575
10576 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
10577
10578         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
10579         name (relative to the original working directory) and the file
10580         name component (relative to the temporary working directory).  All
10581         callers changed.
10582         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
10583         * lib/mkdir-p.c (make_dir_parents): Likewise.
10584         * lib/mkdir-p.h (make_dir_parents): Likewise.
10585
10586 2006-10-06  Eric Blake  <ebb9@byu.net>
10587
10588         Define several macros for use by the clean-temp module.
10589         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
10590         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
10591         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
10592
10593         * lib/clean-temp.h (close_stream_temp): New declaration.
10594         * lib/clean-temp.c (includes): Pull in headers according to what
10595         other modules are in use.
10596         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
10597
10598 2006-10-06  Bruno Haible  <bruno@clisp.org>
10599
10600         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
10601         instead of fopen, fwriteerror.
10602
10603 2006-10-06  Bruno Haible  <bruno@clisp.org>
10604
10605         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
10606         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
10607         int.
10608         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
10609         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
10610         Return an error indicator.
10611         Suggested by Eric Blake.
10612
10613 2006-10-06  Bruno Haible  <bruno@clisp.org>
10614
10615         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
10616         Reported by Eric Blake.
10617
10618 2006-10-06  Bruno Haible  <bruno@clisp.org>
10619
10620         * modules/closeout (Description): Mention stderr too.
10621
10622 2006-10-06  Bruno Haible  <bruno@clisp.org>
10623         and Paul Eggert  <eggert@cs.ucla.edu>
10624
10625         * lib/closeout.c (close_stdout): Also close stderr.
10626         * lib/closeout.h: Update comment.
10627
10628 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
10629
10630         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
10631         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
10632         * lib/dirchownmod.c: Include lchown.h.
10633         * lib/lchown.c: Don't include files that lchown.h now includes.
10634         Don't declare chown, since lchown.h now does that.
10635         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
10636         (lchown): Define to rpl_chown if lchown is declared but
10637         does not exist.  Declare using a prototype if lchown is not
10638         declared.  Add a copyright notice.
10639         * lib/mkstemp.h: Include <unistd.h>.
10640         * lib/openat.c: Include lchown.h.
10641
10642         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
10643         we now test for that separately.
10644         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
10645         rather than O_NOFOLLOW, when testing whether it's possible to
10646         avoid a race condition reliably.
10647         * lib/savewd.c (savewd_chdir): Likewise.
10648
10649         Remove macros that are no longer needed now that stdint.h is
10650         reliable.
10651         * lib/fsusage.c (UINTMAX_MAX): Remove.
10652         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
10653         * lib/utimecmp.c (SIZE_MAX): Remove.
10654
10655         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
10656
10657         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
10658         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
10659         O_NOATIME works.
10660
10661 2006-10-05  Bruno Haible  <bruno@clisp.org>
10662
10663         * lib/gl_list.h (gl_sortedlist_search_from_to,
10664         gl_sortedlist_indexof_from_to): New declarations.
10665         (gl_list_implementation): New fields sortedlist_search_from_to,
10666         sortedlist_indexof_from_to.
10667         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
10668         inline functions.
10669         * lib/gl_list.c (gl_sortedlist_search_from_to,
10670         gl_sortedlist_indexof_from_to): New functions.
10671         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
10672         function.
10673         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
10674         (gl_array_sortedlist_search_from_to): New function.
10675         (gl_array_list_implementation): Update.
10676         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
10677         function.
10678         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
10679         (gl_carray_sortedlist_search_from_to): New function.
10680         (gl_carray_list_implementation): Update.
10681         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
10682         gl_linked_sortedlist_indexof_from_to): New functions.
10683         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
10684         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
10685         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
10686         gl_tree_sortedlist_indexof_from_to): New functions.
10687         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
10688         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
10689         Update.
10690         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
10691         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
10692         Update.
10693
10694 2006-10-05  Bruno Haible  <bruno@clisp.org>
10695
10696         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
10697         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
10698         (struct gl_list_implementation): Add fields search_from_to,
10699         indexof_from_to. Remove fields search, indexof.
10700         (gl_list_search): Use the search_from_to method.
10701         (gl_list_search_from, gl_list_search_from_to): New functions.
10702         (gl_list_indexof): Use the indexof_from_to method.
10703         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
10704         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
10705         (gl_list_search_from, gl_list_search_from_to): New functions.
10706         (gl_list_indexof): Use the indexof_from_to method.
10707         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
10708         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
10709         gl_array_indexof. Add start_index, end_index arguments.
10710         (gl_array_search_from_to): Renamed from gl_array_search. Add
10711         start_index, end_index arguments.
10712         (gl_array_remove, gl_array_list_implementation): Update.
10713         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
10714         gl_carray_indexof. Add start_index, end_index arguments.
10715         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
10716         start_index, end_index arguments.
10717         (gl_carray_remove, gl_carray_list_implementation): Update.
10718         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
10719         gl_linked_search. Add start_index, end_index arguments.
10720         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
10721         start_index, end_index arguments.
10722         (gl_linked_remove): Update.
10723         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
10724         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
10725         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
10726         field to 'size_t'.
10727         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
10728         gl_tree_search. Add start_index, end_index arguments.
10729         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
10730         start_index, end_index arguments.
10731         (gl_tree_remove): Update.
10732         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
10733         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
10734         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
10735         function.
10736         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
10737         gl_tree_search. Add start_index, end_index arguments.
10738         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
10739         start_index, end_index arguments.
10740         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
10741         Update.
10742         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
10743
10744 2006-10-05  Bruno Haible  <bruno@clisp.org>
10745
10746         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
10747
10748         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
10749         fwriteerror_temp): New declarations.
10750         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
10751         (descriptors): New variable.
10752         (cleanup): First, close the descriptors.
10753         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
10754         fclose_temp, fwriteerror_temp): New functions.
10755
10756 2006-10-04  Jim Meyering  <jim@meyering.net>
10757
10758         * lib/fts.c (fts_open): Tiny comment change.
10759
10760 2006-10-04  Bruno Haible  <bruno@clisp.org>
10761
10762         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
10763         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
10764         gl_LOCK_BODY.
10765         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
10766         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
10767         gl_LOCK_EARLY_BODY.
10768         (gl_LOCK): Require gl_LOCK_BODY.
10769
10770 2006-10-04  Bruno Haible  <bruno@clisp.org>
10771
10772         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
10773         (gl_oset_search_atleast): New declaration.
10774         (struct gl_oset_implementation): Add field 'search_atleast'.
10775         (gl_oset_search_atleast): New inline function.
10776         * lib/gl_oset.c (gl_oset_search_atleast): New function.
10777         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
10778         (gl_array_oset_implementation): Update.
10779         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
10780         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
10781         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
10782
10783 2006-10-04  Bruno Haible  <bruno@clisp.org>
10784
10785         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
10786
10787 2006-10-03  Bruno Haible  <bruno@clisp.org>
10788
10789         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
10790         from gl_avltreehash_list_implementation.
10791
10792 2006-10-03  Bruno Haible  <bruno@clisp.org>
10793
10794         * lib/gl_oset.c (gl_oset_add): Fix return type.
10795
10796 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
10797
10798         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
10799
10800 2006-10-02  Eric Blake  <ebb9@byu.net>
10801
10802         * modules/strnlen (Depends-on): Add extensions.
10803
10804 2006-10-02  Eric Blake  <ebb9@byu.net>
10805
10806         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
10807         definition in 2.60+.
10808
10809 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
10810
10811         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
10812         checks.
10813
10814 2006-10-02  Bruno Haible  <bruno@clisp.org>
10815
10816         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
10817         to the AUTOMAKE_OPTIONS.
10818         Reported by Jim Meyering.
10819
10820 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
10821
10822         Work around bug in Solaris 10 /proc file system:
10823         /proc/self/fd/NNN/.. isn't the parent directory of
10824         the directory whose file descriptor is NNN.  This needs to
10825         be worked around at run time, not compile time, since a
10826         program might be built on Solaris 8, where things work, and
10827         run on Solaris 10.
10828         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
10829         to use the following interface instead:
10830         (OPENAT_BUFFER_SIZE): New macro.
10831         (openat_proc_name): New function.
10832         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
10833         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
10834         Likewise.
10835         * lib/openat-proc.c: New file.
10836         * modules/openat (Files): Add lib/openat-proc.c.
10837         (Depends-on): Add same-inode, stdbool.
10838         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
10839
10840 2006-09-29  Bruno Haible  <bruno@clisp.org>
10841
10842         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
10843         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
10844         argument. Set stdout_closed before testing for ferror, not after.
10845         (fwriteerror, fwriteerror_no_ebadf): New functions.
10846
10847 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10848
10849         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
10850
10851 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
10852
10853         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
10854         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
10855
10856 2006-09-28  Jim Meyering  <jim@meyering.net>
10857
10858         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
10859         Include <unistd.h>.
10860
10861 2006-09-28  Bruno Haible  <bruno@clisp.org>
10862
10863         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
10864         * modules/linkedhash-list (Depends-on): Likewise.
10865         * modules/rbtreehash-list (Depends-on): Likewise.
10866
10867 2006-09-28  Bruno Haible  <bruno@clisp.org>
10868
10869         * lib/strndup.h: Simplify the redefinition of strndup.
10870         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
10871         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
10872
10873 2006-09-28  Bruno Haible  <bruno@clisp.org>
10874
10875         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
10876         * lib/gl_linkedhash_list.c: Likewise.
10877         * lib/gl_rbtreehash_list.c: Likewise.
10878
10879 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
10880
10881         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
10882         getaddrinfo.
10883
10884         * lib/__fpending.h: Don't include <stdio_ext.h> unless
10885         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
10886         it causes <stdio_ext.h> to cause a compile-time error.
10887         Problem reported by Nelson H. F. Beebe.
10888         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
10889         of HAVE_DECL___PENDING.
10890
10891         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
10892         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
10893         declaration.
10894
10895 2006-09-27  Jim Meyering  <jim@meyering.net>
10896
10897         This file could end up with a definition for a function
10898         named __strndup, rather than rpl_strndup on a system with
10899         incomplete weak_alias support.
10900         * lib/strndup.c (strndup): Rename from __strndup.
10901         Remove #defines that used to map __strndup to strndup.
10902         Don't use K&R prototypes.
10903         Remove LIBC-related code, since this file is not sync'd with glibc.
10904         * lib/strndup.h: Revamp, accordingly.
10905         * m4/strndup.m4: Modernize.
10906
10907 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
10908
10909         * modules/savewd (Depends-on): Add 'raise'.
10910         * lib/savewd.c: Include <signal.h>, for 'raise'.
10911
10912 2006-09-26  Jim Meyering  <jim@meyering.net>
10913
10914         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
10915         when we detect Darwin 8.7.0's acl_get_file bug.
10916         Rearrange to perform the new (below) run-test while $LIBS
10917         contains any acl-related library.  Set USE_ACL at the end.
10918         (gl_ACL_GET_FILE): New function.
10919
10920 2006-09-26  Eric Blake  <ebb9@byu.net>
10921
10922         * lib/verror.c: Include <config.h> unconditionally.
10923
10924 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
10925
10926         * modules/clock-time (Maintainer): Add self.
10927         * modules/getlogin_r (Depends-on): Add extensions.
10928
10929 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10930
10931         * modules/clock-time: New module.
10932         * modules/nanosleep (Depends-on): Add clock-time.
10933         * modules/gethrxtime (Depends-on): Likewise.
10934         * modules/gettime (Depends-on): Likewise.
10935         * modules/settime (Depends-on): Likewise.
10936
10937         * modules/fts-lgpl: Depend on openat.
10938         * modules/mkancesdirs: Depend on savewd.
10939         * modules/mkdir-p: Likewise.
10940
10941 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10942
10943         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
10944
10945         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
10946         `gl_have_arbitrary_file_name_length_limit' to
10947         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
10948         actually works between configure runs.
10949
10950 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10951             Bruno Haible  <bruno@clisp.org>
10952
10953         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
10954
10955 2006-09-25  Jim Meyering  <jim@meyering.net>
10956
10957         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
10958         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
10959
10960 2006-09-25  Eric Blake  <ebb9@byu.net>
10961
10962         * gnulib-tool (func_import, func_create_testdir): Fix typos in
10963         exec's in 2006-09-18 patch when shuffling fds.
10964
10965 2006-09-25  Bruno Haible  <bruno@clisp.org>
10966
10967         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
10968         Reported by Jim Meyering.
10969
10970 2006-09-24  Jim Meyering  <jim@meyering.net>
10971
10972         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
10973         compare a pointer against a literal "0".  That caused failures with
10974         at least HP-UX's hpcc.
10975
10976 2006-09-22  Simon Josefsson  <jas@extundo.com>
10977
10978         * modules/gc-sha1:
10979         * modules/gc-md4:
10980         * modules/gc-hmac-sha1:
10981         * modules/gc-hmac-md5:
10982         * modules/gc-des:
10983         * modules/gc-arcfour: Distribute more files.
10984
10985 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10986
10987         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
10988         (gl_linked_iterator_from_to): Initialize struct completely.
10989         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
10990         (gl_tree_iterator_from_to): Likewise
10991         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
10992         * lib/gl_array_list.c [lint] (gl_array_iterator)
10993         (gl_array_iterator_from_to): Likewise.
10994         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
10995         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
10996         (gl_carray_iterator_from_to): Likewise.
10997
10998         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
10999         * lib/md4.c (md4_process_block): Remove unused variable.
11000         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
11001         parentheses for clarity.
11002
11003 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11004
11005         * modules/bison-i18n (Depends-on): Add gettext.
11006
11007 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11008
11009         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
11010         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
11011         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
11012         also add missing comma that caused broken test.
11013         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
11014         stdlib.h, for `abort'.
11015         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
11016         variables.
11017         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
11018         include unistd.h if present, for `rmdir'.
11019         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
11020         variables.
11021         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
11022         in the process include standard headers for prototypes.
11023         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
11024         gets declared on GNU/Linux.
11025         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
11026         unistd.h, for `rmdir'.
11027         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
11028
11029         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
11030         always true.
11031         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
11032
11033         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
11034
11035 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11036
11037         * gnulib-tool (func_version): Create output all at once.  This
11038         may help avoid triggering unnecessary SIGPIPEs, and at any
11039         rate it doesn't hurt.
11040
11041 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11042             Bruno Haible  <bruno@clisp.org>
11043
11044         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
11045         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
11046         * m4/signed.m4 (bh_C_SIGNED): Likewise.
11047
11048         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
11049         (gl_FUNC_VASPRINTF): Invoke it.
11050
11051 2006-09-22  Bruno Haible  <bruno@clisp.org>
11052
11053         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
11054         getloadavg.c as first argument.
11055
11056 2006-09-22  Bruno Haible  <bruno@clisp.org>
11057
11058         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
11059         at the beginning of the gl_INIT macro.
11060         * modules/getloadavg (configure.ac): Pass $gl_source_base to
11061         gl_GETLOADAVG.
11062
11063 2006-09-22  Bruno Haible  <bruno@clisp.org>
11064
11065         * gnulib-tool (func_create_megatestdir): Don't include the config-h
11066         module.
11067         Suggested by Ralf Wildenhues.
11068
11069 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
11070
11071         Import this patch from libc:
11072
11073         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
11074
11075         * lib/regex_internal.c (re_string_reconstruct): Handle
11076         offset < pstr->valid_raw_len && pstr->offsets_needed case.
11077         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
11078         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
11079         re_string_context_at.
11080
11081         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
11082         now requires it.
11083         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
11084         gl_REGEX now does it for us.
11085         (gl_REGEX): Add test taken from
11086         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
11087
11088         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
11089         Check that large offsets work.  Modernize Autoconf usages.
11090         Prefer "yes" to mean a good thing rather than a bad.
11091         Don't put "#define mkstemp" in config.h, as this might interfere
11092         with standard system headers that "#define mkstemp mkstemp64".
11093
11094         * modules/mkstemp (Depends-on): Add extensions, so that
11095         mkstemp is visible on some platforms.
11096         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
11097         (Include): Change to "mkstemp.h" from <stdlib.h>.
11098         (Files): Add mkstemp.h.
11099
11100         * lib/mkstemp.h: New file, since some standard headers
11101         #define mkstemp.
11102         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
11103         Include "mkstemp.h".
11104         Make the _LIBC code resemble glibc original more,
11105         e.g., use K&R style.
11106         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
11107         (mkstemp): Remove, since mkstemp.h does this for us.
11108         * lib/stdlib--.h: Include mkstemp.h.
11109
11110         Import this patch from libc:
11111
11112         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
11113
11114         * lib/tempname.c (__gen_tempname): Change attempts_min
11115         into a macro.  Use preprocessor to decide how to initialize
11116         attempts [Coverity CID 67].
11117
11118 2006-09-20  Bruno Haible  <bruno@clisp.org>
11119
11120         * lib/mkdtemp.c: Import from libc.
11121         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
11122                 * sysdeps/posix/tempname.c (__gen_tempname): Change
11123                 attempts_min into a macro.  Use preprocessor to decide how to
11124                 initialize attempts [Coverity CID 67].
11125         2001-11-27  Paul Eggert  <eggert@twinsun.com>
11126                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
11127                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
11128
11129 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11130
11131         * gnulib-tool (func_exit): New function, to allow to pass the
11132         exit status portably through the trap.  Use everywhere.
11133         (--help, --version): Signal a write error.
11134         (trap): catch SIGPIPE, for write errors.
11135         Exit at the end of the trap, with the correct exit status.
11136
11137 2006-09-19  Karl Berry  <karl@gnu.org>
11138
11139         * doc/gnulib.texi: note about the license texinfo files.
11140
11141 2006-09-19  Eric Blake  <ebb9@byu.net>
11142
11143         * gnulib-tool: Avoid space-tab.
11144
11145 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
11146
11147         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
11148         that prevented coreutils 6.1 from building.  Problem reported
11149         by Petter Reinholdtsen.
11150
11151 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
11152
11153         * gnulib-tool (avoidlist): Fix typo that broke options like
11154         --avoid=lock that are used by coreutils bootstrap.
11155
11156 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
11157
11158         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
11159         more systematically.
11160
11161 2006-09-18  Jim Meyering  <jim@meyering.net>
11162
11163         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
11164
11165 2006-09-18  Bruno Haible  <bruno@clisp.org>
11166
11167         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
11168
11169 2006-09-18  Bruno Haible  <bruno@clisp.org>
11170
11171         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
11172         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
11173         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
11174         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
11175         * m4/gettext.m4: Require autoconf >= 2.52.
11176         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
11177         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
11178         of gl_cv_header_inttypes_h.
11179
11180 2006-09-18  Bruno Haible  <bruno@clisp.org>
11181
11182         * lib/javaversion.c: Include configmake.h.
11183
11184 2006-09-18  Bruno Haible  <bruno@clisp.org>
11185
11186         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
11187         avoid that the while loops be executed in a subshell.
11188
11189 2006-09-18  Bruno Haible  <bruno@clisp.org>
11190
11191         * MODULES.html.sh (func_module): Break long lines.
11192         Suggested by Bruce Korb <bkorb@gnu.org>.
11193
11194 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11195
11196         Speed up by a factor of 1.12.
11197         * gnulib-tool (nl): New variable.
11198         (func_import): Rewrite include directive extraction to only read each
11199         directive once.
11200
11201 2006-09-17  Bruno Haible  <bruno@clisp.org>
11202
11203         * modules/javaversion (Makefile.am): Remove DEFS setting.
11204         (Depends-on): Add configmake, for PKGDATADIR definition.
11205
11206 2006-09-17  Bruno Haible  <bruno@clisp.org>
11207
11208         * gnulib-tool (func_create_testdir): Rewrite all files at once.
11209
11210 2006-09-17  Bruno Haible  <bruno@clisp.org>
11211
11212         * gnulib-tool (func_append): New function, stolen from libtool.m4.
11213         (func_modules_transitive_closure, func_modules_add_dummy,
11214         func_modules_to_filelist, func_import, func_create_testdir,
11215         func_create_megatestdir, ...): Use it wherever possible.
11216         Suggested by Ralf Wildenhues.
11217
11218 2006-09-16  Karl Berry  <karl@gnu.org>
11219
11220         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
11221         to avoid sectioning errors.
11222         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
11223         [ifinfo]: blank line after @center-ed titles.
11224         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
11225         Spell FSF address consistently with others.
11226         (These changes approved by rms.)
11227
11228 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11229
11230         Speed up by a factor of 1.61.
11231         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
11232         already checked module names again.
11233
11234 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11235
11236         Speed up by a factor of 1.13.
11237         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
11238         for new_files, and the input to func_add_or_update.
11239
11240 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11241
11242         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
11243         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
11244
11245 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
11246
11247         * modules/mkancesdirs (Depends-on): Add fcntl.
11248         * modules/savewd: New file.
11249         * MODULES.html.sh (File system functions): Add savewd.
11250
11251         * modules/configmake (Makefile.am): Add support for the
11252         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
11253
11254 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
11255
11256         * m4/savewd.m4: New file.
11257
11258 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
11259
11260         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
11261         (dirchownmod): New arg FD.  All callers changed.
11262         Use FD rather than opening the directory ourself, as opening is
11263         now the caller's responsibility.
11264         * lib/dirchownmod.h: Likewise.
11265         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
11266         hosts that require <sys/types.h> before <sys/stat.h>.  Include
11267         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
11268         (test_dir): Remove.
11269         (mkancesdirs): Return length of prefix of FILE that has already
11270         been made, or -2 if there is a child doing the work.  Redo
11271         algorithm so that it is O(N) rather than O(N**2).  Optimize away
11272         ".", and treat ".." specially since it might stray back into
11273         already-created areas.  Use a subprocess if necessary.  New arg
11274         WD; all users changed.  MAKE_DIR function should now return 1
11275         if it creates a directory that is not readable.  Return -2 if
11276         a child process is spun off.
11277         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
11278         Adjust signature to match code.
11279         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
11280         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
11281         all users changed.
11282         * lib/savewd.c, lib/savewd.h: New files.
11283
11284 2006-09-15  Jim Meyering  <jim@meyering.net>
11285
11286         * modules/rename-dest-slash: New module.
11287         * MODULES.html.sh (posix_compat): Add it here.
11288
11289         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
11290
11291 2006-09-15  Jim Meyering  <jim@meyering.net>
11292
11293         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
11294         file.
11295
11296         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
11297
11298 2006-09-15  Jim Meyering  <jim@meyering.net>
11299
11300         * lib/rename-dest-slash.c (has_trailing_slash): Use
11301         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
11302         (rpl_rename_dest_slash): Perform the cheaper trailing slash
11303         test before testing whether SRC is a directory.
11304         Suggestions from Bruno Haible.
11305
11306         Avoid a warning about an unused variable.
11307         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
11308         into the #ifdef block where it's used.
11309
11310         * lib/rename-dest-slash.c: New file.
11311
11312 2006-09-14  Bruno Haible  <bruno@clisp.org>
11313
11314         * lib/allocsa.c: Include <config.h> unconditionally.
11315         * lib/asnprintf.c: Likewise.
11316         * lib/asprintf.c: Likewise.
11317         * lib/c-strcasecmp.c: Likewise.
11318         * lib/c-strcasestr.c: Likewise.
11319         * lib/c-strncasecmp.c: Likewise.
11320         * lib/c-strstr.c: Likewise.
11321         * lib/classpath.c: Likewise.
11322         * lib/clean-temp.c: Likewise.
11323         * lib/concatpath.c: Likewise.
11324         * lib/copy-file.c: Likewise.
11325         * lib/csharpcomp.c: Likewise.
11326         * lib/csharpexec.c: Likewise.
11327         * lib/execute.c: Likewise.
11328         * lib/fatal-signal.c: Likewise.
11329         * lib/findprog.c: Likewise.
11330         * lib/fwriteerror.c: Likewise.
11331         * lib/gl_array_list.c: Likewise.
11332         * lib/gl_array_oset.c: Likewise.
11333         * lib/gl_avltree_list.c: Likewise.
11334         * lib/gl_avltree_oset.c: Likewise.
11335         * lib/gl_avltreehash_list.c: Likewise.
11336         * lib/gl_carray_list.c: Likewise.
11337         * lib/gl_linked_list.c: Likewise.
11338         * lib/gl_linkedhash_list.c: Likewise.
11339         * lib/gl_list.c: Likewise.
11340         * lib/gl_oset.c: Likewise.
11341         * lib/gl_rbtree_list.c: Likewise.
11342         * lib/gl_rbtree_oset.c: Likewise.
11343         * lib/gl_rbtreehash_list.c: Likewise.
11344         * lib/imaxabs.c: Likewise.
11345         * lib/imaxdiv.c: Likewise.
11346         * lib/javacomp.c: Likewise.
11347         * lib/javaexec.c: Likewise.
11348         * lib/javaversion.c: Likewise.
11349         * lib/linebreak.c: Likewise.
11350         * lib/localcharset.c: Likewise.
11351         * lib/lock.c: Likewise.
11352         * lib/mbchar.c: Likewise.
11353         * lib/mbswidth.c: Likewise.
11354         * lib/mkdtemp.c: Likewise.
11355         * lib/pipe.c: Likewise.
11356         * lib/printf-args.c: Likewise.
11357         * lib/printf-parse.c: Likewise.
11358         * lib/progname.c: Likewise.
11359         * lib/progreloc.c: Likewise.
11360         * lib/readlink.c: Likewise.
11361         * lib/sh-quote.c: Likewise.
11362         * lib/stpcpy.c: Likewise.
11363         * lib/stpncpy.c: Likewise.
11364         * lib/strcasecmp.c: Likewise.
11365         * lib/strcasestr.c: Likewise.
11366         * lib/strcspn.c: Likewise.
11367         * lib/striconv.c: Likewise.
11368         * lib/strncasecmp.c: Likewise.
11369         * lib/strnlen1.c: Likewise.
11370         * lib/strstr.c: Likewise.
11371         * lib/strtok_r.c: Likewise.
11372         * lib/tls.c: Likewise.
11373         * lib/tmpdir.c: Likewise.
11374         * lib/unicodeio.c: Likewise.
11375         * lib/unsetenv.c: Likewise.
11376         * lib/vasnprintf.c: Likewise.
11377         * lib/vasprintf.c: Likewise.
11378         * lib/wait-process.c: Likewise.
11379         * lib/xallocsa.c: Likewise.
11380         * lib/xsetenv.c: Likewise.
11381         * lib/xstriconv.c: Likewise.
11382
11383 2006-09-13  Simon Josefsson  <jas@extundo.com>
11384
11385         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
11386         that internally, suggested by Ralf Wildenhues
11387         <Ralf.Wildenhues@gmx.de>.
11388
11389 2006-09-13  Simon Josefsson  <jas@extundo.com>
11390
11391         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
11392         @LIBOBJS@.
11393         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11394
11395 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
11396
11397         * lib/_fpending.c: Include <config.h> unconditionally, since we no
11398         longer worry about uses that don't define HAVE_CONFIG_H.
11399         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
11400         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
11401         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
11402         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
11403         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
11404         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
11405         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
11406         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
11407         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
11408         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
11409         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
11410         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
11411         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
11412         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
11413         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
11414         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
11415         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
11416         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
11417         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
11418         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
11419         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
11420         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
11421         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
11422         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
11423         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
11424         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
11425         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
11426         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
11427         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
11428         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
11429         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
11430         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
11431         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
11432         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
11433         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
11434         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
11435         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
11436         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
11437         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
11438         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
11439         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
11440         Likewise.
11441
11442 2006-09-13  Eric Blake  <ebb9@byu.net>
11443
11444         * lib/getopt.c: Fix typo in last commit.
11445
11446 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
11447
11448         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
11449         dgettext.
11450
11451 2006-09-12  Jim Meyering  <jim@meyering.net>
11452
11453         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
11454         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
11455         Reported by Nelson H. F. Beebe.
11456
11457 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
11458
11459         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
11460         program_invocation_name and program_invocation_short_name are
11461         initialized.
11462         * lib/argp-namefrob.h: Move declarations of program_invocation_name
11463         and program_invocation_short_name to argp.h, so they are visible
11464         to user programs.
11465         * lib/argp.h: Likewise
11466
11467 2006-09-10  Bruno Haible  <bruno@clisp.org>
11468
11469         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
11470         m4/inttypes_h.m4, m4/uintmax_t.m4.
11471
11472 2006-09-10  Bruno Haible  <bruno@clisp.org>
11473
11474         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
11475         gl_AC_TYPE_UINTMAX_T.
11476
11477 2006-09-10  Bruno Haible  <bruno@clisp.org>
11478
11479         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
11480
11481 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
11482
11483         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
11484         convention.  Text proposed by Bruno Haible.
11485         (struct argp_option): Document the use of N_() wrappers.
11486
11487         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
11488         '\v', and translate the two parts separately, instead of feeding
11489         the whole string to gettext.  This allows to exclude
11490         '\v' from the strings visible to the translator by writing doc
11491         strings as N_("..") "\v" N_("..").
11492
11493 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
11494
11495         * config/srclist.txt: Undo latest change; the bug was fixed.
11496
11497 2006-09-09  Bruno Haible  <bruno@clisp.org>
11498
11499         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
11500         assignments if building a library without libtool.
11501         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
11502         in func_emit_lib_Makefile_am.
11503         (func_import): When building a static library libfoo.a, arrange to
11504         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
11505         (func_create_testdir): Likewise.
11506         * modules/gc (configure.ac, Makefile.am): If building statically,
11507         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
11508         * modules/iconvme (configure.ac, Makefile.am): Likewise.
11509         * modules/striconv (configure.ac, Makefile.am): Likewise.
11510         Based on a suggestion by Ralf Wildenhues.
11511
11512 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
11513
11514         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
11515         Check for unistd.h too, since Autoconf doesn't assume POSIX.
11516         Also:
11517
11518         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
11519         Add year_2050_test to catch glibc bug 2821
11520         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
11521
11522         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
11523         Prefer #ifdef to #if.
11524
11525         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
11526         Return from 'main' instead of calling 'exit'.
11527
11528 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
11529
11530         * lib/mktime.c (guess_time_tm): Fix bug where mktime
11531         returned the maximum time_t value rather than (time_t) -1.
11532         Problem originally reported by William Bardwell
11533         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
11534
11535         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
11536         Moved to here ...
11537         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
11538         ... from here.
11539
11540 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
11541
11542         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
11543         2821 is fixed.
11544
11545 2006-09-08  Jim Meyering  <jim@meyering.net>
11546
11547         Don't make generated files read-only.  That would bother too many
11548         people.  However, do retain the ability to work when targets are
11549         read-only: remove the destination and temporary files before writing
11550         them (when generated via sed or echo), or by using the -f option for
11551         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
11552         * modules/alloca-opt, modules/argz, modules/arpa_inet:
11553         * modules/byteswap, modules/configmake, modules/fcntl:
11554         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
11555         * modules/localcharset, modules/netinet_in, modules/poll:
11556         * modules/stdbool, modules/stdint, modules/sys_select:
11557         * modules/sys_socket, modules/sys_stat, modules/sysexits:
11558
11559 2006-09-08  Jim Meyering  <jim@meyering.net>
11560
11561         Avoid new build failure on FreeBSD 6.0.
11562         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
11563         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
11564         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
11565
11566 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11567
11568         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
11569
11570 2006-09-07  Jim Meyering  <jim@meyering.net>
11571
11572         Fix global typo in last change: use chmod u-w, not chmod u-x.
11573         Spotted by Paul Eggert and Bruce Korb.
11574         * modules/alloca-opt, modules/argz, modules/arpa_inet:
11575         * modules/byteswap, modules/configmake, modules/fcntl:
11576         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
11577         * modules/localcharset, modules/netinet_in, modules/poll:
11578         * modules/stdbool, modules/stdint, modules/sys_select:
11579         * modules/sys_socket, modules/sys_stat, modules/sysexits:
11580
11581 2006-09-06  Jim Meyering  <jim@meyering.net>
11582
11583         Make generated files be read-only.
11584         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
11585         Ensure that each generated file is now read-only.
11586         * modules/argz: Likewise.
11587         * modules/arpa_inet: Likewise.
11588         * modules/byteswap: Likewise.
11589         * modules/configmake: Likewise.
11590         * modules/fcntl: Likewise.
11591         * modules/fnmatch: Likewise.
11592         * modules/getopt: Likewise.
11593         * modules/glob: Likewise.
11594         * modules/inttypes: Likewise.
11595         * modules/netinet_in: Likewise.
11596         * modules/poll: Likewise.
11597         * modules/stdbool: Likewise.
11598         * modules/stdint: Likewise.
11599         * modules/sys_select: Likewise.
11600         * modules/sys_socket: Likewise.
11601         * modules/sys_stat: Likewise.
11602         * modules/sysexits: Likewise.
11603         * modules/localcharset: Same as above, but continue using temporary
11604         file named "t-$@" (why different?) rather than the "$@-t" used
11605         everywhere else.
11606
11607         * modules/sysexits (Makefile.am): Replace literal occurrences
11608         of "sysexit.h" more readable, and more consistent, "$@".
11609
11610 2006-09-06  Bruno Haible  <bruno@clisp.org>
11611
11612         * modules/striconv: New file.
11613         * modules/xstriconv: New file.
11614         * MODULES.html.sh (Internationalization functions): Add striconv,
11615         xstriconv.
11616
11617 2006-09-06  Bruno Haible  <bruno@clisp.org>
11618
11619         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
11620         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
11621         not using libtool correctly.
11622
11623 2006-09-06  Bruno Haible  <bruno@clisp.org>
11624
11625         * lib/striconv.h: New file.
11626         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
11627         iconvstring.c.
11628         * lib/xstriconv.h: New file.
11629         * lib/xstriconv.c: New file.
11630
11631 2006-09-06  Bruno Haible  <bruno@clisp.org>
11632
11633         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
11634         lib_..._LDFLAGS.
11635
11636 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11637
11638         * lib/argz_.h: Sync from Libtool.
11639
11640         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
11641                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
11642
11643         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
11644
11645 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
11646
11647         * modules/trim: New file.
11648
11649 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
11650
11651         * lib/trim.h: New file.
11652         * lib/trim.c: New file.
11653
11654 2006-09-05  Bruno Haible  <bruno@clisp.org>
11655
11656         * MODULES.html.sh (String handling): Add trim.
11657
11658 2006-09-04  Karl Berry  <karl@gnu.org>
11659
11660         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
11661         until next release.
11662
11663 2006-09-03  Bruno Haible  <bruno@clisp.org>
11664
11665         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
11666         correctly.
11667
11668 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
11669
11670         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
11671         not gl_GETLOADAVG.  Omit unneeded semicolons.
11672         Problems reported by Ralf Wildenhues in
11673         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
11674         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
11675         at the end, which is the usual gnulib style.
11676
11677         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
11678         of doing all the work ourselves.
11679         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
11680         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
11681
11682 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
11683
11684         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
11685         Problem reported by Ralf Wildenhues in
11686         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
11687
11688         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
11689         HAVE_STRUCT_STATFS_F_FSTYPENAME.
11690
11691 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
11692
11693         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
11694         yesterday's patch by changing test -n to test -z.
11695
11696 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
11697
11698         * modules/getloadavg (Files): Add m4/getloadavg.m4.
11699         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
11700         the former is now obsolescent.
11701
11702         * modules/chdir-long (Depends-on): Add fcntl.
11703
11704 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
11705
11706         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
11707         obsolescent, and programs should use gnulib instead.
11708         * m4/getloadavg.m4: New file, with contents taken from Autoconf
11709         but with prefixes changed.
11710
11711 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
11712
11713         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
11714         or stdbool.h, because they might not exist while configuring.
11715
11716         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
11717         Don't include unistd.h or limits.h; not needed, since chdir-long.h
11718         does that for us.
11719         (O_DIRECTORY): Remove.
11720
11721 2006-08-31  Eric Blake  <ebb9@byu.net>
11722
11723         * gnulib-tool: Don't let emacs change spaces to TAB.
11724
11725 2006-08-31  Bruno Haible  <bruno@clisp.org>
11726
11727         * gnulib-tool: When calling func_import more than once, do it in a
11728         subshell.
11729         Reported by Eric Blake <ebb9@byu.net>.
11730
11731 2006-08-31  Bruno Haible  <bruno@clisp.org>
11732
11733         * gnulib-tool (nl): Remove variable.
11734         (sed_transform_lib_file): Use more robust test for config-h module.
11735         (func_import): Fix typo in 2006-08-25 patch.
11736
11737 2006-08-31  Bruno Haible  <bruno@clisp.org>
11738
11739         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
11740         specified, augment Makefile.am variables instead of assigning them.
11741
11742 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
11743
11744         Work around a bug in both the Linux and SunOS 64-bit kernels:
11745         nanosleep mishandles sleeps for longer than 2**31 seconds.
11746         Problem reported by Frank v Waveren in
11747         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
11748         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
11749         Check for nanosleep bug.
11750         (LIB_NANOSLEEP): Append clock_gettime library if needed.
11751
11752 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
11753
11754         Work around a bug in both the Linux and SunOS 64-bit kernels:
11755         nanosleep mishandles sleeps for longer than 2**31 seconds.
11756         Problem reported by Frank v Waveren in
11757         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
11758         * lib/nanosleep.c (BILLION): New constant.
11759         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
11760         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
11761         implementation.
11762
11763 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
11764
11765         * modules/nanosleep (Depends-on): Add gettime.
11766
11767 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
11768         and Simon Josefsson  <jas@extundo.com>
11769         and Oskar Liljeblad  <oskar@osk.mine.nu>
11770
11771         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
11772         * gnulib-tool (func_import): New license type 'unmodifiable license
11773         text'.
11774         * modules/fdl: Use it.  Longer description.
11775         * module/gpl, module/lgpl: New files.
11776
11777 2006-08-30  Jim Meyering  <jim@meyering.net>
11778
11779         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
11780         shadowing the parameter.
11781
11782 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11783
11784         Sync from Libtool:
11785
11786         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11787
11788         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
11789         sharing with gnulib.  Report by Eric Blake.
11790
11791 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
11792
11793         * modules/isapipe: New file.
11794         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
11795
11796 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
11797
11798         * modules/configmake (Makefile.am): Add a comment, and omit
11799         the CONFIGMAKE_ prefix from generated macro names.  Suggested
11800         by Bruno Haible.
11801
11802 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
11803
11804         * m4/isapipe.m4: New file.
11805
11806 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
11807
11808         * lib/isapipe.c, lib/isapipe.h: New files.
11809
11810 2006-08-29  Jim Meyering  <jim@meyering.net>
11811
11812         * modules/configmake (Makefile.am): Make configmake.h depend on
11813         Makefile.  Otherwise, a stale configmake.h could hang around.
11814
11815 2006-08-29  Eric Blake  <ebb9@byu.net>
11816
11817         * lib/error.c (error_at_line, print_errno_message): Match libc, after
11818         resolution of upstream bug 3044.
11819
11820 2006-08-29  Bruno Haible  <bruno@clisp.org>
11821
11822         * modules/localcharset (Depends-on): Add configmake.
11823         (Makefile.am): Remove setting of LIBDIR through DEFS.
11824
11825 2006-08-29  Bruno Haible  <bruno@clisp.org>
11826
11827         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
11828         defined.
11829
11830 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
11831
11832         * modules/fcntl: New file.
11833         * modules/chdir-safer (Depends-on): Add fcntl.
11834         * modules/fts: Likewise.
11835         * modules/mkdir-p: Likewise.
11836
11837         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
11838         This undoes the most recent change, since we're now addressing the
11839         problem in a different way.
11840
11841         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
11842         into output, since the output might be called Makefile.am even
11843         if $makefile_name is something different.
11844         (func_import): Use $makefile_am rather than
11845         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
11846         empty.
11847
11848         * modules/inttypes (Files): Add m4/inttypes-h.m4.
11849
11850 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
11851
11852         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
11853         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
11854         recent change to stdint.m4, since we're now addressing the problem in a
11855         different way.
11856
11857 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
11858
11859         * m4/fcntl_h.m4: New file.
11860
11861 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
11862
11863         * lib/fcntl_.h: New file.
11864         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
11865         the fcntl module.
11866         * lib/dirchownmod.c: Likewise.
11867         * lib/fts.c: Likewise.
11868
11869         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
11870         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
11871         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
11872         just before including <inttypes.h>, to avoid circular inclusion.
11873
11874 2006-08-28  Jim Meyering  <jim@meyering.net>
11875
11876         * doc/visibility.texi: Actually read and correct the grammar of the
11877         sentence affected by yesterday's change.
11878
11879 2006-08-28  Eric Blake  <ebb9@byu.net>
11880
11881         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
11882         needs wrapper.
11883
11884 2006-08-28  Eric Blake  <ebb9@byu.net>
11885
11886         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
11887
11888 2006-08-28  Eric Blake  <ebb9@byu.net>
11889
11890         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
11891
11892 2006-08-28  Bruno Haible  <bruno@clisp.org>
11893
11894         * modules/c-strstr: New file, from GNU gettext.
11895         * MODULES.html.sh (String handling): Add c-strstr.
11896
11897 2006-08-28  Bruno Haible  <bruno@clisp.org>
11898
11899         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
11900         macros.
11901         Reported by Eric Blake.
11902
11903 2006-08-28  Bruno Haible  <bruno@clisp.org>
11904
11905         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
11906         (VASNPRINTF): Return a string of length > INT_MAX without failing.
11907         * lib/vasprintf.c: Include errno.h, limits.h.
11908         (EOVERFLOW): New fallback definition.
11909         (vasprintf): Test here whether the string length is > INT_MAX.
11910         * lib/vsnprintf.c: Include errno.h, limits.h.
11911         (EOVERFLOW): New fallback definition.
11912         (vsnprintf): Fix bug when generated string was too long for the buffer.
11913         Test here whether the string length is > INT_MAX.
11914
11915 2006-08-28  Bruno Haible  <bruno@clisp.org>
11916
11917         * lib/inttypes_.h (SCNX*): Remove definitions.
11918         Reported by Eric Blake.
11919
11920 2006-08-28  Bruno Haible  <bruno@clisp.org>
11921
11922         * lib/c-strstr.h: New file, from GNU gettext.
11923         * lib/c-strstr.c: New file, from GNU gettext.
11924
11925 2006-08-28  Bruno Haible  <bruno@clisp.org>
11926
11927         * gnulib-tool: Reorder some statements.
11928
11929 2006-08-28  Bruno Haible  <bruno@clisp.org>
11930
11931         * gnulib-tool: New option --makefile-name.
11932         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
11933         $makefile_name.
11934         (func_import): Write $makefile_name to the cache file, and read it from
11935         there unless explicitly specified. Use $makefile_name as file name
11936         instead of Makefile.am. Adjust the recommendations accordingly.
11937
11938 2006-08-28  Bruno Haible  <bruno@clisp.org>
11939
11940         * gnulib-tool (func_verify_module): Check against misapplying patch.
11941
11942 2006-08-28  Bruno Haible  <bruno@clisp.org>
11943
11944         * gnulib-tool (func_relativize, func_relconcat): New functions.
11945         Give an error if --local-dir is given with --update.
11946         Remove trailing slashes from $local_gnulib_dir.
11947         (func_import): Store the relativized $local_gnulib_dir in
11948         gnulib-cache.m4, and read it from there if not specified explicitly.
11949
11950 2006-08-28  Bruno Haible  <bruno@clisp.org>
11951
11952         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
11953         is the current directory. Respect also $local_gnulib_dir.
11954
11955 2006-08-28  Bruno Haible  <bruno@clisp.org>
11956             Simon Josefsson  <jas@extundo.com>
11957
11958         BeOS portability.
11959         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
11960
11961 2006-08-27  Jim Meyering  <jim@meyering.net>
11962
11963         * doc/visibility.texi: Remove duplicate word: "pointer".
11964
11965 2006-08-26  Bruno Haible  <bruno@clisp.org>
11966
11967         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
11968         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
11969         (Makefile.am): Create inttypes.h from inttypes_.h.
11970         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
11971
11972         * modules/imaxabs: New file.
11973
11974         * modules/imaxdiv: New file.
11975
11976 2006-08-26  Bruno Haible  <bruno@clisp.org>
11977
11978         * m4/inttypes.m4: New file.
11979         * m4/_inttypes_h.m4: Remove file.
11980         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
11981         PRI_MACROS_BROKEN.
11982         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
11983
11984         * m4/imaxabs.m4: New file.
11985
11986         * m4/imaxdiv.m4: New file.
11987
11988 2006-08-26  Bruno Haible  <bruno@clisp.org>
11989
11990         * lib/inttypes_.h: New file.
11991         * lib/inttypes.h: Remove file.
11992         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
11993
11994         * lib/imaxabs.c: New file.
11995
11996         * lib/imaxdiv.c: New file.
11997
11998 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
11999
12000         New config-h module, so that "make" output needn't be cluttered
12001         by -DHAVE_CONFIG_H.
12002         * MODULES.html.sh (Support for building libraries and executables):
12003         Add config-h.
12004         * modules/config-h: New file.
12005         * gnulib-tool (nl, sed_transform_lib_file): New vars.
12006         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
12007         the config-h module is used.
12008
12009         New configmake module, so that "make" output needn't be cluttered
12010         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
12011         * MODULES.html.sh (Support for building libraries and executables):
12012         Add configmake.
12013         * modules/configmake: New file.
12014
12015 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
12016
12017         * m4/config-h.m4: New file.
12018
12019 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
12020
12021         * config/srclist.txt: Add elisp-comp.
12022
12023 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
12024
12025         * MODULES.html.sh (Support for building libraries and executables):
12026         Add elisp-comp.
12027         * build-aux/elisp-comp: New file.
12028         * modules/elisp-comp: New file.
12029
12030 2006-08-24  Bruno Haible  <bruno@clisp.org>
12031
12032         * gnulib-tool (func_create_testdir): Use non-default values of
12033         sourcebase and m4base.
12034
12035 2006-08-24  Bruno Haible  <bruno@clisp.org>
12036
12037         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
12038         HTML structure.
12039
12040 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
12041
12042         * modules/openat (Depends-on): Add lchown.
12043
12044 2006-08-23  Bruno Haible  <bruno@clisp.org>
12045
12046         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
12047         of gl_LOCK_EARLY instead of gl_LOCK.
12048
12049 2006-08-23  Bruno Haible  <bruno@clisp.org>
12050
12051         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
12052         on OSF/1 to no.
12053         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
12054
12055 2006-08-23  Bruno Haible  <bruno@clisp.org>
12056
12057         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
12058         as unusable.
12059
12060         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
12061         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
12062         (gl_LOCK): New macro.
12063
12064 2006-08-22  Simon Josefsson  <jas@extundo.com>
12065
12066         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
12067         to md5 module.
12068
12069 2006-08-22  Simon Josefsson  <jas@extundo.com>
12070
12071         * MODULES.html.sh: Add "Support for maintaining and release
12072         projects".
12073
12074         * build-aux/gnupload: New file, from coreutils.
12075
12076 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
12077
12078         Avoid the need for AC_LIBSOURCES in m4 macros.
12079         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
12080         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
12081         * modules/check-version (EXTRA_DIST): Add check-version.h.
12082         * modules/crc (EXTRA_DIST): Add crc.h.
12083         * modules/des (EXTRA_DIST): Add des.h.
12084         * modules/gc (EXTRA_DIST): Add gc.h.
12085         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
12086         * modules/getline (EXTRA_DIST): Add getline.h.
12087         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
12088         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
12089         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
12090         * modules/md2 (EXTRA_DIST): Add md2.h.
12091         * modules/md4 (EXTRA_DIST): Add md4.h.
12092         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
12093         * modules/read-file (EXTRA_DIST): Add read-file.h.
12094         * modules/readline (EXTRA_DIST): Add readline.h.
12095         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
12096         rijndael-api-fst.h.
12097
12098 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
12099
12100         * m4/rijndael.m4 (gl_ARCFOUR):
12101         * m4/arctwo.m4 (gl_ARCTWO):
12102         * m4/check-version.m4 (gl_CHECK_VERSION):
12103         * m4/crc.m4 (gl_CRC):
12104         * m4/des.m4 (gl_DES):
12105         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
12106         * m4/gc.m4 (gl_GC):
12107         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
12108         * m4/getline.m4 (gl_FUNC_GETLINE):
12109         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
12110         * m4/hmac-md5.m4 (gl_HMAC_MD5):
12111         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
12112         * m4/md2.m4 (gl_MD2):
12113         * m4/md4.m4 (gl_MD4):
12114         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
12115         * m4/read-file.m4 (gl_FUNC_READ_FILE):
12116         * m4/readline.m4 (gl_FUNC_READLINE):
12117         * m4/rijndael.m4 (gl_RIJNDAEL):
12118         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
12119         to get the necessary .h files and whatnot.
12120
12121 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
12122
12123         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
12124         gnulib rather than the other way around.
12125         * config/srclistvars.sh (COREUTILS): Remove.
12126
12127 2006-08-22  Jim Meyering  <jim@meyering.net>
12128
12129         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
12130
12131         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
12132
12133 2006-08-22  Eric Blake  <ebb9@byu.net>
12134
12135         * modules/regexprops-generic: New file.
12136         * MODULES.html.sh (Support for building documentation): List it.
12137
12138 2006-08-22  Eric Blake  <ebb9@byu.net>
12139
12140         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
12141         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
12142         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
12143         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
12144
12145 2006-08-22  Bruno Haible  <bruno@clisp.org>
12146
12147         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
12148         and lib_LTLIBRARIES like the other lib_* variables.
12149
12150 2006-08-22  Bruno Haible  <bruno@clisp.org>
12151
12152         * build-aux/x-to-1.in: New file, from GNU gettext.
12153
12154 2006-08-22  Bruno Haible  <bruno@clisp.org>
12155
12156         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
12157         <utmpx.h> exists.
12158
12159 2006-08-22  Bruno Haible  <bruno@clisp.org>
12160
12161         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
12162         <utmpx.h> exists.
12163
12164 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
12165
12166         BeOS portability.
12167         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
12168         exist.
12169         Problem reported by Bruno Haible.
12170
12171 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
12172
12173         Avoid the need for AC_LIBSOURCES in m4 macros.
12174         * modules/acl (EXTRA_DIST): Add acl.h.
12175         * modules/argmatch (Files): Add m4/argmatch.m4.
12176         (configure.ac): Add gl_ARGMATCH.
12177         (EXTRA_DIST): Renamed from lib_SOURCES, for
12178         consistency with the other modules.  Remove argmatch.c.
12179         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
12180         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
12181         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
12182         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
12183         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
12184         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
12185         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
12186         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
12187         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
12188         * modules/closeout (EXTRA_DIST): Add closeout.h.
12189         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
12190         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
12191         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
12192         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
12193         dirname.h; remove basename.c and stripslash.c.
12194         * modules/exclude (EXTRA_DIST): Add exclude.h.
12195         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
12196         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
12197         * modules/file-type (EXTRA_DIST): Add file-type.h.
12198         * modules/filemode (EXTRA_DIST): Add filemode.h.
12199         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
12200         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
12201         * modules/fpending (EXTRA_DIST): Add __fpending.h.
12202         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
12203         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
12204         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
12205         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
12206         * modules/getdate (EXTRA_DIST): Add getdate.c.
12207         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
12208         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
12209         * modules/getpass (EXTRA_DIST): Add getpass.h.
12210         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
12211         * modules/group-member (EXTRA_DIST): Add group-member.h.
12212         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
12213         * modules/hash (EXTRA_DIST): Add hash.h.
12214         * modules/human (EXTRA_DIST): Add human.h.
12215         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
12216         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
12217         * modules/lchown (EXTRA_DIST): Add lchown.h.
12218         * modules/long-options (EXTRA_DIST): Add long-options.h.
12219         * modules/lstat (EXTRA_DIST): Add lstat.h.
12220         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
12221         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
12222         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
12223         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
12224         * modules/memxor (EXTRA_DIST): Add memxor.h.
12225         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
12226         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
12227         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
12228         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
12229         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
12230         * modules/physmem (EXTRA_DIST): Add physmem.h.
12231         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
12232         * modules/posixver (EXTRA_DIST): Add posixver.h.
12233         * modules/quote (EXTRA_DIST): Add quote.h.
12234         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
12235         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
12236         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
12237         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
12238         regex_internal.h regexec.c.
12239         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
12240         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
12241         * modules/same (EXTRA_DIST): Add same.h.
12242         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
12243         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
12244         * modules/savedir (EXTRA_DIST): Add savedir.h.
12245         * modules/sha1 (EXTRA_DIST): Add sha1.h.
12246         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
12247         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
12248         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
12249         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
12250         * modules/strdup (EXTRA_DIST): Add strdup.h.
12251         * modules/strftime (EXTRA_DIST): Add strftime.h.
12252         * modules/strndup (EXTRA_DIST): Add strndup.h.
12253         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
12254         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
12255         * modules/time_r (EXTRA_DIST): Add time_r.h.
12256         * modules/timespec (EXTRA_DIST): Add timespec.h.
12257         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
12258         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
12259         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
12260         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
12261         * modules/userspec (EXTRA_DIST): Add userspec.h.
12262         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
12263         * modules/utimens (EXTRA_DIST): Add utimens.h.
12264         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
12265         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
12266         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
12267         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
12268         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
12269         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
12270         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
12271         * modules/yesno (EXTRA_DIST): Add yesno.h.
12272
12273 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
12274
12275         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
12276
12277         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
12278         * m4/dev-ino.m4, same-inode.m4: Remove.
12279
12280         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
12281         * m4/acl.m4 (AC_FUNC_ACL):
12282         * m4/backupfile.m4 (gl_BACKUPFILE):
12283         * m4/c-strtod.m4 (gl_C99_STRTOLD):
12284         * m4/canon-host.m4 (gl_CANON_HOST):
12285         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
12286         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
12287         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
12288         * m4/cloexec.m4 (gl_CLOEXEC):
12289         * m4/close-stream.m4 (gl_CLOSE_STREAM):
12290         * m4/closeout.m4 (gl_CLOSEOUT):
12291         * m4/dirfd.m4 (gl_FUNC_DIRFD):
12292         * m4/dirname.m4 (gl_DIRNAME):
12293         * m4/exclude.m4 (gl_EXCLUDE):
12294         * m4/exitfail.m4 (gl_EXITFAIL):
12295         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
12296         * m4/file-type.m4 (gl_FILE_TYPE):
12297         * m4/filemode.m4 (gl_FILEMODE):
12298         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
12299         * m4/fpending.m4 (gl_FUNC_FPENDING):
12300         * m4/fprintftime.m4 (gl_FPRINTFTIME):
12301         * m4/fts.m4 (gl_FUNC_FTS):
12302         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
12303         * m4/getdate.m4 (gl_GETDATE):
12304         * m4/gethrxtime.m4 (gl_GETHRXTIME):
12305         * m4/getpagesize.m4 (gl_GETPAGESIZE):
12306         * m4/getpass.m4 (gl_FUNC_GETPASS):
12307         * m4/gettime.m4 (gl_GETTIME):
12308         * m4/getugroups.m4 (gl_GETUGROUPS):
12309         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
12310         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
12311         * m4/hard-locale.m4 (gl_HARD_LOCALE):
12312         * m4/hash.m4 (gl_HASH):
12313         * m4/idcache.m4 (gl_IDCACHE):
12314         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
12315         * m4/lchown.m4 (gl_FUNC_LCHOWN):
12316         * m4/long-options.m4 (gl_LONG_OPTIONS):
12317         * m4/lstat.m4 (gl_FUNC_LSTAT):
12318         * m4/md5.m4 (gl_MD5):
12319         * m4/memcasecmp.m4 (gl_MEMCASECMP):
12320         * m4/memcoll.m4 (gl_MEMCOLL):
12321         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
12322         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
12323         * m4/memxor.m4 (gl_MEMXOR):
12324         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
12325         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
12326         * m4/modechange.m4 (gl_MODECHANGE):
12327         * m4/mountlist.m4 (gl_MOUNTLIST):
12328         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
12329         * m4/openat.m4 (gl_FUNC_OPENAT):
12330         * m4/pathmax.m4 (gl_PATHMAX):
12331         * m4/physmem.m4 (gl_PHYSMEM):
12332         * m4/posixtm.m4 (gl_POSIXTM):
12333         * m4/posixver.m4 (gl_POSIXVER):
12334         * m4/quote.m4 (gl_QUOTE):
12335         * m4/quotearg.m4 (gl_QUOTEARG):
12336         * m4/readtokens.m4 (gl_READTOKENS):
12337         * m4/readutmp.m4 (gl_READUTMP):
12338         * m4/regex.m4 (gl_REGEX):
12339         * m4/safe-read.m4 (gl_SAFE_READ):
12340         * m4/safe-write.m4 (gl_SAFE_WRITE):
12341         * m4/same.m4 (gl_SAME):
12342         * m4/save-cwd.m4 (gl_SAVE_CWD):
12343         * m4/savedir.m4 (gl_SAVEDIR):
12344         * m4/settime.m4 (gl_SETTIME):
12345         * m4/sha1.m4 (gl_SHA1):
12346         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
12347         * m4/stat-macros.m4 (gl_STAT_MACROS):
12348         * m4/stat-time.m4 (gl_STAT_TIME):
12349         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
12350         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
12351         * m4/strdup.m4 (gl_FUNC_STRDUP):
12352         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
12353         * m4/strndup.m4 (gl_FUNC_STRNDUP):
12354         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
12355         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
12356         * m4/time_r.m4 (gl_TIME_R):
12357         * m4/timespec.m4 (gl_TIMESPEC):
12358         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
12359         * m4/unlinkdir.m4 (gl_UNLINKDIR):
12360         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
12361         * m4/userspec.m4 (gl_USERSPEC):
12362         * m4/utimecmp.m4 (gl_UTIMECMP):
12363         * m4/utimens.m4 (gl_UTIMENS):
12364         * m4/xalloc.m4 (gl_XALLOC):
12365         * m4/xgetcwd.m4 (gl_XGETCWD):
12366         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
12367         * m4/xreadlink.m4 (gl_XREADLINK):
12368         * m4/xstrtod.m4 (gl_XSTRTOD):
12369         * m4/yesno.m4 (gl_YESNO):
12370         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
12371         to get the necessary .h files and whatnot.
12372
12373 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
12374             Bruno Haible  <bruno@clisp.org>
12375
12376         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
12377         /bin/sh understanding of '!' conditional negation.
12378
12379 2006-08-21  Jim Meyering  <jim@meyering.net>
12380
12381         * modules/openat (Depends-on): Really alphabetize.
12382
12383         * modules/acl (Depends-on): Add error and quote.
12384
12385         * check-module (find_included_lib_files): Add at-func.c to the
12386         ok-to-include-more-than-once white list.
12387
12388         * modules/openat (Depends-on): Add lstat.  Alphabetize.
12389
12390 2006-08-21  Bruno Haible  <bruno@clisp.org>
12391
12392         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
12393         Emit a pkgdata_DATA variable only if some snippets add contents to it.
12394         Reported by Martin Lambers <marlam@marlam.de>.
12395
12396 2006-08-21  Bruno Haible  <bruno@clisp.org>
12397
12398         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
12399         specify an installation location, don't emit a noinst_LIBRARIES or
12400         noinst_LTLIBRARIES assignment.
12401
12402 2006-08-21  Bruno Haible  <bruno@clisp.org>
12403
12404         BeOS portability.
12405         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
12406         BeOS has mbrtowc() but no <wctype.h>.
12407
12408 2006-08-21  Bruno Haible  <bruno@clisp.org>
12409
12410         BeOS portability.
12411         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
12412         exist.
12413
12414 2006-08-21  Bruno Haible  <bruno@clisp.org>
12415
12416         BeOS portability.
12417         * lib/mbchar.h: Include <wctype.h> only if it exists.
12418
12419 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
12420
12421         Remove files that are no longer needed by their respective modules.
12422         * m4/obstack.m4: Remove.
12423         * m4/strerror_r.m4: Remove.
12424         * m4/uint32_t.m4: Remove.
12425         * m4/uintptr_t.m4: Remove.
12426         * m4/ullong_max.m4: Remove.
12427         * m4/xstrtoimax.m4: Remove.
12428         * m4/xstrtoumax.m4: Remove.
12429
12430         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
12431         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
12432         dependencies now capture this.
12433
12434         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
12435         Do not use AC_LIBSOURCES, since gnulib modules now do this.
12436         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
12437         * m4/human.m4 (gl_HUMAN): Likewise.
12438         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
12439         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
12440
12441         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
12442
12443         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
12444         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
12445         stdint.
12446         * m4/human.m4 (gl_HUMAN): Likewise.
12447         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
12448         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
12449         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
12450         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
12451         * m4/xstrtol (gl_XSTRTOL): Likewise.
12452
12453         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
12454         AC_TYPE_LONG_LONG_INT.
12455         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
12456         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
12457         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
12458         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
12459
12460         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
12461         on stdbool.
12462
12463         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
12464         (gl_PREREQ_XSTRTOUL): Remove.
12465
12466         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
12467
12468         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
12469         mode.
12470
12471 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
12472
12473         Add and change modules to make it easier for coreutils to use
12474         gnulib-tool.
12475         * modules/backupfile (Files): Remove m4/d-ino.m4.
12476         (Depends-on): Add d-ino.
12477         * modules/cycle-check (Depends-on): Add stdint.
12478         (lib_SOURCES): Add cycle-check.h.
12479         * modules/d-ino: New module.
12480         * modules/d-type: New module.
12481         * modules/error (Files): Remove m4/strerror_r.m4.
12482         * modules/filemode (Files): Add m4/st_dm_mode.m4.
12483         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
12484         m4/inttypes_h.m4, m4/uintmax_t.m4.
12485         (Depends-on): Add stdint.
12486         (lib_SOURCES): Add fsusage.h.
12487         * modules/getcwd (Files): Remove d-ino.m4.
12488         (Depends-on): Add d-ino.
12489         * modules/getndelim2 (Depends-on): Add stdint.
12490         * modules/glob (Files): Remove m4/d-type.m4.
12491         (Depends-on): Add d-type.
12492         * modules/host-os: New module.
12493         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
12494         m4/inttypes_h.m4, m4/uintmax_t.m4.
12495         * Depends-on: Add stdint.
12496         (lib_SOURCES): Add human.h.
12497         * modules/inttostr (Files): Remove m4/intmax_t.m4,
12498         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
12499         m4/uintmax_t.m4, m4/ulonglong.m4.
12500         (Depends-on): Add stdint.
12501         (EXTRA_DIST): Add inttostr.h.
12502         * modules/lchmod: New module.
12503         * modules/link-follow: New module.
12504         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
12505         (Depends-on): Add lchmod.
12506         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
12507         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
12508         (Depends-on): Add stdint.
12509         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
12510         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
12511         (Depends-on): Add stdint.
12512         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
12513         * modules/perl: New module.
12514         * modules/regex (Depends-on): Add stdint.
12515         * modules/rmdir-errno: New module.
12516         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
12517         m4/intmax_t.m4.
12518         (Depends-on): Add stdint.
12519         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
12520         m4/uintmax_t.m4.
12521         (Depends-on): Add stdint.
12522         * modules/unlink-busy: New module.
12523         * modules/utimecmp (Depends-on): Add stdint.
12524         * modules/uptime: New module.
12525         * modules/winsz-ioctl: New module.
12526         * modules/winsz-termios: New module.
12527         * modules/xnanosleep (Depends-on): Add nanosleep.
12528         * modules/ullong_max: Remove.
12529         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
12530         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
12531         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
12532         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
12533         (Depends-on): Add inttypes.
12534         (lib_SOURCES): Add xstrtol.h.
12535         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
12536         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
12537         * MODULES.html.sh: Move 'assert' into the assert section.
12538         Move 'dummy' into the linking section.
12539         Remove ullong_max.
12540         Add section for compatibility checks for POSIX:2001 functions,
12541         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
12542         winsz-ioctl, and winsz-termios into it.
12543         Add lchmod.
12544         Add top-level Misc section and put host-os, perl, and uptime
12545         into it.
12546
12547 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
12548
12549         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
12550         now assume the stdint module.  Do not include inttypes.h.
12551         * lib/fsusage.h: Likewise.
12552         * lib/getndelim2.c: Likewise.
12553         * lib/human.h: Likewise.
12554         * lib/inttostr.h: Likewise.
12555         * lib/obstack.c: Likewise.
12556         * lib/regex_internal.h: Likewise.
12557         * lib/tempname.c: Likewise.
12558         * lib/utimecmp.c: Likewise.
12559         * lib/xstrtol.h: Likewise.
12560
12561         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
12562
12563         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
12564         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
12565         * lib/xtime.h: Likewise.
12566
12567 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
12568
12569         * modules/openat (Files): Add lib/fchmodat.c.
12570         Fixes problem reported by Jay Youngman.
12571
12572 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
12573
12574         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
12575         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
12576
12577 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
12578             Bruno Haible  <bruno@clisp.org>
12579
12580         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
12581         and is a script that invokes bison. Tighten the code. Add comments.
12582
12583 2006-08-18  Jim Meyering  <jim@meyering.net>
12584
12585         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
12586         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
12587         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
12588         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
12589
12590 2006-08-18  Bruno Haible  <bruno@clisp.org>
12591
12592         * modules/bison-i18n: New file.
12593         * MODULES.html.sh (Internationalization functions): Add it.
12594
12595 2006-08-18  Bruno Haible  <bruno@clisp.org>
12596
12597         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
12598         sys/statvfs.h. When getmntinfo was found, check its declaration and
12599         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
12600
12601 2006-08-18  Bruno Haible  <bruno@clisp.org>
12602
12603         * m4/bison-i18n.m4: New file, from bison.
12604
12605 2006-08-18  Bruno Haible  <bruno@clisp.org>
12606
12607         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
12608         (ME_DUMMY): Treat "kernfs" as a dummy.
12609         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
12610
12611 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
12612
12613         Update from coreutils.
12614
12615         2006-08-15  Jim Meyering  <jim@meyering.net>
12616
12617         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
12618
12619         2006-01-17  Jim Meyering  <jim@meyering.net>
12620
12621         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
12622
12623         2006-01-11  Jim Meyering  <jim@meyering.net>
12624
12625         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
12626         Check for the lchmod function.
12627
12628 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
12629
12630         Update from coreutils.
12631
12632         * lib/__fpending.h: Add copyright notice.
12633         * lib/fprintftime.h: Likewise.
12634         * lib/savedir.c: Use (C) in copyright notice.
12635         * lib/savedir.h: Likewise.
12636
12637         2006-08-15  Jim Meyering  <jim@meyering.net>
12638
12639         * lib/at-func.c: New file, with the logic of all emulated at-functions.
12640         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
12641         in support of the EXPECTED_ERRNO macro.
12642         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
12643         definitions.  Instead, define the appropriate symbols and include
12644         "at-func.c".
12645         * lib/mkdirat.c (mkdirat): Likewise.
12646         * lib/fchmodat.c (fchmodat): Likewise.
12647         (ENOSYS): Remove definition.
12648         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
12649         it.  Don't include "unistd--.h" -- it wasn't ever used.
12650
12651         2006-01-17  Jim Meyering  <jim@meyering.net>
12652
12653         Rewrite fts.c not to change the current working directory,
12654         by using openat, fstatat, fdopendir, etc..
12655
12656         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
12657         (HAVE_OPENAT_SUPPORT): Define.
12658         [_LIBC] (fchdir): Don't undef or define; no longer used.
12659         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
12660         Now, this `function' always succeeds, and consumes its file descriptor
12661         parameter -- so callers must not close such FDs.  Update callers.
12662         (diropen_fd, opendirat, cwd_advance_fd): New functions.
12663         (diropen): Add parameter, SP.  Adjust all callers.
12664         Implement using diropen_fd, rather than open.
12665         (fts_open): Initialize new member, fts_cwd_fd.
12666         Remove fts_rft-setting code.
12667         (fts_close): Close fts_cwd_fd, if necessary.
12668         (__opendir2): Define in terms of opendir or opendirat,
12669         depending on whether the FST_NOCHDIR flag is set.
12670         (fts_build): Since fts_safe_changedir consumes its FD, and since
12671         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
12672         and close the dup'd file descriptor upon failure.
12673         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
12674         (fts_safe_changedir): Tweak semantics to reflect that this function
12675         now calls cwd_advance_fd and hence consumes its FD argument.
12676         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
12677         [struct FTS] (fts_rft): Remove now-unused member.
12678         [struct FTS] (fts_cycle.state): Improve comment.
12679
12680         * lib/openat.c (openat_needs_fchdir): New function.
12681         * lib/openat.h (openat_needs_fchdir): Declare it.
12682
12683 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
12684
12685         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
12686         Problem and fix reported by Pádraig Brady in
12687         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
12688
12689 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
12690
12691         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
12692
12693 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
12694
12695         * lib/memcoll.c (memcoll): Optimize for the common case where the
12696         arguments are bytewise equal.
12697
12698 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
12699
12700         * doc/regexprops-generic.texi: Add a copyright notice.
12701
12702 2006-08-15  Bruno Haible  <bruno@clisp.org>
12703
12704         * modules/tmpdir (License): Change to LGPL.
12705
12706 2006-08-15  Bruno Haible  <bruno@clisp.org>
12707
12708         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
12709         module.
12710
12711 2006-08-14  Simon Josefsson  <jas@extundo.com>
12712
12713         * config/srclist.txt: Add gnupload.
12714
12715 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
12716
12717         Change copyright notice from LGPL 2 to GPL 2, since that's the
12718         standard form used in the gnulib repository.
12719         * tests/test-lock.c: Likewise.
12720         * tests/test-stdint.c: Likewise.
12721         * tests/test-tls.c: Likewise.
12722
12723         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
12724         prelude-manager.  User shorter URLs for GNU projects, without '?'.
12725         Add copyright notice.
12726
12727         * check-module: Add copyright notice.  Output a copyright
12728         notice if "--version" is specified.
12729         * modules/COPYING: New file.
12730         * tests/test-getaddrinfo.c: Add copyright notice.
12731         * tests/test-verify.c: Likewise.
12732
12733 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
12734
12735         Change copyright notice from LGPL 2 to GPL 2, since that's the
12736         standard form used in the gnulib repository.
12737         * lib/lock.c: LGPL -> GPL.
12738         * lib/lock.h: Likewise.
12739         * lib/strnlen1.c: Likewise.
12740         * lib/strnlen1.h: Likewise.
12741         * lib/tls.c: Likewise.
12742         * lib/tls.h: Likewise.
12743         * lib/tmpdir.c: Likewise.
12744
12745         * lib/TODO: Remove; this belongs only in coreutils.
12746
12747 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
12748
12749         Add copyright notices to long-enough files that lack them, since
12750         otherwise the files aren't clearly free.  Use the same notice that
12751         getdate.texi already uses.
12752         * doc/alloca-opt.texi: Add copyright notice.
12753         * doc/alloca.texi: Likewise.
12754         * doc/ctime.texi: Likewise.
12755         * doc/functions.texi: Likewise.
12756         * doc/gcd.texi: Likewise.
12757         * doc/gnulib-tool.texi: Likewise.
12758         * doc/inet_ntoa.texi: Likewise.
12759         * doc/visibility.texi: Likewise.
12760
12761         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
12762         * doc/quote.texi: Add copyright notice.
12763
12764         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
12765         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
12766         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
12767         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
12768         is now obsolete, and give a pointer to the Sun list.
12769         Add copyright notice.
12770
12771 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
12772
12773         * config/srclistvars.sh: Add copyright notice.
12774
12775 2006-08-14  Eric Blake  <ebb9@byu.net>
12776
12777         Import the following change from libc:
12778
12779         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
12780
12781         Upstream bug 2997.
12782         * lib/misc/error.c: Add space between program name and message if file
12783         name is missing.
12784
12785 2006-08-12  Karl Berry  <karl@gnu.org>
12786
12787         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
12788         remove, these originate in gnulib now.
12789
12790 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12791
12792         * doc/Makefile (standards.info standards.html standards.dvi):
12793         Also depend on make-stds.texi.
12794
12795 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
12796
12797         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
12798         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
12799
12800         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
12801         in wchar_t.  Problem reported by Eric Blake.
12802
12803         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
12804         LEN is smaller than SIZE.  Suggested by Bruno Haible.
12805         Also, help the compiler to keep LEN in a register.
12806
12807 2006-08-11  Eric Blake  <ebb9@byu.net>
12808
12809         * users.txt: Sort.  Add tar.
12810
12811 2006-08-11  Bruno Haible  <bruno@clisp.org>
12812
12813         * users.txt: New file.
12814
12815 2006-08-11  Bruno Haible  <bruno@clisp.org>
12816
12817         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
12818         before <wchar.h>. Needed for OSF/1 and BSD/OS.
12819
12820 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
12821
12822         * modules/snprintf (Depends-on): Remove minmax.
12823         (Maintainer): Add self and Bruno.
12824
12825 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
12826
12827         * lib/.cppi-disable: Add snprintf.h, socket_.h.
12828         * lib/snprintf.c: Include <errno.h> and <limits.h>.
12829         (EOVERFLOW): Define if the system does not.
12830         Do not include "minmax.h"; it wasn't used.
12831         (snprintf): Don't assume size_t promotes to an unsigned type.
12832         Fix bug when generated string was too long for the buffer: the
12833         buffer's contents are supposed to be the initial prefix of the
12834         output.  Don't assume vasnprintf returns EOVERFLOW if the size
12835         exceeds INT_MAX; do the check ourselves.
12836
12837         Import the following changes from libc:
12838
12839         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
12840
12841         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
12842         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
12843         set wc to the byte which couldn't be converted.
12844         (re_string_reconstruct): Don't clear valid_raw_len before calling
12845         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
12846         tip_context using re_string_context_at.
12847
12848         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
12849
12850         * lib/posix/regex.h: g++ still cannot handled [restrict].
12851
12852         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
12853
12854         * lib/posix/regex.h: Remove special handling for VMS.
12855
12856 2006-08-10  Jim Meyering  <jim@meyering.net>
12857
12858         * modules/same-inode: New module.
12859         * modules/dev-ino: New module.
12860         * modules/cycle-check: Depend on these modules, rather than simply
12861         including their .h files.
12862         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
12863         required via m4/cycle-check.m4.
12864         * modules/same: Depend on new same-inode module, rather than
12865         including same-inode.h.
12866         * modules/chdir-safer: New file.
12867
12868         * modules/chown (Depends-on): Add stat-macros.
12869
12870 2006-08-10  Jim Meyering  <jim@meyering.net>
12871
12872         * m4/cycle-check.m4: New file.
12873         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
12874         * m4/dev-ino.m4, m4/same-inode.m4: New files.
12875
12876 2006-08-10  Eric Blake  <ebb9@byu.net>
12877
12878         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
12879         in from original proposal.
12880
12881 2006-08-10  Eric Blake  <ebb9@byu.net>
12882         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
12883
12884         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
12885         namespace.
12886
12887 2006-08-10  Bruno Haible  <bruno@clisp.org>
12888
12889         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
12890         as well.
12891
12892 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
12893
12894         Sync from coreutils.
12895
12896         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
12897
12898         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
12899         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
12900
12901 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
12902
12903         * modules/restrict: Remove; no longer needed now that we assume
12904         Autoconf 2.59 or later.
12905         * MODULES.html.sh: Remove 'restrict'.
12906         * modules/argp (Depends-on): Remove 'restrict'.
12907         * modules/base64 (Depends-on): Likewise.
12908         * modules/gc (Depends-on): Likewise.
12909         * modules/getaddrinfo (Depends-on): Likewise.
12910         * modules/glob (Depends-on): Likewise.
12911         * modules/inet_ntop (Depends-on): Likewise.
12912         * modules/inet_pton (Depends-on): Likewise.
12913         * modules/memxor (Depends-on): Likewise.
12914         * modules/regex (Depends-on): Likewise.
12915         * modules/strtok_r (Depends-on): Likewise.
12916         * modules/time_r (Depends-on): Likewise.
12917
12918 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
12919
12920         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
12921         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
12922         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
12923         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
12924         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
12925         * m4/memxor.m4 (gl_MEMXOR): Likewise.
12926         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
12927         gl_C_RESTRICT replaced by AC_C_RESTRICT.
12928
12929         Merge from coreutils.
12930         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
12931         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
12932         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
12933         * m4/time_r.m4 (gl_TIME_R): Likewise.
12934
12935 2006-08-09  Karl Berry  <karl@gnu.org>
12936
12937         * config/srclist.txt: no more gettext-tools, per Bruno.
12938
12939 2006-08-08  Eric Blake  <ebb9@byu.net>
12940
12941         * modules/verror: New module.
12942         * MODULES.html.sh: Document it.
12943
12944 2006-08-08  Eric Blake  <ebb9@byu.net>
12945
12946         * lib/verror.h, lib/verror.c: New files.
12947
12948 2006-08-08  Eric Blake  <ebb9@byu.net>
12949
12950         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
12951         verror_at_line output complies with GNU Coding Standards even when
12952         file is NULL.
12953
12954 2006-08-07  Bruno Haible  <bruno@clisp.org>
12955
12956         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
12957         versions of AIX.
12958         Reported by Ralf Wildenhues.
12959
12960 2006-08-07  Bruno Haible  <bruno@clisp.org>
12961
12962         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
12963         in an AC_DEFUN. Needed so that the autoconf snippets can use
12964         AC_REQUIRE.
12965
12966 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12967
12968         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
12969         Initialize pkgdata_DATA.
12970         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
12971         overriding it.
12972
12973 2006-08-06  Eric Blake  <ebb9@byu.net>
12974
12975         * lib/error.h: Fold in some upstream changes from glibc.
12976         * lib/error.c: Likewise.
12977
12978 2006-08-04  Bruno Haible  <bruno@clisp.org>
12979
12980         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
12981         Make the mostlyclean-local rule depend on mostlyclean-generic.
12982         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
12983
12984 2006-07-31  Bruno Haible  <bruno@clisp.org>
12985
12986         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
12987         <stdlib.h>, <string.h>.
12988
12989 2006-07-30  Bruno Haible  <bruno@clisp.org>
12990
12991         * modules/readlink (License): Change to LGPL.
12992
12993 2006-07-30  Bruno Haible  <bruno@clisp.org>
12994
12995         * modules/javaversion (Makefile.am): Distribute javaversion.java and
12996         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
12997         set PKGDATADIR to point to it.
12998
12999 2006-07-30  Bruno Haible  <bruno@clisp.org>
13000
13001         * modules/csharpexec (configure.ac): Comment out macro invocation.
13002         * modules/javaexec (configure.ac): Likewise.
13003         * modules/javacomp-script (configure.ac): Likewise.
13004
13005         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
13006
13007 2006-07-30  Bruno Haible  <bruno@clisp.org>
13008
13009         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
13010         linked-list.
13011
13012 2006-07-30  Bruno Haible  <bruno@clisp.org>
13013
13014         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
13015
13016 2006-07-30  Bruno Haible  <bruno@clisp.org>
13017
13018         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
13019         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
13020         get removed.
13021
13022 2006-07-29  Bruno Haible  <bruno@clisp.org>
13023
13024         Make it possible for gnulib-tool to work with locally modified or
13025         augmented gnulib repositories.
13026         * gnulib-tool (func_usage): Document --local-dir option.
13027         (local_gnulib_dir): New variable.
13028         Handle --local-dir option.
13029         (func_lookup_file): New function.
13030         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
13031         (func_get_description, func_get_filelist, func_get_description,
13032         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
13033         func_get_automake_snippet, func_get_include_directive,
13034         func_get_license, func_get_maintainer): Use func_lookup_file.
13035         (func_import, func_create_testdir): Use func_lookup_file.
13036
13037 2006-07-29  Bruno Haible  <bruno@clisp.org>
13038
13039         * modules/setenv (Depends-on): Add unistd.
13040
13041 2006-07-29  Bruno Haible  <bruno@clisp.org>
13042
13043         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
13044
13045 2006-07-29  Bruno Haible  <bruno@clisp.org>
13046
13047         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
13048
13049 2006-07-29  Bruno Haible  <bruno@clisp.org>
13050
13051         * gnulib-tool (import, update): If there is no Makefile.am, look at
13052         aclocal.m4, instead of bailing out.
13053
13054 2006-07-29  Bruno Haible  <bruno@clisp.org>
13055
13056         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
13057         Categorize the options by when they are useful.
13058
13059 2006-07-29  Bruno Haible  <bruno@clisp.org>
13060
13061         * gnulib-tool (func_usage): Document option --no-libtool.
13062         Handle option --no-libtool.
13063         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
13064         for changed semantics of $libtool variable.
13065         (func_import): Likewise. If libtool is not used, show this through
13066         an option --no-libtool.
13067         (func_create_testdir): Update.
13068
13069 2006-07-29  Bruno Haible  <bruno@clisp.org>
13070
13071         * gnulib-tool (func_import): Extend error message about missing
13072         --doc-base.
13073
13074 2006-07-29  Bruno Haible  <bruno@clisp.org>
13075
13076         * gnulib-tool (func_import): Don't create the $docbase directory if
13077         there is no file to store there.
13078
13079 2006-07-29  Bruno Haible  <bruno@clisp.org>
13080
13081         * gnulib-tool (autoconf_minversion): If a --dir option is given and
13082         relevant, look for configure.ac there, not in the current directory.
13083         Also use a simple search for AC_PREREQ, not "autoconf --trace".
13084
13085 2006-07-29  Bruno Haible  <bruno@clisp.org>
13086
13087         * gnulib-tool (SORT): New variable.
13088         (func_usage): Undocument --assume-autoconf option.
13089         Remove --assume-autoconf option handling.
13090         (autoconf_minversion): Determine from the contents of configure.ac.
13091         (func_import): Remove autoconf_minversion handling.
13092         Suggested by Eric Blake.
13093
13094 2006-07-29  Bruno Haible  <bruno@clisp.org>
13095
13096         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
13097
13098 2006-07-29  Bruno Haible  <bruno@clisp.org>
13099
13100         * config/srclist.txt (*setenv.[ch]): Remove rules.
13101
13102 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13103
13104         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
13105
13106 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13107
13108         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
13109         arpa/inet.h.
13110
13111 2006-07-28  Simon Josefsson  <jas@extundo.com>
13112
13113         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
13114         * modules/inet_pton (Depends-on): Likewise.
13115
13116 2006-07-28  Simon Josefsson  <jas@extundo.com>
13117
13118         * m4/netinet_in_h.m4: New file.
13119
13120 2006-07-28  Simon Josefsson  <jas@extundo.com>
13121
13122         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
13123         #include's.
13124
13125 2006-07-28  Simon Josefsson  <jas@extundo.com>
13126
13127         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
13128         #include's.
13129
13130 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
13131
13132         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
13133         setgid on directories only if they set these bits.
13134         * lib/modechange.h: Remove obsolete comment about masks.
13135
13136 2006-07-28  Eric Blake  <ebb9@byu.net>
13137
13138         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
13139         macro expansion.
13140
13141 2006-07-28  Bruno Haible  <bruno@clisp.org>
13142
13143         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
13144
13145 2006-07-28  Bruno Haible  <bruno@clisp.org>
13146
13147         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
13148
13149 2006-07-28  Bruno Haible  <bruno@clisp.org>
13150
13151         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
13152         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
13153         Define fallbacks.
13154         Avoids link error on FreeBSD 4.x.
13155         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
13156
13157         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
13158         encoding.
13159         * lib/mbswidth.c (iswcntrl): Likewise.
13160
13161 2006-07-27  Bruno Haible  <bruno@clisp.org>
13162
13163         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
13164         test.
13165
13166 2006-07-27  Bruno Haible  <bruno@clisp.org>
13167
13168         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
13169         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
13170         defined.
13171
13172 2006-07-26  Eric Blake  <ebb9@byu.net>
13173
13174         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
13175
13176 2006-07-26  Eric Blake  <ebb9@byu.net>
13177
13178         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
13179         like mingw that lack mkstemp.
13180         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
13181         avoid compilation warning on mingw.
13182
13183 2006-07-26  Bruno Haible  <bruno@clisp.org>
13184
13185         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
13186         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
13187         INT_FAST*_MIN, INTPTR_MIN.
13188
13189 2006-07-25  Bruno Haible  <bruno@clisp.org>
13190
13191         * modules/version-etc (Depends-on): Add stdarg.
13192
13193 2006-07-25  Bruno Haible  <bruno@clisp.org>
13194
13195         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
13196         complex commands.
13197
13198 2006-07-25  Bruno Haible  <bruno@clisp.org>
13199
13200         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
13201         defined in <stdarg.h> or config.h.
13202
13203 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
13204
13205         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
13206         (gl_STDIO_SAFER): Remove.
13207
13208 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
13209
13210         * MODULES.html.sh (File stream based Input/Output):
13211         Add fopen-safer, tmpfile-safer; remove stdio-safer.
13212         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
13213         * modules/fopen-safer, modules/tmpfile-safer: New files.
13214         * modules/stdio-safer: Remove.
13215
13216 2006-07-24  Bruno Haible  <bruno@clisp.org>
13217
13218         * modules/tmpdir: New file.
13219         * MODULES.html.sh (File system functions): Add it.
13220
13221 2006-07-24  Bruno Haible  <bruno@clisp.org>
13222
13223         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
13224         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
13225
13226 2006-07-24  Bruno Haible  <bruno@clisp.org>
13227
13228         * modules/clean-temp: New file.
13229
13230 2006-07-24  Bruno Haible  <bruno@clisp.org>
13231
13232         * m4/tmpdir.m4: New file, from GNU gettext.
13233
13234 2006-07-24  Bruno Haible  <bruno@clisp.org>
13235
13236         * lib/tmpdir.h: New file, from GNU gettext.
13237         * lib/tmpdir.c: New file, from GNU gettext.
13238
13239 2006-07-24  Bruno Haible  <bruno@clisp.org>
13240
13241         * lib/clean-temp.h: New file, from GNU gettext.
13242         * lib/clean-temp.c: New file, from GNU gettext.
13243
13244 2006-07-23  Eric Blake  <ebb9@byu.net>
13245
13246         * modules/stdio-safer (Files): Add tmpfile-safer.c.
13247         (Depends-on): Add binary-io.
13248
13249 2006-07-23  Eric Blake  <ebb9@byu.net>
13250
13251         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
13252
13253 2006-07-23  Eric Blake  <ebb9@byu.net>
13254
13255         * lib/tmpfile-safer.c: New file.
13256         * lib/stdio-safer.h (fopen_safer): Add prototype.
13257         * lib/stdio--.h (tmpfile): Make safer.
13258
13259 2006-07-23  Bruno Haible  <bruno@clisp.org>
13260
13261         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
13262         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
13263         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
13264         gl_linked_remove_at): Use it.
13265
13266 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13267         and Simon Josefsson <jas@extundo.com>
13268
13269         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
13270
13271         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
13272
13273 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
13274
13275         * modules/close-stream: New file.
13276         * modules/closeout (Description): Make it clear that it exits
13277         with a diagnostic on error.
13278         (Depends-on): Add close-stream.  Remove fpending, stdbool.
13279         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
13280
13281 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
13282
13283         * m4/close-stream.m4: New file.
13284
13285 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
13286
13287         * lib/close-stream.c, lib/close-stream.h: New files.
13288
13289 2006-07-22  Bruno Haible  <bruno@clisp.org>
13290
13291         Merge from GNU gettext 0.15.
13292
13293         2006-05-01  Bruno Haible  <bruno@clisp.org>
13294
13295                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
13296
13297         2006-07-22  Bruno Haible  <bruno@clisp.org>
13298
13299                 * modules/javaversion: New file.
13300                 * MODULES.html.sh (Java): Add javaversion.
13301
13302         2006-03-12  Bruno Haible  <bruno@clisp.org>
13303
13304                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
13305
13306         2005-12-04  Bruno Haible  <bruno@clisp.org>
13307
13308                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
13309                 (untested).
13310
13311         2006-06-21  Bruno Haible  <bruno@clisp.org>
13312
13313                 Avoid warnings from recent versions of mcs.
13314                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
13315                 -o, -L, -r any more. Use options documented since mcs-1.0
13316                 instead. Similarly for -g.
13317
13318         2005-12-04  Bruno Haible  <bruno@clisp.org>
13319
13320                 * build-aux/csharpcomp.sh.in: Suffix for resources is
13321                 .resources, not .resource.
13322
13323         2005-07-09  Bruno Haible  <bruno@clisp.org>
13324
13325                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
13326                 add a .dll suffix.
13327                 Reported by Mark Junker <mjscod@gmx.de>.
13328
13329         2006-07-22  Bruno Haible  <bruno@clisp.org>
13330
13331                 * modules/gettext: Upgrade to gettext-0.15.
13332                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
13333                 m4/visibility.m4.
13334                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
13335
13336 2006-07-22  Bruno Haible  <bruno@clisp.org>
13337
13338         Merge from GNU gettext 0.15.
13339
13340         2006-03-25  Bruno Haible  <bruno@clisp.org>
13341
13342                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
13343
13344         2006-07-21  Bruno Haible  <bruno@clisp.org>
13345
13346                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
13347                 "1.1".
13348
13349         2006-05-09  Bruno Haible  <bruno@clisp.org>
13350
13351                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
13352                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
13353                 for the conftestver execution.
13354
13355         2006-05-01  Bruno Haible  <bruno@clisp.org>
13356
13357                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
13358                 optional target-version argument. Verify that the compiler
13359                 groks source of the specified source-version, or add -source
13360                 option as necessary. Verify that the compiler produces
13361                 bytecode in the specified target-version, or add -target and
13362                 -source options as necessary. Make the result of the test
13363                 available as variable CONF_JAVAC. Also log error output in
13364                 config.log.
13365
13366         2006-03-11  Bruno Haible  <bruno@clisp.org>
13367
13368                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
13369
13370         2006-05-09  Bruno Haible  <bruno@clisp.org>
13371
13372                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
13373                 CLASSPATH_SEPARATOR to a semicolon.
13374
13375         2006-03-12  Bruno Haible  <bruno@clisp.org>
13376
13377                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
13378                 available as variable CONF_JAVA, for subsequent autoconf
13379                 tests. Also log error output in config.log.
13380
13381         2006-07-19  Bruno Haible  <bruno@clisp.org>
13382
13383                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
13384                 that getline works on glibc2 systems. Needed to avoid trouble
13385                 in relocatable.c.
13386                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
13387
13388         2005-12-04  Bruno Haible  <bruno@clisp.org>
13389
13390                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
13391                 launcher (untested).
13392
13393         2005-12-04  Bruno Haible  <bruno@clisp.org>
13394
13395                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
13396
13397         2006-07-22  Bruno Haible  <bruno@clisp.org>
13398
13399                 * gettext.m4: Update from GNU gettext-0.15.
13400                 * nls.m4: Likewise.
13401                 * po.m4: Likewise.
13402                 * inttypes-pri.m4: Likewise.
13403                 * inttypes-h.m4: Renamed from inttypes.m4.
13404                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
13405
13406 2006-07-22  Bruno Haible  <bruno@clisp.org>
13407
13408         Merge from GNU gettext 0.15.
13409
13410         2005-07-05  Bruno Haible  <bruno@clisp.org>
13411
13412                 * printf-args.c (printf_fetchargs): Work around broken
13413                 definition of wint_t on mingw.
13414
13415         2005-02-12  Bruno Haible  <bruno@clisp.org>
13416
13417                 * xallocsa.h: Add extern "C" for C++.
13418
13419         2006-05-17  Bruno Haible  <bruno@clisp.org>
13420
13421                 Cygwin portability.
13422                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
13423
13424         2006-04-30  Bruno Haible  <bruno@clisp.org>
13425
13426                 * progreloc.c: Include <mach-o/dyld.h> if available.
13427                 (find_executable): Use _NSGetExecutablePath when possible.
13428
13429         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
13430
13431                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
13432                 function.
13433
13434         2005-12-29  Bruno Haible  <bruno@clisp.org>
13435
13436                 * progreloc.c (set_program_name_and_installdir): Fix
13437                 compilation error.
13438
13439         2005-12-04  Bruno Haible  <bruno@clisp.org>
13440
13441                 Cygwin portability.
13442                 * progreloc.c: Include <windows.h> also on Cygwin.
13443                 (find_executable): Add support for Cygwin.
13444                 (set_program_name_and_installdir): Handle also platforms with
13445                 nonempty EXEEXT.
13446
13447         2006-07-11  Bruno Haible  <bruno@clisp.org>
13448
13449                 * javacomp.c: Fix a comment.
13450                 Reported by Jim Meyering.
13451
13452         2006-04-30  Bruno Haible  <bruno@clisp.org>
13453
13454                 * javacomp.h (compile_java_class): Add source_version,
13455                 target_version arguments.
13456                 * javacomp.c: Rewritten to choose only a compiler that
13457                 respects the specified source_version and target_version.
13458
13459         2006-06-27  Bruno Haible  <bruno@clisp.org>
13460
13461                 Assume correct S_ISDIR macro.
13462                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
13463
13464         2006-07-22  Bruno Haible  <bruno@clisp.org>
13465
13466                 * javaversion.h: New file, from GNU gettext.
13467                 * javaversion.c: New file, from GNU gettext.
13468                 * javaversion.java: New file, from GNU gettext.
13469                 * javaversion.class: New file, from GNU gettext.
13470
13471         2006-05-17  Bruno Haible  <bruno@clisp.org>
13472
13473                 Cygwin portability.
13474                 * javaexec.c (execute_java_class): Test for jview program
13475                 also on Cygwin.
13476
13477         2006-04-09  Bruno Haible  <bruno@clisp.org>
13478
13479                 * fatal-signal.c: Don't include string.h.
13480                 (at_fatal_signal): Use a copying loop instead of memcpy.
13481
13482         2005-12-04  Bruno Haible  <bruno@clisp.org>
13483
13484                 * csharpexec.c: Add support for 'clix' launcher (untested).
13485                 (execute_csharp_using_sscli): New function.
13486                 (execute_csharp_program): Call it.
13487
13488         2006-06-21  Bruno Haible  <bruno@clisp.org>
13489
13490                 Avoid warnings from recent versions of mcs.
13491                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
13492                 -o, -L, -r any more. Use options documented since mcs-1.0
13493                 instead. Similarly for -g.
13494
13495         2005-07-09  Bruno Haible  <bruno@clisp.org>
13496
13497                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
13498                 add a .dll suffix.
13499                 Reported by Mark Junker <mjscod@gmx.de>.
13500
13501         2006-06-17  Bruno Haible  <bruno@clisp.org>
13502
13503                 * config.charset: Update for NetBSD 3.0.
13504
13505         2006-05-17  Bruno Haible  <bruno@clisp.org>
13506
13507                 Cygwin portability.
13508                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
13509
13510         2006-05-16  Bruno Haible  <bruno@clisp.org>
13511
13512                 * localcharset.c [CYGWIN]: Include <windows.h>.
13513                 (get_charset_aliases): For Cygwin, return the same CPxxx
13514                 aliases list as under WIN32.
13515                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
13516                 the environment variables. Fall back to GetACP().
13517
13518         2006-04-05  Bruno Haible  <bruno@clisp.org>
13519
13520                 * config.charset: Update Juan Manuel Guerrero's address.
13521
13522         2005-02-12  Bruno Haible  <bruno@clisp.org>
13523
13524                 * allocsa.h: Add extern "C" for C++.
13525
13526         2005-02-10  Bruno Haible  <bruno@clisp.org>
13527
13528                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
13529                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
13530
13531         2006-07-22  Bruno Haible  <bruno@clisp.org>
13532
13533                 * gettext.h: Update to GNU gettext-0.15.
13534
13535 2006-07-22  Bruno Haible  <bruno@clisp.org>
13536
13537         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
13538         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
13539         lib-prefix.m4, longdouble.m4, ssize_t.m4.
13540
13541 2006-07-21  Eric Blake  <ebb9@byu.net>
13542
13543         * modules/stdlib-safer: New file.
13544         * MODULES.html.sh (File stream based Input/Output): Add
13545         stdlib-safer.
13546
13547 2006-07-21  Eric Blake  <ebb9@byu.net>
13548
13549         * lib/stdlib-safer.h: New file from coreutils, required by
13550         stdlib--.h.
13551
13552 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
13553
13554         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
13555
13556 2006-07-20  Bruno Haible  <bruno@clisp.org>
13557
13558         * gnulib-tool: Recognize new option --assume-autoconf.
13559         (autoconf_minversion): New variable.
13560         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
13561
13562 2006-07-20  Bruno Haible  <bruno@clisp.org>
13563
13564         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
13565
13566 2006-07-19  Derek R. Price  <derek@ximbiot.com>
13567
13568         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
13569         Reindent and repaginate.
13570
13571 2006-07-19  Derek Price  <derek@ximbiot.com>
13572
13573         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
13574         Correct grammar.
13575
13576 2006-07-17  Bruno Haible  <bruno@clisp.org>
13577
13578         * modules/list: New file.
13579         * modules/array-list: New file.
13580         * modules/carray-list, modules/carray-list-tests: New files.
13581         * modules/linked-list, modules/linked-list-tests: New files.
13582         * modules/avltree-list, modules/avltree-list-tests: New files.
13583         * modules/rbtree-list, modules/rbtree-list-tests: New files.
13584         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
13585         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
13586         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
13587         * modules/oset: New file.
13588         * modules/array-oset: New file.
13589         * modules/avltree-oset, modules/avltree-oset-tests: New files.
13590         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
13591         * tests/test-carray_list.c: New file.
13592         * tests/test-linked_list.c: New file.
13593         * tests/test-avltree_list.c: New file.
13594         * tests/test-rbtree_list.c: New file.
13595         * tests/test-linkedhash_list.c: New file.
13596         * tests/test-avltreehash_list.c: New file.
13597         * tests/test-rbtreehash_list.c: New file.
13598         * tests/test-avltree_oset.c: New file.
13599         * tests/test-rbtree_oset.c: New file.
13600         * MODULES.html.sh (Container data structures): New section.
13601
13602 2006-07-17  Bruno Haible  <bruno@clisp.org>
13603
13604         * m4/gl_list.m4: New file.
13605
13606 2006-07-17  Bruno Haible  <bruno@clisp.org>
13607
13608         * lib/gl_list.h: New file.
13609         * lib/gl_list.c: New file.
13610         * lib/gl_array_list.h: New file.
13611         * lib/gl_array_list.c: New file.
13612         * lib/gl_carray_list.h: New file.
13613         * lib/gl_carray_list.c: New file.
13614         * lib/gl_linked_list.h: New file.
13615         * lib/gl_linked_list.c: New file.
13616         * lib/gl_anylinked_list1.h: New file.
13617         * lib/gl_anylinked_list2.h: New file.
13618         * lib/gl_avltree_list.h: New file.
13619         * lib/gl_avltree_list.c: New file.
13620         * lib/gl_anyavltree_list1.h: New file.
13621         * lib/gl_anyavltree_list2.h: New file.
13622         * lib/gl_rbtree_list.h: New file.
13623         * lib/gl_rbtree_list.c: New file.
13624         * lib/gl_anyrbtree_list1.h: New file.
13625         * lib/gl_anyrbtree_list2.h: New file.
13626         * lib/gl_anytree_list1.h: New file.
13627         * lib/gl_anytree_list2.h: New file.
13628         * lib/gl_linkedhash_list.h: New file.
13629         * lib/gl_linkedhash_list.c: New file.
13630         * lib/gl_anyhash_list1.h: New file.
13631         * lib/gl_anyhash_list2.h: New file.
13632         * lib/gl_avltreehash_list.h: New file.
13633         * lib/gl_avltreehash_list.c: New file.
13634         * lib/gl_rbtreehash_list.h: New file.
13635         * lib/gl_rbtreehash_list.c: New file.
13636         * lib/gl_anytreehash_list1.h: New file.
13637         * lib/gl_anytreehash_list2.h: New file.
13638
13639         * lib/gl_oset.h: New file.
13640         * lib/gl_oset.c: New file.
13641         * lib/gl_array_oset.h: New file.
13642         * lib/gl_array_oset.c: New file.
13643         * lib/gl_avltree_oset.h: New file.
13644         * lib/gl_avltree_oset.c: New file.
13645         * lib/gl_rbtree_oset.h: New file.
13646         * lib/gl_rbtree_oset.c: New file.
13647         * lib/gl_anytree_oset.h: New file.
13648
13649 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
13650
13651         * m4/mkancesdirs.m4: New file.
13652         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
13653         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
13654         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
13655         it.
13656
13657 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
13658
13659         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
13660         * lib/mkancesdirs.h: New files.
13661         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
13662         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
13663         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
13664         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
13665         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
13666         callers changed.  Revamp internals significantly, by not
13667         attempting to create directories that are temporarily more
13668         permissive than the final results.  Do not attempt to use
13669         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
13670         This removes some race conditions, fixes some bugs, and simplifies
13671         things.  Use new dirchownmod function to do owner and mode changes.
13672         * lib/mkdir-p.h: Likewise.
13673         * lib/modechange.c (octal_to_mode): New function.
13674         (struct mode_change): New member mentioned.
13675         (make_node_op_equals): New arg mentioned.  All callers changed.
13676         (mode_compile): Keep track of which mode bits the user has explicitly
13677         mentioned.
13678         (mode_adjust): New arg DIR, so that we implement the X op correctly.
13679         New arg PMODE_BITS, to keep track of which mode bits the user
13680         mentioned; it treats S_ISUID and S_ISGID speciall.
13681         All callers changed.
13682         * lib/modechange.h: Likewise.
13683
13684 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
13685
13686         * MODULES.html.sh: Add mkancestors.
13687         * modules/mkancesdirs: New module.
13688         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
13689         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
13690         The chdir-safer and afs files are now orphans; I'll remove them
13691         unless someone speaks up.
13692         Add lib/dirchownmod.c, lib/dirchownmod.h.
13693         (Depends-on): Remove alloca, chown, save-cwd, dirname.
13694         Add lchown, mkancesdirs.
13695         (Maintainer): Add self.
13696
13697 2006-07-15  Karl Berry  <karl@gnu.org>
13698
13699         * gnulib-tool: help message wording/arrangement.
13700
13701 2006-07-14  Simon Josefsson  <jas@extundo.com>
13702
13703         * doc/gnulib.texi (Libtool and Windows): New section.
13704
13705 2006-07-12  Simon Josefsson  <jas@extundo.com>
13706
13707         * modules/gendocs (License): Fix license, approved by Karl.
13708
13709 2006-07-12  Eric Blake  <ebb9@byu.net>
13710
13711         * MODULES.html.sh: Add gendocs.
13712
13713 2006-07-11  Eric Blake  <ebb9@byu.net>
13714
13715         * modules/fdl: New module, to install doc/fdl.texi.
13716         * MODULES.html.sh: Add new section for documentation modules.
13717         * gnulib-tool: Avoid space-tab.
13718         (--doc-base): New option, to manage files from doc.
13719
13720 2006-07-11  Eric Blake  <ebb9@byu.net>
13721
13722         * m4/absolute-header.m4: Fix comments to match recent change.
13723
13724 2006-07-11  Eric Blake  <ebb9@byu.net>
13725
13726         * gnulib-tool: List --doc-base before --tests-base.
13727
13728 2006-07-11  Derek R. Price  <derek@ximbiot.com>
13729
13730         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
13731
13732 2006-07-11  Bruno Haible  <bruno@clisp.org>
13733
13734         * README: Mention where to put documentation.
13735
13736 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13737
13738         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
13739
13740 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
13741
13742         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
13743         to stdint.m4.
13744
13745 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
13746
13747         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
13748         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
13749         "no/such/file/stdint.h" when there is no such file, so that
13750         the resulting C code can be parsed by dodgy compilers.
13751         Problems reported by Bob Proulx.
13752
13753 2006-07-10  Derek R. Price  <derek@ximbiot.com>
13754
13755         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
13756         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
13757         macros into the GNU _D_EXACT_NAMLEN.
13758         * lib/savedir.c:  Likewise.
13759         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
13760
13761 2006-07-10  Derek R. Price  <derek@ximbiot.com>
13762         and Paul Eggert  <eggert@cs.ucla.edu>
13763
13764         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
13765         * m4/savedir.m4:
13766         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
13767         macros into the GNU _D_EXACT_NAMLEN.
13768
13769 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
13770
13771         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
13772         around the absolute name, to work around a problem with the HP-UX
13773         11.23 native C compiler, reported by Bob Proulx.
13774
13775 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
13776
13777         * doc/maintain.texi, make-stds.texi: Sync from
13778         <http://savannah.gnu.org/projects/gnustandards>.
13779
13780 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
13781
13782         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
13783
13784 2006-07-09  Jim Meyering  <jim@meyering.net>
13785
13786         * m4/glob.m4: Remove a doubled word in a comment.
13787
13788 2006-07-09  Jim Meyering  <jim@meyering.net>
13789
13790         * lib/argp-pv.c: Remove a doubled word in a comment.
13791         * lib/check-version.c (check_version): Likewise.
13792         * lib/javacomp.c (compile_java_class): Likewise.
13793
13794 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
13795
13796         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
13797         for the benefit of people using Autoconf 2.60.  If you want to
13798         support older Autoconf versions you can copy m4/onceonly_2_57.m4
13799         (or m4/onceonly.m4, if pre-2.57) manually.
13800
13801 2006-07-08  Jim Meyering  <jim@meyering.net>
13802
13803         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
13804         comment.
13805         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
13806         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
13807         comment.
13808
13809 2006-07-08  Jim Meyering  <jim@meyering.net>
13810
13811         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
13812
13813 2006-07-07  Simon Josefsson  <jas@extundo.com>
13814
13815         * tests/test-crc.c: Change expected crc value, the test vector
13816         were probably computed using the old broken crc.c?
13817
13818 2006-07-06  Simon Josefsson  <jas@extundo.com>
13819
13820         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
13821         now the canonical place for the M4 file).
13822
13823         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
13824         from the sys_socket dependency now.
13825
13826         * modules/inet_pton (Files): Ditto.
13827
13828         * modules/inet_ntop (Files): Ditto.
13829
13830 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
13831
13832         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
13833         not gl_PREREQ_GETUSERSHELL.
13834
13835 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13836
13837         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
13838         with only one argument, for Autoconf 2.60.
13839         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
13840         expand to nothing, so add a shell command to avoid syntax error.
13841         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
13842
13843 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13844
13845         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
13846
13847 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
13848
13849         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
13850         no longer needed.  Check for isblank decl.
13851         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
13852         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
13853         of existence.
13854
13855 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
13856
13857         * lib/getloadavg.c: Use __VMS, not VMS.
13858         * lib/getopt.c: Likewise.
13859         * lib/getpagesize.h: Likewise.
13860         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
13861         and probably does not work.
13862
13863 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
13864
13865         * lib/.cppi-disable: Add wcwidth.
13866         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
13867         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
13868         (ISGRAPH): Remove.  All uses changed to isgraph.
13869         (FOLD) [!defined _LIBC]: Remove special case.
13870         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
13871         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
13872         HAVE_ISBLANK.
13873         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
13874         case.
13875
13876 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
13877
13878         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
13879         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
13880         brackets.  Other minor changes to suppress some compiler
13881         warnings.
13882
13883 2006-07-06  Derek R. Price  <derek@ximbiot.com>
13884         and Paul Eggert  <eggert@cs.ucla.edu>
13885
13886         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
13887         of invoking obsolescent AC_HEADER_DIRENT macro.
13888         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
13889         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
13890         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
13891         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
13892         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
13893         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
13894         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
13895         * m4/readdir.m4: Remove; no longer needed.
13896
13897 2006-07-06  Derek R. Price  <derek@ximbiot.com>
13898         and Paul Eggert  <eggert@cs.ucla.edu>
13899
13900         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
13901         Don't worry about this obsolete case any more.
13902         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
13903         directories.
13904         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
13905         worry about this obsolete case any more.
13906         * lib/fts.c: Likewise.
13907         * lib/getcwd.c: Likewise.
13908         * lib/glob.h: Likewise.
13909         * lib/savedir.c: Likewise.
13910
13911 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
13912
13913         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
13914         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
13915         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
13916         needed.
13917         All uses removed.
13918         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
13919         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
13920         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
13921         needed.
13922         * m4/getdate.m4 (gl_GETDATE): Likewise.
13923         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
13924         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
13925         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
13926         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
13927         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
13928         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
13929         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
13930         needed.
13931
13932 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
13933
13934         * lib/memcasecmp.c: Include <limits.h>.
13935         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
13936         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
13937         Don't assume isdigit succeeds only on '0' through '9'.
13938
13939 2006-07-05  Eric Blake  <ebb9@byu.net>
13940
13941         * modules/getaddrinfo (Depends-on): Add snprintf.
13942
13943 2006-07-05  Eric Blake  <ebb9@byu.net>
13944
13945         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
13946         to avoid 'header present but could not be compiled' on cygwin.
13947
13948 2006-07-05  Eric Blake  <ebb9@byu.net>
13949
13950         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
13951         missing from netdb.h.
13952         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
13953
13954 2006-07-05  Derek R. Price  <derek@ximbiot.com>
13955
13956         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
13957         no longer needed.
13958         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
13959         * m4/getdate.m4 (gl_GETDATE): Likewise.
13960         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
13961         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
13962         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
13963         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
13964         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
13965
13966 2006-07-05  Derek R. Price  <derek@ximbiot.com>
13967
13968         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
13969         All uses of is_space replaced by isspace.
13970         * lib/exit.h: Don't talk about STDC_HEADERS.
13971         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
13972         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
13973         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
13974         replaced by isprint etc.
13975         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
13976         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
13977         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
13978         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
13979         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
13980         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
13981
13982 2006-07-05  Bruno Haible  <bruno@clisp.org>
13983
13984         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
13985         the function exists, before testing against AIX.
13986         Reported by Martin Lambers <marlam@marlam.de>.
13987
13988 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
13989
13990         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
13991         From Mark D. Baushke.
13992
13993 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
13994
13995         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
13996         to the absolute name, not just one, to bypass Sun C 5.8's
13997         "warning: #include of /usr/include/... may be non-portable".
13998
13999 2006-07-04  Eric Blake  <ebb9@byu.net>
14000
14001         * modules/dirname-tests: New test module.
14002         * tests/test-dirname.c: New file, replacing dirname.c
14003         TEST_DIRNAME section that was recently deleted.
14004
14005 2006-07-04  Bruno Haible  <bruno@clisp.org>
14006
14007         Assume ANSI C header files and <ctype.h> functions.
14008         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
14009         (mbsnwidth): Use isprint, iscntrl instead.
14010
14011 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
14012
14013         Merge from coreutils.
14014         * MODULES.html.sh: Add xstrtold.
14015         * modules/xstrtold: New file.
14016         * modules/cycle-check (Files): Add lib/same-inode.h.
14017         * modules/dirname (Files): Add m4/double-slash-root.m4.
14018         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
14019         * modules/mkdir-p (Files): Add lib/same-inode.h.
14020         * modules/same (Files): Add lib/same-inode.h.
14021
14022 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
14023
14024         * m4/absolute-header.m4: Renamed from full-header-path.m4.
14025         This is to keep the terminology clean; POSIX talks about
14026         "absolute pathnames", not "full pathnames", but the GNU
14027         Coding Standards say to use "path" for something else;
14028         so use "absolute" to keep both sides happy.
14029         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
14030         Set gl_absolute_header, not gl_full_header_path.
14031         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
14032         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
14033         All uses changed.
14034
14035         Merge from coreutils.
14036
14037         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
14038
14039         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
14040         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
14041         want to require the building of c-strtod.o.
14042         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
14043         needs -lm directly.
14044         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
14045
14046         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
14047
14048         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
14049         --as-needed option if available.  Problem reported by Albert Chin in
14050         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
14051         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
14052         cc merely issues a bunch of annoying warnings for --as-needed
14053         (this problem was reported by Bob Proulx).  Also, try linking with
14054         -lm to detect a bug in binutils 2.16 (this problem was reported
14055         by Ralf Wildenhues).
14056
14057         2006-06-18  Jim Meyering  <jim@meyering.net>
14058
14059         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
14060         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
14061         macro.
14062         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
14063         also check for glibc-2.4's abort-inducing bug.
14064
14065         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
14066         Low-probability clean-up should be to use rmdir to get rid of
14067         the just-created directory, not unlink.
14068
14069         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
14070         configure fail, and request a bug report to inform us about it.
14071         Add a comment that, barring reports to the contrary, in 2007 we'll
14072         assume ftruncate is universally available.
14073
14074         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
14075
14076         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
14077
14078         2006-03-12  Jim Meyering  <jim@meyering.net>
14079
14080         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
14081         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
14082         * m4/same.m4 (gl_SAME): Likewise.
14083         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
14084
14085         2006-03-11  Eric Blake  <ebb9@byu.net>
14086
14087         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
14088         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
14089         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
14090         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
14091
14092 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
14093
14094         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
14095         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
14096         reported by Mark D. Baushke, one in
14097         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
14098
14099         Merge from coreutils.
14100
14101         * lib/.cppi-disable: Add stdint_.h.
14102         * lib/.cvsignore: Add stdint.h.
14103
14104         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
14105
14106         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
14107         both double and long double versions.
14108         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
14109         * lib/xstrtold.c: New file.
14110         * lib/xstrtod.h (xstrtold): New decl.
14111
14112         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
14113
14114         * lib/filemode.c (setst): Remove.
14115         (strmode): Rewrite to avoid setst.  This makes the code shorter,
14116         (arguably) clearer, and the generated code is a bit smaller on my
14117         Debian GNU/Linux stable x86 host.
14118
14119         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
14120
14121         * lib/filemode.c: Include "filemode.h" first, to test the interface.
14122         Assume that filemode.h includes sys/types.h and sys/stat.h.
14123         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
14124         (ftypelet): Reorder to put common cases first, for efficiency.
14125         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
14126         to do 'M'.
14127         (strmode): Renamed from mode_string, and now stores 12 bytes instead
14128         of 10, for compatibility with FreeBSD.  All callers changed.
14129         (filemodestring): Now stores 12 bytes instead of 10, and sets file
14130         types that can't be deduced solely from st_mode.  First arg is now a
14131         const pointer.
14132         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
14133         (strmode): Renamed from mode_string.
14134         (filemodestring): New decl.
14135         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
14136         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
14137         needed.
14138         (S_ISPORT, S_ISWHT): New macros, if not already defined.
14139
14140         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
14141
14142         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
14143         fsusage.h now does that.  Include fsusage.h first, to test interface.
14144         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
14145         at most one method (the old code could have generated decls that
14146         didn't conform to C89, not that this was ever exercised).
14147         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
14148
14149         2006-03-19  Jim Meyering  <jim@meyering.net>
14150
14151         Work even in a chroot where d_ino values for entries in "/"
14152         don't match the stat.st_ino values for the same names.
14153         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
14154         number, iterate through all entries again, using lstat instead.
14155         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
14156         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
14157
14158         * lib/getcwd.c (__getcwd): Clarify a comment.
14159         Use memcpy in place of a call to strcpy.
14160
14161         2006-03-12  Jim Meyering  <jim@meyering.net>
14162
14163         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
14164         matches that of the current directory (which we're about to chdir ".."
14165         out of), then save the dev-ino of the parent, instead.
14166
14167         * lib/same-inode.h (SAME_INODE): New file/macro.
14168         * lib/chdir-safer.c (SAME_INODE): Remove definition.
14169         Include "same-inode.h", instead.
14170         * lib/same.c: Likewise.
14171         * lib/cycle-check.h: Include "same-inode.h".
14172         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
14173         * lib/cycle-check.c (SAME_INODE): Remove definition.
14174         * lib/root-dev-ino.h: Include "same-inode.h".
14175
14176         2006-03-11  Eric Blake  <ebb9@byu.net>
14177
14178         * lib/same.c (same_name): s/base_name/last_component/
14179         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
14180         * lib/filenamecat.c (file_name_concat): Likewise.
14181
14182         2006-03-11  Eric Blake  <ebb9@byu.net>,
14183                     Paul Eggert  <eggert@cs.ucla.edu>
14184
14185         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
14186         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
14187         drive prefix.
14188         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
14189         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
14190         (last_component): New method.
14191         * lib/dirname.c (dir_len): Determine when drive letters need a
14192         subsequent slash.  Preserve // when it is special.
14193         (dir_name): Don't append dot when drive letter is absolute.
14194         [TEST_DIRNAME]: Move into a full-blown gnulib test.
14195         * lib/basename.c (base_name): New semantics - malloc the result.
14196         Preserve // when it is special.  Preserve relative files that look
14197         like drive letters.
14198         (base_len): Preserve // when it is special.
14199         (last_component): New method, similar to old base_name semantics.
14200         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
14201         base_name.  Strip redundant slashes from ///.
14202
14203 2006-07-03  Jim Meyering  <jim@meyering.net>
14204
14205         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
14206         macro is used before the first cycle_check call.
14207
14208 2006-07-03  Eric Blake  <ebb9@byu.net>
14209
14210         * modules/dirname (Depends-on): Add xstrndup.
14211
14212 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
14213
14214         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
14215         test cases, so that config.log is a bit easier to follow.
14216
14217 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
14218
14219         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
14220         both are 64 bits, since this seems to be the tradition, and this
14221         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
14222         we ever run into a host that prefers long long to long in this
14223         case, we'll need another configure-time test.  Problem reported by
14224         Jim Meyering.
14225
14226 2006-07-02  Eric Blake  <ebb9@byu.net>
14227
14228         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
14229
14230 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
14231
14232         * modules/inttypes (Depends-on): No longer depends on stdint.
14233         * modules/stdint (Description): Say more about assumptions.
14234         Say that the fast types might differ.  Say macros are used.
14235         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
14236         (Makefile.am): Revise list of substituted symbols to match
14237         new stdint.m4.
14238         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
14239         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
14240         * tests/test-stdint.c (verify_same_types)
14241         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
14242         the code conforms to C99/C89.
14243         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
14244         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
14245
14246 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
14247
14248         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
14249         but fix a bug, by requiring at least 64 bits.
14250         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
14251         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
14252         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
14253         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
14254
14255         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
14256         changes.  Make 2.59 a prerequisite.  Check and substitute for
14257         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
14258         inttypes.h.  Do not use special include files; just use the
14259         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
14260         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
14261         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
14262         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
14263         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
14264         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
14265         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
14266         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
14267         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
14268         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
14269         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
14270         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
14271         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
14272         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
14273         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
14274         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
14275         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
14276         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
14277         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
14278         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
14279         WINT_MAX.  Check for C99 conformance more strictly, by detecting
14280         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
14281         not check for things that C99 does not require, e.g., int8_t.  If
14282         a test isn't needed unless <stdint.h> isn't working, and is
14283         unlikely to be needed for any other reason, then don't do it
14284         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
14285         size_t, since we assume C89 freestanding at least.  Do not check
14286         for sig_atomic_t, wchar_t, or wint_t, since the code now does
14287         the right thing even if the types are not defined.  Instead use:
14288         (gl_STDINT_TYPE_PROPERTIES): New macro.
14289         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
14290         testing whether <sys/types.h> clashes, as Autoconf does this for
14291         us now.  All uses removed.
14292         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
14293         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
14294         (gl_CHECK_TYPE_SAME):
14295         Remove; no longer needed.
14296         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
14297         exists, since we'll return 0 anyway in that case.
14298         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
14299
14300 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
14301
14302         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
14303         possible collision with system files.
14304         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
14305         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
14306         WCHAR_MIN and WCHAR_MAX in this case.
14307         (<stddef.h>): Do not include; no longer needed.
14308         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
14309         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
14310         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
14311         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
14312         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
14313         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
14314         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
14315         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
14316         !defined(__c99))]: Include in this case too, since it's harmless
14317         now.
14318         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
14319         dangerous to do so.
14320         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
14321         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
14322         (_STDINT_MIN, _STDINT_MAX): New macros.
14323         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
14324         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
14325         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
14326         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
14327         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
14328         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
14329         macros, not typedefs; this simplifies things quite a bit.
14330         Use long int for all types narrower than int64_t.
14331         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
14332         Define in terms of long long int or int64_t or long int,
14333         not int64_t or int32_t.  This saves some compile-time testing.
14334         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
14335         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
14336         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
14337         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
14338         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
14339         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
14340         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
14341         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
14342         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
14343         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
14344         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
14345         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
14346         undef any previous version and define our own version, for
14347         simplicity and consistency with the new macros for types.
14348         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
14349         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
14350         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
14351         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
14352         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
14353         @WINT_T_SUFFIX@ to keep things simple here.
14354         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
14355         Simplify by assuming typical 8/16/32/64 host, since we're
14356         already doing that elsewhere anyway.
14357         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
14358         and assume long long int is 64 bits if available.  This
14359         speeds up 'configure'.
14360
14361 2006-07-01  Eric Blake  <ebb9@byu.net>
14362
14363         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
14364         Reported by Andreas Buening.
14365
14366 2006-07-01  Eric Blake  <ebb9@byu.net>
14367
14368         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
14369
14370 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
14371
14372         * lib/getaddrinfo.c: fixed typo
14373
14374 2006-06-29  Jim Meyering  <jim@meyering.net>
14375
14376         * modules/strftime (Maintainer): Add my name, since with the
14377         FPRINTFTIME changes strftime.c has forked from glibc.
14378
14379 2006-06-29  Eric Blake  <ebb9@byu.net>
14380
14381         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
14382
14383 2006-06-29  Eric Blake  <ebb9@byu.net>
14384
14385         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
14386
14387 2006-06-29  Eric Blake  <ebb9@byu.net>
14388
14389         * lib/stat_.h: New file.
14390
14391 2006-06-29  Eric Blake  <ebb9@byu.net>
14392
14393         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
14394         unused static function.
14395
14396 2006-06-29  Eric Blake  <ebb9@byu.net>
14397
14398         * doc/functions.texi (Function Portability): Document missing lstat
14399         on mingw.
14400
14401 2006-06-29  Eric Blake  <ebb9@byu.net>
14402
14403         * MODULES.html.sh: Add sys_stat.
14404         * modules/sys_stat: New module.
14405         * modules/mkstemp (Depends-on): Add sys_stat.
14406
14407 2006-06-29  Derek R. Price  <derek@ximbiot.com>
14408
14409         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
14410
14411 2006-06-29  Derek R. Price  <derek@ximbiot.com>
14412
14413         * m4/c-bs-a.m4: Removed.
14414
14415 2006-06-29  Derek R. Price  <derek@ximbiot.com>
14416
14417         * lib/strftime.c: Assume strftime() exists.
14418
14419 2006-06-29  Derek Price  <derek@ximbiot.com>
14420
14421         * modules/c-bs-a: Removed - \a is C89.
14422         * MODULES.html.sh: Remove c-bs-a.
14423
14424 2006-06-29  Bruno Haible  <bruno@clisp.org>
14425
14426         * modules/wcwidth (License): Change to LGPL.
14427
14428 2006-06-28  Simon Josefsson  <jas@extundo.com>
14429
14430         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
14431         on _WIN32.
14432
14433         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
14434         getnameinfo.
14435
14436 2006-06-28  Simon Josefsson  <jas@extundo.com>
14437
14438         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
14439
14440 2006-06-28  Simon Josefsson  <jas@extundo.com>
14441
14442         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
14443         functions there.  It will succeed on Windows XP, but on Windows
14444         2000 and (presumably) earlier, it will fail, and use the internal
14445         re-implementation.
14446         (use_win32_p): New function.
14447         (getaddrinfo): Use strtoul on servname, to support numeric ports.
14448         Support AI_NUMERICSERV to disable getservbyname.
14449         (getnameinfo): New function, only supports
14450         NI_NUMERICHOST|NI_NUMERICSERV for now.
14451
14452         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
14453         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
14454         getnameinfo.
14455
14456 2006-06-28  Eric Blake  <ebb9@byu.net>
14457
14458         * modules/wcwidth: New file.
14459         * modules/mbchar (Depends-on): Add wcwidth.
14460         * modules/mbswidth (Depends-on): Add wcwidth.
14461         * MODULES.html.sh: Add wcwidth.
14462
14463 2006-06-28  Eric Blake  <ebb9@byu.net>
14464
14465         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
14466         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
14467
14468 2006-06-28  Eric Blake  <ebb9@byu.net>
14469
14470         * lib/xvasprintf.h: Fix comments.
14471
14472 2006-06-28  Eric Blake  <ebb9@byu.net>
14473
14474         * lib/mbchar.h (wcwidth): Include wcwidth.h.
14475         * lib/mbswidth.c (wcwidth): Move from here...
14476         * lib/wcwidth.h: ...to this new file.
14477
14478 2006-06-28  Derek R. Price  <derek@ximbiot.com>
14479
14480         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
14481
14482         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
14483         it's obsolete.
14484         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
14485
14486 2006-06-28  Derek R. Price  <derek@ximbiot.com>
14487
14488         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
14489         Autoconf 2.60 says this stuff was obsolete.
14490
14491 2006-06-28  Bruno Haible  <bruno@clisp.org>
14492
14493         * modules/wcwidth (Files): Add m4/wchar_t.m4.
14494
14495 2006-06-28  Bruno Haible  <bruno@clisp.org>
14496
14497         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
14498         gt_TYPE_WCHAR_T.
14499
14500 2006-06-28  Bruno Haible  <bruno@clisp.org>
14501
14502         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
14503         declaration for wcwidth.
14504         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
14505
14506 2006-06-28  Bruno Haible  <bruno@clisp.org>
14507
14508         * lib/mkdtemp.c [MINGW]: Include <io.h>.
14509         (mkdir): Define using _mkdir.
14510
14511 2006-06-28  Bruno Haible  <bruno@clisp.org>
14512
14513         * lib/getaddrinfo.h: Fix POSIX URL.
14514         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
14515         _WIN32.
14516         (use_win32_p): Make static.
14517         (getaddrinfo): Reject service name if it is empty or does not consist
14518         solely of decimal digits, or if its value is > 65535.
14519         (getnameinfo): Remove useless casts.
14520
14521 2006-06-27  Simon Josefsson  <jas@extundo.com>
14522
14523         * modules/sys_select: New file, suggested by Bruno Haible, Paul
14524         Eggert and Martin Lambers.
14525
14526 2006-06-27  Simon Josefsson  <jas@extundo.com>
14527
14528         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
14529         Eggert and Martin Lambers.
14530
14531 2006-06-27  Bruno Haible  <bruno@clisp.org>
14532
14533         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
14534         result to 0, not to empty.
14535         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
14536
14537 2006-06-27  Bruno Haible  <bruno@clisp.org>
14538
14539         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
14540
14541 2006-06-26  Simon Josefsson  <jas@extundo.com>
14542
14543         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
14544         present.
14545
14546 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
14547
14548         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
14549         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
14550         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
14551
14552 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
14553
14554         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
14555
14556 2006-06-26  Bruno Haible  <bruno@clisp.org>
14557
14558         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
14559
14560 2006-06-26  Bruno Haible  <bruno@clisp.org>
14561
14562         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
14563
14564 2006-06-26  Bruno Haible  <bruno@clisp.org>
14565
14566         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
14567         SGI C compiler in pre-C99 mode.
14568         Suggested by Mark D. Baushke and Larry Jones.
14569
14570 2006-06-26  Bruno Haible  <bruno@clisp.org>
14571
14572         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
14573         WCHAR_MAX.
14574         Reported by Mark D. Baushke and Larry Jones.
14575
14576 2006-06-26  Bruno Haible  <bruno@clisp.org>
14577
14578         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
14579         in pre-C99 mode.
14580         Suggested by Mark D. Baushke and Larry Jones.
14581
14582 2006-06-23  Simon Josefsson  <jas@extundo.com>
14583             Bruno Haible  <bruno@clisp.org>
14584
14585         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
14586         Emit mostlyclean-local rule.
14587         (func_emit_tests_Makefile_am): Likewise.
14588         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
14589
14590 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
14591
14592         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
14593
14594 2006-06-23  Bruno Haible  <bruno@clisp.org>
14595
14596         * tests/test-stdint.c: Update to match ISO C 99 Technical
14597         Corrigendum 1.
14598
14599 2006-06-23  Bruno Haible  <bruno@clisp.org>
14600
14601         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
14602
14603 2006-06-23  Bruno Haible  <bruno@clisp.org>
14604
14605         * lib/stdint_.h: Treat IRIX like OpenBSD.
14606
14607 2006-06-23  Bruno Haible  <bruno@clisp.org>
14608
14609         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
14610         ISO C 99 Technical Corrigendum 1.
14611
14612 2006-06-22  Simon Josefsson  <jas@extundo.com>
14613
14614         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
14615         MinGW.
14616
14617 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
14618
14619         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
14620         needed.  Some compiler complained about some of them.  Problem reported
14621         by Larry Jones in
14622         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
14623
14624 2006-06-21  Simon Josefsson  <jas@extundo.com>
14625
14626         * tests/test-getaddrinfo.c: New file.
14627
14628         * modules/getaddrinfo-tests: New file.
14629
14630         * MODULES.html.sh: Add inet_pton.
14631
14632         * modules/inet_pton: New file.
14633
14634 2006-06-21  Simon Josefsson  <jas@extundo.com>
14635
14636         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
14637         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
14638         of using the (limited) gnulib implementation on Windows XP.
14639
14640         * m4/inet_pton.m4: New file.
14641
14642 2006-06-21  Simon Josefsson  <jas@extundo.com>
14643
14644         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
14645         variable.
14646
14647         * lib/socket_.h: Don't define WINVER.
14648
14649         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
14650         slightly modified to work in gnulib.
14651
14652 2006-06-21  Simon Josefsson  <jas@extundo.com>
14653
14654         * doc/gnulib.texi (Windows sockets): Add.
14655
14656 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
14657
14658         * lib/read-file.c (fread_file): Start with buffer allocation of
14659         0 bytes rather than 1 byte; this simplifies the code.
14660         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
14661         code to free buffer and save/restore errno.
14662         (internal_read_file): Remove unused local.
14663
14664 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
14665
14666         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
14667         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
14668         Problem reported by Denis Excoffier in
14669         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
14670
14671 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14672
14673         * modules/sys_socket, modules/socklen: Include sys/types since
14674         FreeBSD 4.x's sys/socket.h needs it.
14675
14676 2006-06-19  Simon Josefsson  <jas@extundo.com>
14677
14678         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
14679
14680 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
14681
14682         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
14683
14684 2006-06-19  Bruno Haible  <bruno@clisp.org>
14685
14686         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
14687         and FULL_PATH_INTTYPES_H in angle brackets.
14688         Reported by Mark D. Baushke <mdb@gnu.org>.
14689
14690 2006-06-17  Eric Blake  <ebb9@byu.net>
14691
14692         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
14693         errno.
14694
14695 2006-06-17  Bruno Haible  <bruno@clisp.org>
14696
14697         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
14698         <sys/inttypes.h>.
14699
14700 2006-06-17  Bruno Haible  <bruno@clisp.org>
14701
14702         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
14703         whether errno is declared. Assume <errno.h> declares errno.
14704
14705 2006-06-17  Bruno Haible  <bruno@clisp.org>
14706
14707         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
14708
14709 2006-06-17  Bruno Haible  <bruno@clisp.org>
14710
14711         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
14712         problem on Solaris 2.5.1.
14713
14714 2006-06-16  Eric Blake  <ebb9@byu.net>
14715
14716         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
14717         * lib/unicodeio.c [!defined errno]: Likewise.
14718         * lib/strtol.c [!defined errno]: Likewise.
14719         * lib/strtod.c [!defined errno]: Likewise.
14720
14721 2006-06-15  Eric Blake  <ebb9@byu.net>
14722
14723         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
14724
14725 2006-06-15  Eric Blake  <ebb9@byu.net>
14726
14727         * config/srclist.txt (ssize_t.m4): Lose sync.
14728
14729 2006-06-15  Bruno Haible  <bruno@clisp.org>
14730
14731         * modules/stdint (Files): Include m4/full-header-path.m4,
14732         m4/size_max.m4, m4/wchar_t.m4.
14733         (Makefile.am): Many more substitutions.
14734         * modules/stdint-tests: New file.
14735         * tests/test-stdint.c: New file.
14736
14737 2006-06-15  Bruno Haible  <bruno@clisp.org>
14738
14739         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
14740         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
14741         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
14742         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
14743         gl_CHECK_TYPE_SAME): New macros.
14744
14745 2006-06-15  Bruno Haible  <bruno@clisp.org>
14746
14747         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
14748
14749 2006-06-15  Bruno Haible  <bruno@clisp.org>
14750
14751         * lib/stdint_.h: Rewritten to be fully auto-configured.
14752         Fixes bug on HP-UX/IA64.
14753
14754 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
14755
14756         * lib/getdate.y (__attribute__): Don't define if already defined.
14757         Problem reported by Larry Jones.
14758         * lib/utimens.c (__attribute__): Likewise.
14759
14760 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
14761
14762         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
14763         reported by Andreas Schwab.
14764
14765 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14766             Bruno Haible  <bruno@clisp.org>
14767
14768         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
14769         check for the declaration of strnlen and a run test that exposes the
14770         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
14771         rpl_strndup.
14772
14773 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14774             Bruno Haible  <bruno@clisp.org>
14775
14776         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
14777
14778 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14779
14780         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
14781         compile test, for Tru64 4.0D.
14782
14783 2006-05-28  Karl Berry  <karl@gnu.org>
14784
14785         * config/srclist.txt (printf-args.c): lose sync.
14786
14787 2006-05-26  Martin Lambers  <marlam@marlam.de>
14788
14789         * lib/getpass.c: Updates the test for the native W32 API, and adds
14790         missing includes, thus fixing compilation warnings.
14791
14792 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
14793
14794         * lib/exclude.c (exclude_fnmatch): New function.
14795         (excluded_file_name): Call exclude_fnmatch.
14796         * lib/exclude.h (excluded_file_name): New prototype
14797
14798 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
14799
14800         * lib/tempname.c (small_open, large_open): New macros.
14801         (__open, __open64) [!_LIBC]: Remove.
14802         (__gen_tempname): Use small_open and large_open instead of __open
14803         and __open64.  This fixes a portability bug on HP-UX 11.11i
14804         reported by Simon Wing-Tang in
14805         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
14806
14807 2006-05-24  Bruno Haible  <bruno@clisp.org>
14808
14809         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
14810         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
14811         Reported by Thorsten Maerz <torte@netztorte.de> via
14812         Aaron Stone <aaron@serendipity.cx>.
14813
14814 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
14815
14816         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
14817         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
14818         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
14819         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
14820         not really conditional on the cache.
14821         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
14822
14823 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
14824
14825         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
14826         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
14827         (my_usleep): Don't mishandle maximum value.
14828
14829 2006-05-19  Jim Meyering  <jim@meyering.net>
14830
14831         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
14832
14833 2006-05-17  Bruno Haible  <bruno@clisp.org>
14834
14835         Cygwin portability.
14836         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
14837
14838 2006-05-17  Bruno Haible  <bruno@clisp.org>
14839
14840         * lib/stdint_.h: Fix recognition of Cygwin.
14841
14842 2006-05-15  Bruno Haible  <bruno@clisp.org>
14843
14844         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
14845         on libtool patch by Ralf Wildenhues.
14846
14847 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
14848
14849         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
14850         test for C99 conformance; (bool) 0.5 is an integer constant
14851         expression, but (bool) -0.5 is not.  Problem reported by Fedor
14852         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
14853
14854 2006-05-11  Simon Josefsson  <jas@extundo.com>
14855
14856         * m4/xvasprintf.m4: Fix obvious typo.
14857
14858 2006-05-11  Jim Meyering  <jim@meyering.net>
14859
14860         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
14861         James Lemley.
14862
14863 2006-05-10  Simon Josefsson  <jas@extundo.com>
14864
14865         * lib/md4.c: Typo fix, update copyright years.
14866         (K1, K2): Don't use L because it turn computations into 64-bit on
14867         64-bit platforms.
14868
14869 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
14870
14871         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
14872         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
14873         unwanted sign propagation, e.g., on hosts with 64-bit int.
14874         There still are some problems with reeelly weird theoretical hosts
14875         (e.g., 33-bit int) but it's not worth worrying about now.
14876         * lib/sha1.c (rol): Likewise.
14877         (K1, K2, K3, K4): Remove unnecessary L suffix.
14878
14879 2006-05-10  Bruno Haible  <bruno@clisp.org>
14880
14881         * lib/des.c: Cast to avoid warnings.
14882
14883 2006-05-09  Bruno Haible  <bruno@clisp.org>
14884
14885         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
14886         (Depends-on): Depend also on xsize, stdarg.
14887         (configure.ac): Add gl_XVASPRINTF.
14888
14889 2006-05-09  Bruno Haible  <bruno@clisp.org>
14890
14891         * m4/xvasprintf.m4: New file.
14892
14893 2006-05-09  Bruno Haible  <bruno@clisp.org>
14894
14895         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
14896         (EOVERFLOW): Define fallback value.
14897         (xstrcat): New function.
14898         (xvasprintf): Recognize the special case of a string concatenation.
14899
14900 2006-05-08  Eric Blake  <ebb9@byu.net>
14901
14902         * gnulib-tool (func_version): Base copyright year on CVS date.
14903         (func_emit_copyright_notice): New function.
14904         (func_emit_lib_Makefile_am): Use it.
14905         (func_emit_tests_Makefile_am): Likewise.
14906         (func_import): Likewise.
14907
14908 2006-05-08  Bruno Haible  <bruno@clisp.org>
14909
14910         * modules/stdarg: New file.
14911         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
14912
14913 2006-05-08  Bruno Haible  <bruno@clisp.org>
14914
14915         * m4/stdarg.m4: New file, from GNU gettext.
14916
14917 2006-05-08  Bruno Haible  <bruno@clisp.org>
14918
14919         * config/srclist.txt (build-aux/config.rpath): different from latest
14920         release.
14921
14922 2006-05-08  Bruno Haible  <bruno@clisp.org>
14923
14924         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
14925
14926 2006-05-05  Jim Meyering  <jim@meyering.net>
14927
14928         * m4/warning.m4: New file, derived from bison's file by the same name.
14929
14930 2006-05-03  Bruno Haible  <bruno@clisp.org>
14931
14932         * lib/stdint_.h: Shorter URL.
14933         * lib/inttypes.h: Likewise.
14934
14935 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
14936
14937         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
14938
14939 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
14940
14941         * lib/verify.h: Document the internals better.  Most of this change
14942         was written by Bruno Haible.
14943
14944 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
14945
14946         * doc/verify.texi: New file, partly based on a proposal by
14947         Bruno Haible.
14948
14949 2006-05-02  Bruno Haible  <bruno@clisp.org>
14950
14951         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
14952         test from here...
14953         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
14954
14955 2006-04-29  Bruno Haible  <bruno@clisp.org>
14956
14957         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
14958         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
14959
14960 2006-04-29  Bruno Haible  <bruno@clisp.org>
14961
14962         * gnulib-tool: Make --update option actually work.
14963
14964 2006-04-29  Bruno Haible  <bruno@clisp.org>
14965
14966         * doc/gcd.texi: New file.
14967         * doc/gnulib.texi: Include it.
14968
14969 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
14970
14971         * lib/getdate.y (get_date): When adding relative date, start with the
14972         initial time, not with the result of the first mktime call.
14973
14974 2006-04-25  Bruno Haible  <bruno@clisp.org>
14975
14976         * gnulib-tool (func_import): Output the include directives in three
14977         blocks, sorted separately.
14978         Reported by Ben Pfaff <blp@cs.stanford.edu>.
14979
14980 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
14981
14982         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
14983         to define main with arguments, for C++.  Reported by Eric Blake.
14984         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
14985         Prefer 'int main ()' to 'int main (void)', for C++.
14986         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
14987         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
14988         for 'main', for C99 and C++.
14989
14990 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
14991
14992         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
14993         Don't assume that exit status -1 is valid.
14994         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
14995         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
14996         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
14997         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
14998         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
14999         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
15000         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
15001         functions can be used without declaring them, or that you can
15002         exit with status -1.
15003         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
15004
15005 2006-04-24  Karl Berry  <karl@gnu.org>
15006
15007         * config/srclist.txt (longdouble.m4): sync lost.
15008
15009 2006-04-24  Eric Blake  <ebb9@byu.net>
15010
15011         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
15012
15013 2006-04-24  Bruno Haible  <bruno@clisp.org>
15014
15015         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
15016         poll() implementation in AIX.
15017         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
15018
15019 2006-04-24  Bruno Haible  <bruno@clisp.org>
15020
15021         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
15022         assigned exactly once.
15023
15024 2006-04-23  Claudio Fontana  <claudio@gnu.org>
15025             Bruno Haible  <bruno@clisp.org>
15026
15027         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
15028         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
15029         for AM_CPPFLAGS.
15030
15031 2006-04-23  Bruno Haible  <bruno@clisp.org>
15032
15033         * modules/copy-file: Depend on unistd.
15034         * modules/execute: Likewise.
15035         * modules/fatal-signal: Likewise.
15036         * modules/findprog: Likewise.
15037         * modules/mkdtemp : Likewise.
15038         * modules/pipe: Likewise.
15039         * modules/wait-process: Likewise.
15040
15041 2006-04-23  Bruno Haible  <bruno@clisp.org>
15042
15043         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
15044         condition was already detected.
15045         Reported by Ben Pfaff <blp@cs.stanford.edu>.
15046
15047 2006-04-23  Bruno Haible  <bruno@clisp.org>
15048
15049         * lib/copy-file.c: Include <unistd.h> unconditionally.
15050         * lib/execute.c: Likewise.
15051         * lib/fatal-signal.c: Likewise.
15052         * lib/findprog.c: Likewise.
15053         * lib/mkdtemp.c: Likewise.
15054         * lib/pipe.h: Likewise.
15055         * lib/pipe.c: Likewise.
15056         * lib/wait-process.h: Likewise.
15057
15058 2006-04-23  Bruno Haible  <bruno@clisp.org>
15059
15060         * gnulib-tool (func_usage): Fix --import description. Document
15061         --update.
15062         (func_import): Create temporary file in a temporary directory, if
15063         --dry-run is specified. Silence errors from 'grep' when there are no
15064         m4 files in $m4dir.
15065         (func_create_testdir): Silence errors from 'grep' when there are no
15066         m4 files in $m4dir.
15067         Reported by Karl Berry <karl@freefriends.org>.
15068
15069 2006-04-20  Bruno Haible  <bruno@clisp.org>
15070
15071         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
15072         one argument, so that the code will be portable to Autoconf 2.60.
15073         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
15074         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
15075         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
15076
15077 2006-04-19  Derek Price  <derek@ximbiot.com>
15078             Eric Blake  <ebb9@byu.net>
15079
15080         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
15081         rather than "/full/path.h".  Update comment to match.  Shorten &
15082         generalize m4_translit call via AS_TR_CPP.
15083
15084 2006-04-19  Derek Price  <derek@ximbiot.com>
15085             Eric Blake  <ebb9@byu.net>
15086
15087         * lib/inttypes.h: Correct grammar in comment.
15088
15089 2006-04-18  Derek Price  <derek@ximbiot.com>
15090             Paul Eggert  <eggert@cs.ucla.edu>
15091
15092         * modules/inttypes: New file.
15093         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
15094
15095 2006-04-18  Derek Price  <derek@ximbiot.com>
15096             Paul Eggert  <eggert@cs.ucla.edu>
15097
15098         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
15099         New files.
15100
15101 2006-04-18  Derek Price  <derek@ximbiot.com>
15102             Paul Eggert  <eggert@cs.ucla.edu>
15103
15104         * lib/inttypes.h: New file.
15105         * lib/strtoimax.c: Assume <inttypes.h>.
15106
15107 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
15108
15109         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
15110         isn't mounted.  Problem reported by Kir Kolyshkin.
15111
15112 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
15113
15114         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
15115         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
15116         Derek R. Price.
15117         * lib/regex.h (RE_DUP_MAX): Update comment to match current
15118         implementation.
15119
15120 2006-04-12  Eric Blake  <ebb9@byu.net>
15121
15122         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
15123         is now done automatically by the corresponding Autoconf macro.
15124
15125 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
15126
15127         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
15128         time_r.h.
15129
15130 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
15131
15132         Merge regex changes from libc, removing some of our
15133         POSIX-conformance changes that were rejected and redoing them in a
15134         less-intrusive way.
15135
15136         * lib/regcomp.c (re_compile_internal, init_dfa):
15137         Length arg is now size_t, not Idx.  All uses changed.
15138         (peek_token): Forward decl now says internal_function.
15139         (__re_error_msgid, __re_error_msgid_idx):
15140         Now static rather than extern with attribute_hidden.
15141         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
15142         For some reason libc prefers K&R style defns for external functions.
15143         (regerror) [!defined _LIBC]: Likewise.
15144         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
15145         (seek_collating_symbol_entry, lookup_collation_sequence_value):
15146         (build_range_exp, build_collating_symbol):
15147         Use K&R-style defn.
15148         (re_compile_fastmap): Use '\0' to memset, not 0.
15149         (utf8_sb_map): Make the calculations more obvious.
15150         (init_dfa, parse_bracket_exp, build_charclass_op):
15151         Call calloc and cast result, as glibc does.
15152         (init_word_char, fetch_token, peek_token, peek_token_bracket):
15153         (build_range_exp, build_collating_symbol):
15154         Now internal functions.
15155
15156         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
15157
15158         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
15159         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
15160         Don't depend on VMS; depend on __VMS instead, for POSIX
15161         namespace cleanness.
15162         (regoff_t): Define to ssize_t, not long int.
15163
15164         Remove the REG_ macros named below.  Instead, make the old names
15165         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
15166         __USE_GNU_REGEX.
15167         (REG_BACKSLASH_ESCAPE_IN_LISTS):
15168         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
15169         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
15170         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
15171         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
15172         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
15173         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
15174         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
15175         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
15176         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
15177         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
15178         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
15179         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
15180         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
15181         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
15182         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
15183         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
15184         (REG_NREGS):
15185         Remove.  All uses replaced by the old RE_* names.
15186         (RE_BACKSLASH_ESCAPE_IN_LISTS):
15187         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
15188         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
15189         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
15190         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
15191         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
15192         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
15193         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
15194         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
15195         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
15196         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
15197         Don't bother having these macros be independent of each others'
15198         values, since they no longer exist in the POSIX name space.
15199
15200         Rename the following member names back to their old names,
15201         unless !__USE_GNU_REGEX.  All uses changed back.
15202         (buffer): Renamed from re_buffer.
15203         (allocated): Renamed from re_allocated.
15204         (used): Renamed from re_used.
15205         (syntax): Renamed from re_syntax.
15206         (fastmap): Renamed from re_fastmap.
15207         (translate): Renamed from re_translate.
15208         (can_be_null): Renamed from re_can_be_null.
15209         (regs_allocated): Renamed from re_regs_allocated.
15210         (fastmap_accurate): Renamed from re_fastmap_accurate.
15211         (no_sub): Renamed from re_no_sub.
15212         (not_bol): Renamed from re_not_bol.
15213         (not_eol): Renamed from re_not_eol.
15214         (newline_anchor): Renamed from re_newline_anchor.
15215         (num_regs): Renamed from rm_num_regs.
15216         (start): Renamed from rm_start.
15217         (end): Renamed from rm_end.
15218
15219         (free_state): Move up a bit.
15220
15221         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
15222         #define to be empty.
15223         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
15224         when that is what is intended.
15225         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
15226         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
15227         (MAX): New macro.
15228         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
15229         All uses changed back to re_malloc, etc.  It's now the caller's
15230         responsibility to check for overflow; all callers changed.
15231         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
15232         (re_x2nrealloc): Remove.
15233         (free_state): Remove decl.
15234
15235         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
15236         (re_set_registers, re_exec):
15237         Use K&R-style defn.
15238
15239         2006-01-31  Roland McGrath  <roland@redhat.com>
15240
15241         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
15242         Reported by Mike Frysinger <vapier@gentoo.org>.
15243
15244         2006-01-15  Andreas Jaeger  <aj@suse.de>
15245
15246         [BZ #1950]
15247         * lib/regex_internal.c (re_string_reconstruct): Adjust for
15248         build_wcs_upper_buffer change.
15249         (build_wcs_upper_buffer): Change return type.
15250
15251         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
15252
15253         * lib/regex_internal.h: Include <stdint.h> if available.
15254
15255         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
15256
15257         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
15258
15259         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
15260
15261         * lib/regcomp.c: Adjust for changed secondary hash function.
15262
15263         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
15264
15265         * lib/regex.h: Pretty printing.
15266         Clean up namespace a bit.
15267
15268         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
15269
15270         * lib/regexec.c (update_cur_sifted_state, check_arrival,
15271         check_arrival_add_next_nodes): Avoid using uninitialized variable.
15272
15273         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
15274                     Ulrich Drepper  <drepper@redhat.com>
15275
15276         [BZ #1302]
15277         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
15278         changed.
15279         (bitset_word_t): Renamed from bitset_word.  All uses changed.
15280
15281         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
15282
15283         [BZ #281]
15284         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
15285         * lib/regcomp.c: Remove unnecessary uses of
15286         unsigned RE_TRANSLATE_TYPE.
15287         * lib/regex_internal.h: Likewise.
15288         * lib/regex_internal.c: Likewise.
15289         * lib/regexec.c: Likewise.
15290         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
15291
15292         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
15293
15294         * lib/regexec.c (find_recover_state): Remove unnecessary
15295         initialization.
15296         (transit_state_bkref): Make DFA a const pointer.
15297         (get_subexp): Likewise.
15298         (check_arrival): Likewise.
15299         (update_cur_sifted_state): Likewise.
15300         (re_search_internal): Likewise.
15301         (prune_impossible_nodes): Likewise.
15302         (acquire_init_state_context): Likewise.
15303         (proceed_next_node): Likewise.
15304         (set_regs): Likewise.
15305         (free_fail_stack_return): Likewise.
15306         (check_arrival_expand_ecl): Mark DFA parameter as const.
15307         (check_arrival_expand_ecl_sub): Likewise.
15308         (check_subexp_limits): Likewise.
15309         (sub_epsilon_src_nodes):  Likewise.
15310         (add_epsilon_src_nodes):  Likewise.
15311         (merge_state_array): Likewise.
15312         (update_regs): Likewise.
15313         (build_trtable): Likewise.
15314         (sift_states_backward): Mark MCTX parameter as const.
15315         (build_sifted_states): Likewise.
15316         (update_cur_sifted_state): Likewise.
15317         (sift_states_mkref): Likewise.
15318         (check_arrival_expand_ecl): Mark eclosure as const.
15319         (check_dst_limits_calc_pos_1): Likewise.
15320         * lib/regex_internal.h (re_match_context_t): Make dfa a const
15321         pointer.
15322
15323         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
15324
15325         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
15326         (transit_state_sb): Likewise.
15327         (transit_state_mb): Likewise.
15328         (sift_states_iter_mb): Likewise.
15329         (check_arrival_add_next_nodes): Likewise.
15330         (check_node_accept_bytes): Change first parameter to pointer-to-const.
15331         [_LIBC] (re_search_2_stub): Use mempcpy.
15332
15333         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
15334         mbrtowc for very simple UTF-8 case.
15335
15336         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
15337         a pointer-to-const.
15338         (re_acquire_state_context): Likewise.
15339         * lib/regex_internal.h: Adjust prototypes.
15340
15341         * lib/regex.c: Prevent using C++ compilers.
15342
15343         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
15344         (re_acquire_state_context): Likewise.
15345
15346 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
15347
15348         * modules/regex (Depends-on): Add ssize_t.
15349
15350 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
15351
15352         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
15353         translation table.
15354
15355 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
15356
15357         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
15358
15359 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
15360             Bruno Haible  <bruno@clisp.org>
15361
15362         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
15363         <sys/types.h> and <inttypes.h>.
15364
15365 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15366
15367         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
15368         `__error_t_defined', so argp.h will not typedef the former.
15369
15370 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
15371
15372         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
15373         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
15374         glibc names.  Even if glibc is changed to conform to POSIX, the
15375         traditional names will be available anyway, since regex depends on
15376         the extensions module.  Also, fix a longstanding typo in the
15377         implementation of Spencer ERE test #75 from grep 2.3.  Problems
15378         reported by Emanuele Giaquinta.  Also, change sense of cached
15379         variable, so that the message makes sense.
15380
15381 2006-03-24  Simon Josefsson  <jas@extundo.com>
15382
15383         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
15384         including some doc fixes.
15385         (base64_encode_alloc): Fix +1 bug on allocation failures.
15386
15387 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15388
15389         * lib/base64.c (base64_encode): Do not read past end of array with
15390         unsanitized input on systems with CHAR_BIT > 8.
15391
15392 2006-03-24  Eric Blake  <ebb9@byu.net>
15393
15394         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
15395
15396 2006-03-22  Karl Berry  <karl@gnu.org>
15397
15398         * config/srclist.txt (*setenv.[ch]): get from coreutils.
15399         * config/srclistvars.sh (COREUTILS): new var.
15400
15401 2006-03-17  Jim Meyering  <jim@meyering.net>
15402
15403         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
15404         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
15405
15406 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
15407
15408         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
15409         no longer needs it.  Instead, check that regoff_t is as least
15410         as wide as ptrdiff_t.
15411
15412         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
15413         so that our regex.h stays compatible with the installed regex.
15414         This is helpful for installers who configure --without-included-regex.
15415         Problem reported by Emanuele Giaquinta.
15416
15417 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
15418
15419         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
15420         Typedef to long int, not to off_, as POSIX will likely change
15421         in that direction.
15422
15423 2006-03-15  Eric Blake  <ebb9@byu.net>
15424
15425         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
15426
15427 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
15428
15429         * lib/argp-help.c (validate_uparams): Fix typo
15430         * lib/argp-parse.c (argp_default_options): Consistently begin help
15431         messages with a lowercase letter.
15432
15433 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
15434
15435         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
15436         overrun buffers and shouldn't be used (much as gets shouldn't be
15437         used).
15438         * lib/time_r.c (asctime_r, ctime_r): Likewise.
15439
15440 2006-03-08  Simon Josefsson  <jas@extundo.com>
15441
15442         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
15443         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
15444
15445 2006-03-08  Simon Josefsson  <jas@extundo.com>
15446
15447         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
15448         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
15449
15450 2006-03-08  Simon Josefsson  <jas@extundo.com>
15451
15452         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
15453         signal that configure disabled the device.
15454
15455 2006-03-08  Simon Josefsson  <jas@extundo.com>
15456
15457         * build-aux/maint.mk: Fix refresh-po, to handle no translated
15458         languages.
15459
15460 2006-03-07  Simon Josefsson  <jas@extundo.com>
15461
15462         * modules/getopt (Depends-on): Add unistd.
15463
15464         * modules/unistd: New file.
15465
15466 2006-03-07  Simon Josefsson  <jas@extundo.com>
15467
15468         * modules/gc-random: New file.
15469
15470 2006-03-07  Simon Josefsson  <jas@extundo.com>
15471
15472         * m4/unistd_h.m4: New file.
15473
15474 2006-03-07  Simon Josefsson  <jas@extundo.com>
15475
15476         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
15477         test to be side-effect free by storing the result in the cache
15478         variable gl_cv_lib_readline, and moving the assignment of
15479         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
15480         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
15481
15482 2006-03-07  Simon Josefsson  <jas@extundo.com>
15483
15484         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
15485         error on missing devices (the functions will return an error).
15486
15487         * m4/gc.m4: Move random stuff to gc-random.m4
15488
15489 2006-03-07  Simon Josefsson  <jas@extundo.com>
15490
15491         * lib/unistd_.h: New file.
15492
15493 2006-03-07  Simon Josefsson  <jas@extundo.com>
15494
15495         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
15496
15497 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
15498
15499         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
15500         Problem reported by Juan Manuel Guerrero.
15501
15502 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
15503
15504         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
15505         the unistd module.
15506         * lib/getlogin_r.c: Likewise.
15507         * lib/getlogin_r.h: Likewise.
15508         * lib/glob.c: Likewise.
15509         * lib/pagealign_alloc.c: Likewise.
15510         * lib/unistd_.h: Remove; no longer needed.
15511
15512 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
15513
15514         * MODULES.html.sh (Support for systems lacking POSIX:2001):
15515         Add unistd.
15516         * modules/c-stack (Depends-on): Add unistd.
15517         * modules/getlogin_r: Likewise.
15518         * modules/glob: Likewise.
15519         * modules/pagealign_alloc: Likewise.
15520         * modules/unistd (Files): Remove lib/unistd_.h.
15521         (EXTRA_DIST): Remove.
15522         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
15523         need unistd_.h.
15524         (MOSTLYCLEANFILES): Remove unistd.h-t.
15525
15526 2006-03-03  Simon Josefsson  <jas@extundo.com>
15527
15528         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
15529
15530 2006-03-03  Simon Josefsson  <jas@extundo.com>
15531
15532         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
15533         libidn and bison.
15534
15535 2006-03-03  Simon Josefsson  <jas@extundo.com>
15536
15537         * build-aux/maint.mk: Add indent target.
15538
15539 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
15540
15541         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
15542         our replacement poll.h in any case, to avoid a differing
15543         declaration from a system header.  Seen on AIX.
15544
15545 2006-03-01  Simon Josefsson  <jas@extundo.com>
15546
15547         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
15548         <kasal@ucw.cz>.
15549
15550 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
15551
15552         * modules/gettime (Depends-on): Add extensions module.
15553         * modules/nanosleep (Depends-on): Likewise.
15554         * modules/settime (Depends-on): Likewise.
15555
15556 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
15557
15558         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
15559         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
15560         pedantically.
15561         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
15562         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
15563
15564         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
15565         not "==".  Reported by Ralf Wildenhues.
15566
15567 2006-03-01  Karl Berry  <karl@gnu.org>
15568
15569         * doc/Copyright/request-*: new files, synced from gnuorg.
15570
15571 2006-03-01  Karl Berry  <karl@gnu.org>
15572
15573         * config/srclist.txt (Copyright/*): new entries.
15574
15575 2006-02-28  Simon Josefsson  <jas@extundo.com>
15576
15577         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
15578
15579 2006-02-27  Simon Josefsson  <jas@extundo.com>
15580
15581         * lib/base64.h: Indent #define's.  From Jim Meyering
15582         <jim@meyering.net>.
15583
15584 2006-02-27  Jim Meyering  <jim@meyering.net>
15585
15586         Revert the change of 2006-02-24, so these files can continue
15587         to be sync'd from gettext.
15588         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
15589         of `config.h'.
15590
15591 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
15592
15593         * modules/intprops: New file.
15594         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
15595         Add intprops.
15596         * modules/getloadavg (Files): Remove lib/intprops.h.
15597         (Depends-on): Add intprops.
15598         * modules/human: Likewise.
15599         * modules/inttostr: Likewise.
15600         * modules/openat: Likewise.
15601         * modules/sig2str: Likewise.
15602         * modules/userspec: Likewise.
15603         * modules/utimecmp: Likewise.
15604         * modules/xnanosleep: Likewise.
15605         * modules/xstrtol: Likewise.
15606
15607 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
15608
15609         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
15610         * modules/lock-tests (TESTS): Use $(EXEEXT).
15611         * modules/tls-tests: Likewise.
15612         * modules/argp-tests: Likewise.
15613         (check_PROGRAMS): New var, replacing...
15614         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
15615
15616 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15617
15618         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
15619         `config.h'.
15620
15621 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
15622
15623         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
15624
15625 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15626
15627         Sync from coreutils.
15628         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
15629         gl_CHDIR_SAFER.
15630
15631 2006-02-22  Jim Meyering  <jim@meyering.net>
15632
15633         Sync from coreutils.
15634         * m4/chdir-safer.m4: New file.
15635
15636 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
15637
15638         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
15639         AT_FDCWD exceeds INT_MAX.
15640         * lib/openat.h (AT_FDCWD): Likewise.
15641
15642 2006-02-17  Eric Blake  <address@hidden>
15643
15644         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
15645
15646 2006-02-16  Simon Josefsson  <jas@extundo.com>
15647
15648         * modules/getaddrinfo (Depends-on): Add sys_socket.
15649
15650 2006-02-15  Simon Josefsson  <jas@extundo.com>
15651
15652         * build-aux/maint.mk: Add dsyntax-check rule.
15653
15654 2006-02-15  Eric Blake  <ebb9@byu.net>
15655
15656         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
15657         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
15658         'present but cannot compile' warnings on cygwin.
15659         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
15660         use ws2tcpip.h if sys/socket.h works.
15661         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
15662         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
15663
15664 2006-02-14  Simon Josefsson  <jas@extundo.com>
15665
15666         * modules/maintainer-makefile (Files): Rename.
15667
15668         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
15669         and (the local) Makefile.cfg to maint-cfg.mk.
15670
15671         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
15672         to the latter.
15673
15674         * modules/maintainer-makefile: New module.
15675
15676         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
15677         severaly stripped to make it possible to build it up from scratch
15678         with reliable tests.
15679
15680         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
15681         fixes to permit overriding the default actions when configure and
15682         makefile are not available.
15683
15684 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
15685
15686         Sync from coreutils.
15687         * modules/lstat (Depends-on): Don't depend on xalloc.
15688         (License): Change from GPL to LGPL, since this is now simply a
15689         replacement for a libc function.
15690
15691 2006-02-14  Jim Meyering  <jim@meyering.net>
15692
15693         Sync from coreutils.
15694
15695         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
15696         failure on deficient systems, and simplify gnulib lgpl dependencies.
15697         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
15698         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
15699
15700         * lib/xalloc-die.c: Remove unused definition of N_.
15701
15702 2006-02-14  Jim Meyering  <jim@meyering.net>
15703
15704         Sync from coreutils.
15705         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
15706         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
15707         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
15708         double-quote uses of that variable, to accommodate the rare case in
15709         which getmntent is available in none of the libraries checked.  This
15710         happens at least on FreeBSD 5.0.
15711
15712 2006-02-13  Simon Josefsson  <jas@extundo.com>
15713
15714         * gnulib-tool (Usage): Fix --import, from
15715         karl@freefriends.org (Karl Berry).
15716
15717 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
15718
15719         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
15720
15721 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
15722
15723         * lib/argp-namefrob.h: Restore changes accidentally lost during the
15724         "autoupdate" on 2005-12-12.
15725
15726 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
15727
15728         * modules/closeout (Depends-on): Remove atexit.
15729
15730 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
15731
15732         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
15733         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
15734
15735 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
15736
15737         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
15738         __EXTENSIONS__ if this causes compilation to fail.  Problem
15739         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
15740         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
15741
15742 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
15743
15744         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
15745         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
15746         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
15747         All uses changed.
15748
15749 2006-01-26  Simon Josefsson  <jas@extundo.com>
15750
15751         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
15752         prototype is visible on mingw32.
15753
15754         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
15755         for mingw32.
15756
15757         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
15758         mingw32).
15759
15760 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
15761
15762         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
15763         attempt to open for write; this always fails, at least on POSIX
15764         hosts.  This reinstates the 2006-01-09 change, which was
15765         inadvertently removed.
15766
15767 2006-01-26  Bruno Haible  <bruno@clisp.org>
15768
15769         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
15770         Reported by Paul Eggert.
15771
15772 2006-01-26  Bruno Haible  <bruno@clisp.org>
15773             Paul Eggert  <eggert@cs.ucla.edu>
15774
15775         * lib/stdbool_.h (_Bool)
15776         [(! (defined __cplusplus || defined __BEOS__)
15777           && !defined __GNUC__
15778           && !(defined __HP_cc || defined __xlc__
15779                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
15780                || defined __sgi))]:
15781         #define to signed char in these cases too; this simplifies
15782         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
15783         etc., separately) and makes it more conservative.
15784
15785 2006-01-25  Simon Josefsson  <jas@extundo.com>
15786
15787         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
15788         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
15789         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
15790
15791 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
15792
15793         * lib/argp-namefrob.h: Bugfix. Remove stray #
15794
15795 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
15796
15797         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
15798         so that we test the test.
15799         Check for yet another HP-UX cc bug involving *bool |= bool.
15800
15801 2006-01-25  Karl Berry  <karl@gnu.org>
15802
15803         * config/srclist.txt (vasnprintf.c): sync lost.
15804
15805 2006-01-25  Jim Meyering  <jim@meyering.net>
15806
15807         Sync from the stable (b5) branch of coreutils:
15808
15809         * lib/fts.c (fts_children): Don't let close() clobber errno from
15810         failed fchdir().
15811
15812         * lib/fts.c (fts_stat): When following a symlink-to-directory,
15813         don't necessarily interpret stat-fails+lstat-succeeds as indicating
15814         a dangling symlink.  That can also happen at least for ELOOP.
15815         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
15816         FYI, this bug predates the inclusion of fts.c in coreutils.
15817
15818         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
15819         in their own block, so pre-c99 compilers don't object.
15820
15821         Avoid the double-free (first in fts_read, second in fts_close) that
15822         would occur when an `active' directory is made inaccessible (e.g.,
15823         via chmod a-x) during a traversal.
15824         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
15825         before returning.  Reproduce this failure by
15826         mkdir -p a/b; cd a; chmod a-x . b
15827         Reported by Stavros Passas.
15828
15829 2006-01-25  Jim Meyering  <jim@meyering.net>
15830
15831         * lib/fileblocks.c: Remove more useless parentheses.
15832         * lib/readutmp.h: Likewise.
15833
15834 2006-01-25  Bruno Haible  <bruno@clisp.org>
15835
15836         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
15837         warnings.
15838         Reported by Paul Eggert.
15839
15840 2006-01-25  Bruno Haible  <bruno@clisp.org>
15841
15842         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
15843         rid of a trap command. For Solaris sh.
15844         Reported by Mark D. Baushke <mdb@gnu.org>.
15845
15846 2006-01-24  Simon Josefsson  <jas@extundo.com>
15847
15848         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
15849         Bruno.
15850
15851 2006-01-24  Karl Berry  <karl@gnu.org>
15852
15853         * config/srclist.txt (argp-namefrob.h): sync lost.
15854
15855 2006-01-24  Jim Meyering  <jim@meyering.net>
15856
15857         * modules/openat (Files): Add lib/intprops.h.
15858         From Mark D. Baushke.
15859
15860 2006-01-24  Jim Meyering  <jim@meyering.net>
15861
15862         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
15863         Reported by Mark D. Baushke.
15864
15865 2006-01-24  Jim Meyering  <jim@meyering.net>
15866
15867         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
15868
15869 2006-01-24  Bruno Haible  <bruno@clisp.org>
15870
15871         * modules/strnlen (Maintainer): Change from glibc to all.
15872
15873 2006-01-24  Bruno Haible  <bruno@clisp.org>
15874
15875         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
15876         Patch by Paul Eggert.
15877
15878 2006-01-24  Bruno Haible  <bruno@clisp.org>
15879
15880         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
15881         already has it.
15882         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
15883         2005-11-26.
15884
15885         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
15886         'signed char' to avoid problems with the built-in _Bool type.
15887         Reported by Paul Eggert on 2005-11-26.
15888
15889 2006-01-24  Bruno Haible  <bruno@clisp.org>
15890
15891         * gnulib-tool (func_import): Avoid constructing complicated sed
15892         expressions inside backquote.
15893         Report and solution by Mark D. Baushke <mdb@gnu.org>.
15894
15895 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
15896
15897         These changes imported from libc.
15898         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
15899         test and two separate function calls.
15900         * lib/strndup.c (__strndup): Add libc_hidden_def.
15901
15902 2006-01-23  Simon Josefsson  <jas@extundo.com>
15903
15904         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
15905         Remove the test_*_SOURCES variable: automake infers it by default.
15906         * modules/tls-tests: Likewise.
15907
15908 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
15909
15910         Work around porting bugs reported by Dieter in
15911         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
15912         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
15913         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
15914         Include "getopt.h" first, to check interface.
15915         (getenv): Declare only if defined HAVE_DECL_GETENV &&
15916         !HAVE_DECL_GETENV.
15917         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
15918         (__strndup): Revert to K&R-style function dfns, the glibc style.
15919         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
15920         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
15921         Include strnlen.h first, to get prototype properly.
15922         (strnlen): Renamed from __strnlen.
15923         Remove weak alias.
15924
15925 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
15926
15927         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
15928
15929 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
15930
15931         * config/srclist.txt: Adjust to reflect glibc reorganization.
15932         This affects only comments.
15933
15934 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
15935
15936          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
15937          Reported by Bruce Korb <bkorb@gnu.org>.
15938
15939 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
15940
15941         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
15942         to pacify gcc -Wswitch-default.
15943
15944 2006-01-22  Bruno Haible  <bruno@clisp.org>
15945
15946         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
15947         temporary buffer for sprintf, take into account the precision also
15948         for 'd', 'i', 'u', 'o', 'x', 'X'.
15949
15950 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
15951
15952         * modules/argp-tests: New module
15953         * tests/test-argp.c: New file
15954         * tests/test-argp-2.sh: New file
15955
15956 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
15957
15958         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
15959         (__argp_base_name): Removed
15960         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
15961         typo.
15962         (__argp_base_name): Provide macro definition or extern declaration
15963         depending on the configuration
15964
15965 2006-01-20  Simon Josefsson  <jas@extundo.com>
15966
15967         * modules/inet_ntop (Depends-on): Depend on sys_socket.
15968
15969 2006-01-20  Simon Josefsson  <jas@extundo.com>
15970
15971         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
15972
15973 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
15974
15975         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
15976         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
15977         Suggested by Bruno Haible.
15978
15979 2006-01-20  Karl Berry  <karl@gnu.org>
15980
15981         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
15982         until changes propagate, I guess.
15983
15984 2006-01-19  Simon Josefsson  <jas@extundo.com>
15985
15986         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
15987
15988 2006-01-19  Simon Josefsson  <jas@extundo.com>
15989
15990         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
15991
15992 2006-01-19  Simon Josefsson  <jas@extundo.com>
15993
15994         * gnulib-tool: Set check_PROGRAMS.
15995
15996         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
15997         modules/des-tests, modules/gc-arcfour-tests,
15998         modules/gc-arctwo-tests, modules/gc-des-tests,
15999         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
16000         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
16001         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
16002         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
16003         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
16004         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
16005         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
16006         test_*_SOURCES.
16007
16008 2006-01-18  Simon Josefsson  <jas@extundo.com>
16009
16010         * modules/socklen (Depends-on): Depend on sys_socket.
16011
16012 2006-01-18  Simon Josefsson  <jas@extundo.com>
16013
16014         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
16015         modules/des-tests, modules/gc-arcfour-tests,
16016         modules/gc-arctwo-tests, modules/gc-des-tests,
16017         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
16018         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
16019         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
16020         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
16021         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
16022         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
16023         $(EXEEXT) to automake TESTS variable, for mingw32.
16024
16025 2006-01-17  Simon Josefsson  <jas@extundo.com>
16026
16027         * modules/socklen (Include): Need sys/socket.h.
16028
16029 2006-01-17  Bruno Haible  <bruno@clisp.org>
16030
16031         * modules/ssize_t (Include): Add <sys/types.h>.
16032
16033 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
16034
16035         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
16036         it's not portable and it doesn't work with cross-compiles.
16037         Problem reported by Bruno Haible.  Fix missing-$ typo in
16038         'test "gl_cv_ignore_unused_libraries" ...' that prevented
16039         -zignore from being used with Sun's C compiler.
16040
16041 2006-01-12  Simon Josefsson  <jas@extundo.com>
16042
16043         * lib/base64.c: Fix warning, reported by Bruno Haible
16044         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
16045
16046 2006-01-12  Bruno Haible  <bruno@clisp.org>
16047
16048         * modules/ldd: New file.
16049         * build-aux/ldd.sh.in: New file.
16050         * MODULES.html.sh (Support for building libraries and executables): Add
16051         ldd.
16052
16053 2006-01-12  Bruno Haible  <bruno@clisp.org>
16054
16055         * m4/ldd.m4: New file.
16056
16057 2006-01-12  Bruno Haible  <bruno@clisp.org>
16058
16059         * gnulib-tool (func_import, func_create_testdir): Don't go into an
16060         endless loop while replacing $auxdir with build-aux.
16061
16062 2006-01-11  Simon Josefsson  <jas@extundo.com>
16063
16064         * lib/stdint_.h (SIZE_MAX): Add missing (.
16065
16066 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
16067
16068         Sync from coreutils.
16069         * lib/md5.c: Fix commentary typos.
16070         (alignof, UNALIGNED_P): No need for a GCC-specific version.
16071         * lib/md5.h (__attribute__): Remove; unused.
16072         * lib/sha1.c: Fix commentary to match md5 better.
16073         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
16074         so that we don't need to worry about alignment.  All uses changed.
16075         This merges the 2005-10-28 md5 change into sha1.
16076
16077 2006-01-11  Jim Meyering  <jim@meyering.net>
16078
16079         Sync from coreutils.
16080         * lib/md5.c (OP): Fix spacing.
16081
16082 2006-01-11  Bruno Haible  <bruno@clisp.org>
16083
16084         Ensure automatic ordering between gl_LOCK and gl_ARGP.
16085         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
16086         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
16087
16088 2006-01-11  Bruno Haible  <bruno@clisp.org>
16089
16090         Ensure automatic ordering between gl_LOCK and gl_ARGP.
16091         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
16092         the "early" section as well.
16093
16094 2006-01-11  Bruno Haible  <bruno@clisp.org>
16095
16096         Avoid "ar: no archive members specified" error on MacOS X.
16097         * gnulib-tool (func_modules_add_dummy): New function.
16098         (func_import, func_create_testdir): Invoke it.
16099
16100 2006-01-11  Bruno Haible  <bruno@clisp.org>
16101
16102         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
16103         with $auxdir in AC_CONFIG_FILES statements.
16104
16105 2006-01-11  Bruno Haible  <bruno@clisp.org>
16106
16107         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
16108         Initialize also noinst_HEADERS to empty.
16109
16110 2006-01-11  Bruno Haible  <bruno@clisp.org>
16111
16112         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
16113         variables.
16114         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
16115         autoreconf.
16116
16117 2006-01-11  Bruno Haible  <bruno@clisp.org>
16118
16119         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
16120         overridable by the user.
16121         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
16122
16123 2006-01-10  Simon Josefsson  <jas@extundo.com>
16124
16125         * modules/sys_socket: New file.
16126
16127 2006-01-10  Simon Josefsson  <jas@extundo.com>
16128
16129         * m4/sys_socket_h.m4: New file.
16130
16131 2006-01-10  Simon Josefsson  <jas@extundo.com>
16132
16133         * lib/socket_.h: New file.
16134
16135 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
16136
16137         * modules/readutmp (Maintainer): Add myself.
16138
16139 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
16140
16141         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
16142         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
16143         People who are still concerned with buggy memcmp implementations
16144         can invoke gl_FUNC_MEMCMP themselves.
16145
16146 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
16147
16148         * lib/regex_internal.h (BITSET_WORD_BITS):
16149         Work around a bug in 64-bit PGC (before version 6.1-2), where the
16150         preprocessor mishandles large unsigned values as if they were signed.
16151         Problem reported by Claudio Fontana in
16152         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
16153
16154 2006-01-10  Jim Meyering  <jim@meyering.net>
16155
16156         Avoid the double-free (first in fts_read, second in fts_close) that
16157         would occur when an `active' directory is made inaccessible (e.g.,
16158         via chmod a-x) during a traversal.
16159         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
16160         before returning.  Reproduce this failure by
16161         mkdir -p a/b; cd a; chmod a-x . b
16162         Reported by Stavros Passas.
16163
16164         Sync from coreutils.
16165         * lib/sha1.c: Tweak grammar in a comment.
16166
16167 2006-01-10  Jim Meyering  <jim@meyering.net>
16168
16169         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
16170         Patch by Joerg Sonnenberger.
16171
16172 2006-01-10  Bruno Haible  <bruno@clisp.org>
16173
16174         * modules/readutmp: Depend on module free.
16175         * modules/strtok_r: Depend on module restrict.
16176
16177 2006-01-10  Bruno Haible  <bruno@clisp.org>
16178
16179         * modules/gettext (configure.ac): Add an invocation of
16180         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
16181
16182 2006-01-10  Bruno Haible  <bruno@clisp.org>
16183
16184         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
16185         Reported by Werner Lemberg <wl@gnu.org>.
16186
16187 2006-01-10  Bruno Haible  <bruno@clisp.org>
16188
16189         * lib/localcharset.c: Update from GNU gettext.
16190
16191 2006-01-10  Bruno Haible  <bruno@clisp.org>
16192
16193         * lib/argp.h (__const): Remove macro. Use const instead.
16194         * lib/argp-fmtstream.h (__const): Likewise.
16195         * lib/glob_.h (__const): Remove macro.
16196         * lib/glob-libc.h: Use const instead of __const.
16197
16198 2006-01-10  Bruno Haible  <bruno@clisp.org>
16199
16200         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
16201         variable.
16202         Needed to avoid an automake error regarding the 'gettext' module.
16203
16204 2006-01-09  Simon Josefsson  <jas@extundo.com>
16205
16206         * modules/inet_ntop (Depends-on): Add restrict.
16207
16208 2006-01-09  Simon Josefsson  <jas@extundo.com>
16209
16210         * modules/gc-rijndael-tests (License): Put under LGPL.
16211
16212         * modules/gc-des-tests (License): Likewise.
16213
16214         * modules/gc-arcfour-tests (License): Likewise.
16215
16216         * modules/gc-arctwo-tests (License): Likewise.
16217
16218         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
16219
16220         * modules/gc-hmac-sha1-tests (Files): Likewise.
16221
16222         * modules/gc-hmac-md5-tests (License): Likewise.
16223
16224         * modules/gc-sha1-tests (License): Likewise.
16225
16226         * modules/gc-md5-tests (License): Likewise.
16227
16228         * modules/gc-md4-tests (License): Likewise.
16229
16230         * modules/gc-md2-tests (License): Likewise.
16231
16232         * modules/gc-tests (License): Likewise.
16233
16234         * modules/des-tests (License): Likewise.
16235
16236         * modules/md4-tests (License): Likewise.
16237
16238         * modules/md2-tests (License): Likewise.
16239
16240 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
16241
16242         Sync from coreutils:
16243
16244         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
16245         * modules/lib-ignore: New file.
16246         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
16247         chdir-safer.m4, lchmod.m4.
16248         * modules/openat: Add mkdirat.c, openat-priv.h.
16249
16250 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
16251
16252         Sync from coreutils.
16253         * m4/lib-ignore.m4: New file.
16254         * m4/lchmod.m4: New file.
16255
16256 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
16257
16258         Sync from coreutils.
16259         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
16260         for write access: POSIX says that must fail.
16261         * lib/fts.c (diropen): Likewise.
16262         * lib/save-cwd.c (save_cwd): Likewise.
16263         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
16264         well, for minor improvements on hosts that lack O_DIRECTORY.
16265         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
16266         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
16267         Fall back on chown if open failed with EACCES.
16268
16269         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
16270         Report an error at compile-time if only a 1-second nominal clock
16271         resolution is found.
16272
16273         * lib/lchmod.h: New file.
16274         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
16275         (make_dir_parents): Use lchown rather than chown, and
16276         lchmod rather than chmod.
16277
16278         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
16279         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
16280         "proc" reported by n0dalus.
16281
16282         * lib/mountlist.c: Include <limits.h>.
16283         (dev_from_mount_options)
16284         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
16285         New function.  It no longer assumes "dev=" has the System V meaning
16286         on Linux (since it doesn't).  It also parses "dev=" more carefully.
16287         (read_file_system_list)
16288         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
16289         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
16290         dev= in that case.
16291
16292         * lib/posixtm.h (PDS_PRE_2000): New macro.
16293         * lib/posixtm.c (year): Arg is now syntax_bits rather than
16294         allow_century.  All usages changed.  Reject dates outside the range
16295         1969-1999 if PDS_PRE_2000 is used.
16296
16297 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
16298
16299         Sync from coreutils.
16300         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
16301         (Time of day items): Mention the possibility of leap seconds.
16302         Problem reported by Dr. David Alan Gilbert.
16303
16304 2006-01-09  Jim Meyering  <jim@meyering.net>
16305
16306         Sync from coreutils.
16307
16308         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
16309
16310         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
16311
16312         * lib/modechange.c (mode_compile): Reject an invalid mode string
16313         that starts with an octal digit.  From Andreas Gruenbacher.
16314
16315         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
16316         and dup to open_safer and dup_safer, respectively.
16317         (openat_permissive): Fix typo in comment.
16318
16319         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
16320         "gettext.h"; either no longer needed or are guaranteed by openat.h.
16321         (_): Remove; no longer needed.
16322         (openat): Renamed from rpl_openat; no need for rpl_openat
16323         since openat.h renames openat for us.
16324         Replace most of the body with a call to openat_permissive,
16325         to avoid duplicate code.
16326         Port to (probably hypothetical) environments were mode_t is
16327         wider than int.
16328         (openat_permissive): Require mode arg, so that we can check
16329         types better.  Put it just after flags.  Change cwd failure
16330         indicator from pointer-to-bool to pointer-to-errno-value.
16331         All callers changed.
16332         Invoke openat_save_fail and/or openat_restore_fail if
16333         cwd_errno is null, so that openat can call us.
16334         (openat_permissive, fdopendir, fstatat, unlinkat):
16335         Simplify errno handling to avoid some duplicate code,
16336         as it's OK to set errno on success.
16337         * lib/openat.h: Revamp code so that function macros depend on
16338         __OPENAT_PREFIX only, not also on AT_FDCWD.
16339         (openat_ro): Remove.  Caller changed to use openat_permissive.
16340         (openat_permissive): Now a macro, if not a function.
16341         (openat_restore_fail, openat_save_fail): Now always functions,
16342         since mkdirat needs them even if __OPENAT_PREFIX is defined.
16343
16344         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
16345         and openat.c.
16346         * lib/mkdirat.c: Include openat-priv.h.
16347         Remove definitions of macros defined therein.
16348         * lib/openat.c: Likewise.
16349
16350         * lib/mkdirat.c (mkdirat): New file and function.
16351         * lib/openat.h (mkdirat): Declare.
16352
16353         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
16354
16355         * lib/openat.h (openat_permissive): Declare.
16356         (openat_ro): Define.
16357
16358         * lib/openat.c (EXPECTED_ERRNO): New macro.
16359         (openat_permissive): New function -- used in remove.c rewrite.
16360         (all functions): Set errno just before returning, only if there
16361         was an actual failure.
16362         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
16363
16364         Emulate openat-family functions using Linux's procfs, if possible.
16365         Idea and some code based on Ulrich Drepper's glibc changes.
16366
16367         * lib/openat.c: (BUILD_PROC_NAME): New macro.
16368         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
16369         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
16370         before falling back on save_cwd and restore_cwd.
16371         (fdopendir, fstatat, unlinkat): Likewise.
16372
16373         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
16374         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
16375
16376         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
16377         as second argument to va_arg.  Otherwise, some versions of gcc
16378         warn that `if this code is reached, the program will abort'.
16379
16380 2006-01-09  Jim Meyering  <jim@meyering.net>
16381
16382         Sync from coreutils.
16383         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
16384         Require openat-priv.h.
16385
16386 2006-01-09  Bruno Haible  <bruno@clisp.org>
16387
16388         * modules/strnlen (Include): Use strnlen.h.
16389
16390 2006-01-09  Bruno Haible  <bruno@clisp.org>
16391
16392         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
16393
16394 2006-01-09  Bruno Haible  <bruno@clisp.org>
16395
16396         * lib/sysexit_.h (EX_OK): New macro.
16397         Suggested by Martin Lambers <marlam@marlam.de>.
16398
16399 2006-01-09  Bruno Haible  <bruno@clisp.org>
16400
16401         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
16402         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
16403
16404 2006-01-09  Bruno Haible  <bruno@clisp.org>
16405
16406         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
16407         numbers.
16408
16409 2006-01-09  Bruno Haible  <bruno@clisp.org>
16410
16411         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
16412         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
16413         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
16414         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
16415
16416 2006-01-09  Bruno Haible  <bruno@clisp.org>
16417
16418         * build-aux/javacomp.sh.in: New file, moved from lib/.
16419         * modules/javacomp-script (Files): Update.
16420         (configure.ac): Add AC_CONFIG_FILES invocation.
16421         (EXTRA_DIST): Remove variable.
16422
16423         * build-aux/javaexec.sh.in: New file, moved from lib/.
16424         * modules/javaexec (Files): Update.
16425         (configure.ac): Add AC_CONFIG_FILES invocation.
16426         (EXTRA_DIST): Remove javaexec.sh.in.
16427
16428         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
16429         * modules/csharpcomp-script (Files): Update.
16430         (configure.ac): Add AC_CONFIG_FILES invocation.
16431         (EXTRA_DIST): Remove variable.
16432
16433         * build-aux/csharpexec.sh.in: New file, moved from lib/.
16434         * modules/csharpexec (Files): Update.
16435         (configure.ac): Add AC_CONFIG_FILES invocation.
16436         (EXTRA_DIST): Remove csharpexec.sh.in.
16437
16438 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
16439
16440         Sync from coreutils.
16441
16442         Add POSIX ACL support
16443         * lib/acl.h (copy_acl, set_acl): Add declarations.
16444         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
16445         systems other than Linux.
16446         (chmod_or_fchmod): New function: use fchmod when possible,
16447         and chmod otherwise.
16448         (file_has_acl): Add a POSIX ACL implementation, with a
16449         Linux-specific subcase.
16450         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
16451         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
16452         acls are unsupported.
16453         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
16454         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
16455         are unsupported.
16456
16457 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
16458
16459         Sync from coreutils.
16460         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
16461
16462 2006-01-07  Bruno Haible  <bruno@clisp.org>
16463
16464         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
16465         gl_EARLY.
16466
16467 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
16468
16469         * lib/strftime.c (tzname): Don't declare if it is already #defined.
16470         Problem reported for Mingw by Mark Junker.
16471
16472 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
16473
16474         * README: Gnulib normally doesn't generate a tarball.
16475
16476 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
16477
16478         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
16479         long int, not int, for nanosecond counts, so that people who are
16480         used to POSIX struct timespec won't be surprised.  Reported by Jim
16481         Meyering.
16482
16483 2005-12-28  Bruno Haible  <bruno@clisp.org>
16484
16485         * build-aux/config.rpath: Update from GNU gettext.
16486
16487 2005-12-16  Jim Meyering  <jim@meyering.net>
16488
16489         * modules/fprintftime: New module.
16490         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
16491
16492 2005-12-16  Jim Meyering  <jim@meyering.net>
16493
16494         * m4/fprintftime.m4: New file.
16495
16496 2005-12-16  Jim Meyering  <jim@meyering.net>
16497
16498         * lib/fprintftime.c, lib/fprintftime.h: New files.
16499
16500 2005-12-15  Simon Josefsson  <jas@extundo.com>
16501
16502         * modules/socklen (configure.ac): Fix M4 macro name, to align with
16503         new m4/socklen.m4.
16504
16505 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
16506
16507         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
16508         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
16509
16510 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
16511
16512         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
16513         * lib/argp-help.c (fill_in_uparams): Check if the constructed
16514         struct uparams is valid. Fall back to the default values if it is
16515         not.
16516
16517 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
16518
16519         * modules/argp (Files): Add argp-pin.c
16520         (Depends-on): dirname
16521         (lib_SOURCES): Add argp-pin.c
16522
16523 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
16524
16525         * m4/argp.m4:  Check if program_invocation_name and
16526         program_invocation_short_name are declared and define appropriate
16527         macros if they are not.
16528
16529 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
16530
16531         * lib/argp-help.c (__argp_base_name): New function
16532         (__argp_short_program_name): Rewrite using __argp_base_name
16533         * lib/argp-namefrob.h: Define program_invocation_name and
16534         program_invocation_short_name if requested
16535         (__argp_base_name): Add prototype
16536         * lib/argp-parse.c (argp_def): Use gettext wrappers
16537         (argp_default_parser): Use __argp_base_name
16538         * lib/argp-pin.c: New file. Defines program_invocation_name and
16539         program_invocation_short_name on systems that lack them.
16540
16541 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
16542
16543         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
16544         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
16545         porting problem reported by Georg Schwarz in
16546         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
16547
16548 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
16549
16550         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
16551         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
16552         porting problem reported by Georg Schwarz in
16553         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
16554
16555 2005-12-05  Bruno Haible  <bruno@clisp.org>
16556
16557         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
16558         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
16559         Reported by Mark Junker <mjscod@gmx.de>.
16560
16561 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
16562
16563         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
16564         Use implementation from Albert Chin, with some
16565         comments/corrections by Stepan Kasal and myself.
16566
16567 2005-12-02  Bruno Haible  <bruno@clisp.org>
16568
16569         * gnulib-tool (func_import): Accept GPLed build tool modules when
16570         --lgpl is given.
16571         * modules/csharpcomp-script: New file.
16572         * modules/csharpcomp: Depend on it.
16573         * modules/javacomp-script: New file.
16574         * modules/javacomp: Depend on it.
16575         Suggested by Simon Josefsson.
16576
16577 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
16578
16579         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
16580         statement, to work around an HP-UX 10.20 compiler bug reported by
16581         Peter O'Gorman.
16582
16583 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
16584
16585         * modules/savedir (Depends-on): Add openat.
16586
16587 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
16588
16589         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
16590         (uintmax_t) [defined uintmax_t]: Do not declare.
16591         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
16592         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
16593         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
16594         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
16595         sake of portability to weird hosts that C allows (though we don't
16596         know of any practical examples).
16597
16598         * lib/savedir.h (fdsavedir): New decl.
16599         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
16600         contains most of the former guts of savedir.
16601         (savedir): Use savedirstream.
16602         Include "openat.h".
16603
16604 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
16605
16606         * modules/obstack (Files): Add m4/ulonglong.m4.
16607         Problem reported by Davide Angelocola.
16608
16609 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
16610
16611         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
16612         coreutils no longer futzes with rounding modes.
16613
16614 2005-11-14  Jim Meyering  <jim@meyering.net>
16615
16616         * lib/mkstemp-safer.c: Include <config.h>, required for possible
16617         replacement of mkstemp.
16618
16619 2005-11-10  Simon Josefsson  <jas@extundo.com>
16620
16621         * lib/readline.c: Remove EOL.
16622
16623 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
16624
16625         * modules/gethrxtime (Depends-on): Add gettime.
16626
16627 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
16628
16629         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
16630         or gettimeofday; no longer needed.
16631
16632 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
16633
16634         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
16635         time business.
16636         (gethrxtime) [! (HAVE_NANOUPTIME
16637         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
16638         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
16639         our own approximation.
16640
16641 2005-11-08  Eric Blake  <ebb9@byu.net>
16642
16643         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
16644
16645 2005-11-08  Eric Blake  <ebb9@byu.net>
16646
16647         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
16648
16649 2005-11-04  Bruno Haible  <bruno@clisp.org>
16650
16651         * gnulib-tool: Implement --update mode.
16652
16653 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
16654
16655         Fix porting problem reported by Theodoros V. Kalamatianos.
16656         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
16657         Don't assume that futimes failing means we must fail.
16658
16659 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
16660
16661         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
16662         variables to suggest the intended function of the PATH_MAX check.
16663
16664 2005-10-30  Kean Johnston  <jkj@sco.com>
16665
16666         Trivial changes to support SCO systems.
16667         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
16668         as PATH_MAX.
16669         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
16670         where __ptr is null when no I/O is pending.
16671
16672 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
16673
16674         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
16675         leave errno alone.  Problem reported by Dmitry V. Levin.
16676
16677 2005-10-28  Simon Josefsson  <jas@extundo.com>
16678
16679         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
16680         Test more.
16681
16682         * tests/test-gc-md2.c, tests/test-md2.c: New files.
16683
16684         * modules/md2, modules/md2-tests: New files.
16685
16686 2005-10-28  Simon Josefsson  <jas@extundo.com>
16687
16688         * m4/inet_ntop.m4: More tests.
16689
16690         * m4/gc-md2.m4, md2.m4: New file.
16691
16692 2005-10-28  Simon Josefsson  <jas@extundo.com>
16693
16694         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
16695         "restrict" keywords, as per POSIX.  Protect the function
16696         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
16697         Don't use K&R prototypes.  Check the sprintf return values.
16698         Re-define EAFNOSUPPORT if not present.  Indent.
16699
16700         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
16701         suggested by Bruno Haible <bruno@clisp.org>.
16702
16703         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
16704
16705         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
16706
16707         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
16708         libgcrypt).
16709
16710         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
16711
16712         * lib/md2.h, lib/md2.c: New files.
16713
16714 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
16715
16716         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
16717         errno alone.  Problem reported by Frederic Jolliton.
16718
16719 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
16720
16721         * modules/verify (License): Change from GPL to LGPL.  This is a
16722         tiny module and there are apparently near-equivalents that are
16723         under the BSD license.
16724
16725 2005-10-24  Simon Josefsson  <jas@extundo.com>
16726
16727         * modules/sha1: Relicense to LGPL.
16728
16729 2005-10-24  Simon Josefsson  <jas@extundo.com>
16730
16731         * lib/md4.h: Shrink buffer size, now that we changed the type.
16732
16733 2005-10-23  Simon Josefsson  <jas@extundo.com>
16734
16735         * gnulib-tool (func_import): Fix --tests-base.
16736
16737 2005-10-22  Simon Josefsson  <jas@extundo.com>
16738
16739         * modules/arcfour (Depends-on): Need stdint.
16740
16741 2005-10-22  Simon Josefsson  <jas@extundo.com>
16742
16743         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
16744         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
16745
16746 2005-10-22  Simon Josefsson  <jas@extundo.com>
16747
16748         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
16749         suggested by Bruno Haible <bruno@clisp.org>.
16750
16751 2005-10-22  Simon Josefsson  <jas@extundo.com>
16752
16753         * lib/crc.h: Include stddef.h, for size_t.
16754
16755 2005-10-22  Simon Josefsson  <jas@extundo.com>
16756
16757         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
16758         arcfour_context struct (simplify test vector testing in GNU
16759         Shishi).
16760
16761 2005-10-21  Simon Josefsson  <jas@extundo.com>
16762
16763         * modules/des, modules/des-tests: New files.
16764
16765         * modules/gc-des, modules/gc-des-tests: New files.
16766
16767         * tests/test-des.c, tests/test-gc-des.c: New file.
16768
16769 2005-10-21  Simon Josefsson  <jas@extundo.com>
16770
16771         * modules/arctwo, modules/arctwo-tests: New files.
16772
16773         * tests/test-arctwo.c: New file.
16774
16775         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
16776
16777         * tests/test-gc-arctwo.c: New file.
16778
16779 2005-10-21  Simon Josefsson  <jas@extundo.com>
16780
16781         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
16782         Bruno Haible <bruno@clisp.org>.
16783
16784         * m4/gc-des.m4: New file.
16785
16786 2005-10-21  Simon Josefsson  <jas@extundo.com>
16787
16788         * m4/arctwo.m4: New file.
16789
16790         * m4/gc-arctwo.m4: New file.
16791
16792 2005-10-21  Simon Josefsson  <jas@extundo.com>
16793
16794         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
16795         block.
16796
16797 2005-10-21  Simon Josefsson  <jas@extundo.com>
16798
16799         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
16800         <bruno@clisp.org>.
16801
16802         * lib/hmac-sha1.c (hmac_sha1): Likewise.
16803
16804         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
16805         Bruno Haible <bruno@clisp.org>.
16806
16807         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
16808         <bruno@clisp.org>.
16809
16810 2005-10-21  Simon Josefsson  <jas@extundo.com>
16811
16812         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
16813
16814 2005-10-21  Simon Josefsson  <jas@extundo.com>
16815
16816         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
16817
16818 2005-10-21  Simon Josefsson  <jas@extundo.com>
16819
16820         * lib/des.h, lib/des.c: New files.
16821
16822         * lib/gc-gnulib.c: Support DES.c
16823
16824 2005-10-21  Simon Josefsson  <jas@extundo.com>
16825
16826         * lib/arctwo.h, lib/arctwo.c: New files.
16827
16828         * lib/gc-gnulib.c: Support ARCTWO.
16829
16830 2005-10-21  Simon Josefsson  <jas@extundo.com>
16831
16832         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
16833         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
16834
16835 2005-10-21  Simon Josefsson  <jas@extundo.com>
16836
16837         * gnulib-tool (func_import, func_create_testdir): Define automake
16838         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
16839         Makefile.am snippet),
16840         suggested by Bruno Haible <bruno@clisp.org>.
16841
16842         * modules/gc (Makefile.am): Use it.
16843
16844 2005-10-21  Bruno Haible  <bruno@clisp.org>
16845
16846         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
16847         patch.
16848
16849 2005-10-19  Simon Josefsson  <jas@extundo.com>
16850
16851         * tests/test-gc-rijndael.c: New file.
16852
16853         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
16854
16855 2005-10-19  Simon Josefsson  <jas@extundo.com>
16856
16857         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
16858         interface too.
16859
16860 2005-10-19  Simon Josefsson  <jas@extundo.com>
16861
16862         * tests/test-gc-arcfour.c: New file.
16863
16864         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
16865
16866 2005-10-19  Simon Josefsson  <jas@extundo.com>
16867
16868         * modules/gc-md4, modules/gc-md4-tests: New file.
16869
16870         * tests/test-gc-md4.c: New file.
16871
16872 2005-10-19  Simon Josefsson  <jas@extundo.com>
16873
16874         * m4/gc-md4.m4: New file.
16875
16876 2005-10-19  Simon Josefsson  <jas@extundo.com>
16877
16878         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
16879         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
16880         <kasal@ucw.cz>.
16881
16882 2005-10-19  Simon Josefsson  <jas@extundo.com>
16883
16884         * m4/gc-arcfour.m4: New file.
16885
16886         * m4/gc-rijndael.m4: New file.
16887
16888 2005-10-19  Simon Josefsson  <jas@extundo.com>
16889
16890         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
16891
16892 2005-10-19  Simon Josefsson  <jas@extundo.com>
16893
16894         * lib/gc-gnulib.c: Support ARCFOUR.
16895
16896 2005-10-19  Simon Josefsson  <jas@extundo.com>
16897
16898         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
16899         support.
16900
16901         * lib/gc.h: Add ECB enum type.
16902
16903         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
16904
16905 2005-10-18  Simon Josefsson  <jas@extundo.com>
16906
16907         * tests/test-md5.c: New file.
16908
16909         * modules/md5-tests: New file.
16910
16911 2005-10-18  Simon Josefsson  <jas@extundo.com>
16912
16913         * tests/test-md4.c: New file.
16914
16915         * modules/md4, modules/md4-tests: New files.
16916
16917 2005-10-18  Simon Josefsson  <jas@extundo.com>
16918
16919         * m4/md4.m4: New file.
16920
16921 2005-10-18  Simon Josefsson  <jas@extundo.com>
16922
16923         * lib/md4.h, lib/md4.c: New files, based on md5.?.
16924
16925 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
16926
16927         * gnulib-tool (func_create_testdir): Omit the second check whether
16928         BUILT_SOURCES in nonempty.
16929
16930 2005-10-17  Simon Josefsson  <jas@extundo.com>
16931
16932         * tests/test-rijndael.c: New file.
16933
16934 2005-10-17  Simon Josefsson  <jas@extundo.com>
16935
16936         * modules/sha1: Depend on stdint instead of md5.
16937
16938         * modules/md5: Depend on stdint, remove uint32_t.
16939
16940 2005-10-17  Simon Josefsson  <jas@extundo.com>
16941
16942         * modules/gc-sha1-tests: New file.
16943
16944         * tests/test-gc-sha1.c: New file.
16945
16946 2005-10-17  Simon Josefsson  <jas@extundo.com>
16947
16948         * m4/md5.m4: Remove call to uint32_t.m4.
16949
16950 2005-10-17  Simon Josefsson  <jas@extundo.com>
16951
16952         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
16953
16954         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
16955         md5.h.
16956
16957         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
16958
16959         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
16960
16961 2005-10-17  Simon Josefsson  <jas@extundo.com>
16962
16963         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
16964
16965 2005-10-17  Simon Josefsson  <jas@extundo.com>
16966
16967         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
16968
16969 2005-10-17  Simon Josefsson  <jas@extundo.com>
16970
16971         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
16972
16973         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
16974
16975 2005-10-17  Bruno Haible  <bruno@clisp.org>
16976
16977         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
16978         that it can also be used in a test.
16979
16980 2005-10-16  Bruno Haible  <bruno@clisp.org>
16981
16982         * gnulib-tool (func_emit_tests_Makefile_am): Also define
16983         TESTS_ENVIRONMENT, so that individual tests can augment it.
16984
16985         * gnulib-tool (func_create_testdir): Use an intermediate target for
16986         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
16987         macros, like $(ALLOCA_H), which cannot be passed through the command
16988         line.
16989
16990 2005-10-15  Simon Josefsson  <jas@extundo.com>
16991
16992         * modules/rijndael-tests: New file.
16993
16994         * modules/rijndael: New file.
16995
16996 2005-10-15  Simon Josefsson  <jas@extundo.com>
16997
16998         * m4/rijndael.m4: New file.
16999
17000 2005-10-15  Simon Josefsson  <jas@extundo.com>
17001
17002         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
17003
17004         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
17005
17006 2005-10-14  Simon Josefsson  <jas@extundo.com>
17007
17008         * tests/test-arcfour.c: New file.
17009
17010         * modules/arcfour, modules/arcfour-tests: New files.
17011
17012 2005-10-14  Simon Josefsson  <jas@extundo.com>
17013
17014         * m4/arcfour.m4: New file.
17015
17016 2005-10-14  Simon Josefsson  <jas@extundo.com>
17017
17018         * lib/arcfour.h, lib/arcfour.c: New files.
17019
17020 2005-10-14  Roland McGrath  <roland@redhat.com>
17021
17022         Import from libc.  [BZ #1331]
17023         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
17024         macro argument.
17025         Reported by Matej Vela <vela@debian.org>.
17026
17027 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
17028
17029         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
17030         include <wchar.h>; no longer needed.
17031
17032 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
17033
17034         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
17035
17036 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
17037         and  Ulrich Drepper  <drepper@redhat.com>
17038
17039         Import from libc.
17040         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
17041         instead of inline stream orientation test and two separate
17042         function calls.  Pay no attention to USE_IN_LIBIO.
17043
17044 2005-10-13  Simon Josefsson  <jas@extundo.com>
17045
17046         * modules/gc-hmac-md5-tests: New file.
17047
17048         * tests/test-gc-hmac-sha1.c: New file.
17049
17050         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
17051
17052         * modules/gc-hmac-md5-tests: New file.
17053
17054         * tests/test-gc-md5.c: New file.
17055
17056         * modules/gc-md5-tests: New file.
17057
17058 2005-10-13  Simon Josefsson  <jas@extundo.com>
17059
17060         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
17061         Move memory allocation outside of loop.
17062
17063 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
17064
17065         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
17066         intermediate directory is in a read-only file system.  Problem
17067         reported by Eric Blake.
17068
17069 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
17070
17071         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
17072
17073 2005-10-12  Simon Josefsson  <jas@extundo.com>
17074
17075         * tests/test-hmac-sha1.c: New file.
17076
17077         * modules/hmac-sha1-tests: New file.
17078
17079         * modules/hmac-sha1: New file.
17080
17081 2005-10-12  Simon Josefsson  <jas@extundo.com>
17082
17083         * modules/gc-sha1: New file.
17084
17085 2005-10-12  Simon Josefsson  <jas@extundo.com>
17086
17087         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
17088
17089         * tests/test-gc-pbkdf2-sha1.c: New file.
17090
17091 2005-10-12  Simon Josefsson  <jas@extundo.com>
17092
17093         * modules/gc-md5, modules/gc-hmac-md5: New files.
17094
17095         * modules/gc (Files): Remove md5, memxor and hmac files.
17096
17097 2005-10-12  Simon Josefsson  <jas@extundo.com>
17098
17099         * m4/gc-pbkdf2-sha1.m4: New file.
17100
17101         * m4/gc-hmac-sha1.m4: New file.
17102
17103         * m4/gc-sha1: New file.
17104
17105         * m4/hmac-sha1.m4: New file.
17106
17107 2005-10-12  Simon Josefsson  <jas@extundo.com>
17108
17109         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
17110
17111         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
17112
17113 2005-10-12  Simon Josefsson  <jas@extundo.com>
17114
17115         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
17116         suggested by Bruno Haible <bruno@clisp.org>.
17117
17118 2005-10-12  Simon Josefsson  <jas@extundo.com>
17119
17120         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
17121
17122 2005-10-12  Simon Josefsson  <jas@extundo.com>
17123
17124         * lib/gc-pbkdf2-sha1.c: New file.
17125
17126         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
17127
17128 2005-10-12  Simon Josefsson  <jas@extundo.com>
17129
17130         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
17131
17132         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
17133
17134 2005-10-12  Simon Josefsson  <jas@extundo.com>
17135
17136         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
17137         GC_USE_HMAC_MD5, respectively.
17138
17139         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
17140         (gc_md5): Fix typo.
17141
17142         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
17143
17144         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
17145
17146         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
17147
17148 2005-10-12  Bruno Haible  <bruno@clisp.org>
17149
17150         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
17151         Reported by Stepan Kasal <kasal@ucw.cz>.
17152
17153 2005-10-11  Simon Josefsson  <jas@extundo.com>
17154
17155         * tests/test-crc.c: New file.
17156
17157         * modules/crc, modules/crc-tests: New files.
17158
17159 2005-10-11  Simon Josefsson  <jas@extundo.com>
17160
17161         * m4/crc.m4: New file.
17162
17163 2005-10-11  Simon Josefsson  <jas@extundo.com>
17164
17165         * lib/gc.h: Add gc_hash and gc_hash_buffer.
17166
17167         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
17168
17169         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
17170
17171 2005-10-11  Simon Josefsson  <jas@extundo.com>
17172
17173         * lib/crc.h, lib/crc.c: New files.
17174
17175         * lib/gc.h (gc_hash_buffer): Add doc.
17176
17177 2005-10-11  Bruno Haible  <bruno@clisp.org>
17178
17179         * modules/c-strcasestr: New file.
17180         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
17181
17182 2005-10-11  Bruno Haible  <bruno@clisp.org>
17183
17184         * modules/c-strcase: New file.
17185         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
17186
17187 2005-10-11  Bruno Haible  <bruno@clisp.org>
17188
17189         * lib/strcasecmp.c: Include limits.h.
17190         (strcasecmp): Avoid integer overflow on exotic platforms.
17191         * lib/strncasecmp.c: Include limits.h.
17192         (strncasecmp): Avoid integer overflow on exotic platforms.
17193         Reported by Paul Eggert.
17194
17195 2005-10-11  Bruno Haible  <bruno@clisp.org>
17196
17197         * lib/c-strcasestr.h: New file, from GNU gettext.
17198         * lib/c-strcasestr.c: New file, from GNU gettext.
17199
17200 2005-10-11  Bruno Haible  <bruno@clisp.org>
17201
17202         * lib/c-strcase.h: New file, from GNU gettext.
17203         * lib/c-strcasecmp.c: New file, from GNU gettext.
17204         * lib/c-strncasecmp.c: New file, from GNU gettext.
17205
17206 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
17207
17208         * modules/mempcpy (License): GPL -> LGPL.
17209         * modules/strchrnul (License): Likewise.
17210         * modules/sysexits (License): Likewise.
17211
17212 2005-10-08  Simon Josefsson  <jas@extundo.com>
17213
17214         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
17215
17216 2005-10-07  Simon Josefsson  <jas@extundo.com>
17217
17218         * m4/memxor.m4: Remove gl_C_RESTRICT call.
17219
17220 2005-10-06  Simon Josefsson  <jas@extundo.com>
17221
17222         * tests/test-hmac-md5.c: New file.
17223
17224         * modules/hmac-md5-tests: New file.
17225
17226         * modules/hmac-md5: New file.
17227
17228 2005-10-06  Simon Josefsson  <jas@extundo.com>
17229
17230         * m4/hmac-md5.m4: New file.
17231
17232         * m4/memxor.m4: Require gl_C_RESTRICT.
17233
17234 2005-10-06  Simon Josefsson  <jas@extundo.com>
17235
17236         * lib/memxor.c (memxor): Avoid casts and warnings.
17237
17238 2005-10-06  Simon Josefsson  <jas@extundo.com>
17239
17240         * lib/hmac-md5.c: New file.
17241
17242         * lib/hmac.h: New file.
17243
17244 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
17245
17246         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
17247         promotes to int, not unsigned int, to catch the AIX 5.3
17248         compiler bug.
17249
17250 2005-10-05  Simon Josefsson  <jas@extundo.com>
17251
17252         * modules/memxor: New file.
17253
17254         * modules/iconv (Files): Move config.rpath to havelib, it is used
17255         there.
17256
17257         * modules/havelib (Files): Add config.rpath.
17258
17259 2005-10-05  Simon Josefsson  <jas@extundo.com>
17260
17261         * m4/memxor.m4: New file.
17262
17263 2005-10-05  Simon Josefsson  <jas@extundo.com>
17264
17265         * lib/memxor.c (memxor): Fix compiler error.
17266
17267         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
17268         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
17269
17270         * lib/memxor.h, lib/memxor.c: New files.
17271
17272         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
17273         we assume all systems have it, suggested by Jim Meyering
17274         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
17275         any systems lack sys/socket.h; mingw32 is known to lack it, but we
17276         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
17277         same reasons.
17278
17279 2005-10-05  Simon Josefsson  <jas@extundo.com>
17280
17281         * config/srclist.txt: Add glibc bug 1423 for md5.h.
17282
17283 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
17284
17285         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
17286         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
17287         needed, since the source code now assumes these .h files.
17288
17289 2005-10-05  Derek Price  <derek@ximbiot.com>
17290
17291         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
17292
17293 2005-10-05  Bruno Haible  <bruno@clisp.org>
17294
17295         * modules/stdint (License): Change to LGPL.
17296
17297 2005-10-04  Simon Josefsson  <jas@extundo.com>
17298
17299         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
17300         D. Baushke" <mdb@gnu.org>.
17301
17302 2005-10-04  Bruno Haible  <bruno@clisp.org>
17303
17304         * lib/verify.h (verify_true): Provide alternative definition for C++.
17305
17306 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
17307
17308         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
17309         (SSIZE_MAX): New macro, if not already defined.
17310         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
17311         than 2 GiB.
17312
17313 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
17314
17315         Sync from coreutils.
17316         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
17317         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
17318         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
17319         ULLONG_MAX doesn't work with 2.7.2.1.
17320
17321 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
17322
17323         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
17324         From Ben Pfaff.
17325
17326         * modules/exclude (Depends-on): Depend on verify.
17327         * modules/strtoimax (Depends-on): Likewise.
17328         * modules/utimecmp (Depends-on): Likewise.
17329
17330 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
17331
17332         * lib/exclude.c: Include verify.h.
17333         (verify): Remove.  All callers changed to use verify.h's version.
17334         * lib/strtoimax.c: Likewise.
17335         * lib/utimecmp.c: Likewis.e
17336
17337         Sync from coreutils.
17338         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
17339         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
17340         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
17341         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
17342         bother returning ENOSYS if settimeofday or stime fails; just let
17343         them return whatever errno they want to return.
17344         * lib/utimens.c: Include unistd.h, for dup2.
17345         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
17346         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
17347
17348 2005-10-02  Jim Meyering  <jim@meyering.net>
17349
17350         Sync from coreutils.
17351         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
17352         from glibc-2.2.5 that fails for read-only files.
17353
17354 2005-10-02  Jim Meyering  <jim@meyering.net>
17355
17356         Sync from coreutils.
17357         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
17358         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
17359         `#if HAVE_CONFIG_H'.
17360         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
17361         Remove AT_FDCWD test.
17362         Do not consume the fd unless successful.
17363         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
17364         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
17365         block, so that we don't even try to compile it if settimeofday is
17366         available.  This works around a compilation failure on OSF1 V5.1,
17367         due to stime requiring a `long int*' while tv_sec is `int'.
17368
17369 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
17370
17371         Sync from coreutils.
17372         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
17373         against `yes', rather than just testing for nonempty.
17374
17375 2005-10-01  Simon Josefsson  <jas@extundo.com>
17376
17377         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
17378         and Darwin.
17379
17380         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
17381         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
17382         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
17383         freeaddrinfo and gai_strerror are declared by the POSIX headers.
17384         Check if struct addrinfo is declared.
17385
17386 2005-10-01  Simon Josefsson  <jas@extundo.com>
17387
17388         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
17389         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
17390         AI_* and EAI_* definitions.  Protect function declarations.
17391
17392 2005-10-01  Jim Meyering  <jim@meyering.net>
17393
17394         Sync from coreutils.
17395
17396         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
17397         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
17398         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
17399         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
17400         in the inet and nsl libraries.  Required on Solaris 5.7.
17401
17402 2005-10-01  Jim Meyering  <jim@meyering.net>
17403
17404         Sync from coreutils.
17405         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
17406         in the inet and nsl libraries.  Required on Solaris 5.7.
17407
17408 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
17409
17410         * lib/getdelim.c (getdelim): Remove unused variables.
17411
17412 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
17413
17414         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
17415         so that the code works even with ancient cpp.  Portability problem
17416         with GCC 2.7.2.1 reported by Thomas M.Ott.
17417
17418 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
17419
17420         * modules/regex (Depends-on): Add strcase.
17421
17422         * modules/gethostname (Licence): Change from GPL to LGPL, since
17423         gethostname.c is a trivial implementation of a standard library
17424         function.
17425         * modules/poll (License): Change from GPL to LGPL, since it's
17426         derived from LGPL code.
17427
17428 2005-09-27  Jim Meyering  <jim@meyering.net>
17429
17430         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
17431         HAVE_CONFIG_H.
17432
17433         * lib/intprops.h (signed_type_or_expr__): Define.
17434         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
17435         for unsigned types.
17436
17437 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
17438
17439         * lib/verify.h (verify_expr): Remove, replacing with:
17440         (verify_true): New macro that returns true instead of void.
17441         (verify_type__): Remove.
17442         (verify): Use verify_true rather than verify_type__.
17443
17444 2005-09-26  Bruno Haible  <bruno@clisp.org>
17445
17446         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
17447         is necessary.
17448         (lib_SOURCES): Remove mbchar.c.
17449         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
17450         (Files): Add m4/mbrtowc.m4.
17451         * modules/mbiter: Likewise.
17452         * modules/mbuiter: Likewise.
17453
17454 2005-09-26  Bruno Haible  <bruno@clisp.org>
17455
17456         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
17457         compile mbchar.c if they are not both present.
17458         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
17459         * m4/mbiter.m4 (gl_MBITER): Likewise.
17460         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
17461         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
17462         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
17463
17464 2005-09-25  Jim Meyering  <jim@meyering.net>
17465
17466         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
17467         also uses socklen_t.
17468
17469 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
17470
17471         * lib/utimens.c (ENOSYS): Define if not already defined.
17472         (futimens): Support having a null PATH if the file descriptor
17473         is nonnegative.
17474
17475         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
17476         Remove.
17477         (__attribute): Define to empty unless GCC 3.1 or later.
17478         This works around a core dump on OpenBSD 3.4, which has GCC
17479         2.95.3, which dumps core when given __attribute__(()).  It also
17480         simplifies other tests, since we really don't want to bother with
17481         worrying about which ancient version of GCC supported what.
17482         Original problem reported by Yoann Vandoorselaere, with part of
17483         the fix suggested by Derek Price.
17484
17485 2005-09-24  Jim Meyering  <jim@meyering.net>
17486
17487         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
17488         so we can once again use a positive bitfield width of 1 -- now we
17489         don't have to explain why we were using a bitfield width of 2.
17490
17491 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
17492
17493         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
17494         and similarly for the other external symbols.  Problem reported
17495         by James Gallager.
17496
17497         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
17498         bug reported by Jim Meyering.
17499
17500         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
17501         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
17502         not needed, since socklen is a prerequisite module.
17503
17504 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
17505
17506         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
17507         Problem reported by Eric Blake.
17508         (getaddrinfo): Initialize se so that it's not garbage.
17509         Redo internal storage allocation so that it doesn't make unportable
17510         assumptions about alignment.
17511         Fix a memory leak.
17512
17513         * lib/utimens.c (futimens): Use futimesat if available.
17514         Prefer it to futimes since it doesn't have the futimes bug.
17515
17516         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
17517         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
17518         Instead, declare a function that returns a pointer to an array,
17519         and use verify_type__ to declare the size of the array.
17520         Problem and germ of a solution reported by Bruno Haible.
17521         (verify_type__): Use 2, not 1, for bitfield size, to avoid
17522         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
17523
17524 2005-09-23  Jim Meyering  <jim@meyering.net>
17525
17526         Sync from coreutils.
17527         Correct build failure (socklen_t not defined) on at least
17528         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
17529         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
17530
17531 2005-09-23  Jim Meyering  <jim@meyering.net>
17532
17533         * modules/getaddrinfo (Depends-on): Add socklen.
17534
17535 2005-09-23  Bruno Haible  <bruno@clisp.org>
17536
17537         * tests/test-verify.c: New file.
17538
17539 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
17540
17541         Sync from coreutils.
17542
17543         * modules/argmatch (Depends-on): Add verify.
17544         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
17545         unistd-safer.
17546         * modules/save-cwd (Depends-on): Likewise.
17547
17548         * modules/openat (Files): Add lib/openat-die.c.
17549         (Depends-on): Remove error, exitfail.
17550         Add dirname.
17551
17552         * modules/verify: New file.
17553         * MODULES.html.sh (Diagnostics <assert.h>): New section,
17554         with "verify" module.
17555
17556 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
17557
17558         Sync from coreutils.
17559
17560         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
17561         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
17562         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
17563         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
17564         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
17565         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
17566         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
17567         Don't bother checking for string.h, stdlib.h, unistd.h.
17568         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
17569         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
17570         module's job.
17571         * m4/jm-macros.m4 (gl_MACROS): Likewise.
17572         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
17573
17574         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
17575         (gl_GETDATE): Use it.
17576
17577         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
17578
17579 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
17580
17581         Sync from coreutils.
17582
17583         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
17584         stat-time.h.
17585         * lib/argmatch.h: Include verify.h
17586         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
17587         (ARGMATCH_ASSERT): Remove; unused.
17588         * lib/canonicalize.c: Assume STDC_HEADERS.
17589         * lib/exclude.c: Include "strcase.h".
17590         * lib/regex_internal.h [!defined _LIBC]: Likewise.
17591         * lib/getusershell.c: Include stdio--.h rather than stdio.h
17592         and stdio-safer.h.
17593         (getusershell): Call fopen, not fopen_safer.
17594         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
17595         Do not include unistd-safer.h.
17596         (save_cwd): Don't call fd_safer; no longer needed
17597         now that we include fcntl--.h.
17598
17599         * lib/getdate.y (relative_time): New type.
17600         (RELATIVE_TIME_0): New constant.
17601         (parser_control): Use relative_time instead of doing it ourselves.
17602         (%union): Add new relative_time rel member.
17603         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
17604         Now typeless.
17605         (relunit, relunit_snumber): Now of type rel.
17606         (zone, rel, relunit, get_date): Adjust to above changes.
17607
17608         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
17609         Do not include unistd-safer.h.
17610         (getloadavg): Don't call fd_safer; no longer needed
17611         now that we include fcntl--.h.
17612
17613         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
17614         (make_dir_parents): Treat ENOSYS like EEXIST.
17615
17616         Improve quality of diagnostics on restore_cwd failure.
17617         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
17618         (make_dir_parents): Last arg is now int * (for errno), not bool *.
17619         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
17620         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
17621         each time through the loop.  Do not diagnose restore_cwd failure;
17622         that is the caller's job (and perhaps the caller does not care).
17623
17624         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
17625         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
17626         If the file already exists but is not a directory, don't bother
17627         to try to make its parents.
17628         Close potential file descriptor leak if we can't chdir("/") (!).
17629         Don't always return true if chdir($PWD) fails; return true only
17630         if the requested action was done successfully (except for the
17631         chdir($PWD)).
17632         Don't log final directory unless we actually made it.
17633         Refactor to avoid duplicate code to fix up permissions.
17634         Don't attempt to fix up parent permissions if chdir($PWD) fails.
17635
17636         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
17637         to make it a bit faster and (I hope) clearer.
17638         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
17639         Fix bug in formats like %2N.
17640
17641         * lib/verify.h: New file.
17642
17643 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
17644
17645         Sync from coreutils.
17646         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
17647
17648 2005-09-22  Jim Meyering  <jim@meyering.net>
17649
17650         Sync from coreutils.
17651
17652         * m4/lstat.m4 (gl_FUNC_LSTAT):
17653         Use AC_LIBSOURCES to require lstat.c and lstat.h.
17654         Remove obsolete comment.
17655         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
17656         * m4/xstrtod.m4: Likewise.
17657
17658         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
17659
17660 2005-09-22  Jim Meyering  <jim@meyering.net>
17661
17662         Sync from coreutils.
17663
17664         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
17665
17666         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
17667         the .tm_year member, since otherwise gcc-4.0 would now warn about
17668         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
17669
17670         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
17671         order to avoid an unsuppressible warning from gcc on 64-bit systems.
17672
17673         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
17674         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
17675         when run in a time zone for which daylight savings time is in effect
17676         for the starting date.
17677
17678         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
17679         stop us from restricting permissions of just-created absolute-named
17680         directories.
17681         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
17682         to restore initial working directory.
17683         * lib/mkdir-p.c (make_dir_parents): New parameter:
17684         different_working_dir, to tell caller if/when we change the working
17685         directory and are unable to return to the initial one.
17686         * lib/mkdir-p.h (make_dir_parents): Update prototype.
17687         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
17688         `return false'.  This fixes a bug introduced on 2004-07-30.
17689
17690         * lib/openat.c (fdopendir): Be sure to close the supplied
17691         file descriptor before returning.  This makes our replacement
17692         implementation a little closer to Solaris's, where fdopendir
17693         ties the file descriptor to the returned DIR* pointer.
17694         * lib/openat.c (unlinkat): New function.
17695         * lib/openat.h (unlinkat): Add prototype.
17696         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
17697         (openat_restore_fail): Rename from openat_restore_die.
17698         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
17699
17700         Provide an alternative to exiting immediately upon save_cwd or
17701         restore_cwd failure.  Now, an application can arrange e.g.,
17702         to perform a longjump in that case.
17703         * lib/openat.c: Include dirname.h.
17704         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
17705         (rpl_openat, fdopendir, fstatat): Call openat_save_die
17706         and openat_restore_die rather than calling error directly.
17707         Don't include "error.h" or "exitfail.h"; they're no longer needed.
17708
17709         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
17710         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
17711         define.
17712
17713         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
17714         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
17715                             int utc, int nanoseconds);
17716         Background:
17717         date should not have to allocate a megabyte of virtual memory to
17718         handle a format argument like +%1048575T.  When implemented with
17719         strftime, it must allocate such a buffer, use strftime to fill it
17720         in, print it, then free it.
17721         With fprintftime, it simply prints everything and exits.
17722         With no need for memory allocation, that's one fewer way to fail.
17723         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
17724         optional field width, not before, so we accept %9:z, not %:9z.
17725         (my_strftime): Be sure to use L_('x') for literals.
17726
17727         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
17728         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
17729         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
17730         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
17731         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
17732         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
17733         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
17734         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
17735         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
17736         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
17737         * lib/xgethostname.c, lib/xreadlink.c:
17738         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
17739
17740         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
17741         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
17742         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
17743         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
17744         and don't include <sys/file.h>).
17745
17746 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
17747
17748         Sync from coreutils.
17749
17750         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
17751         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
17752         [!LDAV_DONE]: Avoid unused variable warning.
17753
17754 2005-09-21  Bruno Haible  <bruno@clisp.org>
17755
17756         * lib/unicodeio.h (unicode_to_mb): New declaration.
17757
17758 2005-09-20  Derek Price  <derek@ximbiot.com>
17759
17760         * lib/getaddrinfo.c: Don't include <netdb.h> included from
17761         getaddrinfo.h.
17762
17763 2005-09-20  Bruno Haible  <bruno@clisp.org>
17764
17765         * gnulib-tool: Remove trailing slashes from the values specified for
17766         --source-base, --m4-base, --tests-base, --aux-dir.
17767         Suggested by Simon Josefsson <jas@extundo.com>.
17768
17769 2005-09-20  Bruno Haible  <bruno@clisp.org>
17770
17771         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
17772         func_modules_to_filelist, func_import, func_create_testdir): Make all
17773         sorting results locale-independent, so that gnulib-cache.m4 doesn't
17774         change when gnulib-tool is invoked in a different locale.
17775
17776 2005-09-19  Simon Josefsson  <jas@extundo.com>
17777
17778         * m4/socklen.m4: Fix typo.
17779
17780 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17781
17782         Use a consistent style for including <config.h>.
17783         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
17784         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
17785         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
17786         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
17787         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
17788         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
17789         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
17790         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
17791         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
17792         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
17793         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
17794         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
17795         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
17796         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
17797         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
17798         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
17799         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
17800         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
17801         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
17802         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
17803         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
17804         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
17805         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
17806         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
17807         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
17808         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
17809         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
17810         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
17811         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
17812         lib/xstrtoumax.c, lib/yesno.c:
17813         Standardize inclusion of config.h.
17814         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
17815         lib/inttostr.h:  Removed inclusion of config.h from header files.
17816         * lib/inttostr.c:  Adjusted in-tree users.
17817         * lib/timespec.h: Remove superfluous warning to include config.h.
17818         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
17819         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
17820         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
17821         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
17822         config.h with HAVE_CONFIG_H.
17823
17824 2005-09-19  Jim Meyering  <jim@meyering.net>
17825
17826         * modules/pathmax (License): Change to LGPL.
17827
17828 2005-09-19  Derek Price  <derek@ximbiot.com>
17829
17830         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
17831
17832 2005-09-19  Bruno Haible  <bruno@clisp.org>
17833
17834         * gnulib-tool (import): Provide default for --tests-base.
17835
17836 2005-09-19  Bruno Haible  <bruno@clisp.org>
17837
17838         * doc/quote.texi: New file, extracted from gnulib.texi.
17839         * doc/ctime.texi: New file, extracted from gnulib.texi.
17840         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
17841         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
17842         * doc/gnulib.texi: Include them.
17843
17844 2005-09-18  Bruno Haible  <bruno@clisp.org>
17845
17846         Portability fix.
17847         * gnulib-tool (func_readlink): New function.
17848         (func_ln_if_changed): Use it.
17849
17850 2005-09-18  Bruno Haible  <bruno@clisp.org>
17851
17852         * gnulib-tool: Support --with-tests also with --import.
17853         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
17854         (func_import): Use variables $testsbase and $inctests. Emit a
17855         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
17856         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
17857         SUBDIRS += $testsdir.
17858         (func_create_testdir): Update.
17859
17860 2005-09-18  Bruno Haible  <bruno@clisp.org>
17861
17862         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
17863         instead of $dry_run.
17864         (func_cp_if_changed, func_mv_if_changed): Remove functions.
17865         (func_ln_if_changed): Don't handle dry-run here.
17866         (func_import): In dry-run mode, detect more precisely which actions
17867         would be performed, and don't use "...ing" verbs.
17868
17869 2005-09-18  Bruno Haible  <bruno@clisp.org>
17870
17871         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
17872         (func_import): Use join on two temporary files instead of three nested
17873         loops, in order to determine which files are new or old.
17874
17875 2005-09-18  Bruno Haible  <bruno@clisp.org>
17876
17877         * gnulib-tool (func_import): Comment out code that spits out the
17878         new files with --dry-run.
17879
17880 2005-09-18  Bruno Haible  <bruno@clisp.org>
17881
17882         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
17883
17884 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
17885
17886         * lib/stat-time.h: New file.
17887         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
17888         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
17889         in a different way.
17890         (timespec_cmp): New function.
17891         * lib/utimecmp.c: Include stat-time.h.
17892         (SYSCALL_RESOLUTION): Depend on whether various struct stat
17893         members exist, not on the obsolescent ST_MTIM_NSEC.
17894         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
17895
17896 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
17897
17898         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
17899
17900 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
17901
17902         * MODULES.html.sh (File system functions): Add stat-time.
17903         * modules/stat-time: New file.
17904         * modules/timespec (Files): Remove m4/st_mtim.m4; this
17905         is now done in a different way, by the stat-time module.
17906         * modules/utimecmp (Depends-on): Add stat-time.
17907
17908 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
17909
17910         * m4/st_mtim.m4: Remove.  Superseded by...
17911         * m4/stat-time.m4: New file.
17912         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
17913         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
17914
17915 2005-09-15  Derek Price  <derek@ximbiot.com>
17916
17917         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
17918
17919 2005-09-15  Derek Price  <derek@ximbiot.com>
17920
17921         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
17922         * lib/regex_internal.c: Ditto, using this...
17923         (__GNUC_PREREQ): ...new macro.
17924         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
17925         using...
17926         (__GNUC_PREREQ): ...this new macro.
17927
17928         * lib/strstr.h: Include string.h. Define strstr as a macro here.
17929
17930 2005-09-15  Derek Price  <derek@ximbiot.com>
17931             Paul Eggert  <eggert@cs.ucla.edu>
17932
17933         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
17934         changes, consolidating in...
17935         * lib/regex_internal.h: ...this file.
17936
17937 2005-09-13  Jim Meyering  <jim@meyering.net>
17938
17939         * lib/canon-host.c: Filter through gnu indent and reword comments
17940         slightly.
17941         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
17942
17943 2005-09-13  Derek Price  <derek@ximbiot.com>
17944
17945         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
17946         failure.
17947         Reported by Jim Meyering  <jim@meyering.net>.
17948
17949 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
17950
17951         * lib/base64.c: Typo.
17952         (base64_encode): Put b64str in initialized data section.
17953
17954 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
17955
17956         Merge glibc and coreutils changes into gnulib, plus a few
17957         extra fixes.
17958         * lib/md5.c: Use #error rather than a string.
17959         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
17960         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
17961         (__attribute__): Define to empty for non recent-GCC.
17962         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
17963         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
17964         Renamed from their non-__ counterparts, with new macros replacing
17965         them if not _LIBC.  Add __THROW attribute.
17966         (rol): Remove.
17967         (struct md5_ctx): Align buffer if using GCC.
17968         * lib/sha1.h (struct sha1_ctx): Likewise.
17969         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
17970         The old name was backwards.
17971         (NOTSWAP): Remove; not used.
17972         (rol): New macro, moved here from md5.h.
17973         (sha1_process_block): Remove a FIXME that doesn't make sense.
17974
17975 2005-09-12  Derek Price  <derek@ximbiot.com>
17976
17977         Return usable errors from canon-host.
17978         * lib/canon-host.h: New file.
17979         * lib/canon-host.c (canon_host): Wrap...
17980         (canon_host_r): ...this new function, which now relies exclusively on
17981         getaddrinfo.
17982         (ch_strerror): New function.
17983         (last_cherror): New global.
17984         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
17985         interface.
17986         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
17987         void *.
17988         (freeaddrinfo): Free ai->ai_canonname when set.
17989
17990 2005-09-12  Derek Price  <derek@ximbiot.com>
17991
17992         Make canon-host require getaddrinfo.
17993         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
17994         AC_LIBSOURCE canon-host.h.  Call...
17995         (gl_PREREQ_CANON_HOST): ...this new function, which requires
17996         gl_GETADDRINFO.
17997         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
17998
17999 2005-09-12  Derek Price  <derek@ximbiot.com>
18000
18001         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
18002         LGPL.
18003         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
18004
18005 2005-09-12  Derek Price  <derek@ximbiot.com>
18006
18007         * lib/gai_strerror.c: Include config.h when available.  Include
18008         getaddrinfo.h before other headers to test interface.
18009         Reported by Larry Jones <lawrence.jones@ugs.com>.
18010
18011 2005-09-12  Derek Price  <derek@ximbiot.com>
18012             Paul Eggert  <eggert@cs.ucla.edu>
18013
18014         * modules/glob (Files): Add glob-libc.h.
18015
18016 2005-09-12  Derek Price  <derek@ximbiot.com>
18017             Paul Eggert  <eggert@cs.ucla.edu>
18018
18019         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
18020         glob_.h, glob-libc.h.
18021         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
18022
18023 2005-09-12  Derek Price  <derek@ximbiot.com>
18024             Paul Eggert  <eggert@cs.ucla.edu>
18025
18026         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
18027         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
18028         protecting things that should be done only in gnulib contexts.
18029         * lib/glob_.h: New file, containing only the glob things needed for
18030         gnulib.
18031         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
18032         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
18033         (glob, globfree, glob_pattern_p): Now defined simply in terms of
18034         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
18035         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
18036         and to respect the namespace rules better.
18037
18038 2005-09-08  Simon Josefsson  <jas@extundo.com>
18039
18040         * modules/socklen: New file.
18041
18042 2005-09-08  Simon Josefsson  <jas@extundo.com>
18043
18044         * m4/socklen.m4: New file.
18045
18046 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
18047
18048         * modules/utimens (Files): Add m4/utimbuf.m4, since
18049         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
18050         Reported by Sergey Poznyakoff.
18051
18052 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
18053
18054         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
18055         definitions, since that's the preferred style in glibc.
18056         Fix a minor spacing issue, and update copyright notice to match
18057         glibc's.
18058
18059 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
18060
18061         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
18062
18063 2005-09-06  Simon Josefsson  <jas@extundo.com>
18064
18065         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
18066         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
18067
18068 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
18069
18070         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
18071         warning.
18072
18073 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
18074
18075         * config/srclist.txt: Add glibc bug 1302.
18076
18077 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
18078
18079         Change bitset word type from unsigned int to unsigned long int,
18080         as this has better performance on typical 64-bit hosts.
18081         Port bitset code to hosts with unusual word sizes.
18082         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
18083         (build_collating_symbol):
18084         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
18085         argument is a bitset.  This is merely a style issue, but it makes
18086         it clearer that an entire array is expected.
18087         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
18088         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
18089         Port to the case where bitset_word is not the same as unsigned int.
18090         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
18091         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
18092         Likewise.
18093         * lib/regexec.c (check_dst_limits_calc_pos_1,
18094         check_subexp_matching_top):
18095         (build_trtable, group_nodes_into_DFAstates):
18096         Likewise.
18097         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
18098         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
18099         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
18100         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
18101         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
18102         * lib/regcomp.c (optimize_subexps, lower_subexp):
18103         Work even if bitset_word has holes in its bitwise representation.
18104         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
18105         * lib/regexec.c (check_dst_limits_calc_pos_1,
18106         check_subexp_matching_top):
18107         Likewise.
18108         * lib/regex_internal.c (re_string_reconstruct):
18109         Don't assume UCHAR_MAX == 255.
18110         * lib/regex_internal.h (bitset_set_all): Likewise.
18111         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
18112         All uses changed.
18113         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
18114         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
18115         All uses changed.
18116         (BITSET_WORD_MAX): New macro.
18117         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
18118         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
18119         (bitset_empty, bitset_copy):
18120         Prefer sizeof (bitset) to multiplying it out ourselves.
18121         (bitset_not_merge): Remove; unused.
18122         (bitset_contain): Return bool, not unsigned int with one bit on.
18123         All callers changed.
18124         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
18125         alignment than re_node_set; do this by defining a new internal
18126         type struct dests_alloc and using it to allocate memory.
18127
18128 2005-09-05  Bruno Haible  <bruno@clisp.org>
18129
18130         * gnulib-tool (func_import): Fix comparison in handling of symbolic
18131         links.
18132
18133 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
18134
18135         * modules/size_max (Makefile.am): Add size_max.h
18136
18137 2005-09-04  Derek Price  <derek@ximbiot.com>
18138
18139         * gnulib-tool (func_import): Fix reversed $symbolic logic.
18140
18141 2005-09-03  Simon Josefsson  <jas@extundo.com>
18142
18143         * gnulib-tool: Fix typo.
18144
18145 2005-09-03  Simon Josefsson  <jas@extundo.com>
18146
18147         * config/srclist.txt: Add glibc bug 1293.
18148
18149 2005-09-03  Derek Price  <derek@ximbiot.com>
18150
18151         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
18152         From Larry Jones <lawrence.jones@ugs.com>.
18153
18154 2005-09-02  Simon Josefsson  <jas@extundo.com>
18155
18156         * modules/socklen: New file.
18157
18158 2005-09-02  Simon Josefsson  <jas@extundo.com>
18159
18160         * modules/havelib: New module.
18161
18162         * modules/gettext, modules/iconv, modules/lock, modules/readline:
18163         Use havelib.
18164
18165 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
18166
18167         Check for arithmetic overflow when calculating sizes, to prevent
18168         some buffer-overflow issues.  These patches are conservative, in the
18169         sense that when I couldn't determine whether an overflow was possible,
18170         I inserted a run-time check.
18171         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
18172         macros.
18173         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
18174         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
18175         (re_xnrealloc, re_x2nrealloc): New inline functions.
18176         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
18177         parse_bracket_exp):
18178         (build_equiv_class, build_charclass): Check for arithmetic overflow
18179         in size expression calculations.
18180         * lib/regex_internal.c (re_string_realloc_buffers):
18181         (build_wcs_upper_buffer, re_node_set_add_intersect):
18182         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
18183         (re_dfa_add_node, register_state): Likewise.
18184         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
18185         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
18186         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
18187         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
18188
18189 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
18190
18191         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
18192         m4/ulonglong.m4.  Problem reported by Martin Lambers.
18193
18194 2005-09-02  Bruno Haible  <bruno@clisp.org>
18195
18196         Support for lib vs. lib64 distinction on biarch platforms.
18197         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
18198         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
18199         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
18200
18201 2005-09-02  Bruno Haible  <bruno@clisp.org>
18202
18203         * gnulib-tool (import): In the other first-use case, provide defaults
18204         as well.
18205
18206 2005-09-02  Bruno Haible  <bruno@clisp.org>
18207
18208         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
18209         patches not yet found in the latest gettext release.
18210
18211 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
18212
18213         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
18214         to avoid a collision with bits/local_lim.h in glibc.
18215         All uses changed.  Problem reported by Dmitry V. Levin in
18216         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
18217
18218         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
18219         bugs in int versus size_t comparisons.
18220         (re_string_context_at): Fix bug where the code assumed that
18221         Idx is signed.
18222
18223         Use bool where appropriate.
18224         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
18225         All callers changed.
18226         (calc_eclosure_iter): Likewise, for ROOT arg.
18227         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
18228         (build_charclass_op): Likewise, for NON_MATCH arg.
18229         * lib/regex_internal.c (re_string_allocate, re_string_construct):
18230         (re_string_construct_common): Likewise, for ICASE arg.
18231         * lib/regexec.c (re_search_2_stub, re_search_stub):
18232         Likewise, for RET_LEN arg.
18233         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
18234         (set_regs): Likewise, for FL_BACKTRACK arg.
18235         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
18236         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
18237         (calc_eclosure_iter, parse_bracket_exp):
18238         Use bool for internal variables that are booleans.
18239         * lib/regexec.c (re_search_internal, check_matching,
18240         proceed_next_node):
18241         (set_regs, build_sifted_states, sift_states_bkref):
18242         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
18243         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
18244         (find_collation_sequence_value):
18245         Likewise.
18246         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
18247         (re_node_set_compare):
18248         Return bool, not int. All callers changed.
18249         * lib/regexec.c (check_halt_node_context, check_dst_limits):
18250         (build_trtable, check_node_accept): Likewise.
18251         * lib/regex_internal.h: Include stdbool.h.
18252
18253         Fix bugs uncovered when converting to bool.
18254         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
18255         failure instead of charging ahead blindly.
18256         * lib/regex_internal.c (register_state): Likewise.
18257         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
18258         for freeing internal storage.
18259         (group_nodes_into_DFA_states): Use unsigned int, not int, for
18260         bitset pieces used as boolean, to avoid undefined behavior
18261         on hosts that do int overflow checking.
18262
18263 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
18264
18265         * config/srclist.txt: Add glibc bugs 1285-1287.
18266
18267 2005-09-01  Jim Meyering  <jim@meyering.net>
18268
18269         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
18270         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
18271         Require gl_STAT_MACROS, too.
18272
18273 2005-09-01  Bruno Haible  <bruno@clisp.org>
18274
18275         * gnulib-tool (import): In the first-use case, provide defaults.
18276
18277 2005-09-01  Bruno Haible  <bruno@clisp.org>
18278
18279         * gnulib-tool (func_import): Remove the .tmp files.
18280
18281 2005-09-01  Bruno Haible  <bruno@clisp.org>
18282
18283         * gnulib-tool (func_import): Fix handling of symbolic links.
18284
18285 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
18286
18287         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
18288         old glibc regex code mishandles strings longer than 2**31 bytes.
18289         This patch fixes this when the regex code is used in gnulib
18290         (i.e., outside glibc).
18291
18292         This patch should not affect the use of the regex code inside
18293         glibc.  No doubt this problem also needs to be handled for glibc
18294         as well, but the result will be an incompatible change to the
18295         glibc ABI, and the old ABI will have to be supported too.  That
18296         can be the the subject for another patch.
18297
18298         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
18299         governing whether the rest of this patch is active.  By default,
18300         the macro is disabled and the patch has no effect.
18301         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
18302         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
18303         (struct re_pattern_buffer, re_search, re_search_2, re_match):
18304         (re_match_2, re_set_registers): Use the new types.
18305         * lib/regex_internal.h (Idx, re_hashval_t): New types.
18306         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
18307         New macros.
18308         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
18309         (re_string_context_at, bin_tree_t, re_dfastate_t):
18310         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
18311         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
18312         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
18313         (re_string_char_size_at, re_string_wchar_at):
18314         (re_string_elem_size_at):
18315         Use the new types and macros to port to 64-bit hosts.
18316         Use unsigned types for internal values, so that the code
18317         mostly works even for arrays larger than SSIZE_MAX.
18318         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
18319         (search_duplicated_node, calc_eclosure_iter, fetch_number):
18320         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
18321         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
18322         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
18323         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
18324         (calc_inveclosure, parse_dup_op, build_range_exp):
18325         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
18326         (fetch_number, create_token_tree, mark_opt_subexp):
18327         Likewise.
18328         * lib/regex_internal.c (re_string_construct_common,
18329         create_ci_newstate):
18330         (create_cd_newstate, re_string_allocate, re_string_construct):
18331         (re_string_realloc_buffers, build_wcs_upper_buffer):
18332         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
18333         (re_string_reconstruct, re_string_peek_byte_case):
18334         (re_string_fetch_byte_case, re_string_context_at):
18335         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
18336         (re_node_set_init_copy, re_node_set_add_intersect):
18337         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
18338         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
18339         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
18340         (re_acquire_state, re_acquire_state_context, register_state):
18341         Likewise.
18342         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
18343         search_cur_bkref_entry):
18344         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
18345         (re_search_internal, re_search_2_stub, re_search_stub)
18346         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
18347         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
18348         (update_cur_sifted_state, check_dst_limits):
18349         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
18350         (check_subexp_limits, sift_states_bkref, merge_state_array):
18351         (check_subexp_matching_top, get_subexp, get_subexp_sub):
18352         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
18353         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
18354         (expand_bkref_cache, check_node_accept_bytes):
18355         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
18356         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
18357         (acquire_init_state_context, check_halt_node_context):
18358         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
18359         (sift_states_backward, clean_state_log_if_needed):
18360         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
18361         (find_recover_state, transit_state_sb, transit_state_mb):
18362         (transit_state_bkref, build_trtable, match_ctx_clean):
18363         Likewise.
18364         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
18365         to work around an assumption that REG_MISSING is negative.
18366
18367         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
18368         (seek_collating_symbol_entry) [defined _LIBC]:
18369         (lookup_collation_sequence_value) [defined _LIBC]:
18370         (build_range_exp, build_collating_symbol) [defined _LIBC]:
18371         Use prototypes rather than old-style function definitions.
18372         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
18373         (transit_state_sb) [0]:
18374         (find_collation_sequence_value) [defined _LIBC]: Likewise.
18375
18376         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
18377         rm_eo.
18378
18379         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
18380         (optimize_subexps, lower_subexp):
18381         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
18382         since the signed shift might overflow.  Use 1u<<31 instead.
18383         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
18384         Likewise.
18385         * lib/regexec.c (check_dst_limits_calc_pos_1,
18386         check_subexp_matching_top): Likewise.
18387
18388         * lib/regcomp.c (optimize_subexps, lower_subexp):
18389         Use CHAR_BIT rather than 8, for clarity.
18390         * lib/regexec.c (check_dst_limits_calc_pos_1):
18391         (check_subexp_matching_top): Likewise.
18392         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
18393         have to worry about portability issues when shifting it left.
18394         Remove no-longer-needed test for table_size > 0.
18395         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
18396         in a word, as the resulting behavior is undefined.
18397         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
18398         in one case, a <= should have been an <, and in another case the
18399         whole test was missing.
18400         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
18401         the standard name CHAR_BIT.
18402         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
18403         this is not true on one's complement and signed-magnitude hosts.
18404
18405         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
18406         next_last_offset.
18407         (struct re_dfa_t): Remove unused member states_alloc.
18408         * lib/regcomp.c (init_dfa): Don't initialize unused members.
18409
18410 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
18411
18412         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
18413         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
18414         and large-file glibc and in 32-bit large-file Solaris.
18415
18416 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
18417
18418         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
18419         lengths fit in regoff_t; this isn't true if regoff_t is the same
18420         width as size_t.
18421         * lib/regex.c (re_search_internal): 5th arg is LAST_START
18422         (= START + RANGE) instead of RANGE.  This avoids overflow
18423         problems when regoff_t is the same width as size_t.
18424         All callers changed.
18425         (re_search_2_stub): Check for overflow when adding the
18426         sizes of the two strings.
18427         (re_search_stub): Check for overflow when adding START
18428         to RANGE; if it occurs, substitute the extreme value.
18429
18430 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
18431
18432         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
18433
18434 2005-08-31  Jim Meyering  <jim@meyering.net>
18435
18436         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
18437         a pointer-to-const.
18438         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
18439         (register_state): Likewise.
18440         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
18441         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
18442         (group_nodes_into_DFAstates): Likewise.
18443
18444 2005-08-31  Jim Meyering  <jim@meyering.net>
18445
18446         * check-module: Add a FIXME comment.
18447
18448 2005-08-31  Eric Blake  <ebb9@byu.net>
18449
18450         * modules/unistd-safer (Files): Add unistd--.h.
18451         * modules/stdio-safer (Files): Add stdio--.h.
18452
18453 2005-08-31  Derek Price  <derek@ximbiot.com>
18454
18455         * lib/getdelim.c (getdelim): Return EOF on EOF.
18456         Reported by Larry Jones <lawrence.jones@ugs.com>.
18457
18458 2005-08-31  Bruno Haible  <bruno@clisp.org>
18459
18460         Avoid unnecessary diffs in the generated lib/Makefile.am.
18461         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
18462         the generated files.
18463         (func_import): Don't set cmd.
18464
18465 2005-08-31  Bruno Haible  <bruno@clisp.org>
18466
18467         * lib/strstr.c: Include <stddef.h>, for NULL.
18468         * lib/strcasestr.c: Likewise.
18469         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
18470
18471 2005-08-31  Bruno Haible  <bruno@clisp.org>
18472
18473         * gnulib-tool: New option --macro-prefix.
18474         (func_import): Use macro_prefix.
18475         (import): Handle option --macro-prefix.
18476
18477 2005-08-31  Bruno Haible  <bruno@clisp.org>
18478
18479         * gnulib-tool (import): Rename most ac_* variables to cached_*.
18480         Also use new variables cached_lgpl, cached_libtool.
18481
18482 2005-08-31  Bruno Haible  <bruno@clisp.org>
18483
18484         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
18485         always instantiating them.
18486
18487 2005-08-31  Bruno Haible  <bruno@clisp.org>
18488
18489         * gnulib-tool (func_import): Read the previous cached settings
18490         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
18491         earlier added by gnulib but are now dropped. Warn when a gnulib file
18492         overwrites a non-gnulib file.
18493
18494 2005-08-31  Bruno Haible  <bruno@clisp.org>
18495
18496         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
18497         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
18498         projects that don't keep autogenerated files in CVS. Put into
18499         actioncmd only the specified modules, not the transitive closure.
18500
18501 2005-08-31  Bruno Haible  <bruno@clisp.org>
18502
18503         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
18504         Create directories that shall be filled.
18505         (import): Don't look for gl_* macros in configure.ac. Recurse across
18506         all directories containing a gnulib-cache.m4 files, if meaningful.
18507
18508 2005-08-31  Bruno Haible  <bruno@clisp.org>
18509
18510         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
18511         (import): Set seen_libtool when we see gl_LIBTOOL.
18512
18513 2005-08-31  Bruno Haible  <bruno@clisp.org>
18514
18515         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
18516         declaration macro definitions from generated gnulib.m4.
18517
18518 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
18519
18520         * lib/iconvme.h: Add prototype for iconv_alloc.
18521
18522 2005-08-29  Simon Josefsson  <jas@extundo.com>
18523
18524         * lib/iconvme.c: Fix errno.
18525
18526 2005-08-29  Bruno Haible  <bruno@clisp.org>
18527
18528         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
18529         that it works when the directory contains spaces.
18530
18531 2005-08-29  Bruno Haible  <bruno@clisp.org>
18532
18533         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
18534
18535 2005-08-29  Bruno Haible  <bruno@clisp.org>
18536
18537         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
18538         Emit more advice.
18539
18540 2005-08-29  Bruno Haible  <bruno@clisp.org>
18541         and Stepan Kasal  <kasal@ucw.cz>
18542
18543         * check-module: If more parameters are given, check each of them
18544         separately; add more exceptions, as noted by Jim Meyering.
18545         (check_module): New procedure.
18546         (%exempt_header): Now contains all exceptions.
18547
18548 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
18549
18550         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
18551
18552 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
18553
18554         * lib/iconvme.c: Split iconv_string into iconv_alloc.
18555
18556 2005-08-28  Bruno Haible  <bruno@clisp.org>
18557
18558         * m4/gnulib-tool.m4: New file.
18559
18560 2005-08-27  Jim Meyering  <jim@meyering.net>
18561
18562         * modules/unistd-safer (Files): Add pipe-safer.c.
18563         * modules/fcntl-safer (Files): Add creat-safer.c.
18564
18565 2005-08-27  Jim Meyering  <jim@meyering.net>
18566
18567         * m4/stdlib-safer.m4: New file.  From coreutils.
18568         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
18569         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
18570         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
18571         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
18572         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
18573
18574 2005-08-27  Jim Meyering  <jim@meyering.net>
18575
18576         * lib/fopen-safer.c: Merge minor changes from coreutils.
18577         * lib/dup-safer.c: Likewise.
18578         * lib/fd-safer.c: Likewise.
18579
18580         Merge from coreutils.
18581         * lib/stdio--.h: New file.
18582         * lib/stdlib--.h: New file.
18583         * lib/mkstemp-safer.c: New file.
18584
18585         GNU tar needs these.
18586         * lib/pipe-safer.c: New file.
18587         * lib/creat-safer.c: New file.
18588         * lib/fcntl--.h (creat): Define to creat_safer.
18589         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
18590         * lib/unistd--.h (pipe): Define to pipe_safer.
18591         * lib/unistd-safer.h: Declare pipe_safer.
18592
18593 2005-08-26  Simon Josefsson  <jas@extundo.com>
18594
18595         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
18596         Haible <bruno@clisp.org>.
18597
18598 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
18599
18600         * lib/regex_internal.h: Remove all references to
18601         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
18602         or better.
18603         (bitset_not, bitset_merge, bitset_not_merge):
18604         (bitset_mask, re_string_allocate, re_string_construct):
18605         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
18606         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
18607         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
18608         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
18609         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
18610         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
18611         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
18612         (re_acquire_state_context):
18613         Remove unnecessary forward decls.
18614         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
18615         Put __attribute at function definition,
18616         now that the function decl has been removed.
18617         * lib/regex_internal.c (re_string_peek_byte_case):
18618         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
18619         Likewise.
18620
18621 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
18622
18623         * m4/regex.m4: Add AC_PREREQ(2.50).
18624         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
18625
18626 2005-08-25  Simon Josefsson  <jas@extundo.com>
18627
18628         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
18629         __fsetlocking.
18630
18631 2005-08-25  Simon Josefsson  <jas@extundo.com>
18632
18633         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
18634         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
18635         GLIBC specific code.
18636
18637 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
18638
18639         Make regex safe for g++.  This fixes one real bug (an "err"
18640         that should have been "*err").  g++ problem reported by
18641         Sam Steingold.
18642         * lib/regex_internal.h (re_calloc): New macro, consistent with
18643         re_malloc etc.  All callers of calloc changed to use re_calloc.
18644         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
18645         not int.  All callers changed.
18646         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
18647         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
18648         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
18649         (find_recover_state): Change "err" to "*err"; this fixes what
18650         appears to be a real bug.
18651         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
18652         versus int.
18653
18654 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
18655
18656         * modules/regex (Depends-on): Add malloc, since the code
18657         assumes that !malloc(0) means failure.
18658
18659 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
18660
18661         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
18662
18663         alloca modernization/simplification for regex.
18664         * lib/regex.c: Remove portability cruft for alloca.  This no longer
18665         needs to be at the start of the file, and can be moved into
18666         regex_internal.h and simplified.
18667         * lib/regex_internal.h: Include <alloca.h>.
18668         (__libc_use_alloca) [!defined _LIBC]: New macro.
18669         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
18670         now works outside glibc.
18671
18672 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
18673
18674         * config/srclist.txt: Add glibc bugs 1241, 1245.
18675
18676 2005-08-25  Jim Meyering  <jim@meyering.net>
18677
18678         * lib/open-safer.c: Include <config.h>.
18679         Otherwise, we'd lose LARGEFILE support in any file using
18680         e.g. "fcntl--.h"
18681
18682 2005-08-25  Bruno Haible  <bruno@clisp.org>
18683
18684         * m4/minmax.m4: Require autoconf 2.52.
18685         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
18686         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
18687         alternatives of translit over the alphabet.
18688         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
18689
18690 2005-08-24  Simon Josefsson  <jas@extundo.com>
18691
18692         * tests/test-getpass.c: New file.
18693
18694 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
18695
18696         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
18697         for GNU regex features.
18698
18699 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
18700
18701         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
18702         * lib/regex.h (regerror): Likewise.
18703
18704         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
18705         requires this.  (The code never needed it.)
18706
18707         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
18708         All uses of recently-renamed identifiers changed to use the new,
18709         POSIX-compliant names.  The code will build and run just fine
18710         without these changes, but it's better to eat our own dog food
18711         and use the standard-conforming names.
18712
18713         * lib/regex.h: Fix a multitude of POSIX name space violations.
18714         These changes have an effect only for programs that define
18715         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
18716         do not change anything for programs compiled in the normal way.
18717         Also, there is no effect on the ABI.
18718
18719         (_REGEX_SOURCE): New macro.
18720         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
18721         defined and _GNU_SOURCE is not; this fixes a name space violation.
18722
18723         Rename the following macros to obey POSIX requirements.
18724         The old names are still visible as macros if _REGEX_SOURCE is defined.
18725         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
18726         RE_BACKSLASH_ESCAPE_IN_LISTS.
18727         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
18728         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
18729         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
18730         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
18731         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
18732         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
18733         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
18734         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
18735         (REG_INTERVALS): renamed from RE_INTERVALS.
18736         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
18737         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
18738         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
18739         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
18740         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
18741         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
18742         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
18743         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
18744         RE_UNMATCHED_RIGHT_PAREN_ORD.
18745         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
18746         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
18747         (REG_DEBUG): renamed from RE_DEBUG.
18748         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
18749         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
18750         unusual, since we can't clash with the POSIX REG_ICASE.
18751         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
18752         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
18753         (REG_NO_SUB): renamed from RE_NO_SUB.
18754         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
18755         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
18756         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
18757         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
18758         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
18759         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
18760         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
18761         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
18762         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
18763         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
18764         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
18765         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
18766         RE_SYNTAX_POSIX_MINIMAL_BASIC.
18767         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
18768         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
18769         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
18770         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
18771         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
18772         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
18773         (REG_FIXED): Renamed from REGS_FIXED.
18774         (REG_NREGS): Renamed from RE_NREGS.
18775
18776         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
18777         of other REG_* macros, since POSIX says the user is allowed to
18778         #undef these macros selectively.
18779
18780         (reg_errcode_t): Update comment stating what other tables need
18781         to be consistent.
18782
18783         Rename the following enum values to obey POSIX requirements.
18784         The old names are still visible as macros.
18785         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
18786         is not defined, since GNU is supposed to be a superset of POSIX as
18787         much as possible, and since we want reg_errcode_t to be a signed
18788         type for implementation consistency.
18789         (_REG_NOERROR): Renamed from REG_NOERROR.
18790         (_REG_NOMATCH): Renamed from REG_NOMATCH.
18791         (_REG_BADPAT): Renamed from REG_BADPAT.
18792         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
18793         (_REG_ECTYPE): Renamed from REG_ECTYPE.
18794         (_REG_EESCAPE): Renamed from REG_EESCAPE.
18795         (_REG_ESUBREG): Renamed from REG_ESUBREG.
18796         (_REG_EBRACK): Renamed from REG_EBRACK.
18797         (_REG_EPAREN): Renamed from REG_EPAREN.
18798         (_REG_EBRACE): Renamed from REG_EBRACE.
18799         (_REG_BADBR): Renamed from REG_BADBR.
18800         (_REG_ERANGE): Renamed from REG_ERANGE.
18801         (_REG_ESPACE): Renamed from REG_ESPACE.
18802         (_REG_BADRPT): Renamed from REG_BADRPT.
18803         (_REG_EEND): Renamed from REG_EEND.
18804         (_REG_ESIZE): Renamed from REG_ESIZE.
18805         (_REG_ERPAREN): Renamed from REG_ERPAREN.
18806         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
18807         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
18808         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
18809         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
18810
18811         (_REG_RE_NAME, _REG_RM_NAME): New macros.
18812         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
18813         changed.  But support the old name if the new one is not defined
18814         and if _REGEX_SOURCE.
18815
18816         Change the following member names in struct re_pattern_buffer.
18817         The old names are still supported if !_REGEX_SOURCE.
18818         The new names are always supported, regardless of _REGEX_SOURCE.
18819         (re_buffer): Renamed from buffer.
18820         (re_allocated): Renamed from allocated.
18821         (re_used): Renamed from used.
18822         (re_syntax): Renamed from syntax.
18823         (re_fastmap): Renamed from fastmap.
18824         (re_translate): Renamed from translate.
18825         (re_can_be_null): Renamed from can_be_null.
18826         (re_regs_allocated): Renamed from regs_allocated.
18827         (re_fastmap_accurate): Renamed from fastmap_accurate.
18828         (re_no_sub): Renamed from no_sub.
18829         (re_not_bol): Renamed from not_bol.
18830         (re_not_eol): Renamed from not_eol.
18831         (re_newline_anchor): Renamed from newline_anchor.
18832
18833         Change the following member names in struct re_registers.
18834         The old names are still supported if !_REGEX_SOURCE.
18835         The new names are always supported, regardless of _REGEX_SOURCE.
18836         (rm_num_regs): Renamed from num_regs.
18837         (rm_start): Renamed from start.
18838         (rm_end): Renamed from end.
18839
18840         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
18841         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
18842         Prepend __ to parameter names.
18843
18844         Undo yesterday's changes.
18845
18846 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
18847
18848         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
18849         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
18850         lib/regex.c.
18851
18852 2005-08-24  Jim Meyering  <jim@meyering.net>
18853
18854         Sync from coreutils.
18855         * m4/fcntl-safer.m4: New file.
18856
18857         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
18858         and object files for this module.
18859
18860 2005-08-24  Jim Meyering  <jim@meyering.net>
18861
18862         Sync from coreutils.
18863         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
18864
18865 2005-08-24  Jim Meyering  <jim@meyering.net>
18866
18867         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
18868         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
18869
18870 2005-08-24  Jim Meyering  <jim@meyering.net>
18871
18872         * modules/fcntl-safer: New module.
18873         * modules/fts (Depends-on): Add fcntl-safer.
18874         * MODULES.html.sh (File descriptor based Input/Output):
18875         Add fcntl-safer.
18876
18877 2005-08-24  Bruno Haible  <bruno@clisp.org>
18878
18879         Support for unit test modules.
18880         * modules/README: Mention tests modules.
18881         * modules/TEMPLATE-TESTS: New file.
18882         * gnulib-tool: New options --extract-tests-module, --with-tests and
18883         --tests-base (unused for the moment).
18884         (testsbase, inctests): New variables.
18885         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
18886         (func_verify_module): Exclude TEMPLATE-TESTS.
18887         (func_verify_nontests_module, func_verify_tests_module): New functions.
18888         (func_get_dependencies): Add implicit dependency for tests modules.
18889         (func_get_tests_module): New function.
18890         (func_modules_transitive_closure): When --with-tests was specified,
18891         include the unit tests as well, unless explicitly avoided.
18892         (func_emit_lib_Makefile_am): Ignore the tests modules here.
18893         (func_emit_tests_Makefile_am): New function.
18894         (func_create_testdir): When --with-tests was specified, emit a
18895         tests/ directory.
18896         * MODULES.html.sh (Future developments): Update.
18897
18898 2005-08-24  Bruno Haible  <bruno@clisp.org>
18899
18900         * modules/tls-tests: New file.
18901         * tests/test-tls.c: New file, from GNU gettext.
18902
18903 2005-08-24  Bruno Haible  <bruno@clisp.org>
18904
18905         * modules/lock-tests: New file.
18906         * tests/test-lock.c: New file, from GNU gettext.
18907
18908 2005-08-24  Bruno Haible  <bruno@clisp.org>
18909
18910         * lib/lock.h: Add multiple inclusion guard.
18911         * lib/tls.h: Add multiple inclusion guard.
18912
18913 2005-08-24  Bruno Haible  <bruno@clisp.org>
18914
18915         * gnulib-tool: Add support for the --aux-dir option to
18916         --create-testdir, --create-megatestdir, --test, --megatest.
18917         (func_create_testdir, func_create_megatestdir): Optionally emit a
18918         AC_CONFIG_AUX_DIR directive.
18919         (create-testdir, create-megatestdir, test, megatest): Provide a
18920         default value for $auxdir.
18921
18922 2005-08-24  Bruno Haible  <bruno@clisp.org>
18923
18924         * gnulib-tool (import): Use compound statement instead of subshell
18925         where possible.
18926
18927 2005-08-24  Bruno Haible  <bruno@clisp.org>
18928
18929         * gnulib-tool (import): Change --aux-dir default to "build-aux".
18930
18931 2005-08-24  Bruno Haible  <bruno@clisp.org>
18932
18933         * gnulib-tool (func_version): Update.
18934
18935 2005-08-24  Bruno Haible  <bruno@clisp.org>
18936
18937         * gnulib-tool (func_import, func_create_testdir,
18938         func_create_megatestdir): Quote all autoconf macro arguments.
18939
18940 2005-08-24  Bruno Haible  <bruno@clisp.org>
18941
18942         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
18943         option --force, because --force causes the aclocal.m4 of each
18944         subdirectory to be newer than the corresponding config.h.in.
18945
18946 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
18947
18948         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
18949         All contents moved to gl_REGEX.
18950         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
18951         assume that it does.
18952
18953 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
18954
18955         * lib/regex.h (REG_NOSYS)
18956         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
18957         Define, since POSIX requires it as of 2001.
18958         (_REG_ENOSYS)
18959         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
18960         New private symbol, used to keep the enum signed in all cases.
18961         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
18962         Youngman in
18963         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
18964
18965         * lib/regex_internal.c (re_string_skip_chars, register_state):
18966         (calc_state_hash):
18967         Remove forward decls; no longer needed now that we use prototypes.
18968         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
18969         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
18970         (clean_state_log_if_needed): Likewise.
18971
18972 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
18973
18974         * config/srclist.txt: Add glibc bugs 1231-1233.
18975
18976 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
18977
18978         Fix problems reported by Sam Steingold in
18979         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
18980         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
18981         assumed that reg_errcode_t is a signed type, which is not
18982         necessarily true if _XOPEN_SOURCE is not defined.
18983         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
18984         since some compilers warn about it otherwise.
18985
18986 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
18987
18988         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
18989         (init_word_char, create_initial_state, duplicate_node_closure):
18990         (fetch_token, peek_token_bracket, build_range_exp):
18991         (build_collating_symbol): Remove forward decls; no longer needed
18992         now that we use prototypes.
18993
18994         * lib/regcomp.c:
18995         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
18996         (re_compile_fastmap_iter, regcomp, regerror, regfree):
18997         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
18998         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
18999         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
19000         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
19001         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
19002         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
19003         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
19004         (build_range_exp, build_collating_symbol, parse_bracket_exp):
19005         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
19006         (build_charclass, build_charclass_op, fetch_number, create_tree):
19007         (create_token_tree, mark_opt_subexp, duplicate_tree):
19008         Use prototypes rather than old-style definitions.
19009
19010         * lib/regex_internal.c:
19011         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
19012         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
19013         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
19014         (re_string_reconstruct, re_string_peek_byte_case):
19015         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
19016         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
19017         (re_node_set_init_copy, re_node_set_add_intersect):
19018         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
19019         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
19020         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
19021         (re_acquire_state, re_acquire_state_context, register_state):
19022         (create_ci_newstate, create_cd_newstate, free_state):
19023         Likewise.
19024         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
19025         re_search_2):
19026         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
19027         (re_search_internal, prune_impossible_nodes):
19028         (acquire_init_state_context, check_matching, static):
19029         (check_halt_node_context, check_halt_state_context, proceed_next_node):
19030         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
19031         (update_regs, sift_states_backward, build_sifted_states):
19032         (clean_state_log_if_needed, merge_state_array):
19033         (update_cur_sifted_state, add_epsilon_src_nodes):
19034         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
19035         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
19036         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
19037         (find_recover_state, check_subexp_matching_top, transit_state_mb):
19038         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
19039         (check_arrival, check_arrival_add_next_nodes):
19040         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
19041         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
19042         (check_node_accept_bytes, check_node_accept, extend_buffers):
19043         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
19044         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
19045         (sift_ctx_init):
19046         Likewise.
19047
19048         * lib/regex_internal.h:
19049         (re_string_allocate, re_string_construct, re_string_reconstruct):
19050         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
19051         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
19052         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
19053         (re_string_context_at, re_string_peek_byte_case):
19054         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
19055         is defined, since we now use prototypes always.
19056
19057         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
19058         C89 or better.  All uses removed.
19059
19060 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
19061
19062         * config/srclist.txt: Add glibc bugs 1220-1227.
19063
19064 2005-08-20  Jim Meyering  <jim@meyering.net>
19065
19066         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
19067         of unused local, dfa.
19068
19069 2005-08-20  Bruno Haible  <bruno@clisp.org>
19070
19071         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
19072
19073 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
19074
19075         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
19076         (re_node_set_insert_last, re_dfa_add_node):
19077         Rename local variables to avoid GCC shadowing warnings.
19078
19079 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
19080
19081         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
19082         [defined lint]: Suppress bogus uninitialized-variable warnings.
19083
19084         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
19085         and let the caller return REG_ESPACE if out of space.  This
19086         removes an uninitialied-variable warning with GCC 4.0.1, and also
19087         avoids taking the address of a local variable.  All callers
19088         changed.
19089
19090 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
19091
19092         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
19093         $LIBCSRC/posix/regexec.c.
19094         Add glibc bug 1217 for regcomp.c.
19095
19096 2005-08-19  Jim Meyering  <jim@meyering.net>
19097
19098         * lib/regexec.c (proceed_next_node): Redo local variables to
19099         avoid GCC shadowing warnings.
19100
19101 2005-08-18  Bruno Haible  <bruno@clisp.org>
19102
19103         * lib/strstr.c (strstr): Fix return value in multibyte case.
19104         * lib/strcasestr.c (strcasestr): Likewise.
19105
19106 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
19107
19108         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
19109
19110 2005-08-17  Jim Meyering  <jim@meyering.net>
19111
19112         Make the %s format (seconds since the epoch) work for a negative
19113         number and when used with a zero-padded field width, e.g. %015s.
19114
19115         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
19116         label so that it precedes the code to set `digits'.  Otherwise,
19117         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
19118         print `00-22'.  Now, it prints `-0022', as it should.
19119
19120 2005-08-17  Bruno Haible  <bruno@clisp.org>
19121
19122         * modules/strstr (Files): Add m4/mbrtowc.m4.
19123         (Depends-on): Add mbuiter.
19124
19125 2005-08-17  Bruno Haible  <bruno@clisp.org>
19126
19127         * modules/strcasestr: New file.
19128         * MODULES.html.sh (String handling, based on ANSI C 89): Add
19129         strcasestr.
19130
19131 2005-08-17  Bruno Haible  <bruno@clisp.org>
19132
19133         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
19134
19135 2005-08-17  Bruno Haible  <bruno@clisp.org>
19136
19137         * modules/mbuiter: New file.
19138         * MODULES.html.sh (Extended multibyte and wide character utilities):
19139         Add mbuiter.
19140
19141 2005-08-17  Bruno Haible  <bruno@clisp.org>
19142
19143         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
19144         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
19145
19146 2005-08-17  Bruno Haible  <bruno@clisp.org>
19147
19148         * m4/strcasestr.m4: New file.
19149
19150 2005-08-17  Bruno Haible  <bruno@clisp.org>
19151
19152         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
19153         * lib/strstr.c: Completely rewritten, with multibyte locale support.
19154
19155 2005-08-17  Bruno Haible  <bruno@clisp.org>
19156
19157         * lib/strcasestr.h: New file.
19158         * lib/strcasestr.c: New file.
19159
19160 2005-08-17  Bruno Haible  <bruno@clisp.org>
19161
19162         * lib/strcasecmp.c: Use mbuiter.h.
19163
19164 2005-08-17  Bruno Haible  <bruno@clisp.org>
19165
19166         * lib/mbuiter.h: New file.
19167
19168 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
19169
19170         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
19171         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
19172         and gl_GETOPT are both invoked via different paths (as happens
19173         with GNU tar CVS because it uses both argp and getopt), the former
19174         wins.
19175
19176 2005-08-16  Bruno Haible  <bruno@clisp.org>
19177
19178         * modules/tls: New file.
19179         * MODULES.html.sh (Multithreading): Add tls.
19180
19181 2005-08-16  Bruno Haible  <bruno@clisp.org>
19182
19183         * modules/strnlen1: New file.
19184         * MODULES.html.sh (String handling): Add strnlen1.
19185
19186 2005-08-16  Bruno Haible  <bruno@clisp.org>
19187
19188         * modules/strcase (Files): Add m4/mbrtowc.m4.
19189         (Depends-on): Add strnlen1, mbchar.
19190
19191 2005-08-16  Bruno Haible  <bruno@clisp.org>
19192
19193         * modules/mbiter: New file.
19194         * MODULES.html.sh (Extended multibyte and wide character utilities):
19195         Add mbiter.
19196
19197 2005-08-16  Bruno Haible  <bruno@clisp.org>
19198
19199         * modules/mbfile: New file.
19200         * MODULES.html.sh (Extended multibyte and wide character utilities):
19201         Add mbfile.
19202
19203 2005-08-16  Bruno Haible  <bruno@clisp.org>
19204
19205         * modules/mbchar: New file.
19206         * MODULES.html.sh (Extended multibyte and wide character utilities):
19207         New section.
19208
19209 2005-08-16  Bruno Haible  <bruno@clisp.org>
19210
19211         * m4/tls.m4: New file, from GNU gettext.
19212
19213 2005-08-16  Bruno Haible  <bruno@clisp.org>
19214
19215         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
19216         always.
19217         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
19218
19219 2005-08-16  Bruno Haible  <bruno@clisp.org>
19220
19221         * m4/mbiter.m4: New file.
19222
19223 2005-08-16  Bruno Haible  <bruno@clisp.org>
19224
19225         * m4/mbfile.m4: New file.
19226
19227 2005-08-16  Bruno Haible  <bruno@clisp.org>
19228
19229         * m4/mbchar.m4: New file.
19230
19231 2005-08-16  Bruno Haible  <bruno@clisp.org>
19232
19233         * lib/tls.h: New file, from GNU gettext.
19234         * lib/tls.c: New file, from GNU gettext.
19235
19236 2005-08-16  Bruno Haible  <bruno@clisp.org>
19237
19238         * lib/strnlen1.h: New file.
19239         * lib/strnlen1.c: New file.
19240
19241 2005-08-16  Bruno Haible  <bruno@clisp.org>
19242
19243         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
19244         (mbi_init): Update.
19245         (mbi_avail, mbi_advance): Let the iteration end before the terminating
19246         NUL byte, not after it.
19247
19248 2005-08-16  Bruno Haible  <bruno@clisp.org>
19249
19250         * lib/strcase.h (strcasecmp): Add note in comments.
19251         * lib/strncasecmp.c: Use code from strcasecmp.c.
19252         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
19253         (strcasecmp): Work correctly in multibyte locales.
19254
19255 2005-08-16  Bruno Haible  <bruno@clisp.org>
19256
19257         * lib/mbiter.h: New file.
19258
19259 2005-08-16  Bruno Haible  <bruno@clisp.org>
19260
19261         * lib/mbfile.h: New file.
19262
19263 2005-08-16  Bruno Haible  <bruno@clisp.org>
19264
19265         * lib/mbchar.h: New file.
19266         * lib/mbchar.c: New file.
19267
19268 2005-08-16  Bruno Haible  <bruno@clisp.org>
19269
19270         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
19271         the valid ones. Makes the comparison operations transitive:
19272         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
19273         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
19274
19275 2005-08-15  Simon Josefsson  <jas@extundo.com>
19276
19277         * modules/ssize_t (License): Change to 'unlimited'.
19278
19279         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
19280
19281 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
19282
19283         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
19284         Add comments for each pending glibc patch.
19285
19286 2005-08-15  Bruno Haible  <bruno@clisp.org>
19287
19288         * lib/regex.h (__restrict_arr): Don't define to __restrict if
19289         __cplusplus is defined.
19290
19291 2005-08-14  Jim Meyering  <jim@meyering.net>
19292
19293         Sync from coreutils.
19294
19295         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
19296         Use the hash-table-based cycle-detection code not just when
19297         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
19298         Reported by James Youngman in
19299         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
19300         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
19301         FTS_TIGHT_CYCLE_CHECK.
19302         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
19303         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
19304         once again.
19305         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
19306         * lib/fts.c (fd_safer): Remove decl.
19307         Include fcntl--.h rather than unistd-safer.h
19308         (fts_safe_changedir): Don't call fd_safer; no longer needed
19309         now that we include fcntl--.h.
19310
19311 2005-08-12  Simon Josefsson  <jas@extundo.com>
19312
19313         * modules/getndelim2: Use ssize_t module.
19314         * modules/getnline: Likewise.
19315         * modules/safe-read: Likewise.
19316         * modules/xreadlink: Likewise.
19317
19318         * modules/ssize_t: New file.
19319
19320 2005-08-12  Simon Josefsson  <jas@extundo.com>
19321
19322         * m4/readline.m4: Look for termcap, curses or ncurses if required.
19323
19324 2005-08-12  Simon Josefsson  <jas@extundo.com>
19325
19326         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
19327         ssize_t.
19328
19329 2005-08-12  Simon Josefsson  <jas@extundo.com>
19330
19331         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
19332         readline, getdelim and check_version.
19333         (Support for systems lacking ISO C 99: Sizes of integer types):
19334         Add size_max.
19335
19336 2005-08-12  Bruno Haible  <bruno@clisp.org>
19337
19338         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
19339
19340 2005-08-11  Simon Josefsson  <jas@extundo.com>
19341
19342         * modules/readline: New file.
19343
19344         * modules/strnlen (Files): Add strnlen.h.
19345
19346 2005-08-11  Simon Josefsson  <jas@extundo.com>
19347
19348         * m4/readline.m4: New file.
19349
19350 2005-08-11  Simon Josefsson  <jas@extundo.com>
19351
19352         * lib/readline.h, readline.c: New file.
19353
19354 2005-08-11  Simon Josefsson  <jas@extundo.com>
19355
19356         * doc/gnulib.texi (Initial import, Finishing touches): Mention
19357         gl_AVOID.
19358
19359 2005-08-11  Bruno Haible  <bruno@clisp.org>
19360
19361         * lib/strnlen.h (strnlen): Change parameter name to match comment.
19362
19363 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
19364
19365         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
19366
19367 2005-08-10  Simon Josefsson  <jas@extundo.com>
19368
19369         * tests/test-iconvme.c: New file.
19370
19371 2005-08-10  Simon Josefsson  <jas@extundo.com>
19372
19373         * m4/strnlen.m4: New file.
19374
19375         * m4/strndup.m4: Don't check for strnlen declaration, done in
19376         strnlen.m4.
19377
19378 2005-08-10  Simon Josefsson  <jas@extundo.com>
19379
19380         * lib/strndup.c: Use strnlen.h.
19381
19382         * lib/strnlen.h: New file.
19383
19384 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
19385
19386         * README: Typos.
19387
19388 2005-08-02  Simon Josefsson  <jas@extundo.com>
19389
19390         * modules/readline: New file.
19391
19392 2005-08-02  Simon Josefsson  <jas@extundo.com>
19393
19394         * modules/getdelim: New file.
19395
19396         * modules/getline: Rewrite, don't use getndelim2.
19397
19398 2005-08-02  Simon Josefsson  <jas@extundo.com>
19399
19400         * m4/getline.m4: Separate out getdelim stuff into separate module.
19401
19402         * m4/getdelim.m4: New file.
19403
19404 2005-08-02  Simon Josefsson  <jas@extundo.com>
19405
19406         * lib/getline.h, getline.c: Rewrite.
19407
19408         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
19409
19410 2005-07-31  Bruno Haible  <bruno@clisp.org>
19411
19412         * lib/lock.h (gl_lock_initializer): New macro.
19413         (gl_lock_define_initialized): Use it.
19414         (gl_rwlock_initializer): New macro.
19415         (gl_rwlock_define_initialized): Use it.
19416         (gl_recursive_lock_initializer): New macro.
19417         (gl_recursive_lock_define_initialized): Use it.
19418
19419 2005-07-30  Karl Berry  <karl@gnu.org>
19420
19421         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
19422         Report from Ben Pfaff, regarding getopt.
19423
19424 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
19425
19426         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
19427         normal way.
19428         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
19429         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
19430         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
19431         (gl_GETOPT): Use the new macros.  Most of the implementation
19432         is moved to the new macros.  This is for programs like Emacs
19433         that don't want all the functionality of gl_GETOPT.
19434
19435 2005-07-26  Bruno Haible  <bruno@clisp.org>
19436
19437         * m4/lock.m4: Update from GNU gettext.
19438
19439 2005-07-26  Bruno Haible  <bruno@clisp.org>
19440
19441         * lib/lock.h: Update from GNU gettext.
19442         * lib/lock.c: Update from GNU gettext.
19443
19444 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
19445
19446         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
19447         obsolescent AC_TRY_RUN.  Include the default includes files, for
19448         'exit'.
19449
19450 2005-07-24  Bruno Haible  <bruno@clisp.org>
19451
19452         * modules/visibility: New file.
19453         * MODULES.html.sh (Misc): Add visibility.
19454
19455 2005-07-24  Bruno Haible  <bruno@clisp.org>
19456
19457         * m4/visibility.m4: New file.
19458
19459 2005-07-24  Bruno Haible  <bruno@clisp.org>
19460
19461         * doc/visibility.texi: New file.
19462
19463 2005-07-22  Bruno Haible  <bruno@clisp.org>
19464
19465         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
19466         $(ALLOCA_H), redundant through BUILT_SOURCES.
19467         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
19468         redundant through BUILT_SOURCES.
19469         * modules/byteswap (Makefile.am): Remove explicit dependency on
19470         $(BYTESWAP_H), redundant through BUILT_SOURCES.
19471         * modules/fnmatch (Makefile.am): Remove explicit dependency on
19472         $(FNMATCH_H), redundant through BUILT_SOURCES.
19473         * modules/getopt (Makefile.am): Remove explicit dependency on
19474         $(GETOPT_H), redundant through BUILT_SOURCES.
19475         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
19476         redundant through BUILT_SOURCES.
19477         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
19478         redundant through BUILT_SOURCES.
19479         * modules/stdbool (Makefile.am): Remove explicit dependency on
19480         $(STDBOOL_H), redundant through BUILT_SOURCES.
19481         * modules/stdint (Makefile.am): Remove explicit dependency on
19482         $(STDINT_H), redundant through BUILT_SOURCES.
19483         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
19484         Remove explicit dependency on $(SYSEXITS_H).
19485         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
19486
19487 2005-07-18  Simon Josefsson  <jas@extundo.com>
19488
19489         * lib/check-version.c (check_version): Accept identical versions too.
19490
19491 2005-07-18  Bruno Haible  <bruno@clisp.org>
19492
19493         * modules/lock: New file.
19494         * MODULES.html.sh (Multithreading): New section.
19495
19496 2005-07-18  Bruno Haible  <bruno@clisp.org>
19497
19498         * m4/lock.m4: New file, from GNU gettext.
19499
19500 2005-07-18  Bruno Haible  <bruno@clisp.org>
19501
19502         * lib/lock.h: New file, from GNU gettext.
19503         * lib/lock.c: New file, from GNU gettext.
19504
19505 2005-07-18  Bruno Haible  <bruno@clisp.org>
19506
19507         * lib/lock.h (gl_once_t): New type.
19508         (gl_once_define, gl_once): New macros.
19509         * lib/lock.c (fresh_once): New variable.
19510         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
19511         functions.
19512
19513 2005-07-16  Simon Josefsson  <jas@extundo.com>
19514
19515         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
19516         workaround, suggested by Bruno.
19517
19518 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
19519
19520         * modules/xalloc (Depends-on): Add xalloc-die.
19521         * modules/xvasprintf (Depends-on): Add xalloc-die.
19522
19523 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
19524
19525         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
19526         with a minor change.
19527
19528 2005-07-15  Bruno Haible  <bruno@clisp.org>
19529
19530         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
19531         When using lib/poll.c, define poll as rpl_poll.
19532
19533 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
19534
19535         * modules/argp (Depends-on): Remove unlocked-io.
19536
19537 2005-07-14  Derek Price  <derek@ximbiot.com>
19538
19539         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
19540         for glob symlink bug.
19541
19542 2005-07-14  Bruno Haible  <bruno@clisp.org>
19543
19544         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
19545         Instead, test for *_unlocked function declarations directly.
19546
19547 2005-07-11  Simon Josefsson  <jas@extundo.com>
19548
19549         * modules/size_max: New file.
19550
19551         * modules/xsize: Depend on size_max module for size_max.m4.
19552
19553 2005-07-11  Simon Josefsson  <jas@extundo.com>
19554
19555         * lib/size_max.h: New file.
19556
19557 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
19558
19559         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
19560         copyright symbol and the year.
19561         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
19562         (version_etc_va): Use parameterized copyright notice.
19563         Reword to conform to the current GNU coding standards.
19564
19565 2005-07-11  Karl Berry  <karl@gnu.org>
19566
19567         * doc/gnulib.texi (Quoting): new node.
19568         (Initial import): more info, from Patrice.
19569
19570 2005-07-11  Bruno Haible  <bruno@clisp.org>
19571
19572         * gnulib-tool (func_usage): Document option --avoid.
19573         (Command line options): Handle --avoid.
19574         (func_acceptable): New function.
19575         (func_modules_transitive_closure): Use it.
19576
19577 2005-07-11  Bruno Haible  <bruno@clisp.org>
19578
19579         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
19580         Reported by Jim Meyering.
19581
19582 2005-07-10  Bruno Haible  <bruno@clisp.org>
19583
19584         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
19585         Needed when size_t is smaller than 'unsigned int'.
19586         Reported by Paul Eggert.
19587
19588 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
19589
19590         * modules/argp (Depends-on): Add unlocked-io
19591
19592 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
19593
19594         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
19595         block of defines.
19596
19597 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
19598
19599         * config/srclist.txt: Comment out regcomp.c, since we have a porting
19600         fix now.
19601
19602 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
19603         and Paul Eggert  <eggert@cs.ucla.edu>
19604
19605         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
19606         in wint_t, not wchar_t.  Remove now-unnecessary cast.
19607
19608 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
19609
19610         * modules/regex (Files): Add lib/regex_internal.c,
19611         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
19612         (Depends-on): Add extensions.
19613         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
19614
19615 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
19616
19617         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
19618         pathconf.
19619         * m4/same.m4 (gl_SAME): Likewise.
19620         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
19621
19622         * m4/regex.m4: Adjust to new libc regex implementation.
19623         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
19624         all the .c and .h parts of (the new) regex.
19625         Quote the m4 stuff better.
19626         Check for RE_ICASE bug of old gnulib.
19627         Check for REG_STARTEND of recent libc.
19628         Rename local variables from jm_* to gl_*.
19629         Quote operand of "test -f".
19630         Say "recent enough" version of libc, not "version 2".
19631         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
19632         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
19633         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
19634         Remove check for btowc, isascii.
19635         Require AM_LANGINFO_CODESET.
19636
19637 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
19638
19639         * lib/regex.c, regex.h: Sync from libc.
19640         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
19641         * lib/regexec.c:
19642         New files, synced from libc, except that regex_internal.h
19643         currently has a small porting fix.
19644
19645 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
19646
19647         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
19648         regex_internal.c, regexec.c.
19649         Add regex_internal.h too, but as a comment, since the libc version
19650         is currently broken in gnulib mode.
19651
19652 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
19653
19654         Support programs like Emacs that use gnulib but not gettext.
19655         * MODULES.html.sh (Internationalization functions): Add gettext-h.
19656         * modules/gettext-h: New file.
19657         * modules/gettext (Files): Remove lib/gettext.h.
19658         (Depends-on): Add gettext-h.
19659         (Makefile.am): Remove lib_SOURCES.
19660         * modules/argmatch, modules/c-stack, modules/closeout:
19661         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
19662         * modules/execute, modules/file-type, modules/getaddrinfo:
19663         * modules/getopt, modules/human, modules/javacomp:
19664         * modules/javaexec, modules/mkdir-p, modules/obstack:
19665         * modules/openat, modules/pagealign_alloc, modules/pipe:
19666         * modules/quotearg, modules/regex, modules/rpmatch:
19667         * modules/unicodeio, modules/userspec, modules/version-etc:
19668         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
19669         * modules/xsetenv:
19670         Depend on gettext-h, not gettext.
19671
19672 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
19673
19674         * gnulib-tool (func_import): Add support for 'public domain' license.
19675         * modules/alloca, modules/atexit, modules/memmove:
19676         Now public domain, not GPL.
19677         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
19678         * modules/realloc, modules/strerror, modules/strtod:
19679         Now LGPL, not GPL.
19680
19681 2005-07-05  Bruno Haible  <bruno@clisp.org>
19682
19683         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
19684         autoconf CVS. Needed for mingw.
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         * modules/strftime (Depends-on): Remove dependency on tzset.
19690
19691 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
19692
19693         Remove the dependency of the strftime module on the tzset module.
19694         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
19695         gl_FUNC_TZSET_CLOBBER.
19696
19697 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
19698
19699         Remove the dependency of the strftime module on the tzset module.
19700         * lib/strftime.c (my_strftime)
19701         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
19702         Copy the input structure, to work around some of the bug with
19703         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
19704         Solaris releases, you should also use the tzset module, but we won't
19705         require it as a dependency any more since we don't want LGPLed code
19706         to depend on GPLed code.
19707
19708 2005-07-02  Jim Meyering  <jim@meyering.net>
19709
19710         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
19711         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
19712         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
19713         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
19714
19715 2005-07-02  Jim Meyering  <jim@meyering.net>
19716
19717         * lib/backupfile.c (backup_args): Change a `0' to NULL.
19718
19719 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
19720
19721         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
19722         declares only 'struct timespec;' (!).
19723
19724 2005-07-01  Jim Meyering  <jim@meyering.net>
19725
19726         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
19727         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
19728         * lib/save-cwd.c, tempname.c:
19729         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
19730         and don't include <sys/file.h>).
19731
19732 2005-06-29  Jim Meyering  <jim@meyering.net>
19733
19734         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
19735         type name.  Use the variable name instead.
19736         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
19737         Likewise.
19738
19739 2005-06-28  Simon Josefsson  <jas@extundo.com>
19740
19741         * modules/check-version (Files): Add check-version.m4.
19742
19743 2005-06-28  Simon Josefsson  <jas@extundo.com>
19744
19745         * m4/check-version.m4: New file, suggested by Jim Meyering
19746         <jim@meyering.net>.
19747
19748 2005-06-28  Simon Josefsson  <jas@extundo.com>
19749
19750         * lib/check-version.h, lib/check-version.c: New files.
19751
19752 2005-06-28  Simon Josefsson  <jas@extundo.com>
19753
19754         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
19755         collision with global variable.  Better indentation.  Don't
19756         increment buffer pointer beyond buffer end.  Based on comments
19757         from Paul Eggert <eggert@cs.ucla.edu>.
19758
19759         * lib/base64.h: Indent.
19760
19761 2005-06-28  Simon Josefsson  <jas@extundo.com>
19762
19763         * doc/gnulib.texi (Library version handling): New section.
19764
19765 2005-06-28  Jim Meyering  <jim@meyering.net>
19766
19767         * check-module (find_included_lib_files): Hard-code another
19768         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
19769         but modules/fts-lgpl (correctly) does not list those files.
19770
19771         * modules/canonicalize (Files): Add lib/pathmax.h.
19772
19773 2005-06-25  Simon Josefsson  <jas@extundo.com>
19774
19775         * modules/check-version: New file.
19776
19777 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
19778
19779         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
19780         initializer of struct addrinfo, as an indication that we don't
19781         care how many members the structure has.
19782
19783 2005-06-24  Derek Price  <derek@ximbiot.com>
19784         and Bruno Haible  <bruno@clisp.org>
19785
19786         Remove stat module & update lstat.
19787         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
19788         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
19789         * m4/stat.m4: Remove this file.
19790
19791 2005-06-24  Derek Price  <derek@ximbiot.com>
19792         and Bruno Haible  <bruno@clisp.org>
19793
19794         Remove stat module & update lstat.
19795         * lib/stat.c: Remove this file...
19796         (slash_aware_lstat): ...moving this content and its support...
19797         * lib/lstat.c (rpl_lstat): ...into here.
19798         * lib/lstat.h: New file.
19799
19800 2005-06-24  Derek Price  <derek@ximbiot.com>
19801         and Bruno Haible  <bruno@clisp.org>
19802
19803         Remove stat module & update lstat.
19804         * config/srclist.txt (libc sources): Remove stat.
19805
19806 2005-06-24  Derek Price  <derek@ximbiot.com>
19807         and Bruno Haible  <bruno@clisp.org>
19808
19809         Remove stat module & update lstat.
19810         * MODULES.html.sh (stat): Remove.
19811         * MODULES.html: Regenerated.
19812         * modules/lstat (Description): Correct function name.
19813         (Files): Add "lstat.h".
19814         (Depends-on): Remove stat, add xalloc, stat-macros.
19815         * modules/stat: Remove this file.
19816         (Include): Add "lstat.h", remove <sys/stat.h>.
19817
19818 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
19819
19820         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
19821         (ranged_convert): Don't save conversion in a temporary struct.
19822         This causes a warning with GCC 4.0.0, and anyway in the typical
19823         case it's not worth the extra 100 bytes or so of code.
19824         (ranged_convert, __mktime_internal): When calling a function via a
19825         pointer P, use P () rather than (*P) (), as we now assume C89 or
19826         better.
19827
19828 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
19829
19830         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
19831         "who -r" failed to give output.  Problem reported by Tim Waugh.
19832
19833         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
19834         (xcalloc): Use it to avoid needless tests.
19835         Problem reported by Jim Meyering.
19836
19837 2005-06-20  Derek Price  <derek@ximbiot.com>
19838
19839         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
19840         unnecessary for Autoconfs > 2.59c.
19841
19842 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
19843
19844         * lib/argp.h (__option_is_short): Check upper limit of
19845         __key. Isprint() requires its argument to have the value
19846         of an unsigned char or EOF.
19847
19848 2005-06-16  Jim Meyering  <jim@meyering.net>
19849
19850         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
19851         when either N or S is zero.
19852
19853 2005-06-16  Derek Price  <derek@ximbiot.com>
19854
19855         * m4/bison.m4: Declare YACC & YFLAGS precious.
19856
19857 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
19858
19859         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
19860         multibyte string or pattern, fall back on unibyte matching.
19861         Problem reported by James Youngman.
19862
19863 2005-06-08  Bruno Haible  <bruno@clisp.org>
19864
19865         * modules/csharpcomp: New file.
19866         * MODULES.html.sh (C#): Add csharpcomp.
19867
19868 2005-06-08  Bruno Haible  <bruno@clisp.org>
19869
19870         * m4/csharpcomp.m4: New file, from GNU gettext.
19871
19872 2005-06-08  Bruno Haible  <bruno@clisp.org>
19873
19874         * lib/csharpcomp.h: New file, from GNU gettext.
19875         * lib/csharpcomp.c: New file, from GNU gettext.
19876         * lib/csharpcomp.sh.in: New file, from GNU gettext.
19877
19878 2005-06-08  Bruno Haible  <bruno@clisp.org>
19879
19880         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
19881         warning on mingw.
19882
19883 2005-06-07  Derek Price  <derek@ximbiot.com>
19884
19885         Sync from CVS.
19886         * lib/glob_.h: Indent nested #ifdef.
19887
19888 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
19889
19890         Sync from coreutils.
19891         Use "file name" when talking about file names, instead of "filename"
19892         or "path", as per the GNU coding standards.
19893         * lib/mkdir-p.c: Renamed from makepath.c.
19894         (make_dir_parents): Renamed from make_path.  All callers changed.
19895         * lib/mkdir-p.h: Likewise.  All includers changed.
19896         * lib/filenamecat.c: Renamed from path-concat.c.
19897         (file_name_concat): Renamed from path_concat.  All callers changed.
19898         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
19899         * lib/filenamecat.h: Likewise.  All includers changed.
19900         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
19901         in comments or local variable names.
19902         * lib/basename.c: Likewise.
19903         * lib/canonicalize.c, canonicalize.h: Likewise.
19904         * lib/dirname.c, dirname.h: Likewise.
19905         * lib/euidaccess.c: Likewise.
19906         * lib/exclude.c: Likewise
19907         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
19908         * lib/fsusage.c, fsuage.h: Likewise.
19909         * lib/fts.c, fts_.h: Likewise.
19910         * lib/getcwd.c: Likewise.
19911         * lib/getloadavg.c: Likewise.
19912         * lib/mkstemp.c: Likewise.
19913         * lib/mountlist.c, mountlist.h: Likewise.
19914         * lib/openat.c, openat.h: Likewise.
19915         * lib/readlink-stub.c: Likewise.
19916         * lib/readutmp.c, readutmp.h: Likewise.
19917         * lib/rename.c: Likewise.
19918         * lib/rmdir.c: Likewise.
19919         * lib/same.c: Likewise.
19920         * lib/savedir.c: Likewise.
19921         * lib/stripslash.c: Likewise.
19922         * lib/tempname.c: Likewise.
19923         * lib/xreadlink.c: Likewise.
19924         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
19925         All uses changed.
19926         * lib/exclude.h: Likewise.
19927
19928         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
19929         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
19930         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
19931         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
19932         * lib/pathmax.h: Include <limits.h> unconditionally, since other
19933         files have been getting away with it for years (MORE/BSD 4.3
19934         is extinct now).
19935         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
19936         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
19937
19938         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
19939         Define to 256, not 255, as per modern POSIX.
19940
19941 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
19942
19943         Sync from coreutils.
19944         Use "file name" when talking about file names, instead of "filename"
19945         or "path", as per the GNU coding standards.
19946         * MODULES.html.sh: mkdir-p renamed from makepath.
19947         filenamecat renamed from path-concat.
19948         * modules/filenamecat: Renamed from modules/path-concat.
19949         (Files): filenamecat.h and filenamecat.c renamed from
19950         path-concat.h and path-concat.c.
19951         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
19952         (Include): filenamecat.h, not path-concat.h.
19953         * modules/mkdir-p: Renamed from modules/makepath.
19954         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
19955         makepath.c.
19956         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
19957         (Include): mkdir-p.h, not makepath.h.
19958
19959 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
19960
19961         Sync from coreutils.
19962         * m4/mkdir-p.m4: Renamed from makepath.m4.
19963         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
19964         Rename files from makepath.c to mkdir-p.c, and from
19965         makepath.h to mkdir-p.h.
19966         * m4/filenamecat.m4: Renamed from path-concat.m4.
19967         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
19968         Rename files from path-concat.c to filenamecat.c,
19969         and from path-concat.h to filenamecat.h.
19970         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
19971         "file name" in local variables or comments.
19972         * m4/rename.m4: Likewise.
19973
19974 2005-06-01  Bruno Haible  <bruno@clisp.org>
19975
19976         * modules/csharpexec: New file.
19977         * MODULES.html.sh (C#): New section.
19978
19979 2005-06-01  Bruno Haible  <bruno@clisp.org>
19980
19981         * m4/csharp.m4: New file, from GNU gettext.
19982         * m4/csharpexec.m4: New file, from GNU gettext.
19983
19984 2005-06-01  Bruno Haible  <bruno@clisp.org>
19985
19986         * lib/csharpexec.h: New file, from GNU gettext.
19987         * lib/csharpexec.c: New file, from GNU gettext.
19988         * lib/csharpexec.sh.in: New file, from GNU gettext.
19989
19990 2005-05-31  Derek Price  <derek@ximbiot.com>
19991             Paul Eggert  <eggert@cs.ucla.edu>
19992
19993         Sync from cvs.
19994         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
19995
19996 2005-05-31  Derek Price  <derek@ximbiot.com>
19997             Paul Eggert  <eggert@cs.ucla.edu>
19998
19999         Sync from cvs.
20000         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
20001
20002 2005-05-29  Derek Price  <derek@ximbiot.com>
20003
20004         * config/srclist.txt (glob_.h, glob.c): Add these files.
20005
20006 2005-05-29  Derek Price  <derek@ximbiot.com>
20007
20008         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
20009         * modules/glob: New file.
20010         * modules/getlogin_r: Add link to POSIX spec in description.
20011
20012 2005-05-29  Derek Price  <derek@ximbiot.com>
20013             Paul Eggert  <eggert@cs.ucla.edu>
20014
20015         * m4/glob.m4: New file.
20016
20017 2005-05-29  Derek Price  <derek@ximbiot.com>
20018             Paul Eggert  <eggert@cs.ucla.edu>
20019
20020         * lib/glob_.h, lib/glob.c: New files.
20021
20022 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
20023
20024         * modules/fts (Files): Remove m4/inttypes-pri.m4.
20025         * modules/fts-lgpl (Depends-on): Remove gettext.
20026
20027 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
20028
20029         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
20030         and don't require gt_INTTYPES_PRI.
20031
20032 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
20033
20034         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
20035
20036         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
20037         the configuration hassle isn't worth it.
20038         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
20039         (LONGEST_MODIFIER, PRIuMAX): Remove.
20040
20041 2005-05-27  Bruno Haible  <bruno@clisp.org>
20042
20043         * lib/getlogin_r.h: Remove second include of <stddef.h>.
20044
20045 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
20046
20047         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
20048         _POSIX_PTHREAD_SEMANTICS for Solaris.
20049
20050 2005-05-25  Derek Price  <derek@ximbiot.com>
20051
20052         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
20053
20054 2005-05-25  Derek Price  <derek@ximbiot.com>
20055             Paul Eggert  <eggert@cs.ucla.edu>
20056
20057         * modules/getlogin_r, m4/getlogin_r.m4: New files.
20058         * lib/getlogin_r.c, getlogin_r.h: New files.
20059
20060 2005-05-25  Bruno Haible  <bruno@clisp.org>
20061             Derek Price  <derek@ximbiot.com>
20062
20063         * lib/getlogin_r.h: Simplify API documentation.
20064
20065 2005-05-23  Derek Price  <derek@ximbiot.com>
20066
20067         * modules/minmax (Files): Add m4/minmax.m4.
20068         (configure.ac): Add gl_MINMAX.
20069
20070 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
20071
20072         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
20073         so that unistd-safer.h (GPL'ed code) need not be included.
20074
20075 2005-05-22  Bruno Haible  <bruno@clisp.org>
20076
20077         * m4/minmax.m4: New file.
20078         Based on a patch by Derek Price <derek@ximbiot.com>.
20079
20080 2005-05-22  Bruno Haible  <bruno@clisp.org>
20081
20082         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
20083         (INT64_MIN): Fix definition.
20084         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
20085
20086         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
20087         NEED_SIGNED_INT_TYPES.
20088
20089         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
20090         HAVE_SYSTEM_INTTYPES.
20091
20092 2005-05-22  Bruno Haible  <bruno@clisp.org>
20093
20094         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
20095         Also include <sys/param.h> if it defines MIN, MAX.
20096         Based on a patch by Derek Price <derek@ximbiot.com>.
20097
20098 2005-05-21  Jim Meyering  <jim@meyering.net>
20099
20100         * modules/fts (Files): Add m4/inttypes-pri.m4.
20101         (Depends-on): Add lstat and remove gettext.  Alphabetize.
20102
20103 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
20104
20105         New fts module.
20106         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
20107         (setup_dir, free_dir): New functions.
20108         (enter_dir, leave_dir): Define trivial
20109         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
20110         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
20111         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
20112         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
20113         Move to fts-cycle.c.
20114         (fts_open): Use setup_dir.
20115         (fts_close): Use free_dir.
20116         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
20117         This adds a label and some gotos, but the alternatives were messier.
20118         Check for memory allocation failure when entering a dir.
20119         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
20120         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
20121         (FTS): New member fts_cycle, that is a union that contains the
20122         old active_dir_ht and cycle_state.  All uses changed to mention
20123         fts_cycle.ht and fts_cycle.state.
20124         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
20125         fts.c, with the following changes:
20126         (setup_dir, free_dir): New functions.
20127         (enter_dir): Now returns bool.  Return true if successful, false
20128         if memory exhausted.  All callers changed.
20129         Do not bother partly cleaning up on
20130         memory allocation failure; that is free_dir's job.
20131         However, free ad if hash_insert fails, to avoid memory leak.
20132         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
20133         fts->fts_options to see which union member to use.
20134
20135 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
20136
20137         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
20138         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
20139
20140 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
20141
20142         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
20143
20144 2005-05-20  Jim Meyering  <jim@meyering.net>
20145
20146         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
20147         Now a macro, to pacify GCC.
20148
20149 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
20150
20151         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
20152         of -1.
20153
20154 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
20155
20156         * lib/chown.c (rpl_chown): Return -1 on failure.
20157
20158 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
20159
20160         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
20161         Don't check for stddef.h.
20162         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
20163         don't use its results.
20164         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
20165         since we include them unconditionally.  Don't require
20166         AM_STDBOOL_H, since stdbool is a prerequisite.
20167         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
20168         since we assume C89 or better.
20169         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
20170         as we don't use their results.
20171         Don't check for fchdir, memmove, memset, strrchr, as we use
20172         them unconditionally.
20173         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
20174         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
20175
20176 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
20177
20178         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
20179         Include <stddef.h> unconditionally, since we assume C89 now.
20180         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
20181         * lib/fts.c: Include fts_.h first, to check interface.
20182         Do not include intprops.h; no longer needed.
20183         Include cycle-check.h and hash.h, since fts_.h no longer does.
20184         Remove unnecessary casts of closedir to void.
20185         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
20186         decide whether to decrement nlinks.
20187         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
20188         (FTS): Use struct hash_table * instead of Hash_table, so that
20189         we no longer need to include hash.h here.
20190
20191 2005-05-18  Jim Meyering  <jim@meyering.net>
20192
20193         * modules/dirfd (License): Change to LGPL.  Most of the code
20194         is already in the public domain.
20195
20196 2005-05-18  Jim Meyering  <jim@meyering.net>
20197
20198         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
20199         Reported by Yoann Vandoorselaere.
20200
20201 2005-05-17  Jim Meyering  <jim@meyering.net>
20202
20203         * m4/fts.m4: New file, from coreutils.
20204
20205 2005-05-17  Jim Meyering  <jim@meyering.net>
20206
20207         * lib/fts.c, lib/fts_.h: New files, from coreutils.
20208
20209 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
20210
20211         Sync from coreutils.
20212         * m4/unlinkdir.m4: New file.
20213
20214 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
20215
20216         Sync from coreutils.
20217         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
20218         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
20219         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
20220         White space changes only.
20221         * lib/makepath.c (make_path): Port to hosts where leading "//" is
20222         special.
20223         * lib/yesno.c: Include getline.h, not ctype.h.
20224         (yesno): Don't remove leading white space; POSIX doesn't allow it.
20225         Use getline to remove arbitrary restriction on response length.
20226
20227 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
20228
20229         * config/srclist-update: Spell out "Street" in FSF postal
20230         mail address; this is the style the FSF seems to prefer.
20231
20232         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
20233         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
20234         this updates FSF postal mail address.
20235
20236         Sync from coreutils.
20237         * modules/unlinkdir: New file.
20238         * modules/yesno (Depends-on): Add getline.
20239         * MODULES.html.sh (File system functions): Add unlinkdir.
20240
20241 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
20242
20243         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
20244         lib/strsep.h:
20245         Change the initial comment to refer to GPL, not LGPL.
20246         gnulib-tool will change it to LGPL as needed.
20247
20248         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
20249         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
20250         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
20251         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
20252         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
20253         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
20254         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
20255         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
20256         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
20257         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
20258         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
20259         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
20260         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
20261         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
20262         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
20263         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
20264         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
20265         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
20266         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
20267         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
20268         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
20269         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
20270         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
20271         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
20272         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
20273         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
20274         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
20275         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
20276         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
20277         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
20278         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
20279         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
20280         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
20281         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
20282         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
20283         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
20284         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
20285         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
20286         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
20287         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
20288         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
20289         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
20290         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
20291         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
20292         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
20293         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
20294         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
20295         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
20296         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
20297         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
20298         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
20299         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
20300         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
20301         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
20302         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
20303         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
20304         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
20305         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
20306         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
20307         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
20308         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
20309         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
20310         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
20311         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
20312         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
20313         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
20314         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
20315         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
20316         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
20317         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
20318         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
20319         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
20320         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
20321         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
20322         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
20323         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
20324         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
20325         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
20326         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
20327         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
20328         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
20329         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
20330         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
20331         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
20332         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
20333         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
20334         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
20335         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
20336         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
20337         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
20338         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
20339         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
20340         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
20341         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
20342         lib/yesno.c, lib/yesno.h:
20343         Update FSF postal mail address.
20344
20345 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
20346
20347         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
20348         tests/test-memmem.c, tests/test-stpncpy.c:
20349         Update FSF postal mail address.
20350
20351 2005-05-13  Bruno Haible  <bruno@clisp.org>
20352
20353         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
20354         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
20355         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
20356         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
20357         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
20358         Add support for 64-bit integers in the MSVC compiler.
20359
20360 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20361
20362         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
20363
20364 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
20365
20366         * gnulib-tool (func_import): Sort and uniquify recommended includes.
20367
20368 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
20369
20370         * doc/getdate.texi (General date syntax): Don't say that date
20371         date --iso-8601=ns generates acceptable dates; it doesn't yet.
20372         Problem reported by Nic Ferrier.
20373
20374 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20375
20376         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
20377         specified in ai_socktype. Fix invalid ai_protocol
20378         check. ai_protocol is usually set to 0 or depending on
20379         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
20380         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
20381         ai_socktype / ai_protocol in the returned addrinfo structure.
20382
20383 2005-05-10  Simon Josefsson  <jas@extundo.com>
20384
20385         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
20386         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
20387
20388 2005-05-10  Karl Berry  <karl@gnu.org>
20389
20390         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
20391         (from http://www.gnu.org/licenses).
20392         * doc/COPYING.LIB: also rename to COPYING.LESSER.
20393         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
20394         fdl.texi suffices.
20395
20396 2005-05-10  Karl Berry  <karl@gnu.org>
20397
20398         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
20399         (COPYING.DOC): remove.
20400
20401         * config/srclist-update: new FSF address.
20402
20403 2005-05-10  Derek Price  <derek@ximbiot.com>
20404
20405         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
20406         possible.
20407
20408 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20409             Bruno Haible  <bruno@clisp.org>
20410
20411         * modules/inet_ntop: New file.
20412         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
20413         inet_ntop.
20414
20415 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20416             Bruno Haible  <bruno@clisp.org>
20417
20418         * m4/inet_ntop.m4: New file.
20419
20420 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20421             Bruno Haible  <bruno@clisp.org>
20422
20423         * lib/inet_ntop.h: New file.
20424         * lib/inet_ntop.c: New file, from glibc with modifications.
20425
20426 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
20427
20428         * modules/time_r (License): Change to LGPL.
20429         * modules/extensions (License): Change to LGPL.  Actually,
20430         the license is more permissive than that, but currently gnulib-tool
20431         doesn't know how to handle more-permissive licenses.
20432
20433         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
20434         Problem reported by Dave Love.
20435
20436 2005-05-08  Jim Meyering  <jim@meyering.net>
20437
20438         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
20439         blank.
20440
20441 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
20442
20443         * modules/argmatch (Depends-on): Add stdbool.
20444         * modules/backupfile (Depends-on): Likewise.
20445         * modules/chdir-long (Depends-on): Likewise.
20446         * modules/closeout (Depends-on): Likewise.
20447         * modules/cycle-check (Depends-on): Likewise.
20448         * modules/dirname (Depends-on): Likewise.
20449         * modules/fnmatch (Depends-on): Likewise.
20450         * modules/fsusage (Depends-on): Likewise.
20451         * modules/fwriteerror (Depends-on): Likewise.
20452         * modules/getcwd (Depends-on): Likewise.
20453         * modules/getloadavg (Depends-on): Likewise.
20454         * modules/hard-locale (Depends-on): Likewise.
20455         * modules/makepath (Depends-on): Likewise.
20456         * modules/mountlist (Depends-on): Likewise.
20457         * modules/nanosleep (Depends-on): Likewise.
20458         * modules/posixtm (Depends-on): Likewise.
20459         * modules/quotearg (Depends-on): Likewise.
20460         * modules/readtokens (Depends-on): Likewise.
20461         * modules/readtokens0 (Depends-on): Likewise.
20462         * modules/readutmp (Depends-on): Likewise.
20463         * modules/save-cwd (Depends-on): Likewise.
20464         * modules/strftime (Depends-on): Likewise.
20465         * modules/userspec (Depends-on): Likewise.
20466         * modules/utimecmp (Depends-on): Likewise.
20467         * modules/xgetcwd (Depends-on): Likewise.
20468         * modules/xnanosleep (Depends-on): Likewise.
20469         * modules/xstrtod (Depends-on): Likewise.
20470         * modules/yesno (Depends-on): Likewise.
20471
20472 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
20473
20474         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
20475         needless checks.
20476
20477 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
20478
20479         Merge from coreutils.  Among other things,
20480         add bulletproofing for cases where stdin, stdout, or stderr are closed.
20481         * lib/fd-safer.c: New file.
20482         * lib/fcntl-safer.h, open-safer.c: Remove.
20483         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
20484         * lib/dup-safer.c: Include unistd-safer.h first.
20485         Don't include errno.h.
20486         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
20487         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
20488         * lib/file-type.c: Rely on file-type.h change.
20489         * lib/getloadavg.c: Include unistd-safer.h.
20490         (getloadavg): Use safer open.
20491         * lib/getusershell.c: Include "stdio-safer.h".
20492         (getusershell): Use safer fopen.
20493         * lib/long-options.c (long_options): Use NULL rather than 0.
20494         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
20495         'free'.
20496         * lib/modechange.c: Likewise.
20497         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
20498         (MODE_DONE): New constant.
20499         (struct mode_change): Remove 'next' member.
20500         (make_node_op_equals): New function; like the old one of the
20501         same name, except it allocates an array.
20502         (mode_compile, mode_create_from_ref): Use it.
20503         (mode_compile): Allocate result as an array, not a linked list.
20504         Parse octal string ourself, so that we catch mistakes like "+0".
20505         (mode_adjust): Arg is an array, not a linked list.
20506         * lib/modechange.c: Include stat-macros.h, xalloc.h.
20507         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
20508         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
20509         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
20510         Remove.  This is now stat-macros.h's job.
20511         (talloc): Remove.  All callers replaced by xalloc, so that
20512         our invokers don't have to worry about reporting memory failures.
20513         (make_node_op_equals): Remove.
20514         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
20515         New constants.
20516         (struct mode_change): Moved here from modechange.h.
20517         (mode_append_entry): Remove.
20518         (mode_compile): Remove MASKED_OPS arg, since it encouraged
20519         apps to have incorrect behavior.  Use simpler algorithm for head
20520         and tail.  Don't futz with umask; that's now the job of mode_adjust.
20521         Detect more invalid usages rather than having somewhat-random behavior.
20522         Don't insert an "a=" action, as that leads to incorrect behavior.
20523         (mode_compile, mode_create_from_ref): Return NULL on error instead
20524         of an enum, since now there's only one way to have an error.  All
20525         callers changed.
20526         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
20527         at the correct time.  Simplify calculation of "+u" and its ilk.
20528         Don't mishandle "+X".
20529         (mode_free): Remove "register" and localize decls.
20530         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
20531         (struct mode_change): Move to modechange.c; callers don't
20532         need to see this stuff.
20533         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
20534         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
20535         (mode_change, mode_adjust): Reflect the new signatures noted above.
20536         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
20537         that might redefine system include files.
20538         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
20539         (my_usleep): Use NULL rather than (void *) 0.
20540         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
20541         Use siginterrupt to specify that system calls should be interrupted.
20542         (rpl_nanosleep): Move initialization of suspended closer to call of
20543         my_usleep.
20544         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
20545         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
20546         (desirable_utmp_entry): New function.
20547         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
20548         using x2nrealloc, to simplify logic.
20549         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
20550         size calculation.  Do not assume utmp file is a regular file.
20551         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
20552         (READ_UTMP_CHECK_PIDS): New constant.
20553         * lib/save-cwd.c: Include unistd-safer.h.
20554         (save_cwd): Use fd_safer.
20555         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
20556         [!_LIBC] Include "stat-macros.h" instead.
20557         * lib/unistd-safer.h (fd_safer): New decl.
20558
20559 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
20560
20561         * modules/getloadavg (Depends-on): Add unistd-safer.
20562         * modules/getusershell (Depends-on): Add stdio-safer.
20563         * modules/lstat (Depends-on): Remove xalloc.
20564         * modules/mkstemp (Depends-on): Add stat-macros.
20565         * modules/modechange (Depends-on): Remove xstrtol.
20566         Add stat-macros, xalloc.
20567         * modules/save-cwd (Depends-on): Add unistd-safer.
20568         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
20569         * modules/unistd-safer (Files): Add lib/fd-safer.c
20570         (Makefile.am): Remove lib_SOURCES.
20571
20572         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
20573         Remove fcntl-safer; unistd-safer supersedes it.
20574
20575 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
20576
20577         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
20578         AC_HEADER_STAT.
20579         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
20580         (gl_PREREQ_CHOWN): Remove.
20581         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
20582         it.  Don't require AC_HEADER_STAT.
20583         (gl_PREREQ_LSTAT): Remove.
20584         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
20585         Don't require AC_HEADER_STAT.
20586         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
20587         (gl_PREREQ_RMDIR): Remove.
20588         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
20589         mention stat-macros.h or AC_HEADER_STAT, since we'll make
20590         the stat-macros module a prerequisite.
20591         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
20592         * m4/filemode.m4 (gl_FILEMODE): Likewise.
20593         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
20594         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
20595         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
20596         variable names.
20597         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
20598         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
20599         variable prefixes.
20600         * m4/fcntl-safer.m4: Remove.
20601         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
20602         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
20603         Invoke gl_PREREQ_FD_SAFER.
20604         (gl_PREREQ_FD_SAFER): New macro.
20605         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
20606         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
20607         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
20608         Remove duplicate call to AC_LIBOBJ(readutmp).
20609         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
20610
20611         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
20612         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
20613
20614 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
20615
20616         * MODULES.html.sh (Misc): Add byteswap.
20617
20618 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
20619
20620         * modules/getcwd (Depends-on): Add extensions.
20621         * modules/openat (Depends-on): Likewise.
20622
20623 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
20624
20625         * modules/byteswap: New file.
20626
20627 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
20628
20629         * m4/byteswap.m4: New file.
20630
20631 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
20632
20633         * lib/byteswap_.h: New file.
20634
20635 2005-04-25  Karl Berry  <karl@gnu.org>
20636
20637         * m4/gettext.m4: Update from GNU gettext 0.14.4.
20638
20639 2005-04-25  Albert Chin  <china@thewrittenword.com>
20640
20641         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
20642         Toolkit C bug.
20643
20644 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
20645
20646         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
20647         (func_ln_if_changed) Remove forcibly for no error message
20648         in case file does not exist.
20649
20650 2005-04-19  Simon Josefsson  <jas@extundo.com>
20651
20652         * gnulib-tool (Options): Make --symlink mean --symbolic.
20653
20654 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
20655
20656         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
20657
20658 2005-04-16  Simon Josefsson  <jas@extundo.com>
20659
20660         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
20661
20662 2005-04-15  Simon Josefsson  <jas@extundo.com>
20663
20664         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
20665
20666 2005-04-15  Simon Josefsson  <jas@extundo.com>
20667
20668         * gnulib-tool: Rename --symlink to --symbolic.
20669
20670 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
20671
20672         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
20673         symbolic links to files instead of copying/moving.  Add --aux-dir,
20674         specifying directory relative --dir where auxiliary build tools
20675         are placed.
20676
20677 2005-04-14  Bruno Haible  <bruno@clisp.org>
20678
20679         * modules/allocsa (License): Change to LGPL.
20680         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
20681
20682 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
20683
20684         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
20685         that "UTC +1 second" continues to work.  Problem reported
20686         by Dmitry V. Levin.
20687         (relunit_snumber): New rule.
20688         (relunit): Use it.
20689
20690 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
20691
20692         * lib/getdate.y (universal_time_zone_table): New constant.
20693         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
20694         universal_time_zone_table.
20695         (lookup_zone): Prefer universal_time_zone_table to
20696         local_time_zone_table, so that "GMT" time stamps are allowed in
20697         London during the summer.  Problem reported by Ian Abbott.
20698
20699 2005-04-12  Jim Meyering  <jim@meyering.net>
20700
20701         * lib/human.c (humblock): Set *options even when returning due to
20702         xstrtoumax conversion failure.  Thanks to a used-uninitialized
20703         warning from gcc-4.
20704
20705 2005-04-09  Jim Meyering  <jim@meyering.net>
20706
20707         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
20708         -Wuninitialized: initialize tm0.tm_year.
20709
20710 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
20711
20712         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
20713         count, since there's no maximum.  All uses changed.
20714         Add member dsts_seen.
20715         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
20716         not being INT_MAX.
20717         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
20718         Use pc_rels_seen to decide whther a date is absolute.
20719
20720         * lib/getdate.y (number): Don't overwrite year.
20721         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
20722         check.
20723
20724 2005-04-02  Simon Josefsson  <jas@extundo.com>
20725
20726         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
20727         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
20728
20729 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
20730
20731         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
20732         where no absolute path name can be longer than PATH_MAX.
20733
20734 2005-03-27  Jim Meyering  <jim@meyering.net>
20735
20736         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
20737
20738 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
20739
20740         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
20741         "one's complement" -> "ones' complement" in comment, as per Knuth.
20742         "value of type" -> "type or expression" in comment.
20743         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
20744
20745 2005-03-26  Jim Meyering  <jim@meyering.net>
20746
20747         Comment nits.
20748         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
20749         Correct typos: s/or/of/.
20750
20751 2005-03-26  Jim Meyering  <jim@meyering.net>
20752
20753         * modules/check-include-files: Move to ../ and rename to...
20754         * check-module: ...this.
20755
20756 2005-03-25  Jim Meyering  <jim@meyering.net>
20757
20758         * modules/xvasprintf (Files): Add xalloc.h.
20759
20760 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
20761
20762         * modules/gettext (Files): config/config.rpath ->
20763         build-aux/config.rpath
20764         * modules/iconv (Files): Likewise.
20765         Problem reported by Oskar Liljeblad.
20766
20767 2005-03-23  Jim Meyering  <jim@meyering.net>
20768
20769         * modules/check-include-files: New script to check for
20770         missing dependencies, multiple includes, etc.
20771
20772         * modules/c-strtold (Depends-on): Add xalloc.
20773         * modules/c-strtod (Depends-on): Add xalloc.
20774         * modules/hash (Depends-on): Add xalloc.
20775         (Files): Remove lib/xalloc.h.
20776
20777         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
20778         * modules/userspec (Files): Add lib/inttostr.h.
20779
20780 2005-03-23  Jim Meyering  <jim@meyering.net>
20781
20782         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
20783
20784 2005-03-22  Jim Meyering  <jim@meyering.net>
20785
20786         * modules/stat-macros: New module.
20787         * modules/canonicalize, modules/euidaccess, modules/file-type,
20788         * modules/filemode, modules/lchown, modules/makepath,
20789         * modules/rmdir, modules/stat: Depend on new stat-macros module
20790         rather than listing lib/stat-macros.h manually.
20791         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
20792
20793 2005-03-22  Jim Meyering  <jim@meyering.net>
20794
20795         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
20796
20797 2005-03-22  Bruno Haible  <bruno@clisp.org>
20798
20799         * config/srclist.txt: Replace target directory 'config' with
20800         'build-aux'.
20801         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
20802         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
20803         ../build-aux/.
20804
20805 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
20806
20807         * modules/chdir-long (Depends-on): Add mempcpy.
20808
20809         * modules/acl, modules/backupfile, modules/c-strtod,
20810         modules/c-strtold, modules/canon-host, modules/canonicalize,
20811         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
20812         modules/exclude, modules/exitfail, modules/file-type,
20813         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
20814         modules/getdate, modules/getline, modules/getpagesize,
20815         modules/getpass, modules/getugroups, modules/group-member,
20816         modules/hard-locale, modules/hash, modules/human, modules/idcache,
20817         modules/inttostr, modules/long-options, modules/makepath,
20818         modules/md5, modules/memcasecmp, modules/memcoll,
20819         modules/modechange, modules/mountlist, modules/path-concat,
20820         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
20821         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
20822         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
20823         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
20824         modules/strftime, modules/strndup, modules/strverscmp,
20825         modules/timespec, modules/unlocked-io, modules/userspec,
20826         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
20827         modules/yesno:
20828         Remove lib_SOURCES line from Makefile.am section, as this is now
20829         done automatically by the corresponding Autoconf macro.
20830
20831 2005-03-21  Jim Meyering  <jim@meyering.net>
20832
20833         Changes imported from coreutils.
20834
20835         * lib/cycle-check.c: Don't include xalloc.h.
20836
20837         * lib/path-concat.c: Don't include assert.h.
20838         (path_concat): Remove assertion that would have triggered
20839         for ABASE starting with more than one slash.
20840         Reported by Andreas Schwab.
20841
20842         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
20843         properly when ABASE is an absolute file name.
20844         Correct the description of this function.
20845         Include <assert.h>.
20846         Add an assertion and a test driver.
20847         This fixes a bug introduced on 2004-07-02.
20848         Andreas Schwab reported the resulting failure of cp --parents:
20849         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
20850
20851 2005-03-21  Jim Meyering  <jim@meyering.net>
20852
20853         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
20854         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
20855
20856 2005-03-21  Jim Meyering  <jim@meyering.net>
20857         and  Paul Eggert  <eggert@cs.ucla.edu>
20858
20859         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
20860         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
20861         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
20862         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
20863         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
20864         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
20865         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
20866         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
20867         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
20868         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
20869         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
20870         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
20871         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
20872         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
20873         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
20874         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
20875         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
20876         for these modules.
20877
20878 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
20879
20880         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
20881         (which shouldn't happen), generate nothing instead of returning 0
20882         immediately, so that nstrftime (NULL, ...) doesn't return 0.
20883
20884 2005-03-16  Bruno Haible  <bruno@clisp.org>
20885
20886         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
20887         HAVE_LONGLONG_64BIT.
20888
20889 2005-03-16  Bruno Haible  <bruno@clisp.org>
20890
20891         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
20892         HAVE_LONGLONG_64BIT.
20893
20894 2005-03-16  Bruno Haible  <bruno@clisp.org>
20895
20896         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
20897         HAVE_LONGLONG_64BIT.
20898
20899 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
20900
20901         * lib/strftime.c (my_strftime): Prepend space to format so that we can
20902         reliably distinguish strftime failure from empty output on POSIX
20903         hosts.
20904
20905 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
20906
20907         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
20908         (iconv_string): Don't guess a size-zero buffer, as that might cause
20909         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
20910         result would be 'too large', where 'too large' is (heuristically)
20911         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
20912         overflow concerns.  This will prevent some unwanted malloc failures
20913         when the inputs are very large.
20914
20915 2005-03-15  Karl Berry  <karl@gnu.org>
20916
20917         * config/srclist.txt (config.rpath): from gettext.
20918         * config/config.rpath: update.
20919
20920 2005-03-15  Bruno Haible  <bruno@clisp.org>
20921
20922         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
20923         to 'negate'.
20924
20925         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
20926         variable.
20927
20928         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
20929         results.
20930
20931 2005-03-14  Simon Josefsson  <jas@extundo.com>
20932
20933         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
20934         <fx@gnu.org>.
20935
20936 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
20937
20938         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
20939         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
20940         intprops.h.
20941         * lib/strtol.c: Likewise.
20942
20943 2005-03-14  Jim Meyering  <jim@meyering.net>
20944
20945         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
20946         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
20947         to be nonzero so that we (and caller) can detect the difference
20948         between a valid zero-length expansion and an error return, even
20949         when the underlying strftime fails before writing anything into
20950         that location.
20951
20952 2005-03-14  Bruno Haible  <bruno@clisp.org>
20953
20954         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
20955         Update from GNU gettext 0.14.3.
20956
20957 2005-03-10  Jim Meyering  <jim@meyering.net>
20958
20959         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
20960
20961 2005-03-10  Jim Meyering  <jim@meyering.net>
20962
20963         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
20964         so that this module works on systems without fchdir.
20965
20966 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
20967
20968         Factor int-properties macros into a single file, except for
20969         glibc-related files.
20970         * lib/intprops.h: New file.
20971         * lib/getloadavg.c: Include it instead of limits.h.
20972         (INT_STRLEN_BOUND): Remove.
20973         * lib/human.c: Include intprops.h.
20974         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
20975         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
20976         302/1000.
20977         * lib/inttostr.h: Include intprops.h instead of limits.h.
20978         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
20979         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
20980         for consistency with intprops.h.
20981         (time_t_is_integer, twos_complement_arithmetic): Use them.
20982         * lib/sig2str.h: Include <signal.h>, intprops.h.
20983         (INT_STRLEN_BOUND): Remove.
20984         * lib/strftime.c (TYPE_SIGNED): Remove.
20985         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
20986         * lib/strtol.c: Adjust comments to match intprops.h.
20987         * lib/userspec.c: Include intprops.h.
20988         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
20989         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
20990         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
20991         instead of rolling our own expressions.
20992         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
20993
20994         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
20995         instead of int.
20996         (my_strftime): Do not mishandle years close to INT_MAX, by doing
20997         the right thing even if adding 1900 would overflow.  Similarly
20998         for tm_mon + 1 and tm_yday + 1.
20999         Make %Y always equivalent to %C%y, and similarly for %G and %g.
21000         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
21001         (DO_SIGNED_NUMBER): New macro.
21002         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
21003
21004 2005-03-07  Bruno Haible  <bruno@clisp.org>
21005
21006         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
21007
21008 2005-03-07  Bruno Haible  <bruno@clisp.org>
21009
21010         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
21011
21012 2005-03-04  Derek R. Price  <derek@ximbiot.com>
21013
21014         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
21015         (func_import): Only replace files via --import when they have actually
21016         changed.
21017
21018 2005-03-03  Derek R. Price  <derek@ximbiot.com>
21019
21020         * m4/mmap-anon.m4: New file.
21021         * m4/pagealign_alloc.m4: New file.
21022
21023 2005-03-03  Derek R. Price  <derek@ximbiot.com>
21024             Bruno Haible  <bruno@clisp.org>
21025
21026         * modules/pagealign_alloc: New file.
21027         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
21028
21029 2005-03-03  Derek R. Price  <derek@ximbiot.com>
21030             Bruno Haible  <bruno@clisp.org>
21031
21032         * lib/pagealign_alloc.h: New file.
21033         * lib/pagealign_alloc.c: New file.
21034
21035 2005-03-03  Bruno Haible  <bruno@clisp.org>
21036
21037         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
21038         Use an all-permissive copyright notice, recommended by RMS.
21039
21040 2005-03-02  Bruno Haible  <bruno@clisp.org>
21041
21042         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
21043         of AIX, the replacement has to be done only after <string.h> is
21044         included, therefore not in config.h. stpncpy.h does the replacement,
21045         and stpncpy.c uses it.
21046
21047 2005-03-02  Bruno Haible  <bruno@clisp.org>
21048
21049         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
21050         stpncpy.c uses it.
21051
21052 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
21053
21054         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
21055         The workaround isn't strictly needed for POSIX conformance, and
21056         it's too much of a pain to configure and maintain.  We'll ask
21057         people to fix their kernels instead.
21058         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
21059         (NANOSLEEP_BUG_WORKAROUND): Remove.
21060         (xnanosleep): Remove the workaround.
21061
21062 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
21063
21064         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
21065         Reported by Derek Price.
21066         (Include): Add "timespec.h".
21067
21068         * modules/xnanosleep (Depends-on): Remove gethrxtime.
21069
21070 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
21071
21072         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
21073         to detect nanosleep bug.
21074
21075 2005-03-01  Bruno Haible  <bruno@clisp.org>
21076
21077         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
21078
21079 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
21080
21081         * modules/gethrxtime: New file.
21082         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
21083         (Depends-on): Add gethrxtime.
21084         (configure.ac): Add gl_XNANOSLEEP.
21085         (Makefile.am): Remove lib_SOURCES line.
21086
21087 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
21088
21089         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
21090         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
21091
21092 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
21093
21094         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
21095         * lib/timespec.h (gettime): Return void, since it always
21096         succeeds now.  All uses changed.
21097         * lib/gettime.c (gettime) Likewise.
21098         [HAVE_NANOTIME]: Prefer nanotime.
21099         Assume gettimeofday succeeds, as POSIX requires.
21100         Assime time () succeeds, since other code already does.
21101         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
21102         (timespec_subtract): Remove.
21103         (NANOSLEEP_BUG_WORKAROUND): New constant.
21104         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
21105         things considerably.  Use it only on GNU/Linux hosts, since the
21106         workaround shouldn't be needed elsewhere.
21107
21108 2005-02-24  Bruno Haible  <bruno@clisp.org>
21109
21110         * modules/gettext (Files): Add m4/glibc2.m4.
21111
21112 2005-02-24  Bruno Haible  <bruno@clisp.org>
21113
21114         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
21115         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
21116         * m4/progtest.m4:
21117         Update from GNU gettext 0.14.2.
21118         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
21119
21120 2005-02-24  Bruno Haible  <bruno@clisp.org>
21121
21122         * lib/localcharset.c: Update from GNU gettext 0.14.2.
21123         * lib/config.charset: Update from GNU gettext 0.14.2.
21124
21125 2005-02-24  Bruno Haible  <bruno@clisp.org>
21126
21127         * lib/gettext.h: Update from GNU gettext 0.14.2.
21128
21129 2005-02-23  Simon Josefsson  <jas@extundo.com>
21130
21131         * m4/iconvme.m4: New file.
21132
21133 2005-02-23  Jim Meyering  <jim@meyering.net>
21134
21135         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
21136         change.
21137         Thanks to Bruno Haible for catching it.
21138
21139 2005-02-22  Simon Josefsson  <jas@extundo.com>
21140
21141         * modules/iconvme: New file.
21142
21143         * MODULES.html.sh: Add iconvme.
21144
21145 2005-02-22  Simon Josefsson  <jas@extundo.com>
21146
21147         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
21148
21149 2005-02-22  Simon Josefsson  <jas@extundo.com>
21150
21151         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
21152
21153 2005-02-22  Jim Meyering  <jim@meyering.net>
21154
21155         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
21156         s/ifndef/ifdef/.
21157
21158 2005-02-20  Neil Conway  <neilc@samurai.com>
21159
21160         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
21161         returned by OSX/Darwin if the specified buffer is not large
21162         enough for the hostname.
21163
21164 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21165
21166         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
21167         pass it to _help, otherwise the latter coredumps trying to
21168         dereference state.root_argp.
21169
21170 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
21171
21172         * modules/chdir-long (Depends-on): Add memrchr.
21173         * modules/memrchr (Files): Add lib/memrchr.h.
21174         (Include): "memrchr.h".
21175
21176 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
21177
21178         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
21179
21180 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
21181
21182         * lib/memrchr.h: New file.
21183         * lib/chdir-long.c: Include it.
21184         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
21185         Don't bother including stddef.h.
21186
21187 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
21188
21189         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
21190         inclusion.
21191         Include <sys/types.h>, for dev_t.
21192         (ME_DUMMY, ME_REMOTE): Move from here....
21193         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
21194         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
21195         Dmitry V. Levin.
21196         Include mountlist.h first, to test the interface.
21197
21198 2005-01-29  Bruno Haible  <bruno@clisp.org>
21199
21200         * lib/progname.c (program_name): Initialize.
21201         Needed when linking statically on MacOS X.
21202
21203 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
21204
21205         Sync from coreutils.
21206         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
21207         (Depends-on): Add c-strtod.
21208         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
21209
21210 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
21211
21212         Sync from coreutils.
21213         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
21214
21215         Remove files that are specific to coreutils.
21216         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
21217
21218 2005-01-28  Bruno Haible  <bruno@clisp.org>
21219
21220         * modules/javacomp: New file.
21221         * MODULES.html.sh (Java): Add javacomp.
21222
21223 2005-01-28  Bruno Haible  <bruno@clisp.org>
21224
21225         * m4/javacomp.m4: New file, from GNU gettext.
21226
21227 2005-01-28  Bruno Haible  <bruno@clisp.org>
21228
21229         * lib/javacomp.sh.in: New file, from GNU gettext.
21230         * lib/javacomp.h: New file, from GNU gettext.
21231         * lib/javacomp.c: New file, from GNU gettext.
21232
21233 2005-01-26  Simon Josefsson  <jas@extundo.com>
21234
21235         * lib/gai_strerror.c: Use GPL in header.
21236
21237 2005-01-26  Bruno Haible  <bruno@clisp.org>
21238
21239         * modules/javaexec: New file.
21240         * MODULES.html.sh (Java): Add javaexec.
21241
21242 2005-01-26  Bruno Haible  <bruno@clisp.org>
21243
21244         * m4/javaexec.m4: New file, from GNU gettext.
21245
21246 2005-01-26  Bruno Haible  <bruno@clisp.org>
21247
21248         * lib/javaexec.sh.in: New file, from GNU gettext.
21249         * lib/javaexec.h: New file, from GNU gettext.
21250         * lib/javaexec.c: New file, from GNU gettext.
21251
21252 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21253
21254         * modules/lchown (Depends-on): Remove lchown.h
21255
21256 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21257
21258         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
21259         must be defined if the header file was not found, in order
21260         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
21261
21262 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21263
21264         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
21265         initializers for struct pentry_state.
21266         (__argp_error): Check return value of __asprintf
21267         (__argp_failure): Translate error message
21268
21269         * lib/argp-parse.c: Removed braces around the expansion of N_()
21270
21271 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
21272
21273         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
21274         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
21275         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
21276         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
21277         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
21278         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
21279         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
21280         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
21281         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
21282         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
21283         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
21284         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
21285         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
21286         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
21287         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
21288         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
21289         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
21290         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
21291         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
21292         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
21293         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
21294         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
21295         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
21296         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
21297         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
21298         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
21299         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
21300         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
21301         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
21302         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
21303         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
21304         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
21305         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
21306         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
21307         xstrtol.m4, xstrtoumax.m4, yesno.m4:
21308         Use an all-permissive copyright notice, recommended by RMS.
21309
21310 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
21311
21312         * modules/chdir-long (Depends-on): Remove mempcpy.
21313
21314 2005-01-21  Jim Meyering  <jim@meyering.net>
21315
21316         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
21317         same value as for Solaris 9.
21318
21319         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
21320         component length.  This included changing the parameter to be
21321         of type `char *' rather than `char const *'.
21322         * lib/chdir-long.h (chdir_long): Update prototype.
21323
21324         * lib/openat.c (fdopendir, fstatat): New functions.
21325         * lib/openat.h: Include headers required for use of DIR and struct
21326         stat.
21327         [AT_SYMLINK_NOFOLLOW]: Define.
21328         (fdopendir, fstatat): Add prototypes.
21329
21330 2005-01-21  Bruno Haible  <bruno@clisp.org>
21331
21332         * modules/classpath: New file.
21333         * MODULES.html.sh (Java): Add classpath.
21334
21335 2005-01-21  Bruno Haible  <bruno@clisp.org>
21336
21337         * lib/classpath.h: New file, from GNU gettext.
21338         * lib/classpath.c: New file, from GNU gettext.
21339
21340 2005-01-20  Simon Josefsson  <jas@extundo.com>
21341
21342         * modules/version-etc-fsf: New file.
21343
21344 2005-01-20  Simon Josefsson  <jas@extundo.com>
21345
21346         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
21347         * lib/version-etc.c: Remove version_etc_copyright.
21348         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
21349         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
21350
21351 2005-01-20  Simon Josefsson  <jas@extundo.com>
21352
21353         * lib/base64.h (isbase64): Add.
21354
21355         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
21356         using a unsigned prototype, don't inline.
21357         (base64_decode): Use it.
21358
21359 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
21360
21361         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
21362         it.
21363
21364 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
21365
21366         * lib/save-cwd.c (save_cwd): Remove code to support the case
21367         where fchdir is missing or flaky.
21368
21369 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
21370
21371         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
21372
21373 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
21374
21375         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
21376         AC_LIBSOURCES now does this.
21377         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
21378         with new ullong_max module.
21379
21380 2005-01-19  Bruno Haible  <bruno@clisp.org>
21381
21382         * modules/sh-quote: New file.
21383         * MODULES.html.sh (Executing programs): Add sh-quote.
21384
21385 2005-01-19  Bruno Haible  <bruno@clisp.org>
21386
21387         * lib/sh-quote.h: New file, from GNU gettext.
21388         * lib/sh-quote.c: New file, from GNU gettext.
21389
21390 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
21391
21392         Merge from coreutils.
21393         * m4/ullong_max.m4: New file.
21394         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
21395         (gl_MACROS): Assume localeconv exists.
21396
21397 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
21398
21399         Merge changes from coreutils, as described below in several
21400         changelogs dated today.
21401
21402         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
21403         (O_DIRECTORY): Remove; not needed here, since "." must be
21404         a directory.  All uses removed.
21405         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
21406         universal on Suns, and we also need to test for IRIX.
21407         Revamp code to use 'if' rather than '#if'.
21408         Avoid unnecessary comparison of cwd->desc to 0.
21409
21410         * lib/utimens.c (futimens): Robustify the previous patch, by checking
21411         for known valid error numbers rather than observed invalid ones.
21412
21413 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
21414
21415         * modules/ullong_max: New file.
21416
21417         * modules/chdir-long, modules/openat: New files.
21418         * modules/save-cwd (Depends-on): Depend on chdir-long.
21419         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
21420
21421 2005-01-18  Jim Meyering  <jim@meyering.net>
21422
21423         Merge from coreutils.
21424         * m4/chdir-long.m4, m4/openat.m4: New files.
21425         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
21426         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
21427         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
21428         is sane and DOES follow symlinks.  Besides, testing 20 different
21429         systems found no broken chown implementations.
21430         Prompted by a change in rsync's copy of this macro.
21431         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
21432
21433         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
21434
21435         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
21436         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
21437         NULL-means-set-to-current-time semantics.
21438         Remove temporary file immediately, rather than waiting
21439         for configure's at-exit trap code to do it.
21440
21441 2005-01-18  Jim Meyering  <jim@meyering.net>
21442
21443         * lib/version-etc.c (version_etc_copyright): Update copyright date.
21444
21445         * lib/utimens.c (futimens): Account for the fact that futimes
21446         can also fail with errno == ENOSYS or errno == ENOENT.
21447         Patch from Dmitry V. Levin.
21448
21449         Change the name of the robust chdir function from chdir to chdir_long.
21450         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
21451         (restore_cwd): Use chdir_long, not chdir.
21452         * lib/chdir-long.c: Renamed from chdir.c.
21453         * lib/chdir-long.h: Renamed from chdir.h.
21454         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
21455         Hurd.
21456
21457 2005-01-18  Bruno Haible  <bruno@clisp.org>
21458
21459         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
21460         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
21461         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
21462         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
21463         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
21464         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
21465         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
21466         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
21467         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
21468         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
21469         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
21470         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
21471         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
21472         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
21473         Use an all-permissive copyright notice, recommended by RMS.
21474
21475 2005-01-18  Bob Proulx  <bob@proulx.com>
21476
21477         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
21478         simplify offsetof() macro construct to avoid compile failure with
21479         native HP-UX 11.0 ANSI C compiler.
21480
21481 2005-01-17  Bruno Haible  <bruno@clisp.org>
21482
21483         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
21484         redundant because stpncpy.m4 takes care of it.
21485
21486 2005-01-17  Bruno Haible  <bruno@clisp.org>
21487
21488         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
21489
21490 2005-01-17  Bruno Haible  <bruno@clisp.org>
21491
21492         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
21493         used.
21494
21495 2005-01-17  Bruno Haible  <bruno@clisp.org>
21496
21497         * lib/fwriteerror.h (fwriteerror): Change specification to include
21498         fclose.
21499         * lib/fwriteerror.c: Include <stdbool.h>.
21500         (fwriteerror): At the end, close the file stream. Record whether
21501         stdout was already closed.
21502
21503 2005-01-17  Bruno Haible  <bruno@clisp.org>
21504
21505         * lib/execute.c (environ): Declare if needed.
21506         * lib/pipe.c (environ): Likewise.
21507         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
21508
21509 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21510
21511         * modules/argp: Depend on vsnprintf
21512
21513 2005-01-10  Jim Meyering  <jim@meyering.net>
21514
21515         * modules/closeout (Depends-on): Add atexit.
21516
21517 2005-01-06  Bruno Haible  <bruno@clisp.org>
21518
21519         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
21520
21521 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
21522
21523         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
21524         definitions to be after all include files, to avoid collisions.
21525         Problem reported by Bob Proulx.
21526
21527 2005-01-04  Jim Meyering  <jim@meyering.net>
21528
21529         Changes imported from coreutils.
21530         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
21531         as the mkstemp template, use a temporary directory and an
21532         8.3-friendly template to avoid trouble on systems like DJGPP.
21533         Reported by Juan M. Guerrero via Stepan Kasal.
21534         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
21535         close. Remove the temporary directory right away, rather than waiting
21536         for configure's at-exit trap code to do it.
21537         Suggestion from Stepan Kasal.
21538
21539 2005-01-01  Simon Josefsson  <jas@extundo.com>
21540
21541         * gnulib-tool: Print #include directives when --import'ing.
21542
21543 2004-12-28  Simon Josefsson  <jas@extundo.com>
21544
21545         * tests/test-base64.c: Include required header files.  Remove
21546         unused variables.
21547
21548 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
21549
21550         * modules/error (Depends-on): Remove gettext.
21551
21552 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
21553
21554         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
21555         not needed.  This removes a dependency on the gettext module.
21556         [defined _LIBC]: Do not include <libintl.h>; not needed.
21557
21558 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
21559
21560         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
21561         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
21562
21563 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
21564
21565         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
21566         HAVE_DECL_STRTOLD.
21567
21568 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
21569
21570         * modules/getdate (Depends-on): Remove alloca-opt.
21571
21572 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
21573
21574         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
21575
21576 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
21577
21578         * lib/argp-parse.c: Include <stddef.h>.
21579         (alignof, alignto): New macros.
21580         (parser_init): Don't assume that void * is aligned sufficiently
21581         for struct option.
21582
21583         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
21584         need to extend the stack.
21585         (YYINITDEPTH): New macro, so that the initial stack isn't overly
21586         large.
21587
21588 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21589
21590         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
21591
21592 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
21593
21594         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
21595         (2004-10-24) change.  Apparently this was a false alarm.
21596
21597         * modules/getdate: Depend on alloca-opt, not alloca.
21598
21599 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
21600
21601         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
21602         Remove now-obsolete comment about AIX.
21603         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
21604         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
21605         (YYMAXDEPTH): New macro.
21606
21607 2004-12-18  Simon Josefsson  <jas@extundo.com>
21608
21609         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
21610
21611 2004-12-18  Bruno Haible  <bruno@clisp.org>
21612
21613         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
21614
21615 2004-12-18  Bruno Haible  <bruno@clisp.org>
21616
21617         * lib/fatal-signal.c (fatal_signals): Make non-const.
21618         (init_fatal_signals): New function.
21619         (uninstall_handlers, install_handlers): Ignore signals that were set to
21620         SIG_IGN.
21621         (at_fatal_signal): Call init_fatal_signals.
21622         (init_fatal_signal_set): Likewise. Ignore signals that were set to
21623         SIG_IGN.
21624         Reported by Paul Eggert.
21625
21626 2004-12-18  Bruno Haible  <bruno@clisp.org>
21627
21628         * doc/alloca.texi: New file.
21629         * doc/alloca-opt.texi: New file.
21630
21631 2004-12-17  Jim Meyering  <jim@meyering.net>
21632
21633         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
21634         Otherwise, install-sh could exit with improper exit status when
21635         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
21636
21637 2004-12-16  Simon Josefsson  <jas@extundo.com>
21638
21639         * tests/test-base64.c: Add license.
21640
21641 2004-12-15  Stepan Kasal  <address@hidden>
21642
21643         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
21644
21645 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
21646
21647         * modules/getcwd (Files): Add m4/d-ino.m4.
21648         Suggested by Mark D. Baushke.
21649
21650 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
21651
21652         * lib/getdate.y (textint): New member "negative".
21653         (time_zone_hhmm): New function.
21654         Expect 14 shift-reduce conflicts, not 13.
21655         (o_colon_minutes): New rule.
21656         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
21657         (yylex): Set the "negative" member of signed numbers.
21658
21659 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
21660
21661         * doc/getdate.texi (Time of day items, Time zone items):
21662         Describe new formats +00:00, UTC+00:00.
21663
21664 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
21665
21666         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
21667         spurious "-l"s.  Problem reported by Stepan Kasal.
21668
21669 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
21670
21671         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
21672         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
21673
21674 2004-12-04  Simon Josefsson  <jas@extundo.com>
21675
21676         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
21677         Vandoorselaere <yoann@prelude-ids.org>.
21678
21679 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
21680
21681         Changes imported from coreutils.
21682         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
21683         exist.
21684         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
21685
21686 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
21687
21688         Changes imported from coreutils.
21689         * lib/hard-locale.c: Assume <locale.h> exists.
21690         Include "strdup.h".
21691         (GLIBC_VERSION): New macro.
21692         (hard_locale): Assume setlocale exists.
21693         Rewrite to avoid #ifdef.
21694         Use strdup rather than malloc + strcpy.
21695         * lib/human.c: Assume <locale.h> exists.
21696         (human_readable): Assume localeconv exists.
21697
21698 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
21699
21700         * modules/hard-locale (Depends-on): Add strdup.
21701
21702 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
21703
21704         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
21705         convert T2, not T.  (Imported from libc.)
21706
21707 2004-11-30  Simon Josefsson  <jas@extundo.com>
21708
21709         * modules/restrict (License): Change to LGPL.
21710
21711 2004-11-30  Simon Josefsson  <jas@extundo.com>
21712
21713         * m4/restrict.m4: Add copyright and copying conditions.
21714
21715 2004-11-30  Simon Josefsson  <jas@extundo.com>
21716
21717         * m4/base64.m4: New file.
21718
21719 2004-11-30  Simon Josefsson  <jas@extundo.com>
21720
21721         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
21722         base64.
21723
21724         * tests/test-base64.c: New file.
21725
21726         * modules/base64: New file.
21727
21728 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
21729
21730         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
21731         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
21732
21733         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
21734
21735 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
21736
21737         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
21738         (__getcwd.c): Don't restore errno; glibc doesn't.
21739         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
21740         first, falling back to our code only if its results look suspicious.
21741         Ensure that the resulting buffer is only as large as necessary.
21742
21743         * lib/readutmp.c: Include readutmp.h first.
21744         Include <errno.h>, since readutmp.h no longer does that.
21745         * lib/readutmp.h: Don't include <errno.h>,
21746         <sys/param.h>, <time.h>; not needed to establish interface.
21747         (errno): Remove decl.
21748         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
21749         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
21750         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
21751
21752 2004-11-28  Simon Josefsson  <jas@extundo.com>
21753
21754         * lib/base64.h, base64.c: New file.
21755
21756 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
21757
21758         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
21759
21760 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
21761
21762         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
21763         (Depends-on): Remove pathmax, same.  Add mempcpy.
21764         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
21765         (Makefile.am): Append getcwd.h to lib_SOURCES.
21766         (Include): Add getcwd.h.
21767         (Maintainer): Change from Jim Meyering to "all, glibc",
21768         since getdate now uses intended-for-glibc code.
21769         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
21770         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
21771
21772 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
21773
21774         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
21775         HP's ANSI C compiler.
21776         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
21777         Declaring int functions causes warnings on some modern systems and
21778         shouldn't be needed to compile on ancient ones.
21779         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
21780         defined.
21781
21782         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
21783         with the following changes.
21784         (__set_errno): Parenthesize properly.
21785         Include <stdbool.h>.
21786         (MIN, MAX, MATCHING_INO): New macros.
21787         (__getcwd): Define with prototype, not K&R form.
21788         Use heuristics to allocate default buffer on stack if possible.
21789         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
21790         behavior, and to avoid the PATH_MAX limit when computing
21791         ../../../../...
21792         Use MATCHING_INO to compare inode number to file.
21793         Check for arithmetic overflow in size calculations.
21794         Fix bug in reallocation of dot array that caused getcwd to fail
21795         on directories nested deeper than 75.
21796         Be more careful about saving errno on error.
21797         Do not use realloc; use only free+malloc, as this is a bit
21798         more flexible and avoids a needless copy operation.
21799         Do not inspect st_dev and st_ino for symbolic links; POSIX
21800         doesn't specify the latter.
21801         Check for closedir errors.
21802         Avoid needless casts.
21803         Use "#ifdef weak_alias" around weak_alias, to be like other
21804         glibc code.
21805         The following changes to getcwd.c have effect only when used in
21806         gnulib; they have no effect inside glibc proper.
21807         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
21808         as alloca isn't used.
21809         (alloca, __alloca): Likewise.
21810         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
21811         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
21812         unconditionally, as gnulib assumes C89 or better.
21813         Do not include <sys/param.h>.
21814         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
21815         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
21816         better.
21817         (NULL) [!defined NULL]: Remove; we assume C89 or better.
21818         Include <dirent.h> in a way that is compatible with modern Autoconf.
21819         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
21820         New macros, if not already defined.
21821         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
21822         Use "_LIBC", not "defined _LIBC", for consistency.
21823         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
21824         a mempcpy module.
21825         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
21826         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
21827         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
21828         credit only to Jim Meyering and adjust the copyright dates.
21829         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
21830         <stdlib.h>, <unistd.h>, "pathmax.h".
21831         Instead, include "xgetcwd.h" (first) and "getcwd.h".
21832         (INITIAL_BUFFER_SIZE): Remove.
21833         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
21834
21835 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
21836
21837         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
21838         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
21839         Use the _ONCE methods, for efficiency.
21840         Check for fcntl.h.  In test program, include <errno.h>
21841         and <fcntl.h> if available.  Remove old K&R cruft from
21842         test program.  Check for common errors in GNU/Linux,
21843         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
21844         don't do AC_LIBOBJ, as that's getcwd.m4's job.
21845         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
21846         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
21847         name accordingly.
21848         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
21849         accommodate new getcwd.c.
21850         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
21851         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
21852         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
21853         that's all we need now.
21854
21855 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21856
21857         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
21858         argp-parse.c depends on getopt internals, that means we should
21859         always use our getopt, to be on the safe side.
21860         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
21861         order not to spoil the result of an eventual previous invocation
21862         of gl_GETOPT_SUBSTITUTE.
21863
21864 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21865
21866         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
21867         redefinition warnings. To avoid them, include the defines
21868         in `#if !defined __need_getopt ... #endif'. The only place
21869         where __getopt_argv_const is used is in definitions
21870         of getopt_long and getopt_long_only below, which are as well
21871         protected by `#ifndef __need_getopt'.
21872         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
21873         __need_getopt after including <stdio.h> and <unistd.h> These
21874         headers might have defined it.
21875
21876 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
21877
21878         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
21879
21880 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
21881
21882         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
21883         (futimens): New function, which uses futimes if available.
21884         (futimens, utimens): Support timespec==NULL, with same semantics
21885         as utime and utimens.
21886         * lib/utimens.h (futimens): New decl.
21887
21888 2004-11-23  Jim Meyering  <jim@meyering.net>
21889
21890         * lib/getopt_.h: Remove trailing blanks.
21891
21892 2004-11-23  Jim Meyering  <jim@meyering.net>
21893
21894         * lib/__fpending.c: Add comment.
21895
21896 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
21897
21898         * modules/canonicalize (Depends-on): Add xreadlink.
21899         Problem reported by James Youngman.
21900
21901 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
21902
21903         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
21904         New macros.
21905         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
21906         optopt): Use them instead of invoking ## directly; otherwise, the
21907         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
21908
21909 2004-11-19  Bruno Haible  <bruno@clisp.org>
21910
21911         * lib/strtok_r.c: Move comments from here...
21912         * lib/strtok_r.h: ... to here.
21913
21914 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
21915
21916         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
21917         implementations that mishandle size_t overflow.
21918
21919 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
21920
21921         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
21922         might fail.  Problem reported by Yoann Vandoorselaere.
21923         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
21924         implementations that mishandle size_t overflow.
21925
21926 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
21927
21928         * modules/canon-host (Depends-on): Add strdup.
21929
21930 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
21931
21932         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
21933
21934 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
21935
21936         * lib/canon-host.c: Include "strdup.h".
21937         (canon_host): Use getaddrinfo if available, so that IPv6 works.
21938         Use strdup instead of malloc/strcpy to duplicate strings.
21939
21940         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
21941         (human_space_before_unit): New constant.
21942         * lib/human.c (human_readable): Support it.
21943
21944         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
21945         (xgetcwd): Set errno correctly when failing.
21946         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
21947         the failure is actually due to a PATH_MAX problem.
21948
21949         Further getopt changes to make it more likely that glibc will
21950         buy the changes back.
21951         * lib/getopt.c (POSIXLY_CORRECT): New constant.
21952         (getopt): Use it, so to preserve glibc semantic
21953         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
21954         when compiling for libc.
21955         * lib/getopt_.h (__getopt_argv_const): Bring it back.
21956         (getopt_long, getopt_long_only): Use it.
21957
21958         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
21959         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
21960         (getopt): Argv is now char * const *, as per standard.
21961         (_getopt_internal_r, _getopt_internal): Argv is now char **,
21962         not char *__getopt_argv_const *.
21963         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
21964         _getopt_long_only_r): Likewise.
21965         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
21966         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
21967         _getopt_long_r, _getopt_long_only_r): Likewise.
21968         * lib/getopt_.h (__getopt_argv_const): Remove.
21969         (getopt): Argv is now char * const *, as per standard.
21970
21971         * lib/getdate.y (tORDINAL): New token.
21972         (day, relunit): Allow it for relative times.
21973         (relative_time_table): Use tORDINAL for ordinals.
21974
21975 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
21976
21977         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
21978         Document that "second" isn't allowed as an ordinal number.
21979
21980 2004-11-16  Jim Meyering  <jim@meyering.net>
21981
21982         * modules/closeout (Depends-on): Add fpending.
21983
21984 2004-11-15  Jim Meyering  <jim@meyering.net>
21985
21986         * lib/closeout.c: Include "__fpending.h" once again.
21987         Include <stdbool.h>.
21988         (close_stdout): Don't fail just because stdout was closed initially,
21989         since some programs don't write to stdout in the normal course of
21990         operation (other than --version and --help), and we don't want this
21991         function to make e.g. `touch file >&-' fail.
21992         But do fail if it was closed and someone has tried to write to it.
21993         E.g., `printf foo >&-' must fail.
21994
21995 2004-11-13  Jim Meyering  <jim@meyering.net>
21996
21997         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
21998
21999 2004-11-12  Simon Josefsson  <jas@extundo.com>
22000
22001         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
22002         small doc fix is still pending.
22003
22004 2004-11-11  Simon Josefsson  <jas@extundo.com>
22005
22006         * modules/strtok_r: New file.
22007
22008         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
22009         strtok_r.
22010
22011 2004-11-11  Simon Josefsson  <jas@extundo.com>
22012
22013         * m4/strtok_r.m4: New file.
22014
22015         * m4/getopt.m4: Replace opterr.
22016
22017 2004-11-11  Simon Josefsson  <jas@extundo.com>
22018
22019         * lib/strtok_r.h, strtok_r.c: New file.
22020
22021 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
22022
22023         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
22024         of replacing opterr, getopt, etc.  This should handle the
22025         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
22026
22027 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
22028
22029         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
22030         we can stop lying to compilers about the constness of argv when we
22031         are compiled outside glibc.
22032         (getopt, getopt_long, getopt_long_only): Use it.
22033         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
22034         _getopt_internal, getopt): Likewise.
22035         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
22036         _getopt_long_only_r): Likewise.
22037         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
22038         _getopt_long_r, _getopt_long_only_r): Likewise.
22039
22040         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
22041         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
22042         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
22043         the other external symbols.
22044         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
22045         declaration, since the above renaming now works around collisions.
22046
22047 2004-11-11  Jim Meyering  <jim@meyering.net>
22048
22049         * lib/linebreak.c: Remove trailing blanks.
22050         * lib/alloca_.h: Likewise.
22051         * lib/acosl.c: Likewise.
22052         * lib/euidaccess.c: Likewise.
22053         * lib/allocsa.h: Likewise.
22054
22055 2004-11-10  Simon Josefsson  <jas@extundo.com>
22056
22057         * m4/getaddrinfo.m4: New file.
22058
22059 2004-11-10  Simon Josefsson  <jas@extundo.com>
22060
22061         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
22062
22063 2004-11-10  Simon Josefsson  <jas@extundo.com>
22064
22065         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
22066         getaddrinfo.
22067
22068         * modules/getaddrinfo: New file.
22069
22070 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
22071
22072         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
22073
22074 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
22075
22076         * lib/mktime.c (SHR): New macro, which is a portable
22077         substitute for >> that should work even on Crays.
22078         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
22079         Problem reported by Mark D. Baushke in
22080         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
22081         * lib/getdate.y (SHR): Likewise.
22082         (tm_diff): Use it.
22083         * lib/strftime.c (SHR): Likewise.
22084         (tm_diff): Use it.
22085         * lib/quotearg.c (struct quoting_options): Use unsigned int for
22086         quote_these_too, so that right shifts are well defined.  All uses
22087         changed.
22088
22089 2004-11-10  Jim Meyering  <jim@meyering.net>
22090
22091         Ensure that no close failure goes unreported.
22092         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
22093         return early when it seems there's nothing to flush.
22094         Don't include __fpending.h.
22095
22096 2004-11-10  Jim Meyering  <jim@meyering.net>
22097
22098         * modules/closeout (Depends-on): Remove fpending.
22099
22100 2004-11-10  Jim Meyering  <jim@meyering.net>
22101
22102         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
22103
22104 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
22105
22106         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
22107         gl_FUNC_STRFTIME.
22108         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
22109         and AC_REQUIRE when possible, to avoid duplicate checks.
22110         Check for <wchar.h>.
22111
22112 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
22113
22114         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
22115
22116 2004-11-09  Bruno Haible  <bruno@clisp.org>
22117
22118         * m4/sockpfaf.m4: New file.
22119
22120 2004-11-05  Bruno Haible  <bruno@clisp.org>
22121
22122         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
22123         Reported by Mark D. Baushke <mdb@cvshome.org>.
22124
22125 2004-11-04  Bruno Haible  <bruno@clisp.org>
22126
22127         2004-09-11  Bruno Haible  <bruno@clisp.org>
22128                 * allocsa.valgrind: New file.
22129         2004-02-06  Bruno Haible  <bruno@clisp.org>
22130                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
22131                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
22132                 Reported by Christopher Seip <chris.seip@hp.com>.
22133
22134 2004-11-04  Bruno Haible  <bruno@clisp.org>
22135
22136         * modules/allocsa (Files): Add lib/allocsa.valgrind.
22137         (Makefile.am): Distribute it.
22138
22139 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
22140
22141         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
22142         with errno == ERANGE if the buffer is too small.
22143         Problem reported by Mark D. Baushke.
22144
22145 2004-11-03  Albert Chin  <china@thewrittenword.com>
22146             Paul Eggert  <eggert@cs.ucla.edu>
22147
22148         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
22149         equivalent, substitute $ac_type for equivalent type rather than
22150         blindly using uint32_t *always* which won't work if uint32_t is not
22151         available.  Define _UINT32_T to work around typedef of uint32_t if
22152         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
22153         2.5.1.
22154
22155 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
22156
22157         * m4/jm-macros.m4: Sync from coreutils.
22158         (gl_MACROS): Check for mbrlen, for pathchk.
22159         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
22160
22161 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
22162
22163         * lib/xreadlink.c (MAXSIZE): New macro.
22164         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
22165         size does not exceed MAXSIZE.  Avoid cast.
22166         As suggested by Mark D. Baushke in
22167         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
22168         if readlink fails with buffer size just under MAXSIZE, try again
22169         with MAXSIZE.
22170
22171 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
22172
22173         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
22174
22175 2004-11-02  Derek R. Price  <derek@ximbiot.com>
22176         and  Paul Eggert  <eggert@cs.ucla.edu>
22177
22178         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
22179         (get_date): Overparenthesize to avoid GCC warning.
22180
22181 2004-11-02  Bruno Haible  <bruno@clisp.org>
22182
22183         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
22184         returns void.
22185
22186 2004-11-02  Bruno Haible  <bruno@clisp.org>
22187
22188         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
22189         function returns void.
22190
22191 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
22192
22193         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
22194         fflush_unlocked, flockfile, funlockfile, funlockfile,
22195         fputs_unlocked, putc_unlocked.
22196
22197 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
22198
22199         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
22200         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
22201         already declared.
22202
22203 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
22204
22205         * modules/getdate (Files): Add doc/getdate.texi.
22206         (Depends-on): Add setenv, xalloc.
22207
22208 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
22209
22210         * lib/getdate.y: Add support for TZ="foo" within a date string.
22211         Fix some bugs near time_t boundaries.  Reject dates with
22212         out-of-range components, e.g., "Sept 31".
22213         Include <stdlib.h>, "setenv.h", "xalloc.h".
22214         (ISDIGIT_LOCALE): Remove; unused.
22215         Note that the TZ and time functions used here are not reentrant.
22216         (mktime_ok, get_tz): New functions.
22217         (TZBUFSIZE): New constant.
22218         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
22219         This requires that we sometimes generate our own TZ="XXX..." setting.
22220
22221 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
22222
22223         * doc/getdate.texi: New file, from coreutils with modifications for
22224         the new TZ parsing.
22225
22226 2004-10-27  Derek R. Price  <derek@ximbiot.com>
22227
22228         * lib/mktime.c (not_equal_tm): Remove redundant check.
22229
22230 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
22231
22232         * modules/regex (lib_SOURCES): Add regex.c.
22233         Reported by James Youngman in
22234         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
22235
22236 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
22237
22238         * lib/getdate.y: Use Bison 1.875 features, and some minor
22239         code cleanups.  This change does not affect semantics.
22240         Don't include <stdlib.h>; no longer needed.
22241         Don't include unlocked-io.h; only the "#if TEST" code uses
22242         stdio, and performance isn't crucial there.
22243         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
22244         Bison 1.875 features as described below.
22245         All uses of "PC." replaced by "pc->".
22246         (YYSTYPE): Add a forward declaration.
22247         (yylex, yyerror): Use full prototypes in forward decls.
22248         Use "%pure-parser" rather than obsolescent "%pure_parser".
22249         Use %parse-param and %lex-param instead of obsolescent
22250         YYPARSE_PARAM and YYLEX_PARAM.
22251         (meridian_table, month_and_day_table, time_units_table,
22252         relative_time_table, time_zone_table, military_table,
22253         lookup_zone, lookup_word, get_date):
22254         Use NULL instead of 0 where appropriate.
22255         (to_hour): Avoid abort (), to avoid a dependency on
22256         stdlib.h.
22257         (yyerror, yylex): Now accepts parser_control * arg.
22258         (main) [TEST]: Use '\0' rather than 0 for char.
22259
22260 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
22261
22262         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
22263
22264 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
22265
22266         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
22267         It's now the caller's responsibility to handle the case where
22268         !HAVE_GETPAGESIZE && !defined getpagesize.
22269
22270         * lib/mktime.c (leapyear): Arg is long int, not int.
22271
22272 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
22273
22274         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
22275
22276 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
22277
22278         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
22279         missing.  Problem reported by James Youngman.
22280
22281 2004-10-16  Simon Josefsson  <jas@extundo.com>
22282
22283         * gnulib-tool: Fix comments.  Fix parse problem.
22284         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
22285
22286 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
22287
22288         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
22289         implementation of getopt_long.  Problem reported by Alexander Taler in:
22290         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
22291
22292 2004-10-15  Bruno Haible  <bruno@clisp.org>
22293
22294         * gnulib-tool: Untabify. Initialize supplied_libname.
22295         (func_usage): More homogenous output.
22296         (func_modules_transitive_closure, func_modules_to_filelist,
22297         func_emit_lib_Makefile_am): New functions.
22298         (func_import): New function, extracted from big case statement. Use
22299         func_get_license, func_modules_transitive_closure,
22300         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
22301         opt_lgpl. Don't use test -a, as it's not portable.
22302         (func_create_testdir): Use func_modules_transitive_closure,
22303         func_modules_to_filelist, func_emit_lib_Makefile_am.
22304
22305 2004-10-15  Bruno Haible  <bruno@clisp.org>
22306
22307         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
22308
22309 2004-10-15  Bruno Haible  <bruno@clisp.org>
22310
22311         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
22312         the portions belonging to each module.
22313         Suggested by Derek Robert Price <derek@ximbiot.com>.
22314
22315 2004-10-12  Simon Josefsson  <jas@extundo.com>
22316
22317         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
22318         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
22319         to real functions.
22320
22321 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
22322
22323         * modules/vsnprintf: New file.
22324
22325 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
22326
22327         * m4/vsnprintf.m4: New file.
22328
22329 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
22330
22331         * lib/vsnprintf.h: New file.
22332         * lib/vsnprintf.c: New file.
22333
22334 2004-10-11  Bruno Haible  <bruno@clisp.org>
22335
22336         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
22337         vsnprintf.
22338
22339 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
22340
22341         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
22342
22343 2004-10-07  Bruno Haible  <bruno@clisp.org>
22344
22345         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
22346         fits into the provided buffer.
22347
22348 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
22349
22350         * lib/diacrit.c, diacrit.h: Add GPL notice.
22351
22352         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
22353         notice.
22354         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
22355         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
22356         This avoids a potential constant-folding bug.
22357
22358 2004-10-05  Bruno Haible  <bruno@clisp.org>
22359
22360         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
22361         for the declaration of strsep.
22362
22363 2004-10-05  Bruno Haible  <bruno@clisp.org>
22364
22365         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
22366
22367 2004-10-04  Simon Josefsson  <jas@extundo.com>
22368
22369         * modules/memmem: New file.
22370         * tests/test-memmem.c: New file.
22371         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
22372
22373 2004-10-04  Simon Josefsson  <jas@extundo.com>
22374
22375         * m4/memmem.m4: New file.
22376
22377 2004-10-04  Simon Josefsson  <jas@extundo.com>
22378
22379         * lib/memmem.h: New file.
22380         * lib/memmem.c: New file, taken from glibc.
22381
22382 2004-10-04  Simon Josefsson  <jas@extundo.com>
22383
22384         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
22385         '#ifdef USE_UNLOCKED_IO'.
22386
22387 2004-10-04  Simon Josefsson  <jas@extundo.com>
22388
22389         * config/srclist.txt: Add memmem from glibc.
22390
22391 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
22392
22393         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
22394
22395         * modules/argmatch, modules/argp, modules/closeout, modules/error,
22396         modules/exclude, modules/getdate, modules/getline,
22397         modules/getndelim2, modules/getpass, modules/getpass-gnu,
22398         modules/getusershell, modules/linebuffer, modules/md5,
22399         modules/mountlist, modules/posixtm, modules/readtokens,
22400         modules/readutmp, modules/regex, modules/sha1,
22401         modules/version-etc, modules/yesno:
22402         Remove dependency on unlocked-io.
22403
22404 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
22405
22406         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
22407
22408         * m4/unlocked-io.m4: Add copyright notice.
22409         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
22410
22411 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
22412
22413         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
22414         * lib/xmalloc.c (xmemdup): Likewise.
22415         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
22416         XFREE): Remove these long-obsolescent macros.
22417         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
22418         * lib/xstrdup.c: Remove.
22419
22420         * lib/regex.c (re_comp): Cast gettext return value to char *,
22421         Problem reported by Martin Neitzel via Mark D. Baushke.
22422
22423 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
22424
22425         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
22426         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
22427         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
22428         regex.c, sha1.c, version-etc.c, yesno.c:
22429         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
22430         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
22431         the includer's responsibility.
22432
22433         Sync from coreutils.
22434
22435         * lib/modechange.c (mode_compile): Don't decrement a pointer that
22436         points to the start of a string, as the C Standard says the
22437         resulting behavior is undefined.
22438
22439         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
22440         simple -> simple_backups, numbered_existing ->
22441         numbered_existing_backups, numbered -> numbered_backups
22442         to avoid shadowing problems.  All uses changed.
22443         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
22444         * lib/backupfile.c (check_extension, numbered_backup):
22445         Rename locals to avoid shadowing 'basename'.
22446         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
22447         once.
22448
22449         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
22450         * lib/.cvsignore: Add getopt.h.
22451
22452 2004-10-04  Bruno Haible  <bruno@clisp.org>
22453
22454         * modules/README: New file.
22455         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
22456         not a module.
22457
22458 2004-10-02  Jim Meyering  <jim@meyering.net>
22459
22460         * lib/dirfd.h, getpagesize.h: Add copyright notice.
22461
22462 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
22463
22464         * modules/strsep: New file.
22465
22466 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
22467
22468         * m4/strsep.m4: New file.
22469
22470 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
22471
22472         * lib/strsep.h: New file.
22473         * lib/strsep.c: New file.
22474
22475 2004-10-01  Simon Josefsson  <jas@extundo.com>
22476
22477         * lib/snprintf.c (snprintf): Handle size==0.
22478
22479 2004-10-01  Simon Josefsson  <jas@extundo.com>
22480             Bruno Haible  <bruno@clisp.org>
22481
22482         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
22483         (snprintf): Declare 'args'.
22484
22485 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
22486
22487         * lib/snprintf.c: Remove comments as to why each header is needed.
22488
22489 2004-10-01  Bruno Haible  <bruno@clisp.org>
22490
22491         * MODULES.html.sh: Add strsep.
22492
22493 2004-09-30  Simon Josefsson  <jas@extundo.com>
22494
22495         * modules/snprintf: New file.
22496
22497 2004-09-30  Simon Josefsson  <jas@extundo.com>
22498
22499         * m4/snprintf.m4: New file.
22500
22501 2004-09-30  Simon Josefsson  <jas@extundo.com>
22502
22503         * lib/snprintf.h, lib/snprintf.c: New files.
22504
22505 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
22506
22507         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
22508         (hol_entry_help): Never translate an empty string.
22509         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
22510         * lib/argp.h (OPTION_NO_TRANS): New option.
22511
22512 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
22513
22514         * modules/argp (Maintainer): Replace Simon Josefsson
22515         by Sergey Poznyakoff.
22516
22517 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
22518
22519         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
22520         changes merged back into glibc.
22521
22522 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
22523
22524         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
22525
22526 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
22527
22528         * lib/xvasprintf.c: Include xalloc.h.
22529         (xvasprintf): Use xalloc_die, not xmalloc_die.
22530
22531 2004-09-29  Bruno Haible  <bruno@clisp.org>
22532
22533         * modules/alloca-opt: New file, derived from modules/alloca.
22534         * modules/allocsa: Depend on alloca-opt instead of alloca.
22535         * modules/setenv: Likewise.
22536         * modules/vasnprintf: Likewise.
22537         * MODULES.html.sh: Add alloca-opt.
22538
22539 2004-09-28  Simon Josefsson  <jas@extundo.com>
22540
22541         * gnulib-tool: New parameter --lgpl, to asseert that modules are
22542         LGPL, and to replace license template from GPL to LGPL.
22543
22544 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
22545
22546         * modules/dummy: Change license to LGPL.
22547
22548 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
22549
22550         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
22551
22552 2004-09-24  Simon Josefsson  <jas@extundo.com>
22553
22554         * modules/minmax (License): Change from GPL to LGPL.
22555
22556 2004-09-23  Simon Josefsson  <jas@extundo.com>
22557
22558         * gnulib-tool (--import): Typo.
22559
22560 2004-09-23  Simon Josefsson  <jas@extundo.com>
22561
22562         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
22563
22564 2004-09-22  Bruno Haible  <bruno@clisp.org>
22565
22566         * modules/*: Add 'License' field.
22567         * gnulib-tool: Accept --extract-license option.
22568         (func_get_license): New function.
22569
22570 2004-09-21  Bruno Haible  <bruno@clisp.org>
22571
22572         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
22573         Reported by Simon Josefsson.
22574
22575 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
22576
22577         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
22578         gl_AC_TYPE_LONG_LONG.
22579
22580 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
22581
22582         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
22583
22584 2004-09-18  Simon Josefsson  <jas@extundo.com>
22585         and  Paul Eggert  <eggert@cs.ucla.edu>
22586
22587         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
22588         calls with autoreconf.  Define GL_LIB.
22589
22590 2004-09-14  Karl Berry  <karl@gnu.org>
22591
22592         * config/srclist.txt: unsync setenv.c, sigh.
22593
22594 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
22595
22596         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
22597         Problem reported by Bruno Haible in:
22598         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
22599
22600 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
22601
22602         * config/srclist.txt: Comment out argp-pvh.c.
22603
22604 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
22605
22606         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
22607         in case some system header has #define'd it.  Problem reported by
22608         Soeren D. Schulze in
22609         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
22610
22611 2004-09-09  Karl Berry  <karl@gnu.org>
22612
22613         * regex.[ch]: delete from the root.  These were supposed to be
22614                 synced with emacs cvs, but this has not happened for about
22615                 a year, and anyway nothing else uses emacs regex.[ch].
22616                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
22617                 lib/regex[.ch] is untouched.
22618
22619 2004-09-09  Bruno Haible  <bruno@clisp.org>
22620
22621         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
22622
22623 2004-09-09  Bruno Haible  <bruno@clisp.org>
22624
22625         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
22626         modifications.
22627         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
22628
22629 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
22630
22631         * modules/xvasprintf: New file.
22632         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
22633
22634 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
22635
22636         * lib/xvasprintf.h: New file.
22637         * lib/xvasprintf.c: New file.
22638         * lib/xasprintf.c: New file.
22639
22640 2004-09-08  Bruno Haible  <bruno@clisp.org>
22641
22642         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
22643
22644 2004-09-08  Bruno Haible  <bruno@clisp.org>
22645
22646         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
22647         length is > INT_MAX.
22648         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
22649         more.
22650
22651 2004-09-08  Bruno Haible  <bruno@clisp.org>
22652
22653         * lib/stdint_.h: New file, taken from GNU clisp.
22654
22655 2004-09-08  Bruno Haible  <bruno@clisp.org>
22656             Oskar Liljeblad  <oskar@osk.mine.nu>
22657
22658         * modules/stdint: New file.
22659         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
22660
22661 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
22662
22663         Import from coreutils.
22664         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
22665         strings on unbounded length.  alloca's performance benefits aren't
22666         that important here.
22667         (V_STRDUP): Remove.
22668         (parse_with_separator): New function, with most of the internals
22669         of the old parse_user_spec.  Allow user to omit both user and group,
22670         for compatibility with FreeBSD.
22671         Clone only the user name, not the entire spec.
22672         Do not set *uid, *gid unless entirely successful.
22673         Avoid memory leak in some failing cases.
22674         Fix regression for USER.GROUP reported by Dmitry V. Levin in
22675         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
22676         (parse_user_spec): Rewrite to use parse_with_separator.
22677
22678 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
22679
22680         * modules/userspec: Don't depend on alloca.
22681
22682 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
22683
22684         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
22685
22686 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
22687
22688         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
22689         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
22690         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
22691
22692 2004-08-16  Simon Josefsson  <jas@extundo.com>
22693
22694         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
22695         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
22696         Add --dry-run for --import.
22697         Let user provided command line parameters override configure.ac
22698         settings.
22699
22700 2004-08-12  Simon Josefsson  <jas@extundo.com>
22701
22702         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
22703         as discussed with Paul Eggert in threads rooted at
22704         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
22705         and
22706         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
22707         Before, the test was empty, and relied on ELIDE_CODE in source
22708         code.)
22709         (gl_PREREQ_GETOPT): New macro.
22710         (gl_GETOPT): Use them.
22711
22712 2004-08-12  Simon Josefsson  <jas@extundo.com>
22713
22714         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
22715         * lib/getopt_.h: Renamed from getopt.h.
22716
22717 2004-08-12  Simon Josefsson  <jas@extundo.com>
22718
22719         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
22720         Change default library name from libfoo to libgnu.
22721         Now, if you have a configure.ac that says:
22722                 gl_SOURCE_BASE(gl)
22723                 gl_M4_BASE(gl/m4)
22724                 gl_MODULES(error getopt etcetera)
22725                 gl_INIT
22726         you can import all you need by running:
22727                 ../gnulib/gnulib-tool --import
22728
22729         * modules/getopt (Files): Rename getopt.h to getopt_.h.
22730         (Makefile.am): Rewrite, use logic from argz.
22731         (Include): Use <getopt.h> instead of "getopt.h".
22732
22733 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
22734
22735         * modules/argp (Files): Add m4/unlocked-io.m4.
22736         (Depends-on): Add extensions.
22737
22738 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
22739
22740         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
22741         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
22742         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
22743         Check for program_invocation_name, program_invocation_short_name,
22744         flockfile, funlockfile, features.h, _getopt_long_only_r.
22745
22746 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
22747
22748         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
22749         its complicated substitute.
22750         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
22751         and program_invocation_name.
22752         (__argp_basename) [!_LIBC]: Remove; the only use was
22753         replaced by its body.
22754         (__argp_short_program_name): Change condition from
22755         !defined __argp_short_program_name to
22756         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
22757         to match argp-namefrob.h.
22758         (__argp_failure): Don't assume strerror_r returns char *.
22759         * lib/argp-parse.c (N_): Define unconditionally.
22760         (argp_default_options): Fill out initializers with 0 to avoid
22761         gcc warnings.
22762
22763 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
22764
22765         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
22766         getopt1.c.
22767
22768 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
22769
22770         Merge from coreutils.
22771
22772         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
22773
22774         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
22775         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
22776
22777 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
22778
22779         Merge from coreutils.
22780
22781         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
22782         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
22783         for Reliant Unix 5.43.
22784
22785         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
22786         (union fooround): Use uintmax_t, not long int.
22787         The rest is a merge from libc:
22788         [defined _LIBC]: Include <shlib-compat.h>.
22789         (_obstack) [defined _LIBC]: Remove after 2.3.4.
22790
22791         * lib/settime.c (settime): Recode to avoid warning with
22792         Sun Forte C 6U2.
22793
22794         * lib/strverscmp.c: Convert to UTF-8.
22795
22796 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
22797
22798         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
22799         m4/uintmax_t.m4.
22800
22801 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
22802
22803         * modules/xalloc-die: New file.
22804         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
22805
22806         * modules/md5 (Files): Add m4/uint32_t.m4.
22807         * modules/sha1: Renamed from modules/sha.
22808         (Files):
22809         Rename lib/sha.h to lib/sha1.h.
22810         Rename lib/sha.c to lib/sha1.c.
22811         Rename m4/sha.m4 to m4/sha1.m4.
22812         (lib_SOURCES): Likewise.
22813         (configure.ac): Rename gl_SHA to gl_SHA1.
22814         (Include): sha.h -> sha1.h.
22815
22816 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
22817
22818         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
22819         * m4/sha1.m4: Renamed from sha.m4.
22820         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
22821
22822 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
22823
22824         * lib/obstack.h (obstack_empty_p):
22825         Don't assume that chunk->contents is suitably aligned.
22826         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
22827         Likewise. Problem reported by Benno in
22828         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
22829
22830         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
22831         readable.  This could be improved further but it'd take some work.
22832
22833 2004-08-08  Simon Josefsson  <jas@extundo.com>
22834
22835         * modules/xgethostname (Depends-on): Remove exit and error (not
22836         used).
22837
22838         * modules/getpass-gnu: Add getpass.h.
22839         (Depends-on): Add stdbool.
22840         * modules/getpass: Add getpass.h.
22841
22842 2004-08-08  Simon Josefsson  <jas@extundo.com>
22843
22844         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
22845         Check getpass declaration.
22846
22847 2004-08-08  Simon Josefsson  <jas@extundo.com>
22848
22849         * lib/xgethostname.c: Don't include error.h (not used).
22850
22851         * lib/getpass.h: Add.
22852         * lib/getpass.c: Include getpass.h first.
22853
22854 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
22855
22856         * lib/xalloc-die.c: New file.
22857         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
22858         All uses removed.
22859         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
22860         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
22861         xalloc-die.c.
22862         (_, N_, xalloc_die): Move to xalloc-die.c.
22863         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
22864         so that we needn't mess with xalloc_msg_memory_exhausted.
22865
22866         * lib/sha1.h: Renamed from sha.h.
22867         (SHA1_H): Renamed from _SHA_H.
22868         (sha1_ctx): Renamed from sha_ctx.
22869         (sha1_init_ctx): Renamed from sha_init_ctx.
22870         (sha1_process_block): Renamed from sha_process_block.
22871         (sha1_process_bytes): Renamed from sha_process_bytes.
22872         (sha1_finish_ctx): Renamed from sha_finish_ctx.
22873         (sha1_read_ctx): Renamed from sha_read_ctx.
22874         (sha1_stream): Renamed from sha_stream.
22875         (sha1_buffer): Renamed from sha_buffer.
22876         * lib/sha1.c: Likewise; renamed from sha.c.
22877         Do not include <sys/types.h>.
22878         Include <stddef.h> rather than <stdlib.h>.
22879
22880 2004-08-08  Bruno Haible  <bruno@clisp.org>
22881
22882         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
22883         FILESYSTEM_PREFIX_LEN.
22884         * lib/progreloc.c: Likewise.
22885         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
22886
22887 2004-08-06  Simon Josefsson  <jas@extundo.com>
22888
22889         * modules/progname (Depends-on): Don't depend on stdbool.
22890
22891 2004-08-06  Simon Josefsson  <jas@extundo.com>
22892
22893         * modules/getsubopt: New file.
22894         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
22895         getsubopt.
22896
22897 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
22898
22899         More merge from coreutils.
22900
22901         * m4/utimens.m4, m4/utimecmp.m4: New files.
22902         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
22903         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
22904         prereq.m4, sha.m4: Import changes from coreutils.
22905
22906 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
22907
22908         More merge from coreutils.
22909         * modules/raise, modules/readtokens0, modules/utimens:
22910         * modules/utimecmp, module/xnanosleep: New files.
22911         * modules/strftime: Add lib/strftime.h.
22912         Change include from <time.h> to "strftime.h".
22913         * modules/yesno: Add lib/yesno.h.
22914         * modules/backupfile: Remove lib/addext.c.
22915         * modules/euidaccess: Add stat-macros.h.
22916         * modules/canonicalize, modules/euidaccess,
22917         modules/filemode, modules/lchown, modules/makepath,
22918         modules/rmdir, modules/stat: Likewise.
22919
22920 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
22921
22922         Merge from tar.
22923         * lib/argp-help.c (make_hol, hol_append): Don't assume that
22924         SIZE_MAX is a valid preprocessor constant.
22925         (__argp_basename): Change from "#ifndef _LIBC"
22926         to "#ifndef __argp_short_program_name", so that
22927         we don't compile these functions for tar.
22928
22929         More merges from coreutils.
22930         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
22931         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
22932         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
22933         * lib/addext.c: Remove; no longer needed.
22934         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
22935         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
22936         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
22937         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
22938         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
22939         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
22940         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
22941         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
22942         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
22943         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
22944         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
22945         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
22946         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
22947         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
22948         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
22949         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
22950         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
22951         Import changes from coreutils.
22952
22953 2004-08-05  Simon Josefsson  <jas@extundo.com>
22954
22955         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
22956
22957 2004-08-05  Simon Josefsson  <jas@extundo.com>
22958
22959         * m4/getsubopt.m4: New file.
22960
22961 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
22962
22963         Merge from coreutils.
22964
22965         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
22966         * m4/getcwd-path-max.m4: New files.
22967
22968         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
22969         FILESYSTEM_PREFIX_LEN ->
22970         FILE_SYSTEM_PREFIX_LEN.
22971         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
22972         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
22973         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
22974         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
22975
22976         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
22977         prerequisite modules now handle the DOS stuff.
22978         Don't check for unistd.h.
22979
22980 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
22981
22982         Merge from coreutils.
22983
22984         * lib/.gdb-history: Remove; this doesn't belong here.
22985
22986         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
22987         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
22988         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
22989         * lib/getcwd.c: New files.
22990
22991         * lib/dirname.h: Include <stdbool.h>.
22992         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
22993         for consistency with POSIX terminology.  All uses changed.
22994         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
22995         (strip_trailing_slashes): Use bool for booleans.
22996         * lib/stripslash.c (strip_trailing_slashes): Likewise.
22997
22998         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
22999         sometimes returns a positive errno value even when it succeeds.
23000         (print_errno_message) [!LIBC]: Fall back on strerror if
23001         __strerror_r fails.
23002
23003         * lib/path-concat.c (mempcpy): Don't define if a system header defines
23004         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
23005         (longest_relative_suffix): New function.
23006         (path_concat): Use it.  Assume first argument is not NULL.
23007         Port to DOS.  Omit redundant separators.
23008         Report an error instead of returning NULL.
23009         Use mempcpy instead of memcpy.
23010         (xpath_concat): Remove: not declared or used.
23011
23012         * lib/same.h: Include <stdbool.h>
23013         (same_name): Return bool, not int.
23014         * lib/same.c (same_name): Likewise.
23015         (errno): Don't declare; we assume C89 or better now.
23016
23017         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
23018         if not already defined.
23019
23020         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
23021         * lib/dup-safer.c (errno): Likewise.
23022
23023 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
23024
23025         Merge from coreutils.
23026         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
23027         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
23028         * modules/path-concat: Don't depend on strdup.
23029
23030 2004-08-03  Simon Josefsson  <jas@extundo.com>
23031
23032         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
23033         * lib/progname.h: Don't include stdbool.h.
23034
23035 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
23036
23037         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
23038         * MODULES.html.sh (func_all_modules): Remove fatal.
23039
23040 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
23041
23042         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
23043
23044 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
23045
23046         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
23047         working.
23048
23049 2004-08-02  Simon Josefsson  <jas@extundo.com>
23050
23051         * lib/getsubopt.h: New file, with comments from Bruno Haible.
23052         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
23053         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
23054
23055 2004-08-01  Simon Josefsson  <jas@extundo.com>
23056
23057         * lib/xgetdomainname.c: Include stdlib.h, for free().
23058
23059 2004-07-19  Bruno Haible  <bruno@clisp.org>
23060
23061         * MODULES.html.sh (func_all_modules): Add dummy.
23062
23063 2004-07-16  Simon Josefsson  <jas@extundo.com>
23064
23065         * modules/dummy: New file.
23066
23067 2004-07-16  Simon Josefsson  <jas@extundo.com>
23068
23069         * lib/dummy.c: New file.
23070
23071 2004-07-16  Bruno Haible  <bruno@clisp.org>
23072
23073         * lib/backupfile.h: Add extern "C" for C++.
23074         * lib/closeout.h: Likewise.
23075         * lib/copy-file.h: Likewise.
23076         * lib/findprog.h: Likewise.
23077         * lib/full-write.h: Likewise.
23078         * lib/pathname.h: Likewise.
23079         * lib/progname.h: Likewise.
23080         * lib/stpcpy.h: Likewise.
23081         * lib/stpncpy.h: Likewise.
23082         * lib/strcase.h: Likewise.
23083         * lib/strstr.h: Likewise.
23084         * lib/xalloc.h: Likewise.
23085
23086         * lib/mbswidth.h: Add extern "C" for C++.
23087         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
23088
23089 2004-07-13  Robert Millan  <robertmh@gnu.org>
23090
23091         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
23092
23093 2004-07-09  Simon Josefsson  <jas@extundo.com>
23094
23095         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
23096         failed without this.)
23097
23098 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
23099
23100         * modules/chown (Files): Add lib/fchown-stub.c, since
23101         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
23102
23103 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
23104
23105         * lib/fchown-stub.c: New file.
23106
23107 2004-06-24  Jim Meyering  <jim@meyering.net>
23108
23109         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
23110
23111 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
23112
23113         * modules/argz: Omit "#include".
23114
23115         * MODULES.html.sh (func_all_modules): Add calloc, to match
23116         2004-06-01 addition of calloc module.
23117
23118 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
23119
23120         * m4/argz.m4: New file, which is autoupdated from libtool.
23121
23122 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
23123
23124         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
23125         libtool.
23126
23127 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
23128
23129         * config/srclist-update: Don't insist on "USA." before the
23130         close-comment, as libtool omits the period and puts the */ on a
23131         separate line.
23132         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
23133         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
23134
23135 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
23136
23137         * modules/argz: New file.
23138         * MODULES.html.sh (func_all_modules): Add argz.
23139
23140 2004-06-12  Jim Meyering  <jim@meyering.net>
23141         and  Paul Eggert  <eggert@cs.ucla.edu>
23142
23143         * modules/hash (Files): Add lib/xalloc.h.
23144         * modules/pipe (Depends-on): Add wait-process.
23145         * modules/stat (Depends-on): Add xalloc.
23146         * modules/userspec (Files): Add lib/userspec.h.
23147         * modules/xstrto
23148
23149         Upgrade from gettext-0.13.
23150         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
23151         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
23152         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
23153
23154 2004-06-10  Jim Meyering  <jim@meyering.net>
23155
23156         * lib/calloc.c: New file.
23157
23158 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
23159
23160         * lib/getdate.y (yylex): Allow space between sign and number.
23161         Problem reported by Dan Jacobson.
23162
23163 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
23164
23165         Merge from coreutils CVS.
23166
23167         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
23168         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
23169         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
23170         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
23171         xstrtol.m4: Fix copyright date and/or serial number.
23172
23173         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
23174         See if we need an fchown replacement.
23175         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
23176         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
23177         and use the replacement function if we detect either defect.
23178
23179         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
23180         gl_UTIMECMP.
23181
23182 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
23183         and  Jim Meyering  <jim@meyering.net>
23184
23185         Merge from coreutils CVS.
23186
23187         * lib/stat-macros.h: New file, with contents from file-type.h
23188         and coreutils' system.h.
23189         * lib/file-type.c: Include "stat-macros.h".
23190         * lib/file-type.h (file_type): Move all macro definitions to new file,
23191         stat-macros.h.
23192
23193         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
23194         Wrap old code with this conditional.
23195         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
23196         function that does not dereference symlinks.
23197         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
23198
23199         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
23200         dependency problems.
23201         (xreadlink): Accept new arg SIZE, for efficiency.
23202         All decls and uses changed.
23203         * lib/xreadlink.h: Include <stddef.h>, for size_t.
23204
23205         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
23206         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
23207
23208         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
23209         sysexits.h.
23210
23211 2004-06-01  Jim Meyering  <jim@meyering.net>
23212
23213         * m4/calloc.m4: New file.
23214
23215 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
23216
23217         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
23218         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
23219         Also, fix a typo in a diagnostic.
23220
23221 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
23222
23223         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
23224         or AC_FUNC_REALLOC.
23225
23226 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
23227
23228         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
23229         macros to be defined.
23230         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
23231         the allocator returns NULL because the requested size is zero.
23232
23233 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
23234
23235         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
23236         var.  Add comment explaining why libc still defines it.  This
23237         merges the following patch from glibc:
23238         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
23239
23240 2004-05-20  Andreas Schwab  <schwab@suse.de>
23241
23242         * m4/free.m4: Replace free if it not known to work, not the other
23243         way round.
23244
23245 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
23246
23247         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
23248         present in glibc since revision 1.1 of this file.
23249         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
23250         obstack_alignment_mask, obstack_alloc, obstack_base,
23251         obstack_blank, obstack_blank_fast, obstack_chunk_size,
23252         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
23253         obstack_grow0, obstack_init, obstack_int_grow,
23254         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
23255         obstack_next_free, obstack_object_size, obstack_ptr_grow,
23256         obstack_ptr_grow_fast, obstack_room): Remove declarations of
23257         nonexistent functions.
23258
23259 2004-05-18  Karl Berry  <karl@gnu.org>
23260
23261         * config/srclist.txt: break link for vasnprintf.c.
23262
23263 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
23264
23265         Port obstack to the AS/400, where pointers are 16 bytes wide and
23266         you cannot cast an integer to a valid pointer.  This patch is
23267         currently waiting to be integrated into glibc; see
23268         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
23269
23270         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
23271         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
23272         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
23273         (struct obstack): temp member is now a union of a pointer and
23274         an integer, instead of an integer.  All integer uses changed.
23275         This does not affect the physical layout of struct obstack,
23276         except on hosts (like the AS/400) where the size or alignment of
23277         void * is greater than that of ptrdiff_t.
23278         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
23279         __STDC__)]: Store temporary in pointer member of union, not
23280         integer member.
23281         * lib/obstack.c: Include <stddef.h>, for offsetof.
23282         (struct fooalign): Remove; it doesn't need a name.
23283         (union fooround): Change double to long double, and add void *.
23284         (DEFAULT_ALIGNMENT): Use offsetof to compute.
23285         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
23286         not a macro.  Hence the values are always int; so remove all
23287         casts-to-int in uses.
23288
23289 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
23290
23291         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
23292         we can get this patch merged into glibc.
23293
23294 2004-05-17  Derek R. Price  <derek@ximbiot.com>
23295             Paul Eggert  <eggert@cs.ucla.edu>
23296
23297         * m4/argp: Depend on alloca.
23298
23299 2004-05-17  Derek R. Price  <derek@ximbiot.com>
23300             Paul Eggert  <eggert@cs.ucla.edu>
23301
23302         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
23303         freecoding.
23304
23305 2004-05-17  Bruno Haible  <bruno@clisp.org>
23306
23307         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
23308         precision that consists of a '.' followed by an empty digit string.
23309         Patch by Tor Lillqvist <tml@iki.fi>.
23310
23311 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
23312
23313         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
23314         for backward compatibility with older code.  We need our own
23315         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
23316         it under some other name, and our alloca.h will define it.
23317
23318 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
23319             Derek Price  <derek@ximbiot.com>
23320
23321         * lib/alloca.c: Include <alloca.h>, to get our interface.
23322         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
23323         include <alloca.h> first.  Use C89 prototype for alloca; this
23324         requires including <stddef.h> for size_t.  Use extern "C" if C++.
23325         Use #elif for simplicity, since we can assume C89 now.
23326         Don't try to source the system alloca.h since it will not be found
23327         and to prevent recursively including its replacement.
23328         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
23329         * lib/regex.c: Likewise.
23330
23331 2004-05-16  Derek Price  <derek@ximbiot.com>
23332             Paul Eggert  <eggert@cs.ucla.edu>
23333
23334         getline cleanup.  This changes the getndelim2 API: both order of
23335         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
23336         no delimiter).
23337
23338         * lib/getline.c: Don't include stddef.h or stdio.h, since our
23339         interface does that.
23340         (getline): Always use getdelim, so that we don't have two
23341         copies of this code.
23342         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
23343         if available.
23344         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
23345         (GETNDELIM2_MAXIMUM): New macro.
23346         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
23347         instead of the old practice of delim2==0.  All callers changed.
23348         Return -1 on overflow, instead of returning junk.
23349         Do not set *linesize unless allocation succeeds.
23350         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
23351         that we include sys/types.h.
23352         * lib/getnline.h: Likewise.
23353         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
23354         (getndelim2): Reorder arguments.
23355         * lib/getnline.c (getnline, getndelim):
23356         Don't discard the NMAX argument.
23357         (getnline): Invoke getndelim, to avoid code duplication.
23358         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
23359         of (size_t) -1 by callers of the getnline family.
23360
23361 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
23362
23363         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
23364         Check for gettimeofday.
23365         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
23366         Check for settimeofday, stime.
23367
23368 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
23369
23370         * lib/nanosleep.c (suspended): Change its type from int to
23371         sig_atomic_t volatile.
23372         (first_call): Make it private to rpl_nanosleep, and have it
23373         be zero initially as that's a bit faster.
23374         (my_usleep): Round up fractional times instead of truncating them,
23375         as this is the usual meaning for 'sleep'.
23376
23377         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
23378         doesn't work.
23379         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
23380         (ENOSYS): Define if not defined.
23381         (settime): Fall back on stime if it exists and settimeofday fails.
23382         But don't bother with fallbacks if a method fails with errno == EPERM.
23383
23384 2004-05-11  Jim Meyering  <jim@meyering.net>
23385
23386         Prior to this change, the save_cwd caller required read access to the
23387         current directory on most systems (ones with the fchdir function).
23388
23389         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
23390         fails, try write-only, and finally, resort to using xgetcwd.
23391
23392 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
23393
23394         * lib/obstack.c, obstack.h: Import changes from libc.
23395
23396 2004-04-28  Bruno Haible  <bruno@clisp.org>
23397
23398         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
23399         also implicitly appends .exe to executables.
23400         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
23401         accepts Windows pathnames.
23402         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
23403         Treat Cygwin like Windows, since it now accepts Windows pathnames.
23404         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
23405         Treat Cygwin like Windows, since it now accepts Windows pathnames.
23406         Reported by Derek Robert Price <derek@ximbiot.com>.
23407
23408 2004-04-21  Karl Berry  <karl@gnu.org>
23409
23410         * config/srclist.txt (localcharset.c): break sync.
23411
23412 2004-04-20  Paul Eggert  <eggert@twinsun.com>
23413
23414         * m4/host-os.m4: Add a copyright notice.
23415
23416 2004-04-20  Jim Meyering  <jim@meyering.net>
23417
23418         Change UTILS_ to gl_ in AC_DEFINE'd names.
23419         Change utils_- and jm_-prefixed variables, too.
23420         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
23421         UTILS_FUNC_MKDIR_TRAILING_SLASH.
23422         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
23423
23424         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
23425         Don't emit trailing blanks.
23426         Also rename jm_-prefixed variables to have gl_ prefix.
23427
23428         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
23429         Also rename jm_-prefixed variables to have gl_ prefix.
23430
23431         * m4/jm-macros.m4: Reflect the renamings.
23432         * m4/prereq.m4: Likewise.
23433
23434 2004-04-20  Jim Meyering  <jim@meyering.net>
23435
23436         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
23437         memory.
23438
23439 2004-04-20  Jim Meyering  <jim@meyering.net>
23440             Bruno Haible  <bruno@clisp.org>
23441
23442         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
23443         memory when realloc fails.
23444
23445 2004-04-19  Jim Meyering  <jim@meyering.net>
23446
23447         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
23448         now that readutmp.c may call `free (0)'.
23449
23450 2004-04-19  Bruno Haible  <bruno@clisp.org>
23451
23452         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
23453         * m4/inttypes_h.m4: Likewise.
23454         * m4/stdint_h.m4: Likewise.
23455         * m4/intmax_t.m4: Likewise.
23456         * m4/uintmax_t.m4: Likewise.
23457
23458 2004-04-18  Jim Meyering  <jim@meyering.net>
23459
23460         * m4/prereq.m4: Don't forbid jm_ prefix.
23461
23462         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
23463         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
23464         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
23465         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
23466         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
23467         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
23468         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
23469         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
23470         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
23471         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
23472         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
23473         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
23474         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
23475         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
23476         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
23477         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
23478         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
23479         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
23480         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
23481
23482 2004-04-18  Jim Meyering  <jim@meyering.net>
23483
23484         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
23485         failure, don't leak memory and do call END_UTMP_ENT.
23486
23487 2004-04-16  Jim Meyering  <jim@meyering.net>
23488
23489         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
23490         coreutils' stat program.
23491         (gl_PREREQ): Don't require jm_PREREQ_STAT.
23492
23493 2004-04-11  Paul Eggert  <eggert@twinsun.com>
23494
23495         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
23496         C89.
23497         (CHAR_BIT): Remove, since we assume C89.
23498         Include <stdint.h> if available, as per current Autoconf CVS advice.
23499
23500 2004-03-31  Jim Meyering  <jim@meyering.net>
23501
23502         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
23503         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
23504         * m4/xalloc.m4: Likewise.
23505
23506 2004-03-30  Paul Eggert  <eggert@twinsun.com>
23507
23508         Merge from coreutils.
23509
23510         * m4/inttostr.m4: New file.
23511         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
23512         Require AM_STDBOOL_H and gl_TIMESPEC instead.
23513         Require gl_CLOCK_TIME.
23514         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
23515
23516 2004-03-30  Paul Eggert  <eggert@twinsun.com>
23517
23518         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
23519         not bool, to be more consistent with Unix conventions.
23520         Suggested by Bruno Haible.
23521
23522         Merge from coreutils.
23523
23524         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
23525         * lib/umaxtostr.c: New files.
23526
23527         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
23528         the usual <time.h> dance.
23529         (get_date): Change signature to support fractional time stamps.
23530         All callers changed.
23531         * lib/getdate.y: Include "getdate.h" first, as we can now
23532         assume C89 and don't need to worry about 'const'.
23533         Similarly, include "unlocked-io.h" near start, not in middle.
23534         Include <limits.h>.
23535         (textint.value): Use long int rather than int.
23536         (textint.digits): Use size_t rather than int.
23537         (BILLION, LOG10_BILLION): New constants.
23538         (parser_control): New member rel_ns.  Members day_ordinal,
23539         time_zone, month, day, hour, minutes, rel_year, rel_month,
23540         rel_day, rel_hour, rel_minutes, rel_seconds
23541         are now long int, not int.  Member seconds is now struct timespec,
23542         not int.  New member timespec_seen.  Members dates_seen, days_seen,
23543         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
23544         not int.
23545         (%union.intval): Now long int, not int.
23546         New member timespec.
23547         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
23548         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
23549         (spec): Now is a timespec or an item list.
23550         (timespec, items): New nonterminals.
23551         (time, rel, relunit, number, get_date):
23552         Add support for fractional seconds.
23553         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
23554         (gmtime, localtime, mktime): Remove decls; not needed with C89.
23555         (to_hour): First arg is now long int, not int.
23556         (to_year): Returns long int, not int.
23557         Don't treat year -70 like 70.
23558         (tm_diff): Returns long int, not int.
23559         (lookup_word): Use bool instead of int when appropriate.
23560         (yylex): Use size_t for count, not int.
23561         Detect overflow when parsing large integer constants.
23562         Add support for fractions.
23563         (get_date): Make pointers 'const' if possible.
23564         Use more-portable code to detect integer overflow.
23565         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
23566         Don't use ctime; it's not reliable if the year has >4 digits.
23567
23568         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
23569         This is for compatibility with BSD.
23570
23571         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
23572         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
23573         From coreutils' system.h.
23574
23575         * lib/userspec.c: Don't include "posixver.h".
23576         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
23577         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
23578         compatible extension.  Simplify code by removing a boolean int
23579         that was always nonzero if a string was nonnull.
23580
23581 2004-03-30  Jim Meyering  <jim@meyering.net>
23582
23583         Merge from coreutils.
23584
23585         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
23586         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
23587         on some systems one must include <grp.h> before it.
23588         Reported by Christian Krackowizer.
23589
23590 2004-03-30  Jim Meyering  <jim@meyering.net>
23591
23592         Merge from coreutils.
23593
23594         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
23595
23596         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
23597         an empty input stream.
23598
23599         * lib/readtokens.c: Include <stdbool.h>.
23600         (readtoken): Use `size_t' rather than int/long.
23601         All callers adjusted.
23602         Use `bool' rather than `int' where appropriate.
23603         Use memset rather than an explicit loop.
23604         Use x2nrealloc rather than xrealloc.
23605         Allow the use of `\0' as a delimiter.
23606         (readtokens): Likewise.
23607         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
23608
23609 2004-03-30  Jim Meyering  <jim@meyering.net>
23610
23611         * m4/realloc.m4: Remove file, since now it does no more than
23612         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
23613         the `configure.ac' section of module/realloc.
23614         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
23615
23616 2004-03-30  Bruno Haible  <bruno@clisp.org>
23617
23618         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
23619         nonnull.
23620
23621 2004-03-29  Paul Eggert  <eggert@twinsun.com>
23622
23623         Merge changes to getloadavg.c from coreutils and Emacs.
23624
23625         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
23626         Define to an expression, not to the empty string.
23627         Include cloexec.h and xalloc.h.
23628         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
23629         Use set_cloexec_flag rather than rolling our own.
23630         * lib/cloexec.c, lib/cloexec.h: New files.
23631
23632 2004-03-29  Paul Eggert  <eggert@twinsun.com>
23633
23634         * m4/cloexec.m4: New file.
23635
23636 2004-03-18  Paul Eggert  <eggert@twinsun.com>
23637
23638         * lib/getopt.h: Sync with libc CVS.
23639
23640 2004-03-18  Paul Eggert  <eggert@twinsun.com>
23641             Bruno Haible  <bruno@clisp.org>
23642
23643         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
23644         mbswidth.
23645
23646 2004-03-18  Paul Eggert  <eggert@twinsun.com>
23647             Bruno Haible  <bruno@clisp.org>
23648
23649         * lib/mbswidth.h: Include <wchar.h> only if
23650         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
23651         <wchar.h>.
23652         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
23653
23654 2004-03-09  Paul Eggert  <eggert@twinsun.com>
23655
23656         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
23657         Sync with libc CVS.
23658         * lib/getopt_int.h: New file, also synced from libc.
23659
23660 2004-03-09  Paul Eggert  <eggert@twinsun.com>
23661
23662         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
23663         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
23664         Bring back getopt.c, getopt.h, getopt1.c.
23665
23666 2004-03-07  Paul Eggert  <eggert@twinsun.com>
23667
23668         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
23669         All uses changed.  Check for sa_sigaction member; this fixes
23670         a bug first reported by Jason Andrade in
23671         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
23672
23673 2004-03-07  Paul Eggert  <eggert@twinsun.com>
23674
23675         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
23676         '#if' expressions.  Unlike the code it replaces, it does not
23677         depend on (defined _SC_PAGESIZE).  However, it does depend on
23678         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
23679         first reported by Jason Andrade in
23680         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
23681
23682 2004-02-25  Simon Josefsson  <jas@extundo.com>
23683
23684         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
23685
23686 2004-02-25  Simon Josefsson  <jas@extundo.com>
23687
23688         * lib/strdup.h: New file.
23689         * lib/strdup.c: Include it.
23690         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
23691         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
23692
23693 2004-02-23  Karl Berry  <karl@gnu.org>
23694
23695         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
23696         (from fencepost.gnu.org:/gd/gnuorg).
23697
23698 2004-02-23  Karl Berry  <karl@gnu.org>
23699
23700         * config/srclistvars.sh (GNUORG) [karl]: redefine.
23701         * config/srclist.txt: add maintain/standards documents.
23702
23703 2004-02-18  Bruno Haible  <bruno@clisp.org>
23704
23705         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
23706         Reported by Derek Robert Price <derek@ximbiot.com>.
23707
23708 2004-02-16  Karl Berry  <karl@gnu.org>
23709
23710         * config/mkinstalldirs, install-sh: update from automake.
23711
23712 2004-02-06  Karl Berry  <karl@gnu.org>
23713
23714         * m4/po.m4: update from gettext 0.14.1.
23715
23716 2004-02-06  Karl Berry  <karl@gnu.org>
23717
23718         * lib/config.charset: update from gettext 0.14.1.
23719
23720 2004-02-05  Paul Eggert  <eggert@twinsun.com>
23721
23722         Add comments and code, prompted by suggestions from Bruno Haible
23723         for sh-quote.
23724         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
23725         describing the enum quoting_style values.
23726         * lib/quotearg.c (quotearg_alloc): New function.
23727         (quotearg_buffer_restyled): Treat lone { and } as special.
23728         Treat = as special.  Work around bug with older shells
23729         that "see" a '\' that is really the 2nd byte of a multibyte char.
23730         Quote empty string with shell_quoting_style.
23731
23732 2004-02-03  Bruno Haible  <bruno@clisp.org>
23733
23734         * m4/pipe.m4: New file, from GNU gettext.
23735
23736 2004-02-03  Bruno Haible  <bruno@clisp.org>
23737
23738         * lib/pipe.h: New file, from GNU gettext.
23739         * lib/pipe.c: New file, from GNU gettext.
23740
23741 2004-01-27  Bruno Haible  <bruno@clisp.org>
23742
23743         * m4/execute.m4: New file, from GNU gettext.
23744
23745 2004-01-27  Bruno Haible  <bruno@clisp.org>
23746
23747         * lib/execute.h: New file, from GNU gettext.
23748         * lib/execute.c: New file, from GNU gettext.
23749         * lib/w32spawn.h: New file, from GNU gettext.
23750
23751 2004-01-24  Paul Eggert  <eggert@twinsun.com>
23752
23753         Merge from diffutils.
23754
23755         * lib/file-type.c (file_type): Add typed memory objects.
23756         * lib/file-type.h (S_TYPEISTMO): New macro.
23757
23758         * lib/c-stack.h (c_stack_action): Remove argv argument.
23759         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
23760         (die): Don't calculate message unless segv_action returns.
23761         (get_stack_location, min_address_from_argv, max_address_from_argv,
23762         volatile stack_base, volatile_stack_size): Remove.
23763         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
23764         that every segmentation violation is a stack overflow.  (Ouch!)
23765         See Debian bug 136249 (still outstanding) for more info about why
23766         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
23767
23768 2004-01-24  Paul Eggert  <eggert@twinsun.com>
23769
23770         Exit-status fix from coreutils.
23771
23772         Use exit_failure consistently in place of EXIT_FAILURE,
23773         so that program exit statuses are consistent on failure.
23774
23775         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
23776         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
23777         * lib/argmatch.h: Comment fix to match the above.
23778         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
23779         Now a macro referring to exit_failure, instead of a separate
23780         variable.  Include "exitfail.h" to get it.
23781         * lib/xstrtol.h: Include "exitfail.h".
23782         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
23783
23784         * lib/long-options.c (parse_long_options): Use prototype
23785         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
23786         for clarity.
23787
23788 2004-01-21  Jim Meyering  <jim@meyering.net>
23789
23790         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
23791         so as not to conflict with a different-sized __mktime_internal
23792         function in GNU libc.
23793         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
23794         Problem building statically-linked `ls' reported by Michael Brunnbauer.
23795
23796 2004-01-20  Karl Berry  <karl@gnu.org>
23797
23798         * config/config.guess: update from config.
23799
23800         * config/srclistvars.sh: GNUWWWLICENSES for karl.
23801
23802 2004-01-20  Bruno Haible  <bruno@clisp.org>
23803
23804         Safer stack allocation.
23805         * lib/setenv.c: Include allocsa.h.
23806         (alloca): Remove fallback definition.
23807         (freea): Remove macro.
23808         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
23809         instead of freea.
23810
23811 2004-01-20  Bruno Haible  <bruno@clisp.org>
23812
23813         * m4/eealloc.m4: New file, from GNU gettext.
23814
23815 2004-01-20  Bruno Haible  <bruno@clisp.org>
23816
23817         * m4/allocsa.m4: New file, from GNU gettext.
23818
23819 2004-01-20  Bruno Haible  <bruno@clisp.org>
23820
23821         * lib/xallocsa.h: New file, from GNU gettext.
23822         * lib/xallocsa.c: New file, from GNU gettext.
23823
23824 2004-01-20  Bruno Haible  <bruno@clisp.org>
23825
23826         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
23827
23828 2004-01-20  Bruno Haible  <bruno@clisp.org>
23829
23830         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
23831         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
23832         specially.
23833
23834 2004-01-20  Bruno Haible  <bruno@clisp.org>
23835
23836         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
23837         patch.
23838
23839 2004-01-20  Bruno Haible  <bruno@clisp.org>
23840
23841         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
23842
23843 2004-01-20  Bruno Haible  <bruno@clisp.org>
23844
23845         * lib/eealloc.h: New file.
23846
23847 2004-01-20  Bruno Haible  <bruno@clisp.org>
23848
23849         * lib/binary-io.h: Avoid warnings on Cygwin.
23850
23851 2004-01-20  Bruno Haible  <bruno@clisp.org>
23852
23853         * lib/allocsa.h: New file, from GNU gettext.
23854         * lib/allocsa.c: New file, from GNU gettext.
23855
23856 2004-01-18  Karl Berry  <karl@gnu.org>
23857
23858         * doc/gpl.texi, doc/lgpl.texi: new files.
23859
23860 2004-01-18  Karl Berry  <karl@gnu.org>
23861
23862         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
23863         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
23864
23865 2004-01-15  Paul Eggert  <eggert@twinsun.com>
23866
23867         Merge from coreutils.
23868
23869         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
23870         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
23871         (gl_DEFAULT_POSIX2_VERSION): Move
23872         the documentation from 'configure' into 'config.hin',
23873         so that 'configure --help' isn't burdened by it and
23874         we don't have to worry about its formatting there.
23875         Reword the documentation so that it's more succinct
23876         and can be run together into a single paragraph.
23877         * m4/same.m4 (gl_SAME): Check for pathconf.
23878
23879 2004-01-15  Paul Eggert  <eggert@twinsun.com>
23880
23881         Merge from coreutils.
23882
23883         * lib/posixver.c: Include posixver.h.
23884
23885         * lib/same.c: Include <stdbool.h>, <limits.h>.
23886         (_POSIX_NAME_MAX): Define if not defined.
23887         (MIN): New macro.
23888         (same_name): If file names are silently truncated, report
23889         that the file names are the same if they are the same after
23890         the silent truncation.
23891
23892         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
23893         conversion function.
23894         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
23895         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
23896         longer needed.
23897
23898 2004-01-15  Jim Meyering  <jim@meyering.net>
23899
23900         Merge from coreutils.
23901
23902         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
23903         if no library is required.
23904         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
23905         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
23906         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
23907         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
23908         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
23909         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
23910         value, $ac_cv_search_crypt, if it's "none required".
23911         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
23912         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
23913         not gl_FUNC_GETLOADAVG.
23914         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
23915         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
23916
23917 2004-01-15  Jim Meyering  <jim@meyering.net>
23918
23919         Merge from coreutils.
23920
23921         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
23922         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
23923         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
23924
23925         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
23926         optional configure-time default.
23927
23928         * lib/version-etc.c (version_etc_copyright): Update copyright date.
23929
23930         * lib/xreadlink.c (xreadlink): Correct outdated comment.
23931
23932 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
23933
23934         Merge from coreutils.
23935
23936         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
23937         value, $ac_cv_search_nanosleep, if it's "none required".
23938
23939 2004-01-14  Paul Eggert  <eggert@twinsun.com>
23940
23941         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
23942         with like-named macro in fnmatch.c.
23943         (EXT): Use an internal constant instead.
23944
23945         Merge fnmatch patches from glibc.
23946         * lib/fnmatch.c (mbsinit): Remove define.
23947         Add libc_hidden_ver (__fnmatch, fnmatch).
23948         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
23949         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
23950
23951 2004-01-14  Karl Berry  <karl@gnu.org>
23952
23953         * config/install-sh: update from automake.
23954
23955 2004-01-13  Karl Berry  <karl@gnu.org>
23956
23957         * config/install-sh: update from automake.
23958
23959 2004-01-09  Karl Berry  <karl@gnu.org>
23960
23961         * config/install-sh: update from automake.
23962
23963 2004-01-05  Karl Berry  <karl@gnu.org>
23964
23965         * config/config.{sub,guess}: update from config.
23966
23967 2003-12-31  Karl Berry  <karl@gnu.org>
23968
23969         * config/depcomp: update from automake.
23970
23971 2003-12-14  Karl Berry  <karl@gnu.org>
23972
23973         * lib/config.charset: update from gettext-runtime.
23974
23975 2003-12-03  Paul Eggert  <eggert@twinsun.com>
23976
23977         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
23978         Bug reported by Alfred M. Szmidt.
23979
23980 2003-12-03  Bruno Haible  <bruno@clisp.org>
23981
23982         * m4/gettext.m4: Upgrade from gettext-0.13.
23983         * m4/po.m4: Upgrade from gettext-0.13.
23984         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
23985         * m4/intmax.m4: New file, from gettext-0.13.
23986         * m4/printf-posix.m4: New file, from gettext-0.13.
23987
23988 2003-11-29  Karl Berry  <karl@gnu.org>
23989
23990         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
23991
23992 2003-11-25  Paul Eggert  <eggert@twinsun.com>
23993             Bruno Haible  <bruno@clisp.org>
23994
23995         * lib/printf-parse.h: Don't include sys/types.h.
23996         (ARG_NONE): New macro.
23997         (char_directive): Change type of *arg_index fields to size_t.
23998         * lib/printf-parse.c: Don't include sys/types.h.
23999         (SSIZE_MAX): Remove macro.
24000         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
24001         Remove unnecessary overflow check.
24002         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
24003         fields.
24004
24005 2003-11-25  Bruno Haible  <bruno@clisp.org>
24006
24007         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
24008
24009 2003-11-25  Bruno Haible  <bruno@clisp.org>
24010
24011         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
24012         gt_TYPE_SSIZE_T.
24013
24014 2003-11-24  Paul Eggert  <eggert@twinsun.com>
24015
24016         * modules/alloca: Remove dependency on xalloc.
24017
24018 2003-11-24  Paul Eggert  <eggert@twinsun.com>
24019
24020         * lib/alloca.c: Remove dependency on xalloc module.
24021         (xalloc_die): Remove.
24022         (memory_full) [!defined emacs]: New macro.
24023         [!defined emacs]: Don't include xalloc.h.
24024         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
24025         address arithmetic overflows.  Change datatypes a bit to avoid
24026         unnecessary casts.
24027
24028 2003-11-22  Jim Meyering  <jim@meyering.net>
24029
24030         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
24031         s/size/size_t/.
24032
24033 2003-11-21  Karl Berry  <karl@gnu.org>
24034
24035         * config/config.{sub,guess}: update from config.
24036
24037 2003-11-18  Karl Berry  <karl@gnu.org>
24038
24039         * config/config.{sub,guess}: update from config.
24040
24041         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
24042
24043 2003-11-17  Paul Eggert  <eggert@twinsun.com>
24044
24045         * README: Mention that S+T cannot overflow if S is the size of
24046         an existing object and T is sufficiently small.
24047
24048 2003-11-17  Jim Meyering  <jim@meyering.net>
24049
24050         On systems without utime and without a utimes function capable of
24051         dealing with a NULL struct utimbuf* argument, this utime replacement
24052         could -- in unusual circumstances -- leak a file descriptor.
24053         * lib/utime.c: Include <unistd.h> and <errno.h>.
24054         (utime_null): Be sure to close `fd' and to preserve errno.
24055         Reported by Geoff Collyer via Arnold Robbins.
24056
24057 2003-11-17  Bruno Haible  <bruno@clisp.org>
24058
24059         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
24060         (Depends-on): Add xsize.
24061
24062 2003-11-17  Bruno Haible  <bruno@clisp.org>
24063
24064         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
24065
24066 2003-11-17  Bruno Haible  <bruno@clisp.org>
24067
24068         * lib/vasnprintf.c (alloca): Remove fallback definition.
24069         (freea): Remove definition.
24070         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
24071         Reported by Paul Eggert.
24072
24073 2003-11-16  Paul Eggert  <eggert@twinsun.com>
24074             Bruno Haible  <bruno@clisp.org>
24075
24076         Protect against address arithmetic overflow.
24077         * lib/printf-args.h: Include stddef.h.
24078         (arguments): Change type of field 'count' to size_t.
24079         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
24080         'unsigned int' where appropriate.
24081         * lib/printf-parse.h: Include sys/types.h.
24082         (char_directive): Change type of *arg_index fields to ssize_t.
24083         (char_directives): Change type of fields 'count', max_*_length to
24084         size_t.
24085         * lib/printf-parse.c: Include sys/types.h and xsize.h.
24086         (SSIZE_MAX): Define fallback value.
24087         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
24088         instead of 'int' where appropriate. Check a_allocated, d_allocated
24089         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
24090         * lib/vasnprintf.c: Include xsize.h.
24091         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
24092         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
24093         overflow. Avoid wraparound when converting a width or precision from
24094         decimal to binary.
24095
24096 2003-11-16  Bruno Haible  <bruno@clisp.org>
24097
24098         Update from GNU gettext.
24099         * lib/printf-parse.c: Generalize to it can be compiled for wide
24100         strings.
24101         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
24102         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
24103         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
24104         SNPRINTF): New macros.
24105         Don't include <alloca.h> if the file is used inside libintl.
24106         (local_wcslen): New function, for Solaris 2.5.1.
24107         (VASNPRINTF): Use it instead of wcslen.
24108
24109 2003-11-16  Bruno Haible  <bruno@clisp.org>
24110
24111         * lib/xsize.h (xmax): New function.
24112         (xsum, xsum3, xsum4): Declare as "pure" functions.
24113
24114 2003-11-12  Paul Eggert  <eggert@twinsun.com>
24115
24116         * modules/xalloc (Files): Undo latest change, since xalloc.h
24117         no longer needs SIZE_MAX or PTRDIFF_MAX.
24118
24119 2003-11-12  Paul Eggert  <eggert@twinsun.com>
24120
24121         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
24122         gl_PTRDIFF_MAX.
24123
24124 2003-11-12  Paul Eggert  <eggert@twinsun.com>
24125
24126         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
24127         "return", to pacify some unknown compiler.  Problem reported
24128         by Joerg Schilling.
24129
24130 2003-11-12  Paul Eggert  <eggert@twinsun.com>
24131
24132         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
24133         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
24134         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
24135         heuristic is just as accurate as far as we know, and it removes a
24136         dependency on size_max.m4 and ptrdiff_max.m4.
24137
24138 2003-11-11  Bruno Haible  <bruno@clisp.org>
24139
24140         * modules/xsize (Files): Add m4/size_max.m4.
24141         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
24142
24143 2003-11-11  Bruno Haible  <bruno@clisp.org>
24144
24145         * m4/size_max.m4: New file.
24146         * m4/ptrdiff_max.m4: New file.
24147         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
24148         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
24149         (gl_XALLOC): Invoke it.
24150
24151 2003-11-11  Bruno Haible  <bruno@clisp.org>
24152
24153         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
24154         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
24155         defined.
24156
24157 2003-11-10  Paul Eggert  <eggert@twinsun.com>
24158
24159         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
24160         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
24161         rejected some allocations of exactly SIZE_MAX - 2 bytes.
24162         From Bruno Haible.
24163         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
24164         not (size_t) -1, since it's defined here.
24165
24166 2003-11-09  Karl Berry  <karl@gnu.org>
24167
24168         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
24169
24170 2003-11-06  Paul Eggert  <eggert@twinsun.com>
24171
24172         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
24173         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
24174         Reject sizes of exactly SIZE_MAX bytes.
24175         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
24176         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
24177
24178 2003-11-05  Bruno Haible  <bruno@clisp.org>
24179
24180         * lib/xsize.h: Include limits.h, to avoid a possible collision with
24181         SIZE_MAX defined in <limits.h> on Solaris.
24182
24183 2003-11-04  Jim Meyering  <jim@meyering.net>
24184
24185         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
24186         variable names, rather than @VAR@.
24187         * modules/poll: Likewise.
24188
24189 2003-11-04  Bruno Haible  <bruno@clisp.org>
24190
24191         * modules/xsize: New file.
24192         * modules/linebreak: Depend on xsize.
24193         * MODULES.html.sh (func_all_modules): Add xsize.
24194
24195 2003-11-04  Bruno Haible  <bruno@clisp.org>
24196
24197         * m4/xsize.m4: New file.
24198
24199 2003-11-04  Bruno Haible  <bruno@clisp.org>
24200
24201         * lib/xsize.h: New file.
24202         * lib/linebreak.c: Include xsize.h.
24203         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
24204         argument for overflow.
24205         Suggested by Paul Eggert.
24206
24207 2003-11-03  Karl Berry  <karl@gnu.org>
24208
24209         * config/config.{guess,sub}: update from config.
24210
24211 2003-11-03  Jim Meyering  <jim@meyering.net>
24212
24213         * modules/userspec (lib_SOURCES): Add userspec.h.
24214         (Include): Add "userspec.h".
24215         Improve description.
24216
24217 2003-11-03  Jim Meyering  <jim@meyering.net>
24218
24219         * lib/userspec.c: Include "userspec.h".
24220         * lib/userspec.h: New file.
24221
24222 2003-11-03  Bruno Haible  <bruno@clisp.org>
24223
24224         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
24225
24226 2003-11-03  Bruno Haible  <bruno@clisp.org>
24227
24228         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
24229         available, to avoid (extremely rare) race condition.
24230         Suggested by Paul Eggert.
24231
24232 2003-11-02  Karl Berry  <karl@gnu.org>
24233
24234         * config/srclist.txt (vasprintf.c): sync broken, sigh.
24235
24236 2003-10-31  Paul Eggert  <eggert@twinsun.com>
24237
24238         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
24239         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
24240         (read_filesystem_list): Set and use me_type_malloced.
24241         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
24242         whatever the type happens to be), for brevity and consistency.
24243         Check for size calculation overflow on Alphas running OSF/1.
24244
24245 2003-10-31  Jim Meyering  <jim@meyering.net>
24246
24247         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
24248
24249         * lib/linebuffer.c: Include <string.h> for declaration of memset.
24250
24251 2003-10-30  Paul Eggert  <eggert@twinsun.com>
24252             Bruno Haible  <bruno@clisp.org>
24253
24254         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
24255         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
24256
24257 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
24258
24259         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
24260         netbsd*-gnu*.  Suggested by Robert Millan.
24261
24262 2003-10-29  Paul Eggert  <eggert@twinsun.com>
24263
24264         * modules/group-member: Depend on stdbool.
24265
24266 2003-10-29  Paul Eggert  <eggert@twinsun.com>
24267
24268         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
24269
24270 2003-10-29  Paul Eggert  <eggert@twinsun.com>
24271
24272         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
24273         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
24274         after the 'gnu' in these cases.  This fixes some bugs in the
24275         previous change, and is based on suggestions by Robert Millan.
24276
24277 2003-10-29  Paul Eggert  <eggert@twinsun.com>
24278
24279         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
24280         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
24281         no longer needed.
24282         * lib/quotearg.c (quotearg_n_options): Use it.
24283         * lib/group-member.c: Include <stdbool.h>.
24284         (free_group_info): Arg is now const *; don't free arg.
24285         (get_group_info): Now returns bool and accepts struct group_info *,
24286         rather than returning a malloc'ed struct group_info *.
24287         All uses changed.  Check for overflow in internal size calculation.
24288
24289         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
24290         rather than xmalloc/xrealloc.
24291         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
24292         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
24293         conformance bug: the old code used a pointer after freeing the
24294         storage that it addressed.
24295         * lib/hash.c (hash_initialize): Simplify the code by using
24296         xalloc_oversized rather than doing it by hand.
24297         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
24298         the buffer preserved.  Use free and xmalloc instead.
24299         * lib/quotearg.c (quotearg_n_options): Likewise.
24300         Use a simpler test for size overflow.  Don't use xalloc_oversized
24301         because unsigned int might be wider than size_t (!); this suggests
24302         that we should switch from unsigned int to size_t for slot numbers.
24303
24304 2003-10-28  Paul Eggert  <eggert@twinsun.com>
24305
24306         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
24307         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
24308         NetBSD kernels.  Requested by Richard Stallman.
24309
24310 2003-10-27  Paul Eggert  <eggert@twinsun.com>
24311
24312         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
24313         to allocate the returned structure.  Do not allocate a subarray,
24314         as x2nrealloc will do that.
24315         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
24316         instead of xnrealloc.
24317         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
24318
24319 2003-10-27  Bruno Haible  <bruno@clisp.org>
24320
24321         * lib/stdbool_.h: Better support for BeOS.
24322
24323 2003-10-26  Paul Eggert  <eggert@twinsun.com>
24324
24325         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
24326         now uses inline.
24327
24328 2003-10-26  Paul Eggert  <eggert@twinsun.com>
24329
24330         * lib/xalloc.h (xalloc_oversized): New static inline function, for
24331         callers that want to do their own size-overflow checking.  Include
24332         <stdbool.h>, since xalloc_oversized returns bool.
24333         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
24334         to use xalloc_oversized.
24335
24336         Add two functions x2realloc, x2nrealloc, for programs that grow
24337         arrays dynamically by doubling their sizes.
24338         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
24339         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
24340         New functions.
24341
24342         Port to C99 semantics for 'inline' of external functions.
24343         Bug reported by Bruno Haible.
24344         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
24345         with the old contents of xnmalloc.
24346         (xnmalloc, xmalloc): Use it.
24347         (xnrealloc_inline): New static inline function,
24348         with the old contents of xnrealloc.
24349         (xnrealloc, xrealloc): Use it.
24350
24351         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
24352         that.
24353
24354 2003-10-26  Karl Berry  <karl@gnu.org>
24355
24356         * config/srclist.txt (COPYING.DOC): no longer available from
24357         /gd/gnuorg; don't know where the ultimate source is.
24358
24359 2003-10-25  Paul Eggert  <eggert@twinsun.com>
24360
24361         Fix several address-calculation bugs in the hash modules,
24362         plus some minor code cleanup.
24363
24364         * lib/hash.h: Include <stdbool.h>, for bool.
24365         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
24366         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
24367         hash_get_n_entries, hash_get_max_bucket_length,
24368         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
24369         hash_rehash): Use size_t rather than unsigned.
24370         * lib/hash.c (struct hash_table, hash_get_n_buckets,
24371         hash_get_n_buckets_used, hash_get_n_entries,
24372         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
24373         hash_get_entries, hash_do_for_each, hash_string, is_prime,
24374         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
24375         Likewise.
24376         (SIZE_MAX): Define if not defined.
24377         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
24378         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
24379         hash_print):
24380         Use const * when possible.
24381         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
24382         (check_tuning): Fix bug: if tuning parameters were very close to
24383         0 or 1, rounding errors could have caused subscript violations.
24384         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
24385         (hash_initialize): Add 'fail:' label
24386         to free table and return NULL, and use it to simplify code.
24387         Use calloc rather than clearing the storage ourself.
24388         (hash_initialize, hash_rehash): Check for arithmetic overflow in
24389         buffer size calculations.
24390         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
24391         Include <stddef.h>, for size_t.
24392         * lib/hash-pjw.c (hash_pjw): Likewise.
24393         Switch to method described by Bruno Haible.
24394         Include <limits.h>, for CHAR_BIT.
24395         (SIZE_BITS): New macro.
24396
24397 2003-10-23  Paul Eggert  <eggert@twinsun.com>
24398
24399         * m4/getline.m4 (AM_FUNC_GETLINE):
24400         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
24401         hosts.  Problem reported by Derek Robert Price in
24402         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
24403         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
24404         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
24405
24406 2003-10-21  Paul Eggert  <eggert@twinsun.com>
24407
24408         * lib/getndelim2.c (getndelim2): When size calculation overflows,
24409         ceiling the allocation at NMAX bytes rather than silently
24410         discarding input bytes before NMAX is reached.  This makes
24411         a difference only if NMAX exceeds SIZE_MAX / 2.
24412
24413         * lib/obstack.c: Merge from glibc.
24414         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
24415         Add libc_hidden_def (_obstack_newchunk).
24416         (_obstack_free) [! defined _LIBC]: Remove.
24417         [defined _LIBC]: Make a strong alias from obstack_free, rather than
24418         a clone of the function body.
24419         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
24420         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
24421
24422         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
24423         glibc.
24424         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
24425         arg to memcpy.
24426
24427         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
24428         (obstack_ptr_grow_fast, obstack_int_grow_fast):
24429         Don't use lvalue casts, as GCC plans to remove support for them
24430         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
24431         was also present in the non-GCC version, indicating that this
24432         code had always been buggy and had never been widely used.
24433         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
24434         Use the fast variant of each macro, rather than copying the
24435         definiens of the fast variant; that way, we'll be more likely to
24436         catch future bugs in the fast variants.
24437
24438 2003-10-20  Bruno Haible  <bruno@clisp.org>
24439
24440         * modules/wait-process: New file.
24441         * MODULES.html.sh (func_all_modules): Add wait-process.
24442
24443 2003-10-20  Bruno Haible  <bruno@clisp.org>
24444
24445         * m4/wait-process.m4: New file.
24446
24447 2003-10-20  Bruno Haible  <bruno@clisp.org>
24448
24449         * lib/wait-process.h: New file, from GNU gettext.
24450         * lib/wait-process.c: New file, from GNU gettext.
24451
24452 2003-10-19  Jim Meyering  <jim@meyering.net>
24453
24454         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
24455         HPUX 10.20.
24456
24457 2003-10-18  Karl Berry  <karl@gnu.org>
24458
24459         * config/config.guess: update from config.
24460
24461 2003-10-16  Paul Eggert  <eggert@twinsun.com>
24462
24463         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
24464         (getgroups): First arg is int, not size_t.
24465         Don't let 'free' mangle errno.
24466
24467 2003-10-16  Paul Eggert  <eggert@twinsun.com>
24468
24469         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
24470
24471 2003-10-16  Karl Berry  <karl@gnu.org>
24472
24473         * config/config.{guess,sub}: update from config.
24474
24475 2003-10-16  Jim Meyering  <jim@meyering.net>
24476
24477         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
24478         memcpy.
24479
24480 2003-10-15  Paul Eggert  <eggert@twinsun.com>
24481
24482         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
24483         (SIZE_MAX): Remove.
24484         (new_exclude, add_exclude_file): Initial size no longer needs to
24485         be a power of 2.
24486         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
24487         our own address arithmetic overflow checking.
24488
24489         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
24490         (fnmatch): Do not alloca more than 2000 wide characters;
24491         instead, use malloc for large buffers.
24492         Check for address arithmetic overflow, and return -1
24493         with errno set to ENOMEM in that case.
24494         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
24495         (NEW_PATTERN): Do not alloca more than 8000 bytes;
24496         instead, return -1.  Check for address arithmetic overflow.
24497
24498 2003-10-14  Paul Eggert  <eggert@twinsun.com>
24499
24500         Handle invalid suffixes and overflow independently, so that
24501         callers can treat them independently as needed.  Fix some bugs in
24502         suffix handling, e.g., "100k@" was not diagnosed as an invalid
24503         suffix for a human-readable blocksize.  The major caller-visible
24504         change is the addition of a new
24505         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
24506         that both overflow and suffix chars were found.
24507
24508         * lib/human.c (humblock): Don't check separately for invalid suffix
24509         char; that is xstrtoumax's job (now that its bug is fixed).
24510         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
24511         INTMAX_MAX]: New macros.
24512         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
24513         TYPE_MAXIMUM): New macros.
24514         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
24515         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
24516         if overflow occurs, as it's what __strtol does and it's more useful
24517         in practice.
24518         (__xstrtol): If __strtol reports some error other than ERANGE,
24519         reflect it to the caller as LONGINT_INVALID.  If it reports
24520         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
24521         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
24522         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
24523         value.
24524         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
24525         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
24526         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
24527         [defined UINTMAX_MAX]: New macros.
24528
24529 2003-10-14  Bruno Haible  <bruno@clisp.org>
24530
24531         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
24532
24533 2003-10-14  Bruno Haible  <bruno@clisp.org>
24534
24535         * m4/sig_atomic_t: New file, from GNU gettext.
24536         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
24537
24538 2003-10-14  Bruno Haible  <bruno@clisp.org>
24539
24540         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
24541         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
24542         Also use volatile where needed.
24543
24544 2003-10-12  Paul Eggert  <eggert@twinsun.com>
24545
24546         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
24547         Change maintainer from Bruno Haible to 'all'.
24548
24549 2003-10-12  Paul Eggert  <eggert@twinsun.com>
24550
24551         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
24552
24553 2003-10-12  Paul Eggert  <eggert@twinsun.com>
24554
24555         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
24556         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
24557         and define in terms of the other primitives.
24558         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
24559         (SIZE_MAX): Define if not already defined.
24560         (array_size_overflow): New function.
24561         (xalloc_die): Abort instead of exiting if 'error' returns.
24562         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
24563         (xmalloc, xrealloc): Use them.
24564         (xcalloc): Check for address arithmetic overflow.
24565         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
24566         a bit faster than strcpy.
24567
24568 2003-10-10  Simon Josefsson  <jas@extundo.com>
24569
24570         * modules/argp (Depends-on): Add restrict and strcase.
24571
24572 2003-10-10  Simon Josefsson  <jas@extundo.com>
24573
24574         * m4/argp.m4: Add AC_C_INLINE.
24575
24576 2003-10-08  Paul Eggert  <eggert@twinsun.com>
24577
24578         Merge getpass from libc, plus a few fixes.
24579
24580         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
24581         Include <stdbool.h>.
24582         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
24583         __fsetlocking to empty.
24584         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
24585         do include <bits/libc-lock.h>.
24586         Do not include <fcntl.h>; not needed.
24587         [_LIBC]: Include <wchar.h>.
24588         (NOTCANCEL_MODE): New macro.
24589         (flockfile, funlockfile) [_LIBC]: New macros.
24590         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
24591         [!_LIBC]: New macros.
24592         (call_fclose): New function.
24593         (getpass): Use it.  Save tty stream separately; this simplifies the
24594         code and makes it more reliable if stdin happens to equal stdout.
24595         Invoke __fsetlocking on tty.
24596         Handle thread cancellation if needed.
24597         Namespace cleanup (use __tcgetattr, __getline).
24598         Use bool for Booleans.
24599         [USE_IN_LIBIO]: Handle wide streams.
24600         [!_LIBC]: Unconditionally do the fseek, since we don't know what
24601         stream might go where.
24602
24603         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
24604         doesn't have to include <stdio.h> before us.
24605         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
24606         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
24607         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
24608         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
24609         if not declared, so that we can use getpass.c code from libc without
24610         rewriting it.
24611         (flockfile, ftrylockfile, funlockfile): New macros.
24612
24613 2003-10-08  Paul Eggert  <eggert@twinsun.com>
24614
24615         * modules/getpass: Depend on stdbool.
24616
24617 2003-10-08  Paul Eggert  <eggert@twinsun.com>
24618
24619         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
24620
24621 2003-10-07  Karl Berry  <karl@gnu.org>
24622
24623         * config/config.{guess,sub}: update from config.
24624
24625 2003-10-06  Jim Meyering  <jim@meyering.net>
24626             Bruno Haible  <bruno@clisp.org>
24627
24628         This lets translators provide better translations for the
24629         "Written by ..." part of --version output.
24630         * lib/version-etc.h: Include stdarg.h.
24631         (version_etc_copyright): Declare as readonly.
24632         (version_etc): Make this function variadic with a NULL-terminated list
24633         of author name strings.
24634         (version_etc_va): New declaration.
24635         * lib/version-etc.c: Include stdarg.h, stdlib.h.
24636         (version_etc_copyright): Declare as readonly.
24637         (version_etc_va): New function. Provide a different translatable string
24638         for each possible number of authors < 10. Abbreviate when there are 10
24639         authors or more.
24640         (version_etc): Make this function variadic. Call version_etc_va.
24641         Suggestion from Gary V. Vaughan.
24642
24643         * lib/long-options.h (parse_long_options): Change prototype: the
24644         authors string is moved to the end and becomes variadic.
24645         * lib/long-options.c: Include stdarg.h.
24646         (parse_long_options): Make this function variadic, too.
24647         Call version_etc_va, not version_etc.
24648
24649 2003-10-06  Bruno Haible  <bruno@clisp.org>
24650
24651         * modules/version-etc-2: Remove file.
24652         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
24653
24654 2003-10-06  Bruno Haible  <bruno@clisp.org>
24655
24656         * modules/fatal-signal: New file.
24657         * MODULES.html.sh (func_all_modules): Add fatal-signal.
24658
24659 2003-10-06  Bruno Haible  <bruno@clisp.org>
24660
24661         * m4/fatal-signal.m4: New file.
24662         * m4/signalblocking.m4: New file, from GNU gettext.
24663
24664 2003-10-06  Bruno Haible  <bruno@clisp.org>
24665
24666         * lib/version-etc-2.h: Remove file.
24667         * lib/version-etc-2.c: Remove file.
24668
24669 2003-10-06  Bruno Haible  <bruno@clisp.org>
24670
24671         * lib/fatal-signal.h: New file, from GNU gettext.
24672         * lib/fatal-signal.c: New file, from GNU gettext.
24673
24674 2003-10-05  Paul Eggert  <eggert@twinsun.com>
24675
24676         * README: Rework advice for preventing empty .o files.
24677         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
24678         not <sys/types.h>.
24679
24680 2003-10-04  Karl Berry  <karl@gnu.org>
24681
24682         * lib/argp*: update from libc.
24683
24684 2003-10-04  Karl Berry  <karl@gnu.org>
24685
24686         * config/config.{guess,sub}: update from config.
24687
24688 2003-10-02  Bruno Haible  <bruno@clisp.org>
24689
24690         * modules/lchown (Include): Add lchown.h.
24691         * modules/time_r (Include): Use "..." syntax.
24692         * modules/xgetdomainname (Include): Add xgetdomainname.h.
24693
24694 2003-10-01  Simon Josefsson  <jas@extundo.com>
24695
24696         * MODULES.html.sh (func_all_modules): Move gethostname from section
24697         'based on' to section 'lacking' POSIX:2001.
24698
24699 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
24700
24701         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
24702         to output mode on the same stream.
24703
24704 2003-09-29  Paul Eggert  <eggert@twinsun.com>
24705
24706         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
24707         Fix arg typo in previous patch.
24708
24709 2003-09-28  Jim Meyering  <jim@meyering.net>
24710
24711         * lib/error.c: Correct cpp indentation.
24712
24713 2003-09-27  Paul Eggert  <eggert@twinsun.com>
24714
24715         * modules/free: New file.
24716
24717 2003-09-27  Paul Eggert  <eggert@twinsun.com>
24718
24719         * m4/free.m4: New file.
24720
24721 2003-09-27  Paul Eggert  <eggert@twinsun.com>
24722
24723         * lib/minmax.h (MIN, MAX)
24724         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
24725         Omit the special code that used __typeof__, since we worry that
24726         it could be more trouble than it's worth.  See:
24727         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
24728         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
24729
24730         * lib/free.c: New file.
24731
24732 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
24733
24734         Trivial fixes to Makefile.am parts of module listings.
24735         * modules/strstr: Append strstr.h to lib_SOURCES.
24736         * modules/strcase: Likewise, for strcase.h.
24737
24738 2003-09-27  Karl Berry  <karl@gnu.org>
24739
24740         * config/mkinstalldirs: update from automake.
24741
24742 2003-09-26  Paul Eggert  <eggert@twinsun.com>
24743
24744         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
24745         (error_tail): Do not loop, reallocating temporary buffer, since
24746         the output cannot contain more wide characters than the input
24747         contains bytes, the size must be big enough already.  This avoids
24748         one potential size overflow calculation.  Check for size overflow
24749         when calculating temporary buffer size.  Free temporary buffer
24750         when done, if it was allocated with malloc; this plugs a memory
24751         leak.  Remove casts from void * to pointers, that are no longer
24752         needed now that we're assuming C89 or better.
24753
24754         Merge error changes from glibc.
24755
24756         * lib/error.c, error.h: Update copyright notice header to match glibc.
24757         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
24758         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
24759         Disable cancellation while printing error.
24760         * lib/error.h: Prepend __ to parameter names.
24761
24762 2003-09-26  Jim Meyering  <jim@meyering.net>
24763
24764         * lib/error.c (error_tail): Move some declarations
24765         into inner scope where the local variables are used.
24766
24767 2003-09-26  Bruno Haible  <bruno@clisp.org>
24768
24769         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
24770         stpncpy().
24771         Don't define stpncpy through config.h; it's now done through stpncpy.h.
24772
24773 2003-09-26  Bruno Haible  <bruno@clisp.org>
24774
24775         * lib/stpncpy.h (gnu_stpncpy): New declaration.
24776         (stpncpy): Define as alias for gnu_stpncpy.
24777         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
24778
24779 2003-09-25  Simon Josefsson  <jas@extundo.com>
24780
24781         * lib/xgetdomainname.h: New file.
24782         * lib/xgetdomainname.c: New file.
24783
24784 2003-09-25  Simon Josefsson  <jas@extundo.com>
24785             Bruno Haible  <bruno@clisp.org>
24786
24787         * modules/getdomainname: New file.
24788         * modules/xgetdomainname: New file.
24789         * MODULES.html.sh (func_all_modules): Add getdomainname,
24790         xgetdomainname.
24791
24792 2003-09-25  Simon Josefsson  <jas@extundo.com>
24793             Bruno Haible  <bruno@clisp.org>
24794
24795         * m4/getdomainname.m4: New file.
24796
24797 2003-09-25  Simon Josefsson  <jas@extundo.com>
24798             Bruno Haible  <bruno@clisp.org>
24799
24800         * lib/getdomainname.h: New file.
24801         * lib/getdomainname.c: New file.
24802
24803 2003-09-25  Karl Berry  <karl@gnu.org>
24804
24805         * lib/argp-fmtstream.c, argp-help.c: update from libc.
24806
24807 2003-09-25  Karl Berry  <karl@gnu.org>
24808
24809         * config/install-sh: update from automake.
24810
24811 2003-09-25  Bruno Haible  <bruno@clisp.org>
24812
24813         * modules/version-etc-2: New file, from modules/version-etc with
24814         modifications.
24815         * MODULES.html.sh (func_all_modules): Add version-etc-2.
24816
24817 2003-09-25  Bruno Haible  <bruno@clisp.org>
24818
24819         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
24820         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
24821
24822 2003-09-24  Simon Josefsson  <jas@extundo.com>
24823
24824         * modules/xgethostname: Add xgethostname.h.
24825
24826 2003-09-24  Paul Eggert  <eggert@twinsun.com>
24827
24828         * lib/linebuffer.c (freebuffer): Don't free the argument, just
24829         the buffer associated with the argument.  Bug reported by
24830         Simon Josefsson.
24831
24832 2003-09-24  Paul Eggert  <eggert@twinsun.com>
24833
24834         * README: Document assumptions that 'int' is at least 32 bits
24835         wide, that integer arithmetic is 2's complement without overflow,
24836         that there are no holes in integer values, that adding sizes of
24837         two nonoverlapping objects can't overflow, and that all-bits-zero
24838         yields scalar zero.  Fix spelling and capitalization typos.
24839
24840 2003-09-19  Karl Berry  <karl@gnu.org>
24841
24842         * lib/argp.h: update from libc.
24843
24844 2003-09-17  Paul Eggert  <eggert@twinsun.com>
24845
24846         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
24847         to avoid spurious warnings like "AC_RUN_IFELSE was called before
24848         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
24849
24850 2003-09-17  Paul Eggert  <eggert@twinsun.com>
24851
24852         * gnulib-tool: Use "test -h", not "test -L", for portability
24853         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
24854         (tags_regexp): Remove, since \| doesn't conform to POSIX.
24855         (sed_extract_prog): Issue s commands one-by-one, rather than
24856         using \| in one s command.
24857
24858 2003-09-16  Paul Eggert  <eggert@twinsun.com>
24859
24860         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
24861         input error, instead of returning NULL the next time we are called
24862         (and therefore losing track of errno).
24863
24864 2003-09-16  Bruno Haible  <bruno@clisp.org>
24865
24866         * gnulib-tool (func_create_testdir): Warn about duplicated
24867         dependencies.
24868
24869 2003-09-15  Paul Eggert  <eggert@twinsun.com>
24870
24871         * modules/argmatch, modules/fatal, modules/obstack,
24872         modules/xalloc, modules/xgethostname: Sort dependencies by
24873         importance, not alphabetically.
24874
24875 2003-09-15  Paul Eggert  <eggert@twinsun.com>
24876
24877         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
24878         fails, so that the caller gets the proper errno.
24879
24880         * lib/readutmp.c (read_utmp): Likewise.
24881         Check for fstat error.  Close stream and free storage
24882         when failing.
24883
24884 2003-09-14  Karl Berry  <karl@gnu.org>
24885
24886         * config/srclist.txt (strdup.c): disable for c89 changes.
24887
24888 2003-09-14  Jim Meyering  <jim@meyering.net>
24889
24890         * lib/getloadavg.c: Correct cpp indentation.
24891         * lib/strdup.c: Likewise.
24892         * lib/vasnprintf.c: Likewise.
24893
24894 2003-09-14  Bruno Haible  <bruno@clisp.org>
24895
24896         * modules/fwriteerror: New file.
24897         * MODULES.html.sh (func_all_modules): Add fwriteerror.
24898
24899 2003-09-14  Bruno Haible  <bruno@clisp.org>
24900
24901         * lib/fwriteerror.h: New file.
24902         * lib/fwriteerror.c: New file.
24903
24904 2003-09-12  Paul Eggert  <eggert@twinsun.com>
24905
24906         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
24907         modules/xgethostname, modules/xalloc: Depend on exit.
24908
24909 2003-09-12  Paul Eggert  <eggert@twinsun.com>
24910
24911         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
24912
24913         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
24914         and AC_MINIX, too, so that their extensions are available.
24915
24916         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
24917         This macro has been superseded by gl_BACKUPFILE.
24918
24919         More patches to assume C89 or better.
24920
24921         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
24922
24923         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
24924         unconditionally.
24925         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
24926         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
24927         Include <string.h>, <stdlib.h> unconditionally.
24928         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
24929         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
24930         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
24931         headers or for string.h.
24932         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
24933         or strtoul.
24934
24935         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
24936         headers.
24937         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
24938         * m4/userspec.m4 (gl_USERSPEC): Likewise.
24939         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
24940         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
24941         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
24942         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
24943         memcpy, memset.
24944         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
24945         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
24946         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
24947         strtol.
24948         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
24949         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
24950         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
24951         strtoul.
24952
24953 2003-09-12  Paul Eggert  <eggert@twinsun.com>
24954
24955         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
24956         * lib/obstack.c [!defined _LIBC]: Likewise.
24957         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
24958         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
24959         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
24960
24961         More changes to assume C89 or better.
24962
24963         * lib/error.c (error_tail): Assume vprintf.
24964
24965         * lib/argmatch.c (getenv): Remove decl.
24966         * lib/progreloc.c (get_full_program_name): Define via prototype.
24967         * lib/setenv.c (clearenv): Likewise.
24968         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
24969         needed.
24970         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
24971         (malloc, memcpy): Remove decls.
24972         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
24973         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
24974         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
24975         (memcpy): Remove macro.
24976         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
24977         (__P): Remove.  All uses removed.
24978         (PTR): Remove.  All uses changed to void *.
24979         (CHAR_BIT, NULL): Remove.
24980         (spaces, zeros, memset_space, memset_zero)
24981         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
24982         Remove.
24983         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
24984         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
24985         Define with prototype.
24986         Remove now-unnecessary prototype decl.
24987         (extra_args_spec): Assume ANSI C.  All uses changed.
24988         (extra_args_spec_iso): Remove.
24989         (my_strftime, emacs_strftimeu): Define via prototype.
24990         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
24991         unconditionally.
24992         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
24993         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
24994         (strtoul, strtol): Remove decls.
24995         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
24996         LONG_MAX): Remove.
24997         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
24998         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
24999         (LOCALE_PARAM_PROTO): New macro.
25000         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
25001         (INTERNAL (strtol), strtol): Define with a prototype.
25002         (PARAMS): Remove.  All uses removed.
25003         * lib/tempname.c: Include <string.h> unconditionally.
25004         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
25005         * lib/xgethostname.c (main): Define with a prototype.
25006         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
25007         Include <stdlib.h> unconditionally.
25008         (calloc, malloc, realloc, free): Remove decls.
25009         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
25010         Include <stdlib.h> unconditionally.  Sort include file names.
25011         (strtod): Remove.
25012         (xstrtod): Define with a prototype.
25013         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
25014         (strtol, strtoul): Remove decls.
25015
25016 2003-09-11  Paul Eggert  <eggert@twinsun.com>
25017
25018         More patches to assume C89 or better.
25019         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
25020         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
25021         string.h, memchr, STDC_HEADERS.
25022
25023 2003-09-11  Paul Eggert  <eggert@twinsun.com>
25024
25025         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
25026         Include <stdlib.h>, <string.h> unconditionally.
25027         Remove now-unnecessary cast to char *.
25028         * lib/strnlen.c: Include <string.h> unconditionally.
25029         * lib/yesno.c (yesno): Define with a prototype.
25030
25031 2003-09-11  Bruno Haible  <bruno@clisp.org>
25032
25033         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
25034
25035 2003-09-10  Jim Meyering  <jim@meyering.net>
25036
25037         * lib/error.c: Correct indentation of cpp directives.
25038
25039 2003-09-10  Bruno Haible  <bruno@clisp.org>
25040
25041         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
25042         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
25043         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
25044         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
25045         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
25046         <stdlib.h> and <string.h> checks.
25047         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
25048         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
25049
25050 2003-09-10  Bruno Haible  <bruno@clisp.org>
25051
25052         * lib/strcspn.c: Include <string.h> unconditionally.
25053         * lib/strpbrk.c: Include <string.h> unconditionally.
25054         * lib/strstr.c: Include <string.h> unconditionally.
25055         * lib/unicodeio.c: Include <string.h> unconditionally.
25056         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
25057         * lib/unsetenv.c: Likewise.
25058         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
25059         * lib/yesno.c: Include <stdlib.h> unconditionally.
25060         (rpmatch): Add prototype.
25061
25062 2003-09-09  Paul Eggert  <eggert@twinsun.com>
25063
25064         More patches to assume C89 or better.
25065         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
25066         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
25067         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
25068         or for string.h.
25069         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
25070         stdlib.h.
25071         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
25072         C headers.
25073         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
25074         string.h.
25075         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
25076         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
25077         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
25078         or for string.h.
25079         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
25080         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
25081         C headers.
25082         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
25083         memcpy.
25084         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
25085         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
25086         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
25087         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
25088         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
25089         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
25090         string.h, free.
25091         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
25092         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
25093         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
25094         C headers, or for string.h.
25095         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
25096         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
25097         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
25098         headers, memory.h, stdlib.h, string.h, strings.h.
25099         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
25100         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
25101         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
25102         strchr.
25103         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
25104         headers, memory.h, string.h.
25105         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
25106         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
25107         free.
25108         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
25109         headers.
25110         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
25111         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
25112         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
25113         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
25114         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
25115
25116 2003-09-09  Paul Eggert  <eggert@twinsun.com>
25117
25118         More K&R removal.
25119
25120         * lib/acosl.c (main): Use a prototype.
25121         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
25122         tanl.c: Likewise.
25123
25124         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
25125
25126         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
25127         (getopt, etopt_long, getopt_long_only, _getopt_internal)
25128         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
25129         with a prototype.
25130         * lib/getopt.c (const): Remove macro.
25131         Include <string.h> unconditionally.
25132         (my_index): Remove; all uses changed to strchr.
25133         (strlen): Remove decl.
25134         (exchange): Remove forward decl; no longer needed.
25135         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
25136         Define with prototype.
25137         * lib/getopt1.c (const): Remove macro.
25138         (getopt_long, getopt_long_only, main): Define with prototype.
25139
25140         * lib/getugroups.c: Include <string.h> unconditionally.
25141
25142         * lib/getusershell.c: Include <stdlib.h> unconditionally.
25143         (getusershell, setusershell, endusershell, readname, main):
25144         Define with prototypes.
25145
25146         * lib/group-member.c: Include group-member.h first.
25147         Include <stdlib.h> unconditionally.
25148
25149         * lib/hard-locale.c: Include hard-locale.h first.
25150         Include <stdlib.h>, <string.h> unconditionally.
25151
25152         * lib/hash.c (free, malloc): Remove decls.
25153         Include <stdlib.h> unconditionally.
25154
25155         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
25156         (getenv): Do not declare.
25157
25158         * lib/idcache.c: Include <string.h> unconditionally.
25159
25160         * lib/long-options.c: Include long-options.h first, to test interface.
25161         Include <stdlib.h> unconditionally.
25162
25163         * lib/makepath.c: Include makepath.h first, to test interface.
25164         Include <stdlib.h> and <string.h> unconditionally.
25165
25166         * lib/linebuffer.c: Include <stdlib.h>.
25167         (free): Remove decl.
25168
25169         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
25170         stddef.h. rpl_malloc returns void *, not char *.
25171         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
25172         prototype.
25173
25174         * lib/md5.h: Include <limits.h> unconditionally.
25175         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
25176         (__P): Remove; all uses removed.
25177         * lib/md5.c: Include "md5.h" first.
25178         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
25179         md5_buffer, md5_process_bytes, md5_process_block):
25180         Define with prototypes.
25181         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
25182         * lib/sha.c: Include "sha.h" first.
25183         Include <stdlib.h>, <string.h> unconditionally.
25184
25185         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
25186         * lib/memcmp.c (__ptr_t): Likewise.
25187         * lib/memrchr.c (__ptr_t): Likewise.
25188         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
25189         Include <string.h> unconditionally.
25190         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
25191         * lib/memchr.c: Include <stdlib.h> unconditionally.
25192         * lib/memchr.c (LONG_MAX): Remove.
25193         * lib/memrchr.c (LONG_MAX): Likewise.
25194         * lib/memchr.c (__memchr): Define via a prototype.
25195         * lib/memrchr.c (__memrchr): Likewise.
25196         * lib/memcmp.c (__P): Remove, and remove all uses.
25197         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
25198         Remove forward decls; no longer needed.
25199         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
25200         Use types required by C89 in prototype.
25201
25202         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
25203         * lib/savedir.c: Likewise.
25204         * lib/mkdir.c (free): Remove decl.
25205         * lib/rmdir.c (rmdir): Define with a prototype.
25206         * lib/savedir.c: Include savedir.h first, to test interface.
25207
25208         * lib/mktime.c (STDC_HEADERS): Remove.
25209         Include <stdlib.h>, <string.h> unconditionally.
25210
25211         * lib/modechange.c: Include <stdlib.h> unconditionally.
25212         (malloc): Remove decl.
25213
25214         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
25215         (free): Remove decl.
25216
25217         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
25218         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
25219         (This type really should be intptr_t, but that's a C99ism.)
25220         (_obstack_memcpy): Remove: all uses changed to memcpy.
25221         Include <string.h> unconditionally.
25222         (struct obstack): Assume __STDC__ for types of members
25223         chunkfun, freefun, extra_arg.
25224         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
25225         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
25226         obstack_begin, obstack_specify_allocation,
25227         obstack_specify_allocation_with_arg, obstack_chunkfun,
25228         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
25229         Remove unprototyped decls and the macros that use them.
25230         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
25231         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
25232         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
25233         (defined __STDC__ && __STDC__)]:
25234         Remove nonprototyped code.
25235         Include <stdlib.h> unconditionally.
25236         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
25237         _obstack_allocated_p, _obstack_free, obstack_free,
25238         _obstack_memory_used, print_and_abort):
25239         Define using prototypes.
25240         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
25241         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
25242         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
25243         obstack_next_free, obstack_object_size, obstack_room) [0]:
25244         Remove unused, unprototyped code.
25245
25246         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
25247
25248         * lib/physmem.c (physmem_total, physmem_available, main): Define
25249         with prototypes.
25250
25251         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
25252         (main): Define with a prototype.
25253
25254         * lib/posixver.c (getenv): Remove decl.
25255
25256         * lib/putenv.c (malloc): Returns void *, not char *.
25257         Include <string.h> unconditionally.
25258         (strchr, memcpy, NULL): Do not define.
25259
25260         * lib/readtokens.c: Include readtokens.h first, to test interface.
25261         Include <stdlib.h>, <string.h> unconditionally.
25262         (init_tokenbuffer): Define with a prototype.
25263
25264         * lib/regex.c (PARAMS): Remove.  All uses removed.
25265         All uses of _RE_ARGS removed, too.
25266         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
25267         unconditionally.
25268         (bzero): Assume memset exists.
25269         (memcmp, memcpy, NULL): Remove.
25270         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
25271         char, or assignments to local vars of type signed char.
25272         (init_syntax_once, PREFIX(extract_number_and_incr),
25273         PREFIX(print_partial_compiled_pattern),
25274         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
25275         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
25276         PREFIX(regex_grow_registers), PREFIX(regex_compile),
25277         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
25278         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
25279         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
25280         wcs_compile_range, byte_compile_range, truncate_wchar,
25281         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
25282         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
25283         count_mbs_length, wcs_re_match_2_internal,
25284         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
25285         PREFIX(alt_match_null_string_p),
25286         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
25287         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
25288         regfree, PREFIX(extract_number)): Define with prototype.  Remove
25289         now-unnecessary declaration, if any.
25290         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
25291         regcomp, regexec):
25292         Remove now-unnecessary casts among pointer types.
25293         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
25294
25295         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
25296         (free): Remove decl.
25297
25298         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
25299
25300         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
25301         (free): Remove decl.
25302
25303         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
25304         * lib/xgetcwd.c: Likewise.
25305
25306         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
25307         (free): Remove decl.
25308
25309         * lib/strchrnul.c (strchrnul): Define with a prototype.
25310         Fix bug: c_in was not converted to char before searching.
25311
25312         The following changes are not K&R related:
25313
25314         * lib/group-member.h: Include <sys/types.h>, so that this file is
25315         self-contained.
25316         * lib/makepath.h: Likewise.
25317
25318         * lib/getusershell.c (readname, default_index, line_size, readname):
25319         Use size_t, not int, for sizes.
25320         (readname): If the size overflows, report an error instead of
25321         looping forever.
25322
25323 2003-09-09  Paul Eggert  <eggert@twinsun.com>
25324
25325         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
25326         libc.
25327
25328 2003-09-09  Paul Eggert  <eggert@twinsun.com>
25329
25330         * README: New section: portability guidelines.
25331
25332 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
25333
25334         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
25335         C89 spec.
25336
25337 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
25338
25339         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
25340
25341 2003-09-08  Paul Eggert  <eggert@twinsun.com>
25342
25343         Assume C89 or better; remove K&R cruft.
25344         A few of these changes were first proposed by Derek Robert Price
25345         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
25346
25347         * lib/addext.c: Include <string.h> unconditionally.
25348         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
25349         Don't declare getenv or malloc.
25350
25351         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
25352         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
25353         (NULL): Remove.
25354         (find_stack_direction, alloca): Use prototypes.
25355
25356         * lib/atexit.c (atexit): Define using a prototype.
25357
25358         * lib/basename.c, dirname.c, stripslash.c:
25359         Include <string.h> unconditionally.
25360
25361         * lib/bcopy.c: Include <stddef.h>.
25362         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
25363
25364         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
25365
25366         * lib/error.h (error, error_at_line, error_print_progname)
25367         [! (defined (__STDC__) && __STDC__)]: Remove decls.
25368         * lib/error.c: Include error.h first, to check interface.
25369         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
25370         (VA_START): Remove; all uses changeed to va_start.
25371         (exit, strerror): Remove decls.
25372         (error_print_progname): Prototype uncondionally.
25373         Don't include <errno.h>; no longer needed.
25374         (private_strerror): Remove.
25375         (error_tail): Always define.
25376         (error, error_at_line): Assume C89 or better; always use prototypes.
25377         * lib/fatal.c: Include "fatal.h" first, to test interface.
25378         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
25379         (VA_START): Remove; all uses changed to va_start.
25380         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
25381         this case.
25382         (exit): Remove decl.
25383         (fatal): Prototype unconditionally.  Assume va_start works.
25384         Abort at end, to pacify gcc.
25385
25386         * lib/euidaccess.c (main): Define with a prototype.
25387
25388         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
25389
25390         * lib/exitfail.c: Include <stdlib.h> unconditionally.
25391
25392         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
25393         prototypes.
25394         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
25395         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
25396         (getenv): Remove decl.
25397         (fnmatch): Define using a prototype.
25398         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
25399         (FCT): Define using a prototype.
25400
25401         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
25402
25403         * lib/gethostname.c: Include <stddef.h>.
25404         (gethostname): Define with prototype.  Length is size_t, not int.
25405
25406 2003-09-08  Paul Eggert  <eggert@twinsun.com>
25407
25408         Assume C89 or better; remove K&R cruft.
25409         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
25410         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
25411         string.h, getenv, malloc.
25412         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
25413         headers.
25414         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
25415         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
25416         do not check for strerror.
25417         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
25418         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
25419         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
25420         do not check for doprnt or vprintf.
25421         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
25422         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
25423
25424 2003-09-08  Paul Eggert  <eggert@twinsun.com>
25425
25426         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
25427         getversion.c should have been removed then, but was accidentally
25428         preserved.
25429
25430         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
25431         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
25432
25433 2003-09-08  Karl Berry  <karl@gnu.org>
25434
25435         * config/config.sub, config.guess, srclistvars.sh: update from savannah
25436                 config, forget about prep.
25437
25438         * config/depcomp, missing: update from automake.
25439
25440 2003-09-07  Paul Eggert  <eggert@twinsun.com>
25441
25442         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
25443         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
25444
25445 2003-09-07  Paul Eggert  <eggert@twinsun.com>
25446
25447         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
25448         copy_tm_result.  Bug reported by Simon Josefsson in
25449         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
25450
25451 2003-09-06  Paul Eggert  <eggert@twinsun.com>
25452
25453         * m4/time_r.m4: New file.
25454         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
25455         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
25456         is. Check for timegm declaration.
25457         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
25458         Do not check for gmtime_r.
25459         Replace mktime if __mktime_internal does not exist and if mktime
25460         hasn't been replaced already.
25461
25462 2003-09-06  Paul Eggert  <eggert@twinsun.com>
25463
25464         * lib/time_r.c, lib/time_r.h: New files.
25465
25466         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
25467         __localtime_r.
25468         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
25469         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
25470
25471         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
25472         __gmtime_r.
25473         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
25474         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
25475         Include <time_r.h>.
25476
25477         * lib/timegm.c: Switch to glibc implementation, with the following
25478         changes:
25479         [defined HAVE_CONFIG_H]: Include <config.h>.
25480         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
25481         (__mktime_internal) [!defined _LIBC]: New decl.
25482         (__gmtime_r) [!defined _LIBC]: New macro and function.
25483         (timegm): Use a prototype, since gnulib assumes C89.
25484         Do not bother declaring tmp to be const, as it's not really usefu.
25485         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
25486         (timegm): Declare only if HAVE_DECL_TIMEGM.
25487
25488 2003-09-06  Paul Eggert  <eggert@twinsun.com>
25489
25490         * MODULES.html.sh (func_all_modules): Add time_r.
25491         * modules/time_r: New file.
25492         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
25493         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
25494
25495 2003-09-03  Paul Eggert  <eggert@twinsun.com>
25496
25497         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
25498         Bug reported by Lute Kamstra in
25499         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
25500
25501         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
25502         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
25503         course with correspondingly smaller numbers for tomorrow and
25504         yesterday.  From Tadayoshi Funaba.  Originally installed into
25505         sh-utils on 1999-08-07, but the patch got lost (I guess during the
25506         coreutils merge?).
25507
25508 2003-08-31  Simon Josefsson  <jas@extundo.com>
25509
25510         * modules/timegm: New file.
25511         * MODULES.html.sh (func_all_modules): Add timegm.
25512
25513 2003-08-31  Simon Josefsson  <jas@extundo.com>
25514
25515         * m4/timegm.m4: New file.
25516
25517 2003-08-31  Simon Josefsson  <jas@extundo.com>
25518
25519         * lib/timegm.h: New file.
25520         * lib/timegm.c: New file.  Based on
25521         wget-1.8.2/src/http.c:mktime_from_utc.
25522
25523 2003-08-31  Karl Berry  <karl@gnu.org>
25524
25525         * lib/argp.h: update from libc.
25526
25527 2003-08-28  Bruno Haible  <bruno@clisp.org>
25528
25529         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
25530         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
25531         followed by '#define fnmatch fnmatch_posix' gives an error.
25532
25533 2003-08-28  Bruno Haible  <bruno@clisp.org>
25534
25535         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
25536         warning on QNX, which defines O_BINARY to 000000.
25537
25538 2003-08-27  Jim Meyering  <jim@meyering.net>
25539
25540         * m4/mkstemp.m4: Require that the system mkstemp be able to create
25541         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
25542         would fail after 32.  Reported by Danny Levinson.  Details here:
25543         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
25544
25545 2003-08-24  Bruno Haible  <bruno@clisp.org>
25546
25547         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
25548         MSVC7 <stdio.h> is included later.
25549
25550 2003-08-22  Simon Josefsson  <jas@extundo.com>
25551
25552         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
25553
25554 2003-08-20  Karl Berry  <karl@gnu.org>
25555
25556         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
25557
25558 2003-08-20  Bruno Haible  <bruno@clisp.org>
25559
25560         * modules/progname: New file.
25561         * MODULES.html.sh (func_all_modules): Add progname.
25562
25563 2003-08-20  Bruno Haible  <bruno@clisp.org>
25564
25565         * lib/progname.h: New file, from GNU gettext.
25566         * lib/progname.c: New file, from GNU gettext.
25567         * lib/progreloc.c: New file, from GNU gettext.
25568
25569 2003-08-19  Jim Meyering  <jim@meyering.net>
25570
25571         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
25572         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
25573
25574 2003-08-19  Bruno Haible  <bruno@clisp.org>
25575
25576         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
25577         more.
25578
25579 2003-08-19  Bruno Haible  <bruno@clisp.org>
25580
25581         * lib/xstrdup.c: Assume <string.h> exists.
25582
25583 2003-08-18  Paul Eggert  <eggert@twinsun.com>
25584
25585         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
25586         in makefile rules.
25587
25588 2003-08-18  Jim Meyering  <jim@meyering.net>
25589
25590         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
25591         * m4/lib-ld.m4: Likewise.
25592
25593 2003-08-18  Jim Meyering  <jim@meyering.net>
25594
25595         * lib/setenv.h: Indent nested cpp directive.
25596         * lib/vasnprintf.c: Remove trailing blanks.
25597
25598 2003-08-17  Simon Josefsson  <jas@extundo.com>
25599
25600         * modules/xstrndup: New file.
25601         * MODULES.html.sh (func_all_modules): Add xstrndup.
25602
25603 2003-08-17  Simon Josefsson  <jas@extundo.com>
25604
25605         * modules/argp: Fix autoconf macro name. Add more dependencies.
25606
25607 2003-08-17  Simon Josefsson  <jas@extundo.com>
25608
25609         * m4/xstrndup.m4: New file.
25610
25611 2003-08-17  Simon Josefsson  <jas@extundo.com>
25612
25613         * m4/argp.m4: New file.
25614
25615 2003-08-17  Simon Josefsson  <jas@extundo.com>
25616             Bruno Haible  <bruno@clisp.org>
25617
25618         * lib/xstrndup.h: New file.
25619         * lib/xstrndup.c: New file.
25620
25621 2003-08-17  Bruno Haible  <bruno@clisp.org>
25622
25623         * modules/strndup (Files, Include): Add lib/strndup.h.
25624
25625 2003-08-17  Bruno Haible  <bruno@clisp.org>
25626
25627         * modules/euidaccess (Files): Add lib/euidaccess.h.
25628
25629 2003-08-17  Bruno Haible  <bruno@clisp.org>
25630
25631         * lib/strndup.h: New file.
25632
25633 2003-08-17  Bruno Haible  <bruno@clisp.org>
25634
25635         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
25636         like AC_GNU_SOURCE.
25637         * modules/extensions (configure.ac): Comment out the invocation of
25638         gl_USE_SYSTEM_EXTENSIONS.
25639
25640 2003-08-16  Paul Eggert  <eggert@twinsun.com>
25641
25642         Merges from coreutils, etc.
25643         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
25644         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
25645         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
25646         fixing a typo.
25647         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
25648         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
25649
25650 2003-08-16  Paul Eggert  <eggert@twinsun.com>
25651
25652         Document merge from coreutils.
25653         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
25654         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
25655         * modules/utime: Add m4/utimes-null.m4.
25656
25657 2003-08-16  Paul Eggert  <eggert@twinsun.com>
25658
25659         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
25660         space, undoing this 2003-08-12 change:
25661         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
25662
25663 2003-08-16  Paul Eggert  <eggert@twinsun.com>
25664
25665         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
25666         strtoul.c from libc, undoing this 2003-08-12 change:
25667         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
25668
25669 2003-08-16  Jim Meyering  <jim@meyering.net>
25670
25671         Merges from coreutils.
25672         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
25673         prefix.  Adjust cache variables similarly.  Create 500 rather than
25674         just 300 files, to exercise bug on Darwin6.5, too.
25675         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
25676         $missing_dir.
25677         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
25678         AM_SYS_POSIX_TERMIOS.
25679         Reported by mkc@mathdogs.com.
25680         Also change use of $am_cv_sys_posix_termios
25681         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
25682         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
25683         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
25684         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
25685         in /proc/mounts until it finds one with matching device number.  This
25686         is unnecessary when the FILE argument *is* a mount point.  No stat call
25687         is necessary in that case.  So, disable the statvfs-testing code on
25688         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
25689         as RedHat bug# 84846.
25690         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
25691         to 1MB, so as not to render systems with no stack size limit (e.g.,
25692         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
25693         Include <unistd.h>.  On some systems,
25694         it is required for the definition of _SC_PAGESIZE.
25695
25696 2003-08-16  Jim Meyering  <jim@meyering.net>
25697
25698         Merge from coreutils.
25699         * lib/xstrtoimax.c: #else #if -> #elif.
25700         * lib/xstrtoumax.c: Likewise.
25701
25702 2003-08-16  Jim Meyering  <jim@meyering.net>
25703
25704         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
25705         * m4/utimes.m4: Removed.
25706         * m4/utimes-null.m4: Renamed from utimes.m4.
25707
25708         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
25709         to 1MB, so as not to render systems with no stack size limit (e.g.,
25710         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
25711         Include <unistd.h>.  On some systems,
25712         it is required for the definition of _SC_PAGESIZE.
25713
25714 2003-08-16  Jim Meyering  <jim@meyering.net>
25715         and Paul Eggert  <eggert@cs.ucla.edu>
25716
25717         Merges from coreutils, etc.
25718
25719         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
25720         using the latest version from cvs.  This avoids problems with #line
25721         directives using a vendor (Sun) compiler.
25722         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
25723         Don't set GETGROUPS_LIB here; now it's
25724         done via getgroups.m4's wrapper function.
25725         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
25726         rather than just in sh-util/configure.in, so that the
25727         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
25728         same.
25729         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
25730         AC_FUNC_GETLOADAVG where to find getloadavg.c.
25731         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
25732         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
25733         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
25734         Remove code that is now done by the newly-required macros.
25735         Append $(EXEEXT) to DF_PROG.
25736         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
25737         Do not invoke or require the following here,
25738         since prereq.m4 or some gnulib .m4 now does this for us:
25739         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
25740         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
25741         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
25742         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
25743         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
25744         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
25745         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
25746         AC_FUNC_OBSTACK.
25747         Do not replace the following functions, as this is now the job
25748         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
25749         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
25750         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
25751         atexit getpass, strdup, getpagesize.
25752         Replace 'raise'.
25753         Do not check for the following functions, as this is now the job
25754         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
25755         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
25756         setregid.
25757         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
25758         Check for sys/sysctl.h.
25759         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
25760         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
25761         of checking for ssize_t ourselves.
25762
25763         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
25764         Require every macro that gnulib/modules/* suggests for us.
25765         (jm_PREREQ_ADDEXT): New macro.
25766         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
25767         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
25768
25769         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
25770         (gl_PHYSMEM): Use it.
25771         Also check for `table' function.
25772         Check for new headers and functions.
25773         Add check for sys/sysmp.h.
25774         With suggestions from Kaveh Ghazi.
25775         Ignore headers that are present but cannot be compiled.  This
25776         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
25777         C 5.4.
25778
25779 2003-08-15  Paul Eggert  <eggert@twinsun.com>
25780
25781         Document merge from coreutils.
25782         * modules/userspec: Depend on posixver.
25783         * modules/strftime: Depend on tzset.
25784
25785 2003-08-15  Paul Eggert  <eggert@twinsun.com>
25786
25787         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
25788         rather than tab, after '#' in shell-script copyright notices.
25789         Suggested by Bruno Haible.
25790
25791 2003-08-15  Paul Eggert  <eggert@twinsun.com>
25792
25793         * config/srclist-update: Use three spaces, rather than tab, after '#'
25794         in shell-script copyright notices.  Suggested by Bruno Haible.
25795         Remove unnecessary parenthesization in regular expression.
25796
25797 2003-08-15  Jim Meyering  <jim@meyering.net>
25798
25799         Merge from coreutils.
25800         * lib/xgethostname.c: Include <stdlib.h>.
25801         (xghostname): Don't exit for anything other than memory-related
25802         failure; just return NULL.
25803         * lib/userspec.c: Include "posixver.h".
25804         (parse_user_spec): Accept `.' as a separator only
25805         in pre-POSIX-200112 mode.
25806         * lib/strtoimax.c: Use #elif rather than #else #if.
25807         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
25808         Remove function, now that we can rely on a working tzset function.
25809         [!_LIBC]: Ensure that the required autoconf test has been run.
25810         [!defined _NL_CURRENT && HAVE_STRFTIME]:
25811         Use underlying_strftime for %r.
25812         * lib/sha.c: Merge in some clean-up and optimization changes from
25813         glibc.
25814         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
25815         Ensure that it is a multiple of 64.
25816         Rearrange loop exit tests so as to avoid performing an
25817         additional fread after encountering an error or EOF.
25818         * lib/realloc.c: Update copyright date.
25819
25820 2003-08-15  Jim Meyering  <jim@meyering.net>
25821         and Paul Eggert  <eggert@twinsun.com>
25822
25823         Merge from coreutils.
25824         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
25825         member but strut utmpx does not.  Needed for AIX 4.3.3.
25826         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
25827
25828 2003-08-15  Jim Meyering  <jim@meyering.net>
25829         and Paul Eggert  <eggert@cs.ucla.edu>
25830
25831         Merges from coreutils, etc.
25832         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
25833         Require gl_FUNC_TZSET_CLOBBER.
25834         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
25835         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
25836         members.
25837
25838 2003-08-14  Paul Eggert  <eggert@twinsun.com>
25839
25840         Help the merge from coreutils.
25841         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
25842         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
25843         * m4/tzset.m4: Use it too.
25844
25845 2003-08-14  Paul Eggert  <eggert@twinsun.com>
25846
25847         * modules/tzset: New file.
25848
25849 2003-08-14  Jim Meyering  <jim@meyering.net>
25850
25851         Merges from coreutils.
25852         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
25853         variable names, rather than @FNMATCH_H@.
25854         * modules/alloca: Likewise for $(ALLOCA_H).
25855
25856         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
25857         the three copies of the literal target, `fnmatch.h'.
25858         * modules/alloca (alloca.h): Likewise.
25859
25860 2003-08-14  Jim Meyering  <jim@meyering.net>
25861
25862         Merge from coreutils.
25863         * m4/tzset.m4: New file.
25864         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
25865         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
25866         otherwise, AIX 5.1 systems would end up using the latter.
25867         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
25868         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
25869         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
25870         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
25871
25872 2003-08-14  Jim Meyering  <jim@meyering.net>
25873
25874         Merge from coreutils.
25875         * lib/obstack.h: Whitespace changes.
25876         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
25877         and xcalloc return values.
25878         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
25879         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
25880         hang on OSF/1 5.1 for DIR on both local and remote file systems.
25881         Reported by (and fix confirmed by) Nelson H. F. Beebe.
25882         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
25883         error from mntctl.
25884         Use mntctl's return value to drive the entry-processing loop, since
25885         we can't rely on the value of the vmt_length member in the last
25886         entry.  On some systems doing so could result in exhausting
25887         virtual memory.  Based in part on a patch from Mike Jetzer.
25888
25889 2003-08-14  Jim Meyering  <jim@meyering.net>
25890         and Paul Eggert  <eggert@twinsun.com>
25891
25892         Merges from coreutils, plus other fixes.
25893         * lib/physmem.c: Merge in portability changes from gcc/libiberty
25894         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
25895         for credits and details.  Thanks to Kaveh Ghazi for helping
25896         to keep these files in sync.
25897         (ARRAY_SIZE): Define it.
25898         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
25899         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
25900         (memcasecmp): Don't assume size_t fits in unsigned int.
25901         Remove casts and duplicate code.
25902         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
25903         (memcpy): Remove definition.
25904         Merge in some clean-up and optimization changes from glibc.
25905         [BLOCKSIZE]: Move definition to top of file.
25906         Ensure that it is a multiple of 64.
25907         Rearrange loop exit tests so as to avoid performing an
25908         additional fread after encountering an error or EOF.
25909         * lib/md5.h (md5_uintptr): Define.
25910         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
25911         return to the initial working directory.  Preserve errno
25912         for caller.
25913         * lib/idcache.c: Include "xalloc.h".
25914         (xmalloc, xrealloc): Remove decls.
25915         (getuser): Remove casts no longer required in C89.
25916         * lib/human.c: Include stdio.h, for sprintf.
25917         * lib/group-member.c: Include "xalloc.h".
25918         (xmalloc, xrealloc): Remove decls.
25919         (get_group_info): Remove casts no longer required in C89.
25920         * lib/getusershell.c (readname): Remove casts no longer required in
25921         C89.
25922         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
25923         * lib/getline.c: Whitespace fix, from coreutils.
25924
25925 2003-08-13  Paul Eggert  <eggert@twinsun.com>
25926
25927         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
25928         Check for isascii.
25929
25930         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
25931         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
25932         Undo previous (whitespace-only) change.
25933
25934 2003-08-13  Paul Eggert  <eggert@twinsun.com>
25935
25936         * lib/exclude.c: Include <ctype.h>
25937         (IN_CTYPE_DOMAIN): New macro.
25938         (is_space): New fn.
25939         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
25940         and empty lines.
25941
25942         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
25943         Undo previous (whitespace-only) change.
25944
25945 2003-08-13  Paul Eggert  <eggert@twinsun.com>
25946
25947         * config/srclist-update: Change update back to the old behavior,
25948         leaving whitespace alone.  Use one 'sed' command rather than a
25949         pipeline.
25950         (fixlicense): Now a variable, not a function.
25951         (remove_trailing_blanks): Remove.
25952         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
25953         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
25954         Undo previous (whitespace-only) change.
25955
25956 2003-08-12  Paul Eggert  <eggert@twinsun.com>
25957
25958         Merge from coreutils.
25959         * modules/euidaccess: Add lib_SOURCES, include for new
25960         file euidaccess.h
25961
25962 2003-08-12  Paul Eggert  <eggert@twinsun.com>
25963
25964         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
25965         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
25966         Normalize leading white space and remove trailing white space.
25967
25968         Merge from coreutils
25969         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
25970
25971         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
25972         0.12.1.  These files are now being upgraded automatically by
25973         ../config/srclist-update.
25974
25975 2003-08-12  Paul Eggert  <eggert@twinsun.com>
25976
25977         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
25978         Normalize leading white space and remove trailing white space.
25979         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
25980         notice, as per ../config/srclist-update.
25981
25982         Merge from coreutils.
25983         * lib/euidaccess.h: New file.
25984         * lib/euidaccess.c: Include it.
25985         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
25986         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
25987         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
25988
25989 2003-08-12  Paul Eggert  <eggert@twinsun.com>
25990
25991         * config/srclist-update: Add copyright notice.
25992         (remove_id_lines, remove_trailing_blanks): New constants.
25993         (fixfile): Use them to normalize spacing a bit in copied files.
25994         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
25995         Normalize leading white space and remove trailing white space.
25996
25997         * config/texinfo.tex: Sync with texinfo.
25998
25999         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
26000         strtoul.c from libc, to merge coreutils whitespace changes.
26001
26002         * config/srclist.txt: Get the following m4 files from gettext:
26003         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
26004         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
26005         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
26006         wint_t.m4.
26007
26008 2003-08-12  Karl Berry  <karl@gnu.org>
26009
26010         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
26011         been made.
26012
26013 2003-08-11  Paul Eggert  <eggert@twinsun.com>
26014
26015         * modules/gnu-source, m4/gnu-source.m4:
26016         Remove; we're assuming Autoconf 2.54 or later now.
26017         Suggested by Bruno Haible.
26018         * MODULES.html.sh (func_all_modules): Remove gnu-source.
26019
26020 2003-08-11  Bruno Haible  <bruno@clisp.org>
26021
26022         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
26023
26024 2003-08-11  Bruno Haible  <bruno@clisp.org>
26025
26026         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
26027         (vasnprintf): Use it instead of wcslen.
26028
26029 2003-08-11  Bruno Haible  <bruno@clisp.org>
26030
26031         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
26032         value to ensure that _Bool promotes to int. Use #define for _Bool when
26033         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
26034
26035 2003-08-10  Karl Berry  <karl@gnu.org>
26036
26037         * lib/regex.h: update from libc (whitespace fix).
26038
26039 2003-08-09  Paul Eggert  <eggert@twinsun.com>
26040
26041         Merge some files from coreutils.  These changes were
26042         originally made by Jim Meyering.
26043         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
26044         many older Unixes require this.
26045         * lib/alloca.c (alloca): Remove cast to argument of free;
26046         no longer needed in C89.
26047         * lib/alloca_.h, regex.h: Fix white space to match
26048         what GNU indent does.
26049
26050 2003-08-09  Paul Eggert  <eggert@twinsun.com>
26051
26052         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
26053         apparently Emacs's Unicode mode got confused before my 2003-08-05
26054         checkin.
26055
26056 2003-08-08  Paul Eggert  <eggert@twinsun.com>
26057
26058         * m4/extensions.m4: New file.
26059         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
26060         Require gl_USE_SYSTEM_EXTENSIONS.
26061         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
26062         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
26063
26064 2003-08-08  Paul Eggert  <eggert@twinsun.com>
26065
26066         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
26067         * modules/extensions, modules/gnu-source: New files.
26068         * modules/timespec, modules/unlocked-io: Depend on extensions.
26069
26070 2003-08-07  Paul Eggert  <eggert@twinsun.com>
26071
26072         * modules/restrict: New file.
26073         * MODULES.html.sh (func_all_modules): Add restrict.
26074         * modules/regex: Depend on restrict.
26075
26076 2003-08-07  Paul Eggert  <eggert@twinsun.com>
26077
26078         * m4/restrict.m4: New file.
26079         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
26080
26081 2003-08-07  Bruno Haible  <bruno@clisp.org>
26082
26083         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
26084         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
26085
26086 2003-08-07  Bruno Haible  <bruno@clisp.org>
26087
26088         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
26089         makes the module 'getndelim2' compatible with the module 'getline'.
26090
26091 2003-08-05  Paul Eggert  <eggert@twinsun.com>
26092
26093         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
26094         byte with "\201" to avoid glitches when editing that source file
26095         with multi-gnome-terminal.
26096
26097 2003-08-05  Paul Eggert  <eggert@twinsun.com>
26098
26099         * lib/bumpalloc.h: Remove.
26100
26101 2003-08-05  Paul Eggert  <eggert@twinsun.com>
26102
26103         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
26104         * modules/bumpalloc: Remove.
26105
26106 2003-08-04  Paul Eggert  <eggert@twinsun.com>
26107
26108         * lib/getloadavg.c: Change copyright notice and spacing to conform to
26109         GNU coding style.
26110
26111         Merge from coreutils.
26112         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
26113         1. From glibc.
26114         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
26115         from Karl Berry, implemented by Jim Meyering.
26116         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
26117         from Dmitry V. Levin.
26118         Remove anachronistic cast of xrealloc.
26119         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
26120         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
26121         type. Otherwise, it wouldn't compile with at least /bin/cc on
26122         ymp-cray-unicos9.0.2.X.
26123         Combine two mostly-identical uses of alloca into one.
26124         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
26125
26126 2003-08-04  Dave Love  <d.love@dl.ac.uk>
26127
26128         [From Emacs.]
26129
26130         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
26131         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
26132         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
26133         obsolete NLIST_NAME_UNION.
26134         [__GNU__]: Undef BSD and FSCALE.
26135         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
26136
26137 2003-08-03  Paul Eggert  <eggert@twinsun.com>
26138
26139         * lib/stdbool_.h (_Bool): Make it signed char, instead of
26140         an enum type, so that it's guaranteed to promote to int.  See:
26141         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
26142
26143 2003-08-03  Karl Berry  <karl@gnu.org>
26144
26145         * config/depcomp: update from automake.
26146
26147 2003-07-31  Paul Eggert  <eggert@twinsun.com>
26148
26149         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
26150         (strerror): Don't assume that a printable int fits in 14 bytes.
26151
26152 2003-07-31  Bruno Haible  <bruno@clisp.org>
26153
26154         * modules/getpass-gnu: New file.
26155         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
26156
26157 2003-07-31  Bruno Haible  <bruno@clisp.org>
26158
26159         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
26160
26161 2003-07-24  Karl Berry  <karl@gnu.org>
26162
26163         * config/missing: update from automake.
26164
26165 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
26166             Bruno Haible  <bruno@clisp.org>
26167
26168         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
26169         * lib/getline.c (getline, getdelim): Likewise.
26170         Remove _GNU_SOURCE define; now it's defined in config.h through
26171         m4/getline.m4.
26172
26173 2003-07-23  Karl Berry  <karl@gnu.org>
26174
26175         * config/config.sub: update from prep.
26176
26177 2003-07-22  Paul Eggert  <eggert@twinsun.com>
26178
26179         * modules/xalloc (Depends-on): Add exitfail.
26180         * modules/xmemcoll: Likewise.
26181
26182 2003-07-22  Paul Eggert  <eggert@twinsun.com>
26183
26184         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
26185         over-parenthesization in macros.
26186
26187         Sync with coreutils.
26188
26189         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
26190         required by C99.
26191
26192         Use `exit_failure' for xalloc and xmemcoll instead of their own
26193         private exit-failure variables.
26194         * lib/xalloc.h (xalloc_exit_failure): Remove.
26195         * lib/xmalloc.c: Likewise.  Include exitfail.h.
26196         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
26197         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
26198         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
26199         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
26200
26201 2003-07-20  Jim Meyering  <jim@meyering.net>
26202
26203         * modules/closeout (Depends-on): Add exitfail.
26204         Suggestion from Bruno Haible.
26205
26206 2003-07-19  Karl Berry  <karl@gnu.org>
26207
26208         * config/config.sub: update from prep.
26209
26210 2003-07-18  Paul Eggert  <eggert@twinsun.com>
26211
26212         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
26213         Remove.
26214         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
26215         to test that it can stand by itself.  Include "exitfail.h".
26216         Clients should set exit_failure instead.
26217         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
26218
26219 2003-07-18  Bruno Haible  <bruno@clisp.org>
26220
26221         * modules/getndelim2: New file.
26222         * modules/getline: Share files with module getndelim2.
26223         * modules/getnline: Depend on getndelim2 instead of sharing files with
26224         it. Add getnline.c to lib_SOURCES.
26225         * MODULES.html.sh (func_all_modules): Add getndelim2.
26226
26227 2003-07-18  Bruno Haible  <bruno@clisp.org>
26228
26229         * m4/getndelim2.m4: New file.
26230         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
26231         invoke gl_PREREQ_GETNDELIM2.
26232         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
26233         gl_PREREQ_GETNDELIM2.
26234         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
26235         gl_GETNDELIM2.
26236
26237 2003-07-18  Bruno Haible  <bruno@clisp.org>
26238
26239         * lib/getndelim2.h: New file.
26240         * lib/getndelim2.c: Make into a module of its own. Include config.h,
26241         getndelim2.h.
26242         (getndelim2): Make non-static. Change return type to ssize_t.
26243         * lib/getline.h: Change argument names.
26244         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
26245         * lib/getnline.c: Include getndelim2.h.
26246
26247 2003-07-18  Andreas Schwab  <schwab@suse.de>
26248
26249         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
26250
26251 2003-07-17  Karl Berry  <karl@gnu.org>
26252
26253         * config/config.sub: update from prep.
26254
26255 2003-07-17  Bruno Haible  <bruno@clisp.org>
26256
26257         * modules/getnline: New file.
26258         * modules/getline: Add lib/getndelim2.c to source file list.
26259         * MODULES.html.sh (func_all_modules): Add getnline.
26260
26261 2003-07-17  Bruno Haible  <bruno@clisp.org>
26262
26263         * m4/getnline.m4: New file.
26264
26265 2003-07-17  Bruno Haible  <bruno@clisp.org>
26266
26267         * m4/Makefile.am.in: Remove file.
26268         * m4/Makefile.am: Remove file.
26269         * m4/Makefile.in: Remove file.
26270
26271 2003-07-17  Bruno Haible  <bruno@clisp.org>
26272
26273         * lib/getnline.h: New file.
26274         * lib/getnline.c: New file.
26275         * lib/getndelim2.c: New file, extracted from getline.c.
26276         (getndelim2): Renamed from getdelim2, with added nmax argument.
26277         * lib/getline.c: Include getndelim2.c.
26278         (getdelim2): Moved out to getndelim2.c.
26279         (getline, getdelim): Update.
26280
26281 2003-07-17  Bruno Haible  <bruno@clisp.org>
26282
26283         * lib/Makefile.am: Remove file.
26284         * lib/Makefile.in: Remove file.
26285
26286 2003-07-17  Bruno Haible  <bruno@clisp.org>
26287
26288         * configure.in: Remove file.
26289         * Makefile.in: Remove file.
26290
26291 2003-07-17  Bruno Haible  <bruno@clisp.org>
26292
26293         * MODULES.html.sh: Put the </BODY> right before </HTML>.
26294
26295 2003-07-16  Karl Berry  <karl@gnu.org>
26296
26297         * config/srclist-update: was running fixlicense twice, which caused
26298                 texinfo.tex to be nullified for some reason.  Simplify,
26299                 $gplsrc is no longer needed as far as I can see?
26300
26301 2003-07-16  Jim Meyering  <jim@meyering.net>
26302
26303         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
26304
26305 2003-07-15  Paul Eggert  <eggert@twinsun.com>
26306
26307         * config/srclist.txt: Get the following files from gettext-runtime/intl
26308         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
26309         ref-del.sin.  From Bruno Haible.
26310         * config/srclist-update (fixfile): Change grep pattern again, since the
26311         previous fix didn't work (there was another trailing $).  Use
26312         '[$]' to escape the $s.
26313
26314 2003-07-15  Karl Berry  <karl@gnu.org>
26315
26316         * lib/vasnprintf.c: update from gettext.
26317
26318 2003-07-15  Karl Berry  <karl@gnu.org>
26319
26320         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
26321         gets expanded when surrounded by '$'.
26322
26323 2003-07-15  Jim Meyering  <jim@meyering.net>
26324
26325         * modules/save-cwd: Don't depend on error.  From Derek Price.
26326
26327 2003-07-15  Jim Meyering  <jim@meyering.net>
26328
26329         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
26330
26331 2003-07-14  Simon Josefsson  <jas@extundo.com>
26332
26333         * modules/mempcpy: New file.
26334         * MODULES.html.sh (func_all_modules): Add mempcpy.
26335
26336 2003-07-14  Simon Josefsson  <jas@extundo.com>
26337
26338         * m4/mempcpy.m4: New file.
26339
26340 2003-07-14  Simon Josefsson  <jas@extundo.com>
26341
26342         * lib/mempcpy.h: New file.
26343         * lib/mempcpy.c: New file.
26344
26345 2003-07-14  Paul Eggert  <eggert@twinsun.com>
26346
26347         * modules/getdate, modules/posixtm: Depend on mktime.
26348
26349 2003-07-14  Paul Eggert  <eggert@twinsun.com>
26350
26351         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
26352         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
26353         unicodeio.c, unicodeio.h, unlocked-io.h:
26354         Switch from LGPL to GPL.
26355
26356 2003-07-14  Paul Eggert  <eggert@twinsun.com>
26357
26358         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
26359         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
26360         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
26361         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
26362         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
26363         updated automatically by ../config/srclist-update.  This changes
26364         their license from LPGL to GPL.
26365
26366 2003-07-14  Paul Eggert  <eggert@twinsun.com>
26367
26368         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
26369         assumed to refer to the root of the most recent stable gettext version.
26370         * config/srclistvars.sh: Add defaults for eggert.
26371         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
26372         Match "This program" as well as "The program".  This is needed
26373         for gettext.
26374
26375 2003-07-14  Jim Meyering  <jim@meyering.net>
26376
26377         Don't emit diagnostics.  Let callers do that.
26378         * lib/save-cwd.c: Don't include "error.h".
26379         (save_cwd): Don't call error.  Ensure that errno is valid
26380         when returning nonzero.
26381
26382         * lib/save-cwd.h (restore_cwd): Update prototype.
26383         * lib/save-cwd.c (restore_cwd): Remove two parameters.
26384         Simplify.  Don't call error upon failure.  Let callers do that.
26385         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
26386         when auditing is enabled.  But don't bother updating the #if.
26387
26388 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
26389
26390         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
26391         it breaks C++ compilation.
26392         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
26393
26394 2003-07-10  Simon Josefsson  <jas@extundo.com>
26395
26396         * modules/strchrnul (Makefile.am): Add strchrnul.h.
26397
26398 2003-07-10  Jim Meyering  <jim@meyering.net>
26399
26400         * m4/clock_time.m4: Remove trailing blank.
26401         * m4/intmax_t.m4: Likewise.
26402
26403 2003-07-10  Jim Meyering  <jim@meyering.net>
26404
26405         * lib/vasnprintf.c: Remove trailing blanks.
26406         Make cpp indentation consistent.
26407
26408 2003-07-09  Paul Eggert  <eggert@twinsun.com>
26409
26410         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
26411         posixver.c, strftime.c, strnlen.c, strverscmp.c:
26412         Switch from LGPL to GPL.
26413
26414 2003-07-09  Paul Eggert  <eggert@twinsun.com>
26415
26416         * config/srclist.txt: Sort sublists.  Add
26417         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
26418         that differ from gnulib for one reason or another; we'd like this list
26419         to be smaller but for now let's document what we have.
26420
26421 2003-07-08  Paul Eggert  <eggert@twinsun.com>
26422
26423         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
26424         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
26425         and sweeter "eval x=$x".
26426         * config/srclist.txt: Get lib/argp* from glibc.
26427
26428 2003-07-07  Paul Eggert  <eggert@twinsun.com>
26429
26430         * lib/mktime.c: Fix some boundary cases and remove need for floating
26431         point.
26432
26433         Issue a compile-time diagnostic if time_t is floating point, or if
26434         two's complement arithmetic is not in effect, or if arithmetic
26435         right shift does not propagate the sign.  These assumptions were
26436         all in the original code but they weren't checked.
26437
26438         (TIME_T_MIDPOINT, verify): New macros.
26439         (__isleap): Remove; it has integer overflow problems.
26440         (leapyear): New function, without those problems.
26441         (ydhms_tm_diff): Remove; splitting into two parts.
26442         (ydhms_diff): New function, containing the arithmetic part of
26443         the old ydhms_tm_diff function.  Issue a compile-time
26444         diagnostic if we are not using C99 integer division.
26445         Avoid casts when possible.
26446         (guess_time_tm): New function, containing the checking part of
26447         the old ydhms_tm_diff function.  Return the new value, rather than
26448         the difference between it and the old.  Accept a new argument T
26449         so that *T specifies the old value.  Check for overflow in the result.
26450
26451         (__mktime_internal): Use a time_t offset, not a long int offset.
26452         This undoes the 2003-06-04 change, which is no longer needed now
26453         that we have better overflow checking.
26454         (localtime_offset): Likewise.
26455
26456         (__mktime_internal): Avoid harmful overflow on hosts where time_t
26457         and long are 64-bit but int is only 32-bit.
26458         (ydhms_diff): Use long int to store year1 and yday1.
26459         Issue a compile-time diagnostic if long int is not wide enough.
26460
26461         (__mktime_internal): Use long int to store adjusted year and yday.
26462         Use plain C rather than preprocessor commands, if that doesn't
26463         affect efficiency.
26464         Check for overflow (and try to repair) after each probe
26465         rather than checking only at the very end.  This avoids some bugs
26466         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
26467         does not equal GMT offset at maximum time).
26468         Use integer to check for overflow rather than floating point; this
26469         is more portable to non-IEEE hosts, and is a tad faster.
26470         When we detect that we are oscillating between two values,
26471         don't check whether tm_isdst has the requested value, since
26472         we already know the answer.  When tm_isdst has the wrong value,
26473         use a different heuristic to find the right one, based on the
26474         extreme values actually observed in practice in tz2003a,
26475         rather than the (overly optimistic) "previous 3 calendar quarters".
26476
26477         (not_equal_tm, print_tm, check_result): Use "const T" rather than
26478         "T const" to accommodate glibc style.
26479         (check_result): Use less-confusing report format.  "long" -> "long int.
26480         (main): Likewise.
26481         Don't loop if the iteration overflows time_t.
26482         Allow a negative step in the iteration.
26483
26484 2003-07-06  Karl Berry  <karl@gnu.org>
26485
26486         * config/depcomp: update from automake.
26487         * config/config.sub: update from prep.
26488
26489 2003-07-03  Karl Berry  <karl@gnu.org>
26490
26491         * config/config.guess: update from prep.
26492
26493 2003-07-01  Paul Eggert  <eggert@twinsun.com>
26494
26495         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
26496         xreadlink.c now includes it unconditionally.
26497
26498 2003-07-01  Paul Eggert  <eggert@twinsun.com>
26499
26500         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
26501         having it depend on HAVE_SYS_TYPES_H.
26502
26503 2003-07-01  Bruno Haible  <bruno@clisp.org>
26504
26505         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
26506         <sys/types.h> should be sufficient.
26507         Reported by Paul Eggert.
26508
26509 2003-06-26  Karl Berry  <karl@gnu.org>
26510
26511         * config/depcomp: update from automake.
26512
26513 2003-06-26  Bruno Haible  <bruno@clisp.org>
26514
26515         * modules/human: Depend on module stdbool.
26516
26517 2003-06-25  Bruno Haible  <bruno@clisp.org>
26518
26519         * modules/readlink: New file.
26520         * modules/xreadlink: Depend on it.
26521         * MODULES.html.sh (func_all_modules): Add readlink.
26522
26523 2003-06-25  Bruno Haible  <bruno@clisp.org>
26524
26525         * m4/readlink.m4: New file.
26526
26527 2003-06-25  Bruno Haible  <bruno@clisp.org>
26528
26529         * lib/readlink.c: New file.
26530
26531 2003-06-22  Karl Berry  <karl@gnu.org>
26532
26533         * config/srclist.txt: update mkinstalldirs from automake.
26534         * config/mkinstalldirs: update.
26535
26536 2003-06-22  Bruno Haible  <bruno@clisp.org>
26537
26538         Portability to mingw32.
26539         * m4/ssize_t.m4: New file, from GNU gettext.
26540         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
26541         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
26542
26543 2003-06-22  Bruno Haible  <bruno@clisp.org>
26544
26545         * modules/safe-read: Add m4/ssize_t.m4.
26546         * modules/xreadlink: Add m4/ssize_t.m4.
26547
26548 2003-06-20  Bruno Haible  <bruno@clisp.org>
26549
26550         Assume C89, so PARAMS isn't needed.
26551         * lib/unicodeio.h (PARAMS): Remove.
26552         * lib/unicodeio.c: Don't use PARAMS.
26553
26554 2003-06-18  Karl Berry  <karl@gnu.org>
26555
26556         * config/config.{guess,sub}: update from prep.
26557
26558 2003-06-18  Jim Meyering  <jim@meyering.net>
26559
26560         Merge changes from coreutils.
26561         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
26562         Remove explicit declarations of xmalloc and realloc.
26563         Include xalloc.h.
26564         (read_utmp): Remove anachronistic cast of xmalloc.
26565
26566 2003-06-17  Paul Eggert  <eggert@twinsun.com>
26567
26568         Assume C89, so PARAMS isn't needed.
26569         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
26570         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
26571         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
26572         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
26573         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
26574         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
26575         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
26576         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
26577         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
26578         lib/xstrtod.h, lib/xstrtol.h: Likewise.
26579         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
26580         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
26581         no longer needed. Anyway, config.h should always be included before any
26582         other file.
26583
26584 2003-06-11  Simon Josefsson  <jas@extundo.com>
26585
26586         * modules/sysexits: New file.
26587         * MODULES.html.sh (func_all_modules): Add sysexits.
26588
26589 2003-06-11  Simon Josefsson  <jas@extundo.com>
26590
26591         * lib/sysexit_.h: New file.
26592
26593 2003-06-11  Derek Price  <derek@ximbiot.com>
26594
26595         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
26596         necessary.
26597
26598 2003-06-11  Bruno Haible  <bruno@clisp.org>
26599
26600         * m4/sysexits.m4: New file.
26601
26602 2003-06-10  Simon Josefsson  <jas@extundo.com>
26603
26604         * lib/argp.h: New file, from glibc.
26605         * lib/argp-ba.c: New file, from glibc.
26606         * lib/argp-eexst.c: New file, from glibc.
26607         * lib/argp-fmtstream.c: New file, from glibc.
26608         * lib/argp-fmtstream.h: New file, from glibc.
26609         * lib/argp-fs-xinl.c: New file, from glibc.
26610         * lib/argp-help.c: New file, from glibc.
26611         * lib/argp-namefrob.h: New file, from glibc.
26612         * lib/argp-parse.c: New file, from glibc.
26613         * lib/argp-pv.c: New file, from glibc.
26614         * lib/argp-pvh.c: New file, from glibc.
26615         * lib/argp-xinl.c: New file, from glibc.
26616
26617 2003-06-10  Simon Josefsson  <jas@extundo.com>
26618
26619         * modules/strchrnul: New file.
26620
26621 2003-06-10  Simon Josefsson  <jas@extundo.com>
26622
26623         * modules/argp: New file.
26624
26625 2003-06-10  Simon Josefsson  <jas@extundo.com>
26626
26627         * m4/strchrnul.m4: New file.
26628
26629 2003-06-10  Simon Josefsson  <jas@extundo.com>
26630
26631         * lib/strchrnul.h: New file.
26632         * lib/strchrnul.c: New file.
26633
26634 2003-06-10  Bruno Haible  <bruno@clisp.org>
26635
26636         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
26637
26638 2003-06-07  Karl Berry  <karl@gnu.org>
26639
26640         * config/config.{guess,sub}: update from prep.
26641
26642 2003-06-07  Jim Meyering  <jim@meyering.net>
26643
26644         * modules/strtod: Use $(...) notation, not @...@ for
26645         AC_REPLACE'd variables.
26646         * modules/localcharset: Likewise.
26647
26648 2003-06-07  Jim Meyering  <jim@meyering.net>
26649
26650         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
26651         in place of my name in the copyright comment.
26652         Remove definition and uses of __P.
26653
26654         From coreutils.
26655         * lib/stat.c: Don't declare xmalloc explicitly.
26656         Instead, include "xalloc.h".
26657         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
26658         xrealloc, and xcalloc return values.
26659         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
26660         Improve comment.
26661         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
26662
26663 2003-06-07  Bruno Haible  <bruno@clisp.org>
26664
26665         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
26666         avoid AC_CONFIG_LINKS.
26667         * modules/fnmatch (Makefile.am): Use explicit creation rule for
26668         fnmatch.h, to avoid AC_CONFIG_LINKS.
26669         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
26670
26671 2003-06-07  Bruno Haible  <bruno@clisp.org>
26672
26673         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
26674         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
26675         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
26676         directory.
26677         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
26678         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
26679         directory.
26680
26681 2003-06-06  Jim Meyering  <jim@meyering.net>
26682
26683         Merge from coreutils.
26684         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
26685         Consolidate declarations and initializations of *_base* locals.
26686
26687         Merge from coreutils.
26688         This avoids a core dump on systems without GNU putenv,
26689         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
26690         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
26691         (unsetenv): New static function, from GNU libc.
26692         (rpl_putenv): Use it.
26693
26694         * lib/modechange.c: Remove trailing blanks.
26695
26696         Merge from coreutils.
26697         * lib/fsusage.c: Remove declaration of statfs.
26698         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
26699
26700         * lib/posixtm.c: Include <stdbool.h> unconditionally.
26701
26702 2003-06-06  Jim Meyering  <jim@meyering.net>
26703
26704         * lib/stdbool_.h: Renamed from stdbool.h.in.
26705
26706 2003-06-06  Jim Meyering  <jim@meyering.net>
26707             Bruno Haible  <bruno@clisp.org>
26708
26709         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
26710         Adjust Makefile.am snippet not to redirect directly to target.
26711         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
26712
26713 2003-06-05  Paul Eggert  <eggert@twinsun.com>
26714
26715         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
26716         mismatch, look in future quarters as well as past.  This fixes a
26717         bug when processing fall-backwards gaps immediately after a long
26718         period of daylight-saving time.
26719
26720         * lib/mktime.c: Assume freestanding C89 or better.
26721         (HAVE_LIMITS_H): Remove.  Assume it's 1.
26722         (__P): Remove; not used.
26723         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
26724         (mktime, not_equal_tm, print_tm, check_result,
26725         main): Use prototypes.  Use const * where appropriate.
26726         (main): Fix typo in testing code that uncovered by above changes.
26727         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
26728
26729 2003-06-04  Paul Eggert  <eggert@twinsun.com>
26730
26731         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
26732         locale.h, localeconv.  This merges changes from coreutils.
26733
26734         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
26735         It can be removed after the next Autoconf is released.
26736         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
26737         needed.
26738
26739 2003-06-04  Paul Eggert  <eggert@twinsun.com>
26740
26741         * lib/mktime.c: Fix Debian bug 177940
26742         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
26743         (localtime_offset): Now long int, not time_t, because we want it
26744         to be guaranteed to be signed.  All uses changed.
26745         (__mktime_internal): If overflow would occur when adding offset,
26746         don't add it.
26747
26748         Merge 'human' changes from coreutils.  Rewrite to support
26749         locale-specific notations like thousands separators.
26750         * lib/human.c: Simplify authorship notice.
26751         Include human.h immediately after config.h.
26752         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
26753         <limits.h>: Do not include, since human.h does.
26754         (SIZE_MAX, UINTMAX_MAX): New macros.
26755         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
26756         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
26757         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
26758         (power_letter): Renamed from suffixes.
26759         (generate_suffix_backwards): Remove.
26760         (adjust_value): Now takes int style (because of human.h changes)
26761         and long double value (for greater precision on some platforms).
26762         (group_number): New function.
26763         (human_readable): Use it.  Use integer options, not enum.
26764         Put the options before the sizes in the arg list.
26765         Support all the new options.
26766         The old human_readable function has been removed;
26767         use inttostr.h instead.
26768         (human_readable, default_block_size, humblock):
26769         Use uintmax_t, not int, for block sizes.
26770         (human_readable_inexact, block_size_types): Remove.
26771         (block_size_opts): New constant.
26772         (human_options): Renamed from human_block_size, with new signature
26773         that allows block sizes up to UINTMAX_MAX.  All callers changed.
26774         * lib/human.h: Add copyright and authorship notice.
26775         Include <limits.h> and <stdbool.h> unconditionally.
26776         (PARAMS): Remove.  All uses removed.
26777         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
26778         (enum human_inexact_style): Remove tag; now a nameless enum.
26779         (human_floor, human_ceiling, human_round_to_even): Now have
26780         values 2, 0, 1 rather than -1, 1, 0.
26781         (human_group_digits, human_suppress_point_zero, human_autoscale,
26782         human_base_1024, human_SI, human_B): New constants.
26783         (human_readable_inexact, human_block_size): Remove.
26784         (human_readable): Size args are now uintmax_t, not int.
26785         (human_options): New decl.
26786
26787         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
26788         unnecessary now that we assume C89 or better.  This change
26789         imported from coreutils.
26790
26791         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
26792         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
26793         in the 2003-05-30 sync from glibc.
26794
26795         .h files should stand alone, but we shouldn't include <sys/types.h>
26796         if we can get away with just <stddef.h>.
26797
26798         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
26799         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
26800         rather than <sys/types.h>, as we merely need size_t.
26801         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
26802         to get size_t.
26803         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
26804         Include <stdio.h>, to get FILE.
26805         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
26806         memcasecmp.h has included <stddef.h> and all we need is size_t.
26807         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
26808         our interface, instead of including <sys/types.h>
26809
26810 2003-06-04  Paul Eggert  <eggert@twinsun.com>
26811
26812         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
26813         now, as glibc mktime is buggy on non-glibc systems.
26814
26815 2003-06-03  Karl Berry  <karl@gnu.org>
26816
26817         * config/config.sub: update from prep.
26818
26819 2003-06-02  Paul Eggert  <eggert@twinsun.com>
26820
26821         [from coreutils]
26822         Fix some minor time-related bugs with POSIX time arguments.
26823         Some valid time stamps were being rejected (notably -1, and
26824         time stamps before 1900 on 64-bit hosts).  And some invalid
26825         time stamps were being accepted, e.g. September 31.
26826
26827         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
26828         that we can return (time_t) -1 successfully.
26829         * lib/posixtm.c: Likewise.
26830         [HAVE_STDBOOL_H]: Include <stdbool.h>.
26831         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
26832         (t): Remove static var.
26833         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
26834         of static var.  All uses changed.
26835         (year): Do not reject years before 1900; they can occur with
26836         64-bit time_t.
26837         (posix_time_parse): Do not check for out-of-range components;
26838         that is now the caller's responsibility, since our checks were
26839         only approximations.
26840         (posixtime): Use mktime to check for out-of-range components,
26841         since it knows them exactly.
26842         If mktime returns (time_t) -1, check whether an error actually occurred
26843         by invoking localtime on -1.
26844         (main) [TEST_POSIXTIME]: Check for input data errors, and report
26845         posixtime failures better.
26846         Improve the test data (in comments only).
26847
26848 2003-06-02  Karl Berry  <karl@gnu.org>
26849
26850         * config/mkinstalldirs (version): new variable.
26851         (--version): new option.
26852         (usage): improve message.
26853
26854 2003-05-30  Karl Berry  <karl@gnu.org>
26855
26856         * lib/mktime.c: update from libc.
26857
26858 2003-05-30  Bruno Haible  <bruno@clisp.org>
26859
26860         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
26861         * config/config.rpath: Upgrade to gettext-0.12.1.
26862
26863 2003-05-30  Bruno Haible  <bruno@clisp.org>
26864
26865         * m4/gettext.m4: Upgrade to gettext-0.12.1.
26866         * m4/nls.m4: New file, from gettext-0.12.1.
26867         * m4/po.m4: New file, from gettext-0.12.1.
26868         * m4/progtest.m4: Upgrade to gettext-0.12.1.
26869
26870 2003-05-30  Bruno Haible  <bruno@clisp.org>
26871
26872         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
26873         * lib/localcharset.h: Likewise.
26874         * lib/localcharset.c: Likewise.
26875
26876 2003-05-29  Karl Berry  <karl@gnu.org>
26877
26878         * config/config.rpath: update from gettext.
26879
26880 2003-05-28  Paul Eggert  <eggert@twinsun.com>
26881
26882         Assume the headers required for C89 freestanding compilers.
26883         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
26884         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
26885         * m4/human.m4 (gl_HUMAN): Likewise.
26886         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
26887         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
26888         * m4/userspec.m4 (gl_USERSPEC): Likewise.
26889         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
26890         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
26891         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
26892
26893 2003-05-28  Paul Eggert  <eggert@twinsun.com>
26894
26895         Assume the headers required for C89 freestanding compilers.
26896         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
26897         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
26898         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
26899         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
26900         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
26901         define, since <limits.h> is guaranteed to do that.
26902         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
26903         * lib/exclude.c: Include <stdbool.h> unconditionally.
26904         * lib/tempname.c: Include <stddef.h> unconditionally.
26905         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
26906         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
26907         <stddef.h> does that.
26908         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
26909         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
26910         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
26911         needed.
26912         * lib/xstrtol.c: Likewise.
26913         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
26914         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
26915
26916         * lib/addext.c (addext): Use assignment rather than cast, to avoid
26917         warnings on some platforms.
26918
26919         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
26920         arbitrarily.
26921
26922 2003-05-26  Jim Meyering  <jim@meyering.net>
26923
26924         Merge in a change from coreutils:
26925         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
26926         that is guaranteed to be `no'.  Use `no_such_member' to indicate
26927         that condition, rather than `-1' which is slightly misleading.
26928         Change the name of the cache variable to have the gl_ prefix.
26929         Prompted by a patch from Richard Dawe for DJGPP.
26930
26931 2003-05-24  Karl Berry  <karl@gnu.org>
26932
26933         * config/config.guess: update from prep.
26934
26935 2003-05-22  Karl Berry  <karl@gnu.org>
26936
26937         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
26938
26939 2003-05-20  Karl Berry  <karl@gnu.org>
26940
26941         * config/config.guess: update from prep.
26942
26943 2003-05-18  Karl Berry  <karl@gnu.org>
26944
26945         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
26946         might actually be set by the user.
26947
26948         * config/depcomp, install-sh, mdate-sh: update from automake.
26949
26950 2003-05-17  Bruno Haible  <bruno@clisp.org>
26951
26952         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
26953         invalid expansion for AC_EGREP_CPP.
26954         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
26955         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
26956         Suggested by Akim Demaille <akim@epita.fr> in
26957         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
26958
26959 2003-05-12  Jim Meyering  <jim@meyering.net>
26960
26961         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
26962         the space-padded-by-default conversion specifiers, %e, %k, %l.
26963
26964 2003-05-12  Bruno Haible  <bruno@clisp.org>
26965
26966         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
26967         the string is longer than 4 KB.
26968
26969 2003-05-11  Karl Berry  <karl@gnu.org>
26970
26971         * config/config.{guess,sub}: update from prep.
26972
26973 2003-05-09  Bruno Haible  <bruno@clisp.org>
26974
26975         * modules/error: Add m4/strerror_r.m4 to file list.
26976
26977 2003-05-03  Bruno Haible  <bruno@clisp.org>
26978
26979         Upgrade to Unicode-4.0.
26980         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
26981         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
26982         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
26983         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
26984         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
26985         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
26986         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
26987         Change width of U+E0100..U+E01EF from 1 to 0.
26988
26989 2003-04-25  Jim Meyering  <jim@meyering.net>
26990
26991         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
26992         of type size_t, not int.
26993
26994 2003-04-25  Bruno Haible  <bruno@clisp.org>
26995
26996         * lib/copy-file.c: Include <stddef.h>, for size_t.
26997
26998 2003-04-21  Paul Eggert  <eggert@twinsun.com>
26999
27000         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
27001         code which expansion is under static control.  Patch imported from
27002         Akim Demaille's patch to Bison; see
27003         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
27004
27005 2003-04-14  Bruno Haible  <bruno@clisp.org>
27006
27007         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
27008
27009 2003-04-11  Jim Meyering  <jim@meyering.net>
27010
27011         Merge changes from Coreutils.
27012
27013         2003-03-22  Jim Meyering  <jim@meyering.net>
27014
27015         * lib/strftime.c (widen): Cast alloca return value to proper type.
27016
27017         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
27018
27019         From GNU libc.
27020         * lib/strftime.c (my_strftime): Handle very large width
27021         specifications for numeric values correctly.  Improve checks for
27022         overflow.
27023
27024         2003-01-19  Jim Meyering  <jim@meyering.net>
27025
27026         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
27027         definitions.
27028         (nl_get_alt_digit) [! defined my_strftime]: Define.
27029         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
27030         _nl_get_alt_digit and _nl_get_walt_digit.
27031
27032         * lib/strftime.c (my_strftime): Merge in locale-related changes from
27033         libc. These changes have no effect outside of _LIBC.
27034
27035 2003-04-10  Bruno Haible  <bruno@clisp.org>
27036
27037         * modules/findprog: New file.
27038         * MODULES.html.sh (func_all_modules): Add it.
27039
27040 2003-04-10  Bruno Haible  <bruno@clisp.org>
27041
27042         * m4/findprog.m4: New file.
27043         * m4/eaccess.m4: New file.
27044
27045 2003-04-10  Bruno Haible  <bruno@clisp.org>
27046
27047         * lib/findprog.h: New file, from GNU gettext.
27048         * lib/findprog.c: New file, from GNU gettext.
27049
27050 2003-04-05  Jim Meyering  <jim@meyering.net>
27051
27052         Merge changes from Coreutils.
27053
27054         * lib/exclude.h (PARAMS): Remove definition and uses.
27055         * lib/exclude.c: Remove uses of `PARAMS'.
27056
27057         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
27058         Add test-cases for DOS filenames. Declare program_name.
27059         (main): Set up program_name.  Patch by Rich Dawe.
27060
27061         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
27062         error from mntctl.
27063         Use mntctl's return value to drive the entry-processing loop, since
27064         we can't rely on the value of the vmt_length member in the last
27065         entry.  On some systems doing so could result in exhausting
27066         virtual memory.  Based in part on a patch from Mike Jetzer.
27067
27068 2003-04-04  Bruno Haible  <bruno@clisp.org>
27069
27070         * modules/linebreak: New file.
27071         * MODULES.html.sh (func_all_modules): Add it.
27072
27073 2003-04-04  Bruno Haible  <bruno@clisp.org>
27074
27075         * m4/linebreak.m4: New file.
27076
27077 2003-04-04  Bruno Haible  <bruno@clisp.org>
27078
27079         * lib/linebreak.h: New file, from GNU gettext.
27080         * lib/linebreak.c: New file, from GNU gettext with slight
27081         modifications.
27082         * lib/lbrkprop.h: New file, from GNU gettext.
27083
27084 2003-04-03  Bruno Haible  <bruno@clisp.org>
27085
27086         * modules/utf8-ucs4: New file.
27087         * modules/utf16-ucs4: New file.
27088         * modules/ucs4-utf8: New file.
27089         * modules/ucs4-utf16: New file.
27090         * MODULES.html.sh (func_all_modules): Add them.
27091
27092 2003-04-03  Bruno Haible  <bruno@clisp.org>
27093
27094         * m4/utf-ucs4.m4: New file.
27095         * m4/ucs4-utf.m4: New file.
27096
27097 2003-04-03  Bruno Haible  <bruno@clisp.org>
27098
27099         * lib/utf8-ucs4.h: New file, from GNU gettext.
27100         * lib/utf16-ucs4.h: New file, from GNU gettext.
27101         * lib/ucs4-utf8.h: New file, from GNU gettext.
27102         * lib/ucs4-utf16.h: New file, from GNU gettext.
27103
27104 2003-04-02  Bruno Haible  <bruno@clisp.org>
27105
27106         * modules/binary-io: New file.
27107         * MODULES.html.sh (func_all_modules): Add it.
27108
27109 2003-04-02  Bruno Haible  <bruno@clisp.org>
27110
27111         * lib/binary-io.h: New file, from GNU gettext.
27112
27113 2003-04-01  Bruno Haible  <bruno@clisp.org>
27114
27115         * modules/pathname: New file.
27116         * MODULES.html.sh (func_all_modules): Add it.
27117
27118 2003-04-01  Bruno Haible  <bruno@clisp.org>
27119
27120         * lib/pathname.h: New file, from GNU gettext.
27121         * lib/concatpath.c: New file, from GNU gettext.
27122
27123 2003-03-30  Bruno Haible  <bruno@clisp.org>
27124
27125         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
27126
27127 2003-03-30  Bruno Haible  <bruno@clisp.org>
27128
27129         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
27130         function chown() doesn't exist.
27131
27132 2003-03-28  Bruno Haible  <bruno@clisp.org>
27133
27134         * modules/copy-file: New file.
27135         * MODULES.html.sh (func_all_modules): Add it.
27136
27137 2003-03-28  Bruno Haible  <bruno@clisp.org>
27138
27139         * m4/copy-file.m4: New file.
27140
27141 2003-03-28  Bruno Haible  <bruno@clisp.org>
27142
27143         * lib/copy-file.h: New file, from GNU gettext.
27144         * lib/copy-file.c: New file, from GNU gettext.
27145
27146 2003-03-18  Jim Meyering  <jim@meyering.net>
27147
27148         * lib/quote.c (quote_n): Fix typo in comment.
27149
27150 2003-03-18  Bruno Haible  <bruno@clisp.org>
27151
27152         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
27153         checking.
27154         * m4/onceonly_2_57.m4: Likewise.
27155
27156 2003-03-17  Bruno Haible  <bruno@clisp.org>
27157
27158         * m4/onceonly.m4: Require autoconf 2.54 or newer.
27159         (m4_quote): Remove macro.
27160         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
27161
27162 2003-03-14  Jim Meyering  <jim@meyering.net>
27163
27164         Merge changes from Coreutils.
27165         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
27166         to be const, in order to avoid warnings.
27167         (obstack_room): Likewise.
27168         (obstack_empty_p): Likewise.
27169
27170 2003-03-14  Bruno Haible  <bruno@clisp.org>
27171
27172         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
27173         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
27174
27175 2003-03-13  Paul Eggert  <eggert@twinsun.com>
27176
27177         Merge changes from Bison.
27178         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
27179         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
27180         when compiling Bison 1.875's `bitset bset = obstack_alloc
27181         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
27182         * lib/hash.c: Include <stdbool.h> unconditionally.
27183
27184 2003-03-13  Paul Eggert  <eggert@twinsun.com>
27185
27186         * m4/onceonly.m4 (m4_quote): New macro.
27187         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
27188         Quote AC_FOREACH variable-expansions properly.
27189
27190 2003-03-13  Paul Eggert  <eggert@twinsun.com>
27191
27192         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
27193
27194 2003-03-09  Paul Eggert  <eggert@twinsun.com>
27195
27196         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
27197         Reported by Bruce Becker; see:
27198         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
27199
27200 2003-03-03  Paul Eggert  <eggert@twinsun.com>
27201             Bruno Haible  <bruno@clisp.org>
27202
27203         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
27204         Reported by John Hughes, see
27205         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
27206
27207 2003-02-20  Bruno Haible  <bruno@clisp.org>
27208
27209         * MODULES.html.sh (func_all_modules): Add poll.
27210
27211 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
27212
27213         * modules/poll: New file.
27214
27215 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
27216
27217         * lib/poll_.h: New file.
27218         * lib/poll.c: New file.
27219
27220 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
27221
27222         * m4/poll.m4: New file.
27223
27224 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
27225
27226         * modules/mathl: New file.
27227
27228 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
27229
27230         * lib/mathl.h: New file.
27231         * lib/acosl.c: New file.
27232         * lib/asinl.c: New file.
27233         * lib/atanl.c: New file.
27234         * lib/ceill.c: New file.
27235         * lib/cosl.c: New file.
27236         * lib/expl.c: New file.
27237         * lib/floorl.c: New file.
27238         * lib/frexpl.c: New file.
27239         * lib/ldexpl.c: New file.
27240         * lib/logl.c: New file.
27241         * lib/sincosl.c: New file.
27242         * lib/sinl.c: New file.
27243         * lib/sqrtl.c: New file.
27244         * lib/tanl.c: New file.
27245         * lib/trigl.c: New file.
27246         * lib/trigl.h: New file.
27247
27248 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
27249
27250         * m4/mathl.m4: New file.
27251
27252 2003-02-18  Bruno Haible  <bruno@clisp.org>
27253
27254         * MODULES.html.sh (func_all_modules): Add mathl.
27255
27256 2003-02-17  Bruno Haible  <bruno@clisp.org>
27257
27258         * modules/mkdtemp: New module.
27259         * MODULES.html.sh (func_all_modules): Add it.
27260
27261 2003-02-17  Bruno Haible  <bruno@clisp.org>
27262
27263         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
27264
27265 2003-02-17  Bruno Haible  <bruno@clisp.org>
27266
27267         * lib/mkdtemp.h: New file, from GNU gettext.
27268         * lib/mkdtemp.c: New file, from GNU gettext.
27269
27270 2003-02-02  Jim Meyering  <jim@meyering.net>
27271
27272         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
27273         e.g. glibc-2.2.93.
27274
27275 2003-01-31  Bruno Haible  <bruno@clisp.org>
27276
27277         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
27278         'rpl_rename'.
27279         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
27280         'rpl_strnlen'.
27281         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
27282         'rpl_strtod'.
27283         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
27284         'rpl_utime'.
27285
27286 2003-01-31  Bruno Haible  <bruno@clisp.org>
27287
27288         * lib/rename.c: #undef rename before defining rpl_rename.
27289         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
27290
27291 2003-01-30  Bruno Haible  <bruno@clisp.org>
27292
27293         * modules/vasnprintf, modules/vasprintf: New modules.
27294         * MODULES.html.sh (func_all_modules): Add them.
27295
27296 2003-01-30  Bruno Haible  <bruno@clisp.org>
27297
27298         * m4/signed.m4: New file, from GNU gettext.
27299         * m4/longdouble.m4: New file, from GNU gettext.
27300         * m4/wchar_t.m4: New file, from GNU gettext.
27301         * m4/wint_t.m4: New file, from GNU gettext.
27302         * m4/vasnprintf.m4: New file.
27303         * m4/vasprintf.m4: New file.
27304
27305 2003-01-30  Bruno Haible  <bruno@clisp.org>
27306
27307         * lib/printf-args.h: New file, from GNU gettext.
27308         * lib/printf-args.c: New file, from GNU gettext.
27309         * lib/printf-parse.h: New file, from GNU gettext.
27310         * lib/printf-parse.c: New file, from GNU gettext.
27311         * lib/vasnprintf.h: New file, from GNU gettext.
27312         * lib/vasnprintf.c: New file, from GNU gettext.
27313         * lib/asnprintf.c: New file, from GNU gettext.
27314         * lib/vasprintf.h: New file, from GNU gettext with modifications.
27315         * lib/vasprintf.c: New file, from GNU gettext.
27316         * lib/asprintf.c: New file, from GNU gettext.
27317
27318 2003-01-29  Bruno Haible  <bruno@clisp.org>
27319
27320         * modules/stpncpy: New module.
27321         * MODULES.html.sh (func_all_modules): Add it.
27322
27323 2003-01-29  Bruno Haible  <bruno@clisp.org>
27324
27325         * m4/stpncpy.m4: New file.
27326
27327 2003-01-29  Bruno Haible  <bruno@clisp.org>
27328
27329         * lib/stpncpy.h: New file, from GNU gettext with modifications.
27330         * lib/stpncpy.c: New file, from GNU gettext with modifications.
27331
27332 2003-01-28  Bruno Haible  <bruno@clisp.org>
27333
27334         * modules/c-ctype: New module.
27335         * MODULES.html.sh (func_all_modules): Add it.
27336
27337 2003-01-28  Bruno Haible  <bruno@clisp.org>
27338
27339         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
27340         Paul Eggert.
27341         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
27342         Paul Eggert.
27343
27344 2003-01-27  Bruno Haible  <bruno@clisp.org>
27345
27346         * modules/xsetenv: New module.
27347         * MODULES.html.sh (func_all_modules): Add it.
27348
27349 2003-01-27  Bruno Haible  <bruno@clisp.org>
27350
27351         * lib/xsetenv.h: New file, from GNU gettext.
27352         * lib/xsetenv.c: New file, from GNU gettext.
27353
27354 2003-01-23  Jim Meyering  <jim@meyering.net>
27355
27356         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
27357         from working on systems without dirfd (at least Irix and OSF1/Tru64).
27358
27359 2003-01-23  Bruno Haible  <bruno@clisp.org>
27360
27361         * modules/minmax: New module.
27362         * MODULES.html.sh (func_all_modules): Add it.
27363
27364 2003-01-23  Bruno Haible  <bruno@clisp.org>
27365
27366         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
27367         Eggert.
27368
27369 2003-01-22  Bruno Haible  <bruno@clisp.org>
27370
27371         * modules/exit: New module.
27372         * MODULES.html.sh (func_all_modules): Add it.
27373
27374 2003-01-22  Bruno Haible  <bruno@clisp.org>
27375
27376         * lib/exit.h: New file, from GNU gettext.
27377
27378 2003-01-19  Bruno Haible  <bruno@clisp.org>
27379
27380         * gnulib-tool: Recognize option --extract-maintainer.
27381         (func_get_maintainer): New function.
27382         * modules/*: Add Maintainer entry.
27383
27384 2003-01-16  Jim Meyering  <jim@meyering.net>
27385
27386         * m4/regex.m4: The `regex' struct is both input and output.
27387         Initialize it before each use.  Patch by Tim Waugh.
27388
27389 2003-01-16  Bruno Haible  <bruno@clisp.org>
27390
27391         * MODULES.html.sh: Add a table of contents. Add the module name as
27392         leftmost column. Add hyperlinks.
27393
27394 2003-01-15  Bruno Haible  <bruno@clisp.org>
27395
27396         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
27397
27398 2003-01-15  Bruno Haible  <bruno@clisp.org>
27399
27400         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
27401         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
27402         suffix.
27403
27404 2003-01-15  Bruno Haible  <bruno@clisp.org>
27405
27406         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
27407
27408 2003-01-15  Bruno Haible  <bruno@clisp.org>
27409
27410         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
27411         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
27412
27413 2003-01-14  Jim Meyering  <jim@meyering.net>
27414
27415         * lib/same.c (same_name): Tweak a comment.
27416
27417 2003-01-14  Bruno Haible  <bruno@clisp.org>
27418
27419         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
27420         when a string comparison is sufficient.
27421
27422 2003-01-14  Bruno Haible  <bruno@clisp.org>
27423
27424         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
27425         'unsigned int'.
27426
27427 2003-01-14  Bruno Haible  <bruno@clisp.org>
27428
27429         * lib/hash-pjw.c: Add comment about low quality of this function.
27430
27431 2003-01-13  Bruno Haible  <bruno@clisp.org>
27432
27433         * modules/stpcpy: Distribute lib/stpcpy.h.
27434         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
27435
27436 2003-01-13  Bruno Haible  <bruno@clisp.org>
27437
27438         * modules/*: Add a description.
27439         * modules/strpbrk: Fix Makefile.am snippet.
27440         * modules/strtoimax: Fix dependencies.
27441         * modules/strtoumax: Likewise.
27442
27443 2003-01-13  Bruno Haible  <bruno@clisp.org>
27444
27445         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
27446         * modules/alloca (Makefile.am): All object files depend on alloca.h.
27447         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
27448
27449 2003-01-13  Bruno Haible  <bruno@clisp.org>
27450
27451         * gnulib-tool (func_create_testdir): Store config/* files in the main
27452         directory.
27453         * config.rpath: Move to ...
27454         * config/config.rpath: ... here.
27455         * modules/gettext: Contains config/config.rpath, not config.rpath.
27456         * modules/iconv: Likewise.
27457
27458 2003-01-12  Paul Eggert  <eggert@twinsun.com>
27459
27460         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
27461         to avoid collisions with libcurses and libreadline.
27462
27463         * m4/getstr.m4: Remove.
27464         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
27465
27466 2003-01-12  Paul Eggert  <eggert@twinsun.com>
27467
27468         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
27469         to avoid collisions with libcurses and libreadline.
27470
27471         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
27472         * lib/getstr.h, getstr.c: Remove.
27473         * lib/getline.c: Include "getline.h", to check interface.
27474         Move body of old getstr.c here: this defines MIN_CHUNK and
27475         declares getdelim2, which is renamed from getstr.
27476         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
27477
27478         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
27479         All uses changed.
27480         * lib/linebuffer.h: Likewise.
27481         (readline): Remove backward-compatibility macro.
27482
27483 2003-01-12  Paul Eggert  <eggert@twinsun.com>
27484
27485         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
27486         to avoid collisions with libcurses and libreadline.
27487         * getstr: Remove.
27488         * MODULES.html.sh: Remove getstr.
27489         * modules/getline: Depend on unlocked-io, not getstr.
27490
27491 2003-01-12  Jim Meyering  <jim@meyering.net>
27492
27493         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
27494
27495 2003-01-10  Bruno Haible  <bruno@clisp.org>
27496
27497         * modules/alloca: Change Makefile.am requirements. Simplify Include
27498         requirements. Add lib/alloca_.h to file list.
27499
27500 2003-01-10  Bruno Haible  <bruno@clisp.org>
27501
27502         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
27503
27504 2003-01-10  Bruno Haible  <bruno@clisp.org>
27505
27506         * lib/alloca_.h: New file.
27507         * lib/getdate.y: Unconditionally include alloca.h.
27508         * lib/makepath.c: Likewise.
27509         * lib/setenv.c: Likewise.
27510         * lib/userspec.c: Likewise.
27511
27512 2003-01-09  Karl Berry  <karl@gnu.org>
27513
27514         * MODULES.html.sh: include `dirname $0` in PATH, to find
27515         gnulib-tool.
27516
27517 2003-01-09  Bruno Haible  <bruno@clisp.org>
27518
27519         * modules/stdbool: Change configure.ac, Makefile.am requirements.
27520         Simplify Include requirements. Add lib/stdbool.h.in to file list.
27521
27522 2003-01-09  Bruno Haible  <bruno@clisp.org>
27523
27524         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
27525
27526 2003-01-09  Bruno Haible  <bruno@clisp.org>
27527
27528         * lib/stdbool.h.in: New file.
27529
27530 2003-01-09  Bruno Haible  <bruno@clisp.org>
27531
27532         * gnulib-tool (func_all_modules): Ignore files ending in ~.
27533         * MODULES.html.sh: Likewise.
27534
27535 2003-01-08  Jim Meyering  <jim@meyering.net>
27536
27537         * lib/full-write.c: Undefine and define-away `const' after inclusion
27538         of errno.h, not before.  Suggestion from Bruno Haible.
27539
27540 2003-01-08  Bruno Haible  <bruno@clisp.org>
27541
27542         * modules/full-read: Depend on full-write.
27543
27544 2003-01-08  Bruno Haible  <bruno@clisp.org>
27545
27546         * lib/safe-read.c: Include specification header first, to ensure its
27547         selfcontainedness.
27548         * lib/full-write.c: Likewise.
27549
27550 2003-01-07  Jim Meyering  <jim@meyering.net>
27551
27552         * lib/full-write.c: Rework so that it may serve to define full_read,
27553         too.
27554         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
27555
27556 2003-01-07  Bruno Haible  <bruno@clisp.org>
27557
27558         * lib/strtoimax.c: Include <stdint.h> as an alternative to
27559         <inttypes.h>.
27560         * lib/xstrtol.h: Likewise.
27561         * lib/xstrtoimax.c: Likewise.
27562         * lib/xstrtoumax.c: Likewise.
27563         * lib/human.h: Likewise.
27564
27565         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
27566         on systems that have <inttypes.h> but not <stdint.h>.
27567
27568 2003-01-07  Bruno Haible  <bruno@clisp.org>
27569
27570         * MODULES.html.sh: Add copyright notice.
27571         (missed_files): Omit CVS directory entries.
27572         (func_module): Make it work with sed-3.02.
27573         * MODULES.txt: Remove file.
27574
27575 2003-01-06  Jim Meyering  <jim@meyering.net>
27576
27577         * lib/version-etc.c: Update year in translatable copyright string.
27578
27579 2003-01-03  Karl Berry  <karl@gnu.org>
27580
27581         * config/config.{guess,sub}: update from prep.
27582
27583 2003-01-02  Karl Berry  <karl@gnu.org>
27584
27585         * doc/COPYING.DOC: belatedly updated to 1.2.
27586
27587 2003-01-01  Karl Berry  <karl@gnu.org>
27588
27589         * gnulib-tool (func_verify_module): report module name $module in
27590         error message, not $1.
27591         * gnulib-tool (create-testdir): don't complain if destdir couldn't
27592         be created, only if it doesn't exist.
27593         * gnulib-tool (last_checkin_date): don't expand the $Date here.
27594
27595 2002-12-31  Paul Eggert  <eggert@twinsun.com>
27596
27597         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
27598
27599 2002-12-31  Paul Eggert  <eggert@twinsun.com>
27600
27601         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
27602         memcmp if strcoll doesn't work.
27603
27604 2002-12-31  Bruno Haible  <bruno@clisp.org>
27605
27606         * lib/utime.c (utime_null): No need to call ftruncate if the file was
27607         nonempty.
27608
27609 2002-12-31  Bruno Haible  <bruno@clisp.org>
27610
27611         * lib/memcoll.c (STRCOLL): New macro.
27612         (memcoll): Use it.
27613
27614 2002-12-31  Bruno Haible  <bruno@clisp.org>
27615
27616         * lib/localcharset.h: New file.
27617         * lib/localcharset.c: Include it.
27618         * lib/unicodeio.c: Likewise.
27619
27620 2002-12-31  Bruno Haible  <bruno@clisp.org>
27621
27622         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
27623         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
27624
27625 2002-12-31  Bruno Haible  <bruno@clisp.org>
27626
27627         * lib/getline.h: Include <stddef.h>, for size_t.
27628
27629         * lib/unicodeio.h: Include <stddef.h>, for size_t.
27630         * lib/unicodeio.c: Don't include <stddef.h>.
27631
27632 2002-12-31  Bruno Haible  <bruno@clisp.org>
27633
27634         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
27635         HAVE_TM_ZONE.
27636
27637 2002-12-24  Karl Berry  <karl@gnu.org>
27638
27639         * config/config.guess: update from prep.
27640
27641 2002-12-24  Bruno Haible  <bruno@clisp.org>
27642
27643         General infrasructure.
27644         * m4/README: Rewritten.
27645         * m4/onceonly.m4: New file.
27646         * m4/onceonly_2_57.m4: New file.
27647
27648         Module atexit.
27649         * m4/atexit.m4: New file.
27650
27651         Module strtod.
27652         * m4/strtod.m4: New file.
27653
27654         Module strtol.
27655         * m4/strtol.m4: New file.
27656
27657         Module strtoul.
27658         * m4/strtoul.m4: New file.
27659
27660         Module memchr.
27661         * m4/memchr.m4: New file.
27662
27663         Module memcmp.
27664         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
27665         (jm_FUNC_MEMCMP): Invoke it.
27666
27667         Module memcpy.
27668         * m4/memcpy.m4: New file.
27669
27670         Module memmove.
27671         * m4/memmove.m4: New file.
27672
27673         Module memset.
27674         * m4/memset.m4: New file.
27675
27676         Module strcspn.
27677         * m4/strcspn.m4: New file.
27678
27679         Module strpbrk.
27680         * m4/strpbrk.m4: New file.
27681
27682         Module strstr.
27683         * m4/strstr.m4: New file.
27684
27685         Module strerror.
27686         * m4/strerror.m4: New file.
27687
27688         Module mktime.
27689         * m4/mktime.m4: Renamed from jm-mktime.m4.
27690         (gl_PREREQ_MKTIME): New macro.
27691         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
27692
27693         Module malloc.
27694         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
27695         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
27696         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
27697
27698         Module realloc.
27699         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
27700         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
27701         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
27702
27703         Module strftime.
27704         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
27705         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
27706         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
27707         gl_TM_GMTOFF.
27708         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
27709
27710         Module xalloc.
27711         * m4/xalloc.m4: New file.
27712
27713         Module alloca.
27714         * m4/alloca.m4: New file.
27715
27716         Module putenv.
27717         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
27718         (jm_FUNC_PUTENV): Invoke it.
27719
27720         Module setenv.
27721         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
27722         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
27723         when invoked twice.
27724         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
27725         gt_FUNC_SETENV.
27726
27727         Module memrchr.
27728         * m4/memrchr.m4: New file.
27729
27730         Module stpcpy.
27731         * m4/stpcpy.m4: New file.
27732
27733         Module strcase.
27734         * m4/strcase.m4: New file.
27735
27736         Module strdup.
27737         * m4/strdup.m4: New file.
27738
27739         Module strnlen.
27740         * m4/strnlen.m4: New file.
27741
27742         Module strndup.
27743         * m4/strndup.m4: New file.
27744
27745         Module xstrtod.
27746         * m4/xstrtod.m4: New file.
27747
27748         Module xstrtol.
27749         * m4/xstrtol.m4: New file.
27750
27751         Module getdate.
27752         * m4/getdate.m4: New file.
27753
27754         Module unlocked-io.
27755         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
27756         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
27757         * m4/jm-glibc-io.m4n: Remove file.
27758
27759         Module long-options.
27760         * m4/long-options.m4: New file.
27761
27762         Module md5.
27763         * m4/md5.m4: New file.
27764
27765         Module sha.
27766         * m4/sha.m4: New file.
27767
27768         Module getstr.
27769         * m4/getstr.m4: New file.
27770
27771         Module getline.
27772         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
27773         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
27774         <sys/types.h>, for size_t. Use the function name gnu_getline, not
27775         simply getline. Infoke gl_PREREQ_GETLINE.
27776
27777         Module obstack.
27778         * m4/obstack.m4: New file.
27779
27780         Module hash.
27781         * m4/hash.m4: New file.
27782
27783         Module readtokens.
27784         * m4/readtokens.m4: New file.
27785
27786         Module strverscmp.
27787         * m4/strverscmp.m4: New file.
27788
27789         Module stdbool.
27790         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
27791         OSF/1.
27792
27793         Module strtoll.
27794         * m4/strtoll.m4: New file.
27795
27796         Module strtoull.
27797         * m4/strtoull.m4: New file.
27798
27799         Module strtoimax.
27800         * m4/strtoimax.m4: New file.
27801
27802         Module strtoumax.
27803         * m4/strtoumax.m4: New file.
27804
27805         Module xstrtoimax.
27806         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
27807         jm_AC_PREREQ_XSTRTOIMAX.
27808         Moved the strtol prerequisites to strtol.m4.
27809         Moved the strtoll prerequisites to strtoll.m4.
27810         Moved the strtoimax prerequisites to strtoimax.m4.
27811
27812         Module xstrtoumax.
27813         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
27814         jm_AC_PREREQ_XSTRTOUMAX.
27815         Moved the strtoul prerequisites to strtoul.m4.
27816         Moved the strtoull prerequisites to strtoull.m4.
27817         Moved the strtoumax prerequisites to strtoumax.m4.
27818
27819         Module chown.
27820         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
27821         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
27822
27823         Module dup2.
27824         * m4/dup2.m4: New file.
27825
27826         Module ftruncate.
27827         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
27828         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
27829
27830         Module getgroups.
27831         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
27832         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
27833
27834         Module gettimeofday.
27835         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
27836         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
27837         gl_PREREQ_GETTIMEOFDAY.
27838
27839         Module mkdir.
27840         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
27841         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
27842
27843         Module mkstemp.
27844         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
27845         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
27846         jm_AC_TYPE_UINTMAX_T.
27847         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
27848
27849         Module stat.
27850         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
27851         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
27852
27853         Module lstat.
27854         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
27855         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
27856
27857         Module timespec.
27858         * m4/timespec.m4 (gl_TIMESPEC): New macro.
27859         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
27860         * m4/st_mtim.m4: Indentation.
27861
27862         Module nanosleep.
27863         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
27864         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
27865         gl_PREREQ_NANOSLEEP.
27866
27867         Module regex.
27868         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
27869         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
27870         (gl_REGEX): New macro.
27871
27872         Module rename.
27873         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
27874         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
27875
27876         Module rmdir.
27877         * m4/rmdir.m4: New file.
27878
27879         Module utime.
27880         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
27881         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
27882         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
27883
27884         Module dirname.
27885         * m4/dirname.m4: New file.
27886
27887         Module getopt.
27888         * m4/getopt.m4: New file.
27889
27890         Module unistd-safer.
27891         * m4/unistd-safer.m4: New file.
27892
27893         Module fnmatch.
27894         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
27895         declaration.
27896         (gl_PREREQ_FNMATCH_EXTRA): New macro.
27897         (gl_FUNC_FNMATCH_POSIX): New macro.
27898         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
27899         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
27900         simply fnmatch.
27901
27902         Module exclude.
27903         * m4/exclude.m4: New file.
27904
27905         Module human.
27906         * m4/human.m4: New file.
27907
27908         Module acl.
27909         * m4/acl.m4: Nop.
27910
27911         Module backupfile.
27912         * m4/backupfile.m4: New file.
27913         * m4/d-ino.m4: Indentation.
27914
27915         Module fsusage.
27916         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
27917         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
27918         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
27919
27920         Module dirfd.
27921         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
27922         requirements.
27923
27924         Module euidaccess.
27925         * m4/euidaccess.m4: New file.
27926
27927         Module file-type.
27928         * m4/file-type.m4: New file.
27929
27930         Module fileblocks.
27931         * m4/fileblocks.m4: New file.
27932
27933         Module filemode.
27934         * m4/filemode.m4: New file.
27935
27936         Module isdir.
27937         * m4/isdir.m4: New file.
27938
27939         Module lchown.
27940         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
27941         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
27942
27943         Module makepath.
27944         * m4/makepath.m4: New file.
27945
27946         Module modechange.
27947         * m4/modechange.m4: New file.
27948
27949         Module mountlist.
27950         * m4/mountlist.m4: New file.
27951         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
27952         Indentation.
27953
27954         Module path-concat.
27955         * m4/path-concat.m4: New file.
27956
27957         Module pathmax.
27958         * m4/pathmax.m4: New file.
27959
27960         Module same.
27961         * m4/same.m4: New file.
27962
27963         Module save-cwd.
27964         * m4/save-cwd.m4: New file.
27965
27966         Module savedir.
27967         * m4/savedir.m4: New file.
27968
27969         Module xgetcwd.
27970         * m4/xgetcwd.m4: New file.
27971         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
27972
27973         Module xreadlink.
27974         * m4/xreadlink.m4: New file.
27975
27976         Module safe-read.
27977         * m4/safe-read.m4: New file.
27978
27979         Module safe-write.
27980         * m4/safe-write.m4: New file.
27981
27982         Module closeout.
27983         * m4/closeout.m4: New file.
27984
27985         Module stdio-safer.
27986         * m4/stdio-safer.m4: New file.
27987
27988         Module getpass.
27989         * m4/getpass.m4: New file.
27990
27991         Module getugroups.
27992         * m4/getugroups.m4: New file.
27993
27994         Module group-member.
27995         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
27996         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
27997
27998         Module idcache.
27999         * m4/idcache.m4: New file.
28000
28001         Module userspec.
28002         * m4/userspec.m4: New file.
28003
28004         Module gettime.
28005         * m4/clock_time.m4: New file.
28006         * m4/gettime.m4: New file.
28007
28008         Module settime.
28009         * m4/settime.m4: New file.
28010
28011         Module posixtm.
28012         * m4/posixtm.m4: New file.
28013
28014         Module gethostname.
28015         * m4/gethostname.m4: New file.
28016
28017         Module canon-host.
28018         * m4/canon-host.m4: New file.
28019
28020         Module gettext.
28021         * m4/codeset.m4: New file, from gettext-0.11.5.
28022         * m4/gettext.m4: New file, from gettext-0.11.5.
28023         * m4/glibc21.m4: New file, from gettext-0.11.5.
28024         * m4/iconv.m4: New file, from gettext-0.11.5.
28025         * m4/intdiv0.m4: New file, from gettext-0.11.5.
28026         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
28027         * m4/inttypes.m4: New file, from gettext-0.11.5.
28028         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
28029         * m4/isc-posix.m4: New file, from gettext-0.11.5.
28030         * m4/lcmessage.m4: New file, from gettext-0.11.5.
28031         * m4/lib-ld.m4: New file, from gettext-0.11.5.
28032         * m4/lib-link.m4: New file, from gettext-0.11.5.
28033         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
28034         * m4/progtest.m4: New file, from gettext-0.11.5.
28035         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
28036         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
28037         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
28038
28039         Module localcharset.
28040         * m4/localcharset.m4: New file.
28041
28042         Module hard-locale.
28043         * m4/hard-locale.m4: New file.
28044
28045         Module mbswidth.
28046         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
28047         onceonly macros.
28048         * m4/mbrtowc.m4: Add comment.
28049
28050         Module memcasecmp.
28051         * m4/memcasecmp.m4: New file.
28052
28053         Module memcoll.
28054         * m4/memcoll.m4: New file.
28055
28056         Module unicodeio.
28057         * m4/unicodeio.m4: New file.
28058
28059         Module rpmatch.
28060         * m4/rpmatch.m4: New file.
28061
28062         Module yesno.
28063         * m4/yesno.m4: New file.
28064
28065         Module exitfail.
28066         * m4/exitfail.m4: New file.
28067
28068         Module c-stack.
28069         * m4/c-stack.m4 (gl_C_STACK): New macro.
28070         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
28071
28072         Module error.
28073         * m4/error.m4 (gl_ERROR): New macro.
28074         (jm_PREREQ_ERROR): Use onceonly macros.
28075
28076         Module fatal.
28077         * m4/fatal.m4: New file.
28078
28079         Module getloadavg.
28080         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
28081         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
28082
28083         Module getpagesize.
28084         * m4/getpagesize.m4: New file.
28085
28086         Module getusershell.
28087         * m4/getusershell.m4: New file.
28088
28089         Module physmem.
28090         * m4/physmem.m4: New file.
28091
28092         Module posixver.
28093         * m4/posixver.m4: New file.
28094
28095         Module quotearg.
28096         * m4/quotearg.m4: New file.
28097
28098         Module quote.
28099         * m4/quote.m4: New file.
28100
28101         Module readutmp.
28102         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
28103
28104         Module sig2str.
28105         * m4/sig2str.m4: New file.
28106
28107         Other.
28108         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
28109         ulonglong.m4.
28110         * m4/intmax_t.m4: New file.
28111         * m4/d-type.m4: Indentation.
28112         * m4/jm-macros.m4: Update.
28113         * m4/prereq.m4 (jm_PREREQ): Update.
28114         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
28115         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
28116         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
28117         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
28118         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
28119         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
28120         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
28121         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
28122         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
28123         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
28124         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
28125         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
28126         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
28127         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
28128         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
28129         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
28130         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
28131         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
28132         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
28133
28134 2002-12-24  Bruno Haible  <bruno@clisp.org>
28135
28136         * MODULES.txt: Update according to m4/ changes.
28137
28138         Module gettext.
28139         * config.rpath: New file, from gettext-0.11.5.
28140
28141         * modules/*: New module descriptions.
28142         * gnulib-tool: New file.
28143         * MODULES.html.sh: New file.
28144
28145 2002-12-21  Karl Berry  <karl@gnu.org>
28146
28147         * doc/fdl.texi: update to version 1.2.
28148
28149 2002-12-19  Karl Berry  <karl@gnu.org>
28150
28151         * config/config.guess: update from prep.
28152
28153 2002-12-18  Bruno Haible  <bruno@clisp.org>
28154
28155         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
28156         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
28157
28158 2002-12-17  Bruno Haible  <bruno@clisp.org>
28159
28160         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
28161         stdlib.h, string.h.
28162
28163 2002-12-17  Bruno Haible  <bruno@clisp.org>
28164
28165         * lib/canon-host.c (strdup): Remove unused declaration.
28166
28167         * lib/fsusage.c: Include full_read.h.
28168         (get_fs_usage): Use full_read instead of safe_read.
28169
28170         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
28171
28172 2002-12-12  Karl Berry  <karl@gnu.org>
28173
28174         * config/config.guess: update from prep.
28175
28176 2002-12-11  Bruno Haible  <bruno@clisp.org>
28177
28178         * m4/setenv.m4: New file, from gettext-0.11.5.
28179
28180 2002-12-11  Bruno Haible  <bruno@clisp.org>
28181
28182         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
28183         not unsetenv().
28184         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
28185         modifications:
28186
28187         2002-12-11  Bruno Haible  <bruno@clisp.org>
28188
28189                 * setenv.c (alloca): Fall back to malloc.
28190                 (freea): New macro.
28191                 (setenv): Use freea() to free memory allocated with alloca().
28192
28193         2002-11-13  Bruno Haible  <bruno@clisp.org>
28194
28195                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
28196                 function declarations.
28197                 * unsetenv.c (unsetenv): Likewise.
28198
28199         2002-03-04  Bruno Haible  <bruno@clisp.org>
28200
28201                 Portability to AIX 4.3.3.
28202                 * unsetenv.c: New file, extracted from setenv.c.
28203                 * setenv.c: Move the unsetenv() function to unsetenv.c.
28204
28205         2001-12-20  Bruno Haible  <bruno@clisp.org>
28206
28207                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
28208                 use malloc instead. For SunOS 4.
28209
28210         2001-12-11  Bruno Haible  <bruno@clisp.org>
28211
28212                 * setenv.c: Declare alloca.
28213                 (compar_fn_t): New typedef.
28214                 (KNOWN_VALUE, STORE_VALUE): Use it.
28215
28216         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
28217         setenv.h.
28218
28219 2002-12-10  Paul Eggert  <eggert@twinsun.com>
28220
28221         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
28222         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
28223         Choose values that are less likely to collide with system fnmatch
28224         options.
28225         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
28226         defined (e.g., a pure POSIX system).
28227         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
28228         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
28229
28230 2002-12-06  Paul Eggert  <eggert@twinsun.com>
28231
28232         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
28233         a pain in practice to deal with generated m4 files.  This change
28234         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
28235
28236         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
28237         and jm-glibc-io.m4, as they are no longer a special case.
28238         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
28239         kludge and the auto-generation stuff.  Check only whether the
28240         functions are declared, not whether they exist, since older hosts
28241         that don't declare the functions can't use the optimization anyway.
28242
28243 2002-12-06  Jim Meyering  <jim@meyering.net>
28244
28245         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
28246
28247         Merge in changes from libc's misc/error.c, in preparation
28248         for the merge of gnulib's changes back into libc.
28249
28250         * lib/error.c (_): Define only if not already defined.
28251         Move definition to follow all #include directives.
28252         Include unlocked-io.h only if !_LIBC.
28253         [_LIBC]: Include <libio/libioP.h>.
28254         [USE_IN_LIBIO]: Include <libio/iolibio.h>
28255         (fflush): Tweak definition to use INTUSE.
28256         (putc): Define.
28257
28258 2002-12-05  Paul Eggert  <eggert@twinsun.com>
28259
28260         * lib/alloca.c [defined emacs]: Include "lisp.h".
28261         (xalloc_die) [defined emacs]: New macro.
28262         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
28263         [! defined emacs]: Include <xalloc.h>.
28264         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
28265         (pointer): Typedef to POINTER_TYPE *.
28266         (malloc): Remove decl; we now always use xmalloc.
28267         (alloca): Use old-style definition, since Emacs needs this.
28268         Check for arithmetic overflow when computing combined size.
28269
28270 2002-12-04  Paul Eggert  <eggert@twinsun.com>
28271
28272         Do not generate unlocked-io.h automatically, since it's easier to
28273         maintain it by hand.
28274
28275         * lib/unlocked-io.h: New file, from GNU diffutils,
28276         but with proper copyright notice and attribution.
28277         * lib/gen-uio: Remove.
28278         * lib/Makefile.am: Add copyright notice.
28279         (libfetish_a_SOURCES): Add unlocked-io.h.
28280         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
28281         (DISTCLEANFILES, io_functions): Remove macros.
28282         (EXTRA_DIST): Remove gen_uio.
28283         (unlocked-io.h): Remove rule.
28284
28285 2002-12-04  Jim Meyering  <jim@meyering.net>
28286
28287         Reflect the fact that stat.c and lstat.c are no longer generated.
28288         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
28289         (DISTCLEANFILES): Likewise.
28290         (EXTRA_DIST): Likewise.
28291         (all_local): Don't depend on stat.c or lstat.c.
28292         (stat.c, lstat.c): Remove rules.
28293         (EXTRA_DIST): Remove xstat.in.
28294
28295         * lib/xstat.in: Remove file.  Contents moved into stat.c.
28296         * lib/stat.c: New file.  Contents mostly from xstat.in.
28297         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
28298         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
28299
28300         * lib/safe-read.c: Rework so that it may serve to define safe_write,
28301         too.
28302         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
28303
28304 2002-12-03  Jim Meyering  <jim@meyering.net>
28305
28306         * lib/safe-read.c, safe-write.c: Change variable names and comments,
28307         but not semantics, to minimize the differences between these two files.
28308         (safe_read): Change comment to mention SAFE_READ_ERROR.
28309
28310         * lib/safe-read.c (IS_EINTR): Define.
28311         (safe_read): Use IS_EINTR in place of in-function cpp directives.
28312
28313 2002-12-02  Jim Meyering  <jim@meyering.net>
28314
28315         * lib/safe-read.c (EINTR): Define.
28316         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
28317         (INT_MAX): Provide fallback.
28318         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
28319
28320         * lib/safe-read.h (SAFE_READ_ERROR): Define.
28321
28322 2002-12-02  Bruno Haible  <bruno@clisp.org>
28323
28324         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
28325         Define, taken from safe-read.c.
28326         (INT_MAX): Provide fallback.
28327         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
28328         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
28329
28330         * lib/safe-read.c (EINTR): Remove definition.
28331         (safe_read): Don't use EINTR if it is absent.
28332
28333 2002-12-01  Jim Meyering  <jim@meyering.net>
28334
28335         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
28336         zero.
28337         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
28338
28339 2002-11-27  Paul Eggert  <eggert@twinsun.com>
28340
28341         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
28342         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
28343         with `if (! (value < limit)) abort ();', for readability.
28344
28345 2002-11-26  Karl Berry  <karl@gnu.org>
28346
28347         * lib/strdup.c: copy from libc again, with jim's ok.
28348         * lib/.cppi-disable: re-add strdup.c
28349
28350 2002-11-25  Karl Berry  <karl@gnu.org>
28351
28352         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
28353         instead of "strtol.c".
28354
28355 2002-11-25  Karl Berry  <karl@gnu.org>
28356
28357         * config/install-sh: update from automake for variable quoting, $0 in
28358         error msgs, etc.
28359
28360         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
28361         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
28362         entry.
28363
28364 2002-11-25  Jim Meyering  <jim@meyering.net>
28365
28366         * lib/mktime.c: Sync from libc, now that it has the latest fix.
28367
28368 2002-11-24  Karl Berry  <karl@gnu.org>
28369
28370         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
28371         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
28372
28373 2002-11-24  Jim Meyering  <jim@meyering.net>
28374
28375         Update from coreutils:
28376
28377         * lib/mktime.c: Merge in changes from libc.
28378
28379         Avoid a link-time failure on some Linux systems.
28380         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
28381         (otherwise).
28382         (__mon_yday): Declare with the STATIC attribute.
28383         (__mktime_internal): Likewise.
28384         Based on a report from Greg Schafer.
28385
28386 2002-11-23  Jim Meyering  <jim@meyering.net>
28387
28388         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
28389         Use `unsigned', not `int', as type of index.
28390
28391         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
28392
28393         * lib/fsusage.c: Remove unneeded parentheses around operands of
28394         `defined'.
28395
28396 2002-11-22  Paul Eggert  <eggert@twinsun.com>
28397
28398         * lib/quotearg.h: Allow multiple inclusion by surrounding with
28399         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
28400         so that we can be included first.
28401         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
28402         * lib/quotearg.c: Include quotearg.h immediately after config.h.
28403         No need to include stddef.h or sys/types.h any more.
28404         Surround local include files with "", not "<>".
28405         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
28406         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
28407         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
28408         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
28409         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
28410         (ISPRINT): Remove; no longer needed now that we assume C89.
28411
28412         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
28413         Preserve errno.
28414
28415         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
28416         quotearg_char): Use SIZE_MAX rather than
28417         (size_t) -1 when we are talking about "infinity".
28418
28419         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
28420
28421 2002-11-22  Paul Eggert  <eggert@twinsun.com>
28422
28423         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
28424         hint that one should use `if (! x) abort ();' rather than `assert
28425         (x);', and anyway it's one less thing to worry about configuring.
28426         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
28427         hash_rehash, hash_insert): Use abort rather than assert.
28428
28429 2002-11-22  Bruno Haible  <bruno@clisp.org>
28430
28431         * lib/safe-read.h: Assume C89. Add comments.
28432         (safe_read): Change return type to size_t.
28433         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
28434         byte counts > SSIZE_MAX correctly.
28435         * lib/safe-write.h: New file.
28436         * lib/safe-write.c: New file.
28437         * lib/full-read.h: New file.
28438         * lib/full-read.c: New file.
28439         * lib/full-write.h: Assume C89. Add comments.
28440         * lib/full-write.c: Include safe-write.h.
28441         (full_write): Rewritten to use safe_write.
28442         Suggested by Jim Meyering and Paul Eggert.
28443
28444 2002-11-21  Jim Meyering  <jim@meyering.net>
28445
28446         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
28447
28448         Merge in changes from the coreutils.
28449
28450         2002-09-25  Paul Eggert  <eggert@twinsun.com>
28451         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
28452         <stdint.h>.
28453         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
28454         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
28455         int.  Work more efficiently if X is the same width as uintmax_t.
28456         Do not compare X to -1, to avoid bogus compiler warning.
28457         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
28458         Don't assume that f_frsize and f_bsize are the same type.
28459
28460         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
28461         warning on FreeBSD.
28462
28463         * lib/makepath.c (make_path): Restore umask *before* creating the final
28464         component.
28465         (make_path): Minor reformatting.
28466
28467         * lib/xmalloc.c: Adjust to work with new autoconf macros,
28468         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
28469         HAVE_MALLOC/HAVE_REALLOC.
28470
28471         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
28472         dummy ones.  At least on GNU/Linux systems, `auto' means something
28473         else.
28474         From Michael Stone.
28475
28476 2002-11-21  Bruno Haible  <bruno@clisp.org>
28477
28478         Remove case insensitive option matching.
28479         * lib/argmatch.h (argcasematch): Remove declaration.
28480         (ARGCASEMATCH): Remove macro.
28481         (__xargmatch_internal): Remove case_sensitive argument.
28482         (XARGMATCH): Update.
28483         (XARGCASEMATCH): Remove macro.
28484         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
28485         case_sensitive argument.
28486         (argcasematch): Remove function.
28487         (__xargmatch_internal): Remove case_sensitive argument.
28488         (main): Use XARGMATCH instead of XARGCASEMATCH.
28489
28490         * lib/xmalloc.c: Change compile-time error message. Add comment about
28491         required autoconf version.
28492
28493 2002-11-20  Paul Eggert  <eggert@twinsun.com>
28494
28495         Merge argmatch cleanups from Bison.  Assume C89.
28496
28497         * lib/argmatch.c: Include config.h here, not in argmatch.h.
28498         Include stdlib.h, for EXIT_FAILURE.
28499         Always include <string.h>, since we assume C89.
28500         (EXIT_FAILURE): Remove pre-C89 bug workaround.
28501         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
28502         Include <stddef.h> instead, since it's all we need for size_t.
28503         (PARAMS): Remove.  All uses removed.
28504         (ARRAY_CARDINALITY): Do not bother to #undef.
28505         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
28506         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
28507         Remove unnecessary parentheses.
28508         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
28509         Insert necessary parentheses.
28510         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
28511         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
28512
28513 2002-11-19  Bruno Haible  <bruno@clisp.org>
28514
28515         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
28516         * lib/mbswidth.h: Include <stddef.h>, for size_t.
28517
28518         * lib/mbswidth.h (PARAMS): Remove macro.
28519         (mbswidth, mbsnwidth): Use ANSI C function declarations.
28520         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
28521
28522         * lib/gcd.h (PARAMS): Remove macro.
28523         (gcd): Use ANSI C function declarations.
28524         * lib/gcd.c (gcd): Likewise.
28525
28526 2002-11-15  Bruno Haible  <bruno@clisp.org>
28527
28528         * lib/strcspn.c: Include <stddef.h>.
28529         (strcspn): Use ANSI C function declaration. Change return type to
28530         size_t. Use NULL.
28531         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
28532         (strpbrk): Use NULL.
28533         * lib/strpbrk.h (PARAMS): Remove macro.
28534         (strpbrk): Use ANSI C function declaration.
28535         * lib/strstr.c: Don't include <sys/types.h>.
28536         * lib/strstr.h (PARAMS): Remove macro.
28537         (strstr): Use ANSI C function declarations.
28538
28539 2002-11-14  Karl Berry  <karl@gnu.org>
28540
28541         * config/mkinstalldirs: `do' on separate line, instead of
28542         `for var; do'.
28543
28544 2002-11-06  Bruno Haible  <bruno@clisp.org>
28545
28546         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
28547         * lib/gcd.c (gcd): Likewise.
28548
28549 2002-11-05  Bruno Haible  <bruno@clisp.org>
28550
28551         * lib/gcd.h: New file, from gettext-0.11.5.
28552         * lib/gcd.c: New file, from gettext-0.11.5.
28553
28554 2002-11-05  Bruno Haible  <bruno@clisp.org>
28555
28556         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
28557         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
28558         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
28559         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
28560
28561         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
28562         <libintl.h>.
28563         * lib/makepath.c: Include gettext.h instead of <locale.h> and
28564         <libintl.h>.
28565
28566         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
28567         * lib/human.c: Include gettext.h instead of <libintl.h>.
28568         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
28569         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
28570         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
28571         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
28572         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
28573         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
28574         (textdomain): Remove definition.
28575         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
28576
28577         * lib/long-options.c: Remove include of <libintl.h> and definition of
28578         _.
28579         * lib/same.c: Remove include of <libintl.h> and definition of _.
28580
28581 2002-11-04  Owen Taylor  <otaylor@redhat.com>
28582
28583         * lib/config.charset: A few additions for Solaris.
28584
28585 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
28586
28587         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
28588         * lib/localcharset.c (locale_charset): Declare as extern "C".
28589
28590 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
28591
28592         * lib/config.charset: msdos in uk_UA uses CP1125.
28593
28594 2002-11-04  Bruno Haible  <bruno@clisp.org>
28595
28596         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
28597         * lib/strcase.h: New file, from GNU gettext-0.11.5.
28598         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
28599         * lib/strstr.h: New file, from GNU gettext-0.11.5.
28600         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
28601
28602 2002-11-04  Bruno Haible  <bruno@clisp.org>
28603
28604         * lib/localcharset.c (locale_charset): Don't return an empty string.
28605
28606 2002-11-04  Bruno Haible  <bruno@clisp.org>
28607
28608         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
28609         aliases.
28610
28611 2002-11-04  Bruno Haible  <bruno@clisp.org>
28612
28613         * lib/config.charset: Update for newest glibc. Add canonical names
28614         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
28615
28616 2002-11-04  Bruno Haible  <bruno@clisp.org>
28617
28618         * lib/config.charset: Add support for NetBSD.
28619
28620 2002-11-04  Bruno Haible  <bruno@clisp.org>
28621
28622         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
28623
28624 2002-11-01  Bruno Haible  <bruno@clisp.org>
28625
28626         * configure.in: Add AC_CONFIG_AUX_DIR call.
28627         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
28628         test/Makefile.
28629         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
28630
28631 2002-09-28  Karl Berry  <karl@gnu.org>
28632
28633         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
28634         installed automake until the next release, since changes have been
28635         made.
28636
28637 2002-09-25  Karl Berry  <karl@gnu.org>
28638
28639         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
28640         * lib/getopt*: copy from libc/posix.
28641         * lib/gettext.h: copy from gettext.
28642         * lib/.cppi-disable: add strdup.c, gettext.h.
28643
28644 2002-09-25  Karl Berry  <karl@gnu.org>
28645
28646         * config/srclist.txt: enable gettext.h check.
28647         * config/config.{guess,sub}: update from prep.
28648         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
28649                 from automake 1.6.3.
28650         See srclist*.
28651
28652 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
28653
28654         * regex.c (PATFETCH): Remove the translating fetch.
28655         (PATFETCH_RAW): Rename to PATFETCH.
28656         (set_image_of_range): New fun.
28657         (SET_RANGE_TABLE_WORK_AREA): Use it.
28658         (regex_compile): Don't translate the pattern chars so eagerly.
28659         Only do it when inserting an `exactn' bytecode or when handling
28660         a char-range.
28661         (mutually_exclusive_p): Avoid empty statement.
28662
28663 2002-07-06  Jim Meyering  <meyering@lucent.com>
28664
28665         * m4/README: Don't mention Makefile.am.in.
28666         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
28667
28668 2002-07-01  Jim Meyering  <meyering@lucent.com>
28669
28670         * lib/c-stack.c: Include sys/time.h.
28671         From Volker Borchert.
28672
28673 2002-06-26  Paul Eggert  <eggert@twinsun.com>
28674
28675         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
28676
28677 2002-06-26  Paul Eggert  <eggert@twinsun.com>
28678
28679         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
28680         New macro.  Use it uniformly instead of
28681         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
28682         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
28683         reported by Vin Shelton.
28684
28685 2002-06-22  Paul Eggert  <eggert@twinsun.com>
28686
28687         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
28688         Do not assume SA_SIGINFO behavior.
28689         Bug reported by Jim Meyering on NetBSD 1.5.2.
28690
28691 2002-06-22  Jim Meyering  <meyering@lucent.com>
28692
28693         * m4/c-stack.m4: New file, from diffutils-2.8.2.
28694         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
28695
28696         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
28697         now that configure.ac uses AC_GNU_SOURCE.
28698         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
28699         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
28700
28701         Update to latest tools.  Suggestions from Paul Eggert.
28702         * m4/stdbool.m4: New file, from diffutils-2.8.2.
28703         * m4/gnu-source.m4: Update from diffutils-2.8.2.
28704         * m4/fnmatch.m4: Likewise.
28705         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
28706         to AC_HEADER_STDBOOL
28707
28708 2002-06-22  Jim Meyering  <meyering@lucent.com>
28709
28710         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
28711         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
28712
28713 2002-06-22  Jim Meyering  <meyering@lucent.com>
28714
28715         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
28716
28717         * lib/exitfail.c, exitfail.h: Likewise.
28718         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
28719
28720         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
28721         of fnmatch.h.
28722         (EXTRA_DIST): Add fnmatch_loop.c.
28723         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
28724
28725         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
28726         * lib/fnmatch.c: Update from diffutils-2.8.2.
28727         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
28728         * lib/fnmatch.h: Remove file.
28729
28730 2002-06-21  Jim Meyering  <meyering@lucent.com>
28731
28732         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
28733         * m4/mbrtowc.m4: Likewise.
28734
28735         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
28736         * m4/mbswidth.m4: Reflect name change:
28737         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
28738         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
28739
28740         * m4/lib-link.m4: Update from gettext-0.11.2.
28741         * m4/gettext.m4: Likewise.
28742
28743         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
28744         From Alfred M. Szmidt.
28745
28746 2002-06-18  Paul Eggert  <eggert@twinsun.com>
28747
28748         * lib/file-type.h: Report an error if neither S_ISREG nor
28749         S_IFREG is defined, instead of using a test specific to glibc
28750         2.2.  This should be safe, since POSIX requires S_ISREG and
28751         Unix Version 7 had S_IFREG.  We don't need to check for
28752         <sys/types.h> since we don't use any symbols that it defines.
28753
28754 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
28755
28756         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
28757         $@-t, so that each temporary file name is unique and valid in the first
28758         8 characters, for operation under DOS.
28759
28760 2002-06-15  Paul Eggert  <eggert@twinsun.com>
28761
28762         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
28763
28764 2002-06-15  Jim Meyering  <meyering@lucent.com>
28765
28766         Work even with DJGPP 2.03, which lacks support for symlinks.
28767         From Richard Dawe.
28768         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
28769         is defined.
28770         * lib/lchown.c (S_ISLNK): Likewise.
28771
28772 2002-06-15  Jim Meyering  <meyering@lucent.com>
28773
28774         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
28775         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
28776         have been included before this file.
28777
28778 2002-06-14  Jim Meyering  <meyering@lucent.com>
28779
28780         * lib/file-type.h: Use the version from diffutils-2.8.2.
28781         * lib/file-type.c: Likewise.
28782
28783 2002-06-07  Jim Meyering  <meyering@lucent.com>
28784
28785         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
28786         They're needed at least for NetBSD 1.5.2.
28787         ($statxfs_includes): Include those same headers.
28788         ($statxfs_includes): Include sys/vfs.h if available.
28789         ($statxfs_includes): Likewise for sys/statvfs.h.
28790         Check for the following members in both structs statfs and statvfs:
28791         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
28792
28793 2002-06-01  Jim Meyering  <meyering@lucent.com>
28794
28795         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
28796         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
28797
28798 2002-05-28  Jim Meyering  <meyering@lucent.com>
28799
28800         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
28801         Reported by Volker Borchert.
28802
28803 2002-05-27  Jim Meyering  <meyering@lucent.com>
28804
28805         Fix a problem seen only on nonconforming systems whereby ls.c's
28806         use of localtime, and then of gettimeofday would cause trouble:
28807         the localtime call used to initialize rpl_gettimeofday's save
28808         mechanism would clobber ls's current local time information so
28809         that in any long listing the first file would always be listed
28810         with date 1970-01-01.  Analysis by Volker Borchert.
28811
28812         * lib/gettimeofday.c (localtime): Undefine.
28813         (rpl_localtime): New function.
28814
28815 2002-05-27  Jim Meyering  <meyering@lucent.com>
28816
28817         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
28818         localtime.
28819
28820         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
28821         use the replacement function; it wouldn't resolve at link time.
28822         Reported by Volker Borchert.
28823
28824 2002-05-22  Jim Meyering  <meyering@lucent.com>
28825
28826         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
28827         file-type.h.
28828         * lib/file-type.h: New file.
28829         * lib/file-type.c (file_type): New file/function.  Extracted from
28830         diffutils.
28831
28832 2002-04-30  Jim Meyering  <meyering@lucent.com>
28833
28834         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
28835
28836 2002-04-29  Paul Eggert  <eggert@twinsun.com>
28837
28838         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
28839
28840 2002-04-29  Paul Eggert  <eggert@twinsun.com>
28841
28842         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
28843         Do not check for alloca.h (no longer used) or stdbool.h (was never
28844         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
28845
28846 2002-04-29  Paul Eggert  <eggert@twinsun.com>
28847
28848         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
28849
28850 2002-04-29  Jim Meyering  <meyering@lucent.com>
28851
28852         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
28853         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
28854         Use AC_FUNC_STRNLEN here instead.
28855
28856         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
28857         With autoconf-2.53a, it's part of AC_PROG_CC.
28858
28859 2002-04-28  Paul Eggert  <eggert@twinsun.com>
28860
28861         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
28862         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
28863
28864 2002-04-28  Paul Eggert  <eggert@twinsun.com>
28865
28866         * lib/sig2str.h, lib/sig2str.c: New files.
28867         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
28868
28869 2002-04-28  Paul Eggert  <eggert@twinsun.com>
28870
28871         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
28872         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
28873         of 127, since 64 is the largest conceivable number for ancient
28874         nonstandard hosts.
28875         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
28876
28877 2002-04-28  Jim Meyering  <meyering@lucent.com>
28878
28879         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
28880
28881 2002-04-24  Jim Meyering  <meyering@lucent.com>
28882
28883         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
28884         (jm_PREREQ): Use it.
28885
28886         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
28887         mach/mach.h fcntl.h.
28888         Check for this function: setlocale.
28889
28890 2002-04-24  Jim Meyering  <meyering@lucent.com>
28891
28892         * lib/gettext.h: New file, from Gettext.
28893         * lib/Makefile.am (INCLUDES): Remove -I../intl.
28894         (libfetish_a_SOURCES): Add gettext.h.
28895
28896 2002-04-16  Jim Meyering  <meyering@lucent.com>
28897
28898         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
28899         ut_pid, ut_id, ut_exit.
28900
28901 2002-04-16  Jim Meyering  <meyering@lucent.com>
28902
28903         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
28904         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
28905         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
28906
28907 2002-04-12  Jim Meyering  <meyering@lucent.com>
28908
28909         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
28910         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
28911         existence of the getmntinfo function.  Needed for Darwin 5.3.
28912
28913         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
28914         This is necessary at least on Darwin 5.3.
28915
28916         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
28917         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
28918         strnlen.o in the library, and that makes some versions of ranlib
28919         object.
28920
28921 2002-04-12  Jim Meyering  <meyering@lucent.com>
28922
28923         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
28924
28925 2002-04-09  Jim Meyering  <meyering@lucent.com>
28926
28927         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
28928         to be more precise.  Rather than saying we're checking whether the
28929         function `works', say what we're testing.
28930         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
28931         Reported by Bruno Haible.
28932
28933 2002-03-10  Jim Meyering  <meyering@lucent.com>
28934
28935         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
28936         Suggestion from Santiago Vila.
28937
28938 2002-03-08  Jim Meyering  <meyering@lucent.com>
28939
28940         * lib/rename.c: Mention that this wrapper is needed also on
28941         mips-dec-ultrix4.4 systems.
28942
28943 2002-03-02  Jim Meyering  <meyering@lucent.com>
28944
28945         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
28946         not HAVE_CLOCK_SETTIME.
28947
28948 2002-02-27  Paul Eggert  <eggert@twinsun.com>
28949
28950         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
28951         Check for clock_settime.
28952
28953 2002-02-27  Paul Eggert  <eggert@twinsun.com>
28954
28955         * lib/nanosleep.h: Rename to....
28956         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
28957
28958         * lib/gettime.c: New file.
28959         * lib/settime.c: New file.
28960         * lib/stime.c: Remove.
28961
28962         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
28963         timespec.h.  Remove nanosleep.h.
28964
28965 2002-02-25  Paul Eggert  <eggert@twinsun.com>
28966
28967         * m4/acl.m4: New file.
28968         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
28969         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
28970
28971 2002-02-25  Paul Eggert  <eggert@twinsun.com>
28972
28973         * lib/acl.c, lib/acl.h: New files.
28974         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
28975
28976 2002-02-24  Jim Meyering  <meyering@lucent.com>
28977
28978         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
28979         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
28980         cause trouble.  Reported by Nelson Beebe.
28981
28982 2002-02-23  Paul Eggert  <eggert@twinsun.com>
28983
28984         * lib/path-concat.c (xpath_concat): Reorder code to pacify
28985         compilers that don't know that xalloc_die never returns.
28986
28987 2002-02-20  Jim Meyering  <meyering@lucent.com>
28988
28989         * lib/getdate.c: Regenerate using bison-1.33.
28990
28991 2002-02-17  Jim Meyering  <meyering@lucent.com>
28992
28993         * config/config.guess (main): Don't use `head -1'; it's no longer
28994         portable. Use `sed 1q' instead.
28995
28996 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
28997
28998         * m4/codeset.m4: Upgrade to gettext-0.11.
28999         * m4/gettext.m4: Upgrade to gettext-0.11.
29000         * m4/glibc21.m4: Upgrade to gettext-0.11.
29001         * m4/iconv.m4: Upgrade to gettext-0.11.
29002         * m4/isc-posix.m4: Upgrade to gettext-0.11.
29003         * m4/lcmessage.m4: Upgrade to gettext-0.11.
29004         * m4/lib-ld.m4: New file, from gettext-0.11.
29005         * m4/lib-link.m4: New file, from gettext-0.11.
29006         * m4/lib-prefix.m4: New file, from gettext-0.11.
29007         * m4/progtest.m4: Upgrade to gettext-0.11.
29008
29009 2002-02-15  Paul Eggert  <eggert@twinsun.com>
29010
29011         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
29012         (jm_PREREQ): Use it.
29013
29014 2002-02-15  Paul Eggert  <eggert@twinsun.com>
29015
29016         * lib/posixver.c, lib/posixver.h: New files.
29017         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
29018
29019 2002-02-02  Paul Eggert  <eggert@twinsun.com>
29020             Bruno Haible  <bruno@clisp.org>
29021
29022         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
29023         (fwrite_success_callback): New declaration.
29024         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
29025         print_unicode_char. Call failure callback instead of error.
29026         (fwrite_success_callback): New function.
29027         (exit_failure_callback): New function.
29028         (fallback_failure_callback): New function.
29029         (print_unicode_char): Call unicode_to_mb.
29030
29031 2002-01-26  Jim Meyering  <meyering@lucent.com>
29032
29033         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
29034         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
29035
29036 2002-01-26  Jim Meyering  <meyering@lucent.com>
29037
29038         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
29039
29040 2002-01-22  Paul Eggert  <eggert@twinsun.com>
29041
29042         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
29043
29044 2002-01-22  Jim Meyering  <meyering@lucent.com>
29045
29046         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
29047         Otherwise, some versions of automake would omit the rule that makes
29048         Makefile from Makefile.in.
29049
29050 2002-01-21  Paul Eggert  <eggert@twinsun.com>
29051
29052         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
29053         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
29054         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
29055         (memcoll): Set errno to zero if there is no error.
29056
29057         * lib/quotearg.c (quotearg_buffer_restyled):
29058         Fix bug with quoting buffers containing NUL when backslashing escapes.
29059         This bug was exposed by the other changes in this patch.
29060         (quotearg_n_options): New arg ARGSIZE.
29061         All callers changed.
29062         (quoting_options_from_style): New function.
29063         (quotearg_n_style): Use it.
29064         (quotearg_n_style_mem): New function.
29065
29066         * lib/quotearg.h (quotearg_n_style_mem): New function.
29067
29068 2002-01-19  Jim Meyering  <meyering@lucent.com>
29069
29070         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
29071         Remove useless quotes: DF_PROG="df".
29072         * m4/strnlen.m4: New file.
29073
29074 2002-01-16  Paul Eggert  <eggert@twinsun.com>
29075
29076         * lib/backupfile.c (ISDIGIT): Comment fix.
29077         * lib/getdate.y (ISDIGIT): Likewise.
29078         * lib/posixtm.c (ISDIGIT, year): Likewise.
29079         * lib/strverscmp.c (ISDIGIT): Likewise.
29080         * lib/userspec.c (ISDIGIT): Likewise.
29081
29082 2002-01-16  Jim Meyering  <meyering@lucent.com>
29083
29084         * lib/getdate.y: Add three semicolons, each just before a closing
29085         brace. Bison (as of version 1.31) no longer papers over that mistake.
29086
29087 2002-01-05  Jim Meyering  <meyering@lucent.com>
29088
29089         * lib/version-etc.c (version_etc_copyright): Update copyright year.
29090
29091 2001-12-19  Paul Eggert  <eggert@twinsun.com>
29092
29093         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
29094         not silently exit merely because the output buffer happens to
29095         have nothing pending.
29096
29097 2001-12-18  Paul Eggert  <eggert@twinsun.com>
29098
29099         See the big note in ../ChangeLog.
29100         * lib/human.c (suffixes): Prefer K to k for 1024.
29101         (generate_suffix_backwards): New function.
29102         (human_readable_inexact): Use it.
29103         * lib/xstrtol.c (__xstrtol): If there is no number but there
29104         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
29105         Accept 'K' as well as 'k'.
29106
29107 2001-12-15  Jim Meyering  <meyering@lucent.com>
29108
29109         * lib/regex.h (__restrict_arr): Update from libc.
29110
29111         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
29112         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
29113         (STREQ): Define.
29114
29115 2001-12-14  Jim Meyering  <meyering@lucent.com>
29116
29117         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
29118         Suggestion from Bruno Haible.
29119
29120 2001-12-10  Jim Meyering  <meyering@lucent.com>
29121
29122         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
29123         xrealloc, Instead, include "xalloc.h".
29124         (initbuffer): Don't cast xmalloc return value to char*.
29125         (readline): Reword comment.
29126         Don't cast xrealloc return value to char*
29127         Return NULL, not 0.
29128
29129 2001-12-09  Jim Meyering  <meyering@lucent.com>
29130
29131         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
29132         about `signed and unsigned type in conditional expression'.
29133         * lib/posixtm.c (posix_time_parse): Likewise.
29134
29135         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
29136
29137         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
29138         to avoid a pedantic warning.
29139
29140         * lib/getstr.c: Don't include assert.h.
29141         (getstr): Remove warning-evoking assertions.
29142         Return -1 if offset parameter is out of bounds.
29143         Change the type of a local from int to size_t.
29144
29145         * lib/strftime.c (my_strftime_localtime_r): Include this function
29146         definition in the `#if ! HAVE_TM_GMTOFF' block.
29147
29148         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
29149         Include xalloc.h instead.
29150
29151 2001-12-02  Jim Meyering  <meyering@lucent.com>
29152
29153         * lib/tempname.c: Don't declare getenv, thus reverting the change of
29154         2001-11-18.  It's no longer necessary, now that stdlib.h is always
29155         included.
29156
29157         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
29158         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
29159
29160 2001-11-30  Akim Demaille  <akim@epita.fr>
29161
29162         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
29163         before being defined.
29164
29165 2001-11-27  Paul Eggert  <eggert@twinsun.com>
29166
29167         * lib/quotearg.h (quotearg_n, quotearg_n_style):
29168         First arg is int, not unsigned.
29169         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
29170         (SIZE_MAX, UINT_MAX): New macros.
29171         (quotearg_n_options): Abort if N is negative.
29172         Avoid overflow check on hosts where size_t is 64 bits and int
29173         is 32 bits, as overflow is impossible there.
29174         Fix off-by-one typo that caused unnecessary reallocation.
29175
29176 2001-11-27  Jim Meyering  <meyering@lucent.com>
29177
29178         * lib/tempname.c: Merge with version from libc.
29179         * lib/regex.c: Likewise.
29180
29181         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
29182         systems for which STDC_HEADERS is 0, it was not included, resulting in
29183         a warning about an integer-to-pointer conversion problem with getenv.
29184         Reported by Volker Borchert.
29185
29186 2001-11-26  Jim Meyering  <meyering@lucent.com>
29187
29188         * lib/gtod.h: Remove file.
29189         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
29190         * lib/gettimeofday.c: Don't include gtod.h.
29191         (GTOD_init): Remove function.
29192         (rpl_gettimeofday): Do its job here instead, rather than aborting.
29193         Suggestion from Volker Borchert.
29194
29195 2001-11-23  Jim Meyering  <meyering@lucent.com>
29196
29197         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
29198         it.
29199         * lib/hash.c (struct hash_table): Define it here instead.
29200
29201 2001-11-22  Jim Meyering  <meyering@lucent.com>
29202
29203         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
29204
29205 2001-11-20  Jim Meyering  <meyering@lucent.com>
29206
29207         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
29208         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
29209
29210 2001-11-19  Jim Meyering  <meyering@lucent.com>
29211
29212         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
29213         directory.  Use "conftestXXXXXX" as the template.
29214         Suggestion from Paul Eggert.
29215
29216         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
29217         immediately, so the test doesn't mistakenly hit the max-open-files
29218         limit.
29219
29220 2001-11-18  Paul Eggert  <eggert@twinsun.com>
29221
29222         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
29223         (TEMPORARIES): New macro.
29224         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
29225         removes an artificial limitation (e.g. HP-UX 10.20, where
29226         TMP_MAX is 17576).
29227
29228 2001-11-18  Jim Meyering  <meyering@lucent.com>
29229
29230         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
29231
29232 2001-11-18  Jim Meyering  <meyering@lucent.com>
29233
29234         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
29235         on SunOS 4.
29236
29237         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
29238         files will be created before anything else.
29239
29240 2001-11-17  Paul Eggert  <eggert@twinsun.com>
29241
29242         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
29243         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
29244
29245 2001-11-17  Jim Meyering  <meyering@lucent.com>
29246
29247         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
29248         Prompted by a report from Bob Proulx.
29249
29250         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
29251         Instead, require UTILS_FUNC_MKSTEMP.
29252
29253 2001-11-17  Jim Meyering  <meyering@lucent.com>
29254
29255         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
29256         Now, that's done as part of AC_FUNC_STRTOD.
29257
29258 2001-11-17  Jim Meyering  <meyering@lucent.com>
29259
29260         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
29261         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
29262         rather than group writable.  Patch by Juan F. Codagnone.
29263
29264         * lib/readtokens.c: Remove explicit declarations of xmalloc and
29265         xrealloc, Instead, include "xalloc.h".
29266
29267         * lib/mountlist.c: Include unlocked-io.h after all system headers.
29268         Remove explicit declarations of xmalloc, xrealloc,
29269         and xstrdup.  Instead, include "xalloc.h".
29270
29271         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
29272         unlocked-io.h.
29273         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
29274         Likewise.
29275         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
29276
29277         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
29278         Reported by Padraig Brady.
29279
29280         * lib/mkstemp.c: #undef mkstemp.
29281         Include config.h.
29282         (rpl_mkstemp): Rename from mkstemp.
29283         Protoize.
29284
29285 2001-11-16  Jim Meyering  <meyering@lucent.com>
29286
29287         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
29288         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
29289         determine the amount of total physical memory, use pstat_getstatic.
29290         HPUX-11 doesn't define _SC_PHYS_PAGES.
29291         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
29292         If sysconf couldn't be used to determine the amount of available
29293         physical memory, use both pstat_getstatic and pstat_getdynamic.
29294         Based on a patch from Bob Proulx.
29295
29296 2001-11-10  Jim Meyering  <meyering@lucent.com>
29297
29298         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
29299         (jm_PREREQ): Use it.
29300
29301 2001-11-09  Jim Meyering  <meyering@lucent.com>
29302
29303         * m4/jm-macros.m4: Require autoconf-2.52f.
29304         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
29305         Use these AC_-prefixed names, not the AM_-prefixed ones.
29306
29307         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
29308
29309 2001-11-05  Jim Meyering  <meyering@lucent.com>
29310
29311         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
29312
29313 2001-11-04  Jim Meyering  <meyering@lucent.com>
29314
29315         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
29316         $DEFS.
29317
29318 2001-11-03  Jim Meyering  <meyering@lucent.com>
29319
29320         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
29321         of AC_DEFUN.
29322
29323         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
29324         know the name of the variable in the macro definition.
29325
29326 2001-11-03  Jim Meyering  <meyering@lucent.com>
29327
29328         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
29329         in argmatch_to_argument call.
29330
29331         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
29332         argument.
29333
29334         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
29335         e.g., a fault due to an attempt to free a NULL pointer.
29336
29337 2001-11-01  Jim Meyering  <meyering@lucent.com>
29338
29339         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
29340         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
29341
29342 2001-11-01  Jim Meyering  <meyering@lucent.com>
29343
29344         * lib/dirfd.c, lib/dirfd.h: New files.
29345         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
29346
29347         * lib/hash.c (hash_print) [TESTING]: Clean up.
29348
29349 2001-10-22  Paul Eggert  <eggert@twinsun.com>
29350
29351         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
29352         to avoid a warning if -Wall.
29353
29354 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
29355
29356         * README: New file
29357         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
29358         (per RMS's instructions, this is now the canonical source)
29359         * lgpl/, gpl/: New directories.
29360
29361 2001-10-21  Paul Eggert  <eggert@twinsun.com>
29362
29363         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
29364
29365 2001-10-21  Jim Meyering  <meyering@lucent.com>
29366
29367         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
29368         this code would end up calling gettext even in packages built
29369         with --disable-nls.
29370         * lib/getopt.c (_): Likewise.
29371         * lib/regex.c (_): Likewise.
29372
29373 2001-10-20  Paul Eggert  <eggert@twinsun.com>
29374
29375         * m4/error.m4 (jm_PREREQ_ERROR):
29376         Do not invoke AC_CHECK_FUNCS with strerror_r, as
29377         AC_FUNC_STRERROR_R does that.
29378         Check for strerror declaration.
29379
29380         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
29381         are supposed to have them these days.
29382         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
29383         Merge changes from latest Autoconf CVS.
29384         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
29385         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
29386         POSIX decided to standardize on the int flavor of strerror_r.
29387
29388 2001-10-20  Paul Eggert  <eggert@twinsun.com>
29389
29390         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
29391         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
29392         Use strerror_r that is only a macro, even if it is not a function.
29393         (strerror): Check for HAVE_DECL_STRERROR before declaring.
29394         (private_strerror): Use prototypes, not old-style function definition.
29395         (print_errno_message): New function.
29396         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
29397         char*-flavored one.
29398         (error_tail, error, error_at_line): Use it.
29399
29400 2001-10-11  Jim Meyering  <meyering@lucent.com>
29401
29402         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
29403         and quote_n (1, ... to avoid clobbering a buffer.
29404
29405 2001-10-05  Jim Meyering  <meyering@lucent.com>
29406
29407         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
29408         hash-pjw.h.
29409         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
29410         * lib/hash-pjw.h: New file.
29411
29412 2001-09-30  Jim Meyering  <meyering@lucent.com>
29413
29414         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
29415         `struct fsstat' has the `f_fstypename' member.
29416         Use that to define FS_TYPE, which is now used to make
29417         the getfsstat link test tighter.
29418
29419 2001-09-30  Jim Meyering  <meyering@lucent.com>
29420
29421         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
29422         Include <sys/ucred.h>, for Apple Darwin.
29423         Include sys/mount.h and sys/fs_types.h only if available.
29424         (FS_TYPE): Define.
29425         (read_filesystem_list): Use FS_TYPE.
29426
29427 2001-09-29  Paul Eggert  <eggert@twinsun.com>
29428
29429         * lib/exclude.c (excluded_filename): 0 -> false, since it's
29430         a boolean context.
29431
29432 2001-09-29  Jim Meyering  <meyering@lucent.com>
29433
29434         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
29435         [one-argument getmntent function]): Include stdio.h before mntent.h.
29436         SunOS 4.1.x needs it for the declaration of `FILE'.
29437         Patch by Volker Borchert.
29438
29439         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
29440         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
29441         sys/fs_types.h, and make the link-test for getfsstat guard #include
29442         directives with appropriate #if HAVE_*_H tests so that we can
29443         detect getfsstat on Apple Darwin1.3.7 systems.
29444         Reported by Nelson Beebe.
29445         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
29446
29447 2001-09-28  Paul Eggert  <eggert@twinsun.com>
29448
29449         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
29450         #defines strtoimax.  Also treat the other strto* functions
29451         like strtoimax.
29452
29453         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
29454         Check for strtoul and strtoumax,
29455         as those declarations are made even in the signed case.
29456         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
29457         Likewise, for strtol and strtoimax.
29458
29459 2001-09-28  Paul Eggert  <eggert@twinsun.com>
29460
29461         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
29462         #defines strtoimax.  Also treat the other strto* functions
29463         like strtoimax.
29464
29465         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
29466         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
29467         (strtoimax, strtoumax): Do not declare if already defined as a macro.
29468
29469 2001-09-26  Jim Meyering  <meyering@lucent.com>
29470
29471         Most macros in unlocked-io.h had the wrong number of arguments.
29472         * lib/gen-uio: New script.
29473         (USE_UNLOCKED_IO): Define to 1 if not already defined.
29474         * lib/unlocked-io.hin: Remove file.
29475         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
29476         rather than trying to embed it here.
29477         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
29478         Reported by Padraig Brady.
29479
29480 2001-09-25  Volker Borchert  <bt@teknon.de>
29481
29482         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
29483         `result'.
29484
29485 2001-09-24  Jim Meyering  <meyering@lucent.com>
29486
29487         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
29488
29489 2001-09-23  Jim Meyering  <meyering@lucent.com>
29490
29491         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
29492         instead of the mere test for existence of mntent.h.  The latter
29493         would get a false-positive on AIX 3.4 systems.
29494         In the outer getmntent if-block, don't die if neither of the getmntent
29495         tests succeeds.  Instead, just fall through and continue with the
29496         remaining tests.
29497
29498 2001-09-23  Jim Meyering  <meyering@lucent.com>
29499
29500         * lib/mountlist.c: Remove useless parentheses in #if directives.
29501         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
29502         the deprecated MOUNTED symbol is no longer defined in mntent.h.
29503
29504 2001-09-22  Jim Meyering  <meyering@lucent.com>
29505
29506         * m4/gettext.m4: New file.  From gettext.
29507         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
29508         * m4/progtest.m4: Likewise
29509         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
29510         * m4/glibc21.m4: Likewise.
29511
29512         * m4/libintl.m4: Remove.  No longer used.
29513
29514 2001-09-22  Jim Meyering  <meyering@lucent.com>
29515
29516         * lib/localcharset.c: Update from latest gettext.
29517         * lib/config.charset: Likewise.
29518
29519 2001-09-20  Jim Meyering  <meyering@lucent.com>
29520
29521         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
29522         strtoimax.
29523         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
29524         strtoumax.
29525
29526 2001-09-20  Jim Meyering  <meyering@lucent.com>
29527
29528         * lib/xstrtol.c (strtoimax): Guard declaration with
29529         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
29530         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
29531         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
29532         (strtoumax): Likewise, for completeness (it wasn't necessary).
29533
29534 2001-09-17  Paul Eggert  <eggert@twinsun.com>
29535
29536         * lib/strtoimax.c (HAVE_LONG_LONG):
29537         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
29538         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
29539         to work around bug in IBM C compiler.
29540
29541 2001-09-17  Jim Meyering  <meyering@lucent.com>
29542
29543         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
29544         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
29545         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
29546         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
29547         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
29548         whenever the right hand side need not be expanded by the shell.
29549
29550 2001-09-16  Paul Eggert  <eggert@twinsun.com>
29551
29552         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
29553         library.  It's not correct, as some older glibcs are buggy.
29554         fnmatch wasn't fixed until glibc 2.2.
29555
29556         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
29557         special shell magic here.
29558
29559 2001-09-16  Jim Meyering  <meyering@lucent.com>
29560
29561         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
29562         * m4/jm-macros.m4: Require it.
29563
29564 2001-09-16  Jim Meyering  <meyering@lucent.com>
29565
29566         * lib/mkdir.c: New file.
29567
29568 2001-09-15  Jim Meyering  <meyering@lucent.com>
29569
29570         * m4/jm-macros.m4: Check for help2man.
29571
29572 2001-09-11  Jim Meyering  <meyering@lucent.com>
29573
29574         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
29575         The body, by Paul Eggert, was moved here from configure.in.
29576         * m4/jm-macros.m4: Require UTILS_HOST_OS.
29577
29578 2001-09-04  Paul Eggert  <eggert@twinsun.com>
29579
29580         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
29581         (jm_PREREQ): Use it.
29582
29583 2001-09-04  Paul Eggert  <eggert@twinsun.com>
29584
29585         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
29586         Use ssize_t, not int, to store result of readlink.
29587         Check for ssize_t overflow as well as size_t overflow,
29588         as POSIX says the result of readlink is implementation-defined
29589         when ssize_t overflows.
29590         Remove unnecessary cast to char*.
29591         Use free+malloc instead of realloc, as the storage doesn't need
29592         to be preserved and it's clearer and can be more efficient that way.
29593         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
29594         * lib/xreadlink.h (xreadlink): Update prototype.
29595
29596 2001-09-04  Paul Eggert  <eggert@twinsun.com>
29597
29598         * lib/xgetcwd.c: Revert some of the previous change; intead,
29599         fix the HAVE_GETCWD_NULL code to behave more like the
29600         !HAVE_GETCWD_NULL code used to.
29601
29602         Include "xalloc.h".
29603         (xgetcwd): Do not return NULL when memory is exhausted; instead,
29604         invoke xalloc_die.
29605
29606 2001-09-03  Paul Eggert  <eggert@twinsun.com>
29607
29608         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
29609         sys/param.h, as pathmax.h includes them.
29610
29611 2001-09-03  Paul Eggert  <eggert@twinsun.com>
29612
29613         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
29614         (jm_PREREQ_XGETCWD): New macro.
29615
29616         * m4/getcwd.m4: New file.
29617
29618 2001-09-03  Paul Eggert  <eggert@twinsun.com>
29619
29620         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
29621         like the HAVE_GETCWD_NULL code.
29622         Include pathmax.h if not HAVE_GETCWD.
29623         Do not include xalloc.h.
29624         (INITIAL_BUFFER_SIZE): New symbol.
29625         Do not use xmalloc / xrealloc, since the caller is responsible for
29626         handling errors.  Preserve errno around `free' during failure.
29627         Do not overrun buffer when using getwd.
29628
29629 2001-09-03  Paul Eggert  <eggert@twinsun.com>
29630
29631         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
29632         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
29633         getcwd (NULL, 0).
29634
29635 2001-09-03  Paul Eggert  <eggert@twinsun.com>
29636
29637         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
29638         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
29639         spotted by Jim Meyering.
29640
29641 2001-09-03  Jim Meyering  <meyering@lucent.com>
29642
29643         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
29644         failure.
29645
29646 2001-09-02  Jim Meyering  <meyering@lucent.com>
29647
29648         * lib/error.c: Update from GNU libc.
29649
29650 2001-09-01  Jim Meyering  <meyering@lucent.com>
29651
29652         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
29653         Used by df.
29654
29655 2001-09-01  Jim Meyering  <meyering@lucent.com>
29656
29657         * lib/xreadlink.c: New file.
29658         * lib/xreadlink.h: New file.
29659         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
29660         xreadlink.h.
29661
29662         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
29663         doesn't conflict with sparc Solaris 7's definition in
29664         /usr/include/sys/int_types.h.
29665
29666         * lib/exclude.c: Use `""', not `<>' to #include non-system header
29667         files.
29668         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
29669         and strncasecmp as r-values.  Unixware didn't have declarations.
29670
29671 2001-08-31  Paul Eggert  <eggert@twinsun.com>
29672
29673         * lib/xstrtol.h: Add copyright notice.
29674         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
29675         LONGINT_INVALID_SUFFIX_CHAR.
29676
29677 2001-08-31  Paul Eggert  <eggert@twinsun.com>
29678
29679         * lib/xstrtol.c (strtoimax): New decl.
29680
29681 2001-08-31  Paul Eggert  <eggert@twinsun.com>
29682
29683         * lib/xgetcwd.c: Don't include pathmax.h.
29684         Include stdlib.h and unistd.h if available.
29685         Include xalloc.h.
29686         (xmalloc, xstrdup, free): Remove decls.
29687         (xgetcwd): Don't assume sizes fit in unsigned.
29688         Check for overflow when computing sizes.
29689         Simplify reallocation code.
29690
29691 2001-08-31  Paul Eggert  <eggert@twinsun.com>
29692
29693         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
29694         a directory's st_size can have an arbitrary value, so the old
29695         usage could waste an arbitrary amount of memory.  All uses
29696         changed.
29697         * lib/savedir.h: Update prototype.
29698
29699 2001-08-31  Paul Eggert  <eggert@twinsun.com>
29700
29701         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
29702
29703         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
29704         old strtoimax.c.
29705
29706         Also, make the following further changes to make this file's
29707         configuration more similar to that of strtol.c:
29708         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
29709         (strtoumax, uintmax_t, strtoull, strtol): Remove.
29710         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
29711         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
29712         changed to signed values.
29713
29714         And make the following changes as well:
29715         Fix copyright notice, as 1999 was missing.
29716         (verify): New macro.
29717         (strtoimax): Check sizes at compile-time, not run-time.
29718         Prefer strtol to strtoll if both work.
29719         (main): Remove; it was not that useful and was a pain to maintain.
29720
29721         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
29722
29723 2001-08-31  Jim Meyering  <meyering@lucent.com>
29724
29725         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
29726         Use an initial, malloc'd, buffer of length 128 rather than
29727         a statically allocated one of length 1024.
29728
29729 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29730
29731         Simplify code, partly by assuming autoconf 2.52 semantics.
29732
29733         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
29734
29735         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
29736         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
29737         All uses removed.
29738         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
29739         Move AC_REQUIRE to next-to-top level, to avoid confusion.
29740         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
29741         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
29742         jm_AC_HEADER_INTTYPES_H.
29743         * m4/jm-macros.m4 (jm_MACROS): Likewise.
29744
29745         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
29746
29747         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
29748         Quote first arg of AC_DEFUN.
29749         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
29750         since they are needed to parse the include file even if we need
29751         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
29752         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
29753         but with opposite signedness.
29754
29755 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29756
29757         Merge 'exclude' changes from tar 1.13.22.
29758         This fixes one or two unlikely storage allocation overflow bugs,
29759         but doesn't change user-visible behavior otherwise.
29760
29761 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29762
29763         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
29764         (jm_PREREQ_EXCLUDE): New macro.
29765
29766 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29767
29768         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
29769         tm to be declared.
29770
29771 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29772
29773         * lib/hash.c: Remove '2001' from copyright notice.
29774
29775 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29776
29777         * lib/full-write.h: New file.
29778         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
29779         * lib/full-write.c: Correct credits, as cccp.c no longer
29780         exists and anyway it was so heavily changed from the old cccp
29781         code as to be unrecognizable.  Include full-write.h.
29782         (full_write) Return size_t, with short writes meaning failure.
29783         All callers changed.  This fixes a bug with large buffers
29784         on 64-bit hosts.
29785         * lib/utime.c: Include full-write.h.
29786
29787 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29788
29789         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
29790         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
29791         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
29792         Include if available.
29793         (<xalloc.h>): Include
29794         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
29795         (verify): New macro.  Use it to verify that EXCLUDE macros do not
29796         collide with FNM macros.
29797         (struct patopts): New struct.
29798         (struct exclude): Use it, as exclude patterns now come with options.
29799         (new_exclude): Support above changes.
29800         (new_exclude, add_exclude_file):
29801         Initial size must now be a power of two to simplify overflow checking.
29802         (free_exclude, fnmatch_no_wildcards): New function.
29803         (excluded_filename): No longer requires options arg, as the options
29804         are determined by add_exclude.  Now returns bool, not int.
29805         (excluded_filename, add_exclude):
29806         Add support for the fancy new exclusion options.
29807         (add_exclude, add_exclude_file): Now takes int options arg.
29808         Check for arithmetic overflow when computing sizes.
29809         (add_exclude_file): xrealloc might modify errno, so don't
29810         realloc until after errno might be used.
29811
29812         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
29813         New macros.
29814         (free_exclude): New decl.
29815         (add_exclude, add_exclude_file): Now takes int options arg.
29816         (excluded_filename): No longer requires options arg, as the options
29817         are determined by add_exclude.  Now returns bool, not int.
29818
29819 2001-08-30  Paul Eggert  <eggert@twinsun.com>
29820
29821         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
29822
29823 2001-08-27  Jim Meyering  <meyering@lucent.com>
29824
29825         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
29826
29827         * lib/version-etc.c (N_): Remove definition.
29828         Revert most of last change.
29829         Instead, simply don't mark the `Copyright...' string for translation.
29830         Based on advice from Paul Eggert.
29831
29832         * lib/strtoxmax.c: Tweak comment.
29833
29834 2001-08-26  Jim Meyering  <meyering@lucent.com>
29835
29836         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
29837
29838         * m4/xstrtoimax.m4: New file.
29839         * m4/xstrtoumax.m4: Add comments explaining why we
29840         AC_REPLACE_FUNCS(strtol).
29841
29842 2001-08-26  Jim Meyering  <meyering@lucent.com>
29843
29844         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
29845         of copyright with `%s' so translators don't get an untranslated
29846         message in 2002.
29847         (COPYRIGHT_YEAR): Define.
29848         (version_etc): Use fprintf rather than fputs.
29849         Suggestion from Ulrich Drepper.
29850
29851         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
29852
29853         * lib/strtoll.c: New file, from GNU libc.
29854         * lib/xstrtoimax.c: New file.
29855
29856         * lib/xstrtol.h: Add xstrtoimax.
29857         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
29858         * lib/strtoimax.c: New file.  Likewise, but first define
29859         STRTOUXMAX_SIGNED.
29860
29861         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
29862         ...
29863         * lib/strtoxmax.c: ... then renamed to this.
29864
29865 2001-08-18  Paul Eggert  <eggert@twinsun.com>
29866
29867         * m4/inttypes.m4: Add AC_PREREQ(2.13).
29868         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
29869         (jm_AC_TYPE_INTMAX_T): New macro.
29870         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
29871
29872         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
29873
29874         * m4/longlong.m4: Renamed from ulonglong.m4.
29875         * m4/inttypes.m4: Renamed from inttypes_h.m4.
29876         * m4/uintmax_t.m4: Removed.
29877
29878 2001-08-13  Paul Eggert  <eggert@twinsun.com>
29879
29880         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
29881         Port to Solaris 8, where 'sed' requires a space after the 'r'
29882         command, and where sh dislikes "$/".  Clean up the spacing a bit.
29883         Redirect output to $tmp just once.
29884
29885 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
29886
29887         * lib/addext.c (<errno.h>): Include.
29888         (errno): Declare if not defined.
29889         (addext): Work correctly when pathconf returns -1 and leaves
29890         errno alone because there is no limit.  Also, work even if
29891         pathconf returns a value greater than SIZE_MAX.
29892
29893 2001-08-12  Jim Meyering  <meyering@lucent.com>
29894
29895         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
29896         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
29897         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
29898         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
29899         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
29900         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
29901         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
29902         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
29903         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
29904         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
29905         utime.m4, utimes.m4, xstrtoumax.m4:
29906         Quote the first argument in each use of AC_DEFUN.
29907
29908 2001-08-12  Jim Meyering  <meyering@lucent.com>
29909
29910         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
29911         Simply `return getcwd (NULL, 0);'.
29912         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
29913         Use 1300 as initial value for length, not PATH_MAX.
29914
29915         * lib/pathmax.h: Clean up cpp syntax.
29916
29917 2001-08-12  Jim Meyering  <meyering@lucent.com>
29918
29919         * lib/gettimeofday.c: New file.
29920         * lib/gtod.h: New file.
29921         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
29922
29923 2001-08-05  Jim Meyering  <meyering@lucent.com>
29924
29925         * m4/jm-macros.m4: Require autoconf-2.52.
29926
29927 2001-08-04  Jim Meyering  <meyering@lucent.com>
29928
29929         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
29930         stmt, to get in sync with glibc.
29931
29932 2001-08-03  Paul Eggert  <eggert@twinsun.com>
29933
29934         The following changes are from gettext 0.10.39 as maintained by
29935         Bruno Haible.
29936
29937         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
29938         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
29939         with inverted sense.  All uses changed.
29940
29941         * lib/mbswidth.c: Don't include <limits.h>.
29942         Include <stdlib.h> and <string.h> unconditionally.
29943         (iswcntrl, mbsinit, ISCNTRL): New macros.
29944         (mbsnwidth): Use K&R style function declarations.
29945         Don't bother checking for MB_LEN_MAX == 1, since the compiler
29946         can optimize it when MB_CUR_MAX == 1.
29947         The width of control characters is zero, not 1.
29948
29949 2001-08-03  Paul Eggert  <eggert@twinsun.com>
29950
29951         The following changes are from gettext 0.10.39 as maintained by
29952         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
29953
29954         * m4/codeset.m4: Upgrade to serial AM1.
29955         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
29956         all uses changed.  Quote first arg of AC_DEFUN.
29957         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
29958
29959         * m4/iconv.m4: Upgrade to serial AM2.
29960         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
29961         Add --with-libconv-prefix.
29962         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
29963         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
29964         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
29965         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
29966         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
29967
29968         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
29969         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
29970         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
29971         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
29972         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
29973         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
29974         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
29975         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
29976         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
29977
29978         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
29979         string.h any more.
29980
29981         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
29982         not the default value.
29983
29984         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
29985         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
29986         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
29987         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
29988         Also check for iswcntrl, used for wcwidth fallback.
29989         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
29990         to Autoconf 2.13.
29991
29992 2001-08-03  Jim Meyering  <meyering@lucent.com>
29993
29994         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
29995         as it was in the original.  Reported by Paul Eggert.
29996
29997 2001-07-16  Jim Meyering  <meyering@lucent.com>
29998
29999         * m4/gettimeofday.m4: New file.
30000         Prompted by a report from Bernhard Baehr.
30001
30002 2001-07-15  Jim Meyering  <meyering@lucent.com>
30003
30004         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
30005         stuff. Now it's in ../Makefile.cfg.
30006
30007 2001-07-15  Jim Meyering  <meyering@lucent.com>
30008
30009         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
30010         (BUILT_SOURCES): Add unlocked-io.h.
30011         (io_functions): Define.
30012         (unlocked-io.h): New rule.
30013         (DISTCLEANFILES): Add unlocked-io.h.
30014         (all-local): Depend on unlocked-io.h, to ensure it is created.
30015
30016         * lib/unlocked-io.hin: New file
30017
30018         * lib/regex.c: Update from glibc.
30019
30020 2001-07-05  Jim Meyering  <meyering@lucent.com>
30021
30022         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
30023         recommendation.
30024         (libfetish_a_SOURCES): Put all .h files here instead.
30025         Remove a thus-exposed (better checks in automake) duplicate and
30026         two unnecessary .h files.
30027
30028 2001-07-04  Jim Meyering  <meyering@lucent.com>
30029
30030         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
30031         that generates jm-glibc-io.m4 so that it doesn't trigger any make
30032         distcheck failure.
30033
30034 2001-07-02  Jim Meyering  <meyering@lucent.com>
30035
30036         The following changes were prompted by suggestions from Bruno Haible.
30037
30038         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
30039         is now generated.
30040         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
30041         definition of EXTRA_DIST.
30042         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
30043         ensure that the generated file is created/updated whenever the list
30044         of $(unlocked_functions) is changed.
30045         (jm-glibc-io.m4): New rule.
30046         (unlocked-io.h): New rule -- currently unused.
30047
30048 2001-06-24  Jim Meyering  <meyering@lucent.com>
30049
30050         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
30051         unmatched right bracket, rather than kludging it with an extra,
30052         falsely-matching quote in a comment.  Patch by Akim Demaille.
30053
30054 2001-06-11  Jim Meyering  <meyering@lucent.com>
30055
30056         * lib/regex.c: Update from GNU libc.
30057
30058 2001-05-27  Jim Meyering  <meyering@lucent.com>
30059
30060         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
30061         Check for ut_type in struct utmp.
30062
30063 2001-05-27  Jim Meyering  <meyering@lucent.com>
30064
30065         * lib/readutmp.h (UT_TYPE): Define.
30066
30067 2001-05-24  Jim Meyering  <meyering@lucent.com>
30068
30069         * lib/argmatch.c: Include "quote.h".
30070         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
30071         quote function.  Reported by Göran Uddeborg.
30072
30073 2001-05-22  Jim Meyering  <meyering@lucent.com>
30074
30075         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
30076         now that we use the package-supplied version unconditionally.
30077         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
30078
30079 2001-05-21  Jim Meyering  <meyering@lucent.com>
30080
30081         * m4/regex.m4: Change a couple backticks to single quotes to avoid
30082         shell syntax errors.
30083
30084 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
30085
30086         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
30087
30088 2001-05-20  Paul Eggert  <eggert@twinsun.com>
30089
30090         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
30091         Don't bother to check library strftime, since
30092         we'll be using our own my_strftime function anyway.
30093         Define my_strftime instead of strftime.
30094
30095 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
30096
30097         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
30098         which is not yet declared.
30099
30100 2001-05-15  Jim Meyering  <meyering@lucent.com>
30101
30102         * m4/regex.m4: Use proper quoting so brackets appear in the test
30103         program.
30104         Reported by, and with help from, Bruno Haible.
30105
30106 2001-05-13  Jim Meyering  <meyering@lucent.com>
30107
30108         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
30109         undefined.
30110
30111 2001-05-11  Paul Eggert  <eggert@twinsun.com>
30112
30113         dirname code cleanup.  base_name now behaves more compatibly
30114         with POSIX basename when given file names that have trailing
30115         slashes, and similarly for dir_name.  Add new primitives
30116         base_len and dir_len.  Put the directory-name-related decls
30117         into dirname.h.
30118
30119         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
30120         * lib/backupfile.c (base_name): Likewise.
30121         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
30122         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
30123         * lib/makepath.c (strip_trailing_slashes): Likewise.
30124         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
30125         ISSLASH): Likewise.
30126         * lib/rename.c (strip_trailing_slashes): Likewise.
30127         * lib/same.c (base_name): Likewise.
30128         * lib/stripslash.c (ISSLASH): Likewise.
30129
30130         * lib/addext.c: Include <dirname.h> after size_t is defined.
30131         * lib/backupfile.c: Likewise.
30132
30133         * lib/addext.c (addext): Use base_len to trim redundant
30134         trailing slashes instead of doing it ourselves.
30135         But do not trim the last slash if it is not redundant.
30136
30137         * lib/backupfile.c (find_backup_file_name,
30138         max_backup_version): Use base_len instead of rolling it ourselves.
30139         Handle the case of "" and (on DOS) "C:" correctly.
30140
30141         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
30142         needed. Include <string.h>, <dirname.h>.
30143         (base_name): Allow file names ending in slashes, other than names
30144         that are all slashes.  In this case, return the basename followed
30145         by the slashes.  This is more general, and can be used in places
30146         where the original base_name purposely had an assertion failure.
30147         (base_len): New function.
30148
30149         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
30150         Do not include <assert.h>; no longer needed.
30151         Include xalloc.h.
30152         (memrchr): Remove decl.
30153         (dir_name_r): Remove.
30154         (dir_len): Renamed from dirlen.  All callers changed.
30155         Rewrite in terms of base_name, for simplicity and consistency.
30156         (dir_name): Never return NULL.  All callers changed.
30157         Do not include <stdlib.h> in test program; no longer needed.
30158         return 0; is fine for test program.
30159
30160         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
30161         New macros.
30162         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
30163
30164         * lib/path-concat.c (path_concat): Use base_len to compute
30165         base length, not strlen; this means we cannot rely on memcpy
30166         to null-terminate.
30167
30168         * lib/same.c (STREQ): Remove.
30169         (same_name): Handle the case where the basename ends in trailing '/'.
30170
30171         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
30172         a slash was stripped.  Do not strip the last slash after a
30173         file system prefix.
30174
30175 2001-05-11  Paul Eggert  <eggert@twinsun.com>
30176
30177         * lib/Makefile.am (libfetish_a_SOURCES):
30178         Add strftime.c, since we now compile it on all hosts.
30179
30180         * lib/strftime.c (my_strftime):
30181         Define to nstrftime if emacs, but only if my_strftime is not defined.
30182         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
30183         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
30184         Add one more extra argument: a nanoseconds value.
30185         All uses changed.
30186         (ns): New macro.
30187         (my_strftime function): Add %N format.
30188         (emacs_strftimeu): Renamed from emacs_strftime,
30189         with extra ut argument.
30190
30191 2001-05-09  Paul Eggert  <eggert@twinsun.com>
30192
30193         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
30194
30195 2001-04-21  Jim Meyering  <meyering@lucent.com>
30196
30197         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
30198         doesn't interfere.
30199
30200 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
30201
30202         * m4/ftruncate.m4: Check for chsize.
30203         Link with ftruncate.o unconditionally if ftruncate is missing.
30204         This was required when cross-compiling to i586-mingw32msvc.
30205
30206 2001-04-08  Jim Meyering  <meyering@lucent.com>
30207
30208         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
30209         recomputed; that's necessary when the offset spans a DST transition.
30210         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
30211
30212 2001-04-02  Jim Meyering  <meyering@lucent.com>
30213
30214         * lib/regex.h, regex.c: Update from GNU libc.
30215
30216 2001-03-24  Jim Meyering  <meyering@lucent.com>
30217
30218         * m4/jm-macros.m4: Require autoconf-2.49d.
30219
30220 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
30221
30222         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
30223
30224 2001-03-19  Paul Eggert  <eggert@twinsun.com>
30225
30226         * lib/version-etc.c (version_etc_copyright): Update to 2001.
30227
30228 2001-03-17  Jim Meyering  <meyering@lucent.com>
30229
30230         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
30231         now that the version in autoconf is equivalent.
30232         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
30233
30234         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
30235         Suggestion from Akim Demaille.
30236
30237         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
30238         (jm_PREREQ_TEMPNAME): New function.
30239
30240 2001-03-16  Paul Eggert  <eggert@twinsun.com>
30241
30242         * lib/tempname.c (uint64_t): Define to uintmax_t if
30243         not defined, and if UINT64_MAX is not defined.
30244         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
30245         Reported by John David Anglin.
30246
30247 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
30248
30249         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
30250         resolve alias if codeset is empty.
30251         * lib/config.charset (BeOS): Use wildcard syntax.
30252
30253 2001-03-13  Jim Meyering  <meyering@lucent.com>
30254
30255         * lib/path-concat.c (path_concat)
30256         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
30257         concatenating e.g., `C:' and `foo'.
30258         From Bruno Haible.
30259
30260 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
30261
30262         * lib/localcharset.c (locale_charset): Don't use
30263         setlocale(LC_CTYPE,NULL). Don't return NULL.
30264         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
30265
30266 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
30267
30268         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
30269         support for DOS/DJGPP.
30270
30271 2001-03-01  Paul Eggert  <eggert@twinsun.com>
30272
30273         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
30274         lacks mkstemp.  Compile our own tempname.c if we compile our own
30275         mkstemp.c, as mkstemp relies on tempname.
30276
30277 2001-03-01  Jim Meyering  <meyering@lucent.com>
30278
30279         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
30280         AH_VERBATIM really does output its argument verbatim.
30281
30282 2001-02-28  Paul Eggert  <eggert@twinsun.com>
30283
30284         * lib/Makefile.am (libfetish_a_SOURCES):
30285         Add dup-safer.c, fopen-safer.c.
30286         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
30287
30288         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
30289         * lib/unistd-safer.h: New files.
30290
30291 2001-02-25  Paul Eggert  <eggert@twinsun.com>
30292
30293         The mkstemp replacement is taken from glibc 2.2.2, with some
30294         portability fixes for use outside glibc, as follows:
30295
30296         * lib/tempname.c (struct_stat64): New macro.
30297         (direxists, __gen_tempname): Use it.
30298         This avoids a portability problem with Solaris 8.
30299
30300         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
30301         (<stddef.h>, <stdint.h>, <string.h>):
30302         Include only if STDC_HEADERS || _LIBC.
30303         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
30304         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
30305         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
30306         (__set_errno): Define this macro if <errno.h> doesn't.
30307         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
30308         Define these macros if <stdio.h> doesn't.
30309         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
30310         Define these macros if <sys/stat.h>
30311         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
30312         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
30313         __xstat64): Define if not _LIBC.
30314         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
30315         (__gen_tempname): Invoke gettimeofday only if
30316         HAVE_GETTIMEOFDAY || _LIBC;
30317         otherwise, fall back on plain "time".
30318         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
30319
30320         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
30321
30322         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
30323
30324 2001-02-18  Paul Eggert  <eggert@twinsun.com>
30325
30326         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
30327
30328 2001-02-17  Paul Eggert  <eggert@twinsun.com>
30329
30330         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
30331         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
30332         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
30333         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
30334
30335 2001-02-17  Paul Eggert  <eggert@twinsun.com>
30336
30337         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
30338         Remove workaround macros for hosts that have mbrtowc but not
30339         mbstate_t, as we now insist on proper declarations for both
30340         before using mbrtowc.
30341
30342 2001-02-17  Jim Meyering  <meyering@lucent.com>
30343
30344         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
30345         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
30346         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
30347         UnixWare 7.1.1.
30348
30349         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
30350         rather than AC_CACHE_VAL.
30351
30352 2001-02-17  Jim Meyering  <meyering@lucent.com>
30353
30354         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
30355         around included file name.
30356
30357         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
30358
30359         * lib/strftime.c: Update from GNU libc (the only changes were to
30360         comments).
30361
30362 2001-02-17  Jim Meyering  <meyering@lucent.com>
30363
30364         * lib/regex.c: Update from libc.
30365
30366 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
30367
30368         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
30369         clash.
30370
30371 2001-02-16  Paul Eggert  <eggert@twinsun.com>
30372
30373         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
30374         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
30375         Reported by Mark Hounschell via Paul Eggert.
30376
30377 2001-02-07  Jim Meyering  <meyering@lucent.com>
30378
30379         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
30380
30381 2001-02-05  Jim Meyering  <meyering@lucent.com>
30382
30383         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
30384         it includes the patch required for `large file' support with at least
30385         HP-UX's 10.20 /bin/cc.
30386
30387 2001-02-03  Jim Meyering  <meyering@lucent.com>
30388
30389         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
30390         AS_IF, now that it works once again (mysteriously).
30391         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
30392
30393 2001-01-30  Jim Meyering  <meyering@lucent.com>
30394
30395         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
30396         * m4/chown.m4: Rename conftestchown to conftest.chown.
30397         * m4/rename.m4: s/conftestdir/conftest.d1/ and
30398         s/conftestdir2/conftest.d2/.
30399         * m4/utimes.m4: s/conftestdata/conftest.data/
30400         Inspired by Pavel Roskin's change in autoconf.
30401
30402 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
30403
30404         * lib/config.charset: Update for FreeBSD 4.2.
30405
30406 2001-01-27  Jim Meyering  <meyering@lucent.com>
30407
30408         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
30409         a use of AS_IF.
30410         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
30411
30412 2001-01-26  Jim Meyering  <meyering@lucent.com>
30413
30414         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
30415         quotearg.c includes it.
30416
30417 2001-01-26  Jim Meyering  <meyering@lucent.com>
30418
30419         * lib/quotearg.c: Include stddef.h.
30420         * lib/quote.c: Include stddef.h.
30421         Reported by Axel Kittenberger.
30422
30423         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
30424         line in double quotes so that it evokes a better diagnostic.
30425         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
30426         Reported by Axel Kittenberger.
30427
30428 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
30429
30430         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
30431         as if it was a `charset'.
30432
30433 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
30434
30435         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
30436         has const.
30437
30438 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
30439
30440         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
30441         to avoid a warning.  Add back 'const' to inptr.
30442
30443 2001-01-20  Jim Meyering  <meyering@lucent.com>
30444
30445         Be sure that headers are checked before used in code compiled
30446         for the type checks.
30447         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
30448         In place of that, invoke jm_CHECK_ALL_TYPES.
30449         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
30450         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
30451         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
30452         The check for ssize_t was mistakenly run before the test for unistd.h.
30453
30454         The configure-time check for stdbool.h was missing.
30455         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
30456         (jm_PREREQ_HASH): New function.
30457
30458 2001-01-17  Jim Meyering  <meyering@lucent.com>
30459
30460         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
30461         for autoconf-2.49c.
30462         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
30463
30464 2001-01-16  Jim Meyering  <meyering@lucent.com>
30465
30466         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
30467         From Bruno Haible.
30468
30469 2001-01-14  Jim Meyering  <meyering@lucent.com>
30470
30471         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
30472         foo and bar.  Create conftestdir/ in the script, not in the C code.
30473         Remove directories in the script, not in the C code.
30474         Remove conftestdir{,2} before trying to create the directory.
30475         Make the entire configure script fail if the mkdir fails.
30476
30477 2001-01-14  Jim Meyering  <meyering@lucent.com>
30478
30479         * lib/rename.c: New file.  From Volker Borchert.
30480         Include stdlib.h, string.h or strings.h, and xalloc.h.
30481         Use strip_trailing_slashes rather than open-coding it.
30482
30483 2001-01-03  Paul Eggert  <eggert@twinsun.com>
30484
30485         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
30486
30487 2001-01-03  Jim Meyering  <meyering@lucent.com>
30488
30489         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
30490         of local `inptr' to avoid warning with some system declarations of
30491         iconv.
30492
30493 2001-01-02  Volker Borchert  <bt@teknon.de>
30494
30495         * m4/rename.m4: New file.
30496         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
30497
30498 2001-01-01  Jim Meyering  <meyering@lucent.com>
30499
30500         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
30501         even on systems with utmpx.h.  It's necessary for the declaration of
30502         utmp's ut_user member.  Reported by Andreas Jaeger.
30503
30504         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
30505         available. They are required for the declarations of getgrgid and
30506         getpwuid resp.
30507         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
30508         Reported by Andreas Jaeger.
30509
30510 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
30511
30512         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
30513         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
30514         so `make install' also works in VPATH builds.
30515
30516 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
30517
30518         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
30519         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
30520         can be used in subdirectories.
30521
30522 2000-12-29  Paul Eggert  <eggert@twinsun.com>
30523
30524         * lib/modechange.c: Do not assume that mode_t uses the
30525         traditional octal encoding.  E.g. "chmod 1 FOO" should set
30526         the other-execute bit of FOO even if S_IXOTH != 1.
30527
30528         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
30529         WOTH, XOTH, ALLM): New macros.
30530         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
30531          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
30532         Use them.
30533         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
30534         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
30535         (mode_compile):
30536         No need to use uintmax_t; unsigned long is long enough.
30537         Don't bother to get suffix since we don't use it.
30538
30539 2000-12-26  Jim Meyering  <meyering@lucent.com>
30540
30541         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
30542         better with autoheader.
30543
30544 2000-12-24  Jim Meyering  <meyering@lucent.com>
30545
30546         * lib/hash.c (is_prime): Return explicit boolean values.
30547         (hash_get_first): Return NULL to appease Irix5.6's 89.
30548         Reported by Nelson Beebe.
30549
30550 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
30551
30552         * lib/localcharset.c (locale_charset): Add support for Win32.
30553
30554 2000-12-18  Paul Eggert  <eggert@twinsun.com>
30555
30556         * lib/physmem.h, lib/physmem.c: New files.
30557
30558         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
30559         (noinst_HEADERS): Add physmem.h.
30560
30561         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
30562         't' for compatibility with Solaris 8 sort.
30563
30564 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
30565
30566         * lib/config.charset: Add support for BeOS.
30567
30568 2000-12-17  Jim Meyering  <meyering@lucent.com>
30569
30570         * m4/dos.m4 (jm_AC_DOS): New file and macro.
30571         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
30572
30573 2000-12-16  Jim Meyering  <meyering@lucent.com>
30574
30575         This bug had a serious impact on chown: `chown N:M FILE' (for integer
30576         N and M) would have treated it like `chown N:N FILE'.
30577
30578         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
30579
30580 2000-12-16  Jim Meyering  <meyering@lucent.com>
30581
30582         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
30583         SHELLS_FILE to a file name that's useful on djgpp systems.
30584         Include stdlib.h.
30585         (ADDITIONAL_DEFAULT_SHELLS): Define.
30586         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
30587         Based mostly on a patch from Prashant TR.
30588
30589 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
30590
30591         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
30592         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
30593         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
30594
30595 2000-12-08  Andreas Schwab  <schwab@suse.de>
30596
30597         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
30598         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
30599
30600 2000-12-07  Jim Meyering  <meyering@lucent.com>
30601
30602         * lib/stripslash.c (ISSLASH): Define.
30603         (strip_trailing_slashes): Use ISSLASH rather than comparing against
30604         `/'.
30605         From Prashant TR.
30606
30607         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
30608         (dir_name_r): Declare this function as static.
30609         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
30610         manifest itself on a name containing a mix of slashes and
30611         backslashes.
30612         Make this function work with names starting with a DOS-style
30613         drive letter and colon prefix.
30614         (dir_name): Append `.' if necessary.
30615         Based mostly on patches from Prashant TR and Eli Zaretskii.
30616
30617         * lib/dirname.h (dir_name_r): Remove prototype.
30618
30619 2000-12-06  Paul Eggert  <eggert@twinsun.com>
30620
30621         * m4/off_t-format.m4: Remove this file.
30622         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
30623
30624 2000-12-06  Jim Meyering  <meyering@lucent.com>
30625
30626         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
30627         replacement strtoull, we may well need the replacement strtoul, too.
30628         Check for declarations of strtoul and strtoull.
30629         Check for strtol.  Mainly as a cue to cause automake to include
30630         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
30631         Check for limits.h -- strtol.c needs it.
30632
30633 2000-12-05  Jim Meyering  <meyering@lucent.com>
30634
30635         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
30636
30637 2000-12-04  Jim Meyering  <meyering@lucent.com>
30638
30639         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
30640         Also include memory.h, stdlib.h, unistd.h if appropriate.
30641         Reported by Andreas Jaeger (conflicting declaration of malloc).
30642
30643 2000-12-02  Jim Meyering  <meyering@lucent.com>
30644
30645         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
30646         * m4/jm-macros.m4 (jm_MACROS): require it.
30647
30648 2000-12-02  Jim Meyering  <meyering@lucent.com>
30649
30650         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
30651
30652 2000-12-01  Paul Eggert  <eggert@twinsun.com>
30653
30654         * lib/memrchr.c: Include <config.h> before any system include file.
30655
30656 2000-11-30  Jim Meyering  <meyering@lucent.com>
30657
30658         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
30659
30660 2000-11-30  Jim Meyering  <meyering@lucent.com>
30661
30662         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
30663
30664 2000-11-29  Paul Eggert  <eggert@twinsun.com>
30665
30666         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
30667
30668 2000-11-26  Jim Meyering  <meyering@lucent.com>
30669
30670         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
30671
30672 2000-11-22  Paul Eggert  <eggert@twinsun.com>
30673
30674         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
30675         size of (size_t) -1; it's not portable.
30676
30677 2000-11-17  Jim Meyering  <meyering@lucent.com>
30678
30679         * lib/strstr.c: Update from GNU libc.
30680
30681 2000-11-17  Akim Demaille  <akim@epita.fr>
30682
30683         * lib/obstack.h: Formatting changes.
30684         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
30685         prevent type checking.
30686         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
30687         cast the value to (void *): assigning a `foo *' to a `void *'
30688         variable is valid.
30689         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
30690
30691 2000-11-16  Jim Meyering  <meyering@lucent.com>
30692
30693         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
30694
30695 2000-11-11  Jim Meyering  <meyering@lucent.com>
30696
30697         * lib/error.c: Add a couple #includes, merging from GNU libc version.
30698
30699 2000-11-10  Jim Meyering  <meyering@lucent.com>
30700
30701         * lib/obstack.h: Update from GNU libc.
30702         * lib/obstack.c: Likewise.
30703
30704 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
30705
30706         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
30707
30708 2000-11-06  Paul Eggert  <eggert@twinsun.com>
30709
30710         * lib/getusershell.c (setusershell): Use rewind rather than
30711         fseek/fseeko, to avoid configuration hassles with fseeko.
30712         Don't bother opening SHELLS_FILE if shellstream is NULL;
30713         it's not necessary.
30714
30715 2000-11-05  Jim Meyering  <meyering@lucent.com>
30716
30717         * lib/makepath.h (make_dir): Declare.
30718         * lib/makepath.c (make_dir): Remove `static' attribute.
30719         Tweak a comment.
30720
30721 2000-11-04  Jim Meyering  <meyering@lucent.com>
30722
30723         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
30724
30725 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
30726
30727         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
30728         last one in a bucket, advance to the next bucket.
30729
30730 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
30731
30732         * lib/fnmatch.c: Do not comment out all the code if we are using
30733         the GNU C library, because in some cases we are replacing buggy
30734         code in the GNU C library itself.
30735
30736 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
30737
30738         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
30739         (regex_compile): Catch bogus \(\1\).
30740
30741 2000-10-30  Paul Eggert  <eggert@twinsun.com>
30742
30743         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
30744         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
30745         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
30746
30747 2000-10-30  Paul Eggert  <eggert@twinsun.com>
30748
30749         * lib/error.h, getline.h, modechange.h:
30750         Remove "2000" from Copyright line, as the file hasn't been
30751         changed this year other than in the copyright notice.
30752
30753         * lib/xalloc.h: Add "2000" to Copyright line, as this file
30754         was changed this year.
30755
30756 2000-10-29  Jim Meyering  <meyering@lucent.com>
30757
30758         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
30759         renaming.
30760         * m4/ls-mntd-fs.m4: Likewise
30761
30762 2000-10-29  Jim Meyering  <meyering@lucent.com>
30763
30764         * lib/xstat.in: Fix grammar in comment.
30765
30766 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
30767
30768         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
30769         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
30770         doesn't define __restrict_arr.
30771
30772 2000-10-28  Jim Meyering  <meyering@lucent.com>
30773
30774         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
30775         (jm_PREREQ_MEMCHR): New function.
30776
30777 2000-10-28  Jim Meyering  <meyering@lucent.com>
30778
30779         * lib/memchr.c: Update from libc.
30780         Adjust for portability:
30781         [HAVE_STDLIB_H]: Include stdlib.h.
30782         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
30783         Undef __memchr, too.
30784         [!weak_alias]: Define __memchr to memchr.
30785
30786         * lib/regex.c: Update from libc.
30787         * lib/regex.h: Likewise.
30788         * lib/getopt1.c: Likewise.
30789         * lib/memcmp.c: Likewise.
30790
30791         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
30792         Avoid using fseek, when possible -- it's broken by design.
30793         Patch by Ulrich Drepper.
30794
30795 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
30796
30797         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
30798         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
30799         Giving in to popular pressure to shut up the compiler with casts.
30800
30801 2000-10-26  Jim Meyering  <meyering@lucent.com>
30802
30803         * lib/strftime.c: Update from libc.
30804
30805 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
30806
30807         * regex.c: More `unsigned char' -> `re_char' changes.
30808         Also change several `int' into `re_wchar_t'.
30809         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
30810         (PUSH_FAILURE_POINTER): Don't cast any more.
30811         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
30812         We want GCC to complain, since this piece of code makes
30813         re_match non-reentrant, which *should* be fixed.
30814         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
30815         (EXTEND_BUFFER): Use RETALLOC.
30816         (SET_LIST_BIT): Don't cast.
30817         (re_wchar_t): New type.
30818         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
30819         that those two functions will always properly return.
30820         (IMMEDIATE_QUIT_CHECK): Cast to void.
30821         (analyse_first): Use recursion rather than an explicit stack.
30822         (re_compile_fastmap): Can't fail anymore.
30823         (re_search_2): Don't check re_compile_fastmap for failure.
30824         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
30825         Now also sets the new value (passed in a new argument).
30826         (re_match_2_internal): Use it.
30827         Also, use a new var `reg' of type size_t when looping through regs
30828         rather than reuse the inappropriate `mcnt'.
30829
30830 2000-10-25  Jim Meyering  <meyering@lucent.com>
30831
30832         * lib/obstack.c: Update from libc.
30833
30834 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
30835
30836         * regex.c (regex_compile): Change the way of handling a range from
30837         a char less than 256 to a char not less than 256.
30838
30839 2000-10-24  Andrew Innes  <andrewi@gnu.org>
30840
30841         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
30842         NT-Emacs only.
30843         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
30844         so that re_search functions only quit when callers expect them to.
30845
30846 2000-10-23  Jim Meyering  <meyering@lucent.com>
30847
30848         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
30849         wrong.  That set_locale call must not have any side effects.
30850         From Paul Eggert.
30851
30852 2000-10-22  Jim Meyering  <meyering@lucent.com>
30853
30854         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
30855         [CYCLIC]: Remove now-unused definition.
30856
30857         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
30858         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
30859         Suggestion from Ulrich Drepper.
30860
30861 2000-10-21  Jim Meyering  <meyering@lucent.com>
30862
30863         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
30864         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
30865         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
30866
30867 2000-10-21  Jim Meyering  <meyering@lucent.com>
30868
30869         * lib/dirname.c (memrchr): Declare if necessary.
30870         (dir_name): Remove the restriction that there be no
30871         trailing slashes.  Now, this code skips past them, effectively
30872         ignoring them.
30873         [TEST_DIRNAME] (main): New unit tests.
30874
30875         * lib/memrchr.c: New file from GNU libc.
30876         Undef __memrchr, too.
30877         [!weak_alias]: Define __memrchr to memrchr.
30878         Guard weak_alias use with `#ifdef weak_alias'.
30879
30880 2000-10-21  Jim Meyering  <meyering@lucent.com>
30881
30882         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
30883         (dir_name): Use dir_name_r.
30884         * lib/dirname.h (dir_name_r): Declare it.
30885
30886 2000-10-17  Jim Meyering  <meyering@lucent.com>
30887
30888         * lib/quote.h (PARAMS): Define and use.
30889         Reported by Akim Demaille.
30890
30891         * lib/getopt.c: Update from libc.
30892
30893 2000-10-16  Jim Meyering  <meyering@lucent.com>
30894
30895         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
30896         setlocale.
30897         From Jan Fedak.
30898
30899 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
30900
30901         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
30902
30903 2000-09-25  Jim Meyering  <meyering@lucent.com>
30904
30905         * lib/md5.h (rol): Define (from GnuPG).
30906
30907         * lib/sha.c: Give credit (GnuPG) where due.
30908         (M): Use rol rather than open-coding it.
30909         Add a FIXME comment.
30910
30911 2000-09-21  Jim Meyering  <meyering@lucent.com>
30912
30913         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
30914         Reported by Michael Stone.
30915
30916 2000-09-20  Jim Meyering  <meyering@lucent.com>
30917
30918         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
30919         (noinst_HEADERS): Add sha.h.
30920         Based on code from Scott G. Miller and from GnuPG.
30921
30922 2000-09-18  Jim Meyering  <meyering@lucent.com>
30923
30924         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
30925         LIBS. Otherwise, everyone ends up linking with -lelf for some
30926         configurations.
30927         Reported by Mike Stone.
30928
30929 2000-09-15  Jim Meyering  <meyering@lucent.com>
30930
30931         * lib/regex.c: Update from libc.
30932
30933 2000-09-10  Jim Meyering  <meyering@lucent.com>
30934
30935         * lib/getopt.c (_getopt_internal): Update from glibc.
30936
30937 2000-09-09  Jim Meyering  <meyering@lucent.com>
30938
30939         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
30940         think it should be used as a general replacement for isascii.
30941         * lib/fnmatch.c: Likewise.
30942         * lib/mbswidth.c: Likewise
30943         * lib/regex.c: Likewise.
30944
30945         Don't use atoi.
30946         * lib/userspec.c: Include sys/param.h and limits.h.
30947         Include xstrtol.h.
30948         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
30949         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
30950         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
30951         UID, GID.  Check range.
30952
30953 2000-09-06  Jim Meyering  <meyering@lucent.com>
30954
30955         * lib/getopt.c (_getopt_internal): Update from glibc.
30956
30957 2000-08-30  Jim Meyering  <meyering@lucent.com>
30958
30959         * lib/strftime.c: Merge in changes from GNU libc.
30960
30961 2000-08-26  Jim Meyering  <meyering@lucent.com>
30962
30963         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
30964         * m4/fpending.m4: New file.
30965
30966 2000-08-26  Jim Meyering  <meyering@lucent.com>
30967
30968         * lib/closeout.c: Include "__fpending.h".
30969         (close_stdout_status): Return right away if there's nothing to flush.
30970
30971         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
30972         * lib/__fpending.c: New file.
30973         * lib/__fpending.h: New file.
30974
30975 2000-08-20  Jim Meyering  <meyering@lucent.com>
30976
30977         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
30978         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
30979         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
30980
30981 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
30982
30983         Improve fileutils installation on systems where running
30984         programs (like install) can't be unlinked.
30985         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
30986         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
30987
30988 2000-08-07  Paul Eggert  <eggert@twinsun.com>
30989
30990         Standardize on "memory exhausted" instead of "Memory exhausted"
30991         or "virtual memory exhausted".
30992         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
30993         "virtual memory exhausted".
30994         * lib/same.c (same_name): Invoke xalloc_die instead of printing
30995         our own message.
30996         * lib/userspec.c (parse_user_spec): Likewise.
30997         * lib/bumpalloc.h: comment fix
30998         * lib/same.c, userspec.c: Include xalloc.h.
30999
31000         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
31001         not char *const and pointing to a constant array.
31002         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
31003         (xrealloc): Comment fix.
31004
31005         * lib/userspec.c (parse_user_spec):
31006         Don't translate a message until just before returning,
31007         to avoid unnecessary translation.
31008
31009 2000-08-07  Jim Meyering  <meyering@lucent.com>
31010
31011         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
31012         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
31013         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
31014         getgroups.c, gethostname.c, getopt.h, group-member.c,
31015         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
31016         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
31017         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
31018         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
31019         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
31020         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
31021         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
31022         yesno.c: Back out Copyright date changes for each file with no change
31023         this year.  This eases coordination with other programs using the same
31024         source code modules.  From Paul Eggert.
31025
31026 2000-08-06  Paul Eggert  <eggert@twinsun.com>
31027
31028         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
31029         not char, for compatibility with glibc 2.1.3 strftime.c.
31030
31031 2000-08-03  Greg McGary  <greg@mcgary.org>
31032
31033         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
31034         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
31035         (EXTEND_BUFFER): Use them.
31036
31037 2000-08-01  Jim Meyering  <meyering@lucent.com>
31038
31039         * lib/dirname.c (ISSLASH): Define.
31040         (BACKSLASH_IS_PATH_SEPARATOR): Define.
31041         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
31042         both `\' and `/' may be use as path separators.
31043         Based on a patch from Prashant TR.
31044
31045 2000-07-31  Paul Eggert  <eggert@twinsun.com>
31046
31047         * lib/quotearg.c (quotearg_n_options): Don't make the initial
31048         slot vector a constant, since it might get modified.
31049
31050 2000-07-31  Jim Meyering  <meyering@lucent.com>
31051
31052         * lib/xmalloc.c: Use `virtual memory exhausted', not
31053         `Memory exhausted'.
31054         * lib/obstack.c (print_and_abort): Likewise.
31055
31056 2000-07-30  Paul Eggert  <eggert@twinsun.com>
31057
31058         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
31059         buffer, so that the caller can always quote one small
31060         component of a "memory exhausted" message in slot 0.
31061         From a suggestion by Jim Meyering.
31062
31063 2000-07-30  Jim Meyering  <meyering@lucent.com>
31064
31065         * lib/makepath.c (make_path): Quote the other instance, too.
31066
31067         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
31068         (STATIC_BUF_SIZE): Define.
31069         (quotearg_n_options): Use only statically allocated storage when
31070         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
31071         than STATIC_BUF_SIZE.
31072
31073 2000-07-29  Jim Meyering  <meyering@lucent.com>
31074
31075         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
31076         * lib/dirname.c (dir_name): Likewise.
31077
31078         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
31079         `/'.
31080
31081         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
31082         (dir_name): Assert that there are no trailing slashes.
31083
31084 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
31085
31086         * lib/mbswidth.h (mbswidth): Add a flags argument.
31087         (mbswidth): New declaration.
31088         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
31089         * lib/mbswidth.c (mbswidth): Add a flags argument.
31090         (mbsnwidth): New function.
31091
31092 2000-07-24  Jim Meyering  <meyering@lucent.com>
31093
31094         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
31095
31096 2000-07-23  Paul Eggert  <eggert@twinsun.com>
31097
31098         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
31099
31100 2000-07-23  Paul Eggert  <eggert@twinsun.com>
31101
31102         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
31103         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
31104         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
31105         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
31106         invoke multibyte primitives.
31107
31108 2000-07-23  Paul Eggert  <eggert@twinsun.com>
31109
31110         * lib/quotearg.c:
31111         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
31112         so that mbstate_t is always defined.
31113
31114         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
31115         be 1 in at least one GCC installation, and this configuration
31116         error is likely to be common.  Ignoring MB_LEN_MAX hurts
31117         performance on hosts that have mbrtowc but have only unibyte
31118         locales, but I assume these hosts are rare.
31119
31120 2000-07-23  Paul Eggert  <eggert@twinsun.com>
31121
31122         * lib/mbswidth.c (_XOPEN_SOURCE):
31123         Don't define; this causes problems on Solaris 7.
31124         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
31125
31126 2000-07-23  Jim Meyering  <meyering@lucent.com>
31127
31128         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
31129         too: getgrgid, getpwuid, getuid.
31130
31131 2000-07-23  Jim Meyering  <meyering@lucent.com>
31132
31133         * lib/basename.c (base_name): Add an assertion.
31134
31135 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
31136
31137         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
31138         shadow its mbsinit function.
31139
31140 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
31141
31142         * lib/mbswidth.h: New file.
31143         * lib/mbswidth.c: New file.
31144         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
31145         (noinst_HEADERS): Add mbswidth.h.
31146
31147 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
31148
31149         * lib/config.charset: Add support for FreeBSD. Improve support for
31150         HP-UX and IRIX 6.
31151
31152 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
31153
31154         * m4/mbswidth.m4: New file.
31155         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
31156
31157 2000-07-15  Jim Meyering  <meyering@lucent.com>
31158
31159         * lib/makepath.c: Include quote.h.
31160         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
31161         corresponding argument in a `quote (...)' call.
31162         Give better diagnostics.
31163
31164         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
31165         (noinst_HEADERS): Add quote.h.
31166
31167         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
31168         from tar's src/misc.c.
31169         * lib/quote.h: New file.  Prototypes for same.
31170
31171 2000-07-14  Paul Eggert  <eggert@twinsun.com>
31172
31173         From a suggestion by Bruno Haible.
31174         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
31175         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
31176         to decide whether to define the BeOS workaround macro;
31177         this adjusts to the change to AC_MBSTATE_T.
31178
31179 2000-07-14  Jim Meyering  <meyering@lucent.com>
31180
31181         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
31182         jm_AC_TYPE_UINTMAX_T.
31183
31184 2000-07-13  Paul Eggert  <eggert@twinsun.com>
31185
31186         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
31187
31188         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
31189         quotearg_buffer_restyled): Add support for
31190         clocale_quoting_style.  Undo previous change to
31191         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
31192         and "{RIGHT QUOTATION MARK}" msgids.
31193
31194 2000-07-10  Paul Eggert  <eggert@twinsun.com>
31195
31196         From a suggestion by Bruno Haible.
31197         * m4/mbstate_t.m4 (AC_MBSTATE_T):
31198         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
31199         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
31200         and mbstate_t, to a single-part test that simply defines mbstate_t.
31201         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
31202         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
31203
31204 2000-07-10  Jim Meyering  <meyering@lucent.com>
31205
31206         * m4/strerror_r.m4: Mirror the correction made in autoconf.
31207
31208         * m4/gnu-source.m4: Output to confdefs.h directly.
31209         Suggestion from Akim Demaille.
31210
31211 2000-07-09  Paul Eggert  <eggert@twinsun.com>
31212
31213         The old behavior of quoting `like this' doesn't look good with
31214         newer, ISO-style fonts.  See:
31215         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
31216
31217         Instead, quote "like this" by default.  Let the translator
31218         tailor the locale-specific quoting behavior by providing
31219         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
31220
31221         * lib/quotearg.c (N_): New macro.
31222         (gettext_default): New function.
31223         (quotearg_buffer_restyled): Use
31224         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
31225         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
31226
31227 2000-07-09  Jim Meyering  <meyering@lucent.com>
31228
31229         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
31230         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
31231
31232         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
31233         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
31234
31235 2000-07-09  Jim Meyering  <meyering@lucent.com>
31236
31237         * lib/Most files: Update copyright dates to include 2000.
31238
31239 2000-07-08  Jim Meyering  <meyering@lucent.com>
31240
31241         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
31242         if not defined.
31243         (xgethostname): Remove now-unnecessary #ifdef.
31244         Move declaration of `err' into loop where it's used.
31245
31246 2000-07-05  Paul Eggert  <eggert@twinsun.com>
31247         and Bruno Haible  <haible@clisp.cons.org>
31248
31249         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
31250         only if the test for an object-type mbstate_t fails.  This
31251         prevents us from mistakenly reporting that mbstate_t is a
31252         system object type after we "#define mbstate_t int" to work
31253         around its lack.
31254
31255 2000-07-05  Paul Eggert  <eggert@twinsun.com>
31256         and Bruno Haible  <haible@clisp.cons.org>
31257
31258         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
31259
31260 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
31261
31262         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
31263         to strerror_r.
31264         Include <ctype.h> for use of isalpha.
31265
31266 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
31267
31268         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
31269         by allocating a larger buffer. Test the gethostname return value for
31270         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
31271         returns an error and ENAMETOOLONG isn't defined.
31272
31273 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
31274
31275         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
31276         dimension.
31277
31278 2000-07-04  Jim Meyering  <meyering@lucent.com>
31279
31280         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
31281         of the deprecated AC_CHECKING.
31282
31283 2000-07-04  Jim Meyering  <meyering@lucent.com>
31284
31285         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
31286         Reported by Bruno Haible.
31287
31288 2000-07-04  Jim Meyering  <meyering@lucent.com>
31289
31290         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
31291         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
31292         lacks mbrtowc.
31293
31294 2000-07-03  Paul Eggert  <eggert@twinsun.com>
31295
31296         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
31297         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
31298
31299 2000-07-03  Paul Eggert  <eggert@twinsun.com>
31300         and Bruno Haible  <haible@clisp.cons.org>
31301
31302         * lib/quotearg.c (mbrtowc):
31303         Assign to *pwc, and return 1 only if result is nonzero.
31304         (iswprint): Use ISPRINT when substituting our own mbrtowc.
31305
31306 2000-07-03  Jim Meyering  <meyering@lucent.com>
31307
31308         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
31309
31310 2000-07-03  Jim Meyering  <meyering@lucent.com>
31311
31312         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
31313         This is necessary to get a definition of e.g., UTMP_FILE on
31314         HP-UX 10.20.
31315         From Bob Proulx.
31316
31317 2000-07-02  Jim Meyering  <meyering@lucent.com>
31318
31319         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
31320
31321         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
31322         AC_LIBOBJ(function_name).
31323         * m4/chown.m4: Likewise.
31324         * m4/fnmatch.m4: Likewise.
31325         * m4/ftruncate.m4: Likewise.
31326         * m4/getgroups.m4: Likewise.
31327         * m4/getline.m4: Likewise.
31328         * m4/group-member.m4: Likewise.
31329         * m4/jm-macros.m4: Likewise.
31330         * m4/lstat.m4: Likewise.
31331         * m4/malloc.m4: Likewise.
31332         * m4/memcmp.m4: Likewise.
31333         * m4/nanosleep.m4: Likewise.
31334         * m4/putenv.m4: Likewise.
31335         * m4/realloc.m4: Likewise.
31336         * m4/regex.m4: Likewise.
31337         * m4/stat.m4: Likewise.
31338         * m4/strftime.m4: Likewise.
31339
31340 2000-07-02  Jim Meyering  <meyering@lucent.com>
31341
31342         * lib/quotearg.c (mbstate_t): Don't define here.
31343
31344 2000-07-02  Jim Meyering  <meyering@lucent.com>
31345
31346         * lib/nanosleep.c (SIGCONT): Define if not already defined.
31347
31348 2000-07-01  Jim Meyering  <meyering@lucent.com>
31349
31350         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
31351
31352 2000-07-01  Jim Meyering  <meyering@lucent.com>
31353
31354         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
31355         problem.
31356
31357 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
31358
31359         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
31360         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
31361
31362 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
31363
31364         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
31365         per change in ../m4/ls-mntd-fs.m4.
31366         (read_filesystem_list): Ignore symbolic links.
31367
31368 2000-06-29  Jim Meyering  <meyering@lucent.com>
31369
31370         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
31371         for declaration of strcmp.
31372
31373         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
31374
31375         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
31376         Avoid warning by casting result to `char *' to remove `const'.
31377
31378 2000-06-28  Jim Meyering  <meyering@lucent.com>
31379
31380         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
31381         included by quotearg.c, for which we perform this test.  From
31382         Bruno Haible.
31383
31384 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
31385
31386         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
31387         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
31388         <utmpx.h> exists, put readutmp.o into LIBOBJS.
31389
31390 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
31391
31392         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
31393
31394 2000-06-26  Paul Eggert  <eggert@twinsun.com>
31395
31396         savedir now sets errno on failure and invokes xmalloc to get memory.
31397         Fix a couple of other minor bugs while we're at it.
31398
31399         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
31400         (NAMLEN): Remove macro.
31401         (malloc, realloc): Remove decls.
31402         (stpcpy): Likewise.
31403         ("xalloc.h"): Include.
31404         (NAME_SIZE_DEFAULT): New macro.
31405         (savedir): Use xmalloc / xrealloc to allocate memory.
31406         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
31407         Skip "" directory entries.
31408         Use strlen to calculate directory entry length, since the old method
31409         is rarely used these days and isn't worth supporting.
31410         Don't use a pointer after freeing it.
31411         Check for integer overflow when calculating allocation size.
31412         Use memcpy to copy entries, instead of stpcpy.
31413         Set errno properly when returning NULL.
31414         Check for readdir error.
31415
31416 2000-06-26  Jim Meyering  <meyering@lucent.com>
31417
31418         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
31419
31420 2000-06-25  Jim Meyering  <meyering@lucent.com>
31421
31422         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
31423         Linux header bug when _XOPEN_SOURCE is defined to 500.
31424
31425 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
31426
31427         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
31428         deficiency.
31429
31430 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
31431
31432         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
31433         Include xalloc.h.
31434         Don't include <stdlib.h>.  Don't declare malloc, realloc.
31435
31436 2000-06-24  Jim Meyering  <meyering@lucent.com>
31437
31438         * m4/strerror_r.m4: Revive this file -- to try out an experimental
31439         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
31440         for which strerror does return char*, but which lacks a conveniently
31441         accessible declaration of the function.  If the compile-test says
31442         strerror_r doesn't work, then resort to a `run'-test that works on
31443         BeOS and segfaults on DEC Unix.
31444
31445 2000-06-24  Jim Meyering  <meyering@lucent.com>
31446
31447         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
31448
31449 2000-06-23  Paul Eggert  <eggert@twinsun.com>
31450
31451         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
31452         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
31453
31454 2000-06-23  Paul Eggert  <eggert@twinsun.com>
31455
31456         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
31457         (mbrtowc, mbstate_t): Define substitutes if
31458         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
31459         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
31460         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
31461
31462 2000-06-23  Jim Meyering  <meyering@lucent.com>
31463
31464         * m4/afs.m4: Add missing AC_MSG_RESULT.
31465         Reported by Bruno Haible.
31466
31467         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
31468         Suggestion from Bruno Haible.
31469
31470 2000-06-23  Jim Meyering  <meyering@lucent.com>
31471
31472         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
31473
31474 2000-06-21  Jim Meyering  <meyering@lucent.com>
31475
31476         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
31477
31478 2000-06-21  Jim Meyering  <meyering@lucent.com>
31479
31480         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
31481         (noinst_HEADERS): Add getstr.h.
31482
31483         * lib/getline.c (getstr): Move into a separate file.
31484         * lib/getstr.c (getstr): New file, extracted from getline.c, with
31485         the following changes: new parameter, delim2; both delim[12]
31486         parameters have type `int', not `char'.  The latter would lose
31487         with 8-bit delimiters.
31488         * lib/getstr.h: New file.
31489
31490 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
31491
31492         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
31493         than 1024, return a memory chunk of least possible size, instead
31494         of size PATH_MAX + 2. In the loop, increment the size proportionally.
31495         Use free/xmalloc instead of xrealloc to avoid copying for very long
31496         paths.
31497
31498 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
31499
31500         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
31501         the empty string.
31502
31503 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
31504
31505         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
31506         address, not strdup.  Include <stdlib.h> and don't declare free().
31507
31508 2000-06-19  Jim Meyering  <meyering@lucent.com>
31509
31510         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
31511
31512 2000-06-18  Jim Meyering  <meyering@lucent.com>
31513
31514         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
31515
31516         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
31517         `checking whether...' message to be consistent with that of the
31518         lstat test.
31519
31520 2000-06-18  Jim Meyering  <meyering@lucent.com>
31521
31522         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
31523         Besides, these days every porting target provides a mkdir function.
31524
31525         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
31526         needed. (this snippet comes from src/system.h).
31527
31528 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
31529
31530         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
31531
31532 2000-06-15  Paul Eggert  <eggert@twinsun.com>
31533
31534         * lib/human.c (adjust_value): New function.
31535         (human_readable_inexact): Apply rounding style even when
31536         printing approximate values.
31537
31538 2000-06-14  Paul Eggert  <eggert@twinsun.com>
31539
31540         * lib/human.c (human_readable_inexact): Allow an input block
31541         size that is not a multiple of the output block size, and vice versa.
31542         Reported by Piergiorgio Sartor.
31543
31544 2000-06-14  Paul Eggert  <eggert@twinsun.com>
31545
31546         * lib/getdate.y (get_date): Apply relative times after time
31547         zone indicator, not before.  Reported by Todd A. Jacobs.
31548
31549 2000-06-13  Jim Meyering  <meyering@lucent.com>
31550
31551         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
31552
31553         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
31554
31555 2000-06-12  Paul Eggert  <eggert@twinsun.com>
31556
31557         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
31558
31559 2000-06-12  Jim Meyering  <meyering@lucent.com>
31560
31561         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
31562         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
31563         optional argument.
31564         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
31565         the optional argument, `lib'.
31566
31567 2000-06-08  Jim Meyering  <meyering@lucent.com>
31568
31569         * m4/largefile.m4: Remove file (now that it's part of autoconf).
31570
31571 2000-06-04  Paul Eggert  <eggert@twinsun.com>
31572
31573         Rewrite largefile configuration so that we don't need to run
31574         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
31575         AC_CANONICAL_HOST in configure.in -- jmm]
31576
31577         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
31578         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
31579         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
31580         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
31581         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
31582         All uses changed.
31583         Instead of inspecting the output of getconf, try to compile the
31584         test program without and with the macro definition.
31585         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
31586         for getconf.  Instead, check for the needed flags by compiling
31587         test programs.
31588
31589 2000-06-04  Paul Eggert  <eggert@twinsun.com>
31590
31591         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
31592
31593 2000-06-04  Jim Meyering  <meyering@lucent.com>
31594
31595         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
31596         SunOS 4.1.4 for which gid_t is an unsigned type.
31597
31598 2000-06-03  Jim Meyering  <meyering@lucent.com>
31599
31600         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
31601         now that autoconf requires that.
31602
31603         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
31604         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
31605         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
31606
31607 2000-06-03  Jim Meyering  <meyering@lucent.com>
31608
31609         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
31610
31611 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
31612
31613         * m4/glibc21.m4: New file.
31614         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
31615
31616 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
31617
31618         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
31619         newer, don't install charset.alias.
31620         * lib/config.charset: Change the Linux/glibc rules so they become empty
31621         on glibc-2.1 or newer.
31622
31623 2000-06-02  Jim Meyering  <meyering@lucent.com>
31624
31625         * lib/mountlist.c: Back out last change.  Instead, do this...
31626         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
31627         me_dummy member using the same `ignore'-testing code.
31628         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
31629         fs_type strings.
31630         From Mark D. Roth.
31631
31632 2000-05-29  Jim Meyering  <meyering@lucent.com>
31633
31634         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
31635         mounts with the `ignore' attribute.  Based on a patch from
31636         Mark D. Roth.
31637
31638 2000-05-28  Jim Meyering  <meyering@lucent.com>
31639
31640         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
31641         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
31642         * m4/stat.m4: Likewise.
31643         * m4/lstat.m4: Likewise.
31644         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
31645
31646         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
31647         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
31648
31649 2000-05-26  Jim Meyering  <meyering@lucent.com>
31650
31651         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
31652
31653 2000-05-24  Jim Meyering  <meyering@lucent.com>
31654
31655         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
31656         autoconf requires that.
31657         * m4/lib-check.m4: Likewise.
31658         * m4/jm-macros.m4: Likewise.
31659         * m4/strftime.m4: Likewise.
31660
31661         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
31662         AC_CHECK_DECLS, now that autoconf requires that.
31663
31664 2000-05-22  Jim Meyering  <meyering@lucent.com>
31665
31666         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
31667         * m4/lstat.m4: Likewise.
31668
31669 2000-05-22  Jim Meyering  <meyering@lucent.com>
31670
31671         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
31672
31673 2000-05-20  Jim Meyering  <meyering@lucent.com>
31674
31675         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
31676         (jm_PREREQ): Use it.
31677
31678 2000-05-18  Jim Meyering  <meyering@lucent.com>
31679
31680         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
31681         back, too, since it may have been modified by allocate_entry.
31682         (hash_delete): Rewrite to use neither the assignment operator
31683         nor the comma operator in an if-expression.
31684
31685 2000-05-15  Paul Eggert  <eggert@twinsun.com>
31686
31687         * lib/closeout.c:
31688         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
31689         Remove; no longer needed.
31690         "quotearg.h": Add include.
31691         (file_name): Do not bother to explicitly initialize to NULL; it's less
31692         efficient on some hosts.
31693         (close_stdout_status): Remove test as to whether stdout was already
31694         closed; it breaks for the case "echo x | sort >&-".
31695         Quote file name colons.
31696         Do not assume that _("write error") lacks format strings.
31697
31698 2000-05-15  Jim Meyering  <meyering@lucent.com>
31699
31700         * lib/version-etc.c (version_etc_copyright): Update the copyright
31701         string used in all --version output.
31702
31703 2000-05-14  Jim Meyering  <meyering@lucent.com>
31704
31705         * lib/closeout.c (close_stdout_set_file_name): New function.
31706         (close_stdout_status): Use new file-scoped global.
31707         Return right away if fstat says the stdout file descriptor is invalid.
31708         * lib/closeout.h (close_stdout_set_file_name): Declare.
31709
31710 2000-05-10  Jim Meyering  <meyering@lucent.com>
31711
31712         * lib/closeout.c [default_exit_status]: New file-scoped variable.
31713         (close_stdout_set_status): New function.
31714         * lib/closeout.h (close_stdout_set_status): Declare.
31715
31716 2000-05-09  Jim Meyering  <meyering@lucent.com>
31717
31718         * m4/gettext.m4: Rename this...
31719         * m4/libintl.m4: ...to this.
31720
31721 2000-05-08  Jim Meyering  <meyering@lucent.com>
31722
31723         * lib/long-options.c: Don't include closeout.h.
31724         (parse_long_options): Don't call close_stdout for --version.
31725
31726 2000-05-06  Paul Eggert  <eggert@twinsun.com>
31727
31728         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
31729         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
31730         2.1.3 bug.  This avoids a clash when files like regex.c define
31731         _GNU_SOURCE.
31732
31733 2000-05-06  Jim Meyering  <meyering@lucent.com>
31734
31735         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
31736         (AC_REPLACE_FUNCS): Add strnlen.
31737
31738         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
31739         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
31740
31741         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
31742         AC_SEARCH_LIBS call for nanosleep.
31743         (LIB_NANOSLEEP): Set and AC_SUBST.
31744
31745 2000-05-06  Jim Meyering  <meyering@lucent.com>
31746
31747         * lib/strnlen.c: Undefine __strnlen and strnlen.
31748         [!weak_alias]: Define __strnlen to strnlen.
31749
31750         * lib/atexit.c: New file, from libiberty.
31751
31752 2000-05-06  Jim Meyering  <meyering@lucent.com>
31753
31754         * lib/closeout.c (close_stdout_status): Also check for errors on the
31755         stderr stream.
31756
31757 2000-05-05  Jim Meyering  <meyering@lucent.com>
31758
31759         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
31760         AC_SEARCH_LIBS call for clock_gettime.
31761         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
31762
31763         * m4/search-libs.m4: Update from autoconf.
31764
31765         su doesn't work on Solaris 2.6.
31766         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
31767         <shadow.h>.  Reported by Dragos Harabor.
31768
31769 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
31770
31771         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
31772         memcpy instead of xmalloc, xrealloc, path_concat.
31773         (locale_charset): Treat empty environment variables as absent.
31774         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
31775
31776 2000-05-04  Jim Meyering  <meyering@lucent.com>
31777
31778         * lib/getopt.c: Update from glibc.
31779         * lib/obstack.c: Likewise.
31780         * lib/obstack.h: Likewise.
31781         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
31782         file
31783
31784         * lib/regex.h: Likewise.
31785         * lib/strndup.c: Likewise.
31786         * lib/strnlen.c: New file, from glibc.
31787
31788 2000-05-03  Jim Meyering  <meyering@lucent.com>
31789
31790         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
31791
31792 2000-05-02  Paul Eggert  <eggert@twinsun.com>
31793
31794         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
31795         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
31796         compile-time test, rather than inspecting host and OS, to
31797         decide whether to define _LARGEFILE_SOURCE.
31798
31799 2000-05-01  Jim Meyering  <meyering@lucent.com>
31800
31801         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
31802
31803         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
31804         Based on a patch from Bruno Haible.
31805
31806 2000-05-01  Jim Meyering  <meyering@lucent.com>
31807
31808         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
31809
31810 2000-04-29  Jim Meyering  <meyering@lucent.com>
31811
31812         * lib/path-concat.c: Declare strdup only if it's not defined.
31813         * lib/canon-host.c: Likewise.
31814
31815 2000-04-28  Jim Meyering  <meyering@lucent.com>
31816
31817         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
31818         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
31819         is included first, then limits.h is included by locale.h by libintl.h.
31820         From John David Anglin.
31821
31822 2000-04-25  Jim Meyering  <meyering@lucent.com>
31823
31824         * lib/makepath.c (S_IRWXUGO): Define.
31825         (make_path): Always perform explicit chmod if MODE specifies any
31826         of the `special' permission bits.  Prompted by a bug report against
31827         install from Mate Wierdl and Joost van Baal.
31828
31829 2000-04-18  Jim Meyering  <meyering@lucent.com>
31830
31831         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
31832         (jm_PREREQ): Use it.
31833
31834 2000-04-18  Jim Meyering  <meyering@lucent.com>
31835
31836         * lib/README: New file.
31837
31838         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
31839         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
31840
31841 2000-04-17  Jim Meyering  <meyering@lucent.com>
31842
31843         Get it right :-)
31844         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
31845         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
31846         Suggestion from Akim Demaille.
31847
31848 2000-04-17  Jim Meyering  <meyering@lucent.com>
31849
31850         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
31851         the definition of it to rpl_strftime also defined-away the system's
31852         declaration.
31853
31854 2000-04-15  Jim Meyering  <meyering@lucent.com>
31855
31856         Use `C' to denote so-called `contiguous' files, the same way
31857         that tar does.
31858         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
31859         (ftypelet): Use S_ISCTG.
31860         From Michael Deutschmann.
31861
31862 2000-04-14  Jim Meyering  <meyering@lucent.com>
31863
31864         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
31865         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
31866         clobbered.
31867
31868 2000-04-14  Jim Meyering  <meyering@lucent.com>
31869
31870         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
31871
31872 2000-04-13  Jim Meyering  <meyering@lucent.com>
31873
31874         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
31875         AH_VERBATIM to insert required #ifndef into config.h.in.
31876         Suggestion from Akim Demaille.
31877
31878 2000-04-12  Jim Meyering  <meyering@lucent.com>
31879
31880         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
31881         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
31882         Christian Krackowizer.
31883
31884         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
31885         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
31886         (AC_SYS_LARGEFILE): Require.
31887         (AM_C_PROTOTYPES): Require.
31888
31889 2000-04-08  Jim Meyering  <meyering@lucent.com>
31890
31891         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
31892         names don't conflict.  Reported by Eli Zaretskii.
31893
31894 2000-04-07  Jim Meyering  <meyering@lucent.com>
31895
31896         * lib/putenv.c: Move inclusion of errno.h so it follows that of
31897         sys/types.h, to work around system header problems on AIX 3.2.5.
31898         From Bruno Haible.
31899
31900 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
31901
31902         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
31903         bug.  Deal with the different error behavior of Irix iconv.
31904
31905 2000-04-05  Paul Eggert  <eggert@twinsun.com>
31906
31907         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
31908         IRIX if the installer said otherwise.
31909
31910 2000-04-05  Jim Meyering  <meyering@lucent.com>
31911
31912         Portability tweaks required for ultrix4.3.
31913         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
31914         (jm_CHECK_DECLS): Add getutent to the list of functions.
31915         (_jm_DECL_HEADERS): Add utmpx.h.
31916         From John David Anglin.
31917
31918         * m4/strftime.m4: Back out the 2000-04-02 change.
31919         Instead of that change, simply undefine putenv in the test program.
31920
31921 2000-04-05  Jim Meyering  <meyering@lucent.com>
31922
31923         Portability tweaks required for ultrix4.3.
31924         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
31925         getutent.
31926         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
31927         * lib/canon-host.c: Declare strdup.
31928         * lib/path-concat.c: Likewise.
31929         From John David Anglin.
31930
31931 2000-04-04  Jim Meyering  <meyering@lucent.com>
31932
31933         Be more DOS 8.3-friendly.
31934         * lib/ref-add.sin: Renamed from ref-add.sed.in.
31935         * lib/ref-del.sin: Renamed from ref-del.sed.in.
31936         * lib/Makefile.am: Reflect renaming.
31937         Reported by Eli Zaretskii.
31938
31939         Use a temporary file name that won't clash with `charset.alias'
31940         in the DOS 8.3 name space.
31941         * lib/Makefile.am (charset_tmp): Define.
31942         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
31943         (uninstall-local): Likewise.
31944         Reported by Eli Zaretskii.
31945
31946 2000-04-03  Jim Meyering  <meyering@lucent.com>
31947
31948         * m4/gettext.m4: Fix typo in comment.
31949
31950         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
31951         textutils/configure.in).  Suggestion from Paul Eggert.
31952         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
31953
31954 2000-04-02  Paul Eggert  <eggert@twinsun.com>
31955
31956         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
31957         variable in the shell rather than using putenv, which isn't
31958         portable.  This avoids the configure-time inter-test dependency
31959         on the potentially-renamed putenv function.
31960
31961 2000-03-30  Paul Eggert  <eggert@twinsun.com>
31962
31963         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
31964         before checking struct stat.st_blksize, so that
31965         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
31966
31967 2000-03-29  Paul Eggert  <eggert@twinsun.com>
31968
31969         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
31970         since strftime.c uses HAVE_STRFTIME to decide whether to use
31971         the underlying strftime.
31972
31973 2000-03-29  Paul Eggert  <eggert@twinsun.com>
31974
31975         * lib/time/strftime.c (my_strftime): Make sure we call the system
31976         strftime, not ourselves, when invoking the underlying strftime.
31977
31978 2000-03-24  Jim Meyering  <meyering@lucent.com>
31979
31980         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
31981         (charset_alias): Define.
31982         (install-exec-local): Factor out common code.
31983         (uninstall-local): Split lines longer than 80.
31984         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
31985         (SUFFIXES): Define.
31986         (.sed.in.sed): New rule.  Don't redirect directly to $@.
31987         (CLEANFILES): Add ref-add.sed and ref-del.sed.
31988
31989 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
31990
31991         * lib/config.charset: Output a line containing "Packages using this
31992         file".
31993         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
31994         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
31995         ref-del.sed): New rules.
31996
31997 2000-03-17  Jim Meyering  <meyering@lucent.com>
31998
31999         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
32000         Otherwise, include <strings.h>
32001
32002 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
32003
32004         * lib/unicodeio.c (utf8_wctomb): New function.
32005         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
32006         format instead of in UCS-4 with platform dependent endianness.
32007
32008 2000-03-10  Jim Meyering  <meyering@lucent.com>
32009
32010         * m4/lib-check.m4: Look for getspnam in -lgen, too.
32011         From Marco Franzen.
32012
32013 2000-03-07  Paul Eggert  <eggert@twinsun.com>
32014
32015         * lib/savedir.c (savedir): Work even if directory size is
32016         negative; this can happen with some screwy NFS configurations.
32017
32018 2000-03-06  Jim Meyering  <meyering@lucent.com>
32019
32020         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
32021         if it's NULL (because we ran out of memory).  From Bruno Haible.
32022
32023 2000-03-05  Jim Meyering  <meyering@lucent.com>
32024
32025         * lib/localcharset.c ("path-concat.h"): Include.
32026         (get_charset_aliases): Use path_concat instead of ANSI string
32027         concatenation.
32028
32029         * lib/unicodeio.h (PARAMS): Define.
32030         Use it to guard prototype.
32031
32032 2000-03-04  Jim Meyering  <meyering@lucent.com>
32033
32034         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
32035         for lib/localcharset.c.
32036
32037 2000-03-04  Jim Meyering  <meyering@lucent.com>
32038
32039         * lib/Makefile.am (install-exec-local): Create $(libdir) before
32040         installing into it.
32041         (uninstall-local): Uncomment this rule so `make distcheck' works
32042         once again.
32043
32044         * lib/unicodeio.c (<errno.h>): Include it.
32045         (errno): Declare if not defined.
32046
32047         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
32048
32049         * lib/config.charset: New version, incorporating remarks from a linux
32050         i18n mailing list.  From Bruno Haible.
32051
32052 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
32053
32054         * m4/codeset.m4: New file.
32055         * m4/iconv.m4: New file.
32056         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
32057
32058 2000-03-03  Jim Meyering  <meyering@lucent.com>
32059
32060         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
32061
32062 2000-03-02  Jim Meyering  <meyering@lucent.com>
32063
32064         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
32065         the messages come out on separate lines.
32066
32067         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
32068         rather than jm_CHECK_DECLARATIONS.
32069         * m4/decl.m4: Remove now-unused file.
32070
32071         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
32072         geteuid.
32073
32074 2000-03-02  Jim Meyering  <meyering@lucent.com>
32075
32076         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
32077
32078 2000-03-01  Jim Meyering  <meyering@lucent.com>
32079
32080         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
32081         * lib/unicodeio.c: Likewise.
32082
32083 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
32084
32085         * lib/config.charset: New file.
32086         * lib/localcharset.c: New file.
32087         * lib/unicodeio.h, lib/unicodeio.c: New files.
32088         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
32089         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
32090         (noinst_HEADERS): Add unicodeio.h.
32091         (all-local, install-exec-local, charset.alias): New targets.
32092
32093 2000-02-28  Paul Eggert  <eggert@twinsun.com>
32094
32095         * lib/quotearg.c (ALERT_CHAR): New macro.
32096         (quotearg_buffer_restyled): Use it.
32097
32098 2000-02-27  Jim Meyering  <meyering@lucent.com>
32099
32100         * m4/check-decl.m4: Add getenv to the list.
32101
32102 2000-02-27  Jim Meyering  <meyering@lucent.com>
32103
32104         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
32105         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
32106
32107         * lib/backupfile.c: Guard inclusion of stdlib.h with
32108         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
32109         Declare malloc if needed.
32110
32111         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
32112         `#ifndef HAVE_DECL..'
32113         now that autoconf always defines the HAVE_DECL_ symbols.
32114         * lib/human.c: Likewise.
32115         * lib/same.c: Likewise.
32116         * lib/strtoumax.c: Likewise.
32117
32118         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
32119         declaration check was not run.
32120         * lib/hash.c: Likewise.
32121         * lib/human.c: Likewise.
32122         * lib/same.c: Likewise.
32123         * lib/strtoumax.c: Likewise.
32124
32125         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
32126         `.', then first look up the entire `.'-containing string as a login
32127         name.
32128
32129 2000-02-23  Jim Meyering  <meyering@lucent.com>
32130
32131         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
32132         in place of my hack.
32133
32134 2000-02-18  Paul Eggert  <eggert@twinsun.com>
32135
32136         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
32137         (textint): New typedef.
32138         (parser_control): Member year changed from int to textint.
32139         All uses changed.
32140         (YYSTYPE): Removed; replaced by %union with int and textint members.
32141         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
32142         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
32143         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
32144         (tSNUMBER, tUNUMBER): Now of type <textintval>.
32145         (date, number, to_year): Use width of number in digits, not its value,
32146         to determine whether it's a 2-digit year, or a 2-digit time.
32147         (yylex): Store number of digits of numeric tokens.
32148         Reported by John Kendall.
32149
32150         (parser_control): Changed from struct parser_control to typedef (for
32151         consistency).  All uses changed.
32152
32153         (tID): Removed; not used.
32154         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
32155
32156 2000-02-14  Paul Eggert  <eggert@twinsun.com>
32157
32158         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
32159         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
32160
32161 2000-02-12  Jim Meyering  <meyering@lucent.com>
32162
32163         * lib/userspec.c (ISDIGIT): Define it.
32164         (isdigit): Remove definition.
32165         (is_number): Use ISDIGIT, not isdigit.
32166         <libintl.h>: Include.
32167         (_ and N_): Define.
32168         (parse_user_spec): Mark translatable strings.
32169
32170 2000-02-10  Jim Meyering  <meyering@lucent.com>
32171
32172         With these changes, nanosleep.[ch] are finally enough like the other
32173         lib/* replacement files to compile on a few more losing systems.
32174
32175         * lib/nanosleep.h: Don't include config.h.
32176         Remove prototype from declaration of nanosleep.
32177         (PARAMS): Remove now-unneeded definition.
32178         * lib/nanosleep.c: #undef nanosleep.
32179         (rpl_nanosleep): Rename from nanosleep.
32180
32181 2000-02-10  Jim Meyering  <meyering@lucent.com>
32182
32183         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
32184         gnu_nanosleep to rpl_nanosleep.
32185
32186 2000-02-09  Jim Meyering  <meyering@lucent.com>
32187
32188         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
32189         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
32190
32191 2000-02-08  Akim Demaille  <akim@epita.fr>
32192
32193         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
32194         `[' and `]' and remove uses of `changequote'.
32195         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
32196         (AC_SYS_LARGEFILE): Likewise.
32197         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
32198         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
32199         of changequote.
32200         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
32201         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
32202         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
32203         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
32204
32205 2000-02-05  Jim Meyering  <meyering@lucent.com>
32206
32207         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
32208         Remove explicit use of AC_HEADER_TIME.  It is required by
32209         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
32210         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
32211         in autoconf whereby the expansion of the latter ended up preceding
32212         the expansion of its prerequisite, AC_HEADER_TIME.
32213         Reported by Volker Borchert.
32214
32215 2000-02-03  Jim Meyering  <meyering@lucent.com>
32216
32217         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
32218
32219 2000-02-03  Jim Meyering  <meyering@lucent.com>
32220
32221         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
32222         rather than with `#if HAVE_UTMPNAME'.
32223
32224 2000-02-02  Jim Meyering  <meyering@lucent.com>
32225
32226         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
32227         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
32228         Reported by Eli Zaretskii.
32229
32230 2000-02-01  Jim Meyering  <meyering@lucent.com>
32231
32232         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
32233
32234 2000-01-31  Jim Meyering  <meyering@lucent.com>
32235
32236         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
32237         functions.  Add the time.h and sys/time.h headers along with the
32238         AC_REQUIRE'ment of AC_HEADER_TIME.
32239
32240 2000-01-31  Jim Meyering  <meyering@lucent.com>
32241
32242         * lib/nanosleep.h (nanosleep): Guard declaration with
32243         `#if ! HAVE_DECL_NANOSLEEP'.
32244         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
32245         the declaration in that vendor's sys/timers.h.
32246         Reported by Christian Krackowizer.
32247
32248         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
32249         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
32250         (ISPRINT): Likewise.
32251         Reported by Tom Tromey.
32252
32253 2000-01-30  Jim Meyering  <meyering@lucent.com>
32254
32255         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
32256
32257         * m4/prereq.m4 (utmp_includes): Define.
32258         Check for ut_user and ut_name members in both struct utmpx
32259         and struct utmp.
32260
32261 2000-01-30  Jim Meyering  <meyering@lucent.com>
32262
32263         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
32264         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
32265         header files where only utmpx.ut_user is declared.
32266
32267         * lib/readutmp.h (UT_USER): Define.
32268
32269 2000-01-29  Jim Meyering  <meyering@lucent.com>
32270
32271         * m4/lib-check.m4: New file containing library-related checks from
32272         fileutils and sh-utils (textutils had none).
32273
32274 2000-01-28  Jim Meyering  <meyering@lucent.com>
32275
32276         * m4/perl.m4: Change format of warning message to look more like that
32277         from the missing script.  Suggestion from François Pinard.
32278
32279 2000-01-25  Jim Meyering  <meyering@lucent.com>
32280
32281         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
32282         well as time.h in the compile check.
32283         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
32284         Fix typo in cross-compiling case: s/yes/no/.
32285
32286 2000-01-23  Jim Meyering  <meyering@lucent.com>
32287
32288         * m4/jm-macros.m4: Move df-related tests here from
32289         fileutils/configure.in
32290
32291         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
32292         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
32293
32294         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
32295         s/space/ac_fsusage_space/.
32296         (jm_FILE_SYSTEM_USAGE): Take two parameters.
32297
32298         * m4/ftruncate.m4: New file (derived from part of
32299         fileutils/configure.in).
32300         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
32301         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
32302
32303         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
32304         AC_SUBST these here, rather than just in sh-util/configure.in, so
32305         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
32306         all the same.
32307         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
32308         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
32309         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
32310         (AC_SUBST(POW_LIBM)): Likewise.
32311         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
32312
32313 2000-01-23  Jim Meyering  <meyering@lucent.com>
32314
32315         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
32316         obstack.c.
32317
32318 2000-01-22  Jim Meyering  <meyering@lucent.com>
32319
32320         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
32321
32322         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
32323
32324         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
32325         configure.in
32326         (AC_CHECK_HEADERS): Likewise for sh-utils.
32327         (AC_CHECK_HEADERS): Likewise for textutils.
32328         Merge the three lists of headers.
32329
32330         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
32331         from fileutils' configure.in.
32332
32333         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
32334         code. Moved tests into their own function (_jm_DECL_HEADERS) in
32335         check-decl.m4.
32336
32337         * m4/check-decl.m4: Use #if rather than #ifdef.
32338         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
32339         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
32340         (_jm_DECL_HEADERS): Define new function.
32341         (jm_CHECK_DECLARATIONS): Require it.
32342
32343 2000-01-22  Jim Meyering  <meyering@lucent.com>
32344
32345         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
32346         [! HAVE_DECL_STRTOULL]: Declare strtoull.
32347         Required for some AIX systems.  Reported by Christian Krackowizer.
32348         [TESTING] (main): New function.
32349
32350         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
32351         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
32352         letters.
32353
32354         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
32355         iswprint.
32356
32357         * lib/strverscmp.c (ISDIGIT): Define.
32358         (strverscmp): Use ISDIGIT, not isdigit.
32359
32360 2000-01-19  Jim Meyering  <meyering@lucent.com>
32361
32362         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
32363         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
32364         defines `struct timespec' in <sys/time.h>
32365
32366         * m4/c-bs-a.m4: Remove uses of changequote altogether.
32367         Thanks to Akim for explaining.
32368
32369 2000-01-17  Paul Eggert  <eggert@twinsun.com>
32370
32371         * lib/nanosleep.c (nanosleep):
32372         Don't use SA_INTERRUPT to decide whether to call sigaction, as
32373         POSIX.1 doesn't require SA_INTERRUPT and some systems
32374         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
32375         it's been part of POSIX.1 since day 1 (in 1988).
32376
32377 2000-01-17  Jim Meyering  <meyering@lucent.com>
32378
32379         * lib/interlock: Remove unused file.  Reported by François Pinard.
32380
32381 2000-01-16  Paul Eggert  <eggert@twinsun.com>
32382
32383         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
32384         alert, backslash, formfeed, and vertical tab unnecessarily in
32385         shell quoting style.
32386
32387 2000-01-16  Jim Meyering  <meyering@lucent.com>
32388
32389         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
32390         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
32391         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
32392         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
32393
32394 2000-01-16  Jim Meyering  <meyering@lucent.com>
32395
32396         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
32397         because the latter didn't work.
32398
32399 2000-01-15  Jim Meyering  <meyering@lucent.com>
32400
32401         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
32402         (AC_REPLACE_FUNCS): Add memcpy and memset.
32403         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
32404         Add strpbrk.
32405         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
32406
32407 2000-01-12  Jim Meyering  <meyering@lucent.com>
32408
32409         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
32410         (jm_PREREQ): Use it.
32411         (jm_PREREQ_READUTMP): New macro.
32412         (jm_PREREQ): Use it.
32413
32414 2000-01-11  Paul Eggert  <eggert@twinsun.com>
32415
32416         Quote multibyte characters correctly.
32417         * m4/c-bs-a.m4: New file.
32418         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
32419         (jm_PREREQ): Use it.
32420
32421 2000-01-11  Paul Eggert  <eggert@twinsun.com>
32422
32423         * m4/uintmax_t.m4: Port to autoconf 2.13.
32424
32425 2000-01-08  Jim Meyering  <meyering@ascend.com>
32426
32427         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
32428         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
32429
32430 2000-01-04  Jim Meyering  <meyering@ascend.com>
32431
32432         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
32433         jm_STRUCT_DIRENT_D_TYPE.
32434         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
32435         jm_STRUCT_DIRENT_D_INO.
32436         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
32437         jm_STRUCT_UTIMBUF.
32438         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
32439         renamings.
32440         * m4/utime.m4: Likewise.
32441
32442         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
32443         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
32444
32445 2000-01-03  Paul Eggert  <eggert@twinsun.com>
32446
32447         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
32448         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
32449
32450 2000-01-02  Jim Meyering  <meyering@ascend.com>
32451
32452         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
32453         remember if this is necessary.
32454
32455 1999-12-26  Jim Meyering  <meyering@ascend.com>
32456
32457         * m4/jm-macros.m4: Use it here.
32458         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
32459
32460 1999-12-23  Jim Meyering  <meyering@ascend.com>
32461
32462         * m4/jm-macros.m4: Check for clock_gettime (moved from
32463         fileutils/configure.in)
32464         Check for gettimeofday.
32465
32466 1999-12-20  Jim Meyering  <meyering@ascend.com>
32467
32468         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
32469         autoconf-2.14a-1999-12-20.
32470
32471 1999-12-19  Jim Meyering  <meyering@ascend.com>
32472
32473         * m4/lstat-slash.m4: New file.
32474         * m4/jm-macros.m4: Use the new macro:
32475         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
32476
32477 1999-12-07  Jim Meyering  <meyering@ascend.com>
32478
32479         * m4/perl.m4: Require that File::Compare be available, too.
32480         Too many systems seem to lack it.
32481
32482         * m4/strftime.m4: Add checks for most of the cpp macros tested in
32483         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
32484
32485 1999-11-18  Paul Eggert  <eggert@twinsun.com>
32486
32487         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
32488         problem with the QNX 4.25 shell, which doesn't propagate exit
32489         status of failed commands inside shell assignments.
32490
32491 1999-11-17  Jim Meyering  <meyering@ascend.com>
32492
32493         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
32494
32495 1999-11-07  Jim Meyering  <meyering@ascend.com>
32496
32497         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
32498
32499 1999-11-06  Jim Meyering  <meyering@ascend.com>
32500
32501         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
32502         * m4/jm-macros.m4 (jm_MACROS): Use it here.
32503
32504 1999-11-05  Jim Meyering  <meyering@ascend.com>
32505
32506         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
32507         configure.in of textutils, fileutils, and sh-utils into this one
32508         (shared between those packages) file.
32509         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
32510         AC_STRUCT_ST_BLKSIZE.
32511
32512 1999-11-03  Jim Meyering  <meyering@ascend.com>
32513
32514         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
32515         of AC_CHECK_TYPE checks includes unistd.h.
32516         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
32517         Suggestion from Akim Demaille.
32518
32519 1999-10-30  Jim Meyering  <meyering@ascend.com>
32520
32521         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
32522         m4-quoted string.
32523         * m4/ls-mntd-fs.m4: Likewise.
32524         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
32525         * m4/jm-winsz1.m4: Likewise.
32526
32527         * m4/const.m4: Remove file, since the fix made it into the experimental
32528         version of autoconf.
32529         * m4/mktime.m4: Likewise.
32530
32531         * m4/check-type.m4: Remove file, now that the latest version of
32532         AC_CHECK_TYPE takes a third arg to specify additional #includes.
32533
32534         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
32535         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
32536         AC_CHECK_TYPE.
32537
32538 1999-10-04  Jim Meyering  <meyering@ascend.com>
32539
32540         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
32541
32542 1999-09-22  Paul Eggert  <eggert@twinsun.com>
32543
32544         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
32545         2.95.1 bug with HP-UX 10.20.
32546
32547 1999-09-17  Jim Meyering  <meyering@ascend.com>
32548
32549         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
32550         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
32551         due to missing strdup (against sh-utils-2.0).
32552
32553 1999-08-29  Jim Meyering  <meyering@ascend.com>
32554
32555         * m4/jm-macros.m4: Require jm_BISON.
32556         * m4/bison.m4: New file.
32557
32558 1999-08-17  Paul Eggert  <eggert@twinsun.com>
32559
32560         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
32561         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
32562
32563 1999-08-05  Jim Meyering  <meyering@ascend.com>
32564
32565         * m4/getline.m4: Rename test file from conftestdata to conftest.data
32566         to avoid conflicts with `conftest' on 8+3 filesystems.
32567         Suggestion from Eli Zaretskii.
32568
32569 1999-08-04  Jim Meyering  <meyering@ascend.com>
32570
32571         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
32572         fileutils and sh-utils (textutils's getline test was inadequate).
32573         (AM_FUNC_GETLINE): Run this test.
32574         (AC_CHECK_FUNCS): Check for getdelim.
32575         Reported by Bob Proulx.
32576
32577 1999-08-02  Jim Meyering  <meyering@ascend.com>
32578
32579         * m4/jm-macros.m4: Add a comment.
32580
32581 1999-08-01  Paul Eggert  <eggert@twinsun.com>
32582
32583         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
32584         <inttypes.h> defines strtoumax as a macro (and not as a
32585         function).
32586
32587 1999-08-01  Paul Eggert  <eggert@twinsun.com>
32588
32589         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
32590         that we can shift, multiply and divide unsigned long long
32591         values; Ultrix cc can't do it.
32592
32593 1999-08-01  Paul Eggert  <eggert@twinsun.com>
32594
32595         * m4/mktime.m4: New file, which is a preview of what should appear
32596         in the next public autoconf release.
32597
32598 1999-08-01  Paul Eggert  <eggert@twinsun.com>
32599
32600         * m4/lfs.m4: Remove this file.
32601         * m4/largefile.m4: New file.  It contains the old contents of
32602         lfs.m4, except that all names with prefix AC_LFS have been
32603         changed to use the prefix AC_SYS_LARGEFILE instead, to be
32604         compatible with future autoconf versions.  Also, some minor m4
32605         quoting problems have been fixed.
32606
32607 1999-08-01  Paul Eggert  <eggert@twinsun.com>
32608
32609         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
32610         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
32611         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
32612         and simplify the shell code.
32613
32614 1999-08-01  Jim Meyering  <meyering@ascend.com>
32615
32616         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
32617         m4.
32618
32619 1999-07-20  Jim Meyering  <meyering@ascend.com>
32620
32621         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
32622
32623 1999-07-15  Jim Meyering  <meyering@ascend.com>
32624
32625         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
32626
32627 1999-05-22  Jim Meyering  <meyering@ascend.com>
32628
32629         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
32630
32631 1999-05-20  Jim Meyering  <meyering@ascend.com>
32632
32633         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
32634         Add a colon after each `then' in case $4 is empty.
32635
32636 1999-05-16  Jim Meyering  <meyering@ascend.com>
32637
32638         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
32639
32640 1999-05-10  Jim Meyering  <meyering@ascend.com>
32641
32642         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
32643
32644         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
32645         AC_FUNC_MKTIME.
32646
32647 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
32648
32649         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
32650
32651 1999-05-04  Paul Eggert  <eggert@twinsun.com>
32652
32653         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
32654         not CPPFLAGS, so that linking works correctly in IRIX.
32655
32656 1999-04-30  Paul Eggert  <eggert@twinsun.com>
32657
32658         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
32659
32660 1999-04-20  Paul Eggert  <eggert@twinsun.com>
32661
32662         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
32663         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
32664         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
32665         jm_AC_TYPE_UNSIGNED_LONG_LONG.
32666         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
32667
32668         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
32669
32670 1999-04-20  Jim Meyering  <meyering@ascend.com>
32671
32672         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
32673         AC_REPLACE xstroull if necessary.  From Paul Eggert.
32674         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
32675
32676 1999-04-18  Jim Meyering  <meyering@ascend.com>
32677
32678         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
32679         * m4/jm-macros.m4: Use it.
32680
32681 1999-04-06  Jim Meyering  <meyering@ascend.com>
32682
32683         * m4/strftime.m4: Remove test for %f.
32684
32685 1999-03-29  Jim Meyering  <meyering@ascend.com>
32686
32687         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
32688         superset of the AC_TYPE_* checks in the textutils, fileutils,
32689         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
32690         AC_TYPE_PID_T.
32691
32692 1999-03-28  Jim Meyering  <meyering@ascend.com>
32693
32694         * m4/jm-macros.m4: Define GNU_PACKAGE here.
32695         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
32696         replaced e.g., in the *.sh files of the sh-utils.
32697
32698 1999-03-20  Jim Meyering  <meyering@ascend.com>
32699
32700         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
32701         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
32702         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
32703
32704 1999-03-19  Jim Meyering  <meyering@ascend.com>
32705
32706         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
32707
32708 1999-03-12  Jim Meyering  <meyering@ascend.com>
32709
32710         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
32711
32712 1999-03-07  Jim Meyering  <meyering@ascend.com>
32713
32714         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
32715         declared.
32716
32717 1999-02-17  Jim Meyering  <meyering@ascend.com>
32718
32719         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
32720         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
32721
32722 1999-02-07  Jim Meyering  <meyering@ascend.com>
32723
32724         * m4/group-member.m4: New file -- extracted from sh-utils'
32725         configure.in.
32726
32727         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
32728         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
32729
32730 1999-02-06  Jim Meyering  <meyering@ascend.com>
32731
32732         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
32733         * m4/fnmatch.m4: Likewise.
32734         * m4/getgroups.m4: Likewise.
32735         * m4/lstat.m4: Likewise.
32736         * m4/malloc.m4: Likewise.
32737         * m4/putenv.m4: Likewise.
32738         * m4/realloc.m4: Likewise.
32739         * m4/regex.m4: Likewise.
32740         * m4/stat.m4: Likewise.
32741         * m4/strftime.m4: Likewise.
32742         Suggestion from Alain Magloire.
32743
32744         * m4/chown.m4: Use `.$ac_objext', not `.o'.
32745         * m4/fnmatch.m4: Likewise.
32746         * m4/getgroups.m4: Likewise.
32747         * m4/getline.m4: Likewise.
32748         * m4/lstat.m4: Likewise.
32749         * m4/malloc.m4: Likewise.
32750         * m4/memcmp.m4: Likewise.
32751         * m4/putenv.m4: Likewise.
32752         * m4/realloc.m4: Likewise.
32753         * m4/regex.m4: Likewise.
32754         * m4/stat.m4: Likewise.
32755         * m4/strftime.m4: Likewise.
32756         Suggestion from Alain Magloire.
32757
32758         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
32759         an argument.
32760
32761         * m4/regex.m4: Add a run-time Test for proper operation of
32762         re_compile_pattern.
32763
32764 1999-01-31  Jim Meyering  <meyering@ascend.com>
32765
32766         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
32767
32768 1999-01-30  Jim Meyering  <meyering@ascend.com>
32769
32770         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
32771
32772         * m4/jm-mktime.m4: Make this a wrapper around the official
32773         AM_FUNC_MKTIME rather than my private copy, now that the official one
32774         is up to date.
32775         * m4/mktime.m4: Remove file.
32776
32777         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
32778         * m4/uptime.m4: Likewise.
32779         * m4/uintmax_t.m4: Likewise.
32780
32781 1999-01-28  Jim Meyering  <meyering@ascend.com>
32782
32783         * m4/jm-macros.m4: Use jm_AFS.
32784         * m4/afs.m4: New file (from fileutils' configure.in).
32785
32786         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
32787         * m4/chown.m4: Likewise.
32788         * m4/d-ino.m4: Likewise.
32789         * m4/d-type.m4: Likewise.
32790         * m4/fnmatch.m4: Likewise.
32791         * m4/getgroups.m4: Likewise.
32792         * m4/gettext.m4: Likewise.
32793         * m4/jm-mktime.m4: Likewise.
32794         * m4/jm-winsz2.m4: Likewise.
32795         * m4/lcmessage.m4: Likewise.
32796         * m4/ls-mntd-fs.m4: Likewise.
32797         * m4/malloc.m4: Likewise.
32798         * m4/memcmp.m4: Likewise.
32799         * m4/putenv.m4: Likewise.
32800         * m4/realloc.m4: Likewise.
32801         * m4/st_mtim.m4: Likewise.
32802         * m4/strftime.m4: Likewise.
32803
32804 1999-01-16  Jim Meyering  <meyering@ascend.com>
32805
32806         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
32807         (ARGMATCH_DIE_DECL): Define.
32808
32809 1999-01-12  Jim Meyering  <meyering@ascend.com>
32810
32811         * m4/Makefile.am.in: Rewrite to avoid using fmt.
32812         Reported by Lars Hecking.
32813
32814 1999-01-10  Jim Meyering  <meyering@ascend.com>
32815
32816         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
32817         gross kludge.
32818         * m4/inttypes_h.m4: Likewise.
32819         * m4/lstat.m4: Likewise.
32820         * m4/malloc.m4: Likewise.
32821         * m4/readdir.m4: Likewise.
32822         * m4/realloc.m4: Likewise.
32823         * m4/st_dm_mode.m4: Likewise.
32824         * m4/stat.m4: Likewise.
32825         * m4/utimbuf.m4: Likewise.
32826         * m4/utimes.m4: Likewise.
32827
32828         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
32829         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
32830         comments in config.h.in are meaningful.
32831
32832         * m4/jm-macros.m4: Require autoconf-2.13 here.
32833
32834         * m4/regex.m4: By default, don't use the included regex.c on systems
32835         with glibc 2.  Suggestion from Uli Drepper.
32836
32837 1999-01-02  Jim Meyering  <meyering@ascend.com>
32838
32839         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
32840
32841 1998-12-18  Jim Meyering  <meyering@ascend.com>
32842
32843         * m4/Makefile.am.in (Makefile.am): Simplify rule.
32844         Based on a suggestion from Lars Hecking.
32845
32846 1998-11-16  Paul Eggert  <eggert@twinsun.com>
32847
32848         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
32849
32850 1998-11-16  Jim Meyering  <meyering@ascend.com>
32851
32852         * m4/lfs.m4: Double-quote the `uname...` expression.
32853
32854 1998-11-14  Jim Meyering  <meyering@ascend.com>
32855
32856         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
32857         * m4/stat.m4: Likewise.
32858
32859 1998-11-03  Jim Meyering  <meyering@ascend.com>
32860
32861         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
32862         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
32863
32864 1998-10-18  Jim Meyering  <meyering@ascend.com>
32865
32866         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
32867
32868 1998-10-17  Jim Meyering  <meyering@ascend.com>
32869
32870         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
32871         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
32872         calls for those previously hard-coded headers.  Instead, take a new
32873         parameter.
32874         (jm_CHECK_DECLARATIONS): Reflect interface change.
32875         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
32876         (jm_CHECK_DECL_LOCALTIME_R): New macro.
32877
32878         * m4/mktime.m4: Test for spring-forward gap before long-running test.
32879
32880 1998-10-14  Jim Meyering  <meyering@ascend.com>
32881
32882         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
32883         instead of "TZ=America/Vancouver".  From Paul Eggert.
32884
32885 1998-10-11  Jim Meyering  <meyering@ascend.com>
32886
32887         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
32888         This adds a test for a recently added compatibility fix for mktime.c.
32889         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
32890
32891 1998-09-27  Jim Meyering  <meyering@ascend.com>
32892
32893         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
32894
32895         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
32896         ../configure.in, including a change from Gordon Matzigkeit to allow
32897         cross-compiling for the Hurd.
32898
32899         * m4/glibc.m4: New file/macro to test for the GNU C Library
32900         versions 1 and 2.  From Gordon Matzigkeit.
32901         Indent.
32902
32903 1998-09-21  Jim Meyering  <meyering@ascend.com>
32904
32905         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
32906
32907 1998-08-18  Paul Eggert  <eggert@twinsun.com>
32908
32909         Port nanosecond-resolution times to UnixWare 2.1.2 and
32910         pedantic Solaris 2.6.
32911
32912         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
32913         AC_STRUCT_ST_MTIM.
32914         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
32915         Generate name of ns member, instead of just 1 or undef.
32916         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
32917
32918 1998-08-15  Jim Meyering  <meyering@ascend.com>
32919
32920         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
32921         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
32922         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
32923         instead of jm_TYPE_SSIZE_T.
32924
32925 1998-08-12  Jim Meyering  <meyering@ascend.com>
32926
32927         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
32928
32929 1998-08-02  Jim Meyering  <meyering@ascend.com>
32930
32931         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
32932         in acconfig.h manually.
32933
32934 1998-07-31  Paul Eggert  <eggert@twinsun.com>
32935
32936         * m4/st_mtim.m4: New file.
32937
32938 1998-07-28  Jim Meyering  <meyering@ascend.com>
32939
32940         * m4/utimes.m4: Undef stat.
32941
32942 1998-07-25  Jim Meyering  <meyering@ascend.com>
32943
32944         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
32945         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
32946
32947 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
32948
32949         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
32950         uid and gid actually remain unchanged.
32951
32952 1998-07-07  Jim Meyering  <meyering@ascend.com>
32953
32954         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
32955
32956 1998-07-04  Jim Meyering  <meyering@ascend.com>
32957
32958         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
32959         to prove that this macro can be used in packages without regex.c.
32960
32961 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
32962
32963         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
32964         is to be used.
32965
32966 1998-07-03  Jim Meyering  <meyering@ascend.com>
32967
32968         * m4/gettext.m4: Add -lintl if it's found to be necessary.
32969
32970         * m4/gettext.m4: New file -- from gettext-0.10.35.
32971         * m4/lcmessage.m4: Likewise.
32972         * m4/progtest.m4: Likewise.
32973
32974         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
32975         * m4/jm-macros.m4: Require the new macro.
32976
32977 1998-06-29  Jim Meyering  <meyering@ascend.com>
32978
32979         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
32980         for the definition of NGROUPS (used in a system header included
32981         by sys/mount.h).
32982
32983 1998-06-28  Jim Meyering  <meyering@ascend.com>
32984
32985         * m4/ls-mntd-fs.m4: New file.
32986         * m4/fstypename.m4: New file.
32987
32988         * m4/jm-macros.m4: Require the new macro.
32989         * m4/jm-glibc-io.m4: New file.
32990
32991 1998-05-19  Jim Meyering  <meyering@ascend.com>
32992
32993         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
32994         * m4/lchown.m4: New file.
32995
32996         * m4/Makefile.am.in: New file.
32997         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
32998
32999 1998-05-14  Jim Meyering  <meyering@ascend.com>
33000
33001         * m4/Makefile.am (EXTRA_DIST): Add them.
33002         * m4/jm-macros.m4: New file.
33003         * m4/utimbuf.m4: New file.
33004
33005 1998-05-12  Jim Meyering  <meyering@ascend.com>
33006
33007         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
33008
33009 1998-05-11  Jim Meyering  <meyering@ascend.com>
33010
33011         * m4/isc-posix.m4: New file.
33012
33013 <<<<<<< ChangeLog
33014 1998-05-10  Jim Meyering  <meyering@ascend.com>
33015 =======
33016 1998-05-10  Jim Meyering  <meyering@ascend.com>
33017
33018         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
33019
33020 1998-05-09  Jim Meyering  <meyering@ascend.com>
33021
33022         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
33023         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
33024         with automake.
33025
33026         * m4/ssize_t.m4: New file.
33027         * m4/mktime.m4: Remove file -- the new automake has this now.
33028
33029 1998-04-26  Jim Meyering  <meyering@ascend.com>
33030
33031         * m4/assert.m4: New file.
33032         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
33033
33034 1998-04-05  Jim Meyering  <meyering@ascend.com>
33035
33036         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
33037         (jm_PREREQ): Use it here.
33038
33039 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
33040
33041         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
33042         in acconfig.h.
33043
33044 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
33045
33046         * m4/prereq.m4: New file.
33047         * m4/error.m4: New file.
33048         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
33049
33050 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
33051
33052         * m4/getline.m4: Don't set am_cv_func_working_getline before the
33053         cache-check for the same variable -- that defeated the purpose of
33054         the test; the test program was never run.  This was a problem only
33055         on systems with losing getline functions -- HP-UX 10.20 is one.
33056         Reported by Bjorn Helgaas.
33057
33058 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
33059
33060         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
33061
33062 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
33063
33064         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
33065
33066         * m4/const.m4: New file.  Use an initializer in this declaration
33067         typedef int charset[2]; const charset x;
33068         Reported by Bob Glickstein.
33069
33070 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
33071
33072         * m4/chown.m4: Fix reversed types on -1 args to chown.
33073         From Kaveh Ghazi.
33074
33075 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
33076
33077         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
33078         Add lseek and memchr.
33079
33080         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
33081         T.E.Dickey <dickey@clark.net> said that some older preprocessors
33082         have a 20-character limit on names.
33083
33084 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
33085
33086         * m4/inttypes_h.m4: New file.
33087         * m4/uintmax_t.m4: New file.
33088         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
33089
33090 Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
33091   Free Software Foundation, Inc.
33092 Copying and distribution of this file, with or without modification,
33093 are permitted provided the copyright notice and this notice are preserved.
33094 >>>>>>> 1.1932